/* ------------ HOME PAGE ------------ */

/* section offer */

.offer {
    height: 31.9vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-banner .offer__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offer__block .banner-percent {
    font-size: 70px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}

.offer__block h1 {
    font-family: "BebasNeue", sans-serif;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.section-banner .description {
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    margin: 22px 0px 54px;
    font-weight: 300;
}

.section-banner-fp {
    position: relative;
    overflow: hidden;
}

.section-banner-fp .container {
    position: relative;
    z-index: 1;
}

.section-banner-fp .offer-bg {
    -o-object-position: 40% -32px;
    object-position: 40% -32px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    height: 100%;
    width: 100%;
}

.section-banner-fp .offer-bg-mobile {
    display: none;
}


.offer__block a {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    width: 180px;
    height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.offer__block a:hover {
    background-color: #fff;
    color: #000;
}

/* section about */

.about {
    margin: 50px 0;
    position: relative;
}

.about-section .about-section-title {
    padding: 0;
}

.about-section .about-section-title:before, .about-section .about-section-title:after {
    content: none;
}

.about-section .about-wrap__left img {
    max-height: 530px;
    width: 100%;
    max-width: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-section .about-content__block > *:not(:last-child) {
    margin-bottom: 15px;
}


.about-section .about-content__btn-link {
    margin-top: 50px;
}

.about-section .about-content__description {
    font-size: 24px;
    line-height: 1.4;
}

.about-section .about-content__description ul {
    margin-left: 15px;
}

.about-section .about-content__description li {
    display: list-item;
    list-style: disc;
}

.about-section .about-content__description li::marker {
    font-size: 13px;
}


.about-section .about-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.about-section .about-wrap__left {
    max-width: 665px;
    width: 100%;
}

.about-section .about-wrap__right {
    max-width: 40%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.about-section .about-wrap__left ul {
    margin: 18px 0 30px;
}

.about-section .about-wrap__left ul li {
    font-size: 18px;
    line-height: 1.4;
}

.about-section .about-content__btn-link {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
    width: 215px;
    height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}


/* section catagory */

.category {
    padding: 50px 0;
}

.category-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.category-card {
    height: 550px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 158px;
}

.category-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}

.category-card__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.category-card:hover::after {
    opacity: 1;
}

.category-card h3 {
    font-size: 51px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.196;
    text-align: center;
    font-weight: 500;
    z-index: 1;
}

.category-card a {
    margin-top: 55px;
    border: 1px solid #fff;
    color: #000;
}

.category-card a:hover {
    color: #fff;
}

.category-card a:after {
    background: #fff;
}

/* section buy from picture */

.buy-from-picture {
    margin: 50px 0;
    -webkit-transition: all 4.5s ease 0s;
    -o-transition: all 4.5s ease 0s;
    transition: all 4.5s ease 0s;
}

.buy-picture {
    gap: 10px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.buy-picture__card {
    /* display: none; */
    display: block;
    position: relative;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


.buy-picture__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    height: 100%;
    background: rgb(0 0 0 / 30%);
}

.buy-picture__card:hover a,
.buy-picture__card:hover:after {
    opacity: 1;
}

.buy-picture__card--content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.buy-picture__card--content .buy-picture__card--title {
    color: #fff;
    font-size: 54px;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-family: "BebasNeue";
    font-weight: 700;
}

.buy-picture__card--content .buy-picture--btn-link {
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    width: 188px;
    height: 50px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buy-picture__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.section-recommendations .woocommerce-loop-product__title,
.section-recommendations .recommendations-price del .woocommerce-Price-amount bdi {
    color: #000;
}

.section-recommendations .recommendations-price del .woocommerce-Price-amount bdi {
    font-weight: 500;
}

.section-recommendations .woocommerce-loop-product__title {
    margin-bottom: 0;
}

.section-recommendations .recommendations-price .woocommerce-Price-amount {
    margin-left: 0;
}


.features-items__wrapper .features-container {
    padding: 0 58px;
}


/*New styles for banner*/

/* Responsive */

@media screen and (max-width: 1220px) {
    .offer__block {
        margin-left: 0px;
    }

    .about-wrap__right img {
        display: none;
    }

    .about-wrap__right img:last-child {
        display: block;
        width: 330px;
        margin-left: auto;
    }

    .about-wrap__right {
        max-width: 500px;
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    .about-wrap__left {
        max-width: 352px;
    }
}

@media screen and (max-width: 993px) {
    .offer__block {
        /* margin: auto; */
    }

    .category-card {
        height: 385px;
    }

    .category {
        padding: 50px 0 0;
    }

    .offer__block a {
        line-height: 19px;
        padding: 7px 36px;
        font-size: 15px;
    }

    .offer {
        padding: 52px 0;
    }

    .section-recommendations .section-default__header{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .offer__block p {
        font-size: 47px;
    }

    .offer__block h1 {
        font-size: 31px;
        line-height: 1.1;
    }

    .about-section .about-content__description,
    .section-banner .description {
        font-size: 17px;
    }

    .offer__block a {
        font-size: 17px;
        font-weight: 500;
    }

    .section-banner {
        padding: 80px 0 30px;
    }

    .section-banner .description {
        font-size: 12px;
    }


    .container     {
        padding: 0 20px;
    }


    .section-banner .description {
        margin: 10px 0px 20px;
    }


    .add_to_cart_button {
        white-space: nowrap;
        padding: 8.5px 5px !important;
        width: 100% !important;
    }

    .offer__block {
        margin: auto;
    }

    .about-wrap__right {
        display: none;
    }

    .category-wrap {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    .category-card {
        height: 384px;
        padding-bottom: 98px;
    }

    .category-card h3 {
        font-size: 36px;
    }

    .about::after {
        top: 34px;
        -webkit-clip-path: polygon(0 11%, 100% 3%, 100% 98%, 0 90%);
        clip-path: polygon(0 11%, 100% 3%, 100% 98%, 0 90%);
        height: 236px;
    }


    .offer__block a {
        line-height: 11px;
        padding: 18px 23px;
        width: 217px;
        height: auto;
    }

    .about-section .about-wrap,
    .buy-from-picture .buy-picture {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .buy-picture {
        grid-template-columns: 1fr;
    }
    .buy-picture__card {
        width: 100%;
    }

    .about-section .about-wrap__left img {
        max-height: 350px;
    }

    .about-section .about-wrap__right {
        max-width: 90%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* Offer */
    .section-banner-fp .offer-bg-mobile {
        display: block;
        -o-object-position: 42%;
        object-position: 42%;
        -webkit-transform: scale(1.35);
        -ms-transform: scale(1.35);
        transform: scale(1.35);
    }

    .section-banner-fp .offer-bg-mobile {
        display: block;
    }

    .section-banner-fp .offer-bg-desktop {
        display: none;
    }


}

@media screen and (max-width: 576px) {

    .buy-picture__card  {
        max-height: 420px;
    }

    .offer__block h1 {
        font-size: 25px;
        line-height: 1.1;
    }
    .section-banner {
        padding: 68px 0 42px;
    }
    .offer__block a {
        line-height: 11px;
        padding: 14px 30px;
        width: 160px;
        height: auto;
        font-size: 17px;
    }
    .features-items__wrapper .features-container {
        padding: 0 10px;
    }
}