/**
 * Theme Name: Klaudia Bandziak
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
p, span {
    font-family: "Poppins", sans-serif !important;
}
h1, h2, h3, h4, h5 {
	font-family: "Oswald", sans-serif !important;
}
@media only screen and (max-width:1025px){
    .footer-column {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }
	.footer-item a {
		font-size:14px;
	}
.footer-item h5 {
    font-size: 24px;
    color: #fff;
}
	.footer-item p {
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 10px;
}
.list-social-media {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: center;
}
.contact-info {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact-info a:first-child {
    width: 100%;
    text-align: center;
}

.container-two-column {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
}
	.dnone-mobile {
		display:none;
	}
    .information-contact h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .image-1-contact {
        border-radius: 8px;
        box-shadow: 5px 5px 0px 0px #ABB603;
        aspect-ratio: 1/1;
        object-fit: cover;
        width: 100%;
    }
    .image-2-contact {
        border-radius: 8px;
        border: 4px solid #FFF;
        position: absolute;
        left: 0;
        bottom: -70px;
        max-width: 160px;
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .contact-container {
        margin-bottom: 100px !important;
    }
    .description-aboutus h2 {
        color: #262626;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 44px !important;
        text-align: center;
    }
    .description-aboutus p {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        margin-bottom:7px!important;
    }
    .aboutus-home {
        padding: 50px 0;
    }
    .image-aboutus-2 img {
        object-fit: cover;
        aspect-ratio: 4 / 3;
        border-radius: 8px;
    }
    .image-aboutus-2 {
        order:2;
    }
    .container-second-aboutus {
        margin-bottom: 100px !important;
    }
    .title-section-offer {
        text-align: center;
    }
    .description-section-offer {
        text-align: center;
    }
    .description-section-offer p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .offers-tiles-item h5 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .offers-tiles-item {
        border-radius: 4px;
        border: 1px solid #0F192B;
        background: #FFF;
        box-shadow: 5px 15px 30px 0px rgba(0, 0, 0, 0.15);
        display: flex;
        padding: 20px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex-shrink: 0;
        min-height: 180px;
    }
    .container-tiles-offers {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin: 31px auto !important;
    }
    .custom-gap-22 {
        gap:22px;
    }
    .title-homepage {
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 28px!important;
    }
    .reviews-aboutus {
        padding-top: 50px !important;
    }
    .realization-gallery-homepage {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .realization-gallery-homepage img {
        object-fit: cover;
        aspect-ratio: 1 / 1;
        border-radius: 8px;
    }
    .section-realization {
        position: relative;
    }
    .section-realization h3 {
        margin-bottom: 40px !important;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    .section-realization svg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
    }
    .hero-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin: 50px auto !important;
    }
    .hero-item h1 {
        font-size: 2em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0 !important;
        text-align: center;
    }
    .hero-button {
        width:100%!important;
    }
    .image-hero img {
        width: 100%;
    }
    .hero-home {
        gap: 78px !important;
    }
    .aboutus-home {
        gap: 70px !important;
    }
    .advantages-list li {
        gap: 8px;
        display: flex;
        align-items: center;
        margin-bottom: 15px !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .advantages-list {
        margin: 25px 0 !important;
    }
    .aboutus-section-item p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-align: center;
    }
    .aboutus-section-item h2 {
        font-size: 2em;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 11px !important;
    }
    .aboutus-section-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .aboutus-svg {
        position: absolute;
        top: 0;
        left: 0;
        max-height: 70px;
    }
    .custom-gap-110 {
        gap: 16px !important;
    }
    .title-homepage-offer {
        text-align: center;
    }
    .title-homepage-offer h2 {
        font-size: 2em;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 0px!important;
    }
    .description-homepage-offer {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 480px;
    }
    .description-homepage-offer p {
        margin-bottom: 0 !important;
        text-align: center;
    }
    .container-tiles-homepage-offers {
        padding: 41px 0 100px 0;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
    }
    .offers-homepage-item {
        border-radius: 8px;
        border: 1px solid #1E1E1E;
        background: #FFF;
        box-shadow: 10px 10px 0px 0px #ABB603;
        min-height: 266px;
        padding: 41px 21px 25px 21px;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
    }
    .offers-homepage-item h5 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .image-hero img {
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center 10%;
    }
    .metamorfozy-section {
        padding: 50px 0;
    }
    .offers-section-homepage {
        padding-bottom: 50px;
    }
    .image-aboutus img {
        object-fit: contain;
        border-radius: 20px;
        height: 80%;
    }
    .image-aboutus {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
    }
    .bg-custom-aboutus {
        z-index: -1;
        width: 100%;
        height: auto;
        min-height: 140%;
        background-image: url(https://klaudiabandziak.pl/wp-content/uploads/Aboutus-background-1-1.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: -20%;
    }
    .aboutus-cdn .aboutus-section-item {
        order:2;
    }
    .offers-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .offers-tiles {
        height: 100%;
        text-align: center;
        border-radius: .625em;
        flex-direction: column;
        display: flex;
        box-shadow: 0 8px 12px rgba(56, 56, 56, .2);
    }
    .title-offers {
        height: 100%;
        border-radius: .625em .625em 0 0;
        padding: 1.25em 1em;
    }
    .title-offers h3 {
        margin-bottom: 0!important;
        font-size: 1.7em;
        font-weight: 300;
        line-height: 1.3;
    }
    .offers-description {
        min-height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1.25em 1em;
    }
    .price-homepage {
        color: #000;
        font-size: 1.5em;
        font-weight: 500;
    }
    .button-offer {
        padding: 10px 24px;
        border-radius: 8px;
        background-color: #000;
        color: #fff;
        font-weight: 400;
        line-height: normal;
        border: 1px solid #000;
    }
    .button-offer:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
    }
    .title-offers p {
        margin-bottom: 0!important;
    }
        .title-offers {
            background: linear-gradient(to bottom, #E879F9, rgba(232, 121, 249, 0.7));
        }
    #metamorfozy h2 {
        padding-bottom: 24px;
    }
    .footer-item {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .section-before-footer {
        padding: 78px 0;
    }
    .offers-container-before-footer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 24px;
    }
    .products .product {
        height: 100%;
        text-align: center;
        border-radius: .625em;
        flex-direction: column;
        display: flex;
        box-shadow: 0 8px 12px rgba(56, 56, 56, .2);
    }
    .woocommerce-loop-product__title {
        width: 100%;
        border-radius: .625em .625em 0 0;
        padding: 1.25em 1em;
        background: linear-gradient(to bottom, #E879F9, rgba(232, 121, 249, 0.7));
        margin-bottom: 0 !important;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.3;
    }
    .product-details {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1.25em 1em;
    }
    .product-details .price {
        color: #000!important;
        font-size: 1.5em!important;
        font-weight: 500!important;
    }
    .aboutus-second-subpage {
        margin: 100px auto!important;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(56, 56, 56, .2);
        border-radius: 20px;
    }
    .aboutus-second-subpage .aboutus-section-item {
        padding: 1.75em 2.5em;
        order: 2;
    }
}
.image-contact {
    position: relative;
}
.formulage-info {
    margin-bottom: 0!important;
    font-size: 10px !important;
}

.formulage-info label {
    margin-bottom: 0!important;
    font-size: 10px !important;
}
.reviewSlider {
    overflow: hidden;
    padding-bottom: 78px;
}
.review-tiles p {
    max-height: 210px;
    overflow-x: auto;
    min-height: 210px;
    margin-bottom: 0!important;
}
.review-tiles {
    background-color: #fff;
    padding: 1.75em 2em;
    box-shadow: 0 6px 12px rgba(56, 56, 56, .2);
    border-radius: 8px;
    height:100%;
}
@media only screen and (min-width:1025px){
	.dnone-desktop {
		display:none;
	}
	.container-contact {
    display: flex;
    gap: 150px;
}
.button-aboutus {
    text-align: center;
    padding: 26px 0;
}
	.image-contact img {
    width: 100%;
}
	.footer-column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.footer-item h5 {
    font-size: 24px;
    color: #fff;
}
.footer-item {
    display: flex;
    gap: 10px;
}
	.footer-item p {
    display: flex;
    flex-direction: column;
    line-height: normal;
    gap: 14px;
}
.list-social-media {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
    justify-content: center;
}
	.footer-social-media {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.container-two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}
.information-contact h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.reviews-aboutus {
    padding-top: 100px !important;
}
.image-1-contact {
    border-radius: 8px;
    box-shadow: 15px 15px 0px 0px #ABB603;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.image-2-contact {
    border-radius: 8px;
    border: 8px solid #FFF;
    position: absolute;
    left: -90px;
    bottom: -50px;
    max-width: 266px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.contact-container {
    margin-bottom: 100px !important;
}
.description-aboutus h2 {
    color: #262626;
    font-size: 2em;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:8px!important;
}
.description-aboutus p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.image-aboutus-2 img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
}
.container-second-aboutus {
    margin: 160px auto 130px auto !important;
}
.description-section-offer p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.offers-tiles-item h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.offers-tiles-item {
    border-radius: 4px;
    border: 1px solid #0F192B;
    background: #FFF;
    box-shadow: 5px 15px 30px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 20px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex-shrink: 0;
    min-height: 230px;
}
.container-tiles-offers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 35px;
    margin: 40px auto!important;
}
.title-homepage {
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px!important;
}
.hero-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 50px auto !important;
}
.hero-item h1 {
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 !important;
    max-width: 580px;
    text-align: center;
}
.aboutus-section-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px !important;
}
.aboutus-section-item h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 11px !important;
}
.aboutus-section-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
}
.aboutus-home {
    padding-bottom: 70px;
}
.custom-gap-110 {
    gap: 110px !important;
}
.title-homepage-offer h2 {
    font-size: 2em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px!important;
}
.description-homepage-offer {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 480px;
}
.description-homepage-offer p {
    margin-bottom: 0 !important;
}

.image-hero img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center 10%;
}
.aboutus-home {
    padding: 70px 0;
    gap: 100px!important;
}
.image-aboutus {
    text-align: center;
}
.offers-section-homepage {
    grid-template-columns: repeat(3, 1fr) !important;
}
.metamorfozy-section {
    padding: 78px 0;
} 
.offers-section-homepage {
    padding-bottom: 78px;
}
.image-aboutus img {
    object-fit: contain;
    border-radius: 20px;
    height: 80%;
}
.image-aboutus {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio:1/1;
}
.bg-custom-aboutus {
    z-index: -1;
    width: 100%;
    height: auto;
    min-height: 140%;
    background-image: url(https://klaudiabandziak.pl/wp-content/uploads/Aboutus-background-1-1.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -20%;
}
.offers-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.offers-tiles {
    height: 100%;
    text-align: center;
    border-radius: .625em;
    flex-direction: column;
    display: flex;
    box-shadow: 0 8px 12px rgba(56, 56, 56, .2);
}
.title-offers {
    height: 100%;
    border-radius: .625em .625em 0 0;
    padding: 1.25em 1em;
}
.title-offers h3 {
    margin-bottom: 0!important;
    font-size: 1.7em;
    font-weight: 300;
    line-height: 1.3;
}
.offers-description {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.25em 1em;
}
.price-homepage {
    color: #000;
    font-size: 1.5em;
    font-weight: 500;
}
.button-offer {
    padding: 10px 24px;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
}
.button-offer:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.title-offers p {
    margin-bottom: 0!important;
}
.title-offers {
    background: linear-gradient(to bottom, #E879F9, rgba(232, 121, 249, 0.7));
}
#metamorfozy h2 {
    padding-bottom: 24px;
}
.formulage-shortcode {
    margin-top: 24px;
}
.short-description-formulage {
    padding-bottom: 20px;
    }
    .section-before-footer {
        padding: 78px 0;
    }
    .offers-container-before-footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 24px;
    }
    .products .product {
        height: 100%;
        text-align: center;
        border-radius: .625em;
        flex-direction: column;
        display: flex;
        box-shadow: 0 8px 12px rgba(56, 56, 56, .2);
    }
    .woocommerce-loop-product__title {
        width: 100%;
        border-radius: .625em .625em 0 0;
        padding: 1.25em 1em;
        background: linear-gradient(to bottom, #E879F9, rgba(232, 121, 249, 0.7));
        margin-bottom: 0 !important;
        font-size: 1.5em;
        font-weight: 300;
        line-height: 1.3;
    }
    .product-details {
        min-height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 1.25em 1em;
    }
    .product-details .price {
        color: #000!important;
        font-size: 1.5em!important;
        font-weight: 500!important;
    }
    .aboutus-second-subpage {
        margin: 120px auto!important;
        background-color: #fff;
        box-shadow: 0 6px 12px rgba(56, 56, 56, .2);
        border-radius: 20px;
    }
    .aboutus-second-subpage .aboutus-section-item {
        padding: 1.75em 2.5em;
    }
    .second-subpage-image {
        max-width: 500px;
    }
}
.button-type-1:hover {
    border-radius: 8px;
    background: #262626;
    color: #fff;
}
[data-products=type-1] .ct-woo-card-actions[data-alignment=equal] {
    margin-top: unset!important;
}
.aboutus-hero {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #FFFCEE;
}
.custom-featured-image img {
    width: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    border-radius: 8px;
}
.image-blogpost-homepage img {
    aspect-ratio: 16 / 9;
    object-fit: cover!important;
}
.hero-home{
    width: 100%!important;
    max-width: 100%!important;
    background-color:#dad2d0;
}
.hero-item img {
    max-height: 40px;
}
.button_type_1 {
    padding: 10px 25px;
    background-color: #dad2d0;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #dad2d0;
}
.button_type_1:hover {
    background-color: #fff;
    color: #dad2d0;
    border: 1px solid #dad2d0;
}
.ct-woo-card-actions {
    width: 100%;
}
#footer {
    box-shadow: 0 4px 100px rgba(56, 56, 56, .1);
}
.formulage-section {
    background-color: #fff;
    padding: 1.75em 2.5em;
    box-shadow: 0 6px 12px rgba(56, 56, 56, .2);
    border-radius: 8px;
}
.ff_submit_btn_wrapper .ff-btn {
    width: 100%;
    background-color: #000 !important;
}
.short-description-formulage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.short-description-formulage h5 {
    text-align: center;
    margin-bottom: 0;
    font-weight: 200;
    font-size: 24px;
}
.metamorfozy-section {
    text-align: center;
}
.button-padding {
    margin-top: 24px;
    display: inline-block;
}
.contact-info a:first-child {
    font-weight: 400;
}
.hero-social img {
    height: 18px;
}
.hero-social a {
    display: flex;
    align-items: end;
    justify-content: center;
}
.hero-social {
    gap: 10px!important;
}
.image-subpage-hero {
    border-radius: 20px;
    aspect-ratio:4/3;
    object-fit: cover;
}
.second-subpage-image {
    aspect-ratio: 3 / 4 !important;
}
/* Ukrywa dodaj do koszyka tylko dla produktu 7651 */
li.post-7651 .ct-woo-card-actions .add_to_cart_button {
    display: none !important;
}
.mpcs-course-filter {
    display: none !important;
}