        /* --- A. GLOBAL FONT DECLARATION --- */
        @font-face {
            font-family: 'Gotham Narrow Bold';
            src: url('Gotham Narrow Bold.woff2') format('woff2'),
                url('Gotham Narrow Bold.woff') format('woff'),
                url('Gotham Narrow Bold.otf') format('opentype');
            font-weight: 900;
            font-style: normal;
            font-display: swap;
        }



        /* ACCOUNT DROPDOWN PANEL */
        .acc-dropdown {
            position: fixed;
            top: 0;
            right: 0;
            width: 360px;
            background: #fff;
            border-left: 1px solid #eee;
            box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
            display: none;
            z-index: 10001;
            /* Must be higher than the dimmer */
        }

        /* Forcing Dimmer Z-Index */
        #pageDimmer.active {
            display: block !important;
            opacity: 1 !important;
            pointer-events: auto !important;
            z-index: 10000 !important;
        }

        .acc-head {
            /* Tight top/side padding, but bottom padding creates the gap before the line */
            padding: 8px 12px 20px 12px;
            border-bottom: 1px solid #000;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            /* Keeps text at the very top */
        }

        #accName {
            font-size: 10.5px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #000;
        }

        .acc-close {
            cursor: pointer;
            font-size: 10.5px;
            font-weight: 400;
            letter-spacing: 1.2px;
            color: #000000;
            text-transform: uppercase;
        }

        .acc-item {
            display: block;
            padding: 10px 12px;
            font-size: 10.5px;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #000000 !important;
            text-decoration: none !important;
            border-bottom: 1px solid #eee;
        }

        .acc-item:hover {
            text-decoration: underline !important;
            background: #fcfcfc;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-tap-highlight-color: transparent;
        }

        body {
            font-family: Helvetica, Arial, sans-serif;
            background: #ffffff;
            color: #000;
            overflow-x: hidden;
        }

        /* ===================== HEADER ===================== */
        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 45px;
            background: rgba(255, 255, 255, 0.88);
            -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 4px 30px;
            z-index: 1200;
            border-bottom: 1px solid #eee;
            transition: transform 0.3s ease;
        }

        .center-logo-link {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(calc(-50% + 25px), -50%);
            pointer-events: none;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .center-logo {
            height: 50px;
            opacity: 0.92;
            pointer-events: auto;
        }

        nav {
            margin-left: auto;
        }

        nav ul {
            list-style: none;
            display: flex;
            margin-top: 2px;
        }

        nav ul li {
            margin-left: 25px;
        }

        nav ul li a {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #000;
            display: flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            transition: opacity .25s ease;
        }

        nav ul li a:hover {
            opacity: 0.6;
        }

        .question-icon {
            height: 14px;
        }

        .desktop-icon {
            height: 12px;
        }

        .left-nav {
            display: flex;
            align-items: center;
        }

        .left-nav a {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #000;
            text-decoration: none;
            margin-top: 4px;
            transition: opacity .25s ease;
        }

        .left-nav a:hover {
            opacity: 0.6;
        }

        /* HIGH-FASHION HEADER CONSTRUCTION SIGN */
        .header-construction-sign {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: rgba(0, 0, 0, 0.035);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 999px;
            padding: 3px 8px 2.5px 7px;
            margin-left: 20px;
            margin-top: 3px;
            line-height: 1;
            white-space: nowrap;
            user-select: none;
            pointer-events: none;
            box-sizing: border-box;
        }

        .header-construction-sign .construction-dot {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #c5a880;
            display: inline-block;
            flex-shrink: 0;
            animation: minaraDotPulse 2.5s ease-in-out infinite;
        }

        .header-construction-sign .construction-text {
            font-family: 'Gotham Narrow Bold', 'Gotham Narrow Book', -apple-system, BlinkMacSystemFont, sans-serif;
            font-size: 8px;
            font-weight: 700;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            color: #555555;
        }

        @keyframes minaraDotPulse {
            0%, 100% { opacity: 0.45; transform: scale(0.9); }
            50% { opacity: 1; transform: scale(1.15); }
        }

        @media(max-width:900px) {
            .header-construction-sign {
                margin-left: 10px;
                margin-top: 0;
                padding: 2.5px 6px 2px 5px;
                gap: 4px;
            }
            .header-construction-sign .construction-dot {
                width: 3.5px;
                height: 3.5px;
            }
            .header-construction-sign .construction-text {
                font-size: 7px;
                letter-spacing: 1.1px;
            }
        }

        @media(max-width:380px) {
            .header-construction-sign {
                margin-left: 6px;
                padding: 2px 5px 1.5px 4px;
            }
            .header-construction-sign .construction-text {
                font-size: 6.5px;
                letter-spacing: 0.8px;
            }
        }

        .menu-icon {
            display: none;
        }

        .menu-icon img {
            height: 14px;
        }

        @media(max-width:900px) {
            nav {
                display: none;
            }

            .desktop-only {
                display: none !important;
            }

            header {
                justify-content: space-between;
                align-items: center;
                padding: 6px 16px;
            }

            .menu-icon {
                display: block;
            }

            /* MOBILE CENTERED LOGO (same as catalog) */
            .center-logo-link {
                position: absolute !important;
                left: 50% !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                margin: 0 !important;
                pointer-events: none !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }

            .center-logo {
                height: 36px !important;
                pointer-events: auto !important;
            }
        }

        /* CART BUTTON IN HEADER (IDENTICAL TO CATALOG) */
        .cart-header-btn {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 12px;
            text-transform: uppercase;
            color: #000;
            cursor: pointer;
            margin-left: 15px;
        }

        .cart-header-btn img {
            height: 16px;
        }

        .cart-header-btn span {
            font-size: 12px;
        }

        /* MOBILE CART ICON */
        .mobile-cart {
            display: none;
        }

        @media(max-width:900px) {
            .mobile-cart {
                display: flex;
                align-items: center;
                gap: 4px;
                position: absolute;
                right: 16px;
                top: 10px;
            }

            .mobile-cart img {
                height: 16px;
            }
        }
        /* Product layout, gallery, pricing, and accordions moved to css/product/product-layout.css */

        /* FOOTER (PARIS CORNER LUXURY BRAND STYLE) */
        .site-footer {
          background: #0f0f0f;
          color: #ffffff;
          padding: 60px 20px 40px 20px;
          text-align: center;
          position: relative;
          z-index: 200;
          border-top: 1px solid rgba(255, 255, 255, 0.08);
          font-family: Helvetica, Arial, sans-serif;
          width: 100%;
        }

        .footer-container {
          max-width: 650px;
          margin: 0 auto;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        .footer-logo-wrap {
          margin-bottom: 14px;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .footer-logo {
          height: 72px;
          width: auto;
          filter: invert(1);
          opacity: 0.95;
          transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .footer-logo:hover {
          opacity: 1;
          transform: scale(1.03);
        }

        .footer-brand-title {
          font-family: 'Gotham Narrow Bold', sans-serif;
          font-size: 16px;
          letter-spacing: 3px;
          text-transform: uppercase;
          font-weight: 900;
          color: #ffffff;
          margin-bottom: 20px;
        }

        .footer-description {
          font-size: 12px;
          line-height: 1.65;
          color: rgba(255, 255, 255, 0.72);
          margin-bottom: 24px;
          max-width: 540px;
          font-weight: 400;
          letter-spacing: 0.2px;
        }

        .footer-support {
          font-size: 11px;
          letter-spacing: 0.5px;
          color: rgba(255, 255, 255, 0.6);
          margin-bottom: 28px;
        }

        .footer-support a {
          color: rgba(255, 255, 255, 0.95);
          text-decoration: none;
          transition: opacity 0.2s ease;
        }

        .footer-support a:hover {
          opacity: 0.7;
          text-decoration: underline;
        }

        .footer-social-icons {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 14px;
          margin-bottom: 30px;
        }

        .social-icon-btn {
          width: 42px;
          height: 42px;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.22);
          background: rgba(255, 255, 255, 0.04);
          color: #ffffff;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          transition: all 0.25s ease;
        }

        .social-icon-btn:hover {
          background: #ffffff;
          color: #000000;
          border-color: #ffffff;
          transform: translateY(-3px);
          box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
        }

        .footer-nav-links {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 14px;
          margin-bottom: 16px;
          font-size: 10px;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          flex-wrap: wrap;
        }

        .footer-nav-links a {
          color: rgba(255, 255, 255, 0.75);
          text-decoration: none;
          transition: color 0.25s ease;
        }

        .footer-nav-links a:hover {
          color: #ffffff;
        }

        .footer-nav-links .dot {
          opacity: 0.3;
          color: #ffffff;
        }

        .footer-copyright {
          font-size: 9px;
          letter-spacing: 1.2px;
          color: rgba(255, 255, 255, 0.4);
          text-transform: uppercase;
        }

        @media (max-width: 768px) {
          .site-footer {
            padding: 45px 16px 30px 16px;
          }
          .footer-logo {
            height: 60px;
          }
          .footer-brand-title {
            font-size: 14px;
            margin-bottom: 18px;
          }
          .footer-description {
            font-size: 11.5px;
            line-height: 1.6;
            margin-bottom: 20px;
          }
          .footer-support {
            font-size: 10.5px;
            margin-bottom: 24px;
          }
          .social-icon-btn {
            width: 38px;
            height: 38px;
          }
        }

        /* MENU PANEL — HIGH FASHION RICK OWENS AESTHETIC */
        .slideout {
            position: fixed;
            top: 0;
            left: -100%;
            width: 100%;
            max-width: 440px;
            height: 100dvh;
            background: #ffffff;
            z-index: 5000;
            transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            padding: 55px 36px 40px 36px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            box-shadow: 20px 0 60px rgba(0, 0, 0, 0.08);
            border-right: 1px solid #eaeaea;
        }

        @media (max-width: 600px) {
            .slideout {
                max-width: 100vw;
                padding: 50px 28px 36px 28px;
            }
        }

        .slideout.open {
            left: 0;
        }

        .close-btn {
            position: absolute;
            top: 22px;
            right: 24px;
            cursor: pointer;
            color: #000000;
            opacity: 0.85;
            transition: opacity 0.25s ease;
            z-index: 10;
            padding: 6px;
        }

        .close-btn:hover {
            opacity: 0.4;
        }

        .menu-nav-group {
            margin-bottom: 32px;
            display: flex;
            flex-direction: column;
        }

        .menu-group-label {
            font-family: 'Gotham Narrow Bold', sans-serif;
            font-size: 8.5px;
            font-weight: 900;
            letter-spacing: 3.5px;
            text-transform: uppercase;
            color: #999999;
            margin-bottom: 16px;
            display: block;
        }

        .slideout a {
            display: block;
            font-family: 'Gotham Narrow Bold', sans-serif;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.32em;
            margin-bottom: 16px;
            color: #111111;
            text-decoration: none;
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .slideout a:hover {
            opacity: 0.5;
            transform: translateX(4px);
        }

        /* INTRO ANIMATION (unchanged) */
        #luxuryIntro {
            position: fixed;
            inset: 0;
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(18px);
            z-index: 9999;
            opacity: 1;
            pointer-events: none;
            animation: luxFade 0.22s ease-out forwards;
        }

        @keyframes luxFade {
            0% {
                opacity: 1;
                backdrop-filter: blur(18px);
            }

            100% {
                opacity: 0;
                backdrop-filter: blur(0px);
            }
        }

        /* ====================== CART SYSTEM ADDED ====================== */

        /* DIMMER */
        #pageDimmer {
            position: fixed;
            inset: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.32);
            backdrop-filter: blur(1.4px);
            -webkit-backdrop-filter: blur(1.4px);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            z-index: 9000;
            will-change: opacity;
        }

        #pageDimmer.active {
            opacity: 1;
            pointer-events: auto;
        }

        /* CART PANEL */
        #cartPanel {
            position: fixed;
            top: 0;
            /* cover from very top, over header */
            right: 0;
            transform: translate3d(100%, 0, 0);
            will-change: transform;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            transform-style: preserve-3d;
            height: 100dvh;
            /* full screen height */
            width: 85vw;
            background: #fff;

            z-index: 10000;
            /* above everything */
            display: flex;
            flex-direction: column;
            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

        @media(min-width:901px) {
            #cartPanel {
                width: 26vw;
            }
        }

        #cartPanel.open {
            transform: translate3d(0, 0, 0);
        }

        .cart-header-row {
            position: relative;
            padding: 0 !important;
            min-height: 45px;
            border-bottom: 1px solid #eaeaea !important;
            display: block;
        }

        .cart-close {
            cursor: pointer;
        }

        .cart-header-row,
        .cart-ascii-wrap,
        .cart-section,
        .cart-item-row {
            border-color: #eaeaea !important;
        }


        .cart-ascii-wrap {
            background: #f7f7f7;
            border-bottom: 1px solid #eaeaea !important;
            display: flex;
            justify-content: flex-start;
            /* This overrides the panel's left border for this specific section */
            border-left: 1px solid #f7f7f7 !important;
            margin-left: -1px;
            outline: none !important;
        }

        .cart-ascii {
            font-family: monospace;
            white-space: pre;
            text-align: left;
            line-height: 1.1;
            color: #000;
        }

        /* Ensure the body doesn't have internal padding so lines touch edges */
        /* Ensure the body takes up the remaining space for the footer fix */
        .cart-body {
            padding: 0 !important;
            height: calc(100% - 80px);
            /* Adjusts for the larger header */
            display: flex;
            flex-direction: column;
        }

        /* Item Borders */
        .cart-item-row {
            border-bottom: 1px solid #eaeaea !important;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        /* Fixed image size to stop it from taking up the whole page */
        .cart-item-img {
            border: none !important;
        }

        .cart-item-details {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .cart-item-name {
            font-family: 'Gotham Narrow Bold', sans-serif;
            font-size: 11px;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            margin-bottom: 4px;
        }

        .cart-item-meta {
            font-size: 10px;
            opacity: 0.6;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }

        /* High-Fashion Quantity Stepper */
        .qty-stepper {
            display: flex;
            align-items: center;
            border: 1px solid #000;
            width: fit-content;
            margin-top: 8px;
        }

        .qty-btn {
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 14px;
            user-select: none;
        }

        .qty-val {
            width: 30px;
            text-align: center;
            font-size: 11px;
            border-left: 1px solid #000;
            border-right: 1px solid #000;
        }

        /* Remove Button - Pinned to bottom right of the item */
        .cart-remove-link {
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #1106e8 !important;
            /* Your light blue color */
            cursor: pointer;
            margin-top: 15px;
            text-decoration: underline;
        }

        .cart-auth-links {
            display: flex;
            gap: 30px;
            margin-top: 8px;
        }

        .cart-auth-links a {
            font-size: 11px;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
        }

        .cart-bottom {
            margin-top: auto;
        }

        .cart-section {
            padding: 12px 20px;
            border-top: 1px solid #eaeaea;
            font-size: 11px;
            text-transform: uppercase;
        }

        /* === FIX ACCOUNT HEADER ITEM === */
        .header-account a,
        .header-account a:link,
        .header-account a:visited,
        .header-account a:hover,
        .header-account a:active {
            color: #000 !important;
            text-decoration: none !important;
        }

        .header-account {
            display: flex;
            align-items: center;
            height: 100%;
            /* Takes up full header height to allow centering */
            align-self: center;
            /* Forces this specific item to center vertically */
            margin-top: -2px;
            /* Fine-tuning to match the 'Contact' text exactly */
        }

        .header-account .account-trigger {
            display: flex;
            align-items: center;
            gap: 6px;
            cursor: pointer;
        }

        .header-account .account-label {
            color: #000 !important;
            font-size: 11px !important;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1;
            margin-left: 4px;
            cursor: default;
        }

        @media (max-width:900px) {

            .mobile-account-block {
                margin-top: 0;
            }

            .mobile-account-link {
                display: flex;
                align-items: center;
                justify-content: space-between;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 0.28em;
                margin: 0 0 24px 0;
                cursor: pointer;
                color: #000;
                -webkit-tap-highlight-color: transparent;
                user-select: none;
            }

            .mobile-arrow {
                margin-left: 8px;
                font-size: 14px;
                transition: transform .25s ease;
                pointer-events: none;
            }

            .mobile-arrow.open {
                transform: rotate(90deg);
            }

            .mobile-account-dropdown {
                margin-top: 14px;
            }

            .mobile-account-dropdown .acc-item {
                background: #f4f4f4;
                margin: 10px 0;
                padding: 16px 18px;
                border: none;
                font-size: 13px;
                letter-spacing: 0.22em;
            }

            .mobile-account-link.logout {
                margin-top: 0;
                margin-bottom: 24px;
            }
        }

        /* MOBILE ACCOUNT BUTTON */
        .mobile-account {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 0.28em;
            margin: 26px 0;
            color: #000;
            cursor: pointer;
            user-select: none;
        }

        /* --- CART & ACCOUNT HOVER EFFECT --- */
        .cart-header-btn,
        .account-trigger,
        .header-left a,
        .header-right ul li a {
            transition: opacity 0.3s ease !important;
            cursor: pointer !important;
        }

        .cart-header-btn:hover,
        .account-trigger:hover,
        .header-left a:hover,
        .header-right ul li a:hover {
            opacity: 0.5 !important;
        }

        /* Precise Edge Alignment */
        .cart-header-row {
            position: relative;
            padding: 0 !important;

            /* --- CHANGE THIS TO MAKE THE TOP ROW TALLER (LONGER) --- */
            min-height: 45px;

            /* --- CHANGE THIS TO #000 TO MAKE THE LINE BLACK --- */
            border-bottom: 1px solid #000;
        }

        /* BAG 00 - Top Left */
        #bagCountLabel {
            position: absolute;
            top: 8px;
            left: 10px;
            font-size: 12px !important;
            font-family: 'Gotham Narrow Bold', sans-serif;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #000000 !important;
        }

        /* X CLOSE - Top Right */
        .cart-close {
            position: absolute;
            top: 7px;
            right: 9px;
            font-size: 12px !important;
            color: #1106e8 !important;
            letter-spacing: 1px;
            font-weight: 400;
            cursor: pointer;
            text-transform: uppercase;
        }

        /* Shipping & Totals Box */
        .shipping-total-box {
            background: #f7f7f7;
            border-top: 1px solid #000;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 10px;
        }

        .box-top-row,
        .box-bottom-row {
            display: flex;
            justify-content: space-between;
            width: 100%;
            font-family: 'Gotham Narrow Bold', sans-serif;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .box-row {
            display: flex;
            justify-content: space-between;
            font-family: 'Gotham Narrow Bold', sans-serif;
            font-size: 11px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .box-bottom-row {
            position: absolute;
            bottom: 12px;
            left: 12px;
            width: calc(100% - 24px);
        }

        /* Payment Section */
        .payment-section {
            background: #eeeeee;
            /* Darker shade */
            border-top: 1px solid #000;
            padding: 20px 20px 40px 20px;
            min-height: 100px;
        }

        /* High Fashion Undo Button */
        .undo-btn {
            color: #ff0000 !important;
            cursor: pointer;
            font-weight: bold;
            text-decoration: underline;
            margin-left: 10px;
        }

        /* #9 Undo Link Styling */
        .undo-link {
            color: #1106e8 !important;
            text-decoration: underline;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
        }

        .removed-status {
            color: #000;
            opacity: 0.5;
            text-transform: uppercase;
            cursor: default;
        }

        .checkout-btn {
            width: 90%;
            margin: 15px auto;
            display: block;
            background: #ccff00;
            /* High fashion light green */
            color: #000;
            border: 1px solid #000;
            padding: 14px;
            font-family: 'Gotham Narrow Bold', sans-serif;
            font-size: 12px;
            letter-spacing: 2px;
            cursor: pointer;
            text-transform: uppercase;
        }

        /* #2: Make top row bigger vertically */
        .cart-head {
            height: 45px;
            /* Increased vertical size */
            padding: 0 20px;
            border-bottom: 1px solid #000 !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
            /* Keeps text centered in the same place */
        }

        .cart-header-row,
        .cart-ascii-wrap,
        .cart-section,
        .cart-item-row,
        #cartPanel,
        .cart-body {
            border-color: #000 !important;
        }

        /* Conflicting layout block removed. Managed in main style block above. */

        /* Reviews Modal Overlay moved to css/product/product-reviews.css */
        /* Scent Drawer & Bundle Picker styles moved to css/product/product-bundle.css */

        @media (min-width: 901px) {
            header {
                height: 54px;
                align-items: flex-start;
            }
        }
