body{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color: #393939;
    font-family: "Roobert TRIAL";
}

html{
}

.container {
    max-width: 1310px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid{
    max-width: 1920px;
}

a,
a.nav-link{
    color: black;
    transition: .4s;
}

a:hover,
a.nav-link:hover{
    color: #E26D34;
}

b{
    font-weight: bold;
}


/* BOOTSTRAP CUSTOM
================================
================================*/
.btn{
    height: 40px;
    border-radius: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
}
@media (max-width: 579px){
    .btn{
        height: 31px;
        font-size: 10px;
        border-radius: 16px;
        padding: .25rem .25rem;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.btn:focus{
    box-shadow: 0 0 0 .25rem rgba(204, 204, 204, .5);
}

a.btn{
    display: flex;
    align-items: center;
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #F6F4F0;
    --bs-btn-border-color: #F6F4F0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F6F4F0;
    --bs-btn-disabled-border-color: #F6F4F0;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #EF7D00;
    --bs-btn-border-color: #EF7D00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e58c32;
    --bs-btn-hover-border-color: #e58c32;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e58c32;
    --bs-btn-active-border-color: #e58c32;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

/* FONT FAMILY
================================
================================*/
@font-face{
    font-family: "Roobert TRIAL";
    src: url("0ab46e1b2f236c9fad58c1e34cdecdf1.woff")format("woff"),
        url("0ab46e1b2f236c9fad58c1e34cdecdf1.woff2")format("woff2"),
        url("0ab46e1b2f236c9fad58c1e34cdecdf1.ttf")format("truetype");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


.fonts{
    font-family: fonts-title ;
}

/* FONT WEIGHT
================================
================================*/
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

/* FONT SIZE 
================================
================================*/


/* LOST CSS
================================
================================*/


/* SIDE MENU
================================
================================*/
.nav-menu{
    column-gap: 1rem;
    flex-direction: column;
    row-gap: 1rem;
}

.nav-menu li a{
    padding: 0;
    font-size: 15px;
    letter-spacing: .5px;
    color: #393939;
}

.side-bottom{
    font-size: 15px;
    color: #393939;
    letter-spacing: .5px;
}

/* MOBILE NAV SWIPE 
================================
================================*/
.block-promo{
    background-color: #E26D34;
    color: white;
    text-align: center;
    height: 30px;
    vertical-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 579px){
    .block-promo{
        position: relative;
        z-index: 4;
    }
}

/* HEADER 
================================
================================*/
header{
    position: sticky;
    top: 0;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s;
}

body.template-is-index header,
body.template-is-product header{
    position: fixed;
}


body.template-is-index header .header-wrapper{
    transform: translateY(30px);
}

@media (max-width: 768px){
    body.template-is-collection header,
    body.template-is-blog header,
    body.template-is-page_about header,
    body.template-is-page_delivery header,
    body.template-is-article header,
    body.template-is-checkout2 header{
        position: fixed;
    }
}

.header-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.5rem;
    align-items: center;
    padding: 3rem 15px;
    transition: .4s;
    transform: translateY(30px);
}

header.scrolling .header-wrapper{
    padding: 1rem 15px;
    transform: translateY(0px) !important;
}

.nav-header{
    column-gap: 1.5rem;
    align-items: center;
}

.nav-header li a{
    padding: 0;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.nav-header li a:hover.
.nav-header li a:focus{
    color: #ccc;
}

.nav-header a.nav-link{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.nav-header a.nav-link:focus{
    color: #E26D34;
}

.nav-header i{
    position: relative;
    width: 20px;
    height: 20px;
    /*background-color: red;*/
    display: block;
}

.nav-header i::before,
.nav-header i::after{
    position: absolute;
    content: '';
    background-color: white;
    left: 0;
    transition: .4s;
}

.nav-header i::before{
    width: 100%;
    height: 1px;
    top: 34%;
}

.nav-header i::after{
    width: 80%;
    height: 1px;
    bottom: 34%;
}

.nav-header a:hover i::before,
.nav-header a:hover i::after,
.nav-header a:focus i::before,
.nav-header a:focus i::after{
    background-color: #ccc;
}

/* HEADER LOGO */
.header-wrapper .logo{
    margin-left: auto;
    margin-right: auto;
}

/* HEADER TOOLS */
.nav-header-tools{
    justify-content: end;
    column-gap: 2rem;
}

.nav-header-tools li a{
    position: relative;
    padding: 0;
}

.nav-header-tools li a img{
    transition: .4s;
}

.nav-header-tools li a:hover img{
    transform: scale(1.1);
}

.nav-header-tools li a .count{
    position: absolute;
    top: 0;
    right: -6px;
    width:  12px;
    height: 12px;
    border-radius: 14px;
    background: white;
    color: black;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header.scrolling,
header.active{
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .25);
}

@media (max-width: 768px){
    body.scrolling header .nav-header li a,
    body.scrolling header .logo,
    body.scrolling header .nav-header-tools li img,
    body.scrolling header .header-catalog i,
    body.scrolling header .header-catalog i::before,
    body.scrolling header .header-catalog i::after{
        filter: brightness(0.25);
    }
}

body.header-active header .nav-header li a,
body.header-active header .logo,
body.header-active header .nav-header-tools li img,
body.header-active header .header-catalog i,
body.header-active header .header-catalog i::before,
body.header-active header .header-catalog i::after{
    filter: brightness(.25);
}

body.header-active header .nav-header li a:hover,
body.header-active header .logo:hover,
body.header-active header .nav-header-tools li:hover img,
body.header-active header .header-catalog:hover i,
body.header-active header .header-catalog:hover i::before,
body.header-active header .header-catalog:hover i::after{
    filter: brightness(0);
}


body.header-dark header .nav-header li a,
body.header-dark header .logo,
body.header-dark header .nav-header-tools li img,
body.header-dark header .header-catalog i,
body.header-dark header .header-catalog i::before,
body.header-dark header .header-catalog i::after{
    filter: brightness(.25);
}

@media (max-width: 768px){
    body.header-active header .nav-header li a,
    body.header-active header .logo,
    body.header-active header .nav-header-tools li img,
    body.header-active header .header-catalog i,
    body.header-active header .header-catalog i::before,
    body.header-active header .header-catalog i::after{
        filter: brightness(1);
    }

    body.template-is-cart.header-dark header .nav-header li a,
    body.template-is-cart.header-dark header .logo,
    body.template-is-cart.header-dark header .nav-header-tools li img,
    body.template-is-cart.header-dark header .header-catalog i,
    body.template-is-cart.header-dark header .header-catalog i::before,
    body.template-is-cart.header-dark header .header-catalog i::after{
        filter: brightness(1);
    }

    body.header-active header.scrolling .nav-header li a,
    body.header-active header.scrolling .logo,
    body.header-active header.scrolling .nav-header-tools li img,
    body.header-active header.scrolling .header-catalog i,
    body.header-active header.scrolling .header-catalog i::before,
    body.header-active header.scrolling .header-catalog i::after{
        filter: brightness(0);
    }
}

header.scrolling .nav-header li a,
header.scrolling .logo,
header.scrolling .nav-header-tools li img{
    filter: brightness(.25);
}

header.scrolling .nav-header li a:hover,
header.scrolling .logo:hover,
header.scrolling .nav-header-tools li a:hover img.poster,
header.scrolling .header-catalog i,
header.scrolling .header-catalog i::before,
header.scrolling .header-catalog i::after{
    filter: brightness(0);
}

@media (max-width: 768px){
    header{
        z-index: 4;
    }
    .header-catalog{
        height: 11px;
        width:  15px;
        display: block;
        display: flex;
        align-items: center;
    }
    .header-catalog i{
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        border-top: 1px solid white;
    }
    .header-catalog i::before,
    .header-catalog i::after{
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: white;
    }
    .header-catalog i::before{
        top: 49%;
    }
    .header-catalog i::after{
        top: 99%;
    }

    .header-wrapper{
        grid-template-columns: 1.5fr 1.5fr 1.5fr;
        column-gap: .25rem;
        padding: 1rem 15px;
    }

    .header-wrapper .logo img{
        width: 85px;
    }

    .nav-header-tools{
        column-gap: 1rem;
    }

    .nav-header-tools li a img{
        width:  18px;
        height: 18px;
    }
    header.active{
        /*margin-top: 30px;*/
    }
    header.scrolling.active{
        margin-top: 0;
    }

    body.header-dark header{
        transition: .4s;
    }

    body.header-dark header:not(.scrolling).active{
        transform: translateY(-30px);
    }
    
    body.header-simple header:not(.scrolling).active .header-wrapper,
    body.header-active header:not(.scrolling).active .header-wrapper{
        transform: translateY(0);
    }

    .header-catalog.active i{
        border-color: transparent;
    }
    .header-catalog.active i::before,
    .header-catalog.active i::after{
        top: 50%;
    }
    .header-catalog.active i::before{
        transform: rotate(45deg);
    }
    .header-catalog.active i::after{
        transform: rotate(-45deg);
    }

    body header.active .nav-header li a,
    body header.active .logo,
    body header.active .nav-header-tools li img,
    body header.active .header-catalog i,
    body header.active .header-catalog i::before,
    body header.active .header-catalog i::after{
        filter: brightness(.25);
    }
}

/* NAVIGATION
================================
================================*/


/* MAIN INDEX 
================================
================================*/

/* MAIN SLIDER */
.block-main-slider{
    max-width: 1920px;
}

.main-slider{
    height: 100vh;
}

.main-slider .cover{
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slider .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-slider .cover .slider-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4.5rem 80px;
}

.slider-info-title{
    font-size: 30px;
    color: white;
    line-height: 1.1;
}

.slider-info-button{
    margin-top: 3.5rem;
}

@media (max-width: 579px){
    .main-slider{
        height: 600px;
    }
    .main-slider .cover .slider-info{
        padding: 2rem;
    }
    .slider-info-title{
        font-size: 20px;
        line-height: 1.3;
    }
    .slider-info-button{
        margin-top: 1.75rem;
    }
}

/* BLOCK PRODUCTS */
.block{
    margin-top: 8rem;
    margin-bottom: 8rem;
}

body.header-dark .block {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.block-desc{
    line-height: 1.25;
    font-size: 20px;
}

.main-products{
    padding-bottom: .25rem;
}

@media(min-width: 1400px){
.swiper-shadow{
    position: relative;
    padding-left:  4rem;
    padding-right: 4rem;
    margin-right: -4rem;
    margin-left:  -4rem;
}

.swiper-shadow::before,
.swiper-shadow::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 150%;
    top: -25%;
    z-index: 2;
}
}

.swiper-shadow::before{
    left: -1rem;
    background: linear-gradient(to left, transparent 25%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 75) 100%, rgba(255, 255, 255, 1) 100%);
}

.swiper-shadow::after {
    right: -1rem;
    background: linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 75) 100%, rgba(255, 255, 255, 1) 100%);
}

/*
@media (max-width: 1500px){
    .swiper-shadow{
        position: relative;
        padding-left:  4rem;
        padding-right: 4rem;
        margin-right: -2rem;
        margin-left:  -2rem;
    }

}

@media (max-width: 1100px){
    .swiper-shadow{
        position: relative;
        padding-left:  3rem;
        padding-right: 3rem;
        margin-right: -3rem;
        margin-left:  -3rem;
    }
}
*/

@media (max-width: 768px){
    /*
    .swiper-shadow{
        position: relative;
        padding-left:  2rem;
        padding-right: 2rem;
        margin-right:  0rem;
        margin-left:   0rem;
    }
    .swiper-shadow::before,
    .swiper-shadow::after{
        display: none;
    }
    */
    .swiper-shadow::before{
        left: -2rem;
    }
    .swiper-shadow::after{
        right: -2rem;
    }
}

@media (max-width: 579px){
    .block{
        margin-top: 3rem;
        margin-bottom: 3rem;
        overflow: hidden;
    }
    .block-desc{
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }
    .swiper-shadow{
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -10px;
        margin-right: -10px;
    }
    /*
    */
    .swiper-shadow::before,
    .swiper-shadow::after{
        display: none;
    }
}

/* BOX PRODUCT */
/*
@media (min-width: 580px){
    .block-products{
        padding-left: 0;
        padding-right: 0;
    }
}
*/

.box-product{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.box-product .cover{
    position: relative;
    aspect-ratio: 3/4;
    display: block;
    overflow: hidden;
    border-radius: 50px;
}

.box-product .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.box-product .cover:hover img{
    transform: scale(1.1);
}

.cover .labels{
    position: absolute;
    top: 2rem;
    left: 2rem;
    row-gap: .5rem;
    display: flex;
    flex-direction: column;
}

.cover .labels label{
    height: 24px;
    border-radius: 12px;
    background-color: #FFFFFF;
    color: #303030;
    padding: 0 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.box-product-title{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-top: 1rem;
    text-decoration: none;
    display: inline-block;
}

.box-product-prices{
    display: flex;
    align-items: baseline;
    column-gap: 1rem;
    font-size: 14px;
}

.box-product-prices span{}

.box-product-prices del{
    font-size: 12px;
    color: #aaa;
}

.box-product-btn-buy{
    padding-top: 1rem;
    margin-top: auto;
    display: grid;
    grid-template-columns: auto 40px;
    align-items: center;
    column-gap: .25rem;
}

.box-product-btn-buy .btn-more{
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #393939;
}

@media (max-width: 579px){
    .box-product .cover{
        border-radius: 25px;
    }

    .box-product-title{
        margin-top: 1.25rem;
    }
    .box-product-btn-buy{
        padding-top: 1.25rem;
        margin-top: auto;
        grid-template-columns: auto 31px;
    }
    .box-product-btn-buy .btn-more{
        font-size: 12px;
    }
    .cover .labels{
        top: 1.25rem;
        left: 1.25rem;
    }
}

/* BLOCK ABOUT */
.block-title{
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 5rem;
    letter-spacing: .75px;
}

.block-about .block-title{
    margin-top: 0rem;
    margin-bottom: 13rem;
}

.block-about .cover{
    border-radius: 50px;
    overflow: hidden;
    aspect-ratio: 1/1;
    display: block;
}

.block-about .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-about .cover img.poster{
    position: relative;
    z-index: 2;
}

@media (max-width: 579px){
    .block-about .block-title{
        font-size: 16px;
        line-height: 1.4;
        margin-top: 3rem;
        margin-bottom: 6rem;
    }
    .block-about .cover{
        border-radius: 15px;
    }
    .block-title{
        font-size: 25px;
        margin-bottom: 3rem;
    }
}

/* BLOCK ABOUT */
.main-about{
}

.main-about .swiper-slide{
    aspect-ratio: 1/1;
    display: block;
}

.swiper-slide{
    height: auto;
}

.main-about .swiper-slide .cover{
    width: 100%;
    height: 100%;
    background-color: #91A0AE;
    display: block;
    padding: 3rem 4rem;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
}

.main-about-header{
    font-size: 12px;
    text-transform: uppercase;
    color: #f5f4f1;
    font-weight: 600;
}

.main-about-bottom{
    margin-top: auto;
}

.main-about-bottom label{
    width: fit-content;
    height: 40px;
    background-color: #F5F4F1;
    border-radius: 20px;
    padding: 0 3rem;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: .5px;
}

.main-about-bottom span{
    font-size: 25px;
    color: #f5f4f1;
    line-height: 1.2;
    transition: .4s;
}

@media (max-width: 1280px){
    .main-about .swiper-slide .cover{
        border-radius: 25px;
        padding: 2rem;
    }

    .main-about-header{
        font-weight: 400;
    }

    .main-about-bottom label{
        height: 24px;
        font-size: 9px;
        margin-bottom: 1rem;
    }

    .main-about-bottom span{
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width: 579px){
    .main-about .swiper-slide .cover{
        padding: 1.5rem;
    }
    .main-about-bottom span{
        font-size: 13px;
    }
}

/* BLOCK TECHNOLOGY */
.tech-list{
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    row-gap: 5rem;
}

.box-sepr-title{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.box-sepr-desc{
    font-size: 20px;
    line-height: 1.3;
}

.box-sepr .cover{
    margin-top: 3rem;
    border-radius: 50px;
    overflow: hidden;
}

@media (max-width: 579px){
    .tech-list{
        margin-top: 3rem;
        row-gap: 3rem;
    }
    .box-sepr .cover{
        border-radius: 25px;
    }
}

/* ADVANTAGES */
.box-advantages{
    font-size: 15px;
    color: #303030;
    line-height: 1.2;
}

.box-advantages-count{
    margin-bottom: 1rem;
}

.block-advantages .swiper-slide{
    height: auto;
}

.block-advantages .swiper-slide .box-advantages{
    border-left: 1px solid black;
    padding: 0 1rem;
    height: 100%;
}

.block-advantages .swiper-slide:last-child .box-advantages{
    border-right: 1px solid black;
}

.block-advantages .cover{
    aspect-ratio: 16/9;
    display: block;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 5rem;
}

.block-advantages .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 579px){
    .box-sepr-desc{
        font-size: 14px;
        line-height: 1.4;
    }
    .block-advantages .cover{
        border-radius: 25px;
        margin-top: 3rem;
    }
}

/* MAIN BLOG */
.box-sepr-button{
    margin-top: 2rem;
}

.box-article .cover{
    position: relative;
    aspect-ratio: 3/4;
    display: block;
    border-radius: 50px;
    overflow: hidden;
}

.box-article .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.box-article:hover .cover img{
    transform: scale(1.1);
    will-change: transform;
}

.box-article .cover span{
    font-size: 15px;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    color: white;
    padding: 2rem 3rem 1rem 2rem;
    letter-spacing: .5px;
    line-height: 1.2;
}

.block-article-info,
.block-article .cover{
  position: sticky;
  top: 7rem;
}

@media (max-width: 579px){
    .box-article .cover{
        border-radius: 25px;
    }
    .box-article .cover span{
        padding-bottom: 1.5rem;
    }
}

/* FAQ */
.accordion .accordion-item{
    border: 0;
    border-bottom: 1px solid #303030;
    border-radius: 0;
}

.accordion a.accordion-button{
    padding: .75rem 0;
    font-size: 17px;
    text-decoration: none;
    padding-right: 2rem;
}

.accordion a.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    color: #303030;
}

.accordion .accordion-body{
    padding: 1rem 0;
    line-height: 1.2;
}

.accordion a.accordion-button::before,
.accordion a.accordion-button::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #303030;
}

.accordion a.accordion-button::before{
    height: 1px;
    width: 10px;
}
.accordion a.accordion-button::after{
    height: 11px;
    width: 1px;
    right: 4.5px;
}

.accordion a.accordion-button[aria-expanded="true"]::after{
    transform: rotate(90deg);
}

@media (max-width: 579px){
    .block-faq{
        background-color: #F6F4F0;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .accordion .accordion-item{
        background-color: transparent;
    }
    .accordion a.accordion-button{
        font-size: 12px;
        background-color: transparent;
        padding: 1rem 1rem 1rem 0;
    }
}

/* SUBSCRIBE */
.block-subscribe{
    min-height: 85vh;
    height: auto;
    background-color: #91A0AE;
    padding: 10rem 0;
    overflow: auto;

}

.box-subscribe{}

.box-subscribe-title{
    font-size: 19px;
    color: white;
    line-height: 1.3;
    margin-bottom: 2rem;
}

.form-subscribe{
    position: relative;
}

.form-subscribe input{
    height: 40px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,1);
    width: 100%;
    transition: .4s;
    color: white;
}

.form-subscribe input:focus,
.form-subscribe input:active,
.form-subscribe input:focus-visible,
.form-subscribe input:focus-within,
.form-subscribe input:target{
    background-color: transparent !important;
}

.form-subscribe input::placeholder{
    font-size: 18px;
    color: rgba(255,255,255,0.2);
}

.form-subscribe input:focus,
.form-subscribe input:focus-visible{
    box-shadow: none;
    outline: none;
}

.form-subscribe .btn-subscribe{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: rgba(255,255,255,0.2);
    text-align: end;
    transition: .4s;
}

.form-subscribe .btn-subscribe:hover{
    color: white;
    transform: scale(1.2);
}

.block-subscribe .cover{
    aspect-ratio: 1/1;
    display: block;
    border-radius: 50px;
    overflow: hidden;
}

.block-subscribe .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-subscribe:has( + footer){
    margin-bottom: 0;
}

@media (max-width: 579px){
    .block-subscribe{
        background-color: #E26D34;
    }
    .box-subscribe-title{
        font-size: 14px;
        line-height: 1.4;
        width: 85%;
        margin-bottom: 1rem;
    }

    body.template-is-product .block-subscribe{
        margin-top: 0;
        padding-top: 5rem;
        padding-bottom: 5rem;
        height: auto;
    }
}

/* COLLECTION 
================================
================================*/
/* COLLECTION BANNER */
.block-banner{
    height: 55vh;
    display: block;
}

.block-banner .cover{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.block-banner .cover::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .35), transparent);
}

.block-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: end;
    row-gap: .5rem;

}

.block-banner-title{
    font-size: 30px;
    font-weight: 600;
    color: white;
    z-index: 1;
}

.block-banner-desc{
    font-size: 18px;
    color: white;
}

.block-banner .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-collections{
    margin-top: 9rem;
    column-gap: 3rem;
}

.nav-collections li a{
    font-size: 20px;
    padding: 0;
    color: rgba(57,57,57,0.3);
}

.nav-collections li a:hover,
.nav-collections li a:focus{
    color: rgba(57,57,57,0.75)
}
.nav-collections li a.active{
    color: black;
}

@media (max-width: 579px){
    .nav-collections{
        column-gap: 2rem;
        margin-top: 2rem;
    }
    .nav-collections li a{
        font-size: 14px;
    }
}

/* COLLECTION LIST */
.collection-list{
    margin-top: 4.5rem;
    margin-bottom: 7rem;
}

.collection-list-empty{
    text-align: center;
    font-size: 20px;
}

/* PAGINATION */
.pagination{
    margin-top: 3rem;
}

.nav-pagination{
    justify-content: end;
    column-gap: 2rem;
    margin-left: auto;
}

.nav-pagination li .nav-link{
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #f6f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 20px;
    line-height: 1;
}

.nav-pagination li .nav-link:not(.dots):not(.arrows):hover,
.nav-pagination li .nav-link.active{
    background-color: #E26D34;
    color: white;
}

.nav-pagination li .nav-link.dots{
    cursor: default;
}

.nav-pagination li .nav-link.arrows span{
    transition: .4s;
    will-change: transform;
}

.nav-pagination li .nav-link.arrows span{
    transform: translateY(-1px);
}
.nav-pagination li .nav-link.arrows:hover span{
    transform: scale(1.5) translateY(-1.5px);
}

@media (max-width: 579px){
    .nav-pagination{
        column-gap: 1rem;
        margin-right: auto;
        justify-content: space-between;
        width: 100%;
    }
    .nav-pagination li a{
        width:  35px;
        height: 35px;
    }
}

/* SIDEBAR 
================================
================================*/


/* PRODUCT
================================
================================*/
body.template-is-product .block-banner{
    height: 775px;
}

.block-banner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 4.5rem 80px;
}

.block-banner-info-title{
    font-size: 35px;
    color: white;
    line-height: 1.2;
}

.block-banner-info-desc{
    font-size: 20px;
    line-height: 1.2;
    color: white;
    margin: 1.5rem 0 2rem 0;
}

.product-image{
    aspect-ratio: 1/1;
    border-radius: 50px;
    overflow: hidden;
    background-color: #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 579px){
    body.template-is-product .block-banner{
        height: 65vh;
    }
    body.template-is-product .block-banner .cover{
        background-color: #908680;
    }
    body.template-is-product .block-banner .cover img{
       /* object-fit: scale-down;*/
    }

    .block-banner-info{
        padding: 1.5rem 1.25rem;
    }

    .block-banner-info-title{
        font-size: 25px;
    }
    .block-banner-info-desc{
        font-size: 12px;
        letter-spacing: .5px;
        margin-top: 1rem;
        margin-bottom: 1.25rem;
    }

    .product-image{
        border-radius: 25px;
    }
}

/* PRODUCT INFO */
.product-model{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #393939;
}

.product-title{
    margin-top: 1rem;
    font-size: 22px;
    line-height: 1.2
}

.product-desc{
    margin-top: .5rem;
    font-size: 12px;
    line-height: 1.2;
    color: #393939;
}

.product-prices{
    margin-top: 1.5rem;
    display: flex;
    align-items: baseline;
    line-height: 1.2;
    column-gap: 1rem;
}

.product-prices span{
    font-size: 22px;
}

.product-prices del{
    font-size: 14px;
    color: #aaa;
}

.product-button{
    margin-top: 2rem;
}

.product-button .btn{
    font-size: 14px;
    letter-spacing: .5px;
}

.product-adv{
    margin-top: 2rem;
    width: 100%;
}

.nav-product-adv{
    flex-direction: column;
    width: 100%;
}

.nav-product-adv li{
    font-size: 12px;
    color: #393939;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .5rem 0;
    border-bottom: 1px solid #ccc;
}

@media (max-width: 579px){
    .product-model{
        font-size: 9px;
    }
    .product-title{
        font-size: 20px;
    }
    .product-desc{
        margin-top: 1rem;
    }

    .product-info{
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
    }

    .product-info .product-model{
        order: 1;
    }
    .product-title{
        order: 2;
    }
    .product-desc{
        order: 3;
    }
    .product-prices{
        order: 4;
    }
    .product-adv{
        order: 5;
    }
    .product-button{
        order: 6;
    }

    .product-button .btn{
        background-color: #F6F4F0;
        color: black;
        border-color: #F6F4F0;
    }
}

/* HOW IT's WORK */
.block-howork{
    background-color: #F6F4F0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden;
}

.block-howork .block-desc{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.block-howork .block-title{
    font-size: 25px;
}

.box-howork-count{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    border: 1px solid #393939;
}

.box-howork-title{
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .45px;
}

.template-is-product_belt .box-howork-title{
    width: 36px;
    height: 36px;
    border: 1px solid #393939;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
}

.box-howork-text{
    margin-top: 1rem;
    font-size: 15px;
}
.main-advantages-knees .box-howork-text{
    font-size: 12px;
}

.block-howork .main-advantages::before,
.block-howork .main-advantages::after{
    background: unset;
}

.main-advantages-knees .box-howork{
    text-align: center;
}

.main-advantages-knees .box-howork-count{
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 579px){
    .block-howork{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .block-howork .block-desc{
        font-size: 9px;
    }
    .block-howork .block-title{
        font-size: 20px;
    }

    .main-advantages-knees .box-howork{
        text-align: start;
    }
    .main-advantages-knees .box-howork-count{
        margin-left: 0;
    }
}

/* BAND ORANGE */
.band-orange{
    background-color: #E26D34;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 1.5rem 0;
    letter-spacing: 1px;
}

@media (max-width: 579px){
    .band-orange{
        font-size: 15px;
        padding: 1.5rem 5rem;
    }
}

/* BLOCK VIDEO */
.block-video{
    aspect-ratio: 16/8;
    display: block;
    background-color: #C4C4C4;
    max-width: 1470px;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.block-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 579px){
    .block-video{
        aspect-ratio: 9/16;
    }
}

/* PRODUCT ORANGE MODE  */
.block-orange-mode{
    background-color: #E26D34;
    padding: 5rem 0;
}

.block-orange-mode .block-title{
    color: white;
    font-size: 30px;
    letter-spacing: .6px;
}

.swiper.orange-mode .swiper-slide{
    position: relative;
}

.swiper.orange-mode .swiper-slide .box-omode::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background-color: white;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -10px;
}

.swiper.orange-mode .swiper-slide:last-child .box-omode::after{
    display: none;
}

.box-omode{
    position: relative;
    color: white;
    text-align: center;
    height: 100%;
    padding: 2rem 1.5rem;
}

.box-omode-title{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.box-omode-desc{
    font-size: 17px;
    letter-spacing: .5px;
    margin-top: 1rem;
}

.orange-mode-pagination{
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
}

.orange-mode-pagination .swiper-pagination-bullet{
    background-color: white;
}

@media (max-width: 579px){
    .block-orange-mode{
        padding: 0 0;
        background-color: transparent;
    }
    .block-orange-mode .block-title{
        padding: 0 2rem;
        font-size: 20px;
        line-height: 1.5;
        color: #393939;
        margin-bottom: 2rem;
    }

    .block-orange-mode .container{
        background-color: #E26D34;
    }

    .box-omode{
        padding: 0 4rem;
    }
    .block-orange-mode .swiper-pagination{
        bottom: 2rem;
    }

    .block-orange-mode .swiper-pagination .swiper-pagination-bullet{
        background-color: white;
    }

    .swiper.orange-mode{
        padding: 3rem 0;
    }

    .box-omode-desc{
        margin-top: 1.5rem;
    }
    .swiper.orange-mode .swiper-slide::after{
        display: none;
    }
}

/* PRODUCT ALGO WORK */
.algo-list{
    display: flex;
    flex-direction: column;
    row-gap: 2.25rem;
}

.box-algo{
    position: relative;
    aspect-ratio: 16/9;
    background-color: #C4C4C4;
    border-radius: 50px;
    padding: 3rem 4.5rem;
    overflow: hidden;
     text-shadow: 1px 1px 1px #000;
     
}

.box-algo-content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
   
}

.box-algo-label{
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.box-algo-title{
    margin-top: 2rem;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .75px;
}

.nav-algo{
    margin-top: auto;
}

.nav-algo{
    flex-direction: column;
}

.nav-algo li{
    border-bottom: 1px solid white;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: space-between;
    column-gap: 1.25rem;
}

.nav-algo li img{
    filter: brightness(10) invert(0);
}

.nav-algo li:last-child{
    border-bottom: 0;
}

.box-algo img.poster{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px){
    .nav-algo{
        padding: 2rem;
        background-color: #F6F4F0;
        border-radius: 25px;
        margin-top: 1rem;
    }

    .nav-algo li{
        font-size: 12px;
        padding: .75rem 0;
        border-bottom: 1px solid #393939;
    }
}

@media (max-width: 768px){
    .box-algo{
        aspect-ratio: 1/1;
        padding: 2.25rem;
        border-radius: 25px;
    }
    .box-algo-label{
        font-size: 9px;
    }
    .box-algo-title{
        font-size: 15px;
        line-height: 1.5;
        margin-top: 1.25rem;
    }

    /* BLOCK ALGP NECK */
    .block-algo-neck .box-algo{
        aspect-ratio: unset;
        display: flex;
        flex-direction: column;
        padding: 0;
        background-color: #F6F4F0;
    }
    .block-algo-neck .box-algo-content{
        aspect-ratio: unset;
        order: 2;
        padding: 2rem 2rem;
        color: #393939;
    }

    .block-algo-neck .box-algo-content .box-algo-title{
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: .4px;
    }

    .block-algo-neck .box-algo .cover{
        aspect-ratio: 6/5;
        position: relative;
        order: 1;
        background-color: #C4C4C4;
    }
}


/* PRODUCT MODE */
.block-mode{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f6f4f0;
}

.box-mode-info{
    position: sticky;
    top: 15rem;
}

.block-product .box-sepr-desc{
    font-size: 25px;
    margin-top: 2.5rem;
}

.box-mode{
    border-top: 1px solid rgba(57,57,57,0.2);
    padding: 2.25rem 0;
}

.box-mode:last-child{
    border-bottom: 1px solid rgba(57,57,57,0.2);
}

.box-mode-title{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: .5rem;
}

.box-mode-text{
    font-size: 20px;
}

.nav-mode{
    margin-top: .75rem;
    flex-direction: column;
}

.nav-mode li{
    position: relative;
    padding: .3rem 0;
    line-height: 1.2;
    font-size: 15px;
    margin-left: 1rem;
}

ul li{
    position: relative;
}

/* ul li:not(.nav-item)::before{
    position: absolute;
    content: '•';
    top: 0;
    left: -1rem;
    top: .25rem;
}*/

@media (max-width: 579px){
    .block-mode{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .block-product .box-sepr-title{
        font-size: 9px;
    }
    .block-product .box-sepr-desc{
        font-size: 20px;
        margin-top: 1rem;
    }
    .box-mode{
        padding: 1.5rem;
    }
    
    .box-mode-title{
        font-size: 16px;
    }
    .nav-mode li{
        font-size: 12px;
    }
}

/* VARIANT USE */
.block-variant-use .box-sepr-title{
    margin-bottom: 3rem;
    letter-spacing: 1.75px;
}

.box-use{
    border-radius: 50px;
    overflow: hidden;
}

.box-use .cover{
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
}

.box-use img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 579px){
    .box-use{
        border-radius: 25px;
    }
}

/* PRODUCT RESULT USE */
.block-results{
    position: relative;
}

.box-result{
    border-radius: 45px;
    background-color: #F6F4F0;
    padding: 3rem;
}

.box-result-title{
    font-size: 17px;
    font-weight: 500;
}

.box-result-text{
    margin-top: .75rem;
    font-size: 14px;
    letter-spacing: .5px;
    color: #393939;
    line-height: 1.3;
}

.swiper-tools{
    position: absolute;
    top: 0;
    left: -5%;
    bottom: 0;
    margin: auto;
    width: 110%;
}

.swiper-tools .swiper-button-prev,
.swiper-tools .swiper-button-next{
    width: 32px;
    height: 32px;
    background-color: #F6F4F0;
    border-radius: 32px;
    background-image: none !important;
}

.swiper-tools .swiper-button-prev::after,
.swiper-tools .swiper-button-next::after{
    font-size: 12px;
    color: #393939;
    font-weight: 600;
}

@media (max-width: 1500px){
    .swiper-tools{
        width: 98%;
        left: 0;
        right: 0;
    }
}

@media (max-width: 768px){
    .swiper-tools{
        width: 100%;
        left: 0;
        right: 0;
    }
}

@media (max-width: 768px){
    .product-result.swiper-shadow{
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
    }
    .product-result.swiper-shadow::before,
    .product-result.swiper-shadow::after{
        display: none;
    }

    .box-result{
        padding: 4rem 3rem;
        border-radius: 0;
    }
    .product-result-pagination{
        bottom: 1.5rem !important;
        align-items: center;
        justify-content: center;
        column-gap: .5rem;
    }
    .swiper-pagination-bullet{
        width:  4px;
        height: 4px;
        transition: .4s;
        margin: 0 !important;
        background-color: black;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 6px;
        height: 6px;
        transition: .4s;
    }
}

@media (max-width: 579px){
    .box-result{
        border-radius: 0;
        padding: 2.5rem 4rem 5rem 4rem;
        text-align: center;
    }

    .box-result-title{
        font-size: 15px;
        font-weight: 600;
    }
    .box-result-text{
        font-size: 12px;
    }

    .swiper-pagination{
        bottom: 2rem;
        align-items: center;
        display: flex;
        justify-content: center;
        column-gap: .5rem;
    }
    .swiper-pagination-bullet{
        width: 4px;
        height: 4px;
        background-color: #393939;
        margin: 0 !important;
        transition: .4s;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 6px;
        height: 6px;
    }
}

/* PRODUCT MATERIALCONST */
.block-materconst{
    border-radius: 50px;
    overflow: hidden;
}

.box-materconst{
    background-color: #F6F4F0;
    padding: 3.5rem 4rem;
    height: 100%;
}

.nav-check-char{
    margin-top: 3rem;
    flex-direction: column;
}

.nav-check-char li{
    padding: .6rem 0;
    border-bottom: 1px solid #ccc;
    padding-left: 1.75rem;
    background-image: url(check.svg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 1;
}

.nav-check-char li:last-child{
    border-bottom: 0;
}

.block-materconst .cover{
    aspect-ratio: 1/1;
    display: block;
}

@media (max-width: 579px){
    .block-materconst{
        border-radius: 25px;
    }
    .box-materconst{
        padding: 2rem;
    }
    .box-materconst .box-sepr-desc{
        margin-top: 2.5rem;
    }
    .nav-check-char{
        margin-top: 1.5rem;
    }
    .nav-check-char li{
        font-size: 12px;
    }
}

/* BLOCK WHO */
.block-who{
}

.block-who .cover{
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    overflow: hidden;
    background-color: #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-who .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-who-cover-desc{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem 4rem 3rem; 
    background-color: #E26D34;
    z-index: 1;
    width: 100%;
    color: white;
}

.block-who .accordion{
    margin-top: 3rem;
}

#accordionWHO a.accordion-button{
    font-size: 15px;
}

#accordionWHO .accordion-item{
    border-color: rgba(57,57,57,0.2);
}

#accordionWHO .accordion-body{
    color: #777;
    font-size: 15px;
}

/* BLOCK WHO LEGS */
.block-who-legs .nav-product-adv{
    margin-top: 2rem;
}

.block-who-legs .nav-product-adv li{
    padding: .75rem 0;
    font-size: 15px;
}

.block-who-legs .cover{
    aspect-ratio: 4/3;
}


@media (max-width: 579px){
    .block-who .cover{
        border-radius: 25px;
    }
    #accordionWHO a.accordion-button{
        font-size: 12px;
    }

    /* BLOCK WHO NECK */
    .block-who-neck .cover{
        aspect-ratio: 4/6;
    }
    .block-who-cover-desc{
        font-size: 12px;
        padding: 2rem 2.5rem;
    }
    .block-who-legs .cover{
        aspect-ratio: 1/1;
    }
}

/* PRODUCT RESULT AFTER */
.block-result-after{
    overflow: hidden;
}

.block-result-after .block-title{
    margin-bottom: 5rem;
}

.box-result-after{
    background-color: #F6F4F0;
    border-radius: 50px;
    overflow: hidden;
    height: 100%;
    display: grid;
    grid-template-rows: max-content;
}

.box-result-after-title{
    font-size: 15px;
    padding: 2rem 1rem;
    text-align: center;
    font-weight: 500;
}

.box-result-after .cover{
    aspect-ratio: 7/8;
    border-radius: 50px;
    overflow: hidden;
    margin-top: auto;
}

.box-result-after .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
@media (max-width: 768px){
    .result-after.swiper-shadow{
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .result-after.swiper-shadow::before,
    .result-after.swiper-shadow::after{
        display: none;
    }
}
*/

@media (max-width: 579px){
    .block-result-after{
        margin-bottom: 5rem;
    }
    .block-result-after .block-title{
        font-size: 20px;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .box-result-after{
        border-radius: 25px;
    }
    .box-result-after-title{
        padding: 1.25rem 1rem;
    }
    .box-result-after .cover{
        border-radius: 25px;
    }
}

/* PRODUCT DESCRIPTION */
.block-description{
    background-color: #E26D34;
    padding: 7rem 0;
    color: white;
}

.block-description .block-title{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
}

.block-description .block-desc{
    font-size: 25px;
}

@media (max-width: 579px){
    .block-description{
        padding: 4.5rem 0;
    }
    .block-description .block-title{
        font-size: 9px;
    }
    .block-description .block-desc{
        font-size: 16px;
    }
}

/* PRODUCT INSTRUCTION */
.block-instsruction{
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.box-instruction{
    border-radius: 50px;
    background-color: #F6F4F0;
    overflow: hidden;
    /*margin-bottom: 2.5rem;*/
}

.box-instruction-info{
    padding: 4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-instruction-info-content{
    margin-top: auto;
}

.box-instruction-info-count{
  color: rgba(57,57,57,0.2);
  font-size: 15px;
  letter-spacing: .5px;
}

.box-instruction-info-content-title{
    font-size: 35px;
    letter-spacing: .5px;
}

.box-instruction-info-content-desc{
    font-size: 15px;
    line-height: 1.3;
    margin-top: 1rem;
}

@media (min-width: 768px){
    .product-instructions .swiper-wrapper{
        display: flex;
        flex-direction: column;
        row-gap: 2.25rem;

    }

    .box-instruction-info{
        padding: 2.05rem;
    }

    .box-instruction-info-content-title{
        line-height: 1.2;
        font-size: 26px;
    }

    .product-instructions .swiper-wrapper .swiper-slide{
        width: 100% !important;
    }
    
    .product-instructions .swiper-wrapper .swiper-slide:nth-child(even) .row{
        flex-direction: row-reverse;
    }
}

@media (max-width: 579px){
    .block-instsruction{
        margin-bottom: 4rem;
    }
    .box-instruction{
        border-radius: 25px;
    }
    .box-instruction-info-content-title{
        font-size: 20px;
        line-height: 1.2;
    }
    .box-instruction-info-content-desc{
        font-size: 12px;
        line-height: 1.65;
    }
}

/* PRODUCT CHARACTERISTICS */
.block-char{
    margin-top: 10rem;
}

.block-char .box-sepr-title{
    position: sticky;
    top: 25rem;
}

.table>:not(caption)>*>*{
    border-top: 1px solid rgba(57,57,57,0.2);
    padding: 1rem 0;
    font-size: 13px;
    color: #393939;
}

.block-char .table-fixed td{

    width: 25%;
    word-wrap: break-word;
}

.box-sizes{
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 6rem 6rem;
}

.box-sizes-title{
    font-size: 14px;
    line-height: 1.3;
}

.box-sizes .cover{
    margin-bottom: 2rem;
}

.box-sizes .cover:last-child{
    margin-bottom: 0;
}

@media (max-width: 579px){
    .box-sizes{
        padding: 2rem;
        border-radius: 25px;
    }
    .block-char{
        margin-top: 3rem;
    }
    .block-char .box-sepr-title{
        font-size: 10px;
        letter-spacing: .75px;
    }
    .box-sizes-title{
        font-size: 12px;
        letter-spacing: .75px;
    }
}

/* PROUCT COMPLECT */
.block-complect{
    background-color: #F6F4F0;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding: 6rem 0;
}

.block-complect .cover{
    aspect-ratio: 1 / 1;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.block-complect .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-complect{
    position: sticky;
    top: 20rem;
}

.box-complect-title{
    color: #393939;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}

.box-complect .nav-product-adv li:first-child{
    border-top: 1px solid #ccc;
}

.box-complect .nav-product-adv li{
    font-size: 15px;
    padding: .6rem 0;
}

.box-complect-pdf{
    margin-top: 2rem;
    display: inline-block;
    color: rgba(57,57,57,0.3);
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .5px;
}

@media (max-width: 579px){
    .block-complect{
        margin-bottom: 2rem;
        padding: 2rem 0;
    }
}

/* PRODUCT SLOGAN */
.block-slogan{
    background-color: #1B2A37;
    padding: 7rem 0;
    color: white;
}

.block-slogan .block-desc{
    font-size: 25px;
}

.block-slogan .block-button{
    margin-top: 3rem;
}

/* PRODUCT BANNER INFO */
.block-main-banner-info .cover{
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 50px;
    overflow: hidden;
}

.block-main-banner-info .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-main-banner-info-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    text-align: center;
}

.block-main-banner-info-button{
    margin-top: 1.75rem;
}

.block-main-banner-info-title{
    font-size: 25px;
    letter-spacing: .75px;
    color: white;
    line-height: 1.3;
}

@media (max-width: 579px){
    .block-main-banner-info .cover{
        aspect-ratio: 9/14;
        border-radius: 25px;
    }
    .block-main-banner-info-content{
        width: 75%;
    }
    .block-main-banner-info-title{
        font-size: 16px;
    }
}

/* BLOCK INSTA */
.block-insta{
    margin-bottom: 0;
}

.block-insta-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-insta-text span,
.block-insta-text a{
    font-size: 25px;
}

.block-insta-text a{
    text-decoration: none;
}

.main-insta{
    margin-top: 2rem;
}

@media (max-width: 579px){
    .block-insta{
        margin-top: 2rem;
    }
    .block-insta-text span, 
    .block-insta-text a{
        font-size: 12px;
    }
}

/* CART 
================================
================================*/
body.template-is-cart header{
    background-color: #E26D34;
    position: relative;
}

body.template-is-checkout header{
    position: sticky;
}

body.template-is-cart header .header-wrapper,
body.header-dark header .header-wrapper,
body.template-is-checkout header .header-wrapper{
    transform: translateY(0);
}

.cart-header{
    padding: 2.75rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.link-back{
    text-decoration: none;
    font-size: 17px;
    display: flex;
    column-gap: 1.5rem;
}

.link-back:not( > span){
    letter-spacing: .3px;
}

.cart-header h1{
    font-size: 17px;
    letter-spacing: .3px;
    text-align: center;
    margin-bottom: 0;
}

.block-cart{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cart-title{
    font-size: 25px;
    letter-spacing: .5px;
    margin-bottom: 2rem;
}

.box-item{
    display: grid;
    grid-template-columns: 110px auto;
    column-gap: 1.5rem;
    border-top: 1px solid rgba(57,57,57,0.2);
    padding: 1.75rem 0;
}

.box-item .cover{
    aspect-ratio: 3.5/4;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

.box-item .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-item-info{
    display: flex;
    flex-direction: column;
}

.box-item-title{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.box-item-title a{
    font-size: 15px;
    letter-spacing: .3px;
    text-decoration: none;
    line-height: 1.4;
}

.box-item-title .item-remove img{
    transform: .4s;
}

.box-item-title .item-remove:hover img{
    transform: rotate(-90deg);
}

.box-item-sku{
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(57,57,57,0.2);
    line-height: 1;
    margin-top: .75rem;
}

.box-item-qty-prices{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* QUANTITY */
.quantity{
    display: flex;
    column-gap: .5rem;
    align-items: center;
}
.quantity button.qty-tools{
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #393939;
    border-radius: 21px;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
} 

.quantity button.qty-tools img{
    transition: .4s;
    will-change: transform;
}

.quantity button.qty-tools:hover img{
    transform: scale(1.25);
}

.quantity input{
    width: 25px;
    height: 21px;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    border: 0;
    padding: 0;
}

.quantity input:focus{
    box-shadow: none;
    outline: none;
}

.box-item-prices{
    display: flex;
    column-gap: .5rem;
    align-items: center;
}

.box-item-prices span{
    font-size: 15px;
}

.box-item-prices del{
    font-size: 12px;
    color: #ccc;
}

/* BOX CHECKOUT */
.checkout-wrapper{
    height: 100%;
}

.checkout-wrapper-title{
    position: sticky;
    top: 3rem;
}

.box-checkout{
    border: 1px solid rgba(57,57,57,0.2);
    border-radius: 50px;
    padding: 2.25rem 3.5rem 3.75rem 3.5rem;
}

.box-checkout-discout{
    position: relative;
}

.box-checkout-discout input{
    width: 100%;
    height: 65px;
    border: 1px solid rgba(57,57,57,0.2);
    border-radius: 65px;
    padding: .5rem 2rem;
}

.discout-apply{
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width:  40px;
    height: 40px;
    border-radius: 40px;
}

.discout-apply img{
    transition: .4s;
}

.discout-apply:hover img{
    transform: scale(1.15);
}

.box-checkout-discount-result{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0;
    margin: 1.75rem 0;
    border-bottom: 1px solid rgba(57,57,57,0.2);
    font-size: 15px;
    letter-spacing: .3px;
}

.box-checkout-summ{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.box-checkout-button{
    margin-top: 1.75rem;
}

@media (max-width: 579px){
    .cart-header{
        background-color: #F6F4F0;
        margin-left: -10px;
        margin-right: -10px;
        padding: 1.25rem 1rem;
    }
    .link-back{
        font-size: 12px;
        column-gap: .5rem;
    }
    .cart-header h1{
        font-size: 12px;
    }
    .cart-title{
        font-size: 20px;
    }
    .box-item{
        grid-template-columns: 120px auto;
    }
    .box-item:last-child{
        border-bottom: 1px solid rgba(57, 57, 57, 0.2);
    }

    .box-item-title a{
        font-size: 12px;
    }
    .box-item-sku{
        font-size: 9px;
    }
    .box-item-qty-prices{
        flex-direction: column;
        align-items: start;
        row-gap: 1rem;
    }

    .box-item-prices span{
        font-size: 12px;
    }
    .box-item-prices del{
        font-size: 9px;
    }

    .quantity button.qty-tools{
        min-width: 16px;
        min-height: 16px;
        width: 16px;
        height: 16px;
    }
    .quantity input{
        font-size: 11px;
        width: 20px;
    }

    .box-checkout{
        border-radius: 25px;
        padding: 1.5rem 2.5rem;
    }

    .box-checkout-discout input{
        height: 50px;

    }
    .box-checkout-discout input::placeholder{
        font-size: 12px;
    }
    .box-checkout-discout button img{
        width: 16px;
    }
    .box-checkout-discount-result{
        margin: .5rem 0 1.25rem 0;
    }
    .box-checkout-discount-result,
    .box-checkout-summ{
        font-size: 12px;
    }

    .box-checkout-button{
        margin-top: 1rem;
    }
}

/* PAGE
================================
================================*/
.box-page{
    font-size: 20px;
}

.page-poster .cover{
    position: relative;
    aspect-ratio: 14/6;
    background-color: #ccc;
    display: block;
    position: relative;
}

.page-poster .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-poster-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 4rem 0;
    color: white;
    font-size: 20px;
    letter-spacing: .6px;
}

.block-subscribe-orange{
    background-color: #E26D34;
}

.box-page{
    margin-bottom: 2rem;
}

@media (max-width: 1500px){
    .page-poster-text{
        padding: 4rem 15px;
    }
}
@media (max-width: 579px){
    .page-poster{
        background-color: #1B2A37;
        padding: 4rem;
    }

    .page-poster .cover{
        aspect-ratio: 1/1;
        display: block;
        background-color: transparent;
    }

    .page-poster .cover img{
        border-radius: 25px;
        overflow: hidden;
    }

    .page-poster-text{
        position: unset;
        background-color: transparent;
        padding: 0;
        margin-top: 3rem;
        height: auto;
        font-size: 16px;
        letter-spacing: .4px;
        line-height: 1.5;
        text-align: center;
    }
}

/* DELIVERY */
.box-delivery{
    border-bottom: 1px solid #d1d1d1;;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.box-delivery:last-child{
    border-bottom: 0;
}

@media (max-width: 579px){
    .box-page{
        font-size: 12px;
    }
}

/* BLOG 
================================
================================*/
.blog-header{
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.blog-header-title{
    font-size: 20px;
    letter-spacing: .4px;
    line-height: 1.3;
}

.nav-blog{
    column-gap: 3rem;
}

.nav-blog li a{
    padding: 0;
    color: rgba(57,57,57,0.2);
    font-size: 15px;
}

.nav-blog li a.active{
    color: black;
}

.nav-blog li a:focus{
    color: #E26D34;
}

.blog-article{
    border-radius: 50px;
    background-color: #efefef;
    overflow: hidden;
    height: 100%;
    display: grid;
    grid-template-rows: max-content;
}

.blog-article .cover{
    position: relative;
    aspect-ratio: 1/1;
    display: block;
    overflow: hidden;
}

.blog-article .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-article-info{
    padding: 1.75rem 3rem 2.5rem 3rem;
    display: flex;
    flex-direction: column;
}

.blog-article-date{
  color: rgba(57,57,57,0.2);
  font-size: 12px;
}

.blog-article-title{
    font-size: 20px;
    letter-spacing: .4px;
    line-height: 1.2;
    margin-top: .75rem;
}

.blog-article-desc{
    font-size: 12px;
    margin-top: 1rem;
    line-height: 1.2;
}

.blog-article-more{
    font-size: 15px;
    padding-top: 1.5rem;
    display: inline-block;
    margin-top: auto;
}

.carousel-article{
    margin-top: 3rem;
}

@media (max-width: 768px){
    .blog-article-info{
        padding: 1.75rem 1.75rem 2.5rem 1.75rem;
    }
}

@media (max-width: 579px){
    .nav-blog{
        column-gap: 1.5rem;
        width: 100%;
    }
}

body.template-is-blog .block-subscribe{
    margin-top: 0;
}

/* FOOTER 
================================
================================*/
footer{
    padding-bottom: 15rem;
    background-color: #f6f4f0;
}

.copyrights,
.allrights{
    font-size: 15px;
    line-height: 1.2;
}

.nav-footer{
    row-gap: .5rem;
    flex-direction: column;
}

.nav-footer li a{
    padding: 0;
    font-size: 15px;
}

@media (max-width: 579px){
    footer{
        padding-bottom: 0;
    }
    footer .logo{
        margin-top: 10rem;
    }
    .nav-footer li a{
        font-size: 12px;
        word-wrap: break-word;
    }
    .copyrights,
    .allrights{
        font-size: 12px;
        line-height: 1.2;
    }

    .nav-footer-policy{
        margin-top: 1rem;
        row-gap: .75rem;
        column-gap: 3rem;
    }

    .nav-footer-policy li a{
        font-size: 12px;
        padding: 0;
        color: #9B9B9B;
        line-height: 1;
    }
}

/* FOOTER CART */
.footer-cart{
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 5rem;
}

.nav-footer-cart{
    margin-bottom: 3rem;
    column-gap: 1rem;
}

.nav-footer-cart li a{
    padding: .2px 0;
    border-bottom: 1px solid #393939;
    font-size: 15px;
}

.nav-footer-cart li a:hover{
    border-color: #E26D34;
}

.footer-copyright{
    font-size: 15px;
    color: rgba(57,57,57,0.3);
}

.footer-copyright a{
    color: rgba(57,57,57,0.3);
}
.footer-copyright a:hover{
    color: #393939;
}

@media (max-width: 579px){
    .nav-footer-cart li a{
        font-size: 12px;
    }
    .footer-copyright{
        font-size: 12px;
    }
}
