:root{
  --fashion-black:#0d0d0d;
  --fashion-charcoal:#171717;
  --fashion-cream:#f7f4ef;
  --fashion-soft:#f3f3f1;
  --fashion-line:#e7e2d9;
  --fashion-muted:#6f6a63;
  --fashion-gold:#c4a46b;
  --fashion-gold-deep:#9e7e45;
  --fashion-white:#ffffff;
}

html{
  scroll-behavior:smooth;
}

body.fashionHome{
  background:var(--fashion-white);
  color:var(--fashion-black);
}

/* PROMO BAR */
.promoBar{
  background:#000;
  color:#fff;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.promoTrack{
  display:flex;
  width:max-content;
  animation:promoLoop 18s linear infinite;
}

.promoGroup{
  display:flex;
  align-items:center;
  gap:24px;
  white-space:nowrap;
  flex-shrink:0;
  padding:12px 0;
  min-width:max-content;
  font-size:12px;
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
}

@keyframes promoLoop{
  from{
    transform:translateX(0);
  }
  to{
    transform:translateX(-50%);
  }
}

/* HEADER */
.siteHeader{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--fashion-line);
}
.headerRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:84px;
}
.brandLink{
  text-decoration:none;
  color:inherit;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.logoImg{
  width:56px;
  height:56px;
  object-fit:contain;
}
.brandTextWrap h1{
  margin:0;
  font-size:20px;
  letter-spacing:.18em;
  font-weight:900;
}
.brandTextWrap .sub{
  margin-top:4px;
  color:var(--fashion-muted);
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
}

.mainNav{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.navLink{
  text-decoration:none;
  color:var(--fashion-black);
  padding:12px 14px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  border-radius:999px;
  transition:.22s ease;
}
.navLink:hover,
.navLink.active{
  background:#111;
  color:#fff;
}

.cartbtn{
  display:flex;
  gap:10px;
  align-items:center;
  background:#111;
  border:1px solid #111;
  color:#fff;
  padding:12px 14px;
  border-radius:999px;
  white-space:nowrap;
  cursor:pointer;
  text-decoration:none;
  transition:.22s ease;
}
.cartbtn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,.12);
}
.badge{
  min-width:22px;
  height:22px;
  border-radius:999px;
  background:var(--fashion-gold);
  color:#18130b;
  font-weight:800;
  display:grid;
  place-items:center;
  font-size:12px;
}

/* HERO */
.heroSplit{
  position:relative;
}
.heroMedia{
  position:relative;
  min-height:75vh;
  background:#ece7df;
}
.heroMedia > img{
  width:100%;
  height:75vh;
  object-fit:cover;
  display:block;
  filter:contrast(1.02) saturate(.96);
}
.heroOverlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.26) 38%, rgba(0,0,0,.10) 100%);
}
.heroContent{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  color:#fff;
}
.heroKicker{
  display:inline-block;
  margin-bottom:18px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.28em;
  text-transform:uppercase;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(8px);
}
.heroTitle{
  max-width:700px;
  margin:0;
  font-size:clamp(34px, 6vw, 72px);
  line-height:.98;
  font-weight:900;
  letter-spacing:.02em;
}
.heroSub{
  max-width:560px;
  margin:20px 0 0;
  font-size:16px;
  line-height:1.8;
  color:rgba(255,255,255,.88);
}
.heroActions{
  display:flex;
  gap:12px;
  margin-top:28px;
  flex-wrap:wrap;
}
.heroBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  transition:.22s ease;
}
.heroBtn.dark{
  background:#fff;
  color:#111;
}
.heroBtn.dark:hover{
  transform:translateY(-1px);
}
.heroBtn.light{
  color:#fff;
  border:1px solid rgba(255,255,255,.4);
  background:rgba(255,255,255,.08);
}
.heroBtn.light:hover{
  background:rgba(255,255,255,.14);
}

/* GENERAL SECTIONS */
.mainContent{
  padding-top:42px;
  padding-bottom:48px;
}
.sectionHead{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:22px;
  flex-wrap:wrap;
}
.sectionHead.center{
  justify-content:center;
  text-align:center;
  align-items:center;
}
.eyebrow{
  font-size:11px;
  font-weight:900;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:var(--fashion-muted);
}
.sectionTitle{
  margin:6px 0 0;
  font-size:clamp(28px, 4vw, 54px);
  line-height:.92;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

/* CATEGORY */
.quickCats{
  margin-bottom:56px;
}
.catGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.catCard{
  border:1px solid var(--fashion-line);
  background:#fff;
  padding:0;
  cursor:pointer;
  text-align:left;
  transition:.22s ease;
}
.catCard:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(0,0,0,.08);
}
.catCardMedia{
  aspect-ratio: 4 / 4.7;
  overflow:hidden;
  background:#f2eee7;
}
.catCardMedia img{
  width:100%;
  height:127%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.catCard:hover .catCardMedia img{
  transform:scale(1.04);
}
.catCardText{
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.catName{
  font-size:18px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.catHint{
  font-size:11px;
  letter-spacing:.20em;
  text-transform:uppercase;
  color:var(--fashion-muted);
}

/* TOOLBAR */
.productsShell{
  margin-bottom:42px;
}
.toolbar{
  display:grid;
  gap:10px;
  grid-template-columns: 1.4fr .8fr .8fr;
  width:min(100%, 760px);
}
.toolbar input,
.toolbar select{
  height:50px;
  border:1px solid var(--fashion-line);
  background:#fff;
  color:#111;
  padding:0 16px;
  outline:none;
  border-radius:0;
  font-size:14px;
}
.toolbar input:focus,
.toolbar select:focus{
  border-color:#000;
}

/* GRID */
.grid{
  display:grid;
  gap:20px;
  grid-template-columns:repeat(4,minmax(0,1fr));
}

/* CARD */
.card{
  border:1px solid var(--fashion-line);
  background:#fff;
  overflow:hidden;
  box-shadow:none;
  cursor:pointer;
  transition:.22s ease;
  border-radius:0;
}
.card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 36px rgba(0,0,0,.08);
}
.card:focus-visible{
  outline:3px solid rgba(196,164,107,.24);
  outline-offset:3px;
}

.img{
  height:340px;
  overflow:hidden;
  background:#f4f0ea;
  position:relative;
  touch-action:pan-y;
}
.img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  user-select:none;
  -webkit-user-drag:none;
}

.content{
  padding:16px 16px 18px;
  display:grid;
  gap:10px;
}
.title{
  font-size:15px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  min-height:38px;
}
.meta{
  display:flex;
  justify-content:space-between;
  gap:8px;
  color:var(--fashion-muted);
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.price{
  color:#111;
  font-weight:900;
}
.row{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}

/* SALE BADGE STYLE */
.card .img::after{
  content:"Save 29%";
  position:absolute;
  top:14px;
  left:14px;
  background:#111;
  color:#fff;
  padding:8px 10px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  z-index:2;
}

/* CARD BUTTONS */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border:1px solid #111;
  background:#fff;
  color:#111;
  text-decoration:none;
  cursor:pointer;
  transition:.2s ease;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  border-radius:999px;
}
.btn:hover{
  background:#111;
  color:#fff;
}
.btnBrand{
  background:#111;
  color:#fff;
}
.btnBrand:hover{
  background:var(--fashion-gold);
  color:#111;
  border-color:var(--fashion-gold);
}
.btnGhost{
  background:#fff;
  color:#111;
}

/* BRAND BANNER */
.brandBanner{
  margin-top:30px;
  border:1px solid var(--fashion-line);
  background:linear-gradient(135deg, #111 0%, #232323 100%);
  color:#fff;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:20px;
  align-items:center;
  padding:30px;
}
.brandBannerSmall{
  font-size:11px;
  font-weight:900;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(255,255,255,.66);
}
.brandBanner h3{
  margin:10px 0 10px;
  font-size:clamp(28px, 4vw, 46px);
  line-height:1;
  text-transform:uppercase;
}
.brandBanner p{
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.8;
  max-width:520px;
}
.brandBannerLogoWrap{
  display:flex;
  align-items:center;
  justify-content:center;
}
.brandLogoBig{
  width:180px;
  height:180px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.24));
}

/* TOAST */
.toast{
  position:fixed;
  left:16px;
  bottom:16px;
  background:#fff;
  border:1px solid var(--fashion-line);
  padding:12px 14px;
  border-radius:999px;
  display:none;
  gap:10px;
  align-items:center;
  max-width:min(420px, calc(100vw - 32px));
  box-shadow:0 16px 30px rgba(0,0,0,.10);
  z-index:99;
}
.toast strong{
  color:#0a8e51;
}
.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#0a8e51;
  box-shadow:0 0 0 6px rgba(10,142,81,.12);
}

/* PRODUCT PAGE */
.view{display:none}
.view.active{display:block}

.wrap{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:24px;
  margin-top:20px;
}
.box{
  border:1px solid var(--fashion-line);
  background:#fff;
}
.pimg{
  height:620px;
  background:#f6f2eb;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid var(--fashion-line);
}
.pimg img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.thumbs{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
  padding:14px;
  border-bottom:1px solid var(--fashion-line);
  background:#fff;
}
.thumb{
  height:80px;
  overflow:hidden;
  border:1px solid var(--fashion-line);
  background:#fff;
  cursor:pointer;
}
.thumb.active{
  border-color:#111;
  box-shadow:0 0 0 2px rgba(0,0,0,.06);
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.pad{
  padding:24px;
}
.productMiniLabel{
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--fashion-muted);
  margin-bottom:10px;
}
.ptitle{
  font-size:38px;
  line-height:1.02;
  margin:0 0 8px;
  text-transform:uppercase;
}
.pprice{
  font-size:30px;
  font-weight:900;
  margin:16px 0;
}
.prow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.spec{
  display:grid;
  gap:12px;
}
.spec div{
  padding:16px;
  border:1px solid var(--fashion-line);
  background:#fbfaf8;
}
.divider{
  border:0;
  border-top:1px solid var(--fashion-line);
  margin:20px 0;
}
.productCode{
  font-size:13px;
}
.backBtnStyled{
  margin-bottom:18px;
}

/* CAROUSEL */
.carArrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.6);
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(6px);
  display:grid;
  place-items:center;
  cursor:pointer;
  user-select:none;
  z-index:2;
}
.carArrow:hover{
  background:#fff;
}
.carArrow:active{
  transform:translateY(-50%) scale(.98);
}
.carArrow.left{ left:10px; }
.carArrow.right{ right:10px; }
.carArrow[disabled]{
  opacity:.45;
  cursor:not-allowed;
}
.carDots{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:12px;
  display:flex;
  gap:6px;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.75);
  z-index:2;
}
.carDot{
  width:7px;
  height:7px;
  border-radius:999px;
  background:rgba(0,0,0,.22);
  cursor:pointer;
}
.carDot.active{
  background:#111;
  box-shadow:0 0 0 4px rgba(0,0,0,.08);
}

/* FOOTER */
.siteFooter{
  border-top:1px solid var(--fashion-line);
  background:#fff;
}
.footerRow{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  padding-top:20px;
  padding-bottom:20px;
}
.footerRight{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  color:var(--fashion-muted);
}
.menuToggle{
  display:none;
  width:46px;
  height:46px;
  border:none;
  background:#111;
  color:#fff;
  border-radius:999px;
  font-size:22px;
  cursor:pointer;
}

.desktopCart .cartIcon{
  font-size:18px;
  line-height:1;
}

.mobileSidebarOverlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  opacity:0;
  visibility:hidden;
  transition:.25s ease;
  z-index:110;
}

.mobileSidebar{
  position:fixed;
  top:0;
  left:0;
  width:min(82vw, 320px);
  height:100vh;
  background:#fff;
  transform:translateX(-100%);
  transition:.28s ease;
  z-index:120;
  border-right:1px solid #e7e2d9;
  display:flex;
  flex-direction:column;
}

.mobileSidebar.show{
  transform:translateX(0);
}
.mobileSidebarOverlay.show{
  opacity:1;
  visibility:visible;
}

.mobileSidebarHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 16px;
  border-bottom:1px solid #e7e2d9;
}
.mobileSidebarBrand{
  font-size:18px;
  font-weight:900;
  letter-spacing:.14em;
}
.closeSidebar{
  width:40px;
  height:40px;
  border:none;
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:18px;
  cursor:pointer;
}

.mobileSidebarNav{
  display:flex;
  flex-direction:column;
  padding:12px;
}
.mobileSidebarNav a{
  text-decoration:none;
  color:#111;
  border-bottom:1px solid #f1ece3;
  padding:16px 10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.mobileCartLink{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.floatingCartMobile{
  display:none;
  position:fixed;
  right:14px;
  bottom:18px;
  width:58px;
  height:58px;
  border-radius:999px;
  background:#111;
  color:#fff;
  text-decoration:none;
  align-items:center;
  justify-content:center;
  box-shadow:0 18px 35px rgba(0,0,0,.24);
  z-index:130;
}
.floatingCartIcon{
  font-size:24px;
  line-height:1;
}
.floatingCartMobile .badge{
  position:absolute;
  top:-4px;
  right:-2px;
  min-width:24px;
  height:24px;
  font-size:12px;
}

@media (max-width:780px){
  .menuToggle{
    display:grid;
    place-items:center;
  }

  .mainNav{
    display:none;
  }

  .floatingCartMobile{
    display:flex;
  }

  .siteHeader .headerRow{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }

  .brandTextWrap .sub{
    display:none;
  }
}

/* RESPONSIVE */
@media (max-width:1100px){
  .grid{ grid-template-columns:repeat(3,1fr); }
  .catGrid{ grid-template-columns:repeat(3,1fr); }
}
@media (max-width:900px){
  .wrap{ grid-template-columns:1fr; }
  .brandBanner{ grid-template-columns:1fr; }
  .toolbar{ grid-template-columns:1fr; width:100%; }
  .heroMedia > img,
  .heroMedia{ min-height:64vh; height:64vh; }
  .thumbs{ grid-template-columns:repeat(5,1fr); }
}
@media (max-width:780px){
  .headerRow{
    min-height:auto;
    padding-top:14px;
    padding-bottom:14px;
    align-items:flex-start;
    flex-direction:column;
  }
  .mainNav{
    width:100%;
  }
  .navLink,
  .cartbtn{
    flex:1;
    justify-content:center;
  }
  .grid{ grid-template-columns:repeat(2,1fr); }
  .catGrid{ grid-template-columns:1fr; }
  .heroTitle{ line-height:1.02; }
  .pimg{ height:420px; }
}
@media (max-width:520px){
  .grid{ grid-template-columns:1fr; }
  .thumbs{ grid-template-columns:repeat(4,1fr); }
  .brandTextWrap .sub{ font-size:11px; }
  .heroKicker{ letter-spacing:.16em; }
  .heroSub{ font-size:14px; }
}