body{
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: black;
}

html{
}

.container {
    max-width: 1550px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1700px){
    .container{
        padding-left: 95px;
    }
}
@media (max-width: 579px){
    .container{
        padding-left: 15px;
    }
}

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

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

b{
    font-weight: bold;
}

/* BOOTSTRAP CUSTOM
================================
================================*/
.btn:not(.dropdown-toggle){
    height: 44px;
    border-radius: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 579px){
    .btn:not(.dropdown-toggle){
        height: 50px;
        font-size: 16px;
        border-radius: 0;
    }
}

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

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

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #FFBF33;
    --bs-btn-border-color: #FFBF33;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #FFCC5C;
    --bs-btn-hover-border-color: #FFCC5C;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}

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

/* FONT FAMILY
================================
================================*/
.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
================================
================================*/


/* COLOR & BACKGROUND
================================
================================*/


/* MOBILE NAV SWIPE 
================================
================================*/
.mobile-menu{
    height: 60px;
    width: 100%;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border-top: 1px solid #ccc;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
}

.mobile-menu .nav-header-tools{
    column-gap: 2rem;
}

.mobile-menu .nav-header-tools li:last-child{
    margin-left: -.75rem;
}

.mobile-menu-wrapper{
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.mobile-menu-wrapper img,
.mobile-menu-wrapper svg{
    width: 16px;
    height: 16px;
}

.mobile-menu-wrapper svg rect,
.mobile-menu-wrapper svg polygon{
    transition: .4s;
}

.mobile-menu-wrapper:hover svg rect,
.mobile-menu-wrapper:hover svg polygon{
    fill: #FF4C14;
}

.nav-menu{
    flex-direction: column;
    row-gap: 1rem;
    margin: 2rem 0;
}

.nav-menu li a{
    padding: 0;
    font-weight: 600;
}

/* PROMMO 
================================
================================*/

/* PROMO */
.block-promo{
    background-color: #F7F7F7;
}
.promo-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}


/* PROMO MAV */
.nav-promo{
    column-gap: 3.25rem;
}

.nav-promo li a{
    padding: 0;
    color: #666666;
    font-size: 12px;
}

.nav-promo li a:hover{
    color: #FF4C14;
}

/* PROMO TOOLS */
.nav-promo-tools{
    column-gap: 2rem;
    align-items: center;
}

.nav-promo-tools li a{
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.nav-promo-tools li a img{
    width: 15px;
    height: 15px;
    object-fit: contain;
    transition: .4s;
}

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

.nav-promo-tools li a.email{
    color: black;
    font-weight: 500;
}

.nav-promo-tools li a.phone{
    color: black;
    font-size: 16px;
    font-weight: 600;
}

/* HEADER 
================================
================================*/
header{
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: white;
    transition: .4s;
}

header.scrolling{
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);;
}

.header-wrapper{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    column-gap: 5rem;
    align-items: center;
    padding: 1rem 0;
}

.header-wrapper .logo img{
    width: 100%;
    transition: .4s;
}

header.scrolling .header-wrapper{
    padding: .75rem 0;
    transition: .4s;
}
header.scrolling .header-wrapper .logo img{
    width: 80%;
}

/* HEADER SEARCH */
.form-search{
    position: relative;
    border: 1.5px solid black;
    transition: .2s;
}

header.scrolling .form-search{
    border-color: #ccc;
}

.form-search:has( > input:focus),
.form-search:has( > input:focus-visible) {
    border-color: transparent;
}

.form-search input{
    width: 100%;
    height: 40px;
    padding: .5rem 2rem;
    transition: .2s;
    border: 0;
}

.form-search input:focus-visible{
    box-shadow: 0 0 0 .2rem rgba(0,0,0, .25);
    outline: none;
}

.form-search .btn-search{
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.form-search .btn-search img{
    transition: .4s;
}
.form-search .btn-search:hover img{
    transform: scale(1.1);
}

/* HEADER TOOOLS */
.nav-header-tools{
    justify-content: space-between;
}

.nav-header-tools li a{
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.nav-header-tools li a .count{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background-color: #FFBF33;
    border-radius: 6px;
    color: black;
}

.nav-header-tools li a svg path,
.nav-header-tools li a svg circle[stroke="black"],
.nav-header-tools li a svg circle:not([stroke="black"]){
    transition: .4s;
}
.nav-header-tools li a:hover svg path{
    stroke: #FF4C14;
}
.nav-header-tools li a:hover svg circle[stroke="black"]{
    stroke: #FF4C14;
}
.nav-header-tools li a:hover svg circle:not([stroke="black"]){
    fill: #FF4C14;
}

.nav-header-tools li a.header-login-icon:hover svg path[stroke="#0D0D0D"]{
    transform: translateX(3px);
}

@media (max-width: 579px){
    .header-wrapper{
        grid-template-columns: 1fr 1fr;
    }
}

/* NAVIGATION
================================
================================*/
.side-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100vh;
    background-color: #FFBF33;
    z-index: 4;
}

.side-menu::after{
    position: fixed;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .35);
    backdrop-filter: blur(5px);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.side-menu.active::after{
    opacity: 1;
    visibility: visible;
}

.side-menu-logo{
    position: relative;
    width: 100%;
    height: 80px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.side-menu.active .logo-full,
.side-menu.active .logo-short{
    transition: .4s;
}

.side-menu .logo-full{
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.side-menu.active .logo-full{
    opacity: 1;
}

.side-menu.active .logo-short{
    opacity: 0;
}

.side-menu-content{
    position: relative;
    height: calc(100% - 80px);
    padding: 4rem 0;
    max-width: 80px;
    transition: .2s;
}

.side-menu-content:hover{
    max-width: 360px;
    background-color: #F7F7F7;
    transition: 1s;
}

.side-menu-content:hover .nav-sidemenu li a span{
    position: relative;
    opacity: 1;
    visibility: visible;
}

.nav-sidemenu{
    height: 100%;
    /*row-gap: 1rem;*/
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    overflow: hidden;
}

.nav-sidemenu li a{
    padding: 1rem 20px;
    column-gap: 1rem;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.nav-sidemenu li a span{
    opacity: 0;
    visibility: hidden;
    /*position: absolute;*/
    text-wrap: nowrap;
}

.nav-sidemenu li a img.ico,
.nav-sidemenu li a svg.ico{
    width: 40px;
    height: 40px;
}

.nav-sidemenu li a svg rect,
.nav-sidemenu li a svg circle,
.nav-sidemenu li a svg path{
    transition: .4s;
}

.nav-sidemenu li a:hover svg rect,
.nav-sidemenu li a:hover svg circle,
.nav-sidemenu li a:hover svg path{
    stroke: #FF4C14;
}

@media (max-width: 1700px){
    .side-menu-content{
        padding: 2rem 0;
    }
    .side-menu-logo{
        height: 70px;
    }
    .nav-sidemenu li a{
        padding: 1rem 15px;
        font-size: 16px;
    }
    .side-menu-content{
        max-width: 70px;
        height: calc(100% - 70px);
    }
}

@media(max-width: 579px){
    .side-menu .logo-full{
        left: 15px;
    }
}

/* SUBMENU SIMPLE  */
.sidemenu-submenu{
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #F7F7F7;
    height: 100%;
    border-left: 1px solid #ccc;
    padding: 4rem 1rem;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    z-index: 0;
}

.nav-sidemenu li > a{
    transition: .4s;
}

.nav-sidemenu li:hover > a{
    color: #FF4C14;
}
.nav-sidemenu li:hover .sidemenu-submenu{
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.nav-submenu-simple{
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1rem;
}

.nav-submenu-simple li a{
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    text-wrap: nowrap;
    padding: 0;
}

/* SUBMENU GRAND */
.submenu-grand{
    width: calc(100vw - 360px);
}

.submenu-grand .box-brand{
    position: relative;
}

.submenu-grand .box-brand:hover{
    box-shadow: none;
    background-color: #E6E6E6;
    box-shadow: 1.5rem 0 0 #E6E6E6;
}

.submenu-grand .box-brand .box-brand-list{
    position: absolute;
    top: 0;
    left: calc(100% + 1.5rem);
    background-color: #e6e6e6;
    width:  calc(200% + 1.5rem);
    height: calc(200% + 1.5rem);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transition-delay: .2s;
    padding: 4rem 2rem 2rem 2rem;
}

.submenu-grand .box-brand:hover .box-brand-list{
    opacity: 1;
    visibility: visible;
}


/* Настройки показа сетки в субменю для брендов */

/* каждый 4ый */
/* каждый 3ий */
.submenu-grand .row .col:nth-child(4n) .box-brand:hover,
.submenu-grand .row .col:nth-child(4n+3) .box-brand:hover{
    box-shadow: -1.5rem 0 0 #E6E6E6;
}

/* каждый 4ый */
/* каждый 3ий */
.submenu-grand .row .col:nth-child(4n) .box-brand .box-brand-list,
.submenu-grand .row .col:nth-child(4n+3) .box-brand .box-brand-list{
    left: auto;
    right: calc(100% + 1.5rem);
}

/* 3ий и 4ый с конца */
.submenu-grand .row .col:nth-last-child(-n+4):not(:nth-last-child(-n+2)) .box-brand .box-brand-list {
    top: auto;
    bottom: 0;
}

/* 1ый и 2ой с конца */
.submenu-grand .row .col:nth-last-child(1) .box-brand .box-brand-list,
.submenu-grand .row .col:nth-last-child(2) .box-brand .box-brand-list {
    top: auto;
    bottom: 0;
}

.submenu-grand .row .col .box-brand.non-list,
.submenu-grand .row .col .box-brand.non-list:hover{
    box-shadow: none;
}
/* Настройки показа сетки в субменю для брендов - конец*/

.nav-brand-lis{
    column-gap: 1rem;
    row-gap: 1.65rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 80%;
    margin: auto;
    height: 100%;
    overflow-y: auto;
}


/* SCROLL on Filter  */
.nav-brand-lis::-webkit-scrollbar {
    width: 4px;
}

.nav-brand-lis::-webkit-scrollbar-track {
    background-color: #E6E6E6;
    border-radius: 5px;
}

.nav-brand-lis::-webkit-scrollbar-track:hover {
    background-color: #EDEEEF;
}

.nav-brand-lis::-webkit-scrollbar-thumb {
    background-color: #FFBF33;
    cursor: pointer;
    border-radius: 5px;
    transition: .4s;
}

.nav-brand-lis::-webkit-scrollbar-thumb:hover {
    background-color: #FFCC5C;
    transition: .4s;
}

/* SCROLL on PAGE END */

.nav-brand-lis li{
    text-align: start;
    display: inline-block;
    width: fit-content;
}

.nav-brand-lis li a{
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}

@media (max-width: 1700px){
    .submenu-grand .box-brand:hover .box-brand-list{

    }
    .submenu-grand .box-brand .box-brand-list{
        padding: 2rem;
    }
    .nav-brand-lis{
        row-gap: 1rem;
    }
    .nav-brand-lis li a{
        font-size: 14px;
    }
}

@media (max-width: 579px){
    .side-menu{
        left: -90%;
    }
    .side-menu.active::after{
        display: none;
    }
    .side-menu-content{
        padding: 1rem 0;
        height: calc(100% - 70px);
    }
    .nav-sidemenu{
        row-gap: 1rem;
        justify-content: start;
    }
    .nav-sidemenu li a{
        padding: .25rem 15px;
        font-size: 16px;
        font-weight: 500;
    }
    .nav-sidemenu li a img.ico,
    .nav-sidemenu li a svg.ico{
        width:  34px;
        height: 34px;
    }
    .side-menu-logo{
        height: 70px;
    }
    .side-menu.active .logo-full{
        width: 60%;
    }
    .side-menu-content{
        max-width: 90%;
        background-color: #FFBF33 !important;
    }
    .nav-sidemenu li a span{
        opacity: 1;
        visibility: visible;
    }
    .sidemenu-submenu{
        display: none;
    }
    .side-menu-logo .logo-short{
        display: none;
    }
    .side-menu-logo .logo-full{
        opacity: 1;
    }

    .header-catalog{
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        column-gap: .5rem;
        line-height: 1;
        justify-content: end;
    }
}

/* MAIN INDEX 
================================
================================*/
/* SLIDER - PRODUCT DAY */
/* SLIDER */
.swiper-tools{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.swiper-tools .swiper-navs{
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid black;
    height: 50px;
    width: 100px;
}

.swiper-tools .swiper-navs .swiper-button-prev,
.swiper-tools .swiper-navs .swiper-button-next{
    position: relative;
    margin-top: unset;
    top: auto;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    mask-position: center;
    mask-size: auto;
    mask-repeat: no-repeat;
    background-color: black;
    transition: .4s;
}

.swiper-tools .swiper-navs .swiper-button-prev{
    mask-image: url(angle-left-dark.svg);
}
.swiper-tools .swiper-navs .swiper-button-next{
    mask-image: url(angle-right-dark.svg);
}

.swiper-tools .swiper-navs .swiper-button-prev:hover,
.swiper-tools .swiper-navs .swiper-button-next:hover{
    background-color: #FF4C14;
}

.swiper-tools .swiper-navs .swiper-button-prev::after,
.swiper-tools .swiper-navs .swiper-button-next::after{
    display: none;
}

/* SWIPER PAGINATION */
.swiper-tools .swiper-pagination {
    position: relative;
    bottom: auto;
    top: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

/* Стили для пагинации */
.swiper-tools .swiper-pagination.main-slider-pagination {
    display: flex;
    gap: 1.25rem;
    position: relative;
    bottom: auto !important;
}

.swiper-tools .swiper-pagination .swiper-pagination-bullet{
    /*width: 4px;*/
    width: 20px;
    height: 20px;
    background: transparent !important;
    opacity: 1 !important;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    margin: 0 -10px;
}

/* Базовые стили для буллетов */
.swiper-tools .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0;
}

/* Контейнер прогресса */
.swiper-tools .swiper-pagination .swiper-pagination-bullet .progress-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* SVG круга прогресса */
.swiper-tools .swiper-pagination .swiper-pagination-bullet .progress-circle {
    --progress: 0;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    margin-top: -8px;
}

.swiper-tools .swiper-pagination .swiper-pagination-bullet-active .progress-circle{
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 2px #efefef;
}

/* Сам круг */
.swiper-tools .swiper-pagination .swiper-pagination-bullet .progress-circle circle {
    stroke-width: 2px;
    stroke-dasharray: 54; /* 2πr (2*3.14*8.6) */
    stroke-dashoffset: calc(54 * (1 - var(--progress)));
    fill: none;
    transition: stroke 0.3s ease;
}

/* Неактивное состояние */
.swiper-tools .swiper-pagination .swiper-pagination-bullet .progress-circle circle {
    stroke: #ccc;
    r: 8.6; /* (20px - 2px stroke) / 2 */
    cx: 10;
    cy: 10;
}

/* Активное состояние */
.swiper-tools .swiper-pagination .swiper-pagination-bullet-active .progress-circle circle {
    stroke: #FFBF33;
}

/* Центральная точка */
.swiper-tools .swiper-pagination .swiper-pagination-bullet .progress-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-tools .swiper-pagination .swiper-pagination-bullet-active .progress-dot {
    background: #FFBF33;
}

/* PRODUCT DAY */
.block-slider-product .swiper-tools{
    margin-top: 1rem;
}

.block-slider-product-day{
    border: 1px solid #E6E6E6;
    height: calc(100% - 50px - 1rem);
}

.block-slider-product-day-title{
    padding: 1.25rem;
    font-size: 18px;
    font-weight: 600;
}

.block-slider-product-day .box-product{
    border: 0;
}

@media (max-width: 1700px){
    .block-slider-product-day-title{
        padding: .75rem 1.25rem;
    }
}

/* BLOCK TITLE */
.block-title{
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: .25rem 0;
}

/* BOX PRODUCT */
.box-product{
    padding: 1.25rem;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    transition: .4s;
}

.box-product:hover{
    color: black;
    border-color: #FFBF33;
}

.box-product-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.review-stars{
    display: flex;
    align-items: center;
    column-gap: .15rem;
    transform: translateY(-1px);
}

.review-stars img{
    width: 12px;
    height: 12px;
    line-height: 1;
}

.review-count,
.box-product-sku{
    font-size: 12px;
    font-weight: 600;
    color: #808080;
    line-height: 1;
}

.box-product img{
    object-fit: scale-down;
}

.box-product .cover{
    position: relative;
    aspect-ratio: 1/1;
    display: block;
    padding: 2rem;
}

.box-product .cover .labels{
    position: absolute;
    top: .5rem;
    left: 0;
}

.labels label{
    background-color: #FF4C14;
    font-size: 14px;
    font-weight: 800;
    color: white;
    text-transform: capitalize;
    padding: .025rem .75rem .05rem .75rem;
}

.box-product-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    display: block;
    margin-bottom: .75rem;
}

.box-product-tools{
    margin-top: auto;
    display: grid;
    grid-template-columns: 2.75fr 4fr 1fr;
    align-items: center;
    column-gap: 1rem;
}

.box-product-prices{
    display: flex;
    flex-direction: column;
}

.box-product-prices span{
    font-size: 18px;
    font-weight: 800;
}

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

.box-product-add .btn{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-size: 14px;
    font-weight: 700;
}

.box-product-fav{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 1700px){
    .box-product-tools{
        column-gap: .25rem;
    }
}
@media (max-width: 579px){
    .block-title{
        font-size: 28px;
        text-align: start;
    }
}

/* BLOCK ADVANTAGES */
.box-advantages{
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.box-advantages .cover{
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    display: block;
}

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

.box-advantages-text{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 579px){
    .box-advantages .cover{
        width: 50px;
        height: 50px;
    }
    .box-advantages .box-advantages-text{
        font-size: 16px;
    }
}

/* BLOCK COLLECTION */
.box-collection{
    aspect-ratio: 1/1;
    display: block;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    text-decoration: none;
}

.box-collection .cover{
    width: 210px;
    height: 180px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box-collection .cover img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    z-index: 1;
}

.box-collection .cover::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    aspect-ratio: 1 / 1;
    z-index: 0;
    border-radius: 50%;
    transition: .4s;
    background-color: rgba(0, 0, 0, 1);
    filter: blur(75px);
}

.box-collection-title{
    position: relative;
    font-size: 24px;
    font-weight: 700;
}

.box-collection-title::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1rem;
    margin: auto;
    width: 82px;
    height: 6px;
    background-color: #FFBF33;
    transition: .4s;
}

.box-collection:hover{
    color: #FFBF33;
}

.box-collection:hover .box-collection-title::after{
    width: 20px;
}

@media (max-width: 1700px){
    .box-collection-title{
        font-size: 20px;
    }
}

@media (max-width: 579px){
    .box-collection .cover{
        width:  100px;
        height: 80px;
    }
    .box-collection-title{
        font-size: 14px;
        width: 100%;
    }
}

/* BLOCK BANNER QUEST */
.block-banner-quest{
    position: relative;
    margin-top: 5rem;
    margin-bottom: 7rem;
}

.block-banner-quest::before{
    position: absolute;
    content: '';
    width: 82%;
    height: 65%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 6px solid #FFBF33;
}

.block-banner-quest .row{
    align-items: center;
}

.block-banner-quest .cover{
    position: relative;
}

.block-banner-quest-title{
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 32px;
    font-weight: 800;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.block-banner-quest-info{
    position: relative;
    padding: 1rem 0;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    z-index: 1;
}

.block-banner-quest-button{
    position: relative;
    z-index: 1;
    background-color: white;
    text-decoration: none;
    padding: 1.5rem 0;
    float: left;
    width: 100%;
}

.block-banner-quest-button a.btn{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    text-decoration: none;
    padding: 1rem 1.5rem;
    width: fit-content;
    margin-left: auto;
    font-weight: 700;
    height: 60px;
}

.btn-outline-orange{
    border: 2px solid #FF4C14;
}

.btn-outline-orange:hover{
    color: #FF4C14;
    border-color: #FF4C14;
}

.block-banner-quest-button a img,
.block-banner-quest-button a svg,
.block-banner-quest-button a svg path{
    transition: .4s;
}

.block-banner-quest-button a:hover img,
.block-banner-quest-button a:hover svg{
    transform: translateX(5px);
}

.block-banner-quest-button a:hover svg path{
    stroke: #FF4C14;
}

.floating-elements-container {
    position: relative;
}

.floating-element {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-out;
    z-index: 2;
}

.fl-1{ left: 15%; top: 13% }
.fl-2{ left: 23%; top: -9% }
.fl-3{ left: 24%; top: 28% }
.fl-4{ left: 24%; top: 75% }
.fl-5{ left: 39%; top: 32% }
.fl-6{ left: 33%; top: 80% }
.fl-7{ left: 53%; top: 3% }
.fl-8{ left: 45%; top: 34% }
.fl-9{ left: 54%; top: 96% }
.fl-10{ left: 65%; top: -6% }
.fl-11{ left: 62%; top: 26% }
.fl-12{ left: 61%; top: 68% }
.fl-13{ left: 73%; top: 12% }
.fl-14{ left: 77%; top: 36% }
.fl-15{ left: 70%; top: 86% }

@media (max-width: 579px){
    .floating-element{
        transform: scale(.5) !important;
    }
    .block-banner-quest-info{
        font-size: 14px;
        padding: 1rem 2rem;
    }
    .block-banner-quest-button a.btn{
        margin-right: auto;
    }
    .block-banner-quest::before{
        height: 75%;
    }
    .block-banner-quest{
        margin-top: 6rem;
        margin-bottom: 7rem;
    }
    .fl-1{ left: 5%; top: 13% }
    .fl-2{ left: 23%; top: -14% }
    .fl-3{ left: -8%; top: 45% }
    .fl-4{ left: 24%; top: 69% }
    .fl-5{ left: 39%; top: 32% }
    .fl-6{ left: 33%; top: 87% }
    .fl-7{ left: 53%; top: 20% }
    .fl-8{ left: 72%; top: 46% }
    .fl-9{ left: 21%; top: 96% }
    .fl-10{ left: 65%; top: -6% }
    .fl-11{ left: 78%; top: 19% }
    .fl-12{ left: 61%; top: 68% }
    .fl-13{ left: 73%; top: 12% }
    .fl-14{ left: 77%; top: 36% }
    .fl-15{ left: 70%; top: 92% }
}

/* BLOCK BRANDS */
.block-brands{
    background-color: #F7F7F7;
}

.box-brand{
    background-color: white;
    aspect-ratio: 16/9;
    display: block;
    /*outline: 6px solid transparent;*/
    transition: .4s;
}

.box-brand:hover{
    /*outline-color: #FFBF33;*/
    box-shadow: inset 0 0 1px 6px #FFBF33;
}

.box-brand .cover{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3.5rem;
}

.box-brand .cover img{
    transition: .4s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.box-brand:hover .cover  img{
    transform: scale(1.1);
}

@media (max-width: 579px){
    .box-brand .cover{
        padding: 1.5rem;
    }
    .box-brand .cover img{
        width: 100%;
    }
}

/* BLOCK PARTNER */
.block-pertner{
    position: relative;
    background-image: url(bg-partner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 4rem .5rem;
    background-attachment: fixed;
    background-size: cover;
}

.block-pertner::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.block-pertner .row{
    position: relative;
    z-index: 2;
}

.block-partner-left{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.block-pertner-title{
    font-size: 40px;
    font-weight: 800;
    color: white;
}

.block-pertner-content{
    display: flex;
    flex-direction: column;
    row-gap: .65rem;
}

.block-pertner-content-title{
    font-size: 32px;
    font-weight: 700;
    color: #FFBF33;
}

.block-pertner-content-text{
    font-size: 24px;
    font-weight: 500;
    color: white;
}

.nav-partner{
    flex-direction: column;
    row-gap: .75rem;
}

.nav-partner li{
    position: relative;
    color: white;
    font-size: 24px;
    font-weight: 500;
    padding-left: 1rem;
    line-height: 1;
}

.nav-partner li::before{
    position: absolute;
    content: '';
    top: .65rem;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border: 2px solid #FFBF33;
}

.form-partner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.form-partner input{
    height: 80px;
    background-color: transparent;
    border: 2px solid #E6E6E6;
    width: 100%;
    padding: .5rem 1rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    color: white;
    transition: .4s;
}

.form-partner input:focus-visible{
    outline: none;
    border-color: #FFBF33;
}

.form-partner input::placeholder{
    color: #ccc;
    font-weight: 600;
    transition: .4s;
}

.form-partner input:focus::placeholder{
    opacity: .25;
}

.form-partner .btn{
    height: 80px;
    font-size: 20px;
    font-weight: 700;
    color: white;
}

@media(max-width: 579px){
    .block-pertner-title{
        font-size: 32px;
    }
    .block-pertner-content-title{
        font-size: 26px;
    }
    .block-pertner-content-text,
    .block-pertner-content-list li{
        font-size: 16px;
    }
    .nav-partner li::before{
        top: .3rem;
    }
    .form-partner{
        row-gap: 1.5rem;
    }
    .form-partner input{
        height: 60px;
    }
    .form-partner .btn{
        height: 60px;
    }
}

/* BLOCK BRANDS - PRODUCTS */
.block-carousel-tab-brand .cover{
    position: relative;
}
.block-carousel-tab-brand .cover::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.block-carousel-tab-brand .cover-brand{
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 240px;
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
}

.block-carousel-tab-brand .cover-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cover-title{
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    color: white;
    width: fit-content;
    height: auto;
    display: flex;
    align-items: baseline;
    column-gap: 1rem;
    z-index: 1;
    transform: scale(1, -1);
}

.cover-title-text{
    font-size: 12px;
    font-weight: 600;
    text-wrap: nowrap;
}

.cover-title-delimetr{
    width: 75px;
    height: 1px;
    background-color: white;
    transform: translateY(-1px);
}

.cover-title-name{
    font-size: 32px;
    font-weight: 700;
}

.cover-title .cover-title-text,
.cover-title .cover-title-name{
    transform: scale(1, -1);
}

.block-brand-products .tab-content,
.block-brand-products .tab-content .tab-pane,
.block-brand-products .tab-content .tab-pane .swiper,
.block-brand-products .tab-content .tab-pane .swiper .box-product{
    height: 100%;
}

.block-brand-products .tab-content .tab-pane .swiper .box-product{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* BLOCK SUBSCRIBE */
.block-subscribe-title{
    position: relative;
    height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}

.block-subscribe-title::after{
    position: absolute;
    content: '';
    width: 70%;
    height: 70%;
    border: 6px solid #FFBF33;
    top: 15%;
    left: 40%;
}

.block-subscribe-title span{
    height: fit-content;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    background-color: white;
    position: relative;
    z-index: 1;
    padding: 1rem 0;
}

.subscribe-socials{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 1rem;
    background-color: white;
    z-index: 1;
    position: relative;
}

.box-social{
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border: 1px solid #E6E6E6;
    background-color: #F7F7F7;
}

.box-social .cover{
    width:  46px;
    height: 46px;
    aspect-ratio: 1/1;
    display: block;
}

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

.box-social .cover img{
    transition: .4s;
}
.box-social:hover .cover img{
    transform: scale(1.1);
}

.box-subscribe{
    background-color: #FF4C14;
    padding: 3rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    justify-content: space-between;
    height: 100%;
}

.box-subscribe-title{
    font-size: 32px;
    font-weight: 700;
    color: white;
}

.box-subscribe-form{
    display: grid;
    grid-template-columns: 7fr 3fr;
    column-gap: 1rem;
    justify-content: space-between;
}

.box-subscribe-form input{
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, .05);
    outline: none;
    border: 1px solid #E6E6E6;
    padding: .5rem 1rem;
    color: white;
}

.box-subscribe-form input::placeholder{
    color: white;
    transition: .4s;
}

.box-subscribe-form input:focus::placeholder{
    opacity: .2;
}

.box-subscribe-form .btn{
    height: 60px;
    font-weight: 700;
}

.box-subscribe-text{
    font-size: 24px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
}

@media (max-width: 1700px){
    .box-subscribe-title{
        font-size: 26px;
    }
    .box-subscribe{
        row-gap: 2rem;
    }
    .box-subscribe-text{
        font-size: 18px;
    }
    .block-subscribe-title span{
        font-size: 20px;
    }
}
@media (max-width: 579px){
    .block-subscribe-title span{
        font-size: 14px;
    }
    .subscribe-socials{
        row-gap: .5rem;
        column-gap: .5rem;
    }
    .box-social .cover{
        width: 32px;
        height: 32px;
    }
    .block-subscribe-title::after{
        width: 100%;
        left: 40%;
    }
    .box-subscribe{
        row-gap: 2rem;
    }
    .box-subscribe-title{
        font-size: 24px;
    }
    .box-subscribe-text{
        font-size: 16px;
    }
    .box-subscribe-form{
        grid-template-columns: 1fr;
        row-gap: 1rem;
    }
}

/* BLOCK NEWS */
.block-news{
    background-color: #F7F7F7;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.block-news .block-title{
    margin-bottom: 1rem;
}

.box-article{
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    text-decoration: none;
    color: black;
}

.box-article-content{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    line-height: 1;
    height: 24px;
}

.box-article-content .cover{
    width: 24px;
    height: 24px;
    background-color: white;
    object-fit: scale-down;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-article-content span{
    font-size: 14px;
    font-weight: 600;
}

.block-news .btn-orange{
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: .5rem 1.5rem;
    color: white;
}

.block-news .btn-outline-orange{
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    padding: .5rem 1.5rem;
}

.block-news .carousel-news-advice .box-article-content:last-child{
    /*margin: .3rem 0;*/
}

.block-news .swiper-tools{
    margin-top: 1.5rem;
}

@media (max-width: 1700px){
    .box-article-content span{
        font-size: 12px;
    }
}

/* COLLECTION 
================================
================================*/
/* BREADCRUMBS */
.nav-breadcrumbs{
    column-gap: 1rem;
    row-gap: .25rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.nav-breadcrumbs li .nav-link{
    padding: 0;
}

.nav-breadcrumbs li .nav-link{
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.nav-breadcrumbs li a.nav-link:hover{
    color: #FF4C14;
}

.nav-breadcrumbs li + li .nav-link{
    padding-left: 2rem;
}

.nav-breadcrumbs li + li .nav-link::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 13px;
    background-image: url(arrow-right-red.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 579px){
    .nav-breadcrumbs{
        margin-bottom: .5rem;
    }
}

/* COLLECTION TITLE - SORT */
.coll-title-sort{
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
}

.container h1{
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.collection-filter-sort{
    display: block;
}

.collection-filter-sort .btn-outline-orange{
    padding: .5rem .75rem;
    text-decoration: none;
}

.btn-outline-black{
    border: 2px solid #000;
    border-radius: 0;
    width: 260px;
    text-align: start;
}

.btn-outline-black:hover{
    color: #FF4C14;
    border-color: #FF4C14;
}

.btn-outline-black:focus{
    box-shadow: none;
    color: #FF4C14;
    border-color: #FF4C14;
}

.coll-title-sort .dropdown-toggle{
    position: relative;
}

.coll-title-sort .dropdown-toggle::after{
    position: absolute;
    content: '';
    width: 17px;
    height: 10px;
    background-image: url(arrow-down-grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
    border: 0;
    transition: .4s;
}

.coll-title-sort .dropdown-toggle[aria-expanded="true"]::after{
    transform: scale(1,-1);
}

.coll-title-sort .dropdown-menu{
    width: 100%;
    border-radius: 0;
}

.coll-title-sort .dropdown-menu li a{
    line-height: 1;
    padding: .75rem 1rem;
}

.coll-title-sort .dropdown-menu li a:active{
    background-color: #FF4C14;
}

@media(max-width: 579px){
    .coll-title-sort{
        display: block;
    }
    .coll-title-sort h1{
        font-size: 26px;
    }
    .btn-outline-black{
        width: 100%;
        height: 44px;
    }
    .collection-filter-sort{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: .75rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}

/* COLLECTION FILTER */
.filter-sidebar{
}

.filter-box{
    margin-bottom: 1.5rem;
}

@media (max-width: 579px){
    #dynamicFilters{
        position: fixed;
        top: 0;
        left: -85%;
        width: 85%;
        transition: .4s;
    }
    #dynamicFilters.active{
        left: 0;
        height: 100vh;
    }
    #dynamicFilters{
        background-color: rgba(255, 255, 255, .75);
        backdrop-filter: blur(5px);
        z-index: 4;
        overflow-y: auto;
    }
    .filter-sidebar .dynamic-side-header{
        margin: 1.5rem 0;
    }

}

/* SCROLL on Filter  */
.filter-box ::-webkit-scrollbar {
    width: 4px;
}

.filter-box ::-webkit-scrollbar-track {
    background-color: #E6E6E6;
    border-radius: 5px;
}

.filter-box ::-webkit-scrollbar-track:hover {
    background-color: #EDEEEF;
}

.filter-box ::-webkit-scrollbar-thumb {
    background-color: #FFBF33;
    cursor: pointer;
    border-radius: 5px;
    transition: .4s;
}

.filter-box ::-webkit-scrollbar-thumb:hover {
    background-color: #FFCC5C;
    transition: .4s;
}

/* SCROLL on PAGE END */

.filter-box-name{
    position: relative;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 0;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .5rem;
}

.filter-box-name[aria-expanded="true"]{
    color: #FF4C14;
}

.accordion-selector{
    position: relative;
    width:  12px;
    height: 12px;
}

.filter-box-name .accordion-selector::before,
.filter-box-name .accordion-selector::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: black;
}
.filter-box-name .accordion-selector::before{
    width: 100%;
    height: 2px;
}
.filter-box-name .accordion-selector::after{
    width: 2px;
    height: 100%;
    transition: .4s;
}

.filter-box-name .accordion-selector::after{
    opacity: 0;
    visibility: hidden;
}

.filter-box-name[aria-expanded="false"] .accordion-selector::after{
    opacity: 1;
    visibility: visible;
}

.filter-box-name[aria-expanded="false"] .accordion-selector:before,
.filter-box-name[aria-expanded="false"] .accordion-selector:after{
    background-color: black;
}

.nav-filter-collection{
    row-gap: .55rem;
    flex-direction: column;
}

.nav-filter-collection li a.nav-link{
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: inline-flex;
    align-items: center;
    column-gap: .5rem;
}

.nav-filter-collection li a.nav-link:hover,
.nav-filter-collection li a.nav-link:focus,
.nav-filter-collection li a.nav-link.active{
    color: #FF4C14;
}

.filter-price input.input-range{
    width: 100%;
    height: 40px;
    border: 2px solid black;
    text-align: center;
    font-weight: 500;
}

.filter-price-delimetr{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.filter-price-delimetr::after{
    position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    background-color: black;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 579px){
    .filter-box{
        border-bottom: 1px solid #ccc;
        margin-bottom: .75rem;
        padding: 0 .5rem;
    }
    .filter-box-name{
        font-size: 16px;
    }
}

/* FITLER SIMPLE */
.nav-filter{
    row-gap: .6rem;
    flex-direction: column;
    max-height: 355px;
    overflow-y: auto;
    column-count: 1;
    flex-wrap: nowrap;
}

.dropdown-menu.nav-filter.show{
    display: flex;
}

.dropdown-menu.nav-filter{
    padding: .5rem;
}

.nav-filter li label{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    cursor: pointer;
    padding: 0 2px;
}

.nav-filter li label span.checkbox{
    position: relative;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: 2px solid black;
    display: block;
}

.nav-filter li label span.checkbox::before,
.nav-filter li label span.checkbox::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .4s;
}

.nav-filter li label input{
    display: none;
}

.nav-filter li label input:checked + span.checkbox::before{
    width: 16px;
    height: 16px;
    background-color: #FFBF33;
}

.nav-filter li label input:checked + span.checkbox::after{
    width: 9px;
    height: 7px;
    background-image: url(check-black.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.nav-filter li label span.text{
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* FILTER COLOR */
.nav-filter-color .filter-color{
    width:  24px;
    height: 24px;
    display: block;
    border-radius: 16px;
    border: 1px solid #ddd;
}

/* COLLECTION BRAND */
.collection-brand .box-brand{
    background-color: #F7F7F7;
    aspect-ratio: 21/9;
    padding: 2rem;
}

.collection-brand .box-brand .cover{
    overflow: unset;
    padding: .5rem;
}

.collection-brand .box-brand .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* FILTER SELECTED */
.filter-selected{
    margin: 1.5rem 0;
}

.filter-selected{
  display: flex;
  column-gap: .5rem;
  row-gap: .5rem;
}

.nav-filter-selected{
    column-gap: .5rem;
    row-gap: .5rem;
}

.nav-filter-selected li label,
.nav-filter-selected li a{
    border: 1px solid #E6E6E6;
    padding: .5rem 1rem;
    background-color: #F7F7F7;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: .5rem;
    text-decoration: none;
}

.nav-filter-selected li label input{
    display: none;
}

.nav-filter-selected li label span,
.nav-filter-selected li a span{
    font-size: 12px;
    font-weight: 500;
    color: #808080;
    line-height: 1;
    transition: .4s;
}

.nav-filter-selected li label:hover span,
.nav-filter-selected li a:hover span{
    color: black;
}

.nav-filter-selected li label img,
.nav-filter-selected li a img{
    opacity: .5;
    transition: .4s;
}
.nav-filter-selected li label:hover img,
.nav-filter-selected li a:hover img{
    opacity: 1;
}

@media (max-width: 579px){
    .nav-filter{
        max-height: auto;
    }
    .nav-filter-selected li label{
        padding: .25rem .5rem;
    }
    .filter-selected{
        margin: 0;
        margin-bottom: 1rem;
    }
    .nav-filter{
        padding-bottom: 1rem;
    }
}

/* PAGINATION */
.pagination{
    margin: 2.5rem 0 3rem 0;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 5rem;
}

.nav-pagination{
    column-gap: 1rem;
}

.nav-pagination li .nav-link{
    padding: 0;
    width: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: ;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 800;
}

.nav-pagination li .nav-link.active{
    border-color: #FF4C14;
    width: 50px;
    color: #FF4C14;
}

.nav-pagination li .nav-link.dots{
    color: black;
    font-weight: 400;
}

.pagination-tools{
    height: 50px;
    border: 2px solid black;
    display: flex;
    align-items: center;
}

.pagination-tools .pagination-arrow{
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pagination-tools .pagination-arrow svg path{
    transition: .4s;
}
.pagination-tools .pagination-arrow:hover svg path{
    stroke: #FF4C14;
}

@media (max-width: 579px){
    .pagination{
        column-gap: 2rem;
        justify-content: space-between;
        margin: 1.5rem 0;
    }
    .nav-pagination li .nav-link{
        height: 40px;
    }
    .nav-pagination li .nav-link.active{
        width: 40px;
    }
}

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


/* PRODUCT 
================================
================================*/
.product-wrapper{
    /*position: sticky;*/
    /*top: 6rem;*/
}

.product-title{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

@media (max-width: 579px){
    .product-title{
        font-size: 24px;
    }
}

/* PRODUCT INFO */
.product-info{
    height: calc(100% - 1rem - 50px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-info-sku-fav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-info-sku{
    font-size: 12px;
    font-weight: 600;
    color: #808080;
}

.product-info-fav{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.product-info-review{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    margin-top: .35rem;
}

.product-info-review-stars img{
    width: 20px;
    height: 20px;
    margin-top: -4px;
}

.product-info-review-count{
    font-size: 10px;
    font-weight: 500;
    color: #808080;
    line-height: 1;
}

.product-info-original{
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-weight: 700;
}

.nav-product-prop{
    flex-direction: column;
    row-gap: .75rem;
}

.nav-product-prop li{
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    align-items: center;
}

.nav-product-prop li span{
    font-weight: 500;
}

.nav-product-prop li span:first-child{
    color: #808080;
}

.nav-product-prop li a{
    padding: 0;
    color: #808080;
    font-weight: 500;
    border-bottom: 1px solid #808080;
    transition: .4s;
    display: inline-block;
    width: fit-content;
}

.nav-product-prop li a:hover{
    border-color: #FF4C14;
    color: #FF4C14;
}

.product-available{
    margin: 1.5rem 0;
    color: #50CB04;
}

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

.box-product-delivery span{
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}

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

.product-prices span{
    font-size: 32px;
    font-weight: 600;
}

.product-prices del{
    font-size: 20px;
    font-weight: 500;
    color: #808080;
}

.product-prices .ecomony{
    color: #FF4C14;
    font-weight: 500;
}

.product-prices .ecomony i{
    font-style: normal;
}

.product-qty-addcart{
    margin-top: .5rem;
}

.product-qty-addcart .btn{
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    column-gap: 1rem;
}

@media(max-width: 1700px){
    .nav-product-prop li span,
    .nav-product-prop li a{
        font-size: 12px;
    }
    .product-prices{
        margin-top: .75rem;
    }
    .product-available{
        margin: 1rem 0;
    }
    .product-qty-addcart .btn{
        height: 50px;
    }
}
@media (max-width: 579px){
    .nav-product-prop li{
        font-size: 14px;
    }
    .nav-product-prop li:last-child{
        font-size: 12px;
    }
    .box-product-delivery span{
        font-size: 11px;
    }
    .product-prices{
        /*display: grid;*/
        /*grid-template-columns: repeat(2, 1fr);*/
    }
    .product-prices span{
        font-size: 24px;
    }
    .product-prices del{
        font-size: 14px;
    }
    .product-prices .ecomony{
        font-size: 14px;
    }
}

/* PRODUCT GALLERY */
.product-gallery .gallery-image{
    border: 1px solid #E6E6E6;
}
.product-gallery .gallery-image .swiper-slide .cover{
    display: block;
    aspect-ratio: 1/1;
    background-color: white;
    padding: 3rem;
}

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

.product-gallery-thumbs{
    margin-top: 1rem;
}

.gallery-thumb{
}

.gallery-thumb .swiper-slide{
    aspect-ratio: 1/1;
    display: block;
    width: 50px !important;
    cursor: pointer;
}

.gallery-thumb .swiper-slide .cover{
    height: 50px;
    border: 1px solid #E6E6E6;
    padding: .5rem;
    transition: .4s;
}

.gallery-thumb .swiper-slide .cover img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gallery-thumb .swiper-slide.swiper-slide-thumb-active{
    cursor: default;
}

.gallery-thumb .swiper-slide.swiper-slide-thumb-active .cover{
    border-color: #FF4C14;
    box-shadow: inset 0px 0px 0px 1px #FF4C14;
}

.product-gallery-thumbs .swiper-tools{
    justify-content: end;
}

/* PROCUT SIMILAR */
.product-similar-title{
    font-size: 24px;
    font-weight: 700;
    margin: .25rem 0 1.5rem 0;
    display: inline-block;
    line-height: 1.3;
}

@media (min-width: 580px){
    .product-similar .similar-product .swiper-wrapper{
        flex-direction: column;
        row-gap: 1rem;
    }
}

/* QUNATITY */
.quantity{
    border: 2px solid black;
    height: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
}

.quantity .qty-tools{
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    cursor: pointer;
}

.quantity input{
    width: 50px;
    height: calc(100% - 4px);
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    border: 0;
}

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

@media(max-width: 1700px){
    .quantity{
        height: 50px;
    }
}

/* PRODUCT TABS */
.product-wrapper .product-tabs{
    margin-top: 3.5rem;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
}

.nav-product-tabs{
    column-gap: 2.5rem;
}

.nav-product-tabs li .nav-link{
    position: relative;
    background-color: transparent;
    border-radius: 0;
    height: 50px;
    border: 2px solid transparent;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #808080;
    font-size: 14px;
    font-weight: 500;
}

.nav-product-tabs li .nav-link.active{
    border-color: #FF4C14;
    background-color: transparent;
    color: black;
    padding: .5rem 1.25rem;
}

.nav-product-tabs li .nav-link::after{
    position: absolute;
    content: '';
    width:  20px;
    height: 20px;
    left: 0;
    right: 0;
    bottom: -12px;
    transform: rotate(45deg);
    margin: auto;
    border-bottom: 2px solid #FF4C14;
    border-right: 2px solid #FF4C14;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav-product-tabs li .nav-link.active::after{
    opacity: 1;
    visibility: visible;
}

.product-wrapper .product-tabs .tab-content{
    margin-top: 2.5rem;
}

.product-wrapper .product-tabs .tab-content .nav-product-prop li{
    grid-template-columns: 2fr 10fr;
}

.band-product-warenty{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 1rem;
}

.band-product-warenty a{
    display: flex;
    align-items: center;
    column-gap: 1rem;
    text-decoration: none;
}

.band-product-warenty a img{
    transform: translateY(3px);
}

@media (max-width: 579px){
    .nav-product-tabs{
        column-gap: .5rem;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1rem;
    }
    .nav-product-tabs li .nav-link{
        height: 40px;
    }
    .nav-product-tabs li .nav-link.active{
        padding: .25rem .75rem;
    }
    .nav-product-tabs li .nav-link::after{
        width: 12px;
        height: 12px;
        bottom: -8px;
    }
    .product-wrapper .product-tabs .tab-content{
        margin-top: 1rem;
    }
}

/* REVIEWS */
.review-list{
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
}

.box-review-header{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.box-review-acc{
    display: flex;
    align-items: start;
    column-gap: 1rem;
}

.box-review-acc-avatar{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #B3B3B3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    line-height: 1;
}

.box-review-acc-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    height: 40px;
}

.box-review-acc-info .name{
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    line-height: 1;
}

.box-review-acc-info .date{
    font-size: 12px;
    font-weight: 500;
    color: #b3b3b3;
    line-height: 1;
}

.box-review-score{
    display: flex;
    align-items: center;
    column-gap: .25rem;
}

.box-review-score img{
    width:  18px;
    height: 18px;
}

.box-review-text{
    padding: .5rem 1rem;
    border: 2px solid #FFBF33;
    border-radius: 0px 20px 20px 20px;
    margin-top: 1.25rem;
    background-color: #F7F7F7;
    font-size: 14px;
    font-weight: 500;
}

.template-is-product .block-title{
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* CART 
================================
================================*/
.block-cart .block-title{
    text-align: left;
}

.cart-list{
    border: 1px solid #ccc;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.cart-list-title{
    font-size: 14px;
    color: #808080;
    font-weight: 500;
}

.cart-list .gx-5{
    gutter-x: 5rem;
}

.box-item .cover{
    padding: 1rem;
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    border: 1px solid #ccc;
}

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

.box-item-title{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3;
}

.box-item-sku-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-item-sku{
    color: #808080;
    font-size: 12px;
    font-weight: 600;
    margin-top: 1rem;
}

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

.box-item-price span{
    font-size: 18px;
    font-weight: 800;
}

.box-item-price del{
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.box-item .quantity{
    height: 34px;
}
.box-item .quantity input{
    width: 34px;
}

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

.box-checkout{
    position: sticky;
    top: 6rem;
    background-color: #F7F7F7;
    padding: 2rem;
}

.box-checkout-count{
    font-size: 14px;
    font-weight: 500;
}

.box-checkout-prices{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 1rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.box-checkout-prices span{
    font-size: 32px;
    font-weight: 600;
}

.box-checkout-prices del{
    font-size: 20px;
    font-weight: 500;
    color: #808080;
}

.box-checkout-economy{
    font-weight: 600;
    color: #FF4C14;
}


.box-checkout-delivery{
    margin: 1rem 0;
}

.box-checkout .box-product-delivery{
    justify-content: space-between;
}

.box-product-delivery-name{
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.box-product-delivery-value{
    font-size: 14px;
    font-weight: 500;
}

.box-checkout-dicount input{
    height: 60px;
    padding: .5rem 1rem;
    width: 100%;
    border: 2px solid #000;
}

.box-checkout-dicount input:focus{
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

.box-checkout-dicount input::placeholder{
    color: #999;
    transition: .4s;
}

.box-checkout-dicount input:focus::placeholder{
    opacity: .25;
}

.box-checkout-all-price{
    margin: 1.5rem 0;
}

.box-checkout-all-price-name{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.box-checkout-all-price-value{
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.box-checkout-button .btn{
    height: 60px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 579px){
    .cart-list{
        padding: 1.25rem;
    }

    .box-item{
        border-bottom: 1px solid #ccc;
        padding-bottom: 1rem;
    }

    .cart-list .box-item:last-child{
        border-bottom: 0;
        padding-bottom: 0;
    }

    .box-item-sku-price{
        margin-top: .5rem;
    }

    .box-item-sku{
        margin-top: 0;
    }

    .box-checkout{
        position: relative;
        top: 0;
        padding: 1.25rem;
    }
    .box-item-price {
        flex-direction: row;
        align-items: baseline;
        column-gap: .5rem;
    }
    .box-item-sku-price .box-item-price span{
        font-size: 16px;
    }
    .box-item-sku-price .box-item-price del{
        font-size: 12px;
    }
}

/* FOOTER 
================================
================================*/
footer{
    background-color: #203139;
    color: white;
    padding: 2.5rem 0;
}

.footer-contact{
    margin-top: 2rem;
}

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

.footer-contact li a{
    padding: 0;
    color: white;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}

.footer-contact li a img{
    width:  15px;
    height: 15px;
}

.footer-contact li a.email{
    font-size: 12px;
    font-weight: 500;
}
.footer-contact li a.phone{
    font-weight: 700;
}

.footer-socials{
    margin-top: 2rem;
}

.nav-socials{
    column-gap: 1.25rem;
}
.nav-socials li a{
    padding: 0;
}

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

.nav-socials li a:hover img{
    filter: brightness(2);
}

.footer-menu-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: .75rem;
}

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

.nav-footer li a{
    padding: 0;
    color: white;
    font-size: 14px;
    color: #ccc;
}

.footer-bottom{
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright{
    font-size: 12px;
    color: #ccc;
}

.footer-powered{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-size: 12px;
}

.footer-powered img{
    transition: .4s;
}
.footer-powered:hover img{
    filter: brightness(2);
}

/* CONFIG */
.box-config{
    border: 1px solid #ccc;
    padding: 1.5rem 3rem;
}

.box-config-header .box-config-title{
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: .5rem 0;
}

.box-config-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
}

.box-config-middle{
    position: relative;
    height: 480px;
    background-color: white;
    box-shadow: 0 0 0 1px #efefef;
}

.box-config-img-res{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    aspect-ratio: 1/1;
    width: 375px;
}

.box-config-middle img{
    object-fit: scale-down;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.box-config-sidebar{
    height: 480px;
}

.box-config .box-config-swiper{
    height: calc(100% - 20px - 1rem - 60px - 1rem);
}

.box-config .box-config-swiper .swiper{
    height: 100%;
}

.box-config-swiper-tools{
    position: relative;
    width: 60px;
    height: 60px;
    border: 2px solid black;
    margin-top: 1rem;
}

.box-config-swiper-tools .swiper-button-next{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(angle-right-dark.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    z-index: 0;
}

.box-config-swiper-tools .swiper-button-next::after{
    display: none;
}

.box-config-param{
    display: flex;
    column-gap: .5rem;
    align-items: center;
    cursor: pointer;
}

.box-config-param input{
    display: none;
}

.box-config-param-value{
    width: 60px;
    height: 60px;
    min-width: 60px;
    border: 2px solid #EFECDB;
    display: block;
    padding: .85rem;
    transition: .2s;
}

.box-config-param-value:hover{
    border-color: rgba(255, 76, 20, .5);
}

.box-config-param input:checked + .box-config-param-value{
    border-color: #FF4C14;
}

.box-config-param input:checked ~ .box-config-param-text{
    opacity: 1;
}

.box-config-param-text{
    font-size: 12px;
    line-height: 1.2;
}

.box-config-param-text{
    opacity: 0;
    transition: .2s;
}

.box-config-param:hover .box-config-param-text{
    opacity: .25;
}

.color-cover .box-config-param{
    flex-direction: row-reverse;
    text-align: end;
}

/* BOX CONFIG BOTTOM */
.box-confog-bottom .box-config-title{
    text-align: center;
}

.box-config-bg{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 1rem;
    justify-content: center;
}

.box-config-bg label{
    aspect-ratio: 1/1;
    cursor: pointer;
}

.box-config-bg label input{
    display: none;
}

.box-config-bg label .color{
    position: relative;
    background-color: red;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-config-bg label .color.bg-light{
    box-shadow: 0 0 0 1px #ccc;
}

.box-config-bg label .color.bg-dark::after{
    filter: invert(1);
}

.box-config-bg label input[type="radio"] + .color::after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(check-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.box-config-bg label input[type="radio"]:checked + .color::after{
    opacity: 1;
    visibility: visible;
}

.box-confog-bottom .btn{
    height: 60px;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 579px){
    .box-config{
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .box-config-header .box-config-title{
        text-align: start;
    }

    .box-config-middle{
        aspect-ratio: 1/1;
        height: auto;
        display: block;
        padding: 2rem;
    }
    .box-config-middle img{
        width: 100%;
        height: 100%;
    }

    .box-config-img-res{
        position: relative;
        width: auto;
    }

    .box-config-img-res img:last-child{
        width: 80%;
        height: 80%;
    }

    .box-config-sidebar,
    .box-config .box-config-swiper{
        height: auto;
    }

    .box-config-swiper-tools{
        display: none;
    }

    .box-config-param{
        flex-direction: column;
        row-gap: .5rem;
        column-gap: 0;
    }
    .box-config-param-text{
        text-align: center;
    }
    .color-cover .box-config-param{
        flex-direction: column;
    }

    .box-config-bg{
        grid-template-columns: repeat(5, 1fr);
        row-gap: 1rem;
    }

    .box-confog-bottom .btn{
        height: 50px;
    }
}
