/* ===========================
   SITE HEADER WRAPPER (fixed)
=========================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* ===========================
   TOP BAR
=========================== */
.top-bar {
    height: 40px;
    background: var(--color-black);
}

.top-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    height: 100%;
    margin: 0 auto;
}

.top-bar__signin {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: var(--font-weight-extralight);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.top-bar__signin img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

.top-bar__center {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.top-bar__sale-detail {
    color: var(--color-primary);
    font-weight: var(--font-weight-bold);
}

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

.top-bar__language,
.top-bar__phone {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: var(--font-weight-extralight);
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* ===========================
   SITE NAV (inside .site-header)
=========================== */
.site-nav {
    position: relative;
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-gray-100);
    transition: background-color 0.3s ease;
}

.site-nav__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    height: 84px;
}

.site-nav__logo {
    display: block;
    flex: 0 0 352px;
    width: 352px;
    height: 84px;
}

.site-nav__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-nav__logo-img--light {
    display: none !important;
}

body:has(.about-hero) .site-nav__logo-img--light,
body:has(.projects-hero) .site-nav__logo-img--light,
body.tax-product_cat .site-nav__logo-img--light,
body.home .site-nav__logo-img--light {
    display: block !important;
}

body:has(.about-hero) .site-nav__logo-img--default,
body:has(.projects-hero) .site-nav__logo-img--default {
    display: none !important;
}

.site-nav__links {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 56px;
    margin-left: clamp(48px, 19vw, 365px);
}

.site-nav__links a,
.site-nav__products-btn {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 15px;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    color: var(--color-black);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s ease;
}

.site-nav__links a,
.site-nav__products-btn {
    position: relative;
    line-height: 1;
}

.site-nav__links a[href$="/offers/"],
.site-nav__links a[href$="/about-us/"],
.site-nav__products-btn {
    font-size: 0;
}

.site-nav__links a[href$="/offers/"]::after,
.site-nav__links a[href$="/about-us/"]::after,
.site-nav__products-btn::after {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 1;
}

.site-nav__products-btn::after {
    content: "\03A0\03A1\039F\03AA\039F\039D\03A4\0391";
}

.site-nav__links a[href$="/offers/"]::after {
    content: "\03A0\03A1\039F\03A3\03A6\039F\03A1\0395\03A3";
}

.site-nav__links a[href$="/about-us/"]::after {
    content: "\0395\03A4\0391\0399\03A1\0395\0399\0391";
}

.site-nav__links a.is-active::before,
.site-nav__products-btn.is-active::before,
body:has(.offers-hero) .site-nav__links a[href$="/offers/"]::before,
body:has(.about-hero) .site-nav__links a[href$="/about-us/"]::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background: var(--color-primary);
    content: "";
}

.site-nav__products-btn:hover {
    color: var(--color-primary);
}

.site-nav__links a:hover {
    color: var(--color-primary);
}

.site-nav__icons {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-left: auto;
    flex-shrink: 0;
}

.site-nav__icon-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-black);
    padding: 0;
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.site-nav__icon-btn img {
    display: block;
    width: 31px;
    height: 33px;
    object-fit: contain;
    flex-shrink: 0;
}

.site-nav__wishlist {
    position: relative;
}

.site-nav__wishlist img {
    width: 31px;
    height: 33px;
}

.site-nav__wishlist-count {
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-primary);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: var(--font-weight-medium);
    line-height: 1;
}

/* Active heart state on any product card / single product */
.js-wishlist-add.is-active svg path,
.js-wishlist-add.is-active path {
    fill: var(--color-primary);
    stroke: var(--color-primary);
}

.site-nav__search img {
    width: 23px;
    height: 23px;
}

.site-nav__cart img {
    width: 25px;
    height: 28px;
}

.site-nav__hamburger img {
    width: 31px;
    height: 11px;
}

.site-nav__icon-btn:hover {
    color: var(--color-primary);
}

.site-nav__cart-count {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--color-black);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.site-nav__cart {
    gap: 7px;
}

.site-nav__hamburger {
    display: flex;
    width: 31px;
    height: 11px;
}

/* Nav icons: always show (single img per button, always red/black) */
.nav-icon--light { display: none; }
.nav-icon--dark  { display: block; }

/* Hamburger always shows the single dark img */
.site-nav__hamburger-icon       { display: none; }
.site-nav__hamburger-icon--dark { display: block; }

/* ===========================
   MEGA MENU
=========================== */
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-white);
    z-index: 1100;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1), opacity 0.45s ease;
    pointer-events: none;
    overflow: hidden;
}

.mega-menu.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
}

.mega-menu__inner {
    height: 100%;
    position: relative;
    padding-right: 61px;
}

.mega-menu__header {
    position: absolute;
    top: 72px;
    left: 64px;
    right: 45px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-menu__logo img {
    display: block;
    width: 352px;
    height: 84px;
    object-fit: contain;
}

.mega-menu__close {
    display: flex;
    align-items: center;
    gap: 31px;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--color-black);
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.mega-menu__close img {
    display: block;
    width: 24px;
    height: 24px;
}

.mobile-menu__close span {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.mobile-menu__close span::before,
.mobile-menu__close span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mobile-menu__close span::before {
    transform: rotate(45deg);
}

.mobile-menu__close span::after {
    transform: rotate(-45deg);
}

.mega-menu__close:hover {
    color: var(--color-primary);
}

.mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 1920px;
    max-width: 100vw;
    height: 100vh;
    overflow: visible;
}

.mega-menu__col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100vh;
    padding: 0;
    border-right: 1px solid rgba(121, 121, 121, 0.4);
    overflow: hidden;
    opacity: 0;
    transform: translateX(48px);
    transition: opacity 0.55s ease, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.mega-menu__col:last-child {
    border-right: none;
}

.mega-menu.is-open .mega-menu__col {
    opacity: 1;
    transform: translateX(0);
}

.mega-menu.is-open .mega-menu__col:nth-child(1) {
    transition-delay: 0.16s;
}

.mega-menu.is-open .mega-menu__col:nth-child(2) {
    transition-delay: 0.24s;
}

.mega-menu.is-open .mega-menu__col:nth-child(3) {
    transition-delay: 0.32s;
}

.mega-menu.is-open .mega-menu__col:nth-child(4) {
    transition-delay: 0.4s;
}

.mega-menu__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 44px;
    align-items: flex-start;
}

.mega-menu__cat-image {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.mega-menu__cat-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mega-menu__col--living {
    gap: 82px;
    padding-bottom: 0;
}

.mega-menu__col--living .mega-menu__content {
    width: 166px;
}

.mega-menu__cat-image--sofa {
    height: 506px;
}

.mega-menu__cat-image--sofa img {
    width: 224%;
    height: 142%;
    max-width: none;
    transform: translate(0, -26%);
}

.mega-menu__col--dining {
    justify-content: flex-start;
    gap: 105px;
}

.mega-menu__col--dining .mega-menu__content {
    width: 187px;
}

.mega-menu__cat-image--dining {
    height: 574px;
}

.mega-menu__cat-image--dining img {
    width: 137%;
    height: 76%;
    max-width: none;
    transform: translate(-20%, 29%);
}

.mega-menu__col--bedroom {
    gap: 170px;
    justify-content: flex-start;
    padding-top: 283px;
}

.mega-menu__col--bedroom .mega-menu__content {
    width: 291px;
}

.mega-menu__cat-image--bedroom {
    height: 506px;
}

.mega-menu__cat-image--bedroom img {
    width: 165%;
    height: 104%;
    max-width: none;
    transform: translate(0, -8%);
}

.mega-menu__col--decor {
    justify-content: flex-start;
    gap: 105px;
}

.mega-menu__col--decor .mega-menu__content {
    width: 205px;
}

.mega-menu__cat-image--decor {
    height: 574px;
}

.mega-menu__cat-image--decor img {
    width: 81%;
    height: 102%;
    max-width: none;
    transform: translate(4%, 19%);
}

.mega-menu__cat-title {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: var(--fs-h7);
    letter-spacing: 0.72px;
    color: var(--color-black);
    margin: 0;
}

.mega-menu__cat-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.mega-menu__cat-title a:hover {
    color: var(--color-primary);
}

.mega-menu__cat-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-menu__cat-links li a {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: var(--fs-h8);
    letter-spacing: 0.6px;
    color: var(--color-black);
    transition: color 0.2s ease;
}

.mega-menu__cat-links li a:hover,
.mega-menu__cat-links li a.active {
    color: var(--color-primary);
}

.mega-menu__overlay {
    display: none;
}

/* ===========================
   MOBILE MENU  (Figma 420:10752 — "Swiss Menu 1.0")
   Full-screen white panel below the 40px top-bar, scrollable items,
   black utility bar pinned to the bottom. Fluid 991px → 370px.
=========================== */
.mobile-menu {
    position: fixed;
    top: 40px;                 /* sits under the fixed top-bar */
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    background-color: var(--color-white);
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu.is-open {
    transform: translateX(0);
}

/* MENOY label row + bottom divider */
.mobile-menu__top {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 55px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    border-bottom: 1px solid var(--color-gray-100);
}

.mobile-menu__label {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--color-black);
}

/* Scrollable items list */
.mobile-menu__nav {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
    padding: clamp(24px, 6vw, 40px) clamp(20px, 8.2vw, 32px);
}

.mobile-menu__nav > ul {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 7vw, 48px);
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu__item {
    display: flex;
    flex-direction: column;
}

.mobile-menu__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: clamp(20px, 6vw, 24px);
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: var(--color-black);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    transition: color 0.2s ease;
}

.mobile-menu__link:hover {
    color: var(--color-primary);
}

.mobile-menu__plus {
    color: var(--color-primary);
    font-weight: var(--font-weight-extralight);
    line-height: 1;
}

/* Accordion sub-list */
.mobile-menu__sub {
    display: none;
    flex-direction: column;
    gap: clamp(14px, 3.5vw, 18px);
    margin: 0;
    padding: clamp(18px, 5vw, 24px) 0 0 16px;
    list-style: none;
}

.mobile-menu__sub.is-open {
    display: flex;
}

.mobile-menu__sub li a {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-light);
    font-size: clamp(16px, 4.6vw, 20px);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: var(--color-gray-600);
    transition: color 0.2s ease;
}

.mobile-menu__sub li a:hover {
    color: var(--color-primary);
}

/* Black utility bar at the bottom */
.mobile-menu__bar {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(32px, 9vw, 55px);
    height: 85px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    background: var(--color-black);
}

.mobile-menu__bar-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.mobile-menu__bar-icon img {
    display: block;
    width: 31px;
    height: 33px;
    object-fit: contain;
}

.mobile-menu__bar-user img {
    width: 23px;
    height: 23px;
}

.mobile-menu__bar-count {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    color: var(--color-white);
    line-height: 1;
}

.mobile-menu__close {
    position: absolute;
    top: 50%;
    right: clamp(20px, 8.2vw, 32px);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 49px;
    border: none;
    border-radius: 8px;
    background: rgba(236, 32, 39, 0.7);
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobile-menu__close:hover {
    background: var(--color-primary);
}

.mobile-menu__close span {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
}

.mobile-menu__close span::before,
.mobile-menu__close span::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 2px;
    background: var(--color-white);
    content: "";
}

.mobile-menu__close span::before { transform: rotate(45deg); }
.mobile-menu__close span::after  { transform: rotate(-45deg); }

.mobile-menu__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}

.mobile-menu__overlay.is-active {
    display: block;
}

/* ===========================
   ΠΡΟΪΟΝΤΑ full-screen panel (Figma Swiss Menu)
   Slides over the menu list; bottom bar stays visible.
=========================== */
.mobile-products {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* fill the menu above the 85px bottom bar */
    height: calc(100% - 85px);
    background: var(--color-white);
    z-index: 5;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.35s ease, visibility 0s linear 0.35s;
}

.mobile-products.is-open {
    transform: translateX(0);
    visibility: visible;
    transition: transform 0.35s ease;
}

/* Header: back arrow + title, with bottom divider */
.mobile-products__top {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    border-bottom: 1px solid var(--color-gray-100);
}

.mobile-products__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: -4px;
    padding: 0;
    color: var(--color-primary);
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-products__title {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--color-black);
}

/* 2×2 category grid with internal dividers */
.mobile-products__grid {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mobile-products__cell {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 0;
    padding: clamp(20px, 6vw, 24px) clamp(14px, 4vw, 16px) 0;
    border-bottom: 1px solid var(--color-gray-100);
    overflow: hidden;
}

/* vertical divider between the two columns */
.mobile-products__cell:nth-child(odd) {
    border-right: 1px solid var(--color-gray-100);
}

/* drop the bottom border on the last row */
.mobile-products__cell:nth-last-child(-n+2) {
    border-bottom: 0;
}

.mobile-products__cat-title a {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-products__cat-title a:hover {
    color: var(--color-primary);
}

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

.mobile-products__links a {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 14px;
    letter-spacing: 0.42px;
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mobile-products__links a.is-active {
    color: var(--color-primary);
}

.mobile-products__links a:hover {
    color: var(--color-primary);
}

/* product image pinned to the bottom of each cell */
.mobile-products__image {
    margin: auto -16px 0;
    min-height: 96px;
}

.mobile-products__image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 160px;
    object-fit: contain;
    object-position: bottom;
}

/* Scrolled state */
.site-header.is-scrolled .site-nav {
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* ===========================
   Offset body for fixed header (40px top-bar + 84px nav)
=========================== */
body {
    padding-top: 124px;
}

body.mega-menu-open {
    overflow: hidden;
}

/* ===========================
   RESPONSIVE
=========================== */

/* Intermediate desktop — 992px to 1440px */
@media (max-width: 1440px) {
    .site-nav__logo {
        flex: 0 0 260px;
        width: 260px;
        height: 62px;
    }

    .site-nav__links {
        flex: 0 0 auto;
        gap: 40px;
        margin-left: clamp(24px, 4vw, 80px);
    }

    .site-nav__icons {
        gap: 40px;
    }
}

/* ===========================
   MOBILE HEADER — single breakpoint, fluid 991px → 370px
=========================== */
@media (max-width: 991px) {
    /* Top bar: keep only the sale text (centered) + sign-in icon.
       Hide the verbose sign-in label and the GR/phone cluster (Figma mobile). */
    .top-bar__inner {
        width: 96%;
    }

    .top-bar__signin span {
        display: none;
    }

    .top-bar__right {
        display: none;
    }

    .top-bar__center {
        font-size: clamp(10px, 3vw, 12px);
        gap: 6px;
    }

    /* Nav row: logo + icons + hamburger, all fluid */
    .site-nav__inner {
        gap: clamp(12px, 4vw, 24px);
        height: clamp(64px, 17vw, 84px);
    }

    .site-nav__logo {
        flex: 0 1 clamp(176px, 52vw, 240px);
        width: clamp(176px, 52vw, 240px);
        height: auto;
    }

    .site-nav__links {
        display: none;
    }

    .site-nav__hamburger {
        display: flex;
    }

    .site-nav__icons {
        gap: clamp(16px, 5vw, 32px);
    }

    .site-nav__icon-btn.site-nav__cart .site-nav__cart-count {
        display: flex;
    }

    /* Header height shrinks → reduce body offset accordingly (fluid) */
    body {
        padding-top: calc(40px + clamp(64px, 17vw, 84px));
    }
}

/* ===========================================================
   WISHLIST DRAWER (ΑΓΑΠΗΜΕΝΑ)
   Desktop: right-side panel. Mobile: full-screen drawer.
=========================================================== */
.wishlist-drawer {
    position: fixed;
    top: 40px;                       /* under the fixed top-bar */
    right: 0;
    width: 420px;
    max-width: 100%;
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    background: var(--color-white);
    z-index: 1002;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
}

.wishlist-drawer.is-open {
    transform: translateX(0);
}

.wishlist-drawer__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
}

.wishlist-drawer__overlay.is-active {
    display: block;
}

/* Header row */
.wishlist-drawer__top {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    border-bottom: 1px solid var(--color-gray-100);
}

.wishlist-drawer__title {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--color-black);
}

.wishlist-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: var(--color-primary);
    background: none;
    border: none;
    cursor: pointer;
}

/* Scrollable body */
.wishlist-drawer__body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 clamp(16px, 4vw, 16px);
}

.wishlist-drawer__empty {
    margin: 40px 0;
    text-align: center;
    color: var(--color-gray-500);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-light);
    font-size: 15px;
    letter-spacing: 0.45px;
}

/* Single wishlist row (Figma: image | info) */
.wishlist-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-gray-100);
}

.wishlist-row__image {
    flex: 0 0 161px;
    width: 161px;
    height: 158px;
    background: var(--color-off-white);
    overflow: hidden;
}

.wishlist-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.wishlist-row__info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 19px;
    padding-top: 2px;
}

.wishlist-row__title {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 1.1;
    color: var(--color-black);
}

.wishlist-row__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wishlist-row__title a:hover {
    color: var(--color-primary);
}

.wishlist-row__price {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wishlist-row__old {
    color: var(--color-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 1.4;
    text-decoration: line-through;
}

.wishlist-row__new {
    color: var(--color-black);
    font-weight: var(--font-weight-regular);
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 1;
}

.wishlist-row__dimension {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--color-black);
    font-weight: var(--font-weight-extralight);
    font-size: 13px;
    letter-spacing: 0.39px;
}

.wishlist-row__dimension-icon svg {
    width: 32px;
    height: 15px;
    display: block;
}

.wishlist-row__remove {
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

/* Bottom black utility bar */
.wishlist-drawer__bar {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: clamp(32px, 9vw, 55px);
    height: 85px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    background: var(--color-black);
}

.wishlist-drawer__bar-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.wishlist-drawer__bar-icon img {
    display: block;
    width: 31px;
    height: 33px;
    object-fit: contain;
}

.wishlist-drawer__bar-icon:first-child img {
    width: 23px;
    height: 23px;
}

.wishlist-drawer__bar-icon--active img {
    filter: none;
}

.wishlist-drawer__bar-count {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    color: var(--color-white);
    line-height: 1;
}

body.wishlist-open {
    overflow: hidden;
}

/* Mobile: full-screen drawer */
@media (max-width: 991px) {
    .wishlist-drawer {
        width: 100%;
    }
}

/* ===========================================================
   CART DRAWER (ΚΑΛΑΘΙ)
   Mirrors the wishlist drawer + qty selector + footer summary.
=========================================================== */
.cart-drawer {
    position: fixed;
    top: 40px;
    right: 0;
    width: 420px;
    max-width: 100%;
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    background: var(--color-white);
    z-index: 1002;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
}

.cart-drawer.is-open {
    transform: translateX(0);
}

.cart-drawer.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

.cart-drawer__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1001;
}

.cart-drawer__overlay.is-active {
    display: block;
}

.cart-drawer__top {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    border-bottom: 1px solid var(--color-gray-100);
}

.cart-drawer__title {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--color-black);
}

.cart-drawer__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    color: var(--color-primary);
    background: none;
    border: none;
    cursor: pointer;
}

.cart-drawer__body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.cart-drawer__empty {
    margin: 40px auto;
    text-align: center;
    color: var(--color-gray-500);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-light);
    font-size: 15px;
    letter-spacing: 0.45px;
}

.cart-drawer__list {
    padding: 0 16px;
}

.cart-row {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid var(--color-gray-100);
}

.cart-row__image {
    flex: 0 0 161px;
    width: 161px;
    height: 158px;
    background: var(--color-off-white);
    overflow: hidden;
}

.cart-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

.cart-row__info {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 2px;
    padding-right: 24px;
}

.cart-row__title {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 1.1;
    color: var(--color-black);
}

.cart-row__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cart-row__title a:hover {
    color: var(--color-primary);
}

.cart-row__price {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-row__old {
    color: var(--color-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 1.4;
    text-decoration: line-through;
}

.cart-row__new {
    color: var(--color-black);
    font-weight: var(--font-weight-regular);
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 1;
}

.cart-row__dimension {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--color-black);
    font-weight: var(--font-weight-extralight);
    font-size: 13px;
    letter-spacing: 0.39px;
}

.cart-row__dimension-icon svg {
    width: 32px;
    height: 15px;
    display: block;
}

.cart-row__qty {
    position: relative;
    width: 79px;
}

.cart-row__qty select {
    width: 100%;
    height: 28px;
    padding: 0 24px 0 13px;
    border: 1px solid var(--color-gray-100);
    border-radius: 0;
    background: var(--color-white);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 13px;
    color: var(--color-black);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.cart-row__qty::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1.4px solid var(--color-black);
    border-bottom: 1.4px solid var(--color-black);
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.cart-row__remove {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.cart-drawer__summary {
    margin-top: auto;
    position: relative;
    flex-shrink: 0;
    background: var(--color-off-white);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-drawer__summary-toggle {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 16px;
    padding: 0;
    color: var(--color-black);
    background: none;
    border: none;
    cursor: pointer;
}

.cart-drawer__summary.is-expanded .cart-drawer__summary-toggle svg {
    transform: rotate(180deg);
}

.cart-drawer__summary-details {
    display: none;
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
}

.cart-drawer__summary.is-expanded .cart-drawer__summary-details {
    display: flex;
}

.cart-drawer__summary-grid {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.cart-drawer__summary-grid > div {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-drawer__summary-grid span {
    color: var(--color-gray-500);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
}

.cart-drawer__summary-grid strong {
    color: var(--color-black);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 16px;
    letter-spacing: 0.48px;
}

.cart-drawer__coupon {
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid #dedede;
    padding-top: 24px;
}

.cart-drawer__coupon-label {
    color: var(--color-gray-500);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
}

.cart-drawer__coupon-field {
    display: flex;
    align-items: stretch;
    background: var(--color-white);
}

.cart-drawer__coupon-field input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 16px;
    height: 48px;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--color-gray-800);
}

.cart-drawer__coupon-field input::placeholder {
    color: var(--color-gray-300);
}

.cart-drawer__coupon-apply {
    flex: 0 0 auto;
    width: 81px;
    height: 38px;
    align-self: center;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border: none;
    cursor: pointer;
}

.cart-drawer__total-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #dedede;
    padding-top: 16px;
}

.cart-drawer__summary:not(.is-expanded) .cart-drawer__total-row {
    border-top: 0;
    padding-top: 0;
}

.cart-drawer__total-label {
    color: var(--color-black);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 14px;
    letter-spacing: 0.42px;
}

.cart-drawer__total-value {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    text-align: right;
}

.cart-drawer__total-value strong {
    color: var(--color-black);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    font-size: 14px;
    letter-spacing: 0.42px;
}

.cart-drawer__total-value small {
    color: var(--color-gray-500);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 12px;
}

.cart-drawer__checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    background: var(--color-black);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease;
}

.cart-drawer__checkout:hover {
    background: var(--color-gray-800);
}

.cart-drawer__bar {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: clamp(32px, 9vw, 55px);
    height: 85px;
    padding: 0 clamp(20px, 8.2vw, 32px);
    background: var(--color-black);
}

.cart-drawer__bar-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.cart-drawer__bar-icon img {
    display: block;
    width: 31px;
    height: 33px;
    object-fit: contain;
}

.cart-drawer__bar-icon:first-child img {
    width: 23px;
    height: 23px;
}

.cart-drawer__bar-count {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-extralight);
    font-size: 16px;
    letter-spacing: 1.6px;
    color: var(--color-white);
    line-height: 1;
}

body.cart-open {
    overflow: hidden;
}

@media (max-width: 991px) {
    .cart-drawer {
        width: 100%;
    }
}

/* ===========================================================
   STICKY BOTTOM MENU (mobile) — Figma "Sticky Menu"
   Persistent black bar on every page; opens the drawers.
=========================================================== */
.sticky-bar {
    display: none;
}

@media (max-width: 991px) {
    .sticky-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        z-index: 900;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: clamp(24px, 9vw, 55px);
        padding: 0 clamp(24px, 8.2vw, 32px);
        background: var(--color-black);
    }

    .sticky-bar__item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        text-decoration: none;
    }

    .sticky-bar__item img {
        display: block;
        width: 31px;
        height: 33px;
        object-fit: contain;
    }

    /* user icon is slightly smaller (23×23 in Figma) */
    .sticky-bar__item:first-child img {
        width: 23px;
        height: 23px;
    }

    /* hamburger lines render white on black */
    .sticky-bar__item:last-child img {
        width: 31px;
        height: 11px;
        filter: invert(1);
    }

    /* Cart count "(n)" sits next to the cart icon (Figma) */
    .sticky-bar__count--cart {
        position: static;
        margin-left: 8px;
        background: none;
        color: var(--color-white);
        font-family: var(--font-primary);
        font-weight: var(--font-weight-extralight);
        font-size: 16px;
        letter-spacing: 1.6px;
        line-height: 1;
    }

    /* Wishlist badge bubble on the heart */
    .sticky-bar__item .sticky-bar__count.js-wishlist-count {
        position: absolute;
        top: -4px;
        right: -8px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--color-primary);
        color: var(--color-white);
        font-family: var(--font-primary);
        font-size: 10px;
        font-weight: var(--font-weight-medium);
        line-height: 1;
    }

    /* Keep page content clear of the fixed bar */
    body {
        padding-bottom: 85px;
    }

    /* Hide the standalone bar while a drawer/menu is open
       (those panels carry their own bottom bar) */
    body.mega-menu-open .sticky-bar,
    body.wishlist-open .sticky-bar,
    body.cart-open .sticky-bar,
    body:has(.mobile-menu.is-open) .sticky-bar {
        display: none;
    }
}
