﻿/*
Theme Name: genetic
Version: 1.0
*/

@font-face {
    font-family: 'RF Dewi';
    src: local('RF Dewi Expanded Ultrabold'), local('RF-Dewi-Expanded-Ultrabold'),
    url('assets/fonts/RFDewiExpanded-Ultrabold.woff2') format('woff2'),
    url('assets/fonts/RFDewiExpanded-Ultrabold.woff') format('woff'),
    url('assets/fonts/RFDewiExpanded-Ultrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
    url('assets/fonts/Gilroy-Extrabold.woff2') format('woff2'),
    url('assets/fonts/Gilroy-Extrabold.woff') format('woff'),
    url('assets/fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'),
    url('assets/fonts/Gilroy-Light.woff2') format('woff2'),
    url('assets/fonts/Gilroy-Light.woff') format('woff'),
    url('assets/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
html{
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling:touch;
    -webkit-text-size-adjust: 100%;
}
body{
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Gilroy", sans-serif;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    min-height: 100%;
    min-width: 320px;
    --genetic-admin-bar-offset: 0px;
    --genetic-top-height: 0px;
    --genetic-header-expanded-height: 84px;
    --genetic-header-compact-height: 70px;
    --genetic-site-header-height: 84px;
}
html{
    margin-top: 0 !important;
}
body.has-top-bar,
body:has(.site-header > .top){
    --genetic-top-height: 44px;
    --genetic-site-header-height: 128px;
}
body.admin-bar{
    --genetic-admin-bar-offset: 32px;
    padding-top: var(--genetic-admin-bar-offset);
}
body.active{
    overflow: hidden;
    padding-right: 15px;
}
@media screen and (max-width: 782px) {
    body.admin-bar{
        --genetic-admin-bar-offset: 46px;
    }
}
h1, h2, h3, h4, h5, h6{
    font-family:'RF Dewi', sans-serif;
    margin: 0 0 30px 0;
    font-weight: 900;
    color: #1f2937;
    line-height: 1;
}
h1{
    font-size: 72px;
}
h2{
    font-size: 48px;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}
p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: -0.01em;
    color: #6b7280;
    margin: 0 0 20px 0;
}
p b{
    font-weight: 800;
}
p a{
    color: #77726e;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
p a:hover{
    text-decoration: none;
}
p:last-child{
    margin-bottom: 0;
}
img{
    display: block;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/*== buttons
---------------------------------*/
button{
    margin:0;
    padding:0;
    border:none;
    background:none;
    cursor:pointer;
    overflow:visible;
    width:auto;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}
button:hover , button:focus , button:active{
    outline: none;
    text-decoration: none;
}
.primary-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    border-radius: 1100px;
    background: #222;
    padding: 0 32px;
    width: fit-content;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.17857;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.primary-btn.md{
    height: 56px;
    font-size: 16px;
}
.primary-btn:hover{
    background: #8bd537;
}

.secondary-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 1100px;
    padding: 0 32px;
    width: fit-content;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.17857;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6b7280;
    text-decoration: none;
    transition: 0.3s;
}
.secondary-btn.md{
    height: 56px;
    font-size: 16px;
}
.secondary-btn:hover{
    background: #e5e7eb;
    color: #333;
}


.tertiary-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
    box-shadow: 0 4px 6px -4px rgba(0, 153, 102, 0.3), 0 10px 15px -3px rgba(0, 153, 102, 0.3);
    background: #fff;
    border-radius: 1100px;
    padding: 0 20px;
    width: fit-content;
    height: 60px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.tertiary-btn:hover{
    background: #272524;
    border-color: #272524;
    color: #ffffff;
}
.tertiary-btn:hover svg path{
    stroke: #fff;
}


.disabled{
    opacity: 0.3;
    pointer-events: none;
}
/*== inputs
---------------------------------*/
input , select , textarea{
    font-family: inherit;
}
input{
    outline: none;
    border: none;
}
textarea{
    height: 80px;
    outline: none;
}
.inputBlock:not(:last-child){
    margin-bottom: 20px;
}
.inputBlock-title{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
    margin-bottom: 9px;
}
.review-label.inputBlock-title{
    display: block;
}
.input__text{
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 0 50px 0 20px;
    width: 100%;
    height: 51px;
    background: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 1);
}
.input__text-name{
    background: #fff url("assets/img/user.svg") left 16px center no-repeat;
    padding-left: 48px;
}
.input__text-mail{
    background: #fff url("assets/img/mail.svg") left 16px center no-repeat;
    padding-left: 48px;
}
.input__text-phone{
    background: #fff url("assets/img/phone.svg") left 16px center no-repeat;
    padding-left: 48px;
}
.input__text-password{
    background: #fff url("assets/img/lock.svg") left 16px center no-repeat;
    padding-left: 48px;
}
.password-toggle-wrap{
    position: relative;
}
.password-toggle-wrap .input__text-password[data-password-toggle-ready="true"]{
    padding-right: 60px;
}
.password-toggle{
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    transition: color 0.2s ease;
}
.password-toggle:hover,
.password-toggle:focus-visible,
.password-toggle.is-visible{
    color: #6b7280;
}
.password-toggle.is-visible:after{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 100%;
    height: 1px;
    background: #6b7280;
}
.password-toggle:focus-visible{
    outline: none;
}
.password-toggle svg{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    pointer-events: none;
}
.input__text:not(:placeholder-shown) {
    border-color: #0e182a;
}
.input__text::-webkit-input-placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 0.5);
}
.input__text:-moz-placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 0.5);
}
.input__text.error , .checkout__item-input.error .input__text{
    border-color: #ff1200 !important;
    /*background: #fff url("../assets/images/alert-circle.svg") right 12px center no-repeat;*/
}
.error__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: 0.02em;
    color: #d92d20;
    margin-top: 6px;
    display: none;
}
.checkout__item-input.error .error__text{
    display: block;
}
textarea{
    height: 80px;
    outline: none;
    resize: none;
}
.textarea{
    width: 100%;
    height: 280px;
    background: #FFFFFF;
    border: 1px solid #e5e7eb;
    border-radius: 50px;
    padding: 40px 30px 20px 48px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 1);
}
.textarea::-webkit-input-placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 0.5);
}
.textarea:-moz-placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 0.5);
}
/*== checkbox , raido
---------------------------------*/
.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}
.checkbox__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.checkbox__box {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #e5e7eb;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}
.checkbox__text {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.625;
    color: #6b7280;
}
.checkbox__text a {
    font-weight: 800;
    color: #1f2937;
    text-decoration: none;
}
.checkbox__text a:hover {
    text-decoration: underline;
}
.checkbox__input:checked + .checkbox__box {
    background: #1f2937;
    border-color: #1f2937;
}
.checkbox__input:checked + .checkbox__box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -58%) rotate(45deg);
}

/*== raido
---------------------------------*/
.b-radio{
    margin: 0 0 8px 0;
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
.b-radio input[type="radio"] + label span{
    width: 24px;
    height: 24px;
    background: transparent;
    border: 1px solid #8b7ba5;
    border-radius: 100%;
    transition: 0.3s;
    position: relative;
    margin: 0 11px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}
.b-radio input[type="radio"] + label span:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 14px;
    height: 14px;
    background: #037a24;
    border-radius: 100%;
    transform: translate(-50% , -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
    border-radius: 100%;
    transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span:after{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
    font-weight: 500;
    font-size: 16px;
    color: #010101;
    padding: 2px 0 0 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
select{
    outline: none;
    font-family: inherit;
}
.select{
    border: 1px solid #d5cdc3;
    border-radius: 10px;
    padding: 12px 36px 12px 20px;
    width: 100%;
    height: 43px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #676663;
    cursor: pointer;
    /*background: #ffffff url(../images/select-arrow.svg);*/
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}
select:valid {
    border-color: #0e182a;
    color: #160d0f;
}
a , button{
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tab-pane{
    display: none;
}
.tab-pane.is-active{
    display: block;
}
.text-center{
    text-align: center;
}

.container{
    padding: 0 20px;
    max-width: 1440px;
    margin: 0 auto 0;
}
.container.md{
    max-width: 1200px;
}

.top{
    background: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 12px 0;
    box-shadow: 0 1px 0 rgba(17, 24, 39, 0.08);
}
.site-header{
    position: fixed;
    top: var(--genetic-admin-bar-offset);
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.35s ease;
    will-change: transform;
}
.top b{
    font-weight: 800;
}
.header{
    background: #000;
    position: relative;
    border-bottom: 1px solid #000;
    transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}
.header-spacer{
    height: var(--genetic-site-header-height);
    background: #000;
    transition: height 0.35s ease;
}
.header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: var(--genetic-header-expanded-height);
    transition: min-height 0.35s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
}
.logo{
    display: block;
    max-width: 207px;
    transition: max-width 0.35s ease, transform 0.35s ease;
}
body.header-scrolled .header,
body.menu-open .header{
    background: #000;
    border-bottom-color: rgba(139, 213, 55, 0.16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
body.has-top-bar.header-scrolled .site-header,
body.has-top-bar.menu-open .site-header,
body:has(.site-header > .top).header-scrolled .site-header,
body:has(.site-header > .top).menu-open .site-header{
    transform: translateY(calc(var(--genetic-top-height) * -1.01));
}
body.has-top-bar.header-scrolled .header-spacer,
body.has-top-bar.menu-open .header-spacer,
body:has(.site-header > .top).header-scrolled .header-spacer,
body:has(.site-header > .top).menu-open .header-spacer{
    height: calc(var(--genetic-site-header-height) - var(--genetic-top-height));
}
body.header-scrolled .header .container,
body.menu-open .header .container{
    min-height: var(--genetic-header-compact-height);
}
body.header-scrolled .logo,
body.menu-open .logo{
    max-width: 184px;
}

.site-music{
    position: fixed;
    right: clamp(16px, 2vw, 24px);
    bottom: max(clamp(16px, 2vw, 24px), calc(env(safe-area-inset-bottom) + 12px));
    z-index: 9998;
}
.site-music__toggle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(182, 227, 75, 0.32);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.86);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24), 0 0 0 6px rgba(182, 227, 75, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.site-music__toggle:hover{
    transform: translateY(-2px);
}
.site-music__toggle:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px rgba(182, 227, 75, 0.24), 0 14px 30px rgba(0, 0, 0, 0.24);
}
.site-music.is-playing .site-music__toggle{
    color: #b6e34b;
    border-color: rgba(182, 227, 75, 0.6);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24), 0 0 0 6px rgba(182, 227, 75, 0.14);
}
.site-music__icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.site-music__equalizer{
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    width: 22px;
    height: 22px;
}
.site-music__bar{
    width: 3px;
    min-height: 6px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center bottom;
    animation: site-music-bar 0.95s ease-in-out infinite;
}
.site-music__bar:nth-child(1){
    height: 10px;
    animation-delay: -0.35s;
}
.site-music__bar:nth-child(2){
    height: 18px;
    animation-delay: -0.15s;
}
.site-music__bar:nth-child(3){
    height: 13px;
    animation-delay: -0.5s;
}
.site-music__bar:nth-child(4){
    height: 16px;
    animation-delay: -0.25s;
}
.site-music__icon--muted{
    display: none;
}
.site-music:not(.is-playing) .site-music__icon--sound{
    display: none;
}
.site-music:not(.is-playing) .site-music__icon--muted{
    display: inline-flex;
}
@keyframes site-music-bar{
    0%, 100%{
        transform: scaleY(0.45);
        opacity: 0.55;
    }
    50%{
        transform: scaleY(1);
        opacity: 1;
    }
}
@media (prefers-reduced-motion: reduce) {
    .site-music__bar{
        animation: none;
    }
}

.nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}
.nav ul li a{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #acacac;
    text-decoration: none;
    transition: 0.2s;
}
.nav ul li a:hover{
    color: #fff;
}
.nav ul li.active a{
    color: #8bd537;
}

.header__items{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
}
.header__item{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}
.header__item:hover{
    filter: brightness(120%);
}
.header_cart{
    position: relative;
}
.header_cart-dot{
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #8bd537;
    opacity: 0;
    transform: scale(.6);
    transition:.2s;
}
.header_cart-dot.is-active{
    opacity: 1;
    transform: scale(1);
}


.nav__title{
    display: none;
}
.header__contacts{
    display: none;
}
.header__social{
    display: none;
}
.nav__close{
    display: none;
}
.nav__bottom{
    display: none;
}
.nav__catalog-toggle,
.nav__catalog-submenu{
    display: none;
}
.mobile-btn{
    display: none;
}
/* ============ main ============ */
.main{
    background: #000;
    background-size: contain;
    padding: 80px 0 148px 0;
    height: 900px;
    position: relative;
    overflow: hidden;
}
.main__bg{
    position: absolute;
    bottom: 0;
    right: 0;
/*    right: -117px;*/
    width: 100%;
/*    max-width: 78%;
    max-height: 880px;*/
    max-height: 995px;
    object-fit: contain;
    z-index: 1;
}
.main__bg.xs{
    display: none;
}
.main .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
}
.main__title{
    max-width: 900px;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #fff;
}
.main__title span{
    font-size: 72px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #b5f03e 0%, #8bd537 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main p{
    font-size: 40px;
    line-height: 0.8125;
    letter-spacing: -0.01em;
    color: #acacac;
}
.main__items{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 35px;
    margin-top: 60px;
}
.main__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
}
.main__item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #4a5565;
}
.main__btn{
    width: fit-content;
    display: flex;
    height: 60px;
    align-items: center;
    gap: 5px;
    border-radius: 16777200px;
    border: 1px solid #8BD537;
    box-shadow: 0 0 15px -3px #8BD537, 0 4px 10px -4px #096;
    padding: 0 18px;
    color: #8BD537;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.312px;
    text-decoration: none;
}
.main__btn:hover{
    background: #8BD537;
    color: #000;
}
.main__btn:hover svg path{
    stroke: #000;
}

/* ============ catalog ============ */
.inner_page{
    padding: 80px 0;
}
.title{
    margin-bottom: 25px;
}
.title__item{
    line-height: 0.75;
    letter-spacing: -0.01em;
    margin: 0;
}
.title__item:not(:last-child){
    margin-bottom: 10px;
}


.catalog__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}
.catalog__categories-dropdown{
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}
.catalog__categories-toggle{
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    max-width: 100%;
    padding: 0 20px;
    border: none;
    border-radius: 100px;
    background: #222;
    min-height: 56px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #fff;
    text-align: left;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.catalog__categories-toggle-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catalog__categories-toggle-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.catalog__categories-dropdown.is-open .catalog__categories-toggle-icon{
    transform: rotate(180deg);
}
.catalog__btn{
    border-radius: 16777200px;
    border: 1px solid #E5E7EB;
    background: #D1D5DC;
    padding: 0 0 0 13px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 232px;
    height: 42px;
    flex-shrink: 0;
    transition: 0.2s;
}
.catalog__btn:hover{
    opacity: 0.7;
}
.catalog__categories{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.catalog__categories li a{
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    background: #fff;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 19px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-align: center;
    color: #6b7280;
    text-decoration: none;
    transition: 0.2s;
}
.catalog__categories li a:hover{
    background: #e5e7eb;
}
.catalog__categories li.active a{
    background: #222;
    border-color: #222;
    color: #fff;
}


.catalog__grid{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 30px 8px
}

.product-card{
    width: calc((100% - 24px) / 4);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.product-card .product-badge--discount{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 40px;
    height: 40px;
    font-size: 12px;
}
.product-card.is-out{
    opacity: 0.6;
}
.product-badges{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 6px;
}
.product-badge{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #8bd537 0%, #b5f03e 100%);
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-badge--discount{
    width: 48px;
    height: 48px;
    background: #fb2c36;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
}
.product-card a{
    text-decoration: none;
}
.product-card__image{
    display: block;
    aspect-ratio: 1 / 1.2;
}
.product-card__image img {
    width: 100%;
    display: block;
    height: 407px;
    object-fit: cover;
}
.product-card__content{
    padding: 10px 10px 24px 10px;
}
.product-category-link{
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.625;
    letter-spacing: -0.01em;
    color: #6b7280;
    margin-bottom: 5px;
}
.product-card__title{
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #1f2937;
    text-decoration: none;
    margin-bottom: 5px;
}
.product-card__rating{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
}
.product-card__rating-star{
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.product-card__rating-value{
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #1f2937;
}
.product-card__rating-count{
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #9ca3af;
}
.product-card__price-current{
    display: block;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: -0.01em;
    color: #1f2937;
}
.product-card__price-current:not(:last-child){
    margin-bottom: 3px;
}
.product-card__price-old{
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    text-decoration: line-through;
    color: #9ca3af;
}
.product-card .primary-btn{
    width: 100%;
    margin-top: 13px;
}

.catalog__pagination{
    margin: 30px 0 0 0;
}
.catalog__pagination ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
}
.catalog__pagination ul li a ,
.catalog__pagination ul li span{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #6b7280;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}
.catalog__pagination ul li a:hover ,
.catalog__pagination ul li span:hover{
    opacity: 0.7;
}
.catalog__pagination ul li.pagination__btn a
,.catalog__pagination ul li span.current{
    background: #222;
    border: none;
    color: #fff;
}
.catalog__pagination ul li.pagination__dots span{
    border: none;
}
.js-hits .product-card{
    width: 100%;
    margin-bottom: 2px;
}
.js-hits .swiper-wrapper { transition-timing-function: linear !important; }
.js-hits .swiper-slide{
    max-width: 365px;
}

a.added_to_cart.wc-forward{
    display: none !important;
}


/* ============ card ============ */
.product-page{
    padding-bottom: 100px;
}
.product-page__top{
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 0;
    margin-bottom: 48px;
}
.product-back{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #6b7280;
    text-decoration: none;
    transition: 0.2s;
}
.product-back:hover{
    color: #000;
}
.product-back:hover svg path{
    stroke: #000;
}
.product {
    display:flex;
    gap:24px 48px;
    margin-bottom: 64px !important;
}
.product__left{
    flex: 0 0 45%;
}
.product__right{
    flex: 1;
}


.product-gallery{
    position:relative;
}
.product .product-badges{
    position:absolute;
    top:24px;
    left:24px;
}
.product-sale-badge{
    position: absolute;
    top: 24px;
    right: 30px;
    background: #fb2c36;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    width: 40px;
    height: 40px;
}
.product-gallery__main img{
    width:100%;
    height:auto;
    display:block;
    border-radius:14px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.product__category{
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #6b7280;
    text-decoration: none;
    margin-bottom: 12px;
}
.product__title{
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 10px;
}
.product-rating{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
    margin-bottom: 20px;
}
.product-rating__text{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #1f2937;
}
.product-rating__text span{
    font-size: 14px;
    color: #9ca3af;
}

.product-price{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    border-radius: 14px;
    padding: 24px 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    margin-bottom: 20px;
}
.product-price__current{
    font-weight: 800;
    font-size: 32px;
    line-height: 1;
    color: #1f2937;
}
.product-price__old{
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: line-through;
    color: #9ca3af;
}
.product-price__badge{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding:0 10px;
    border-radius:999px;
    background: #fb2c36;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

.product-stock{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #1f2937;
    margin-bottom: 20px;
}
.product-stock__dot{
    border-radius: 100%;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.product-stock.is-in .product-stock__dot{
    background: #10b981;
}
.product-stock.is-out .product-stock__dot{
    background: #fb2c36;
}
.product-qty{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
    margin-bottom: 20px;
}
.product-qty__label{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.product-qty__control{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 999px;
    padding: 8px 16px;
}
.product-qty__btn{
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.product-qty__control input{
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #1f2937;
}
.product-qty__control input[type="number"]::-webkit-outer-spin-button,
.product-qty__control input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-qty__control input[type="number"] {
    -moz-appearance: textfield;
}
.product__actions{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 16px;
    margin-bottom: 20px;
}
.product__actions .primary-btn{
    flex-grow: 1;
}
.btn--fav{
    border: 1px solid #e5e7eb;
    border-radius: 16777200px;
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
.btn--fav:hover{
    background: #e5e7eb;
}
.btn--fav.is-active svg{
    fill: #000;
}
.btn--fav.is-active svg path{
    stroke: #000;
}
.product.is-out .product-gallery,
.product.is-out .product-price,
.product.is-out .product-benefits{
    opacity: 0.6;
}
.product-qty--disabled{
    opacity: 0.6;
    pointer-events: none;
}
.product-qty__btn.is-disabled{
    cursor: not-allowed;
}
.product__actions .btn--out-of-stock{
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
    font-size: 0;
}
.product__actions .btn--out-of-stock .btn--out-of-stock-text{
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
}

.product-benefits{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 14px;
    padding: 24px;
}
.product-benefit{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
}
.product-benefit:not(:last-child){
    margin-bottom: 16px;
}
.product-benefit__icon{
    border-radius: 16777200px;
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-benefit__text strong{
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}
.product-benefit__text p{
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
}


.products__tabs{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 14px;
}
.products__tabs-nav{
    border-bottom: 1px solid #e5e7eb;
}
.products__tabs-nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.products__tabs-nav ul li{

}
.products__tabs-nav ul li a{
    display: block;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #6b7280;
    text-decoration: none;
    position: relative;
    padding: 21px 32px;
    transition: 0.2s;
}
.products__tabs-nav ul li a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #222;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.products__tabs-nav ul li a.is-active , .products__tabs-nav ul li a:hover{
    color: #1f2937;
}
.products__tabs-nav ul li a.is-active:after{
    opacity: 1;
    visibility: visible;
}

.products__tabs-pane{
    padding: 32px;
    flex-direction: column;
    gap: 24px;
}
.products__tabs-pane.is-active{
    display: flex;
}
.product-advantages__title , .product-specs__title{
    font-size: 20px;
    margin-bottom: 16px;
}


.product-specs__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 0;
}
.product-specs__row:not(:last-child){
    margin-bottom: 12px;
}
.product-specs__label{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}
.product-specs__value{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}
.product-advantages__grid{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}
.product-advantages__item{
    width: calc(50% - 6px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
}
.product-advantages__icon{
    flex-shrink: 0;
    border-radius: 16777200px;
    width: 24px;
    height: 24px;
    background: url(assets/img/white-check.svg) center no-repeat #8bd537;
}
.product-advantages__text{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}


.product-reviews__top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 32px;
    margin-bottom: 24px;
    background: #f9fafb;
    border-radius: 14px;
    padding: 24px;
}
.product-reviews__bars{
    flex-grow: 1;
}
.product-reviews__bar-row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
}
.product-reviews__bar-row:not(:last-child){
    margin-bottom: 14px;
}
.product-reviews__bar-track{
    background: #e5e7eb;
    border-radius: 99px;
    height: 8px;
    flex-grow: 1;
}
.product-reviews__bar-fill{
    background: #fbbf24;
    border-radius: 99px;
    height: 100%;
}
.product-reviews__bar-label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 5px;
    min-width: 32px;
    flex-shrink: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #6b7280;
}
.product-reviews__bar-count{
    min-width: 48px;
    display: flex;
    justify-content: flex-end;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    text-align: right;
    color: #6b7280;
    flex-shrink: 0;
}

.product-reviews__score-stars{
    height: 18px;
}
.product-reviews__score-num{
    font-weight: 800;
    font-size: 48px;
    line-height: 1.5;
    text-align: center;
    color: #1f2937;
}

.product-reviews__score-count{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #6b7280;
    margin-top: 8px;
}

.product-review{
    border: 1px solid #e5e7eb !important;
    border-radius: 14px;
    padding: 25px !important;
    position: relative;
}
.product-review:not(:last-child){
    margin-bottom: 16px;
}
.product-reviews__list{
    padding: 0 !important;
}
.product-review__card{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
}
.product-review__avatar{
    background: linear-gradient(180deg, #8bd537 0%, #b5f03e 100%);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.product-review__head{
    min-height: 48px;
    margin-bottom: 12px;
    padding-top: 4px;
}
.product-review__name{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
    margin-bottom: 5px;
}
.product-review__date{
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #9ca3af;
}
.product-review__text{
    margin: 0 0 0 -60px;
}
.product-review__text p{
    font-size: 14px;
    line-height: 1.625;
}
.product-review__stars{
    position: absolute;
    top: 25px;
    right: 25px;
}
.product-reviews__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
}
.product-reviews__btn .secondary-btn ,
.product-reviews__btn .primary-btn{
    height: 47px;
}
.review-submit-btn{
    display: flex !important;
    width: 100% !important;
    max-width: 220px !important;
    height: 56px !important;
    background: #222 !important;
    border-radius: 50px !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 0 32px !important;
    margin: 0 auto 0 !important;
}
.review-submit-btn:hover{
    background: #8bd537 !important;
}



/* =========================================================
   Woo stars -> custom SVG (works with % fill, no masks)
   ========================================================= */

/* Single star size (can be adjusted) */
.woocommerce .star-rating {
    --star-size: 18px;
    position: relative;
    display: inline-block;
    width: calc(var(--star-size) * 5);
    height: var(--star-size);
    line-height: 1;
    overflow: hidden;
}

/* Important: disable default WooCommerce star glyphs */
.woocommerce .star-rating span {
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    overflow: hidden;  /* width controls filled area in percent */
}

/* Empty (gray) stars */
.woocommerce .star-rating::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2719%27%20height%3D%2718%27%20viewBox%3D%270%200%2019%2018%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M8.77201%201.07909C8.80853%201.00531%208.86494%200.943199%208.93489%200.899776C9.00483%200.856353%209.08552%200.833344%209.16784%200.833344C9.25017%200.833344%209.33085%200.856353%209.4008%200.899776C9.47074%200.943199%209.52715%201.00531%209.56367%201.07909L11.4887%204.97825C11.6155%205.23489%2011.8027%205.45693%2012.0342%205.6253C12.2657%205.79367%2012.5346%205.90335%2012.8178%205.94492L17.1228%206.57492C17.2044%206.58674%2017.281%206.62115%2017.3441%206.67425C17.4071%206.72736%2017.454%206.79705%2017.4795%206.87543C17.505%206.95381%2017.5081%207.03776%2017.4883%207.11778C17.4686%207.19781%2017.4269%207.27071%2017.3678%207.32825L14.2545%2010.3599C14.0492%2010.56%2013.8956%2010.807%2013.8069%2011.0796C13.7182%2011.3522%2013.6971%2011.6423%2013.7453%2011.9249L14.4803%2016.2083C14.4947%2016.2898%2014.4859%2016.3737%2014.4549%2016.4505C14.4239%2016.5273%2014.372%2016.5938%2014.305%2016.6424C14.238%2016.6911%2014.1587%2016.7199%2014.0761%2016.7257C13.9935%2016.7314%2013.9109%2016.7138%2013.8378%2016.6749L9.98951%2014.6516C9.73594%2014.5184%209.45382%2014.4489%209.16743%2014.4489C8.88103%2014.4489%208.59891%2014.5184%208.34534%2014.6516L4.49784%2016.6749C4.42478%2016.7136%204.34234%2016.731%204.25988%2016.7251C4.17743%2016.7193%204.09827%2016.6904%204.03142%2016.6418C3.96457%2016.5931%203.9127%2016.5267%203.88172%2016.4501C3.85074%2016.3735%203.84189%2016.2897%203.85617%2016.2083L4.59034%2011.9258C4.63884%2011.643%204.61783%2011.3528%204.52912%2011.08C4.44042%2010.8072%204.28668%2010.5601%204.08117%2010.3599L0.967841%207.32909C0.908336%207.27162%200.866169%207.19858%200.846143%207.11832C0.826117%207.03805%200.829038%206.95377%200.854573%206.87508C0.880108%206.79639%200.92723%206.72646%200.990572%206.67324C1.05391%206.62003%201.13093%206.58567%201.21284%206.57409L5.51701%205.94492C5.80055%205.90367%206.06983%205.79414%206.30166%205.62574C6.53349%205.45735%206.72093%205.23515%206.84784%204.97825L8.77201%201.07909Z%27%20fill%3D%27%23E5E7EB%27%20stroke%3D%27%23E5E7EB%27%20stroke-width%3D%271.66667%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: var(--star-size) var(--star-size);
    background-position: left center;
}

/* Filled (yellow) stars */
.woocommerce .star-rating span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--star-size) * 5);
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2719%27%20height%3D%2718%27%20viewBox%3D%270%200%2019%2018%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M8.77201%201.07909C8.80853%201.00531%208.86494%200.943199%208.93489%200.899776C9.00483%200.856353%209.08552%200.833344%209.16784%200.833344C9.25017%200.833344%209.33085%200.856353%209.4008%200.899776C9.47074%200.943199%209.52715%201.00531%209.56367%201.07909L11.4887%204.97825C11.6155%205.23489%2011.8027%205.45693%2012.0342%205.6253C12.2657%205.79367%2012.5346%205.90335%2012.8178%205.94492L17.1228%206.57492C17.2044%206.58674%2017.281%206.62115%2017.3441%206.67425C17.4071%206.72736%2017.454%206.79705%2017.4795%206.87543C17.505%206.95381%2017.5081%207.03776%2017.4883%207.11778C17.4686%207.19781%2017.4269%207.27071%2017.3678%207.32825L14.2545%2010.3599C14.0492%2010.56%2013.8956%2010.807%2013.8069%2011.0796C13.7182%2011.3522%2013.6971%2011.6423%2013.7453%2011.9249L14.4803%2016.2083C14.4947%2016.2898%2014.4859%2016.3737%2014.4549%2016.4505C14.4239%2016.5273%2014.372%2016.5938%2014.305%2016.6424C14.238%2016.6911%2014.1587%2016.7199%2014.0761%2016.7257C13.9935%2016.7314%2013.9109%2016.7138%2013.8378%2016.6749L9.98951%2014.6516C9.73594%2014.5184%209.45382%2014.4489%209.16743%2014.4489C8.88103%2014.4489%208.59891%2014.5184%208.34534%2014.6516L4.49784%2016.6749C4.42478%2016.7136%204.34234%2016.731%204.25988%2016.7251C4.17743%2016.7193%204.09827%2016.6904%204.03142%2016.6418C3.96457%2016.5931%203.9127%2016.5267%203.88172%2016.4501C3.85074%2016.3735%203.84189%2016.2897%203.85617%2016.2083L4.59034%2011.9258C4.63884%2011.643%204.61783%2011.3528%204.52912%2011.08C4.44042%2010.8072%204.28668%2010.5601%204.08117%2010.3599L0.967841%207.32909C0.908336%207.27162%200.866169%207.19858%200.846143%207.11832C0.826117%207.03805%200.829038%206.95377%200.854573%206.87508C0.880108%206.79639%200.92723%206.72646%200.990572%206.67324C1.05391%206.62003%201.13093%206.58567%201.21284%206.57409L5.51701%205.94492C5.80055%205.90367%206.06983%205.79414%206.30166%205.62574C6.53349%205.45735%206.72093%205.23515%206.84784%204.97825L8.77201%201.07909Z%27%20fill%3D%27%23FBBF24%27%20stroke%3D%27%23FBBF24%27%20stroke-width%3D%271.66667%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: var(--star-size) var(--star-size);
    background-position: left center;
}

/* Disable built-in icon fonts for this component */
.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    font-family: unset !important;
}




.modal-overlay{
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0,0,0,.6);
    z-index: 9999;
    overflow: auto;
}
.modal-overlay.is-open{
    display: flex;
}
.modal-content{
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 720px;
    background: #fff;
    border-radius: 20px;
}


.modal-head{
    position: relative;
}
.modal-head , .modal-body{
    padding: 24px 32px;
}
.modal-close{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.modal-close::before,
.modal-close::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:18px;
    height:2px;
    background:#6b7280;
    transform-origin:center;
}
.modal-close::before{ transform: translate(-50%,-50%) rotate(45deg); }
.modal-close::after{  transform: translate(-50%,-50%) rotate(-45deg); }

.modal-head{
    border-bottom: 1px solid #e5e7eb;
}
.modal-title__item{
    font-weight: 900;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #1f2937;
}
.modal-title__item:not(:last-child){
    margin-bottom: 5px;
}
.modal-footer{
    border-top: 1px solid #e5e7eb;
    padding: 17px 0 24px 0px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #6b7280;
}
.modal-footer span{
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #1f2937;
    cursor: pointer;
}
.modal-body__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}


.woocommerce .comment-form-rating p.stars:hover a::before{
    color: #fbbf24;
}
.woocommerce .comment-form-rating p.stars.selected a.active~a::before , .woocommerce .comment-form-rating p.stars a:hover~a::before{
    color: #77726e;
}
.woocommerce .comment-form-rating p.stars.selected a.active::before ,
.woocommerce .comment-form-rating p.stars.selected a:not(.active)::before{
    color: #fbbf24;
}

.woocommerce #reviews .inputBlock #comment{
    height: 200px;
}

/* Checkbox "Save my name..." (Woo/Comments) */
.comment-form-cookies-consent{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-top:16px;
}
.comment-form-cookies-consent input[type="checkbox"]{
    -webkit-appearance:none;
    appearance:none;
    width:20px;
    height:20px;
    margin:2px 0 0;
    border:2px solid #e5e7eb;
    border-radius:4px;
    background:#fff;
    cursor:pointer;
    flex:0 0 18px;
    position:relative;
}
.comment-form-cookies-consent input[type="checkbox"]:checked{
    background:#e5e7eb;      /* fill color, keeps white checkmark visible */
    border-color:#e5e7eb;
}
.comment-form-cookies-consent input[type="checkbox"]::after{
    content:"";
    position:absolute;
    inset:0;
    background:center / 12px 12px no-repeat;
    opacity:0;
    transform:scale(.9);
}
/* Checkmark icon (SVG via data-uri) */
.comment-form-cookies-consent input[type="checkbox"]:checked::after{
    opacity:1;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='white' d='M7.8 14.6 3.7 10.5l1.4-1.4 2.7 2.7 7-7 1.4 1.4z'/%3E%3C/svg%3E");
}
.comment-form-cookies-consent input[type="checkbox"]:focus-visible{
    outline:2px solid rgba(107,114,128,.35);
    outline-offset:2px;
}
.comment-form-cookies-consent label{
    cursor:pointer;
    line-height:1.35;
}


/* ------ how order page ------ */
.page_def{
    padding: 80px 0;
}
h2.title__item:not(:last-child){
    margin-bottom: 16px;
}
.steps-container{
    max-width: 900px;
    margin: 48px auto 0;
}
.step{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    counter-increment: step;
}
.step:not(:last-child){
    margin-bottom: 24px;
}
.step__left{
    border-radius: 500px;
    width: 64px;
    height: 64px;
    background: #e5e7eb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}
.step__left::before {
    font-family: 'RF Dewi';
    content: counter(step);
    font-weight: 900;
    font-size: 24px;
    line-height: 1.33333;
    color: #222;
}
.step__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    background: #222;
    position: absolute;
    top: -4px;
    right: -4px;
}
.step__text{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.625;
    color: #4b5563;
    text-align: left;
}

.notice{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
    background: rgba(16, 185, 129, 0.05);
    border: 2px solid #8bd537;
    border-radius: 16px;
    padding: 34px;
}
.notice__icon{
    background: #8bd537 url(assets/img/notice.svg) center no-repeat;
    border-radius: 100%;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}
.notice__text{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.625;
    color: #1f2937;
}
.steps-container .primary-btn{
    width: 100%;
    height: 60px;
    font-size: 18px;
    margin-top: 48px;
}

/* ------ legal pages ------ */
.legal-page{
    background: #ffffff;
}
.legal-page__hero{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 56px;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #04070c 0%, #0f1724 55%, #1b2637 100%);
}
.legal-page__hero::before{
    content: "";
    position: absolute;
    top: -140px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 100%;
    background: radial-gradient(circle, rgba(139, 213, 55, 0.34) 0%, rgba(139, 213, 55, 0) 72%);
    pointer-events: none;
}
.legal-page__hero::after{
    content: "";
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(139, 213, 55, 0) 0%, rgba(139, 213, 55, 0.4) 50%, rgba(139, 213, 55, 0) 100%);
}
.legal-page__eyebrow{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(139, 213, 55, 0.12);
    border: 1px solid rgba(139, 213, 55, 0.28);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d6fb8d;
    margin-bottom: 24px;
}
.legal-page__title{
    position: relative;
    z-index: 1;
    font-size: 56px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 820px;
}
.legal-page__lead{
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.6;
}
.legal-page__chips{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}
.legal-page__chip{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}
.legal-page__layout{
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(280px, 0.88fr);
    gap: 24px;
    align-items: start;
}
.legal-page__body,
.legal-page__aside{
    display: grid;
    gap: 24px;
}
.legal-page__panel,
.legal-page__card{
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 32px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}
.legal-page__admin-note{
    margin-bottom: 24px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(139, 213, 55, 0.08);
    border: 1px solid rgba(139, 213, 55, 0.28);
    color: #1f2937;
    font-size: 15px;
    line-height: 1.6;
}
.legal-page__section:not(:last-child){
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e7eb;
}
.legal-page__section h2,
.legal-content h2{
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 18px;
}
.legal-page__section h3,
.legal-content h3{
    font-size: 24px;
    line-height: 1.2;
    margin: 24px 0 16px;
}
.legal-page__section p,
.legal-content p{
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.legal-page__section p:last-child,
.legal-content p:last-child{
    margin-bottom: 0;
}
.legal-page__list,
.legal-content ul,
.legal-content ol{
    display: grid;
    gap: 12px;
    padding-left: 22px;
    margin: 20px 0 0;
}
.legal-page__list li,
.legal-content ul li,
.legal-content ol li{
    list-style: disc;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.75;
}
.legal-content ol li{
    list-style: decimal;
}
.legal-content strong,
.legal-content b{
    color: #1f2937;
    font-weight: 800;
}
.legal-content a{
    color: #1f2937;
    font-weight: 800;
    text-decoration: underline;
}
.legal-content blockquote{
    margin: 24px 0;
    padding: 24px 28px;
    border-left: 4px solid #8bd537;
    border-radius: 20px;
    background: #f9fafb;
    color: #1f2937;
}
.legal-content table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 24px;
}
.legal-content th,
.legal-content td{
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    text-align: left;
    color: #4b5563;
}
.legal-content th{
    color: #1f2937;
    font-weight: 800;
    background: #f9fafb;
}
.legal-page__card-title{
    font-family: 'RF Dewi', sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.1;
    color: #1f2937;
    margin-bottom: 20px;
}
.legal-page__toc{
    display: grid;
    gap: 12px;
}
.legal-page__toc a{
    display: block;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #1f2937;
    font-size: 15px;
    line-height: 1.45;
    text-decoration: none;
    transition: 0.3s;
}
.legal-page__toc a:hover{
    border-color: #8bd537;
    background: rgba(139, 213, 55, 0.08);
}
.legal-page__support-text{
    margin-bottom: 18px;
}
.legal-page__contacts{
    display: grid;
    gap: 12px;
    margin-bottom: 20px;
}
.legal-page__contact-link{
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    text-decoration: none;
    transition: 0.3s;
}
.legal-page__contact-link:hover{
    border-color: #8bd537;
    transform: translateY(-1px);
}
.legal-page__contact-link small{
    color: #9ca3af;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.legal-page__contact-link strong{
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}
.legal-page__support-button{
    width: 100%;
}

/* ------ discounts page ------ */
.discounts{

}
.discounts__rows{
    max-width: 900px;
    margin: 0 auto 0;
}
.discounts__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    border-bottom: 2px solid #e5e7eb;
}
.discounts__row-left{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55556;
    color: #1f2937;
}
.discounts__row-right{
    font-weight: 900;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
}

.discounts__text{
    text-align: center;
    margin: 64px 0;
}
.discounts__text p{
    font-size: 18px;
}
.discounts .primary-btn{
    width: 100%;
    max-width: 366px;
    margin: 0 auto 0;
}


.modalCart{
    position: fixed;
    inset: 0;
    display: none;
    justify-content: flex-end;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}
.modalCart.is-open{
    display: flex;
}
.modalCart__container{
    width: 100%;
    max-width: 480px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.modalCart.is-loading .modalCart__container::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(2px);
    z-index: 3;
}
.modalCart.is-loading .modalCart__container::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    border: 3px solid rgba(139, 213, 55, 0.22);
    border-top-color: #8bd537;
    animation: modal-cart-spin 0.7s linear infinite;
    z-index: 4;
}
.modalCart.is-loading .modalCart__container > *{
    pointer-events: none;
}
@keyframes modal-cart-spin{
    to{
        transform: rotate(360deg);
    }
}
.modalCart__head{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
    gap: 0 12px;
    padding: 20px 24px;
    position: relative;
}
.modalCart__head-ico{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16777200px;
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #8bd537 0%, #b5f03e 100%);
    flex-shrink: 0;
}
.modalCart__head-ico svg path{
    stroke: black;
}
.modalCart__head-title{
    font-family: 'RF Dewi';
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    color: #1f2937;
}
.modalCart__head-items{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}
.modalCart__close{
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 25px;
    right: 24px;
}
.modalCart__body{
    flex-grow: 1;
    padding: 16px 24px;
    overflow: auto;
    min-height: 275px;
}
.modalCart__empty{
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    color: #1f2937;
}
.modalCart__product{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    position: relative;
}
.modalCart__product:not(:last-child){
    margin-bottom: 16px;
}
.modalCart__product-img{
    border-radius: 10px;
    width: 80px;
    height: 80px;
    background: #F3F4F6;
    flex-shrink: 0;
    overflow: hidden;
}
.modalCart__product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modalCart__product-name{
    display: block;
    max-width: 95%;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.4    ;
    letter-spacing: -0.01em;
    color: #1f2937;
    text-decoration: none;
    margin-bottom: 11px;
    transition: 0.2s;
}
.modalCart__product-name:hover{
    opacity: 0.7;
}
.modalCart__product-desc{
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 8px;
}
.modalCart__product-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modalCart__product-price{
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #1f2937;
}
.modalCart__quantity{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modalCart__quantity input{
    width: 100%;
    max-width: 40px;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.5;
    color: #1f2937;
}
.modalCart__quantity-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #d1d5dc;
    border-radius: 10px;
}
.modalCart__quantity-btn .minus:after{
    content: "";
    background: url(assets/img/minus.svg) center no-repeat;
}
.modalCart__quantity-btn .plus:after{
    content: "";
    background: url(assets/img/plus.svg) center no-repeat;
}

.modalCart__product-del{
    position: absolute;
    top: 16px;
    right: 16px;
    background: url("assets/img/trash.svg") center no-repeat;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.modalCart__footer{
    border-top: 1px solid #e5e7eb;
    padding: 20px 24px;
}
.modalCart__promo{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #e5e7eb;
}
.modalCart__promo input{
    border-radius: 10px;
}
.modalCart__promo-btn{
    border: 1px solid #8bd537;
    border-radius: 10px;
    padding: 1px;
    width: 122px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #8bd537;
}
.modalCart__promo-btn:hover{
    color: #fff;
    background: #8bd537;
}
.modalCart__total{
    padding: 16px 0;
    margin-bottom: 16px;
}
.modalCart__total ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modalCart__total ul li{
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
}
.modalCart__total ul li {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.5;
    color: #1f2937;
}
.modalCart__footer .primary-btn{
    margin-bottom: 16px;
}
.modalCart__footer .primary-btn ,
.modalCart__footer .secondary-btn{
    width: 100%;
}

/* ============ footer ============ */
.footer{
    background: #000;
    padding: 48px 0;
}
.footer__container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 48px;
}
.footer__container > div{
    width: 25%;
}
.footer__logo{
    display: block;
    max-width: 207px;
    margin-bottom: 35px;
}
.footer__logo.xs{
    display: none;
}
.footer__left p{
    font-size: 14px;
    line-height: 1.625;
    color: #9ca3af;
}
.footer__social ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
}
.footer__social ul li a{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.footer__social ul li a img , .footer__social ul li a svg{
    max-width: 20px;
}
.footer__social ul li a:hover{
    background: #434141;
}
.footer__nav{

}
.footer__title{
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
}
.footer__nav ul li:not(:last-child){
    margin-bottom: 12px;
}
.footer__nav ul li a{
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.21875;
    letter-spacing: -0.01em;
    color: #9ca3af;
    text-decoration: none;
    transition: 0.2s;
}
.footer__nav ul li a:hover{
    filter: brightness(120%);
}
.footer__contact{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
}
.footer__contact:not(:last-child){
    margin-bottom: 12px;
}
.footer__contact-ico{
    width: 20px;
    flex-shrink: 0;
}
.footer__contact-text a{
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #9ca3af;
    text-decoration: none;
    transition: 0.2s;
}
.footer__contact-text a:not(:last-child){
    margin-bottom: 4px;
}
.footer__contact-text a:hover{
    filter: brightness(120%);
}
.footer__contact-text span{
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
}
.footer__right-text{
    margin-top: 24px;
}
.footer__right-text span{
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
    margin-bottom: 8px;
}
.footer__right-text p{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #9ca3af;
}
.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1a1a1a;
    padding-top: 25px;
    margin-top: 32px;
}
.copyright{
    font-size: 14px;
}
.footer__bottom-text{
    font-size: 12px;
}
.copyright , .footer__bottom-text{
    line-height: 1.5;
    color: #6b7280;
    font-weight: 300;
}


/* ============ reviews ============ */
.section{
    padding: 80px 0;
    overflow: hidden;
}
.reviews{

}
.js-reviews{
    position: relative;
    padding: 0 72px !important;
    margin-top: 64px;
    overflow: visible !important;
}
.js-reviews .swiper-wrapper{
    align-items: unset;
    align-content: flex-start;
}
.js-reviews .swiper-slide{
    height: auto;
    padding: 5px 0;
}
.reviews__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    z-index: 10;
}
.reviews__prev{
    left: 0;
}
.reviews__next{
    right: 0;
}
.reviews__item{
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 2px;
}
.reviews__item-rate{
    margin-bottom: 16px;
}
.reviews__item-rate ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 4px;
}
.reviews__item-text{
    height: 120px;
}
.reviews__item-text p{
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reviews__item-rate ul li{
    width: 20px;
    height: 20px;
    background: url(assets/img/star.svg) no-repeat;
}
.reviews__item-rate ul li.is-empty{
    opacity: 0.35;
}
.reviews__item-user{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
    margin-top: 24px;
}
.reviews__item-img{
    width: 48px;
    height: 48px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.reviews__item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews__item-name{
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #1f2937;
}
.reviews__item-desc{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857;
    color: #6b7280;
}
.swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
}
.reviews__bottom{
    display: none;
}

/* ============ contact ============ */
.contacts{

}
.contacts__wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}
.contacts__form , .contacts__right{
    width: 50%;
}
.contacts__form{
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    background: #f9fafb;
    padding: 26px;
}
.contacts__form-title{
    font-weight: 800;
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
}
.contacts__input:not(:last-child){
    margin-bottom: 16px;
}
.contacts__input-text{
    width: 100%;
    height: 52px;
    border: 2px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: 0 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.contacts__input-text:not(:placeholder-shown) {
    border-color: #0e182a;
}
.contacts__input-text::-webkit-input-placeholder{
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #9b9b9b;
}
.contacts__input-text:-moz-placeholder{
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #9b9b9b;
}
.contacts__input-textarea{
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px 16px;
    width: 100%;
    height: 105px;
    background: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.contacts__input-textarea:not(:placeholder-shown) {
    border-color: #0e182a;
}
.contacts__input-textarea::-webkit-input-placeholder{
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #9b9b9b;
}
.contacts__input-textarea:-moz-placeholder{
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #9b9b9b;
}
.contacts__form .primary-btn{
    width: 100%;
}


.contacts__form-form{
    position: relative;
}
.contacts__form-status{
    display: none;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
}
.contacts__form-status.is-visible{
    display: block;
}
.contacts__form-status.is-error{
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
}
.contacts__form-status.is-success{
    color: #0f172a;
}
.contacts__form-status.is-overlay{
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 24px;
    border-radius: 14px;
    border: 2px solid #8bd537;
    background: rgba(249, 250, 251, 1);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
}
.contacts__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 32.5px 20px;
}
.contacts__item:not(:last-child){
    margin-bottom: 26px;
}
.contacts__item-img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #8bd537;
    border-radius: 100%;
    width: 48px;
    height: 48px;
}
.contacts__item-text b{
    display: block;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 4px;
}
.contacts__item-text a{
    display: block;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5;
    color: #6b6b6b;
    margin-bottom: 3.5px;
    text-decoration: none;
}
.contacts__item-text span{
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    color: #9b9b9b;
}


/* ========= modal-reg ========= */
.modal-reg .modal-content{
    max-width: 480px;
}
.modal-reg .primary-btn{
    width: 100%;
}

/* ========= account page ========= */
.account-page{
    padding: 50px 0 100px 0;
}
.account .container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 20px;
}
.account__left{
    flex-shrink: 0;
    width: 284px;
    padding: 16px 16px 16px 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.account__user{
    text-align: center;
    border-bottom: 1px solid #E5E7EB;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
}
.account__user-head{
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 16777200px;
    background: linear-gradient(180deg, #8BD537 0%, #B5F03E 100%);
    color: #000;
    font-family: "RF Dewi";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 12px;
}
.account__user-name{
    color: #1F2937;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    margin-bottom: 5px;
}
.account__user-mail{
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.account__nav{

}
.account__nav ul li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    color: #6B7280;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-decoration: none;
    padding: 12.5px 16px;
    border-radius: 10px;
    transition: 0.2s;
}
.account__nav ul li a svg path{
    transition: 0.2s;
}
.account__nav ul li a.active{
    background: rgba(139, 213, 55, 0.10);
    color: #8BD537;
}
.account__nav ul li a:hover{
    color: #8BD537;
}
.account__nav ul li a.active svg path ,
.account__nav ul li a:hover svg path{
    stroke: #8BD537;
}
.account__nav ul li a.logout{
    color: #FB2C36;
}
.account__nav ul li a.logout:hover svg path{
    stroke: #FB2C36;
}
.account__nav ul li a.logout:hover{
    filter: brightness(80%);
}

/* === account__content ===*/
.account__content{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.account__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account__top-title{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
}
.account__top-right{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 11px;
}


.account__info{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 24px;
}
.account__info-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 15px;
    width: 33.333333%;
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.account__info-top{
    color: #9CA3AF;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.account__info-left b{
    display: block;
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%
}
.account__info-icon{
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    flex-shrink: 0;
}
.account__info-item.order .account__info-icon{
    background: rgba(139, 213, 55, 0.10);
}
.account__info-item.fav .account__info-icon{
    background: rgba(251, 44, 54, 0.10);
}
.account__info-item.last .account__info-icon{
    background: rgba(0, 188, 125, 0.10);
}

.account__first{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: 20px 32px;
}
.account__first .account__top{
    margin-bottom: 30px;
}
.account-profile__grid{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 24px;
}
.account-profile__field{
    width: calc(50% - 12px);
}
.account-profile__label{
    display: block;
    color: #9CA3AF;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.account-profile__control , .account-profile__text{
    width: 100%;
    color: #1F2937;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 5px 15px 5px 32px;
}
.account-profile__control.name{
    background: url(assets/img/user.svg) center left no-repeat;
}
.account-profile__control.mail{
    background: url(assets/img/mail.svg) center left no-repeat;
}
.account-profile__control.phone{
    background: url(assets/img/phone.svg) center left no-repeat;
}
.account-profile__text{
    background: url(assets/img/calendar.svg) center left no-repeat;
}
.account-profile__control.place{
    background: url(assets/img/MapPin.svg) center left no-repeat;
}

/* ========= account tabs extensions ========= */
.account-profile__field--wide{
    width: 100%;
}
.account-profile__control{
    border-bottom: 1px solid transparent;
    background-color: transparent;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}
.account-profile__control[readonly]{
    pointer-events: none;
}
.account-profile.is-editing .account-profile__control{
    border-color: #E5E7EB;
    background-color: #FFF;
    pointer-events: auto;
}

.account-favorites__lead{
    margin: 0 0 24px 0;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.6;
}
.account-favorites__grid{
    margin-top: 24px;
}
.account-favorites__loading{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    color: #6B7280;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}
.account-favorites .product-card__image img{
    height: auto;
}
.account-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 280px;
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    text-align: center;
}
.account-empty__title{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
}
.account-empty__text{
    max-width: 420px;
    color: #6B7280;
    font-size: 15px;
    line-height: 1.6;
}

.account-orders{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.account-order-card{
    padding: 28px 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.account-order-card__head{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.account-order-card__eyebrow{
    display: block;
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.account-order-card__title{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}
.account-order-card__status{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(139, 213, 55, 0.12);
    color: #5E9E14;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}
.account-order-card--pending .account-order-card__status,
.account-order-card--on-hold .account-order-card__status{
    background: rgba(251, 191, 36, 0.15);
    color: #B45309;
}
.account-order-card--failed .account-order-card__status,
.account-order-card--cancelled .account-order-card__status,
.account-order-card--refunded .account-order-card__status{
    background: rgba(251, 44, 54, 0.12);
    color: #D11A2A;
}
.account-order-card__meta{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}
.account-order-card__meta-item{
    padding: 18px 20px;
    border-radius: 14px;
    background: #F9FAFB;
}
.account-order-card__meta-item span{
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.account-order-card__meta-item strong{
    display: block;
    color: #1F2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
}
.account-order-card__items{
    color: #6B7280;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.account-order-card__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.account-settings{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.account-settings__grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.account-settings__card{
    padding: 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.account-settings__card-title{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 8px;
}
.account-settings__card-text{
    color: #6B7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.account-settings__card .inputBlock:not(:last-child){
    margin-bottom: 18px;
}
.account-settings__notifications{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.account-settings__checkbox{
    padding: 18px 20px;
    border-radius: 14px;
    background: #F9FAFB;
}
.account-settings__footer{
    display: flex;
    justify-content: flex-end;
}

.account__content .woocommerce-notices-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.account__content .woocommerce-message,
.account__content .woocommerce-error,
.account__content .woocommerce-info{
    margin: 0;
    padding: 16px 20px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    list-style: none;
}

.account-favorites [hidden],
.account-empty[hidden]{
    display: none !important;
}
.woocommerce-message{
    outline: none;
    box-shadow: none;
    border-color: transparent;
    border-top-color: #8fae1b;
}

.account-favorites__grid .product-card{
    position: relative;
}
.account-favorites__remove{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(31, 41, 55, 0.92);
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.account-favorites__remove:hover{
    background: #FB2C36;
    transform: translateY(-1px);
}

.account-order-card--demo{
    border: 1px dashed rgba(139, 213, 55, 0.55);
}
.account-empty--compact{
    min-height: auto;
    padding: 28px 32px;
}

.modal-auth-form.is-loading .primary-btn{
    opacity: 0.7;
    pointer-events: none;
}
.modal-form__status{
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
}
.modal-form__status.is-success{
    background: rgba(139, 213, 55, 0.12);
    color: #5E9E14;
}
.modal-form__status.is-error{
    background: rgba(251, 44, 54, 0.10);
    color: #D11A2A;
}

.account__content .woocommerce-message,
.account__content .woocommerce-error,
.account__content .woocommerce-info{
    position: relative;
    padding: 18px 20px 18px 56px;
    line-height: 1.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.account__content .woocommerce-message::before,
.account__content .woocommerce-error::before,
.account__content .woocommerce-info::before{
    top: 18px;
    left: 20px;
    margin: 0;
}
.account__content .woocommerce-notices-wrapper{
    position: fixed;
    top: 130px;
    right: 24px;
    z-index: 1200;
    width: min(420px, calc(100vw - 32px));
    pointer-events: none;
}
.account__content .woocommerce-message,
.account__content .woocommerce-error,
.account__content .woocommerce-info{
    pointer-events: auto;
}
.account__content .woocommerce-message.is-hiding,
.account__content .woocommerce-error.is-hiding,
.account__content .woocommerce-info.is-hiding{
    opacity: 0;
    transform: translateY(-10px);
}

.checkout-page{
    padding: 56px 0 96px;
}
.checkout-page__back{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #6B7280;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.checkout-page__back:hover{
    color: #1F2937;
}
.checkout-page__head{
    margin-bottom: 32px;
}
.checkout-page__title{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
}
.checkout-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: start;
    gap: 24px;
}
.checkout-layout__main{
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}
.checkout-layout__sidebar{
    align-self: start;
    position: sticky;
    top: 40px;
    flex-shrink: 0;
}
.checkout-card,
.checkout-place-order__inner{
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.checkout-card__title,
.checkout-card__title-row{
    margin-bottom: 24px;
}
.checkout-card__title{
    font-family: "RF Dewi";
    color: #1F2937;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
}
.checkout-card__title-row{
    display: flex;
    align-items: center;
    gap: 12px;
}
.checkout-card__title-row .checkout-card__title{
    margin: 0;
}
.checkout-card__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(139, 213, 55, 0.10);
    color: #8BD537;
    flex-shrink: 0;
}
.checkout-card__icon svg{
    width: 22px;
    height: 22px;
}
.checkout-card__eyebrow{
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.checkout-contact-grid{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.checkout-contact-grid__row--triple{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.checkout-field{
    margin-bottom: 0 !important;
}
.checkout-field--hidden{
    display: none !important;
}
.checkout-card .inputBlock-title{
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.checkout-card .input__text{
    height: 48px;
    padding: 0 18px;
    border-radius: 10px;
    border-color: #D1D5DC;
}
.checkout-field.is-error .inputBlock-title{
    color: #B42318;
}
.checkout-card .input__text.error,
.checkout-card .checkout-textarea.error{
    border-color: #F04438 !important;
    box-shadow: 0 0 0 3px rgba(240, 68, 56, 0.08);
}
.checkout-card .input__text:not(:placeholder-shown) {
    border-color: #0e182a;
}
.checkout-textarea{
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #D1D5DC;
    background: #FFF;
    padding: 12px 16px;
    color: rgba(31, 41, 55, 1);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    resize: vertical;
}
.checkout-textarea:-webkit-input-placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 0.5);
}
.checkout-textarea-moz-placeholder{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: rgba(31, 41, 55, 0.5);
}
.checkout-textarea:not(:placeholder-shown){
    border-color: #0E182A;
}
.checkout-summary{
    display: flex;
    flex-direction: column;
}
.checkout-summary__table{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.checkout-summary__items{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
}
.checkout-summary__item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}
.checkout-summary__item-main{
    min-width: 0;
}
.checkout-summary__item-name{
    color: #1F2937;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}
.checkout-summary__item-meta{
    color: #6B7280;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.checkout-summary__item-total{
    color: #1F2937;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    white-space: nowrap;
}
.checkout-summary__totals{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}
.checkout-summary__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #6B7280;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.checkout-summary__row strong{
    color: #1F2937;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}
.checkout-summary__value-free{
    color: #8BD537;
    font-weight: 900;
}
.checkout-summary__row--total{
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid #E5E7EB;
    color: #1F2937;
}
.checkout-summary__row--total span{
    color: #6B7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
}
.checkout-summary__row--total strong{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
}
.checkout-summary__row--total .woocommerce-Price-amount ,
.checkout-summary__row--total .woocommerce-Price-amount span{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
}
.checkout-payment{
    display: contents;
}
.checkout-payment-card{
    grid-column: 1;
}
.checkout-payment-methods{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.checkout-payment-method{
    margin: 0;
}
.checkout-payment-method__input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.checkout-payment-method__label{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    min-height: 90px;
    padding: 18px 20px;
    border-radius: 14px;
    border: 2px solid #E5E7EB;
    background: #FFF;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.checkout-payment-method__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9CA3AF;
}
.checkout-payment-method__icon svg{
    width: 24px;
    height: 24px;
}
.checkout-payment-method__title{
    color: #1F2937;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    width: 100%;
}
.checkout-payment-method__input:checked + .checkout-payment-method__label{
    border-color: #8BD537;
    background: rgba(139, 213, 55, 0.05);
}
.checkout-payment-method__input:checked + .checkout-payment-method__label .checkout-payment-method__icon{
    color: #8BD537;
}
.checkout-payment-method__description{
    color: #6B7280;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px;
    padding: 0 6px;
}
.checkout-payment-method__description p{
    margin: 0;
}
.checkout-place-order{
    grid-column: 2;
    margin: 0;
}
.checkout-place-order__inner{
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}
.checkout-place-order__button{
    width: 100%;
}
.checkout-place-order .woocommerce-terms-and-conditions-wrapper,
.checkout-place-order .woocommerce-privacy-policy-text{
    color: #9CA3AF;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.checkout-place-order .woocommerce-terms-and-conditions-wrapper a,
.checkout-place-order .woocommerce-privacy-policy-text a{
    color: #1F2937;
}
.checkout-place-order .validate-required{
    margin: 0;
}
.checkout-place-order .checkbox{
    align-items: flex-start;
}
.checkout-page .woocommerce-notices-wrapper{
    position: fixed;
    top: 130px;
    right: 24px;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: min(420px, calc(100vw - 32px));
    margin-bottom: 0;
    pointer-events: none;
}
.checkout-page .woocommerce-message,
.checkout-page .woocommerce-error,
.checkout-page .woocommerce-info{
    position: relative;
    margin: 0;
    padding: 16px 18px 16px 48px;
    border-radius: 14px;
    background: #FFF;
    list-style: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    pointer-events: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.checkout-page .woocommerce-message::before,
.checkout-page .woocommerce-error::before,
.checkout-page .woocommerce-info::before{
    top: 16px;
    left: 16px;
    margin: 0;
}
.checkout-page .woocommerce-message.is-hiding,
.checkout-page .woocommerce-error.is-hiding,
.checkout-page .woocommerce-info.is-hiding{
    opacity: 0;
    transform: translateY(-10px);
}
.checkout-toast-stack{
    position: fixed;
    top: 118px;
    right: 20px;
    z-index: 1300;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: min(380px, calc(100vw - 32px));
    pointer-events: none;
}
.checkout-toast-stack[hidden]{
    display: none;
}
.checkout-toast-stack .woocommerce-message,
.checkout-toast-stack .woocommerce-error,
.checkout-toast-stack .woocommerce-info{
    position: relative;
    margin: 0;
    padding: 14px 16px 14px 46px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    list-style: none;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.10), 0 6px 16px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}
.checkout-toast-stack .woocommerce-message::before,
.checkout-toast-stack .woocommerce-error::before,
.checkout-toast-stack .woocommerce-info::before{
    top: 14px;
    left: 16px;
    margin: 0;
    font-size: 18px;
}
.checkout-toast-stack .woocommerce-error{
    border-color: rgba(239, 68, 68, 0.22);
}
.checkout-toast-stack .woocommerce-message,
.checkout-toast-stack .woocommerce-info{
    border-color: rgba(139, 213, 55, 0.24);
}
.checkout-toast-stack .woocommerce-message li,
.checkout-toast-stack .woocommerce-error li,
.checkout-toast-stack .woocommerce-info li{
    margin: 0;
}
.checkout-toast-stack .woocommerce-message a,
.checkout-toast-stack .woocommerce-error a,
.checkout-toast-stack .woocommerce-info a,
.checkout-toast-stack .checkout-toast-link{
    color: #1F2937;
    font-weight: 700;
    text-decoration: none;
    pointer-events: none;
}
.checkout-toast-stack .woocommerce-message.is-hiding,
.checkout-toast-stack .woocommerce-error.is-hiding,
.checkout-toast-stack .woocommerce-info.is-hiding{
    opacity: 0;
    transform: translateY(-10px);
}
.checkout-payment-instructions.notice{
    margin-top: 24px;
}
.woocommerce-privacy-policy-text p{
    color: #6B7280;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

/* ══════════════════════════════
      404 PAGE
   ══════════════════════════════ */
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 80px;
    min-height: calc(100vh - 44px);
}

.error-container {
    width: 672px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ── 404 Number ── */
.error-number {
    font-size: clamp(120px, 17.5vw, 240px);
    line-height: 1;
    font-weight: 900;
    font-family: "RF Dewi";
    background: linear-gradient(180deg, #8bd537 0%, #b5f03e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    letter-spacing: -4px;
    user-select: none;
}
.error-heading {
    margin-top: 32px;
    font-size: clamp(28px, 3.3vw, 48px);
    font-weight: 900;
    font-family: "RF Dewi";
    text-transform: uppercase;
    text-align: center;
    color: #000;
    line-height: 1.25;
    letter-spacing: -0.5px;
    max-width: 462px;
}
.error-desc {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.625;
    color: #6b6b6b;
    text-align: center;
    max-width: 419px;
    font-weight: 300;
    letter-spacing: -0.45px;
}
.icon-wrap {
    margin-top: 48px;
    position: relative;
    width: 162px;
    height: 162px;
    flex-shrink: 0;
}
.icon-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #8bd537;
    opacity: 0.1;
    filter: blur(64px);
    pointer-events: none;
}
.icon-box {
    position: relative;
    width: 162px;
    height: 162px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box svg { width: 96px; height: 96px; }
.btn-group {
    margin-top: 48px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.btn-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 56px;
    padding: 0 28px;
    border-radius: 9999px;
    background: linear-gradient(180deg, #8bd537 0%, #b5f03e 100%);
    box-shadow: 0 10px 30px 0 rgba(139, 213, 55, 0.3);
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s, transform 0.15s;
}
.btn-home:hover  { opacity: 0.9; transform: translateY(-1px); }
.btn-home:active { opacity: 1;   transform: translateY(0); }
.btn-home svg    { width: 20px; height: 20px; flex-shrink: 0; }

/* Checkout aside overrides */
.checkout-payment{
    display: block;
    margin-top: 24px;
    background: none !important;
}
.checkout-summary__confirm{
    margin: 0;
    padding: 0 !important;
    border: none !important;
}
.checkout-summary .checkout-place-order__inner{
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.checkout-summary .checkout-place-order__button{
    width: 100%;
}
.checkout-mobile-submit-wrap{
    display: none;
    margin-top: 24px;
}
.checkout-mobile-submit{
    width: 100%;
}
.checkout-summary__promo-wrap{
    margin-top: 24px;
}
.checkout-summary__promo{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding:0 0 8px 0;
}
.checkout-summary__coupon-input{
    flex: 1 1 auto;
    min-width: 0;
}
.checkout-summary__promo-status{
    margin-top: 12px;
    color: #6B7280;
    font-size: 14px;
    line-height: 1.5;
}
.checkout-summary__promo-status.is-error{
    color: #EF4444;
}
.checkout-summary__promo-status.is-success{
    color: #8BD537;
}
.checkout-summary__promo-btn.is-loading{
    pointer-events: none;
    opacity: 0.7;
}
.checkout-payment-method__description{
    display: block !important;
    max-height: 0;
    margin-top: 0;
    padding: 0 6px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}
.checkout-payment-method:hover .checkout-payment-method__description,
.checkout-payment-method:focus-within .checkout-payment-method__description{
    max-height: 120px;
    margin-top: 12px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.checkout-payment-card{
    overflow: visible;
}
.checkout-payment-methods{
    overflow: visible;
}
.checkout-payment-method{
    position: relative;
}
.checkout-payment-method__description{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    max-height: none;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    z-index: 2;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
    border: 2px solid #E5E7EB;
}
.checkout-payment-method:hover .checkout-payment-method__description,
.checkout-payment-method:focus-within .checkout-payment-method__description{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}


/* ══════════════════════════════════════
       .orderSuccess
    ══════════════════════════════════════ */
.orderSuccess {
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 48px 0;
}
.orderSuccess__icon {
    position: relative;
    width: 96px;
    height: 96px;
    flex-shrink: 0;
}
.orderSuccess__icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #8bd537, #b5f03e);
    opacity: 0.49;
    filter: blur(40px);
    pointer-events: none;
}
.orderSuccess__iconInner {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(180deg, #8bd537 0%, #b5f03e 100%);
    box-shadow: 0 20px 25px 0 rgba(0,0,0,.1), 0 8px 10px 0 rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.orderSuccess__header {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}
.orderSuccess__title {
    font-family: 'RF Dewi ', sans-serif;sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #1f2937;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    margin: 0;
}
.orderSuccess__subtitle {
    font-weight: 300;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}
.orderSuccess__number {
    font-weight: 800;
    font-size: 14px;
    color: #8bd537;
    line-height: 1.5;
}
.orderSuccess__card {
    margin-top: 32px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 25px 0 rgba(0,0,0,.1), 0 8px 10px 0 rgba(0,0,0,.1);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.orderSuccess__cardHead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}
.orderSuccess__cardHeadLeft {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.orderSuccess__cardLabel {
    font-weight: 300;
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.03em;
}
.orderSuccess__cardDate {
    font-weight: 800;
    font-size: 16px;
    color: #1f2937;
    line-height: 1.5;
}
.orderSuccess__badge {
    flex-shrink: 0;
    background: rgba(139, 213, 55, 0.1);
    border-radius: 10px;
    padding: 8px 16px;
    font-weight: 800;
    font-size: 14px;
    color: #8bd537;
    line-height: 1.5;
    white-space: nowrap;
}

/* ── Строки деталей ── */
.orderSuccess__row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.orderSuccess__rowIcon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(139, 213, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.orderSuccess__rowBody {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 2px;
    min-width: 0;
}
.orderSuccess__rowName {
    font-weight: 800;
    font-size: 14px;
    color: #1f2937;
    line-height: 1.5;
}
.orderSuccess__rowValue {
    font-weight: 300;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
}
.orderSuccess__rowAccent {
    font-weight: 800;
    font-size: 12px;
    color: #8bd537;
    line-height: 1.5;
}
.orderSuccess__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}
.orderSuccess__totalLabel {
    font-weight: 800;
    font-size: 18px;
    color: #6b7280;
    line-height: 1.5;
    white-space: nowrap;
}
.orderSuccess__totalPrice {
    font-family: 'RF Dewi ', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #1f2937;
    line-height: 1;
    white-space: nowrap;
}
.orderSuccess__emailNotice {
    margin-top: 16px;
    width: 100%;
    background: linear-gradient(90deg, rgba(139,213,55,.1) 0%, rgba(181,240,62,.1) 100%);
    border: 1px solid rgba(139, 213, 55, 0.2);
    border-radius: 14px;
    padding: 16px 17px;
    font-weight: 300;
    font-size: 14px;
    color: #1f2937;
    text-align: center;
    line-height: 1.5;
}
.orderSuccess__actions {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.orderSuccess__actions .primary-btn,
.orderSuccess__actions .secondary-btn {
    width: 100%;
}
.orderSuccess__timer {
    margin-top: 16px;
    font-weight: 300;
    font-size: 12px;
    color: #6b7280;
    text-align: center;
    line-height: 1.5;
}
.orderSuccess__timer b {
    font-weight: 800;
    color: #8bd537;
}

/* ===================== ORDER VIEW START ===================== */
.account-view-order{
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.account-view-order__summary{
    margin: 0;
}
.account-view-order__summary-text{
    margin: 0;
    max-width: 760px;
    color: #6B7280;
    font-size: 16px;
    line-height: 1.6;
}
.account-view-order__updates{
    padding: 28px 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.account-view-order__section-head{
    margin-bottom: 20px;
}
.account-view-order__section-title,
.account-view-order .woocommerce-order-details__title,
.account-view-order .woocommerce-customer-details .woocommerce-column__title{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}
.account-view-order__notes{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.account-view-order__note{
    margin: 0;
}
.account-view-order__note .comment_container{
    padding: 20px 24px;
    border-radius: 14px;
    background: #F9FAFB;
}
.account-view-order__note-date{
    margin-bottom: 8px;
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
}
.account-view-order__note-text,
.account-view-order__note-text p{
    color: #1F2937;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}
.account-view-order .woocommerce-order-details,
.account-view-order .woocommerce-customer-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.account-view-order .woocommerce-order-details .shop_table.order_details{
    width: 100%;
    margin: 0;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.account-view-order .woocommerce-order-details .shop_table.order_details thead th{
    padding: 22px 28px;
    border: none;
    border-bottom: 1px solid #E5E7EB;
    background: #FBFCFD;
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.account-view-order .woocommerce-order-details .shop_table.order_details tbody td,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot th,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot td{
    padding: 22px 28px;
    border: none;
    border-bottom: 1px solid #E5E7EB;
    background: #FFF;
    vertical-align: top;
}
.account-view-order .woocommerce-order-details .shop_table.order_details tbody tr:last-child td,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot tr:last-child th,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot tr:last-child td{
    border-bottom: none;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .product-name{
    color: #1F2937;
    font-size: 16px;
    line-height: 1.6;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .product-name a{
    color: #1F2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .product-name a:hover{
    color: #8BD537;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .product-quantity{
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    color: #1F2937;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .wc-item-meta{
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .wc-item-meta li{
    color: #6B7280;
    font-size: 14px;
    line-height: 1.5;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .product-total,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot td{
    white-space: nowrap;
    text-align: right;
    color: #1F2937;
    font-weight: 900;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .product-total .woocommerce-Price-amount,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot td .woocommerce-Price-amount{
    color: #1F2937;
    font-family: "RF Dewi";
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot th{
    color: #6B7280;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
}
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot tr:last-child th,
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot tr:last-child td{
    padding-top: 26px;
}
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot tr:last-child th{
    color: #1F2937;
    font-size: 18px;
}
.account-view-order .woocommerce-order-details .shop_table.order_details tfoot tr:last-child td .woocommerce-Price-amount{
    font-size: 28px;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .order-actions-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid #D1D5DB;
    background: #FFF;
    color: #1F2937;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.2s ease;
}
.account-view-order .woocommerce-order-details .shop_table.order_details .order-actions-button:hover{
    border-color: #8BD537;
    color: #5E9E14;
}
.account-view-order .woocommerce-customer-details .woocommerce-columns{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.account-view-order .woocommerce-customer-details address{
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100%;
    margin: 0;
    padding: 28px 32px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    color: #1F2937;
    font-size: 17px;
    font-style: normal;
    line-height: 1.7;
}
.account-view-order .woocommerce-customer-details address p{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0 0;
    color: #6B7280;
    font-size: 16px;
    line-height: 1.6;
}
.account-view-order .woocommerce-customer-details--phone::before,
.account-view-order .woocommerce-customer-details--email::before{
    content: '';
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: rgba(139, 213, 55, 0.12);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.account-view-order .woocommerce-customer-details--phone::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22 16.92V19.92C22 20.47 21.55 20.92 21 20.92C10.51 20.92 2 12.41 2 1.92C2 1.37 2.45 0.92 3 0.92H6C6.46 0.92 6.86 1.23 6.97 1.68L8.13 6.32C8.22 6.69 8.1 7.09 7.81 7.34L5.74 9.11C7.08 11.83 9.27 14.01 11.99 15.35L13.76 13.28C14.01 12.99 14.41 12.87 14.78 12.96L19.42 14.12C19.87 14.23 20.18 14.63 20.18 15.09V16.92H22Z' stroke='%238BD537' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.account-view-order .woocommerce-customer-details--email::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 5H20C21.1 5 22 5.9 22 7V17C22 18.1 21.1 19 20 19H4C2.9 19 2 18.1 2 17V7C2 5.9 2.9 5 4 5Z' stroke='%238BD537' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22 7L12 13L2 7' stroke='%238BD537' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
/* ====================== ORDER VIEW END ====================== */

/* ================= ORDER VIEW OVERRIDES ================= */
.account-view-order .order-again{
    margin: 4px 0 0;
}
.account-view-order .order-again .primary-btn{
    width: fit-content;
}
.account-view-order .woocommerce-customer-details address{
    gap: 14px;
}
.account-view-order .woocommerce-customer-details address p{
    position: relative;
    display: block;
    min-height: 40px;
    margin: 0;
    padding: 4px 0 0 56px;
}
.account-view-order .woocommerce-customer-details--phone::before,
.account-view-order .woocommerce-customer-details--email::before{
    position: absolute;
    left: 0;
    top: 0;
}
/* ================= END ORDER VIEW OVERRIDES ================= */

/* ============== ORDER ADDRESS MARKUP OVERRIDES ============== */
.account-view-order__address-text{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.account-view-order__address-lines{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}
.account-view-order__address-row{
    display: flex !important;
    align-items: center;
    gap: 16px;
    min-height: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #6B7280;
    font-size: 16px;
    line-height: 1.6;
}
.account-view-order__address-row::before{
    content: none !important;
}
.account-view-order__address-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(139, 213, 55, 0.12);
}
.account-view-order__address-value{
    min-width: 0;
    word-break: break-word;
}
/* ============ END ORDER ADDRESS MARKUP OVERRIDES ============ */

/* =================== CHECKOUT PAY PAGE =================== */
.checkout-pay-form{
    margin: 0;
}
.checkout-page--pay .checkout-pay-layout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 370px;
    align-items: start;
    gap: 24px;
    padding: 0;
    background: transparent;
    border-radius: 0;
}
.checkout-page--pay .checkout-pay-layout .checkout-layout__main{
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}
.checkout-page--pay .checkout-pay-layout .checkout-layout__sidebar{
    width: 370px;
    max-width: 100%;
    align-self: start;
    position: sticky;
    top: 40px;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-card{
    overflow: visible;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-methods{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    align-items: start;
    gap: 12px;
    overflow: visible;
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-method{
    position: relative;
    width: 100%;
    margin: 0;
    justify-self: stretch;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-method:nth-child(odd){
    grid-column: 1;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-method:nth-child(even){
    grid-column: 2;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-method:only-child{
    grid-column: 1 / -1;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-method__label{
    width: 100%;
}
.checkout-page--pay .checkout-pay-layout .checkout-payment-method__description{
    left: 0;
    width: 100%;
}
.checkout-page--pay .checkout-pay-layout .checkout-summary__confirm{
    margin-top: 24px;
}
.checkout-pay-order-card .account-order-card__items{
    margin-bottom: 0;
    max-width: 720px;
}
.checkout-pay-summary .checkout-summary__table{
    display: flex;
    flex-direction: column;
    gap: 0;
}
.checkout-pay-empty{
    color: #6B7280;
    font-size: 16px;
    line-height: 1.6;
}
/* ================= END CHECKOUT PAY PAGE ================= */
/* ======== search ================= */
.search{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 100px 30px 0 30px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}
.search.is-open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search__container{
    width: 100%;
    max-width: 900px;
    margin: 0 auto 0;
    position: relative;
}
.search__close{
    position: absolute;
    top: -56px;
    right: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.search__close:hover{
    opacity: 0.7;
}
.search__close:focus-visible{
    outline: 2px solid #fff;
    outline-offset: 4px;
}
.search__close svg{
    display: block;
}
.search__input{
    width: 100%;
    pointer-events: revert;
}
.search__input-ico{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.search__input input{
    padding-left: 50px;
}
.search__wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    min-height: calc(100dvh - 200px);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-top: 10px;
    max-height: calc(100dvh - 200px);
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.search__status{
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    color: #6B7280;
    font-size: 16px;
    line-height: 1.5;
}
.search__item{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    border-radius: 28px;
    background: #F8FAFC;
    color: inherit;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.search__item:hover{
    background: #F1F5F9;
    transform: translateY(-1px);
    text-decoration: none;
}
.search__item-image{
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}
.search__item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search__item-content{
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.search__item-title{
    color: #111827;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}
.search__item-meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.search__item-category{
    color: #6B7280;
    font-size: 14px;
    line-height: 1.4;
}
.search__item-price{
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.search__item-price *{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
.search__item-desc{
    color: #4B5563;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
