/* NAMU: use NAMU-Pro glyph set for all weights to keep letterforms consistent.
   If you need visually stronger bold, we simulate it with CSS utilities below. */
@font-face {
    font-family: 'Namu';
    src: url('/catalog/view/theme/default/fonts/NAMU-Pro.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.woff') format('woff'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Namu';
    src: url('/catalog/view/theme/default/fonts/NAMU-Pro.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.woff') format('woff'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Namu';
    src: url('/catalog/view/theme/default/fonts/NAMU-Pro.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.woff') format('woff'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Namu';
    src: url('/catalog/view/theme/default/fonts/NAMU-Pro.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.woff') format('woff'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Namu';
    src: url('/catalog/view/theme/default/fonts/NAMU-Pro.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.woff') format('woff'),
        url('/catalog/view/theme/default/fonts/NAMU-Pro.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}


body {
    font-family: 'Namu';
    font-weight: 400;
    font-synthesis: weight;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    background: #F7F4EF;
    padding-right: 0 !important;
}

.d-flex {
    display: flex;
}

.container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
}


.burger-menu {
    align-items: center;
    gap: 15px;
    cursor: pointer;
}

.burger-menu_button {
    width: 40px;
    height: 40px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #171717;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
}


.burger-menu_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
}

.burger-menu_lines::before {
    content: '';
    top: -12px;
}

.burger-menu_lines::after {
    content: '';
    top: 12px;
}

.burger-menu_active .burger-menu_lines {
    background-color: transparent;
    scale: 0.8;
}

.burger-menu_active .burger-menu_lines::before {
    top: 0;
    transform: rotate(45deg);
}

.burger-menu_active .burger-menu_lines::after {
    top: 0;
    transform: rotate(-45deg);
}

.d-none {
    display: none;
}

#myHeader {
    border-bottom: 1px solid #C4BBB0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #F7F4EF;
}

.header_top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    max-height: 40px;
    background: #A8B5A2;
    transition: 0.3s;
    opacity: 1;
}

.header_top_txt {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #2B2B2B;
}

.header_wrapper {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 17px 0;
}

.header_wrapper_block_l {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header_menu_btn {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    gap: 8px;
}

.header_menu_btn_lines {
    width: 33px;
    display: block;
    height: 2px;
    background: #000;
}

#form-language ul {
    list-style: none;
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 16px;
    border: 1px solid #D8CFC4;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

#form-language ul li {
    height: 100%;
}

#form-language ul li a {
    padding: 0;
    height: 100%;
    width: 40px;
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #171615;
    display: flex;
    align-items: center;
    justify-content: center;
}

#form-language ul li a:focus {
    border: unset;
    outline: unset;
}

#form-language ul li a.current-lang {
    background: #EDECE5;
    color: #8FA18A;
}

.search_btn,
#wishlist-total,
.account_block a,
.btn-show-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 48px;
    height: 48px;
    border: unset;
    padding: 0;
    position: relative;
}

.header_wrapper_block_r {
    align-items: center;
    gap: 8px;
}

.cart-count {
    display: none;
}

#wishlist-total .wishlist-count {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    height: 14px;
    border-radius: 4px;
    bottom: 8px;
    right: 7px;
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    background: #2B2B2B;
}

.wish-active-img {
    display: none !important;
    width: 22px;
    height: 19px;
}

.wish-btn-product .wish-active-img {
    width: 24px;
    height: 24px;
}

.wish-btn.is-active .wish-active-img,
.wish-btn-product.is-active .wish-active-img,
.fhb-wish.is-active .wish-active-img,
.wishlist-btn.active .wish-active-img {
    display: block !important;
}

.wish-btn.is-active svg,
.wish-btn-product.is-active svg,
.fhb-wish.is-active svg,
.wishlist-btn.active svg {
    display: none !important;
}

#cart-total .count-product {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    height: 14px;
    border-radius: 4px;
    bottom: 8px;
    right: 7px;
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    background: #2B2B2B;
}

.icon_in_header {
    display: flex;
    align-items: center;
}

.header.menu-scroll .header_top {
    opacity: 0;
    max-height: 0;
}

body {
    padding-top: 123px;
}

.home_slider {
    margin-top: 48px;
    overflow: hidden;
}

.home_slider .container {
    padding-right: 0;
}

.home_slider_item {
    position: relative;
    width: calc(100vw - 200px);
    margin-right: 40px;
    border-radius: 16px;
    overflow: hidden;
}

@media (min-width: 1500px) {
    .home_slider_item {
        width: calc(100vw - 400px);

    }
}

.home_slider_item_img {
    width: 100%;
}

.home_slider .slick-list {
    overflow: unset;
}

.home_slider_item_txt_w {
    position: absolute;
    top: 58px;
    left: 63px;
    right: 56px;
    display: flex;
    justify-content: space-between;
}

.home_slider_item_title {
    font-weight: 800;
    font-size: 72px;
    line-height: 111%;
    color: #2B2B2B;
}

.home_slider_item_subtitle {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    color: #8FA18A;
    padding-top: 10px;
}

.home_slider_item_txt_bottom {
    position: absolute;
    left: 63px;
    bottom: 58px;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    color: #8FA18A;
}

.home_slider_item_2 .home_slider_item_txt_bottom,
.home_slider_item_2 .home_slider_item_subtitle {
    color: #B88E78;
}

.product_section {
    margin: 80px 0;
}

.heading-title-module span {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #171615;
}

.heading-title-module {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-slider .product_item {
    width: 400px;
    min-width: 400px;
    margin-right: 20px;
    border-radius: 16px;
    padding: 4px 4px 16px;
    overflow: hidden;
}

.featured-slider .product_item .img-responsive {
    width: 100%;
}

.featured-slider-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.featured-slider-nav button {
    padding: 0;
    border: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    background: #E9E2D8;
    transition: 0.3s;
    border: 1px solid transparent;
}

.featured-slider-nav button:hover {
    background: #f3ede5;
    border: 1px solid #B88E78;
}

.product-title-row {
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.product-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

a.product-title-block {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 0;
    color: #2B2B2B;
}

.product-title-row .wishlist-btn {
    background: transparent;
    border: unset;
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-size-range {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}

.product-meta-row {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-tag {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}

.prices-block {
    margin-top: 5px;
}

.price-product {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #2B2B2B;
}

.product_bottom {
    padding: 0 8px;
}

.two_banners {
    padding: 80px 0;
}

.two_banners_wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.two_banners_item {
    display: block;
}

.two_banners_item img {
    width: 100%;
}



.fhb-wrap {
    margin: 80px 0;
    background: #f5f2ee;
}

.fhb-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    min-height: 500px;
    padding: 50px 80px;
    gap: 80px;

}

.fhb-media {
    position: relative;
    background: #f0ece8;
    overflow: hidden;
    flex-basis: 42%;
    min-width: 42%;
    border-radius: 30px;
    aspect-ratio: 1 / 1.35;
}

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

.fhb-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fhb-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.fhb-title {
    color: #2B2B2B;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    margin: 0;
    transition: 0.3s;
}

.fhb-title:hover {
    color: #A8B5A2;
}

.fhb-wish {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    transition: transform 0.2s;
}

.fhb-wish:hover {
    transform: scale(1.15);
}

.fhb-wish svg path {
    transition: fill 0.2s, stroke 0.2s;
}

.fhb-wish.is-active svg path {
    fill: #8FA18A;
    stroke: #8FA18A;
}


.fhb-attrs {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.fhb-attr-item {
    display: flex;
    flex-direction: column;
}

.fhb-attr-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #7b7b7b;
    margin-bottom: 8px;
}

.fhb-attr-val {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
}

.fhb-price-row {
    margin-bottom: 40px;
}

.fhb-price {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
}

.fhb-cart-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.fhb-btn-cart {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2B2B2B;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    height: 48px;
    padding: 0 20px;
    cursor: pointer;
    letter-spacing: 0;
    white-space: nowrap;
    transition: background 0.18s;
    gap: 4px;
}

.fhb-btn-cart:hover {
    background: #333;
}

.fhb-btn-cart:active {
    background: #000;
}

.fhb-btn-cart:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.fhb-qty,
.number-spinner {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.fhb-qty-btn,
.input-group-btn button {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    transition: color 0.15s, background 0.15s;
    padding: 0;
}

.input-group-btn button:focus,
.input-group-btn button:active,
.input-group-btn button:focus-visible {
    border: unset;
    outline: unset !important;
    box-shadow: unset;
    background: transparent !important;
}

.input-group-btn {
    width: 48px;
    height: 48px;
    display: block;
}

.fhb-qty-btn:hover {
    color: #1a1a1a;
    background: #f0f0f0;
}

.fhb-qty-val,
.number-spinner input {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    min-width: 20px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: unset;
    border: unset;
    background: transparent;
    padding: 0;
}

.number-spinner input {
    padding-bottom: 4px;
}

.fhb-out-of-stock {
    font-size: 14px;
    color: #e55;
    margin-bottom: 20px;
}

.radio-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.radio-option-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-option-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.radio-option-label {
    font-size: 16px;
    color: #2B2B2B;
    cursor: pointer;
}

.fhb-detail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
    text-decoration: none;
    transition: color 0.15s;
}

.fhb-detail-link svg {
    position: relative;
    top: 2px;
    transition: 0.4s;
}

.fhb-detail-link:hover svg {
    translate: 4px 0;
}

.fhb-detail-link:hover {
    color: #1a1a1a;
}


.seo_home {
    margin: 120px 0 200px;
}

.seo_home_wrapper {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}

.seo_home_title {
    margin-top: 0;
    margin-bottom: 32px;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    text-align: center;
    color: #2B2B2B;
}

.seo_home_txt p {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #2B2B2B;
    margin-bottom: 40px;
}

.seo_home_link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    translate: -50% 0;
    border-radius: 4px;
    height: 48px;
    padding: 0 20px 3px;
    background: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: 0.3s;
}

.seo_home_link:hover {
    background: #505050;
    color: #fff;
}









.home-categories {
    padding: 40px 0 60px;
}

.home-categories__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.home-categories__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #171615;
    margin: 0;
}

.home-categories__tabs {
    display: flex;
    gap: 24px;
}

.home-categories__tab {
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 8px;
    color: #A8A29E;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
}

.home-categories__tab.active {
    color: #2B2B2B;
    border-bottom-color: #2B2B2B;
    font-weight: 600;
}

/* Panels */
.home-categories__panel {
    display: none;
}

.home-categories__panel.active {
    display: block;
}

/* Grid */
.home-categories__grid {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
}

/* Card */
.home-cat-card {
    text-decoration: none;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 160px;
    flex-shrink: 0;
    margin-right: 25px;
    width: 200px;
}

.home-cat-card:focus {
    border: unset;
    outline: unset;
}

.home-cat-card__img-wrap {
    border-radius: 16px;
    overflow: hidden;
    background: #f2f0eb;
    margin-bottom: 8px;
}

.home-cat-card__img-wrap img {
    width: 200px;
    min-width: 200px;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.home-cat-card:hover .home-cat-card__img-wrap img {
    transform: scale(1.04);
}

.home-cat-card__no-img {
    width: 100%;
    height: 100%;
    height: 200px;
    background: #e8e5df;
}

.home-cat-card__name {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    color: #2B2B2B;
}

.home-instagram {
    padding: 80px 0;
    background: #fff;
}

.home_instagram_title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #171615;
}

.home_instagram_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.home_instagram_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 4px;
    height: 48px;
    padding: 0 20px;
    background: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.home_instagram_item {
    margin-right: 24px;
    width: 300px;
    min-width: 300px;
}

.home_instagram_item img {
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    border-radius: 16px;
    object-fit: cover;
}

.home-instagram__slider {
    padding-left: calc((100vw - 1560px) / 2 + 5px);
}

footer {
    padding: 72px 0;
    background: #2B2B2B;
}

.footer_top {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer_logo img {
    filter: invert(1) brightness(11);
    width: 190px;
}

.footer_newsletter_inner {
    border-radius: 4px;
    background: #3A3A3A;
    border: 1px solid #4A4A4A;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 353px;
}

.footer_newsletter_inner input {
    height: 100%;
    background: transparent;
    border: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    width: 100%;
}

.footer_newsletter_inner input::placeholder {
    color: #CFCFCF;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.footer_newsletter_inner input:focus-visible {
    outline: none;
    border: none;
}

.footer_middle {
    gap: 15px;
}

.footer_col {
    flex: 1;
}

.footer_col_title {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #A8A29E;
    margin-bottom: 8px;
}

.footer_menu_item {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
    transition: 0.3s;
}

#common-success .success-summary,
#common-success .success-mobile-grid {
    display: none;
}

.footer_menu_item:hover {
    color: #8fa18a;
}

.footer_col_social .footer_col_title {
    text-align: end;
}

.footer_social {
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.footer_social a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 48px;
    height: 48px;
}

.fhb-options .form-group {
    margin-bottom: 24px;
}

.fhb_options_input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.radio-option-item-home {
    border: 1px solid #E9E2D8;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 40px;
    transition: 0.3s;
    position: relative;
}

.radio-option-item-home:hover,
.radio-option-item-home:has(input:checked) {
    background: #F1F3F0;
}

.radio-option-item-home label {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #6B6B6B;
    margin: 0;
    transition: 0.3s;
    position: relative;
    bottom: 1px;
}

.radio-option-item-home:hover label,
.radio-option-item-home:has(input:checked) label {
    color: #2B2B2B;
}

.radio-option-item-home-color {
    border-radius: 4px;
    width: 16px;
    height: 16px;
}

.radio-option-item-home-color.fiolet {
    background: #846698;
}

.radio-option-item-home-color.lightyellow {
    background: #ece5b4;
}

.radio-option-item-home-color.gray {
    background: #ccc;
}


/* CATEGORY */

.container-cat {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 60px;
}

.category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 40px;
}

.category-title {
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    color: #1c1c1c;
    margin-top: 0;
    margin-bottom: 0;
}

.category-breadcrumb {
    margin-bottom: 80px;
}

.breadcrumb_list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 6px;
}

.breadcrumb_list * {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}

.breadcrumb_list li {
    display: inline-flex;
}

.breadcrumb_list a {
    color: #8b8b8b;
    text-decoration: none;
}

.breadcrumb_list .crumb-sep {
    color: #8b8b8b;
}

/* Sort + filter */
.sort_wrapper {
    display: flex;
    align-items: center;
}

.flex-btn-ocfilter {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header_logo {
    height: 20px;
    display: flex;
    align-items: center;
}

.header_logo a {
    height: 100%;
    display: flex;
    align-items: center;
}

.form-input-group-block {
    position: relative;
}

.select-sort {
    position: relative;
}

.name-sort {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    height: 48px;
    border: 1px solid #E9E2D8;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.arrow-down {
    display: inline-flex;
    align-items: center;
    transition: transform .2s;
}

.dropdown-select {
    display: none;
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    background: #fff;
    border: 1px solid #d8d6cf;
    border-radius: 5px;
    min-width: 100%;
    z-index: 20;
    overflow: hidden;
    box-shadow: 0 12px 20px 0 #EAEAE3;

}

.dropdown-select.show {
    display: block;
}

.item-select {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
}

.item-select:hover {
    background: #f3f1ea;
}

.item-select.selected-block {
    font-weight: 600;
    background: #f3f1ea;
}

.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: unset;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

/* Grid */
.product_wrapper_cat {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.product_item {
    display: flex;
}

.product-thumb {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-image-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f1efe8;
}

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

.wish-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    background: transparent;
    padding: 0;
}

.wish-btn.is-active svg path {
    fill: #8FA18A;
}

.product-meta-row-title,
.product-meta-row-title span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
    display: inline;
}

.product-meta-row-r span {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}


.product-title-block a {
    color: #2B2B2B;
    text-decoration: none;

    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
}

.product-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 14px;
    color: #6f6f6f;
}

.text-tags {
    text-align: right;
}

.price-row {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

.price-old {
    text-decoration: line-through;
    color: #b0b0b0;
    font-weight: 400;
    margin-left: 8px;
}

.price-new {
    color: #c0392b;
}

/* Responsive */
@media (max-width: 991px) {
    .product_wrapper_cat {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* CATEGORY END */







/* PRODUCT PAGE */

/* ===== GALLERY ===== */
.product-gallery {
    display: flex;
    gap: 16px;
    width: 100%;
}

.gallery-thumbs-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 120px;
    flex-shrink: 0;
}

.gallery-thumb-item img {
    border-radius: 16px;
    cursor: pointer;
    width: 120px;
    height: 160px !important;
    border: 1px solid transparent;
    transition: 0.3s;
}

.gallery-thumb-item {
    padding-bottom: 16px;
}

.gallery-thumb-item.slick-current img {
    border: 1px solid #B88E78 !important;
    /* margin-bottom: 0 !important; */
}




.gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.gallery-thumbs-slider .slick-list {
    height: 100%;
}

.gallery-thumbs-slider .slick-track {
    display: block;
}

.thumbs-arrow {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #E9E2D8;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.3s;
}

.gallery-popup-link {
    cursor: url('/image/catalog/icons/mouse-zoom.svg'), zoom-in;
}

img.mfp-img {
    height: 90vh !important;
    padding: 0 !important;
    border-radius: 25px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: -35px !important;
}

.mfp-bottom-bar {
    display: none !important;
}

.thumbs-arrow:hover {
    background: #E0D9CF;
}

.thumbs-arrow svg {
    width: 20px;
    height: 20px;
}

.slick-vertical .slick-slide {
    display: block;
}

.gallery-main-col {
    position: relative;
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    background: #f1efe8;
}

.gallery-main-slider {
    width: 100%;
}

.gallery-main-slide img {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.gallery-zoom-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}


/* ===== PRODUCT INFO ===== */
.flex-row-thumb {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.thumb-flex {
    width: 50%;
}

.desc-flex {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flex-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}

.product-title {
    color: #2B2B2B;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    margin-top: 0;
    margin-bottom: 0;
}


.wish-btn-product {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
}

.wish-btn-product.is-active svg path {
    fill: #8FA18A;
}

.option-label {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
}

.flex-row-option {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.color-option-item {
    cursor: pointer;
    border-radius: 16px;
    height: 40px;
    border: 1px solid #E9E2D8;
    padding: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 8px;
}

.color-option-item-check {
    transition: 0.3s;
    display: none;
}

.color-option-item input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.color-option-label {
    position: relative;
    bottom: 2px;
}

.color-option-item:has(input:checked) .color-option-item-check {
    display: block;
}

.color-swatch {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 3px;
}

.color-swatch.fiolet {
    background: #846698;
}

.color-swatch.lightyellow {
    background: #ece5b4;
}

.color-swatch.gray {
    background: #C9C9C9;
}

/* attribute row: Стать / Розмір / Зріст */
.product-attrs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.form-group-prod {
    margin-bottom: 24px;
}

.bundle-card-body .color-option-item {
    background: #fff;
}

.bundle-card-body .color-option-item:has(input:checked) {
    border: 1px solid #C5B7AB;
    background: #F6F0ED;
}

.bundle-card-body .color-option-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}

.bundle-card-body .color-option-item:has(input:checked) .color-option-label {
    color: #2B2B2B;
}

.attr-label {
    font-size: 13px;
    color: #8b8b8b;
    margin-bottom: 4px;
}

.attr-value {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
}

/* price */
.product_price_wrapper {
    margin-bottom: 40px;
}

.price-text {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
}

.grn-text {
    font-size: 18px;
    font-weight: 500;
}

.price-text-old {
    text-decoration: line-through;
    color: #b0b0b0;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}

.special-text {
    font-size: 28px;
    font-weight: 600;
    color: #c0392b;
}

/* add to cart row */
.flex-input-block.product_btns {
    gap: 14px;
    align-items: stretch;
    margin-bottom: 40px;
}

#button-cart {
    flex: 1;
    background: #2B2B2B;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 0 24px;
    cursor: pointer;
    transition: .3s;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3px;
}

#button-cart:hover {
    background: #333;
}

#button-cart.disabled-button {
    background: #d8d6cf;
    cursor: not-allowed;
}


.number-spinner .btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}



/* size guide link */
.size-guide-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 16px;
    gap: 8px;
    background: transparent;
    border: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
    max-width: 200px;
    margin: 24px 0;
}

.size-guide-link.inline-link {
    margin: 0 auto 0 16px;
    text-decoration: underline;
    font-size: 14px;
}

/* info blocks: delivery / payment */


.info-block-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    margin-top: 0;
    margin-bottom: 24px;
    color: #2B2B2B;
}

.info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 24px;
}

.info-row-left-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.info-row-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-row-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
}

.info-row-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}

.info-row-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #2B2B2B;
}

.payment-icons {
    display: flex;
    gap: 8px;
}

.payment-icons img {
    height: 32px;
}



.similar_prod_title {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 24px;
    color: #1c1c1c;
}

.similar_products_wrapper {
    display: flex;
    gap: 24px;
}

.similar_product {
    flex: 1;
}

.similar_products .product-title-row {
    margin-top: 10px;
}

/* bundle card */
.bundle-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #E9E2D8;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    position: sticky;
    top: 105px;
}

.bundle-card-image {
    border-radius: 16px;
    overflow: hidden;
    height: 250px;
}

.bundle-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bundle-card-body {
    display: flex;
    flex-direction: column;
}

.bundle-card-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
    margin-bottom: 24px;
    margin-top: 0;
}

.bundle-color-row {
    margin-bottom: auto;
}



.bundle-price-row {
    margin: 24px 0;
    font-size: 24px;
    font-weight: 600;
}

.bundle-price-row .price-product {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
}

.bundle-cart-row {
    gap: 24px;
    align-items: stretch;
}

.bundle-add-cart {
    flex: 1;
    background: #2B2B2B;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.bundle-add-cart:hover {
    background: #494949;
}

.bundle-quantity {
    width: 28px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

/* ===== ACCORDION ===== */
.product-accordion {
    margin-top: 80px;
    width: 100%;
}



.accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 22px 0;
    cursor: pointer;
    text-align: left;
}

.accordion-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
}

.accordion-arrow {
    flex-shrink: 0;
    transition: transform .25s;
}

.accordion-item.open svg {
    rotate: 180deg;
}

.accordion-item svg {
    transition: 0.3s;
}

.accordion-item.open .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-body {
    display: none;
    padding: 0 0 22px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #4a4a4a;
}

.inside-description p {
    margin: 0 0 10px;
}

/* size table */
.size-table {
    width: 100%;
    border-collapse: collapse;
}

.size-table th {
    background: #f1efe8;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    color: #6f6f6f;
    padding: 12px 16px;
}

.size-table th:first-child,
.size-table td:first-child {
    border-radius: 0;
}

.size-table td {
    padding: 12px 16px;
    font-size: 15px;
    border-bottom: 1px solid #ebe9e2;
    color: #1c1c1c;
}

/* ===== RECOMMENDED ===== */
.recommended_section {
    margin-top: 80px;
}

.recommended_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.recommended_arrows {
    display: flex;
    gap: 10px;
}

.rec-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #d8d6cf;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.recommended_wrapper .product_item {
    padding: 0 12px;
}

.recommended_wrapper.slick-initialized {
    margin: 0 -12px;
}

.recommended_wrapper .slick-track {
    display: flex;
}

.recommended_wrapper .slick-slide {
    height: auto;
}

/* PRODUCT PAGE END */



#product-category #column-left {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 566px;
    background: #2B2B2B;
    z-index: 2000;
    padding: 0 30px;
    height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
    translate: 110% 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

#product-category #column-left.show_filter {
    translate: 0 0;
    opacity: 1;
    visibility: visible;
}

#product-category #column-left::-webkit-scrollbar-thumb {
    background-color: #fff;
    outline: transparent;
    border-radius: 50px;

}

#product-category #column-left::-webkit-scrollbar {
    width: 8px;
    height: 13px;
    border-radius: 50px;
}

.list-group-item {
    background: transparent !important;
    border: unset !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.close_filter_desk {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
    cursor: pointer;
}


.noUi-pips.noUi-pips-horizontal {
    display: none;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

.noUi-connect {
    background: #B8C6B2 !important;
    box-shadow: unset !important;
}

.noUi-horizontal {
    height: 8px !important;
}

.noUi-background {
    background: #3a3a3a !important;
    border: unset !important;
    box-shadow: unset !important;
}

.noUi-horizontal .noUi-handle {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #D2E0CC !important;
    box-shadow: unset !important;
    top: -8px !important;
}

.ocf-option-name,
.ocf-option-name-price-title {
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 133%;
    color: #fff;
    margin-bottom: 16px;
}

.ocf-option-name-price-title {
    margin-bottom: 20px;
}

#column-left .scale {
    margin-bottom: 14px;
}

.form-inline .form-control {
    background: transparent !important;
    border: unset !important;
    box-shadow: unset !important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    padding: 0 !important;
    height: 24px !important;
    margin-top: -10px;
    width: auto !important;
}

.form-inline.flex-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 9px;
}

#max-price-value {
    text-align: end;
}

.list-group-widget {
    display: flex;
    flex-direction: column;
}

.price-block-option {
    order: 1;
}

.ocfilter-option label {
    margin-bottom: 0 !important;
}

.ocfilter-option,
.list-group-item:last-child {
    margin-bottom: 24px !important;
}

.ocfilter-option:not(:has(#scale-price)) .ocf-option-values {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.ocfilter-option:not(:has(#scale-price)) .ocf-option-values label {
    position: relative;
    align-items: center;
    border-radius: 16px;
    padding: 0 16px;
    height: 40px;
    border: 1px solid #8A8A8A;
}

.name-option {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #CFCFCF;
    position: relative;
}

.ocfilter-option:not(:has(#scale-price)) .ocf-option-values input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    cursor: pointer;
}

.ocfilter-option label {
    display: flex !important;
    width: auto !important;
}

.ocfilter-option label.disabled {
    opacity: 0.5;
    cursor: auto;
}

.ocf-option-values .custom-check {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-right: 11px;
    display: none;
}

.ocfilter-option label:has(input:checked) .custom-check {
    display: block;
}

.ocfilter-option label:has(input:checked) {
    border: 1px solid #fff !important;
}

#ocfilter .ocfilter-option-popover {
    display: none !important;
}

.list-group-item.selected-options button.btn-block {
    display: none !important;
}

.list-group-item.selected-options .ocfilter-option {
    margin-bottom: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.list-group-item.selected-options button {
    background: transparent !important;
    border: unset !important;
    padding: 0 !important;
}

.list-group-item.selected-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.list-group-item.selected-options .del-block {
    margin-left: 3px;
    rotate: 45deg;
    display: inline-block;
}

.filter_bottom_wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 24px;
}

.filter_bottom_wrapper #ocfilter-button,
.filter_bottom_wrapper>button {
    flex: 1;
    background: transparent !important;
    box-shadow: unset !important;
    border: unset !important;
}

.filter_bottom_wrapper #ocfilter-button button {
    width: 100% !important;
    height: auto !important;
    background: transparent !important;
    border: unset !important;
    border-radius: unset !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150%;
    color: #D2E0CC;
}


.reset_filter_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.ocf-option-values label[id^="v-16"] .name-option::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    margin-left: 8px;
    position: relative;
    top: 2px;
}

.ocf-option-values label#v-1664 .name-option::after {
    background: #846698;
}

.ocf-option-values label#v-1665 .name-option::after {
    background: #ece5b4;
}

.filter_overlay {
    position: fixed;
    inset: 0;
    background: rgba(43, 43, 43, 0.4);
    z-index: 1999;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.filter_overlay.show_filter {
    opacity: 1;
    visibility: visible;
}

#product-category {
    margin-bottom: 100px;
}




.overlay_menu {
    position: fixed;
    inset: 0;
    background: rgba(43, 43, 43, 0.4);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2999;
}

.overlay_menu.show_menu {
    opacity: 1;
    visibility: visible;
}

.header_search_mob {
    display: none;
}

.menu_wrapper_fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    background: #2B2B2B;
    padding: 50px;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    translate: 110% 0;
}

.menu_wrapper_fixed.show_menu {
    translate: 0 0;
    opacity: 1;
    visibility: visible;
}

.menu_wrapper_fixed_close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    cursor: pointer;
}

.menu_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.menu_wrapper_fixed .mega-menu-logo {
    position: relative;
    left: 50%;
    translate: -50% 0;
    z-index: 12;
    width: 127px;
    filter: invert(1) brightness(11);
    padding: 0;
    margin-top: auto;
}

#menu {
    margin: 0 !important;
    position: unset !important;
    min-height: unset !important;
    margin-bottom: 50px !important;
}

/* === Mega menu wrapper === */
.mega-menu-wrapper {
    background-color: #2b2b2b;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-top: unset !important;
    box-shadow: unset !important;
}

/* Font */
.mega-menu-wrapper,
.mega-menu-wrapper * {
    font-family: 'NAMU', sans-serif;
    font-weight: 800;
}

/* === Tabs === */
.mega-menu-tabs {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.mega-menu-tab {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #a8a29e;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: color .2s, border-color .2s;
}

.mega-menu-tab.active,
.mega-menu-tab:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

/* === Panels === */
.mega-menu-panels {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul .mega-menu-panel {
    display: none;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.mega-menu-panel.active {
    display: flex;
}

.subcategory-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* === Subcategory level 2 (with toggle / dividers) === */
.subcategory-toggle,
.subcategory-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

.subcategory-toggle:hover,
.subcategory-link:hover {
    color: #A8B5A2;
}

/* Divider lines around toggle text */
.subcategory-item.has-children .subcategory-toggle {
    width: 100%;
}

.subcategory-item.has-children .subcategory-toggle::before,
.subcategory-item.has-children .subcategory-toggle::after {
    content: '';
    flex: 1 0 0;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
    opacity: 0;
}

.subcategory-item:has(.open) .subcategory-toggle::before,
.subcategory-item:has(.open) .subcategory-toggle::after {
    opacity: 1;
}

/* === Sub-subcategory list (level 3) === */
.sub-subcategory-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;

    max-height: 0;
    overflow: hidden;
    transition: .3s ease;
}



.sub-subcategory-list.open {
    max-height: 1000px;
    margin-top: 15px;
}

.sub-subcategory-list li a,
.sub-subcategory-list li.view-all a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

/* "Дивитись всі" — white, regular position */
.sub-subcategory-list li.view-all a {
    color: #ffffff;
}

/* Other level-3 items — sage green with left padding */
.sub-subcategory-list li:not(.view-all) a {
    color: #8fa18a;
}

/* === Standalone top-level categories (no children) === */
.standalone-category {
    text-align: center;
    list-style: none;
}

.standalone-category>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

/* === Badge labels (Special / Legami) === */
.badge-label {
    font-size: 10px;
    line-height: 24px;
    text-transform: none;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 0 6px;
}

/* === Logo === */
.mega-menu-logo {
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding: 24px 0 0;
}

.mega-menu-logo img {
    width: 160px;
    height: auto;
}

/* === Pod menu (mobile footer links) === */
.menu-after-menu .pod-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.menu-after-menu .pod-menu a {
    color: #a8a29e;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.footer_newsletter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer_form_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 48px;
    background: #fff;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
    border: unset;
}

.fhb-btn-cart-i {
    display: none;
}

.home_slider_item_img_mob {
    display: none !important;
}

.price-block-option .ocf-option-name,
.price-block-option .form-group {
    margin-bottom: 0;
}

.form-inline .form-control {
    margin-top: 0;
}

#product-product {
    margin-top: 48px;
}

.flex-row-thumb-prod {
    height: 80vh;
}

.productpage_bottom_info {
    display: flex;
    gap: 80px;
}

.productpage_bottom_info_left {
    flex-basis: 60%;
}

.bundle-card-wrapper {
    flex-basis: 40%;
}

.similar_prod_title {
    margin: 80px 0;
}

body:has(#product-product) #column-right {
    width: 100% !important;
    float: unset !important;
    display: block !important;
    padding: 0 !important;
    background: #fff;
}

body:has(#product-product) #column-right .product_section {
    padding-top: 80px;
    margin-bottom: 0;
    padding-bottom: 80px;
}



.shoping-cart {
    border-radius: 8px;
    padding: 40px 32px;
    max-width: 566px;
    width: 100%;
    background: #F7F4EF;
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -30%;
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}


.shoping-cart.showCart,
.cart_block:has(.open) .shoping-cart {
    opacity: 1;
    visibility: visible;
    translate: -50% -50%;
}

.shoping-cart:has(.cart-popup-empty) .shoping-cart-title,
.shoping-cart:has(.cart-popup-empty) .shoping-cart-subtitle {
    display: none;
}

.shoping-cart:has(.cart-popup-empty) .shoping-cart-body {
    margin-top: 0;
}

.close-cart {
    background: transparent;
    border: unset;
    padding: 0;
    margin: 0;
    position: relative;
    left: 50%;
    translate: -50% 0;
    margin-bottom: 40px;
}

.cart-popup-empty-title {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
    margin-bottom: 8px;
}

.cart-popup-empty-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    display: block;
    color: #2B2B2B;
    margin-bottom: 40px;
}

.cart-popup-empty-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 0 15px;
    height: 48px;
    background: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: 0.3s;
}

.cart-popup-empty-link:hover {
    color: #fff;
    background: #303130;
}

.shoping-cart-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
    margin-bottom: 8px;
    text-align: center;
    display: block;
}

.shoping-cart-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    display: block;
    color: #2B2B2B;

}

.shoping-cart-body {
    margin-top: 40px;
}

.shoping-cart-item {
    border-radius: 16px;
    padding: 24px;
    background: #E9E2D8;
    margin-bottom: 15px;
    display: flex;
    gap: 32px;
}

.shoping-cart-item__image img {
    width: 152px;
    aspect-ratio: 1/1;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

.shoping-cart-item__name {
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #2B2B2B;
    margin-bottom: 24px;
    display: block;
}

.shoping-cart-item__price {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    color: #2B2B2B;
    margin-bottom: 24px;
}

.shoping-cart-item__qty button {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: unset;
}

.shoping-cart-item__qty {
    display: flex;
    align-items: center;
}

.shoping-cart-item__qty input {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    border: unset;
    box-shadow: unset;
    padding-bottom: 4px;
}

.shoping-cart-item__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shoping-cart-item__remove {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: unset;
}

.shoping-cart-item__info {
    width: 100%;
}

.shoping-cart-footer .btn-checkout,
.link-continue-cart {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 48px;
    background: #2B2B2B;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-top: 40px;
    transition: 0.3s;
}

.link-continue-cart {
    background: transparent;
    color: #2B2B2B;
    margin-top: 16px;
    cursor: pointer;
    border: 1px solid transparent;
}

.link-continue-cart:hover {
    border: 1px solid #2B2B2B;
}

.shoping-cart-products.lot {
    height: 330px;
    overflow: auto;
}

.overlay-cart {
    position: fixed;
    inset: 0;
    z-index: 2999;
    transition: 0.3s;
    background: rgba(43, 43, 43, 0.4);
    opacity: 0;
    visibility: hidden;
}

body:has(.shoping-cart.showCart) .overlay-cart,
.cart_block:has(.open) .overlay-cart {
    opacity: 1;
    visibility: visible;
}

.sum-prod {
    display: none;
}

/* Wishlist Page Styles */
#account-wishlist .wish-list-block {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
}

#account-wishlist .form-account-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
    margin-bottom: 24px;
}

.wishlist-empty {
    text-align: center;
    padding: 60px 24px;
    background: #fff;
    border-radius: 16px;
}

.wishlist-empty-text {
    font-size: 18px;
    color: #6B6B6B;
    margin-bottom: 24px;
}

.wishlist-empty .btn {
    background: #2B2B2B;
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
}

.wishlist-empty .btn:hover {
    background: #333;
}

.button_cart_mob {
    display: none;
}








.checkout-redesign {
    margin-top: 48px;
    padding: 0 0 70px;
    background: #f7f4ef;
    color: #2b2b2b;
}

.checkout-redesign .checkout-container {
    max-width: 1430px;
}

.checkout-head {
    margin-bottom: 40px;
}

.checkout-redesign .title-page-checkout {
    margin: 0 0 24px;
    font-size: 48px;
    color: #2b2b2b;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
}

.checkout-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    color: #777;
    font-size: 14px;
}

.checkout-breadcrumbs a {
    color: #777;
}

.checkout-breadcrumbs-sep {
    color: #999;
}

.checkout-layout {
    display: flex;
    gap: 40px;
}

.checkout-main {
    min-width: 0;
    flex-basis: 55%;
}

.checkout-login-row {
    margin-bottom: 40px;
}

.checkout-login-btn {
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    background: transparent;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 46px;
    transition: 0.3s;
}

.checkout-login-btn:hover {
    border: 1px solid #2b2b2b;
    color: #fff;
    background: #2b2b2b;
}

.checkout-profile {
    display: flex;
    flex-direction: column;
    gap: 54px;
}

.checkout-block {
    position: relative;
}

.checkout-redesign .checkout-profile-title {
    margin-bottom: 24px;
    color: #2b2b2b;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
}

.checkout-block-subtitle {
    margin-top: -12px;
    margin-bottom: 24px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.35;
}

.checkout-profile-user-fields,
.checkout-address-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
}

.checkout-field {
    position: relative;
    display: block;
    margin: 0;
}

.checkout-field input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 48px;
    border: 1px solid #e5ded4;
    border-radius: 4px;
    background: transparent;
    color: #2b2b2b;
    font-size: 15px;
    outline: none;
    transition: border-color .2s ease, background-color .2s ease;
}

.checkout-register-checkbox-custom {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #2B2B2B;
    position: relative;
    transition: 0.3s;
}

.checkout-register-checkbox-custom svg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    transition: 0.3s;
    opacity: 0;
}

.checkout-register-checkbox:has(input:checked) svg,
.checkout-submit-confirm-label .checkout-checkbox:has(input:checked) svg {
    opacity: 1;
}

.checkout-submit-confirm-label .checkout-checkbox {
    position: relative;
    align-items: center;
}

.checkout-submit-confirm-label .checkout-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.checkout-field input::placeholder {
    color: #777;
    opacity: 1;
}

.checkout-field input:focus {
    border-color: #2b2b2b;
    background: #fbf8f3;
}

.checkout-field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 1;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    color: #2b2b2b;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkout-field-icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.checkout-checkbox {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 0;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 1.35;
    cursor: pointer;
}

.checkout-checkbox input {
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    flex: 0 0 18px;
    accent-color: #2b2b2b;
}

.checkout-register-checkbox {
    margin-top: 36px;
    position: relative;
}

.checkout-register-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.checkout-redesign .check-validate {
    display: none;
}

.checkout-method-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    max-width: 780px;
}

.checkout-method-item {
    margin: 0;
}

.checkout-method-item label {
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding-left: 48px;
    position: relative;
    margin-bottom: 24px;
}

.checkout-method-item label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.checkout-method-content-custom {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    border-radius: 50%;
    border: 1px solid #2B2B2B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-method-item input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 3px 0 0;
    accent-color: #2b2b2b;
}

.checkout-method-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.checkout-payment-list .checkout-method-content {
    grid-template-columns: minmax(0, 1fr);
}

.checkout-method-icon {
    display: flex;
    width: 26px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
}

.checkout-payment-list .checkout-method-icon {
    display: none;
}

.checkout-method-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.checkout-method-text {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #2b2b2b;
}

.checkout-method-content-custom:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8FA18A;
    opacity: 0;
}

.checkout-method-item label:has(input:checked) .checkout-method-content-custom {
    border: 1px solid #8FA18A;
}

.checkout-method-item label:has(input:checked) .checkout-method-content-custom:before {
    opacity: 1;
}

.checkout-method-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.checkout-method-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #6B6B6B;
}

.checkout-method-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
    text-align: right;
    min-width: 110px;
}

.checkout-method-content-l {
    display: flex;
    align-items: center;
    gap: 20px;
}

.checkout-card-icons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.checkout-card-icons img {
    width: 58px;
    height: 30px;
    padding: 0;
    border-radius: 4px;
    object-fit: contain;
}

.checkout-redesign .shipping_pay_text {
    margin-top: 10px;
    color: #8ea181;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
}

.comment-block.checkout-block {
    display: none;
}

.checkout-method-item:has(input.payment-method-item-none) {
    display: none;
}

.checkout-redesign .doptxt_style,
.checkout-redesign .bank-details-block {
    display: none;
    max-width: 705px;
    margin-top: 24px;
}

.checkout-redesign .doptxt_style label,
.inside-comment-block label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}

.checkout-redesign textarea {
    width: 100%;
    min-height: 110px;
    padding: 14px 16px;
    border: 1px solid #e5ded4;
    border-radius: 4px;
    background: transparent;
    resize: vertical;
    outline: none;
}

.checkout-address-block {
    display: flex;
    flex-direction: column;
}

.checkout-address-grid .text-for-delivery {
    position: absolute;
    left: 48px;
    top: 50%;
    z-index: 1;
    color: #777;
    font-size: 15px;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkout-address-grid .text-for-delivery-addr {
    display: none;
}

.checkout-address-grid .address_np {
    color: transparent;
}

.checkout-address-grid .address_np:focus,
.checkout-address-grid .address_np:not(:placeholder-shown) {
    color: #2b2b2b;
}

.checkout-address-grid .address_np:focus~.text-for-delivery,
.checkout-address-grid .address_np:not(:placeholder-shown)~.text-for-delivery {
    display: none;
}

.checkout-field {
    position: relative;
}

.np-autocomplete {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    margin: 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e5ded4;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(43, 43, 43, 0.12);
    max-height: 240px;
    overflow-y: auto;
}

.np-autocomplete li {
    padding: 8px 16px;
    font-size: 14px;
    color: #2b2b2b;
    cursor: pointer;
    transition: background-color .15s ease;
}

.np-autocomplete li:hover {
    background: #fbf8f3;
}

.comment-block {
    max-width: 705px;
}

.wrapper-cart-checkout-conteiner {
    flex-basis: 45%;
}

.wrapper-cart-checkout {
    background: #e7e0d7;
    position: sticky;
    top: 124px;
    border-radius: 16px;
    padding: 24px 40px;
}

.checkout-cart-products-loop {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.checkout-cart-product-item {
    display: flex;
    width: 100%;
    gap: 24px;
    align-items: start;
}

.checkout-cart-product-item-r {
    width: 100%;
    padding-top: 8px;
}

.checkout-cart-product-item-r-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-cart-product-item-r-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.checkout-cart-product-item-image a,
.checkout-cart-product-item-image img {
    display: block;
}

.checkout-cart-product-item-image img {
    width: 106px;
    height: 106px;
    min-width: 106px;
    border-radius: 16px;
    object-fit: cover;
}


.checkout-cart-product-item-name-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
}

.checkout-cart-product-item-name small {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 13px;
}

.checkout__price-block {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: baseline;
}

.checkout-cart-product-item-r-b {
    margin-top: 20px;
}

.checkout-cart-product-item-price {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.2;
}

.checkout__old-price {
    color: #777;
    font-size: 14px;
}

.checkout-cart-actions {
    display: flex;
    min-height: 98px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.checkout-cart-remove {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bd8067;
    font-size: 20px;
    line-height: 1;
}

.quantity-checkout-cart {
    display: flex;
    align-items: center;
}

.quantity-checkout-cart button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: transparent;
    border: unset;
}

.quantity-checkout-cart input {
    width: 48px;
    text-align: center;
    background: transparent;
    border: unset;
}

.checkout-submit {
    margin-top: 28px;
}

.checkout-submit-title-summ {
    display: none;
}

.totals_order {
    display: none;
}

.submit-checkout-form {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: 4px;
    background: #2b2b2b;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    transition: background-color .2s ease;
}

.submit-checkout-form:hover,
.submit-checkout-form:focus {
    background: #111;
}

.checkout-submit-confirm-label {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
}

.checkout-agree-checkbox a {
    color: #2b2b2b;
    text-decoration: underline !important;
}

.error-input,
.checkout-field input.error-input {
    border-color: #b75f4a !important;
}

.checkout-checkbox.error-input {
    padding: 6px;
    border: 1px solid #b75f4a;
    border-radius: 4px;
}

.checkout-checkbox.checkout-agree-checkbox {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.success_reg_wrapper {
    height: 396px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title-success-page {
    margin-top: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    color: #2B2B2B;
    margin-bottom: 40px;
}

.desc-success-page {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #6B6B6B;
    margin-bottom: 40px;
}

.success-summary {
    width: 100%;
    max-width: 760px;
}

.success-summary thead {
    background: #E9E2D8;
}

.success-summary thead th {
    text-align: center;
}


.success-summary-table {
    width: 100%;
    border-collapse: collapse;
}

.success-summary-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.success-summary-table th,
.success-summary-table td {
    width: 33.333%;
}

.success-summary-table thead th {
    background: #e9e0d4;
    text-align: center;
    padding: 16px 20px;
    font-weight: 500;
}

.success-summary-table thead th:first-child {
    border-radius: 8px 0 0 0;
}

.success-summary-table thead th:last-child {
    border-radius: 0 8px 0 0;
}

.success-summary-table tbody td {
    padding: 20px;
    border-bottom: 1px solid #e0d8cb;
    word-wrap: break-word;
    text-align: center;
}

.success-summary-table tbody td:nth-child(2),
.success-summary-table tbody td:nth-child(3) {
    border-left: 1px solid #d8cfc0;
}

.success-mobile-grid {
    display: none;
}

#information-information {
    padding-top: 48px;
}


#information-information h1 {
    margin-top: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 24px;
}

#information-information .category-breadcrumb {
    margin-bottom: 40px;
}

.info-block h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
}

.info-block h3 {
    margin-top: 0;
}

.info-block p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
}

.info-block {
    margin-bottom: 40px;
}

.info-block p strong {
    font-weight: bold;
}

.info-item {
    margin-bottom: 8px;
}

.faq-accordion {
    max-width: 50%;
}

#information-information {
    min-height: 45vh;
}

#information-information img {
    width: 50%;
}

.faq-accordion {
    margin-bottom: 40px;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    color: #2c2c2c;
}

.faq-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    position: relative;
}

.faq-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
    transform: translate(-50%, -65%) rotate(45deg);
    transition: transform 0.25s ease;
}

.faq-question[aria-expanded="true"] .faq-icon::before {
    transform: translate(-50%, -35%) rotate(-135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 1.5;
    color: #5a5a5a;
}


@media (max-width: 1199px) {
    .checkout-layout {
        grid-template-columns: minmax(0, 1fr) 420px;
        gap: 36px;
    }

    .wrapper-cart-checkout {
        padding: 24px;
    }

    .checkout-cart-product-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 18px;
    }

    .checkout-cart-actions {
        grid-column: 1 / -1;
        min-height: 0;
        flex-direction: row-reverse;
        align-items: center;
    }
}



.login_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1998;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.login_popup_overlay.show_menu {
    opacity: 1;
    visibility: visible;
}

.login_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 92%;
    max-width: 566px;
    background: #F7F4EF;
    z-index: 1999;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    padding: 40px 32px;
}

.account_block button {
    padding: 0;
    border: unset;
    background: transparent;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_popup.show_menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.login_popup_close {
    width: 56px;
    height: 56px;
    margin: 14px auto 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.login_popup_title {
    text-align: center;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #2B2B2B;
}

.login_popup_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 24px;
    color: #2B2B2B;
}

.login_popup_tabs {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 24px;
}

.login_popup_tab {
    padding-bottom: 12px;
    color: #A8A29E;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
}

.login_popup_tab.active {
    color: #2B2B2B;
    border-bottom-color: #2B2B2B;
}

.login_popup_panel {
    display: none;
}

.login_popup_panel.active {
    display: block;
}

.login_popup_input_wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    height: 52px;
}

.login_popup_input_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 4px;
    background: #E9E2D8;
}

.login_popup_input {
    border: 1px solid #E9E2D8;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #2B2B2B;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    padding: 0px 16px;
}

.login_popup_input::placeholder {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.login_popup_input_eye {
    position: absolute;
    right: 14px;
    cursor: pointer;
    display: flex;
}

.login_popup_links {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin: 24px 0;
}

.login_popup_links a {
    color: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline !important;
    text-decoration-skip-ink: none;
    display: inline-block;
}

.login_popup_submit {
    width: 100%;
    height: 52px;
    background: #2B2B2B;
    color: #fff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 4px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

#loginPanelEmail .login_popup_input_wrap {
    margin-bottom: 16px;
}

.login_popup_submit:hover {
    background: #000;
}

.account-login-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
}

.account-login-block {
    margin-bottom: 48px;
}

.account-login-block_title {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    margin-top: 0;
    margin-bottom: 24px;
}

.account-login-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 17px;
}

.account-login-block .btn {
    margin-top: 16px;
}

.account-login-block button,
.account-login-block a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 4px;
    border: unset;
    background: #2B2B2B;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: 0.3s;
}

.account-login-block button:hover,
.account-login-block button:active,
.account-login-block button:focus,
.account-login-block a:hover {
    background: #454545;
    color: #fff;
    border: unset;
    outline: unset;
}

.title-success-form a {
    color: #8fa18a;
}

.text-danger {
    display: none;
}

.form-group:has(.text-danger) {
    border: 1px solid red;
}


.account-register-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 8px;
}

.account-register-block_title {
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.form-icon-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    border: unset;
    background: transparent;
    height: 48px;
    padding: 0 14px;
    margin-bottom: 16px;
    border: 2px solid #E9E2D8;
}

.form-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.form-icon-accent {
    color: #c98e6e;
}

.form-control-icon {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    color: #2B2B2B;
    width: 100%;
}

.form-control-icon::placeholder {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.account-register-password-block {
    margin-top: 40px;
}

.register_pass {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.password-field-wrap .form-control-icon {
    padding-right: 24px;
}

.password-eye-toggle {
    position: absolute;
    right: 14px;
    cursor: pointer;
    display: flex;
}

.generate-password-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #B88E78 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.generate-password-link:focus {
    outline: none;
    border: unset;
}



.register-submit-btn {
    background: #2B2B2B;
    color: #fff;
    border: none;
    height: 48px;
    padding: 0 32px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.register-submit-btn:hover {
    background: #000;
}

.account-register-submit-block {
    margin: 40px 0 24px;
}

.account-register-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2B2B2B;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.custom-checkbox-label input {
    display: none;
}

.custom-checkbox-box {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    flex-shrink: 0;
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-checkbox-label input:checked+.custom-checkbox-box {
    background: #7c9473;
    border-color: #7c9473;
}

.custom-checkbox-label input:checked+.custom-checkbox-box::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.account_title {
    font-weight: 800;
    font-size: 48px;
    line-height: 117%;
    margin-top: 0;
    margin-bottom: 24px;
}

.account-input-wrapper-pass input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #C4BBB0;
    border-radius: 10px;
    padding: 0 14px;
    height: 48px;
    background: transparent;
    margin-bottom: 14px;
    max-width: 353px;
}

.aacount_page_wrapper:has(.wishlist-empty) {
    justify-content: center;
}

.aacount_page_wrapper_l_w {
    width: 100%;
}

.password-btn-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #2B2B2B;
    border: unset;
    color: #fff;
    float: unset;
    margin-top: 14px;
    margin-bottom: 15px;
    height: 48px;
}

.account_container {
    padding-top: 48px;
}

.account_container .category-breadcrumb {
    margin-bottom: 40px;
}

.account_block_title {
    margin-top: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    margin-bottom: 24px;
}

.content_account {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.content_account>form {
    width: 55%;
}

.content_account_links {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.content_account_links a,
.content_account_links button {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B;
    background: transparent;
    border: unset;
}

.content_account_links a:focus,
.content_account_links button:focus {
    outline: unset;
    border: unset;
}

.forms_items_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 24px;
}

.form-group-reg {
    margin-bottom: 0;
}



#account-forgotten .recover-pass-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.content_account_l {
    width: 55%;
}


#account-forgotten .enter-form-title {
    font-size: 48px;
    font-weight: 600;
    color: #292723;
    margin: 0 0 16px;
    line-height: 1.1;
}

#account-forgotten .category-breadcrumb {
    margin-bottom: 40px;
}

#account-forgotten .breadcrumb_list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

#account-forgotten .breadcrumb_list li {
    display: inline-flex;
    align-items: center;
}

#account-forgotten .breadcrumb_list li a,
#account-forgotten .breadcrumb_list li span {
    color: #a39d90;
    font-size: 15px;
    text-decoration: none;
}

#account-forgotten .breadcrumb_list li a:hover {
    color: #292723;
}

#account-forgotten .breadcrumb-sep {
    color: #a39d90;
    margin: 0 8px;
    font-size: 15px;
}

#account-forgotten .alert {
    margin-bottom: 24px;
}

#account-forgotten .recover-pass-description {
    color: #2B2B2B;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}

#account-forgotten .form-group-recover {
    margin-bottom: 0;
}

#account-forgotten .recovery-input {
    position: relative;
    max-width: 420px;
}

#account-forgotten .recovery-input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #a39d90;
    display: flex;
    pointer-events: none;
}

#account-forgotten .form-control-recovery {
    width: 100%;
    height: 48px;
    padding: 0 18px 0 50px;
    border: 1px solid #E9E2D8;
    border-radius: 8px;
    background: transparent;
    font-size: 15px;
    color: #292723;
}

#account-forgotten .form-control-recovery::placeholder {
    color: #6B6B6B;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#account-forgotten .form-control-recovery:focus {
    outline: none;
    border-color: #292723;
}

#account-forgotten .instruction-text {
    font-size: 13px;
    color: #c0392b;
    margin: 8px 0 0;
    display: none;
}

#account-forgotten .instruction-text:empty {
    display: none;
    margin: 0;
}

#account-forgotten .buttons-recovery-wrapper {
    margin-top: 24px;
}

.recover-pass-main {
    height: 46vh;
}

#account-forgotten .recover-pass-aside {
    flex: 0 0 auto;
    padding-top: 68px;
    text-align: right;
}

#account-forgotten .account-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

#account-forgotten .account-nav-links li {
    margin-bottom: 28px;
}

#account-forgotten .account-nav-links li:last-child {
    margin-bottom: 0;
}

#account-forgotten .account-nav-links a,
#account-forgotten .account-nav-links span {
    font-size: 16px;
    font-weight: 600;
    color: #292723;
    text-decoration: none;
}

#account-forgotten .account-nav-links a:hover {
    color: #6b6358;
}











#account-account {
    color: var(--ac-text);
}

#account-account .account-page-title {
    font-size: 34px;
    font-weight: 600;
    margin: 10px 0 8px;
}

#account-account .category-breadcrumb {
    margin-bottom: 40px;
}

#account-account .category-breadcrumb .breadcrumb_list {
    list-style: none;
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    color: var(--ac-muted);
    font-size: 14px;
}

#account-account .category-breadcrumb a {
    color: var(--ac-muted);
    text-decoration: none;
}

.aacount_page_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 80px;
}

.aacount_page_wrapper_l {
    width: 100%;
    max-width: 800px;
}

#account-account .account-page-description {
    max-width: 760px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

#account-account .account-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-direction: row-reverse;
}

#account-account .account-content__left-side {
    width: 260px;
    flex-shrink: 0;
}

#account-account .account-content__right-side {
    flex: 1;
    min-width: 0;
}

#account-account .account-card {
    margin-bottom: 40px;
}

#account-account .account-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#account-account .account-card__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 133%;
    margin-top: 0;
    margin-bottom: 24px;
}

#account-account .account-card__link {
    font-size: 14px;
    color: var(--ac-accent);
    text-decoration: none;
}

#account-account .account-fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#account-account .account-field {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #C4BBB0;
    border-radius: 10px;
    padding: 0 14px;
    background: var(--ac-bg);
}

#account-account .account-field__icon {
    display: flex;
    color: var(--ac-muted);
    flex-shrink: 0;
}

#account-account .account-field__icon svg {
    width: 18px;
    height: 18px;
}

#account-account .account-field__input {
    border: 0;
    background: transparent;
    outline: none;
    width: 100%;
    padding: 13px 0;
    font-size: 15px;
    color: var(--ac-text);
}

#account-account .account-field__input::placeholder {
    color: var(--ac-muted);
}

#account-account .account-field__input:disabled {
    color: var(--ac-text);
    -webkit-text-fill-color: var(--ac-text);
    opacity: 1;
}

#account-account .account-fields-errors {
    margin-top: 8px;
}

#account-account .text-danger {
    color: #c0392b;
    font-size: 13px;
}

#account-account .account-actions {
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

#account-account .account-btn {
    border: 1px solid transparent;
    border-radius: 10px;
    background: #E9E2D8;
    padding: 0 16px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 4px;
    height: 48px;
}

#account-account .account-btn:hover {
    background: #dbc9b1;
}

.aacount_page_wrapper_r aside {
    width: 100%;
}

.aacount_page_wrapper_r aside .account-title {
    display: none;
    margin: 0;
}

.account-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 230px;
}

.account-menu a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 4px !important;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 0 16px !important;
}

.account-links-active {
    background: #CFCDC9 !important;
}

.account-links-logout {
    color: #B88E78 !important;
}

.cancel-edit-form {
    color: #111;
}

#account-account .account-btn--save {
    background: #C4BBB0;
    color: #fff;
    border: 1px solid #C4BBB0;
}

#account-account .save-form-group {
    display: none;
    gap: 10px;
}

#account-account .account-orders-table table {
    width: 100%;
    border-collapse: collapse;
}

#account-account .account-orders-table thead th {
    text-align: left;
    background: #efe7d8;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 16px;
    text-align: center;

}

#account-account .account-orders-table thead th:first-child {
    border-radius: 10px 0 0 10px;
}

#account-account .account-orders-table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

#account-account .account-orders-table tbody td {
    padding: 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--ac-border);
}

#account-account .account-orders-table tbody tr:last-child td {
    border-bottom: 0;
}

#account-account .account-orders-empty {
    text-align: center;
    color: var(--ac-muted);
}



.wishlist-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* card */
.wishlist-card {
    position: relative;
    background: transparent;
    display: flex;
    flex-direction: column;
}

/* remove btn */
.wishlist-card__remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 28px;
    height: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
}

.wishlist-card:hover .wishlist-card__remove {
    opacity: 1;
}

/* image */
.wishlist-card__img-wrap {
    display: block;
    overflow: hidden;
    aspect-ratio: 3/4;
    background: #f0ece4;
    border-radius: 10px;
}

.wishlist-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.wishlist-card__img-wrap:hover .wishlist-card__img {
    transform: scale(1.04);
}

.wishlist-card__img-placeholder {
    width: 100%;
    height: 100%;
    background: #e8e3da;
}

/* body */
.wishlist-card__body {
    padding: 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.wishlist-card__name {
    font-size: 14px;
    color: #2B2B2B;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wishlist-card__name:hover {
    text-decoration: underline;
}

/* price */
.wishlist-card__price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.wishlist-card__price-current,
.wishlist-card__price-special {
    font-size: 15px;
    font-weight: 600;
    color: #2B2B2B;
}

.wishlist-card__price-old {
    font-size: 13px;
    color: #aaa;
    text-decoration: line-through;
}

/* button */
.wishlist-card__btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    background: #2B2B2B;
    border-radius: 4px;
    color: #fff;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: background .2s;
}

.wishlist-card__btn:hover {
    background: #000;
}

/* empty state */
.wishlist-empty {
    text-align: center;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.wishlist-empty-text {
    font-size: 16px;
    color: #9b9b9b;
}

.wishlist-empty-btn {
    display: inline-block;
    padding: 0 32px;
    height: 48px;
    line-height: 48px;
    background: #2B2B2B;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.wishlist-empty-btn:hover {
    background: #000;
    color: #fff;
}

@media(max-width:768px) {
    #account-account .account-layout {
        flex-direction: column;
    }

    #account-account .account-content__left-side {
        width: 100%;
    }

    #account-account .account-fields-grid {
        grid-template-columns: 1fr;
    }
}

.account-orders-table tbody tr td {
    text-align: center;
}

.search_input_wrapper {
    position: absolute;
    right: -18px;
    top: 50%;
    translate: 0 -50%;
    width: 500px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #8FA18A;
    border-radius: 4px;
    height: 48px;
    padding: 0 12px;
    transition: 0.3s;
    background: #f7f3ee;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}

.search_input_wrapper.openSearch {
    width: 500px;
    opacity: 1;
    visibility: visible;
}

.search_input_wrapper input {
    background: transparent;
    border: unset;
    width: 100%;
    height: 100%;
}

.search_input_wrapper input:focus-visible {
    border: unset;
    outline: unset;
}

.item_search_block_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
}

.item_search_block_wrapper>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.live-search {
    top: 0;
    margin-top: 55px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3), 0 8px 12px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px !important;
    padding: 32px !important;
    background: #F7F4EF !important;
    flex-direction: column;
}

.search_pr_title {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.live-search ul li {
    background: transparent !important;
}

.block-categories-search {
    display: none;
}

.error-404-num {
    font-weight: 800;
    font-size: 128px;
    line-height: 100%;
    color: #6B6B6B;
}

.error-404-subtitle {
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    color: #6B6B6B;
    margin-top: 8px;
}

.title-move-to-cat,
.search_pr_title {
    font-weight: 800 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    text-transform: uppercase;
    margin-bottom: 16px !important;
    color: #2B2B2B !important;
    text-align: left !important;
}

.search_page {
    margin-bottom: 70px;
}

.item-categories-search a img,
.live-search .product-image img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 16px !important;
}

.item-categories-search a img {
    margin-right: 13px !important;

}

.block-categories-move {
    padding-bottom: 0 !important;
    margin-bottom: 24px !important;
    border-bottom: unset !important;
}

.live-search ul li a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
}

.live-search .product-name {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.product-name,
.live-search ul li .product-price .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2B2B2B !important;
}

.error-404-content {
    max-width: 980px;
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.error-404-text {
    width: 535px;
    min-width: 535px;
}

.error-404-img img {
    width: 100%;
}

.error-404-desc {
    margin: 40px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #2B2B2B;
}

.err_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    border-radius: 4px;
    background: #2B2B2B;
    transition: 0.3s;
}

.err_btn:hover {
    color: #fff;
    background: #6a6a6a;
}

.product_cat_buy {
    border: unset;
    background: transparent;
}

.product_cat_buy svg {
    width: 30px;
    height: 30px;
}

.price_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

















@media(max-width: 1685px) {
    .home-instagram__slider {
        padding-left: 15px;
    }

    .flex-row-thumb-prod {
        height: auto;
    }

    .gallery-main-slider {
        height: 100%;
    }

    .gallery-main-col .slick-list,
    .gallery-main-col .slick-track,
    .gallery-popup-link,
    .gallery-main-slide img {
        height: 100%;
    }

    .flex-row-thumb {
        gap: 50px;
    }

    .product-title {
        font-size: 40px;
    }

    .productpage_bottom_info {
        gap: 50px;
    }
}

@media(max-width: 1024px) {

    .product-title-block {
        margin-bottom: 0;
    }

    .product_wrapper_cat {
        gap: 20px;
    }

    .product-title-block a {
        font-size: 20px;
    }

    .product-meta-row-title,
    .product-meta-row-title span {
        font-size: 14px;
    }

    .product-meta-row-r span {
        font-size: 14px;
    }

    .home_slider_item_title {
        font-size: 50px;
    }

    .home_slider_item_txt_w {
        position: absolute;
        top: 40px;
        left: 44px;
        right: 29px;
    }

    .home_slider_item_txt_bottom {
        font-size: 20px;
        left: 44px;
    }

    .fhb-card {
        padding: 30px;
        gap: 40px;
    }

    .fhb-title {
        font-size: 30px;
    }

    .fhb-attr-label {
        font-size: 14px;
    }

    .fhb-attr-val {
        font-size: 14px;
    }

    .fhb-price {
        font-size: 28px;
    }

    .seo_home_txt p {
        font-size: 24px;
    }



}

@media(max-width: 992px) {

    #account-forgotten .recover-pass-wrapper {
        flex-direction: column;
    }

    #account-forgotten .recover-pass-aside {
        padding-top: 0;
        text-align: left;
    }

    #account-forgotten .account-nav-links {
        display: flex;
        gap: 24px;
    }

    #account-forgotten .account-nav-links li {
        margin-bottom: 0;
    }

    .checkout-redesign {
        margin-top: 18px;
    }

    .checkout-layout {
        flex-direction: column-reverse;
    }

    .checkout-head {
        margin-bottom: 30px;
    }

    .similar_products_checkout {
        display: none;
    }

    .wrapper-cart-checkout-conteiner {
        position: static;
        order: -1;
    }

    .checkout-profile-user-fields,
    .checkout-address-grid {
        max-width: none;
    }

    #product-product {
        margin-top: 24px;
    }

    .thumb-flex {
        width: 100%;
    }

    .gallery-main-col {
        height: 353px;
        max-height: 353px;
    }

    .product-gallery {
        flex-direction: column-reverse;
    }

    .gallery-thumbs-col {
        flex-direction: row;
        width: 100%;
    }

    .gallery-thumb-item {
        width: 80px;
        flex-shrink: 0;
    }

    .gallery-thumbs-slider {
        width: 100%;
    }

    .gallery-thumbs-slider {
        width: 85%;
    }

    .thumbs-arrow.thumbs-arrow-down,
    .thumbs-arrow.thumbs-arrow-up {
        rotate: -90deg;
    }

    .desc-flex {
        width: 100%;
    }

    .bundle-card-wrapper {
        display: none;
    }

    .productpage_bottom_info {
        width: 100%;
    }

    .productpage_bottom_info_left {
        flex-basis: 100%;
    }

    .gallery-thumb-item {
        padding-bottom: 0;
        padding: 0 8px;
    }

    .category-breadcrumb {
        margin-bottom: 40px;
    }

    #product-category {
        margin-top: 40px;
    }

    .flex-row-thumb {
        flex-direction: column;
        gap: 32px;
    }

    .similar_products_wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .bundle-card {
        grid-column: span 2;
        flex-direction: column;
    }

    .bundle-card-image {
        flex: none;
        aspect-ratio: 4 / 3;
    }

    .home_slider {
        margin-top: 17px;
    }

    .home_slider_item {
        margin-right: 20px;
    }

    .home_slider_item_txt_w {
        position: absolute;
        top: 10px;
        left: 20px;
        right: 20px;
    }

    .home_slider_item_title {
        font-size: 34px;
    }

    .home_slider_item_subtitle {
        font-size: 16px;
    }

    .home_slider_item_txt_bottom {
        font-size: 17px;
        left: 23px;
    }

    .product_section {
        margin: 40px 0;
    }

    .heading-title-module span {
        font-size: 22px;
    }

    .heading-title-module {
        margin-bottom: 40px;
    }

    .featured-slider-nav button {
        width: 40px;
        height: 40px;
    }

    .featured-slider .product_item {
        width: 320px;
        min-width: 320px;
        margin-right: 10px;
    }

    .product-title-block {
        font-size: 21px;
    }

    .product-tag {
        font-size: 14px;
    }

    .product-size-range {
        font-size: 14px;
    }

    .product-title-row {
        margin-top: 10px;
    }

    .two_banners {
        padding: 40px 0;
    }

    .two_banners_wrapper {
        gap: 15px;
    }

    .fhb-wrap {
        margin: 40px 0;
    }

    .fhb-wrap {
        border-radius: 14px;
    }

    .fhb-card {
        grid-template-columns: 1fr;
    }


    .fhb-title {
        font-size: 22px;
    }

    .fhb-price {
        font-size: 26px;
    }


    .fhb-attrs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .fhb-attr-label {
        margin-bottom: 0;
    }

    .fhb-head {
        margin-bottom: 22px;
    }

    .fhb-price-row {
        margin-bottom: 22px;
    }

    .fhb-qty-btn,
    .fhb-qty-val {
        width: 35px;
        height: 35px;
    }

    .fhb-cart-row {
        gap: 17px;
    }

    .fhb-btn-cart {
        font-size: 14px;
        padding: 0 10px;
    }

    .seo_home {
        margin: 40px 0;
    }

    .seo_home_title {
        font-size: 38px;
    }

    .seo_home_txt p {
        font-size: 20px;
        margin-bottom: 27px;
    }

    .home-categories__title {
        font-size: 22px;
    }

    .home-categories__tab {
        font-size: 18px;
    }

    .home-cat-card__name {
        font-size: 20px;
    }

    .home-categories {
        padding: 40px 0;
    }

    .home-instagram {
        padding: 40px 0;
    }

    .home_instagram_title {
        font-size: 22px;
    }

    .home_instagram_header {
        margin-bottom: 40px;
    }

    .home_instagram_item {
        width: 200px;
        min-width: 200px;
        margin-right: 15px;
    }

    .footer_col_title {
        font-size: 14px;
    }

    .footer_menu_item {
        font-size: 14px;
    }

    footer {
        padding: 40px 0;
    }

    .header_top_txt {
        font-size: 20px;
    }



    .checkout-redesign .title-page-checkout {
        font-size: 34px;
    }

    .checkout-profile {
        gap: 42px;
    }

    .checkout-profile-user-fields,
    .checkout-address-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .checkout-method-item label {
        gap: 14px;
    }


    .wrapper-cart-checkout {
        padding: 18px;
    }

    .checkout-cart-product-item {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 14px;
    }

    .checkout-cart-product-item-image img {
        width: 78px;
        height: 78px;
    }

    .checkout__price-block {
        margin-top: 18px;
    }

    .submit-checkout-form {
        text-align: center;
    }

    .wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .wishlist-card__remove {
        opacity: 1;
        top: 6px;
        right: 6px;
    }

    .wishlist-card__btn {
        height: 40px;
        font-size: 12px;
    }

    .wishlist-card__name {
        font-size: 13px;
    }

    .wishlist-card__price-current,
    .wishlist-card__price-special {
        font-size: 14px;
    }
}

@media(max-width: 600px) {

    .breadcrumb_list {
        overflow: auto;
    }

    .breadcrumb_list li * {
        white-space: nowrap;
    }

    .wishlist-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .wishlist-card__body {
        padding: 8px 0 0;
    }

    .checkout-redesign .title-page-checkout {
        font-size: 24px;
    }

    .gallery-thumb-item img {
        height: 86px !important;
    }

    .thumbs-arrow {
        width: 35px;
        height: 35px;
    }

    .gallery-thumb-item {
        padding: 0 4px;
    }

    .gallery-thumbs-slider {
        width: 65%;
    }

    .gallery-main-slide img {
        aspect-ratio: unset;
    }

    .product-title {
        font-size: 24px;
    }

    .home_slider_item_img {
        display: none !important;
    }

    .home_slider_item_img_mob {
        display: block !important;
    }

    .home_slider_item {
        margin-right: 8px;
        width: calc(100vw - 35px);
        transition: 0.4s;
    }

    .home_slider_item_txt_w {
        top: 15px;
    }

    .home_slider_item_title {
        font-size: 24px;
    }

    .home_slider_item_txt_w {
        flex-direction: column;
    }

    .home_slider_item_txt_bottom {
        font-size: 16px;
        max-width: 165px;
        bottom: 20px;
        text-transform: uppercase;
    }

    .home_slider_item:has(+.slick-active) {
        opacity: 0;
    }

    .language_block,
    #wishlist-total {
        display: none;
    }

    .ocfilter-mobile-handle {
        display: none !important;
    }

    .similar_products_wrapper {
        grid-template-columns: 1fr;
    }

    .bundle-card {
        grid-column: span 1;
    }

    .product-attrs-row {
        gap: 24px;
        flex-wrap: wrap;
    }

    .header_wrapper_block_l {
        gap: 8px;
    }

    .menu_wrapper_fixed_close svg {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .menu_wrapper_fixed {
        padding: 24px 28px;
    }

    .menu_wrapper_fixed_close {
        margin-bottom: 30px;
    }

    .mega-menu-tab {
        font-size: 16px;
    }

    .mega-menu-wrapper {
        gap: 0;
    }

    .language_block {
        display: block;
    }

    .menu_lang_mob {
        margin-top: 40px;
    }

    .menu_lang_mob #form-language ul {
        border: 1px solid #4A4A4A;
    }

    #form-language ul li a {
        color: #fff;
    }

    .menu_lang_mob #form-language ul li a.current-lang {
        background: #3A3C39;
        color: #8FA18A;
    }

    .footer_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .footer_middle {
        flex-direction: column;
    }

    .footer_logo img {
        width: 115px;
    }

    .footer_newsletter_inner {
        width: auto;
    }

    .footer_col_social {
        order: -1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_col_title {
        font-size: 16px;
    }

    .footer_col_social .footer_col_title {
        margin-bottom: 0;
    }

    .footer_menu_item {
        font-size: 16px;
    }

    .home-categories__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 40px;
        padding-right: 15px;
    }

    .home-categories__tabs {
        gap: 8px;
    }

    .home-cat-card__img-wrap img {
        width: 100px;
        min-width: 100px;
    }

    .home-cat-card {
        min-width: 100px;
        width: 100px;
        margin-right: 16px;
    }

    .home-cat-card__no-img {
        height: 100px;
    }

    .home-cat-card__name {
        font-size: 16px;
    }

    .home-categories__tab {
        font-size: 16px;
    }

    .home-categories .container {
        padding-right: 0;
    }

    .home_instagram_btn {
        font-size: 0;
        gap: 0;
        padding: 0;
        width: 48px;
    }

    .home_instagram_header {
        gap: 20px;
    }

    .seo_home_link {
        width: 100%;
    }

    .seo_home_txt p {
        font-size: 16px;
    }

    .seo_home_title {
        font-size: 24px;
    }

    .fhb-card {
        flex-direction: column;
        padding: 16px;
        gap: 8px;

    }

    .fhb-media {
        aspect-ratio: 1/1;
        border-radius: 16px;
    }

    .fhb-title {
        font-size: 24px;
    }

    .fhb-attr-label {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .radio-option-item-home label {
        position: relative;
        bottom: 2px;
        white-space: nowrap;
    }

    .radio-options {
        gap: 8px;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .fhb-attr-val {
        font-size: 16px;
    }

    .fhb-price {
        font-size: 24px;
    }

    .fhb-btn-price {
        font-size: 16px;
    }

    .fhb-btn-cart-t {
        display: none;
    }

    .fhb-btn-cart-l {
        display: none;
    }

    .fhb-btn-cart-i {
        display: flex;
        align-items: center;
    }

    .fhb-btn-cart {
        gap: 10px;
    }

    .fhb-detail-link {
        justify-content: center;
        margin-bottom: 10px;
    }

    .two_banners {
        padding: 0;
    }

    .two_banners_item {
        min-width: 330px;
        width: 330px;
        margin-right: 13px;
    }

    .two_banners .container,
    .latest-section .container {
        padding-right: 0;
    }

    .heading-title-module {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .heading-title-module span {
        font-size: 24px;
    }

    .header_top_txt {
        font-size: 16px;
    }

    .category-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .container-cat {
        padding: 20px;
    }

    .category-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .product_wrapper_cat {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        row-gap: 20px;
    }

    .sort_wrapper,
    .flex-btn-ocfilter {
        width: 100%;
    }

    .form-input-group-block {
        flex: 1;
    }

    .product-title-block a {
        font-size: 16px;
    }

    .product_wrapper_cat .wish-btn {
        display: none;
    }

    .product-meta-row {
        margin-top: 8px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .product_bottom {
        flex: 1;
    }

    .product_bottom .caption {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .price-row {
        flex: 1;
        display: flex;
        align-items: flex-end;
    }

    #product-category #column-left {
        width: 100%;
        padding: 0 16px;
    }

    .close_filter_desk svg {
        width: 48px;
        height: 48px;
    }

    .ocf-option-name,
    .ocf-option-name-price-title {
        font-size: 16px !important;
    }

    .noUi-horizontal .noUi-handle {
        left: -13px !important;
    }

    .form-inline.flex-price-block>div:last-child {
        position: relative;
        right: 10px;
    }

    .flex-row-thumb {
        gap: 15px;
    }

    .flex-heading-row {
        margin-bottom: 24px;
    }

    .form-group-prod {
        margin-bottom: 10px;
    }

    .attr-col {
        flex-basis: 47%;
    }

    .product-attrs-row {
        gap: 16px;
        margin-bottom: 18px;
    }

    .price-text {
        font-size: 24px;
    }

    .product_price_wrapper {
        margin-bottom: 24px;
    }

    .button_cart_mob {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #button-cart span {
        display: none;
    }

    .size-guide-btn {
        width: 100%;
        max-width: 100%;
    }

    .info-row {
        flex-direction: column;
        gap: 16px;
    }

    .info-row-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .info-row-right {
        width: 100%;
    }

    .info-row-right br {
        display: none;
    }

    .info-block-title {
        margin-bottom: 16px;
    }

    .similar_prod_title {
        font-size: 24px;
    }

    .productpage_bottom_info_left {
        width: 100%;
    }

    .similar_products .product-layout.similar_product {
        width: 320px !important;
        margin-right: 15px;
    }

    .similar_prod_title {
        margin: 40px 0;
    }

    .accordion-title {
        font-size: 24px;
    }

    .checkout-redesign {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .checkout-submit {
        margin-top: 24px;
    }

    .checkout-head {
        margin-bottom: 40px;
    }

    .checkout-profile-user-fields,
    .checkout-address-grid {
        gap: 16px;
    }

    .checkout-register-checkbox {
        margin-top: 40px;
    }

    .checkout-redesign .checkout-profile-title {
        margin-bottom: 19px;
    }

    .checkout-method-content {
        flex-direction: column;
        align-items: unset;
        gap: 15px;
    }

    .price-method-shipp.checkout-method-price br {
        display: none;
    }

    .checkout-method-desc {
        font-size: 14px;
    }

    .checkout-method-item label {
        padding-left: 35px;
    }

    .wrapper-cart-checkout-conteiner {
        margin-top: 36px;
    }

    .wrapper-cart-checkout {
        padding: 8px;
        border-radius: 16px;
        padding-bottom: 16px;
    }

    .checkout-cart-product-item-image img {
        width: 104px;
        height: 104px;
        min-width: 104px;
        border-radius: 16px;
    }

    .checkout-cart-product-item-r-t {
        padding-right: 13px;
    }

    .checkout__price-block {
        display: none;
    }

    .checkout-submit-confirm-label {
        margin-top: 24px;
        padding: 0 10px;
    }

    .checkout-register-checkbox-custom {
        width: 18px;
        height: 18px;
        min-width: 18px;
    }

    .success-summary-table {
        display: none;
    }

    .success-mobile-grid {
        display: grid;
        grid-template-columns: 45% 1fr;
        gap: 16px;
    }

    .m-labels {
        background: #e9e0d4;
        border-radius: 16px;
        display: grid;
        grid-template-rows: repeat(3, 1fr);
        align-items: center;
        text-align: center;
        padding: 16px;
        font-weight: 500;
    }

    .m-values {
        display: grid;
        grid-template-rows: repeat(3, 1fr);
    }

    .m-values span {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 16px 8px;
        border-top: 1px solid #d8cfc0;
    }

    .m-values span:first-child {
        border-top: none;
    }

    #information-information {
        padding-top: 40px;
    }

    #information-information h1 {
        font-size: 24px;
    }

    #information-information img {
        width: 100%;
    }

    #account-forgotten .enter-form-title {
        font-size: 32px;
    }


    .content_account {
        flex-direction: column;
        align-items: center;
    }

    .content_account_l {
        width: 100%;
    }

    .account_title {
        font-size: 24px;
    }

    .register-submit-btn {
        width: 100%;
        padding-bottom: 4px;
    }

    .recover-pass-main {
        height: auto;
    }

    .login_popup_close {
        width: 48px;
        height: 48px;
    }

    .login_popup_close {
        margin-bottom: 24px;
    }

    .login_popup {
        padding: 24px 16px;
    }

    .login_popup_title {
        font-size: 24px;
    }

    .login_popup_tab {
        font-size: 16px;
    }

    .login_popup_input_wrap {
        margin-bottom: 24px;
    }

    .content_account>form {
        width: 100%;
    }

    .forms_items_wrapper,
    .register_pass {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .custom-checkbox-label {
        font-size: 14px;
        line-height: 120%;
    }

    .account-login-block:has(a) {
        margin-bottom: 0;
    }

    .account-login-block button,
    .account-login-block a {
        width: 100%;
    }

    .search_input_wrapper {
        width: 96%;
        position: fixed;
        right: unset;
        left: 50%;
        top: 140px;
        translate: -50% 0;
    }

    .search_input_wrapper.openSearch {
        width: 96%;
    }

    .item_search_block_wrapper:has(.openSearch) {
        background: #CFCDC9;
        border-radius: 4px;
    }

    #search .live-search {
        margin-left: 0 !important;
        height: 69vh !important;
        overflow: auto !important;
        margin-top: 55px !important;
        border-radius: 15px !important;
        width: 100% !important;
    }

    .item-categories-search a img,
    .live-search .product-image img {
        width: 47px;
        height: 47px;
        min-width: 47px;
        border-radius: 6px !important;
    }

    .search-footer span {
        font-size: 14px;
    }

    .live-search {
        padding: 15px !important;
    }

    body:has(.header.sticky) .search_input_wrapper {
        top: 90px;
    }

    .error-404-text {
        width: 100%;
        min-width: unset;
    }

    .error-404-content {
        flex-direction: column;
    }

    .error-404-num {
        font-size: 104px;
        text-align: center;
    }

    .error-404-subtitle {
        font-size: 24px;
        text-align: center;
    }

    .error-404-desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 133%;
        text-align: center;
        margin: 24px 0;
    }

    .err_btn {
        width: 100%;
    }

    .error-404-content {
        gap: 0;
        margin: 25px 0;
    }

    .header_search_mob {
        display: block;
    }

}