body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 320px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* =========================
   OVERLAY (BLUR + FALLBACK)
========================= */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* fallback */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9998;
}

.cart-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* =========================
   DRAWER
========================= */
.cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 420px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: right 0.35s ease;
  display: flex;
  flex-direction: column;
}

.cart-drawer.open {
  right: 0;
}

/* =========================
   HEADER
========================= */
.cart-header {
  padding: 18px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.cart-header button {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

/* =========================
   CONTENT
========================= */
#cart-drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

/* =========================
   PRODUCT ITEM (CLEAN UI)
========================= */
/* ITEM */
.cart-item {
  display: flex;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}

/* IMAGE */
.cart-img img {
  width: 80px;
  height: auto;
  object-fit: cover;
}

/* RIGHT SIDE */
.cart-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* TOP ROW */
.cart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* NAME */
.cart-name {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

/* PRICE */
.cart-price {
  font-size: 13px;
  font-weight: 500;
}

/* META (SIZE / COLOR) */
.cart-meta {
  font-size: 12px;
  color: #777;
  margin: 6px 0;
  line-height: 1.6;
  text-transform: uppercase;
}

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

.cart-qty {
  font-size: 12px;
  letter-spacing: 1px;
}

.qty-btn {
  display: inline-block;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}

.qty-number {
  display: inline-block;
  min-width: 15px;
  text-align: center;
}

.cart-remove {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

/* =========================
   FOOTER
========================= */
.cart-footer {
  padding: 20px;
  border-top: 1px solid #eee;
}

/* TOTAL */
.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
}

.cart-total strong {
  font-weight: 600;
}

/* CHECKOUT BUTTON */
.checkout-btn {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 13px;
}

.checkout-btn:hover {
  background: #111;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .cart-drawer {
    width: 100%;
  }

  .cart-item img {
    width: 70px;
  }
}

/* =========================
   LOCK BODY WHEN OPEN
========================= */
body.drawer-open {
  overflow: hidden;
}
.cart-meta {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}
/* HORIZONTAL LAYOUT */
.option-image-box {
    display: flex;
    gap: 15px;
}

/* HIDE RADIO DOT */
.option-input {
    display: none;
}

/* GRID (2 columns like your screenshot) */
.option-grid {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;        /* 🔥 always one row */
}

/* HIDE RADIO */
.option-input {
    display: none;
}

/* BOX STYLE */
.option-box {
    flex: 1 1 0;              /* 🔥 allows shrinking */
    min-width: 0;             /* 🔥 CRITICAL FIX (prevents overflow!) */
    max-width: 220px;         /* prevents huge box on 1 item */
    padding: 14px 10px;       /* slightly smaller for mobile */
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #fafafa;
    transition: all 0.2s ease;
    font-size: 14px;          /* helps fit on small screens */
}
@media (max-width: 768px) {
    .option-box {
        flex: 1 1 calc(50% - 10px);   /* 2 per row */
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .option-box {
        flex: 1 1 100%;              /* 1 per row */
        max-width: 100%;
    }
}

/* HOVER */
.option-box:hover {
    border-color: #999;
}

/* SELECTED (ðŸ”¥ EXACT LIKE YOUR IMAGE) */
.option-input:checked + .option-box {
    border: 2px solid #000;
    background: #fff;
}

/* OPTIONAL: DISABLED STYLE (diagonal line) */
.option-input:disabled + .option-box {
    position: relative;
    opacity: 0.6;
}

.option-input:disabled + .option-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        transparent 48%,
        #ccc 49%,
        #ccc 51%,
        transparent 52%
    );
}
/* COLOR GRID */
.option-color {
    display: flex;
    gap: 20px;
}

/* COLOR BOX */
.color-box {
    text-align: center;
    cursor: pointer;
}

/* COLOR CIRCLE */
.color-swatch {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    background: #fff;
    transition: all 0.2s ease;
}

/* INNER CIRCLE (THE MAGIC) */
.color-inner {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

/* IMAGE */
.color-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.color-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* COLOR NAME */
.color-text {
    font-size: 13px;
    text-align: center;
}
/* SELECTED COLOR */
.option-input:checked + .color-box .color-swatch {
    border: 2px solid #000;
    transform: scale(1.1);
}

/* HOVER */
.color-box:hover .color-swatch {
    border-color: #000;
}

/* ============================================================
   LUXURY HEADER — Dries Van Noten / Armani Style
   Add this block to your stylesheet.css
   ============================================================ */

/* ---- Google Font import (Cormorant Garamond — luxury editorial) ---- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Jost:wght@300;400;500&display=swap');

/* ---- CSS Variables ---- */
:root {
  --lux-white:        #ffffff;
  --lux-black:        #0a0a0a;
  --lux-grey-light:   #f5f5f5;
  --lux-grey-mid:     #e0e0e0;
  --lux-grey-text:    #888888;
  --lux-accent:       #0a0a0a;
  --lux-header-h:     64px;
  --lux-menu-w:       480px;
  --lux-font-display: 'Cormorant Garamond', serif;
  --lux-font-body:    'Jost', sans-serif;
  --lux-transition:   cubic-bezier(0.76, 0, 0.24, 1);
}

/* ---- Reset base styles that OpenCart sets ---- */
body {
  font-family: var(--lux-font-body);
  background: var(--lux-white);
  margin: 0;
  padding: 0;
}

/* ============================================================
   HEADER
   ============================================================ */
#luxury-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--lux-white);
  border-bottom: 1px solid var(--lux-grey-mid);
  height: var(--lux-header-h);
  display: flex;
  flex-direction: column;
}

.luxury-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--lux-header-h);
  padding: 0 28px;
  position: relative;
}

/* Push main content below the fixed header */
main {
  margin-top: var(--lux-header-h);
}

/* ---- LEFT side: hamburger + search ---- */
.luxury-header-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}

/* Hamburger button */
.luxury-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 28px;
  flex-shrink: 0;
}

.luxury-hamburger span {
  display: block;
  height: 1px;
  background: var(--lux-black);
  width: 100%;
  transition: all 0.35s var(--lux-transition);
  transform-origin: center;
}

.luxury-hamburger:hover span:nth-child(2) {
  width: 70%;
}

/* Search trigger */
.luxury-search-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--lux-black);
    font-family: var(--lux-font-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none !important;
    color: #6e6e6e;
    background: white !important;
}

.luxury-search-trigger i {
  font-size: 14px;
}

.luxury-search-trigger:hover {
  color: var(--lux-grey-text);
}

/* ---- CENTER: Logo ---- */
.luxury-header-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

#logo {
  margin: 0;
  line-height: 1;
}

.luxury-logo-img {
  max-height: 28px;
  width: auto;
  display: block;
}

.luxury-logo-text {
  font-family: var(--lux-font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--lux-black);
  text-decoration: none;
  white-space: nowrap;
}

.luxury-logo-text:hover {
  color: var(--lux-black);
  text-decoration: none;
}

/* ---- RIGHT side: account, wishlist, cart ---- */
.luxury-header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
}

.luxury-header-action {
  position: relative;
}

.luxury-action-link {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: var(--lux-black);
  font-family: var(--lux-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.luxury-action-link i {
  font-size: 15px;
}

.luxury-action-link:hover {
  color: var(--lux-grey-text);
  text-decoration: none;
}

.luxury-action-label {
  display: none;
}

@media (min-width: 992px) {
  .luxury-action-label {
    display: inline;
  }
}

/* Cart badge (item count) */
.luxury-cart-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.luxury-cart-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--lux-black);
  color: var(--lux-white);
  font-family: var(--lux-font-body);
  font-size: 10px;
  font-weight: 500;
  min-width: 17px;
  height: 17px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 3px;
  pointer-events: none;
}

/* ---- Search slide-down bar ---- */
.luxury-search-bar {
  background: var(--lux-white);
  border-top: 1px solid var(--lux-grey-mid);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s var(--lux-transition);
}

.luxury-search-bar.is-open {
  max-height: 80px;
}

.luxury-search-bar-inner {
  display: flex;
  align-items: center;
  padding: 12px 28px;
  gap: 12px;
}

.luxury-search-bar-inner .input-group {
  flex: 1;
  border: none;
  border-bottom: 1px solid var(--lux-black);
  border-radius: 0;
}

.luxury-search-bar-inner .input-group input {
  border: none;
  outline: none;
  box-shadow: none;
  font-family: var(--lux-font-body);
  font-size: 13px;
  letter-spacing: 0.06em;
  background: transparent;
  padding-left: 0;
}

.luxury-search-bar-inner .input-group input:focus {
  box-shadow: none;
  border-color: transparent;
}

.luxury-search-bar-inner .btn {
  background: none;
  border: none;
  color: var(--lux-black);
  padding: 0 8px;
}

.luxury-search-close {
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.luxury-search-close span {
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background: var(--lux-black);
  top: 50%;
  left: 50%;
}

.luxury-search-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.luxury-search-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ============================================================
   SIDE MENU OVERLAY (blur backdrop)
   ============================================================ */
.luxury-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 1090;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--lux-transition);
}

.luxury-menu-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

/* ============================================================
   SIDE MENU PANEL
   ============================================================ */
.luxury-side-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--lux-menu-w);
  max-width: 90vw;
  height: 100vh;
  z-index: 1100;
  background: var(--lux-white);
  transform: translateX(-100%);
  transition: transform 0.55s var(--lux-transition);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

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

/* Scrollbar styling */
.luxury-side-menu::-webkit-scrollbar {
  width: 3px;
}

.luxury-side-menu::-webkit-scrollbar-track {
  background: transparent;
}

.luxury-side-menu::-webkit-scrollbar-thumb {
  background: var(--lux-grey-mid);
  border-radius: 2px;
}

/* Close button */
.luxury-menu-close {
  position: absolute;
  top: 22px;
  left: 24px;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
}

.luxury-menu-close span {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background: var(--lux-black);
}

.luxury-menu-close span:first-child {
  transform: rotate(45deg);
}

.luxury-menu-close span:last-child {
  transform: rotate(-45deg);
}

/* Inner container with padding */
.luxury-menu-inner {
  padding: 72px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
}

/* Topbar: currency / language */
.luxury-menu-topbar {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
}

.luxury-topbar-item {
  font-family: var(--lux-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: var(--lux-grey-text);
  text-transform: uppercase;
}

/* Divider */
.luxury-menu-divider {
  height: 1px;
  background: var(--lux-grey-mid);
  margin: 20px 0;
  flex-shrink: 0;
}

/* ---- Categories (OpenCart menu rendered inside panel) ---- */
.luxury-menu-categories {
  margin: 0;
}

/* Override OpenCart navbar inside our side panel */
.luxury-menu-categories nav,
.luxury-menu-categories #menu {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: unset !important;
}

.luxury-menu-categories .navbar {
  padding: 0;
}

.luxury-menu-categories .navbar-nav {
  flex-direction: column !important;
  gap: 0;
}

.luxury-menu-categories .nav-item {
  border-bottom: none;
}

.luxury-menu-categories .nav-link,
.luxury-menu-categories a.nav-link {
  font-family: var(--lux-font-display) !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  color: var(--lux-black) !important;
  padding: 10px 0 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  display: block;
  transition: color 0.2s, letter-spacing 0.3s var(--lux-transition);
  text-transform: none !important;
  background: none !important;
}

.luxury-menu-categories .nav-link:hover {
  color: var(--lux-grey-text) !important;
  letter-spacing: 0.08em !important;
}

/* Dropdown arrows — hide in side panel */
.luxury-menu-categories .dropdown-toggle::after {
  display: none !important;
}

/* Dropdown submenus inside side panel */
.luxury-menu-categories .dropdown-menu {
  position: static !important;
  transform: none !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  padding: 0 0 8px 16px !important;
  margin: 0 !important;
  display: none;
  flex-direction: column;
}

.luxury-menu-categories .dropdown-menu.show {
  display: flex;
}

.luxury-menu-categories .dropdown-item {
  font-family: var(--lux-font-body) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  color: var(--lux-grey-text) !important;
  padding: 6px 0 !important;
  text-transform: uppercase !important;
  background: none !important;
  transition: color 0.2s;
}

.luxury-menu-categories .dropdown-item:hover {
  color: var(--lux-black) !important;
  background: none !important;
}

/* ---- Footer links: phone, contact, returns ---- */
.luxury-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.luxury-menu-links li a {
  font-family: var(--lux-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lux-black);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}

.luxury-menu-links li a:hover {
  color: var(--lux-grey-text);
}

.luxury-menu-link-icon {
  font-size: 13px;
  width: 16px;
  text-align: center;
  color: var(--lux-grey-text);
}

/* ---- Account links ---- */
.luxury-menu-account-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.luxury-menu-account-links li a {
  font-family: var(--lux-font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lux-black);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}

.luxury-menu-account-links li a:hover {
  color: var(--lux-grey-text);
}

/* ============================================================
   HIDE original OpenCart header / nav elements
   ============================================================ */
#top,
header .container,
header .row,
#cart,
nav#menu {
  /* We replace these entirely — hide if they appear outside our markup */
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  :root {
    --lux-menu-w: 100vw;
    --lux-header-h: 56px;
  }

  .luxury-header-inner {
    padding: 0 16px;
  }

  .luxury-header-left {
    gap: 16px;
  }

  .luxury-search-label {
    display: none;
  }

  .luxury-menu-inner {
    padding: 64px 24px 40px;
  }

  .luxury-menu-categories .nav-link,
  .luxury-menu-categories a.nav-link {
    font-size: 22px !important;
  }
}


   
   
