

    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --gold: #e6c7ab;
      --gold-light: #e6c7ab;
      --gold-dark: #e6c7ab;
      --noir: #0D0D0D;
      --noir-soft: #000;
      --cream: #F8F5F0;
      --cream-dark: #EDE8E0;
      --white: #FFFFFF;
      --text-main: #1A1A1A;
      --text-muted: #6B6057;
      --serif: 'Cormorant Garamond', Georgia, serif;
      --sans: 'Lato', Arial, sans-serif;
      --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--sans);
      background-color: var(--cream);
      color: var(--text-main);
      overflow-x: hidden;
    }

    /* ─── ANNOUNCEMENT BAR ─── */
    .announcement-bar {
      background-color: var(--noir);
      color: var(--gold-light);
      text-align: center;
      padding: 10px 20px;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: var(--sans);
      font-weight: 300;
    }
    .announcement-bar a { color: var(--gold); text-decoration: none; margin-left: 8px; }

    /* ─── NAVIGATION ─── */

#mainNav{
    position: relative;
}
/* cache le mega menu */
/* mega menu stable */
.submenu.mega-menu{
    position:fixed;
    top:0;
    left:-600px;

    width:600px;
    height:100vh;

    background:#f4f1ede6;

    display:block;

    padding:87px 40px;

    overflow-y:auto;

    transition:left .35s ease;     text-align: left;

    opacity:1;
    visibility:visible;
    pointer-events:auto; 
}
.has-submenu.active > .submenu.mega-menu{
    left:0;
}

.menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:998;

    opacity:0;
    visibility:hidden;

    transition:.3s;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}


.menu-overlay:hover{
  cursor:url('../img/cursor-close.webp') 20 20, pointer;
}
li.has-submenu{
    position: static;     padding: 37px 0;
}
.mega-column{
    min-width:180px;
}

.mega-title{
       font-weight: 600 !important;
    font-size: 13px !important;
    display: block;
    margin-bottom: 10px;
    color: #000 !important;
}
.mega-submenu { margin-bottom: 37px}
.mega-submenu li a{
    font-size:12px;
    opacity:0.8;
    display:block;
    padding:4px 0;
}

.submenu a:hover{
    color:var(--gold);
    background:rgba(200,169,110,.05);
}


#mainNav{
    flex:1;
}
#_desktop_cart { width: auto}
.nav2{
    order:3;
    margin-left:15px;
}

#search_widget{
    order:2;
}

#mainNav{
    order:1;
}
#left-column .block-categorie{ display: none }
.nav-actions{
    display:flex;
    align-items:center;
}
.header-top {z-index: 999999; }
#search_widget { display: none}
#mainNav{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.nav-right{
    display:flex;
    align-items:center;
    gap:20px;
}
.nav2{
    display:flex;
    align-items:center;
    margin-left:20px;
}
    nav {
      position: sticky;
      top: 0;
      z-index: 99999;
      background: rgba(248, 245, 240, 0.96);
      backdrop-filter: blur(12px);
      padding: 0 60px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 75px;
      transition: box-shadow var(--transition);
    }
    nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.06); }

    .nav-links {
      display: flex;
      gap: 36px;
      list-style: none; margin-bottom: 0 
    }
    .nav-links a {
      text-decoration: none;
      font-family: var(--sans);
      font-size: 11px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--text-muted);
      font-weight: 400;
      transition: color var(--transition);
      position: relative; z-index: 9
    }
    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 0;
      height: 1px;
      background: var(--gold);
      transition: width var(--transition);
    }
    .nav-links a:hover { color: var(--noir); }
    .nav-links a:hover::after { width: 100%; }

    .logo-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-decoration: none;
    }
    .logo-center img {
      height: 69px;
      object-fit: contain;
    }
    .logo-text {
      font-family: var(--serif);
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 8px;
      color: var(--noir);
      text-transform: uppercase;
      text-decoration: none;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 24px;
    }
    .nav-actions a {
      text-decoration: none;
      color: var(--text-muted);
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      transition: color var(--transition);
    }
    .nav-actions a:hover { color: var(--gold); }
    .btn-nav-cta {
      background: var(--noir);
      color: var(--gold-light) !important;
      padding: 9px 22px;
      font-size: 10px !important;
      letter-spacing: 2.5px !important;
      text-transform: uppercase;
      border: 1px solid var(--noir);
      transition: all var(--transition) !important;
    }
    .btn-nav-cta:hover {
      background: var(--gold) !important;
      border-color: var(--gold) !important;
      color: var(--noir) !important;
    }

 /* ── BREADCRUMB ── */
    #wrapper .breadcrumb {
      padding: 18px 52px;
      display: flex; gap: 6px; align-items: center;
      font-size: 11px; color: var(--text-muted); font-weight: 300;
      letter-spacing: 0.5px;
    }
    #wrapper .breadcrumb li a { color: var(--text-muted); text-decoration: none; transition: color var(--tr); }
    #wrapper .breadcrumb li a:hover { color: var(--gold-dark); }




 /* ── PRODUCT LAYOUT ── */

.product-actions .add-to-cart{ width: 100%;
    padding: 18px;
    background: var(--noir);
    color: var(--white);
    border: 1.5px solid var(--noir);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: var(--sans);
    font-weight: 400;
    cursor: pointer;
    transition: all var(--tr);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;}
#product-availability {
    margin-top: .625rem;
    display: inline-block;
    font-weight: 100;
    font-family: var(--sans);
}
.product-information #block-reassurance { display: none }
    .product-page {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      min-height: calc(100vh - 120px);     margin-right: 0;margin-left: 0;      margin-bottom: 40px;}

    /* ── GALLERY ── */
    .gallery-col {
      position: sticky;
      top: 68px;
      height: calc(100vh - 68px);
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 0;
      background: var(--cream-dark);
      overflow: hidden;
    }

    .thumbs {
      display: flex;
      flex-direction: column;
      gap: 0;
      border-right: 1px solid rgba(200,169,110,0.15);
      padding: 20px 12px;
      gap: 10px;
      overflow-y: auto;
      scrollbar-width: none;
    }
    .thumbs::-webkit-scrollbar { display: none; }

    .thumb {
      width: 56px; height: 56px;
      cursor: pointer;
      overflow: hidden;
      border: 1px solid transparent;
      transition: border-color var(--tr);
      flex-shrink: 0;
    }
    .thumb.active { border-color: var(--gold); }
    .thumb:hover { border-color: rgba(200,169,110,0.5); }
    .thumb img { width: 100%; height: 100%; object-fit: cover; }

    .main-image {
      position: relative;
      overflow: hidden;
      cursor: zoom-in;
    }
    .main-image img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
    }
    .main-image:hover img { transform: scale(1.04); }

    .gallery-badge {
      position: absolute; top: 24px; left: 24px; z-index: 2;
      background: #C0392B; color: white;
      font-size: 11px; font-weight: 700; letter-spacing: 1px;
      padding: 6px 14px;
      font-family: var(--sans);
    }

    .gallery-nav {
      position: absolute; bottom: 24px; right: 24px;
      display: flex; gap: 8px; z-index: 2;
    }
    .gallery-nav-btn {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.9);
      border: 1px solid rgba(200,169,110,0.3);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: all var(--tr);
    }
    .gallery-nav-btn:hover { background: var(--gold); border-color: var(--gold); }
    .gallery-nav-btn:hover svg { stroke: white; }
    .gallery-nav-btn svg { width: 14px; height: 14px; stroke: var(--text-muted); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

 .social-sharing { display: none}
    /* ── INFO COL ── */
    .info-col {
      padding: 48px 56px 80px;
      background: var(--white);
      border-left: 1px solid rgba(200,169,110,0.12);
      overflow-y: auto;
    }

    .product-brand-line {
      display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
    }
    .product-cat-tag {
      font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
      color: var(--gold-dark); border: 1px solid rgba(200,169,110,0.4);
      padding: 5px 12px; font-weight: 400;
    }
    .product-stock-tag {
      font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
      color: #C0392B; font-weight: 400;
    }

    .product-name {
      font-family: var(--serif);
      font-size: clamp(36px, 4vw, 54px);
      font-weight: 300; color: var(--noir); line-height: 1.0;
      margin-bottom: 6px; letter-spacing: -0.5px; text-align: left
    }
    .product-name em { font-style: italic; color: var(--gold-dark); }

    .product-subtitle {
      font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
      color: var(--text-muted); font-weight: 300; margin-bottom: 28px;
    }

     /* PRICE */
    .price-block {
      display: flex; align-items: baseline; gap: 14px;
      margin-bottom: 32px; padding-bottom: 32px;
      border-bottom: 1px solid rgba(200,169,110,0.15);
    }
    .price-now {
      font-family: var(--serif);
      font-size: 36px; font-weight: 400; color: var(--noir);
    }
    .price-old {
      font-family: var(--serif);
      font-size: 20px; color: rgba(107,96,87,0.45);
      text-decoration: line-through; font-weight: 300;
    }
    .price-badge {
      background: #C0392B; color: white;
      font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
      padding: 5px 10px; text-transform: uppercase;
    }
    .price-note {
      font-size: 11px; color: var(--text-muted); font-weight: 300;
      margin-top: -22px; margin-bottom: 28px;     text-align: left;
    }

    /* COLORS */
    .selector-label {
      font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
      color: var(--text-muted); font-weight: 400; margin-bottom: 12px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .selector-label span { color: var(--noir); font-weight: 400; }

    .color-options {
      display: flex; gap: 8px; margin-bottom: 28px;
    }
    .color-opt {
      display: flex; flex-direction: column; align-items: center; gap: 7px;
      cursor: pointer; text-decoration: none;
    }
    .color-swatch {
      width: 44px; height: 44px;
      border: 2px solid transparent;
      transition: border-color var(--tr);
      overflow: hidden;
    }
    .color-opt.active .color-swatch,
    .color-swatch:hover { border-color: var(--gold); }
    .color-swatch img { width: 100%; height: 100%; object-fit: cover; }
    .color-name {
      font-size: 9px; letter-spacing: 1px; text-transform: uppercase;
      color: var(--text-muted); text-align: center; max-width: 48px; line-height: 1.3;
    }

     .product-variants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.padd { font-family: var(--serif)}
.fancybox-container {     z-index: 99999999; }
    /* SIZES */
    .size-options {
      display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px;
    }
    .size-btn {
      width: 48px; height: 48px;
      border: 1px solid var(--gold-light); ; 
      background: transparent;
      font-size: 13px; font-weight: 400; font-family: var(--sans);
      color: var(--text-main); cursor: pointer;
      transition: all var(--tr);
      display: flex; align-items: center; justify-content: center;
    }
    .size-btn:hover { border-color: var(--gold); background: rgba(200,169,110,0.06); }
    .size-btn.active { background: var(--noir); color: var(--white); border-color: var(--noir); }
    .size-btn.unavailable { opacity: 0.28; cursor: not-allowed;     text-decoration-line: line-through;
    text-decoration-thickness: 2px; }


.size-btn.unavailable::after{
     content: '';
    position: absolute;
    left: 33%;
    top: 41%;
    width: 18px;
    height: 1px;
    background: #d5c5c5;
}
    .size-guide-link {
      font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
      color: var(--gold-dark); text-decoration: none; border-bottom: 1px solid rgba(200,169,110,0.4);
      padding-bottom: 1px; transition: color var(--tr); cursor: pointer;
    }
    .size-guide-link:hover { color: var(--gold); }
#cms #content-wrapper , #cart #content-wrapper  { width: calc(100% - 40px ) ; margin: 0 auto}
body#checkout section#content {
    margin-bottom: 1.563rem;
    padding-top: 33px;
}
.styleh1 h1 {
    margin-bottom: 0;
    font-weight: normal;
    font-family: var(--sans);
    padding: 15px 0;
}

    /* ─── HERO ─── */
    .hero {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: calc(100vh - 105px);
    }

    .hero-panel {
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .hero-panel-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .hero-panel:hover .hero-panel-bg { transform: scale(1.04); }

    .hero-panel-homme .hero-panel-bg {
      background-image: 
       /* linear-gradient(to bottom, rgba(13,13,13,0.18) 0%, rgba(13,13,13,0.55) 100%),*/
        url('../img/homme.jpg');
    }
    .hero-panel-femme .hero-panel-bg {
      background-image: 
        linear-gradient(to bottom, rgba(13,13,13,0.12) 0%, rgba(13,13,13,0.50) 100%),
       url('../img/femme.jpg');
    }

    .hero-panel-content {
      position: relative;
      z-index: 2;
      height: 100%;
      min-height: calc(100vh - 105px);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 60px 56px;
    }

    .hero-tag {
      display: inline-block;
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold-light);
      border: 1px solid rgba(200, 169, 110, 0.5);
      padding: 6px 16px;
      margin-bottom: 20px;
      width: fit-content;
      font-family: var(--sans);
      font-weight: 300;
    }

    .hero-title {
      font-family: var(--serif);
      font-size: clamp(52px, 6vw, 88px);
      font-weight: 300;
      color: var(--noir);
      line-height: 0.9;
      margin-bottom: 20px;
      letter-spacing: -1px;     text-align: left;
    }
    .hero-title em {
      font-style: italic;
      color: var(--gold-light);
    }

    .hero-subtitle {
      font-size: 12px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
      font-weight: 300;
      margin-bottom: 36px;
      font-family: var(--sans);     text-align: left;
    }

    .hero-btn {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      background: transparent;
      border: 1px solid rgba(200, 169, 110, 0.7);
      color: var(--gold-light);
      text-decoration: none;
      font-family: var(--sans);
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding: 14px 28px;
      transition: all var(--transition);
      width: fit-content;
      font-weight: 400;
    }
    .hero-btn:hover {
      background: var(--gold);
      border-color: var(--gold);
      color: var(--noir);
    }
    .hero-btn-arrow {
      width: 20px;
      height: 1px;
      background: currentColor;
      position: relative;
      transition: width var(--transition);
    }
    .hero-btn-arrow::after {
      content: '';
      position: absolute;
      right: 0;
      top: -3px;
      width: 7px;
      height: 7px;
      border-right: 1px solid currentColor;
      border-top: 1px solid currentColor;
      transform: rotate(45deg);
    }
    .hero-btn:hover .hero-btn-arrow { width: 30px; }

    .hero-divider {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 1px;
      background: linear-gradient(to bottom, transparent, rgba(200,169,110,0.6) 30%, rgba(200,169,110,0.6) 70%, transparent);
      z-index: 10;
      pointer-events: none;
    }

.page-header h1 {
    text-align: center;
    font-family: var(--serif);
    font-size: 41px;
    font-weight: 300;
    color: var(--noir);
}

.box-name  { float : left ; text-align : left ;  font-size : 13px   }
.box-name img { width : 60px  ;  float : left}
 .prod-cat-name {   float: left; margin: 15px 0; max-width : 70%  ;     padding-left: 10px;     font-family: var(--sans);  text-transform: uppercase}

.dropbtn {
  background-color: transparent;
    color: #000;
  padding: 4px 3px;
  font-size: 13px;
  border: none;
  cursor: pointer; text-align  : right ; width : 100% 
}

.acc-colors .acc-icon{
    position: relative;
    width:18px;
    height:18px;
    display:block;
    flex-shrink:0;
}

.acc-colors .acc-icon::before,
.acc-colors .acc-icon::after{
    content:"";
    position:absolute;
    background:#c8a96e;
}

.acc-colors .acc-icon::before{
    top:50%;
    left:0;
    width:18px;
    height:1px;
    transform:translateY(-50%);
}

.acc-colors .acc-icon::after{
    left:50%;
    top:0;
    width:1px;
    height:18px;
    transform:translateX(-50%);
}

.acc-colors.open .acc-icon::after{
    display:none !important;
}
.acc-colors .right{
    display: flex;
    align-items: center;
    gap: 10px;
}

.acc-colors .acc-icon{
    margin-left: 5px;
}
.dropdown {
  position: relative;
  display: inline-block;     width: 100%;
    border: solid 1px #ddd;
}
.itemColorProduct a { color: #695f5f; }
 /*.dropbtn.actif {
    
    padding: 2px 0;text-align: left; width: 100%;} */
.dropbtn .item-color:after { content : '\f107' ; font-family:'FontAwesome'; padding-left : 10px    } 
.item-color  {  margin : 18px 4px }


.dropbtn.actif .item-color:after  { content : '\f00d' ; float : right }
.box-livraison {      text-align: center;width: 80%;  margin: 33px auto 0 auto; }
.dropdown-content {
  display: none;
  position: relative;
  min-width: 160px;
  overflow: auto;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 2px 0px;
  text-decoration: none;
  display: block;
}


.show {display: block;}

#subcategories ul {
    column-gap: 8px;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
} 
#subcategories li {
    position: relative;
    padding: 0;
    margin: 0;
    min-width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}
#subcategories h3 {    font-family: var(--sans);
       font-size: 16px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9e9792; 
    font-weight: 300;
    text-align: left;
    margin: 15px 0;}
#subcategories h3  a{ color: var(--text-muted); }


#products {
    color: #000;
    margin: 0 auto;
    clear: both;
    width: calc(100% - 100px);
    padding: 38px 0;
}
#subcategories h4 {    font-family: var(--serif); text-align: left; }
#subcategories li .img{
  display: block ; width: 100% ; 
    overflow:hidden;
}

#subcategories li img{
    width:100%;
    display:block;
    transition:transform .6s cubic-bezier(.25,.46,.45,.94);
    transform:scale(1);
}

#subcategories li:hover img{
    transform:scale(1.06);
}
#subcategories .hero-btn{
    position:absolute;
    left:10px;
   bottom: 60px ; 
    transform:translate(-50%,calc(-50% + 20px));

    display:inline-flex;
    align-items:center;
    gap:14px;

    padding:14px 28px;

   border: 1px solid rgba(200, 169, 110, 0.7);
    color: var(--gold-light); 
    backdrop-filter:blur(6px);

    color:#fff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:11px;

    opacity:0;
    visibility:hidden; 

    transition:
        opacity .35s ease,
        transform .35s ease,
        background .35s ease;

    z-index:5;
}

#subcategories li:hover .hero-btn{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,-50%);
}

   .product-miniature .product-price  , #products .regular-price{
       font-family: var(--sans);
    font-size: 16px ;
    color: #000;
    font-weight: 400;
    text-align: left 
}
.product_category .product-title a, .product_category .price {
    font-size: 21px;
}

    /* ─── BRAND SECTION ─── */
    .brand-section {
      background: var(--noir);
      padding: 100px 60px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .brand-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 30px,
        rgba(200,169,110,0.03) 30px,
        rgba(200,169,110,0.03) 31px
      );
    }
    .brand-inner { position: relative; z-index: 1; max-width: 750px; margin: 0 auto; }

    .brand-ornament {
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: center;
      margin-bottom: 40px;
    }
    .ornament-line {
      height: 1px;
      width: 60px;
      background: linear-gradient(to right, transparent, var(--gold));
    }
    .ornament-line.right { background: linear-gradient(to left, transparent, var(--gold)); }
    .ornament-diamond {
      width: 6px;
      height: 6px;
      background: var(--gold);
      transform: rotate(45deg);
    }

    .brand-label {
      font-size: 10px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
      font-family: var(--sans);
      font-weight: 300;
      margin-bottom: 24px;
    }
    .brand-headline {
      font-family: var(--serif);
      font-size: clamp(32px, 4.5vw, 58px);
      font-weight: 300;
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 28px;
    }
    .brand-headline em { font-style: italic; color: var(--gold-light); }

    .brand-body {
      font-size: 15px;
      line-height: 1.9;
      color: rgba(255,255,255,0.55);
      font-weight: 300;
      letter-spacing: 0.3px;
      margin-bottom: 48px;
    }

    .brand-stats {
      display: flex;
      justify-content: center;
      gap: 0;
      border-top: 1px solid rgba(200,169,110,0.15);
      padding-top: 48px;
    }
    .stat {
      flex: 1;
      max-width: 180px;
      padding: 0 30px;
      border-right: 1px solid rgba(200,169,110,0.15);
    }
    .stat:last-child { border-right: none; }
    .stat-number {
      font-family: var(--serif);
      font-size: 42px;
      font-weight: 300;
      color: var(--gold);
      display: block;
      line-height: 1;
      margin-bottom: 8px;
    }
    .stat-label {
      font-size: 10px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      font-weight: 300;
    }

    /* ─── COLLECTIONS ─── */
    .collections {
      padding: 100px 60px;
      background: var(--cream);
    }
    .section-header {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 56px;
    }
    .section-label {
      font-size: 10px;
      letter-spacing: 4px;
      text-transform: uppercase;
      color: var(--gold);
      font-family: var(--sans);
      font-weight: 300;
      margin-bottom: 14px;
      display: block; text-align: left
    }
    .section-title {
      font-family: var(--serif);
      font-size: clamp(30px, 3.5vw, 46px);
      font-weight: 300;
      color: var(--noir);
      line-height: 1.1;
    }
    .section-title em { font-style: italic; color: var(--gold-dark); }

    .section-link {
      font-size: 11px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--text-muted);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: color var(--transition);
      padding-bottom: 4px;
      border-bottom: 1px solid transparent;
      white-space: nowrap;
    }
    .section-link:hover {
      color: var(--gold-dark);
      border-color: var(--gold);
    }

    .products-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    text-align: left;
    text-transform: capitalize;
    margin-top: 1rem;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 400;
    color: var(--noir);
    margin-bottom: 6px;
    text-align: left;
    line-height: 29px;
}
    .product-card {
      position: relative;
      cursor: pointer;
    }
    .product-card-img {

      overflow: hidden;
      background: var(--cream-dark);
      margin-bottom: 20px;
      position: relative; 
    }
    .product-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); max-width: 100%;
    }
    .product-card:hover .product-card-img img { transform: scale(1.06); }
#products .product-miniature {margin: 0 5px; }

    .product-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      background: var(--noir);
      color: var(--gold-light);
      font-size: 9px;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 6px 12px;
      font-family: var(--sans);
      font-weight: 400;
    }
    .product-badge.new { background: var(--gold); color: var(--noir); }

    .product-overlay {
      position: absolute;
      inset: 0;
      background: rgba(13,13,13,0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity var(--transition);
    }

.product-card-img:hover .product-overlay{
    opacity:1;
}
    .overlay-btn {
      background: var(--white);
      color: var(--noir);
      border: none;
      padding: 12px 28px;
      font-size: 10px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-family: var(--sans);
      cursor: pointer;
      font-weight: 400;
      transition: all 0.25s;
      text-decoration: none;
      display: inline-block;
    }
    .overlay-btn:hover { background: var(--gold); color: var(--noir); }
     .product-miniature .product-title { text-align: left}
    .product-miniature .product-title a.product-name {
      font-family: var(--serif);
      font-size: 20px;
      font-weight: 400;
      color: var(--noir);
      margin-bottom: 6px; text-align: left  ;     line-height: 29px;
    }
    .product-category {
      font-size: 10px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--text-muted);
      font-weight: 300;
      margin-bottom: 10px;     text-align: left;
    }
    .product-price {
         font-family: var(--sans);
      font-size: 18px;
      color: var(--gold-dark);
      font-weight: 400;     text-align: left !important ; 
    display: block!important ; 
    }

   .discount-percentage {    color: var(--gold-dark);}

    /* ─── CRAFT SECTION ─── */
    .craft-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 600px;
    }
    .craft-visual {
      position: relative;
      overflow: hidden;
      background: var(--noir-soft);
    }
    .craft-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.8;
    }
    .craft-content {
      background: var(--noir);
      padding: 80px 72px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .craft-content .section-label { margin-bottom: 12px; }
    .craft-headline {
      font-family: var(--serif);
      font-size: clamp(32px, 3.5vw, 50px);
      font-weight: 300;
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 28px; text-align: left
    }
    .craft-headline em { font-style: italic; color: var(--gold-light); }
    .craft-body {
      font-size: 14px;
      line-height: 1.9;
      color: rgba(255,255,255,0.5);
      font-weight: 300;
      margin-bottom: 44px;
      max-width: 420px;     text-align: left;
    }
    .craft-features {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 44px;
    }
    .craft-feature {
      display: flex;
      align-items: flex-start;
      gap: 16px;
    }
    .feature-icon {
      width: 32px;
      height: 32px;
      border: 1px solid rgba(200,169,110,0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .feature-icon svg { width: 14px; height: 14px; stroke: var(--gold); }
    .feature-text strong {
      display: block;
      font-size: 12px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--white);
      font-weight: 400;
      margin-bottom: 4px;
      font-family: var(--sans);     text-align: left;
    }
    .feature-text span {
      font-size: 13px;
      color: rgba(255,255,255,0.4);
      font-weight: 300;
    }

    /* ─── LOOKBOOK STRIP ─── */
    .lookbook {
      padding: 90px 0;
      background: var(--cream-dark);
      overflow: hidden;
    }
    .lookbook-header {
      padding: 0 60px;
      margin-bottom: 48px;
    }
    .lookbook-strip {
      display: flex;
      gap: 16px;
      padding: 0 60px;
      overflow-x: auto;
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
    }
    .lookbook-strip::-webkit-scrollbar { display: none; }
    .lookbook-item {
      flex-shrink: 0;
      scroll-snap-align: start;
    }
    .lookbook-item:nth-child(1) { width: 380px; }
    .lookbook-item:nth-child(2) { width: 260px; }
    .lookbook-item:nth-child(3) { width: 320px; }
    .lookbook-item:nth-child(4) { width: 260px; }
    .lookbook-item:nth-child(5) { width: 380px; }

    .lookbook-img {
      overflow: hidden;
      position: relative;
    }
    .lookbook-item:nth-child(odd) .lookbook-img { height: 480px; }
    .lookbook-item:nth-child(even) .lookbook-img { height: 380px; margin-top: 50px; }

    .lookbook-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s ease;
    }
    .lookbook-item:hover .lookbook-img img { transform: scale(1.05); }

    /* PERKS */
    .perks {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0;
      border: 1px solid rgba(200,169,110,0.18);
      margin-bottom: 36px;
    }
    .perk {
      padding: 16px 18px;
      display: flex; align-items: center; gap: 10px;
      border-right: 1px solid rgba(200,169,110,0.18);
      border-bottom: 1px solid rgba(200,169,110,0.18);
    }
    .perk:nth-child(2), .perk:nth-child(4) { border-right: none; }
    .perk:nth-child(3), .perk:nth-child(4) { border-bottom: none; }
    .perk svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.4; stroke-linecap: round; flex-shrink: 0; }
    .perk-text strong { display: block; font-size: 11px; font-weight: 400; color: var(--noir); letter-spacing: 0.5px; margin-bottom: 2px; }
    .perk-text span { font-size: 10px; color: var(--text-muted); font-weight: 300; }

    /* ACCORDION */
    .accordion { border-top: 1px solid rgba(200,169,110,0.18); }
    .acc-item { border-bottom: 1px solid rgba(200,169,110,0.18); }
    .acc-trigger {
      width: 100%; background: none; border: none; cursor: pointer;
      padding: 18px 0;
      display: flex; align-items: center; justify-content: space-between;
      font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
      color: var(--text-main); font-family: var(--sans); font-weight: 400;
      text-align: left;
    }
    .acc-icon {
      width: 18px; height: 18px; position: relative; flex-shrink: 0;
    }
    .acc-icon::before, .acc-icon::after {
      content: ''; position: absolute;
      background: var(--gold-dark);
      transition: transform var(--tr), opacity var(--tr);
    }
    .acc-icon::before { top: 50%; left: 0; right: 0; height: 1px; transform: translateY(-50%); }
    .acc-icon::after { top: 0; bottom: 0; left: 50%; width: 1px; transform: translateX(-50%); }
    .acc-item.open .acc-icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }

    .acc-body { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
    .acc-body-inner { padding: 0 0 24px; }
 .acc-body-inner p { font-size: 14px;
    color: var(--text-muted);
    font-weight: 300;
    line-height: 1.9;
    margin-bottom: 16px; text-align: left}
.product-information{     font-family: var(--sans);}
    /* Description content */
    .detail-row {
      display: flex; gap: 16px; margin-bottom: 12px;
      align-items: flex-start;
    }
    .detail-key {
      font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
      color: var(--gold); font-weight: 400; min-width: 110px; padding-top: 2px;
    }
    .detail-val {
      font-size: 13px; color: var(--text-main); font-weight: 300; line-height: 1.6;
    }
.acc-body-inner ul{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    width:110px;
    clear:both;
}

.acc-body-inner ul li{
    color:var(--gold);
    font-size:9px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.acc-body-inner ul + p{
    margin:0 0 14px 130px;
    font-size:13px;
    line-height:1.6;
    color:var(--text-main);
}


    /* Size guide table */
    .size-table {
      width: 100%; border-collapse: collapse; font-size: 12px;
      font-weight: 300;
    }
    .size-table th {
      font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
      color: var(--text-muted); font-weight: 400; padding: 8px 14px;
      background: var(--cream); border: 1px solid rgba(200,169,110,0.18);
      text-align: center;
    }
    .size-table td {
      padding: 9px 14px; text-align: center;
      border: 1px solid rgba(200,169,110,0.12);
      color: var(--text-main);
    }
    .size-table tr:hover td { background: rgba(200,169,110,0.06); }
    .size-table td.highlight { font-weight: 700; color: var(--green-product); }

    .fab-note {
      display: flex; gap: 10px; align-items: flex-start;
      padding: 14px 16px; background: var(--cream);
      border-left: 2px solid var(--gold); margin-bottom: 10px;
    }
    .fab-note svg { width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.5; flex-shrink: 0; margin-top: 1px; }
    .fab-note span { font-size: 12px; color: var(--text-muted); font-weight: 300; line-height: 1.6; }

    /* ── RELATED ── */
    .related-section {
      background: var(--cream-dark);
      padding: 80px 52px;
    }
    .related-header { margin-bottom: 44px; }
    .section-label {
      font-size: 10px; letter-spacing: 4px; text-transform: uppercase;
      color: var(--gold); font-weight: 300; display: block; margin-bottom: 10px;
    }
    .section-title {
      font-family: var(--serif);
      font-size: 36px; font-weight: 300; color: var(--noir); line-height: 1.1;
    }
    .section-title em { font-style: italic; color: var(--gold-dark); }

    .related-grid {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    }
    .rel-card { cursor: pointer; }
    .rel-img {
      aspect-ratio: 3/4; overflow: hidden; background: var(--cream);
      margin-bottom: 14px; position: relative;
    }
    .rel-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
    .rel-card:hover .rel-img img { transform: scale(1.05); }
    .rel-overlay {
      position: absolute; inset: 0; background: rgba(13,13,13,0.45);
      display: flex; align-items: center; justify-content: center;
      opacity: 0; transition: opacity var(--tr);
    }
    .rel-card:hover .rel-overlay { opacity: 1; }
    .rel-overlay-btn {
      background: var(--white); color: var(--noir); border: none;
      padding: 10px 22px; font-size: 9px; letter-spacing: 2px;
      text-transform: uppercase; font-family: var(--sans); cursor: pointer;
    }
    .rel-name { font-family: var(--serif); font-size: 16px; font-weight: 400; color: var(--noir); margin-bottom: 4px; }
    .rel-type { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--text-muted); font-weight: 300; margin-bottom: 6px; }
    .rel-price { font-family: var(--serif); font-size: 15px; color: var(--gold-dark); }


    /* ─── SERVICES ─── */
    .services-section  , #custom-text{
      background: var(--cream);
      padding: 90px 60px; 
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(200,169,110,0.2);
      border: 1px solid rgba(200,169,110,0.2);
    }
    .service-item {
      background: var(--cream);
      padding: 44px 36px;
      text-align: center;
      transition: background var(--transition);
    }
    .service-item:hover { background: var(--white); }
    .service-icon-wrap {
      width: 52px;
      height: 52px;
      border: 1px solid rgba(200,169,110,0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      transition: border-color var(--transition), background var(--transition);
    }
    .service-item:hover .service-icon-wrap {
      border-color: var(--gold);
      background: rgba(200,169,110,0.08);
    }
    .service-icon-wrap svg { width: 22px; height: 22px; stroke: var(--gold); }
    .service-name {
      font-family: var(--serif);
      font-size: 19px;
      font-weight: 400;
      color: var(--noir);
      margin-bottom: 10px;
    }
    .service-desc {
      font-size: 13px;
      line-height: 1.7;
      color: var(--text-muted);
      font-weight: 300;
    }

    /* ─── STORES ─── */
    .stores-section {
      background: var(--noir);
      padding: 90px 60px;
    }
    .stores-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 56px;
    }
    .store-card {
      border: 1px solid rgba(200,169,110,0.2);
      padding: 36px 28px;
      transition: border-color var(--transition), background var(--transition);
      cursor: pointer;
      text-decoration: none;
      display: block;
    }
    .store-card:hover {
      border-color: rgba(200,169,110,0.6);
      background: rgba(200,169,110,0.04);
    }
    .store-city {
      font-family: var(--serif);
      font-size: 22px;
      font-weight: 400;
      color: var(--white);
      margin-bottom: 6px;
    }
    .store-name {
      font-size: 10px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 300;
      margin-bottom: 18px;
    }
    .store-addr {
      font-size: 13px;
      color: rgba(255,255,255,0.4);
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .store-link-text {
      font-size: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 300;
    }
    .store-link-text svg { width: 14px; height: 14px; stroke: var(--gold); }
.service-icon-wrap::before{
    font-size:22px;
    color:var(--gold);
    line-height:1;
}
.icon-delivery::before{
    content:"→";
    font-size:28px;
}

.icon-return::before{
    content:"↺";
    font-size:28px;
}

.icon-quality::before{
    content:"✦";
    font-size:24px;
}

.icon-support::before{
    content:"✆";
    font-size:24px;
}
.to_top {
    width: 33px;
    height: 32px;
    position: fixed;
    bottom: 30px;
    right: 23px;
    padding: 5px 8px 10px;
    background: var(--gold-dark);    border-radius: 4px;
    cursor: pointer;
    z-index: 9999;
}

    /* ─── NEWSLETTER ─── */
    .newsletter {
      background: var(--cream-dark);
      padding: 90px 60px;
      text-align: center;
    }
    .newsletter-inner { max-width: 520px; margin: 0 auto; }
    .newsletter .section-label { justify-content: center; display: block; text-align: center}
    .newsletter h2 {
      font-family: var(--serif);
      font-size: clamp(28px, 3vw, 40px);
      font-weight: 300;
      color: var(--noir);
      margin: 12px 0 16px;
    }
    .newsletter h2 em { font-style: italic; color: var(--gold-dark); }
    .newsletter p {
      font-size: 14px;
      color: var(--text-muted);
      font-weight: 300;
      margin-bottom: 36px;
      line-height: 1.7;
    }
    .newsletter-form {
      display: flex;
      gap: 0;
      max-width: 440px;
      margin: 0 auto;
      border: 1px solid rgba(200,169,110,0.4);
    }
    .newsletter-form input {
      flex: 1;
      border: none;
      outline: none;
      background: var(--white);
      padding: 14px 20px;
      font-size: 13px;
      font-family: var(--sans);
      color: var(--noir);
      font-weight: 300;
      letter-spacing: 0.5px;
    }
    .newsletter-form input::placeholder { color: var(--text-muted); }
    .newsletter-form button {
      background: var(--noir);
      color: var(--gold-light);
      border: none;
      padding: 14px 28px;
      font-size: 10px;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      font-family: var(--sans);
      cursor: pointer;
      font-weight: 400;
      transition: background var(--transition);
      white-space: nowrap;
    }
    .newsletter-form button:hover { background: var(--gold); color: var(--noir); }

    /* ─── FOOTER ─── */
    .footer-container {
      background: var(--noir);
      padding: 72px 60px 36px;
      border-top: 1px solid rgba(200,169,110,0.12);
    }
    .footer-top {
      display: grid;
      grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
      gap: 60px;
      padding-bottom: 60px;
      border-bottom: 1px solid rgba(200,169,110,0.12);
    }
    .footer-logo {
      font-family: var(--serif);
      font-size: 26px;
      letter-spacing: 7px;
      color: var(--white);
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 16px;
      display: block;
    }
.footer-logo img { filter: brightness(0) invert(1); width: 100px  } 
    .footer-tagline {
      font-size: 12px;
      line-height: 1.8;
      color: rgba(255,255,255,0.35);
      font-weight: 300;
      margin-bottom: 28px;
      max-width: 260px;
    }
    .footer-social {
      display: flex;
      gap: 12px;
    }
    .social-btn {
      width: 36px;
      height: 36px;
      border: 1px solid rgba(200,169,110,0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(255,255,255,0.4);
      text-decoration: none;
      font-size: 13px;
      transition: all var(--transition);
    }
    .social-btn:hover {
      border-color: var(--gold);
      color: var(--gold);
    }

    .footer-col-title {
      font-size: 10px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 400;
      margin-bottom: 22px;
      font-family: var(--sans);
    }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .footer-links a {
      text-decoration: none;
      font-size: 13px;
      color: rgba(255,255,255,0.4);
      font-weight: 300;
      transition: color var(--transition);
    }
    .footer-links a:hover { color: var(--gold-light); }

    .footer-contact p {
      font-size: 13px;
      color: rgba(255,255,255,0.4);
      font-weight: 300;
      line-height: 1.7;
      margin-bottom: 12px;
    }
    .footer-contact a { color: var(--gold); text-decoration: none; }
    .footer-contact a:hover { color: var(--gold-light); }

    .footer-bottom {
      padding-top: 28px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .footer-copy {
      font-size: 11px;
      color: rgba(255,255,255,0.2);
      font-weight: 300;
      letter-spacing: 0.5px;
    }
    .footer-bottom-links {
      display: flex;
      gap: 28px;
    }
    .footer-bottom-links a {
      font-size: 11px;
      color: rgba(255,255,255,0.2);
      text-decoration: none;
      font-weight: 300;
      transition: color var(--transition);
    }
    .footer-bottom-links a:hover { color: rgba(255,255,255,0.5); }
  .copyright {
    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

    /* ─── MOBILE MENU ─── */
    .mobile-menu-btn {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
    }
    .mobile-menu-btn span {
      display: block;
      width: 22px;
      height: 1px;
      background: var(--noir);
      margin: 5px 0;
      transition: all 0.3s;
    }

 /* ── RESPONSIVE ── */
 

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1024px) {
      nav { padding: 0 32px; }
      .hero { grid-template-columns: 1fr; }
      .hero-panel:first-child { min-height: 60vh; }
      .hero-panel:last-child { min-height: 60vh; }
      .hero-panel-content { min-height: 60vh; padding: 40px 36px; }
      .hero-divider { display: none; }
      .products-grid { grid-template-columns: 1fr 1fr; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .stores-grid { grid-template-columns: 1fr 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
      .craft-section { grid-template-columns: 1fr; }
      .craft-visual { min-height: 380px; }
		
		 .product-page { grid-template-columns: 1fr; }
      .gallery-col { position: relative; top: auto; height: 70vw; min-height: 400px; }
      .info-col { padding: 36px 32px 60px; }
      .related-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
		#products { color: #000; margin: 0 auto; clear: both;  width: calc(100% - 40px);  padding: 38px 0;}
		#products .product-miniature { margin: 0 0px;}
			.price-now { font-family: var(--serif);font-size: 31px;  }
	#header .header-nav .top-logo {padding-top: 0; text-align: center;}
	#header .header-nav .top-logo a img { max-width: 100%; height: 69px; object-fit: contain;}
	#wrapper .breadcrumb {padding: 18px 30px; }
		.newsletter-form input { padding: 14px 0}
		    #wrapper .breadcrumb {
        padding: 18px 30px;
        display: none;
    }
		.nav-right {
    display: flex;
    align-items: center;
    gap: 0;
} 
		.size-btn {width: 40px;height: 40px; }
	.gallery-col { height: 85vw; }
    .gallery-col { grid-template-columns: 60px 1fr; }
    .thumb { width: 44px; height: 44px; }
    .info-col { padding: 28px 20px 60px; }
     .perks { grid-template-columns: 1fr; }
     .perk { border-right: none; border-bottom: 1px solid rgba(200,169,110,0.18); }
      .perk:last-child { border-bottom: none; }
      nav, .breadcrumb, .related-section, footer { padding-left: 20px; padding-right: 20px; }
      .related-grid { grid-template-columns: 1fr 1fr; }
      nav { padding: 0 20px; }
      .nav-links { display: none; }
		.nav-actions a { display: none }
		.section-title { text-align: left}
      .mobile-menu-btn { display: block; }
      .nav-actions a:not(.btn-nav-cta) { display: none; }
      .hero-panel-content { padding: 32px 24px; }
      .brand-section, .collections, .lookbook-header, .services-section, .stores-section, .newsletter, footer { padding-left: 24px; padding-right: 24px; }
      .products-grid { grid-template-columns: 1fr; gap: 20px; }
      .services-grid { grid-template-columns: 1fr; }
      .stores-grid { grid-template-columns: 1fr; }
      .brand-stats { flex-direction: column; gap: 28px; align-items: center; }
      .stat { border-right: none; border-bottom: 1px solid rgba(200,169,110,0.15); padding: 0 0 28px; }
      .stat:last-child { border-bottom: none; }
      .footer-top { grid-template-columns: 1fr; gap: 28px; }
      .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
      .section-header { flex-direction: column; align-items: flex-start; gap: 16px; }
      .craft-content { padding: 48px 24px; }
      .lookbook-strip { padding: 0 24px; }
		.mobile-nav{
        position:fixed;
        top:75px;         min-height: 100vh;
        left:0;
        width:100%;
        background:#fff;
        display:none;
        flex-direction: initial;
        padding:20px;
        z-index:999;
        border-top:1px solid #eee;
    }
 .mobile-nav .has-submenu > a{
        font-weight:400;
    }

    .mobile-nav .has-submenu.active > a{
        font-weight:700;
    }
    .mobile-nav.active{
        display:flex;
    }

    .mobile-nav li{
        list-style:none;
        margin:12px 0;  width: 100%   
    }
		 

    .mobile-nav a{
        display:block;
        color:#000;
        text-decoration:none;
        font-size:14px;
    }
		.mobile-menu-btn{
    background:none;
    border:none;
    cursor:pointer;
}

.mobile-menu-btn span{
    display:block;
    width:24px;
    height:2px;
    background:#000;
    margin:5px 0;
    transition:.3s;
}

.mobile-menu-btn.active span:nth-child(1){
    transform:rotate(45deg) translate(5px,5px);
}

.mobile-menu-btn.active span:nth-child(2){
    opacity:0;
}

.mobile-menu-btn.active span:nth-child(3){
    transform:rotate(-45deg) translate(5px,-5px);
}
	 .product_home.product-miniature .thumbnail-container {
        height: auto;
    }
		.services-section, #custom-text {
    background: var(--cream);
    padding: 20px 60px;
}
	.collections {padding: 20px 20px }
	.store-link-text { display: inline; }
		
	 .mobile-nav .submenu.mega-menu{
               position: absolute;
        width: 100%;
        height: auto;
        left: auto;
        padding: 10px 0 10px 15px;
        display: none;
        overflow: visible;
        float: left;
        top: 104px;
        padding: 30px;
    }

    .mobile-nav .has-submenu.active > .submenu.mega-menu{
        display:block;
    }
		    #js-product-list {
        margin: 0px auto;
    }
		#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    text-align: center !important;
}
		
    }



.footer-social {
    display: inline-flex;
    gap: 12px;
}

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .animate-in { animation: fadeUp 0.7s ease forwards; }
    .delay-1 { animation-delay: 0.1s; opacity: 0; }
    .delay-2 { animation-delay: 0.22s; opacity: 0; }
    .delay-3 { animation-delay: 0.34s; opacity: 0; }
    .delay-4 { animation-delay: 0.46s; opacity: 0; }

    /* Scroll reveal */
    .reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }