
:root{--bg:#fffdfb;--paper:#fff;--soft:#f5ece4;--soft2:#ead9cc;--ink:#43352d;--muted:#8b796e;--accent:#9b725a;--line:#eaded4;--danger:#b7564e}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,"Noto Sans TC","PingFang TC",sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}
.topbar{height:34px;background:#efe1d4;display:grid;place-items:center;font-size:12px}.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.header-inner{max-width:1320px;margin:auto;padding:18px 28px 12px;display:grid;grid-template-columns:230px 1fr 180px;align-items:center;gap:24px}.logo-main{font:italic 36px/1 Georgia,serif;color:#835e49}.logo-sub{font-size:9px;letter-spacing:.3em;color:#8d7566}.search{max-width:520px;justify-self:center;width:100%;border:1px solid var(--line);border-radius:999px;display:flex}.search input{flex:1;border:0;background:transparent;padding:12px 16px;outline:0}.search button{border:0;background:none;padding:0 15px}.actions{justify-self:end;display:flex;gap:14px;align-items:center;font-size:13px}.nav{display:flex;gap:24px;justify-content:center;padding:0 20px 14px;font-size:13px}.nav a.active{color:#d65c50!important;font-weight:700}.mobile-menu{display:none}.menu-btn{display:none;border:0;background:none;font-size:24px}
.container{max-width:1320px;margin:auto;padding:20px 28px 70px}
.hero{position:relative;overflow:hidden;border-radius:24px}.hero-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.hero-track::-webkit-scrollbar{display:none}.hero-slide{flex:0 0 100%;scroll-snap-align:start}.hero-slide img{width:100%;aspect-ratio:1348/372;object-fit:cover}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);border:0;background:transparent;color:rgba(60,45,37,.65);font:46px Georgia,serif;z-index:5;cursor:pointer}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.hero-dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:7px;z-index:6}.hero-dots button{width:7px;height:7px;border:0;border-radius:999px;padding:0;background:rgba(70,52,42,.25)}.hero-dots button.active{width:20px;background:rgba(70,52,42,.7)}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);margin:18px 0 65px;border:1px solid var(--line);border-radius:18px;background:#fff}.benefits>div{padding:18px;border-right:1px solid var(--line);display:flex;gap:10px}.benefits>div:last-child{border-right:0}.benefits b{display:block;font-size:13px}.benefits small{color:var(--muted)}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section-head h2{font:32px Georgia,"Noto Serif TC",serif;margin:4px 0}.section-head small{letter-spacing:.15em;color:#a48169}.section-head a{font-size:12px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.product-img{aspect-ratio:4/3;object-fit:cover;width:100%;background:#f4ece5}.product-body{padding:13px}.product-name{font-weight:700;font-size:14px}.meta{font-size:11px;color:var(--muted);margin:6px 0}.price{font-weight:800}.old{font-size:11px;color:#aaa;text-decoration:line-through;margin-left:6px}.sizes{display:flex;gap:5px;flex-wrap:wrap;margin:10px 0}.sizes button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px 8px;font-size:11px}.sizes button.active{background:#8b6754;color:#fff;border-color:#8b6754}.primary{border:0;border-radius:10px;background:#6a5143;color:#fff;padding:11px 14px;cursor:pointer}.secondary{border:1px solid #6a5143;border-radius:10px;background:#fff;color:#6a5143;padding:11px 14px;cursor:pointer}.full{width:100%}
.page-title{margin:20px 0 26px}.page-title h1{font:40px Georgia,"Noto Serif TC",serif;margin:0 0 8px}.page-title p{color:var(--muted);margin:0}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.filters a{border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:12px}.filters a.active{background:#a27a62;color:#fff}
.product-detail{display:grid;grid-template-columns:1.08fr .92fr;gap:48px}.gallery-main{border-radius:20px;overflow:hidden;background:#f6eee7}.gallery-main img{width:100%;aspect-ratio:4/3;object-fit:cover}.detail h1{font:38px Georgia,"Noto Serif TC",serif;margin:8px 0}.detail .price{font-size:25px}.detail p{line-height:1.8;color:#6c5d54}.option-label{font-weight:700;font-size:13px;margin:20px 0 8px}.qty{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;width:max-content}.qty button,.qty input{width:42px;height:40px;border:0;background:#fff;text-align:center}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.info-box{margin-top:22px;padding:16px;background:#faf4ee;border-radius:14px;font-size:13px;line-height:1.8}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.5fr .7fr;gap:28px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.cart-row{display:grid;grid-template-columns:90px 1fr auto;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row img{width:90px;height:80px;object-fit:cover;border-radius:10px}.summary{background:#f8f0e9;border-radius:18px;padding:22px;height:max-content}.summary-line{display:flex;justify-content:space-between;margin:10px 0}.summary-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-top:15px;font-size:18px;font-weight:800}.field{margin-bottom:13px}.field label{display:block;font-size:12px;color:var(--muted);margin-bottom:5px}.field input,.field select,.field textarea{width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}
.footer{background:#efe1d4;padding:42px 28px 18px}.footer-inner{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer a,.footer p{font-size:12px;color:#6f6057;line-height:1.7}.footer .col{display:flex;flex-direction:column;gap:8px}.copyright{max-width:1320px;margin:25px auto 0;padding-top:14px;border-top:1px solid #dcc9ba;text-align:center;font-size:11px;color:#8a776a}

/* Admin */
.admin-body{background:#f5f2ef}.admin-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}.admin-side{background:#4e3e35;color:#fff;padding:26px 18px}.admin-side .brand{font:italic 27px Georgia,serif;margin-bottom:28px}.admin-side button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#eee1d8;padding:11px 12px;border-radius:9px;margin-bottom:5px;cursor:pointer}.admin-side button.active,.admin-side button:hover{background:rgba(255,255,255,.12)}.admin-main{padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-top h1{margin:0;font-size:27px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.stat{background:#fff;border-radius:15px;padding:18px;border:1px solid #e7dfda}.stat b{font-size:25px}.stat span{display:block;font-size:12px;color:#8a7a70;margin-top:4px}.admin-card{background:#fff;border:1px solid #e5ddd7;border-radius:16px;padding:18px;margin-bottom:18px}.admin-card h2{margin-top:0}.admin-table{width:100%;border-collapse:collapse;font-size:13px}.admin-table th,.admin-table td{border-bottom:1px solid #eee6e1;padding:10px;text-align:left;vertical-align:middle}.admin-thumb{width:58px;height:50px;object-fit:cover;border-radius:8px}.tag{display:inline-block;padding:5px 8px;border-radius:999px;background:#efe3da;font-size:11px}.status-select{padding:7px;border:1px solid var(--line);border-radius:8px}.danger{background:#fff0ee;color:var(--danger);border:1px solid #ecc3bf}.login-wrap{min-height:100vh;display:grid;place-items:center;background:#f5f0eb}.login-card{width:min(92vw,420px);background:#fff;border-radius:20px;padding:28px;border:1px solid var(--line);box-shadow:0 18px 50px rgba(60,45,35,.08)}.login-card h1{font:italic 34px Georgia,serif;margin:0 0 6px}.notice{padding:12px;border-radius:10px;background:#fff3d9;color:#7b5d2f;font-size:12px;margin-bottom:15px}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-form-grid .full-span{grid-column:1/-1}.toolbar{display:flex;gap:8px;justify-content:space-between;align-items:center;margin-bottom:12px}.hidden{display:none!important}
@media(max-width:900px){.header-inner{grid-template-columns:44px 1fr 95px}.menu-btn{display:block}.search,.nav,.actions>a:first-child{display:none}.logo-main{font-size:25px}.container{padding:14px}.benefits{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr}.product-detail,.cart-layout,.checkout-layout{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.admin-side{display:flex;overflow-x:auto;padding:10px}.admin-side .brand{display:none}.admin-side button{white-space:nowrap;width:auto}.stats{grid-template-columns:1fr 1fr}.admin-main{padding:14px}.admin-table{font-size:11px}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .full-span{grid-column:auto}}
@media(max-width:560px){.hero-slide img{aspect-ratio:6/7}.grid{grid-template-columns:1fr 1fr;gap:10px}.product-img{aspect-ratio:1}.benefits>div{padding:13px}.footer-inner{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}}

.admin-card textarea{resize:vertical}


/* ===== V6 Contact social buttons ===== */
.contact-panel{
  max-width:780px;
}
.contact-socials{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
.contact-social{
  display:flex;
  align-items:center;
  gap:15px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.contact-social:hover{
  transform:translateY(-2px);
  border-color:#cdb5a5;
  background:#fffaf6;
}
.contact-social b{
  display:block;
  font-size:17px;
}
.contact-social small{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:12px;
}
.contact-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  flex:0 0 46px;
}
.contact-icon svg{
  width:42px;
  height:42px;
}
.contact-line{
  color:#72a884;
}
.contact-instagram{
  color:#775246;
}
.contact-social.is-disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
}
@media(max-width:620px){
  .contact-socials{
    grid-template-columns:1fr;
  }
}


/* ===== V8 Product image blank-space fix ===== */
.product-detail{
  align-items:start;
}
.gallery-main{
  align-self:start;
  height:fit-content;
}
.gallery-main img{
  display:block;
}


/* =========================================================
   V10 — Little Maison visual redesign
   Korean kids boutique / warm latte / refined minimal
   ========================================================= */

:root{
  --bg:#fbf8f4;
  --paper:#fffdfa;
  --soft:#f3ebe4;
  --soft2:#e8d8cb;
  --ink:#3f3028;
  --muted:#8f7c70;
  --accent:#9b7058;
  --accent-dark:#74513f;
  --line:#e9ddd3;
  --danger:#bd5f58;
  --shadow:0 12px 36px rgba(87,64,50,.07);
}

body{
  background:
    radial-gradient(circle at 18% 0%, rgba(224,205,189,.16), transparent 30%),
    linear-gradient(180deg,#fffdfa 0%,#fbf8f4 100%);
  color:var(--ink);
}

.topbar{
  height:36px;
  background:#eee0d3;
  color:#604b3f;
  letter-spacing:.02em;
  border-bottom:1px solid rgba(125,94,75,.08);
}

.header{
  background:rgba(255,253,250,.94);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(233,221,211,.9);
  box-shadow:0 3px 18px rgba(74,54,42,.025);
}

.header-inner{
  max-width:1380px;
  padding:20px 34px 14px;
  grid-template-columns:250px minmax(320px,560px) 210px;
  justify-content:space-between;
}

.logo-main{
  font-size:38px;
  letter-spacing:.01em;
  color:#8b6048;
}

.logo-sub{
  margin-top:6px;
  letter-spacing:.34em;
  color:#a18877;
}

.search{
  border:1px solid #e7d9ce;
  background:rgba(255,255,255,.86);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.6);
  transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

.search:focus-within{
  border-color:#c7a995;
  box-shadow:0 0 0 4px rgba(155,112,88,.08);
  background:#fff;
}

.search input{
  padding:13px 18px;
  color:var(--ink);
}

.actions{
  color:#59463a;
  gap:18px;
}

.nav{
  gap:28px;
  padding:2px 24px 15px;
  color:#5e4c40;
}

.nav a{
  position:relative;
  padding:3px 0 8px;
  transition:color .18s ease;
}

.nav a:hover{
  color:#a06f55;
}

.nav a::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:0;
  height:1px;
  background:#c97c72;
  transition:left .2s ease,right .2s ease;
}

.nav a:hover::after,
.nav a.active::after{
  left:10%;
  right:10%;
}

.nav a.active{
  color:#c66660!important;
  font-weight:600;
}

.container{
  max-width:1380px;
  padding:28px 34px 86px;
}

/* HOME HERO */
.hero{
  border-radius:30px;
  box-shadow:var(--shadow);
  background:#eadfd5;
}

.hero-slide img{
  aspect-ratio:1348/372;
}

.hero-arrow{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  padding:0;
  border-radius:999px;
  color:rgba(70,50,39,.72);
  font-size:44px;
  line-height:1;
  background:rgba(255,252,248,.58);
  border:1px solid rgba(255,255,255,.45);
  backdrop-filter:blur(8px);
  transition:background .18s ease,transform .18s ease;
}

.hero-arrow:hover{
  background:rgba(255,252,248,.9);
}

.hero-arrow.prev{left:16px}
.hero-arrow.next{right:16px}

.hero-dots{
  bottom:16px;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,250,245,.52);
  backdrop-filter:blur(8px);
}

.hero-dots button{
  width:7px;
  height:7px;
  background:rgba(87,62,47,.30);
  transition:width .2s ease,background .2s ease;
}

.hero-dots button.active{
  width:24px;
  background:#82604d;
}

/* BENEFITS */
.benefits{
  margin:20px 0 82px;
  border:1px solid #eadfd6;
  border-radius:22px;
  box-shadow:0 8px 25px rgba(87,64,50,.035);
  overflow:hidden;
}

.benefits>div{
  min-height:84px;
  align-items:center;
  padding:20px 24px;
  background:rgba(255,253,250,.78);
}

.benefits b{
  margin-bottom:3px;
  font-size:14px;
  color:#4b382d;
}

.benefits small{
  font-size:11px;
}

/* SECTION HEAD */
.section-head{
  margin-bottom:26px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(232,216,204,.7);
}

.section-head small{
  font-size:11px;
  letter-spacing:.23em;
  color:#b07e61;
}

.section-head h2{
  margin:7px 0 0;
  font-size:36px;
  font-weight:400;
  color:#463329;
}

.section-head a{
  padding:9px 14px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fffdfa;
  transition:background .18s ease,border-color .18s ease;
}

.section-head a:hover{
  background:#f3e8df;
  border-color:#d8c0ae;
}

/* PRODUCT CARDS */
.grid{
  gap:24px;
}

.product-card{
  position:relative;
  border:0;
  border-radius:20px;
  background:#fffdfa;
  box-shadow:0 6px 22px rgba(80,58,44,.055);
  overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease;
}

.product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 34px rgba(80,58,44,.10);
}

.product-card > a{
  overflow:hidden;
  display:block;
  background:#eee5dd;
}

.product-img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:transform .35s ease;
}

.product-card:hover .product-img{
  transform:scale(1.025);
}

.product-body{
  padding:16px 16px 18px;
}

.product-name{
  display:block;
  font-size:15px;
  font-weight:600;
  line-height:1.55;
  color:#49352b;
}

.meta{
  margin:8px 0;
  color:#9a8475;
}

.price{
  font-size:17px;
  color:#5a3e2d;
}

.old{
  color:#b9aaa0;
}

/* PAGE TITLES + FILTERS */
.page-title{
  margin:30px 0 30px;
  padding:24px 0 16px;
}

.page-title h1{
  font-size:44px;
  font-weight:400;
  letter-spacing:.01em;
}

.page-title p{
  margin-top:10px;
  font-size:14px;
}

.filters{
  gap:10px;
  margin-bottom:30px;
}

.filters a{
  border-color:#e6d7cc;
  padding:9px 16px;
  background:#fffdfa;
  transition:all .18s ease;
}

.filters a:hover{
  border-color:#caa993;
  background:#f8f1eb;
}

.filters a.active{
  background:#a87b61;
  border-color:#a87b61;
  color:#fff;
}

/* PRODUCT DETAIL */
.product-detail{
  grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);
  gap:62px;
  padding-top:18px;
  align-items:start;
}

.gallery-main{
  border-radius:26px;
  background:#f1e9e2;
  box-shadow:0 10px 34px rgba(82,61,48,.065);
  overflow:hidden;
}

.gallery-main img{
  aspect-ratio:auto;
  min-height:0;
  object-fit:contain;
  background:#f1e9e2;
}

.detail{
  padding:18px 0;
}

.detail .meta{
  letter-spacing:.14em;
  font-size:11px;
}

.detail h1{
  margin:10px 0 18px;
  font-size:39px;
  line-height:1.35;
  font-weight:400;
}

.detail .price{
  font-size:28px;
}

.detail p{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--line);
  line-height:1.95;
}

.option-label{
  margin:24px 0 10px;
  color:#5b4436;
}

.sizes button{
  padding:8px 11px;
  border-radius:999px;
  border-color:#dfcec1;
  background:#fffdfa;
}

.sizes button:hover{
  border-color:#b78e76;
}

.sizes button.active{
  background:#9b7058;
  border-color:#9b7058;
}

.qty{
  border-radius:999px;
  border-color:#dfcec1;
  overflow:hidden;
}

.qty button,.qty input{
  background:#fffdfa;
}

.detail-actions{
  gap:12px;
  margin-top:24px;
}

.primary,
.secondary{
  min-height:46px;
  border-radius:12px;
}

.primary{
  background:#7b5a48;
  transition:background .18s ease,transform .18s ease;
}

.primary:hover{
  background:#684a3c;
}

.secondary{
  border-color:#b89782;
  color:#6c4e3d;
  background:#fffdfa;
}

.secondary:hover{
  background:#f7efe9;
}

.info-box{
  margin-top:24px;
  padding:20px;
  border:1px solid rgba(231,218,208,.75);
  background:#f8f1eb;
  border-radius:18px;
}

/* CART / CHECKOUT / GENERIC PANELS */
.cart-layout,.checkout-layout{
  gap:34px;
}

.panel{
  border:1px solid #eadfd5;
  border-radius:22px;
  background:rgba(255,253,250,.92);
  box-shadow:0 8px 28px rgba(82,61,48,.045);
}

.summary{
  padding:26px;
  border:1px solid #eadbd0;
  border-radius:22px;
  background:#f3e8df;
  box-shadow:0 8px 28px rgba(82,61,48,.04);
}

.field input,.field select,.field textarea{
  border-color:#e3d4c9;
  border-radius:12px;
  background:#fffdfa;
  transition:border-color .18s ease,box-shadow .18s ease;
}

.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;
  border-color:#c3a18c;
  box-shadow:0 0 0 3px rgba(155,112,88,.08);
}

/* CONTACT */
.contact-panel{
  max-width:900px;
  margin:auto;
  padding:34px;
}

.contact-socials{
  margin-top:28px;
  gap:18px;
}

.contact-social{
  min-height:108px;
  border:1px solid #e7d8cc;
  background:#fffdfa;
  box-shadow:0 7px 24px rgba(82,61,48,.04);
}

.contact-social:hover{
  transform:translateY(-3px);
  box-shadow:0 13px 30px rgba(82,61,48,.08);
}

.contact-icon{
  width:54px;
  height:54px;
  flex-basis:54px;
}

.contact-icon svg{
  width:48px;
  height:48px;
}

/* FOOTER */
.footer{
  padding:58px 34px 22px;
  background:#eadbce;
  border-top:1px solid rgba(160,126,103,.10);
}

.footer-inner{
  max-width:1380px;
  gap:54px;
}

.footer .logo-main{
  font-size:34px;
}

.footer a{
  width:max-content;
  position:relative;
}

.footer a:hover{
  color:#835b46;
}

.copyright{
  margin-top:38px;
  padding-top:18px;
  color:#927c6e;
}

/* ADMIN: just polish, no structural changes */
.admin-main{
  background:#f6f1ed;
}

.admin-card{
  border-color:#e8ded7;
  border-radius:18px;
  box-shadow:0 5px 20px rgba(70,52,40,.035);
}

.stat{
  border-radius:16px;
  box-shadow:0 5px 18px rgba(70,52,40,.035);
}

/* RESPONSIVE */
@media(max-width:1000px){
  .header-inner{
    grid-template-columns:48px 1fr 110px;
    padding:16px 20px 12px;
  }
  .logo-main{font-size:30px}
  .container{padding:20px}
  .product-detail{
    grid-template-columns:1fr;
    gap:28px;
  }
  .detail{padding:4px 0}
}

@media(max-width:700px){
  .container{padding:14px 14px 58px}
  .hero{border-radius:20px}
  .hero-slide img{aspect-ratio:6/7}
  .hero-arrow{
    width:42px;
    height:42px;
    font-size:34px;
  }
  .hero-arrow.prev{left:8px}
  .hero-arrow.next{right:8px}
  .benefits{
    grid-template-columns:1fr 1fr;
    margin-bottom:58px;
    border-radius:18px;
  }
  .benefits>div{
    min-height:74px;
    padding:14px;
  }
  .section-head h2{font-size:31px}
  .grid{gap:12px}
  .product-card{border-radius:15px}
  .product-body{padding:12px}
  .product-name{font-size:13px}
  .price{font-size:15px}
  .page-title h1{font-size:36px}
  .filters{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:5px;
    scrollbar-width:none;
  }
  .filters::-webkit-scrollbar{display:none}
  .filters a{white-space:nowrap}
  .detail h1{font-size:31px}
  .detail-actions{grid-template-columns:1fr}
  .contact-panel{padding:22px}
}

@media(max-width:480px){
  .logo-main{font-size:27px}
  .benefits{grid-template-columns:1fr 1fr}
  .grid{grid-template-columns:1fr 1fr}
  .product-body{padding:11px}
  .product-name{
    font-size:12px;
    min-height:38px;
  }
  .meta{font-size:10px}
  .price{font-size:14px}
  .old{font-size:10px}
  .footer{padding:44px 20px 18px}
}

.primary:disabled,
.secondary:disabled{
  cursor:not-allowed;
  opacity:.55;
}


/* =========================================================
   V12 — OBVIOUS VISUAL REDESIGN
   ========================================================= */

body{
  background:#f8f3ee!important;
}

.topbar{
  background:#6f5141!important;
  color:#fff!important;
  height:34px!important;
  font-size:12px!important;
  letter-spacing:.08em!important;
}

.header{
  background:#fffaf6!important;
  border-bottom:1px solid #e9d9cc!important;
}

.header-inner{
  max-width:1440px!important;
  padding:24px 42px 16px!important;
  grid-template-columns:280px minmax(380px,620px) 210px!important;
}

.logo-main{
  font-size:42px!important;
  color:#7b5846!important;
  letter-spacing:.015em!important;
}

.logo-sub{
  font-size:9px!important;
  letter-spacing:.42em!important;
  color:#a18472!important;
}

.search{
  min-height:50px!important;
  background:#fff!important;
  border:1px solid #dfcdbf!important;
  box-shadow:0 6px 18px rgba(92,67,52,.05)!important;
}

.nav{
  padding:4px 24px 18px!important;
  gap:31px!important;
  font-size:13px!important;
}

.container{
  max-width:1440px!important;
  padding:32px 42px 96px!important;
}

/* HERO becomes the dominant editorial block */
.hero{
  border-radius:34px!important;
  box-shadow:0 20px 55px rgba(78,56,43,.14)!important;
  border:1px solid rgba(255,255,255,.65)!important;
}

.hero-slide img{
  width:100%!important;
  aspect-ratio:1348/372!important;
  object-fit:cover!important;
}

.hero-arrow{
  width:58px!important;
  height:58px!important;
  border-radius:50%!important;
  background:rgba(255,250,245,.88)!important;
  box-shadow:0 8px 24px rgba(62,45,35,.12)!important;
  border:1px solid rgba(119,88,67,.12)!important;
}

.hero-dots{
  padding:8px 13px!important;
  background:rgba(255,250,245,.85)!important;
  box-shadow:0 5px 18px rgba(62,45,35,.08)!important;
}

/* NEW visual category tiles */
.home-category-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:28px 0 22px;
}
.home-category-strip a{
  min-height:118px;
  border-radius:22px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
  background:#efe1d5;
  border:1px solid #e2d0c2;
  transition:transform .2s ease, box-shadow .2s ease;
}
.home-category-strip a:nth-child(2){background:#e8ded2}
.home-category-strip a:nth-child(3){background:#f0e7de}
.home-category-strip a:nth-child(4){background:#e9ddd4}
.home-category-strip a:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(75,53,40,.10);
}
.home-category-strip b{
  font:26px Georgia,"Noto Serif TC",serif;
  font-weight:400;
}
.home-category-strip small{
  color:#8f7667;
  margin-top:5px;
  letter-spacing:.08em;
}
.home-category-strip span{
  position:absolute;
  right:20px;
  top:16px;
  font-size:34px;
  color:rgba(93,67,52,.28);
}

/* Benefit row looks like editorial info bar */
.benefits{
  margin:0 0 88px!important;
  border:0!important;
  background:#fffaf6!important;
  border-radius:22px!important;
  box-shadow:0 10px 32px rgba(82,61,48,.055)!important;
}
.benefits>div{
  background:transparent!important;
  min-height:92px!important;
  padding:22px 26px!important;
}
.benefits b{
  font-size:15px!important;
}

/* Stronger section identity */
.section-head{
  align-items:center!important;
  margin-bottom:30px!important;
  border-bottom:0!important;
}
.section-head>div{
  position:relative;
}
.section-head>div:before{
  content:"";
  display:block;
  width:42px;
  height:2px;
  background:#b37a5f;
  margin-bottom:12px;
}
.section-head h2{
  font-size:42px!important;
  margin-top:5px!important;
}
.section-head small{
  font-size:10px!important;
  letter-spacing:.34em!important;
}
.section-head a{
  padding:11px 18px!important;
  background:#7b5846!important;
  color:#fff!important;
  border:0!important;
}

/* Product cards now boutique/editorial */
.grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:26px!important;
}

.product-card{
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 10px 34px rgba(76,53,39,.08)!important;
  border:1px solid rgba(227,210,198,.62)!important;
}

.product-card > a{
  position:relative!important;
  background:#eee2d7!important;
}

.product-card > a:after{
  content:"NEW";
  position:absolute;
  top:14px;
  left:14px;
  padding:6px 10px;
  background:rgba(255,250,246,.9);
  color:#7a5744;
  font-size:10px;
  letter-spacing:.12em;
  border-radius:999px;
  backdrop-filter:blur(8px);
}

.product-img{
  aspect-ratio:4/5!important;
  object-fit:cover!important;
}

.product-body{
  padding:18px 18px 20px!important;
}

.product-name{
  font-size:16px!important;
  font-weight:500!important;
  margin-bottom:5px!important;
}

.meta{
  font-size:11px!important;
  color:#9a8476!important;
}

.price{
  display:inline-block!important;
  margin-top:5px!important;
  font-size:19px!important;
  font-weight:700!important;
  color:#563d2f!important;
}

/* CATEGORY PAGE */
.page-title{
  background:#efe2d6!important;
  border-radius:28px!important;
  padding:34px 38px!important;
  margin:20px 0 24px!important;
}
.page-title h1{
  font-size:48px!important;
}
.page-title p{
  color:#8b7160!important;
}

.filters{
  background:#fffaf6!important;
  padding:14px!important;
  border-radius:18px!important;
  box-shadow:0 8px 24px rgba(75,53,40,.045)!important;
  margin-bottom:34px!important;
}

.filters a{
  padding:10px 17px!important;
  background:transparent!important;
  border:0!important;
}

.filters a.active{
  background:#7c5947!important;
  color:#fff!important;
}

/* PRODUCT DETAIL gets a clear boutique card layout */
.product-detail{
  gap:44px!important;
  padding:18px!important;
  background:#fffaf6!important;
  border-radius:30px!important;
  box-shadow:0 14px 46px rgba(75,53,40,.08)!important;
}

.gallery-main{
  border-radius:22px!important;
  box-shadow:none!important;
  background:#eee3da!important;
}

.detail{
  background:#fff!important;
  border-radius:22px!important;
  padding:30px!important;
  position:sticky!important;
  top:145px!important;
  box-shadow:0 8px 28px rgba(75,53,40,.055)!important;
}

.detail h1{
  font-size:40px!important;
}

.detail-actions .primary{
  background:#6f503f!important;
}

.detail-actions .secondary{
  border:1px solid #7d5a47!important;
  color:#6f503f!important;
}

/* Generic inner pages */
.panel{
  padding:30px!important;
  border-radius:24px!important;
}

.cart-layout .panel,
.checkout-layout .panel{
  background:#fff!important;
}

.summary{
  border-radius:24px!important;
  background:#eadccf!important;
}

/* CONTACT looks like a destination page */
.contact-panel{
  max-width:940px!important;
  padding:40px!important;
}
.contact-social{
  min-height:126px!important;
  border-radius:22px!important;
  background:#fff!important;
}
.contact-social b{
  font-size:20px!important;
}

/* Footer redesign */
.footer{
  background:#5f4639!important;
  color:#f7eee8!important;
  padding:64px 42px 26px!important;
}
.footer .logo-main{
  color:#f7eee8!important;
}
.footer .logo-sub,
.footer p,
.footer a,
.footer .copyright{
  color:#dbc9bc!important;
}
.footer-inner{
  gap:70px!important;
}
.copyright{
  border-top:1px solid rgba(255,255,255,.14)!important;
}

/* responsive */
@media(max-width:900px){
  .header-inner{
    grid-template-columns:44px 1fr 95px!important;
    padding:16px 18px 12px!important;
  }
  .container{
    padding:18px 16px 66px!important;
  }
  .home-category-strip{
    grid-template-columns:repeat(2,1fr);
  }
  .grid{
    grid-template-columns:repeat(2,1fr)!important;
    gap:14px!important;
  }
  .product-detail{
    padding:10px!important;
  }
  .detail{
    position:static!important;
    padding:22px!important;
  }
}

@media(max-width:560px){
  .hero{
    border-radius:22px!important;
  }
  .home-category-strip a{
    min-height:92px;
    padding:16px;
  }
  .home-category-strip b{
    font-size:21px;
  }
  .section-head h2{
    font-size:34px!important;
  }
  .page-title{
    padding:24px!important;
  }
  .page-title h1{
    font-size:36px!important;
  }
  .product-card{
    border-radius:17px!important;
  }
  .product-body{
    padding:12px!important;
  }
  .product-name{
    font-size:13px!important;
  }
  .product-img{
    aspect-ratio:4/5!important;
  }
  .footer{
    padding:48px 20px 22px!important;
  }
}


/* ===== V13 honest payment flow ===== */
.payment-success-panel{
  max-width:760px;
  margin:60px auto;
  text-align:center;
}
.payment-state-icon{
  width:64px;
  height:64px;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eee0d5;
  color:#735240;
  font-size:30px;
}
.order-no-box{
  margin:24px auto;
  max-width:380px;
  padding:16px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fffaf6;
}
.order-no-box small{
  display:block;
  color:var(--muted);
  margin-bottom:5px;
}
.order-no-box strong{
  font-size:20px;
  letter-spacing:.06em;
}
.bank-transfer-box{
  text-align:left;
  margin-top:24px;
  padding:24px;
  border-radius:20px;
  background:#f4ebe4;
  border:1px solid #e5d5c9;
}
.bank-transfer-box h2{
  margin:0 0 7px;
}
.bank-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.bank-info-grid>div{
  background:#fffdfa;
  border:1px solid #e6d8ce;
  border-radius:13px;
  padding:14px;
}
.bank-info-grid small{
  display:block;
  color:var(--muted);
  margin-bottom:5px;
}
.bank-info-grid b{
  font-size:15px;
}
.payment-warning{
  margin-top:16px;
  padding:13px 14px;
  border-radius:12px;
  background:#fff7e8;
  color:#7b603b;
  font-size:12px;
  line-height:1.7;
}
@media(max-width:560px){
  .bank-info-grid{grid-template-columns:1fr}
}


/* ===== V14 convenience-store picker ===== */
.cvs-picker-wrap{
  margin:8px 0 18px;
}
.cvs-picker-label{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-bottom:6px;
}
.selected-store{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:15px 16px;
  border:1px solid #dcc8ba;
  border-radius:14px;
  background:#fffdfa;
}
.selected-store.empty{
  border-style:dashed;
  background:#faf5f0;
}
.selected-store b{
  display:block;
  font-size:14px;
  color:#513a2d;
}
.selected-store small{
  display:block;
  margin-top:4px;
  color:var(--muted);
  line-height:1.5;
}
@media(max-width:560px){
  .selected-store{
    align-items:flex-start;
    flex-direction:column;
  }
  .selected-store .secondary{
    width:100%;
  }
}

/* ===== V15 universal search ===== */
.search button{cursor:pointer}
.search button:hover{color:var(--accent)}


/* ===== V16 Size Guide redesign ===== */
.size-page-title{
  text-align:center;
  background:linear-gradient(180deg,#efe2d6 0%,#f5ece5 100%)!important;
}
.size-eyebrow{
  display:block;
  margin-bottom:10px;
  font-size:10px;
  letter-spacing:.32em;
  color:#a2765f;
}
.size-page-title p{
  max-width:680px;
  margin:10px auto 0;
  line-height:1.8;
}
.size-guide-card{
  max-width:980px;
  margin:34px auto 0;
  padding:32px;
  background:#fffdfa;
  border:1px solid #e7d9ce;
  border-radius:26px;
  box-shadow:0 12px 34px rgba(77,55,42,.06);
}
.size-guide-heading{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  padding-bottom:18px;
  border-bottom:1px solid #eadfd6;
}
.size-guide-heading small{
  color:#a18473;
  letter-spacing:.16em;
}
.size-guide-heading h2{
  margin:6px 0 0;
  font:32px Georgia,"Noto Serif TC",serif;
  font-weight:400;
}
.size-guide-heading>span{
  color:#aa8d7a;
  font-size:12px;
  letter-spacing:.14em;
}
.size-table-wrap{
  overflow-x:auto;
}
.size-table{
  width:100%;
  border-collapse:collapse;
  margin-top:10px;
}
.size-table th,
.size-table td{
  padding:17px 14px;
  text-align:center;
  border-bottom:1px solid #eee3da;
}
.size-table th{
  font-size:12px;
  font-weight:600;
  color:#8a6f60;
  background:#faf5f0;
}
.size-table td{
  font-size:14px;
}
.size-table td:first-child b{
  display:inline-grid;
  place-items:center;
  min-width:48px;
  height:34px;
  padding:0 10px;
  border-radius:999px;
  background:#efe1d7;
  color:#67493a;
}
.size-table tbody tr:hover{
  background:#fdf8f4;
}
.size-note{
  margin:18px 0 0;
  color:#917b6e;
  font-size:12px;
  line-height:1.75;
  text-align:center;
}
.size-tips{
  max-width:980px;
  margin:20px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.size-tips article{
  display:flex;
  gap:14px;
  min-height:140px;
  padding:22px;
  background:#f1e5dc;
  border:1px solid #e4d3c6;
  border-radius:20px;
}
.size-tip-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fffaf6;
  color:#8b624d;
  font-size:20px;
}
.size-tips b{
  display:block;
  margin-bottom:7px;
  color:#543c30;
}
.size-tips p{
  margin:0;
  color:#8d7667;
  font-size:12px;
  line-height:1.75;
}
.size-extra{
  max-width:980px;
  margin:20px auto 0;
  padding:30px;
  text-align:center;
  border:1px solid #e7d9ce;
  border-radius:22px;
  background:#fffaf6;
}
.size-extra h2{
  margin:0 0 10px;
  font:28px Georgia,"Noto Serif TC",serif;
  font-weight:400;
}
.size-extra p{
  max-width:720px;
  margin:0 auto 20px;
  color:#826d60;
  line-height:1.9;
  font-size:13px;
}
.size-extra .secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
@media(max-width:760px){
  .size-guide-card{padding:20px 14px}
  .size-tips{grid-template-columns:1fr}
  .size-tips article{min-height:0}
  .size-table th,.size-table td{padding:14px 8px;font-size:12px}
}


/* ===== V18 product size selection ===== */
.sizes button{
  cursor:pointer;
  min-width:48px;
  transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;
}
.sizes button:active{transform:scale(.97)}
.sizes button.active{
  background:#6f4f3f!important;
  color:#fff!important;
  border-color:#6f4f3f!important;
  box-shadow:0 0 0 2px rgba(111,79,63,.10);
}
.selected-size-text{
  margin-left:7px;
  font-weight:400;
  font-size:12px;
  color:#9b7058;
}
.size-error{
  margin-top:7px;
  color:#b7564e;
  font-size:12px;
}


/* ===== V19 in-site store picker ===== */
.store-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:20px;
}
.store-modal.hidden{display:none!important}
.store-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(47,36,30,.46);
  backdrop-filter:blur(3px);
}
.store-modal-card{
  position:relative;
  width:min(680px,100%);
  max-height:min(760px,88vh);
  overflow:hidden;
  display:flex;
  flex-direction:column;
  background:#fffdfb;
  border:1px solid #eaded5;
  border-radius:26px;
  box-shadow:0 26px 80px rgba(48,33,26,.25);
}
.store-modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:24px 26px 18px;
  border-bottom:1px solid #eee3db;
}
.store-modal-head small{
  display:block;
  margin-bottom:4px;
  color:#a37d67;
  letter-spacing:.08em;
}
.store-modal-head h2{
  margin:0;
  font-size:25px;
}
.store-modal-close{
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#f3e9e2;
  color:#6e5040;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.store-modal-tools{
  display:grid;
  grid-template-columns:140px 140px 1fr;
  gap:10px;
  padding:16px 26px;
  background:#faf5f1;
}
.store-modal-tools select,
.store-modal-tools input{
  width:100%;
  min-height:44px;
  border:1px solid #dfd1c7;
  border-radius:12px;
  background:#fff;
  padding:0 13px;
  outline:none;
}
.store-list{
  overflow:auto;
  padding:8px 18px 22px;
}
.store-option{
  width:100%;
  display:grid;
  grid-template-columns:42px 1fr 24px;
  align-items:center;
  gap:13px;
  padding:16px 10px;
  text-align:left;
  border:0;
  border-bottom:1px solid #eee4dd;
  background:transparent;
  cursor:pointer;
}
.store-option:hover{
  background:#fcf7f3;
}
.store-option-mark{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#72503f;
  color:#fff;
  font-weight:700;
}
.store-option-info{
  min-width:0;
}
.store-option-info b,
.store-option-info small,
.store-option-info span{
  display:block;
}
.store-option-info b{
  margin-bottom:4px;
  color:#4e382d;
  font-size:15px;
}
.store-option-info small{
  margin-bottom:4px;
  color:#a17e69;
}
.store-option-info span{
  color:#76645a;
  font-size:12px;
  line-height:1.5;
}
.store-option-arrow{
  color:#a98571;
  font-size:28px;
}
.store-empty{
  padding:48px 16px;
  text-align:center;
  color:#9c8374;
}
body.store-modal-open{
  overflow:hidden;
}
@media(max-width:600px){
  .store-modal{padding:10px}
  .store-modal-card{max-height:92vh;border-radius:20px}
  .store-modal-head{padding:20px 18px 15px}
  .store-modal-tools{grid-template-columns:1fr;padding:12px 18px}
  .store-list{padding:5px 10px 18px}
}

/* ===== V20 payment method controls ===== */
.payment-toggle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:4px}.payment-toggle{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e6d9d0;border-radius:16px;background:#fffaf6;cursor:pointer}.payment-toggle input{width:18px;height:18px;accent-color:#6f4f3f}.payment-toggle span{display:flex;flex-direction:column;gap:3px}.payment-toggle b{font-size:14px;color:#513b31}.payment-toggle small{font-size:11px;color:#92796b}@media(max-width:700px){.payment-toggle-grid{grid-template-columns:1fr}}


/* ===== V22 real store picker + size inventory switches ===== */
.store-modal-status{
  padding:10px 26px 6px;
  color:#8a7163;
  font-size:12px;
  line-height:1.6;
}
.no-size-available{
  display:inline-block;
  padding:12px 15px;
  border-radius:12px;
  background:#f6efea;
  color:#a06e62;
  font-size:13px;
}
.detail-actions button:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.admin-size-manager{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:10px;
  margin:8px 0 12px;
}
.admin-size-toggle{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:50px;
  padding:10px 12px;
  border:1px solid #e2d5cc;
  border-radius:14px;
  background:#fffdfb;
  cursor:pointer;
}
.admin-size-toggle input{
  width:18px;
  height:18px;
  accent-color:#72503f;
}
.admin-size-toggle.is-on{
  border-color:#9d7965;
  background:#f6eee8;
}
.admin-size-toggle.is-off{
  opacity:.72;
  background:#f8f6f4;
}
.admin-size-name{
  min-width:34px;
  font-weight:700;
  color:#513b30;
}
.admin-size-state{
  margin-left:auto;
  color:#8e7668;
  font-size:11px;
}
.admin-size-toggle.is-on .admin-size-state{
  color:#795341;
}
.admin-size-add{
  display:flex;
  gap:8px;
  max-width:520px;
  margin-bottom:8px;
}
.admin-size-add input{
  flex:1;
}
@media(max-width:600px){
  .store-modal-status{padding-left:18px;padding-right:18px}
  .admin-size-manager{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-size-add{flex-direction:column}
}


/* ===== V23 search repair ===== */
.search-loading,
.search-empty{
  grid-column:1/-1;
  width:100%;
  margin:22px 0;
  padding:44px 24px;
  text-align:center;
  background:#fffaf6;
  border:1px solid #eaded5;
  border-radius:22px;
  color:#7d6659;
}
.search-empty b{
  display:block;
  margin-bottom:8px;
  color:#513b30;
  font-size:18px;
}
.search-empty p{
  margin:0 0 18px;
  font-size:13px;
}


/* ===== V26 multi-product images ===== */
.product-card-media{
  position:relative;
  overflow:hidden;
  background:#f5eee8;
}
.product-card-image-link{
  display:block;
}
.product-card-media .product-img{
  display:block;
  width:100%;
}
.card-img-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:#6f4f3f;
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease;
}
.card-img-prev{left:10px}
.card-img-next{right:10px}
.product-card-media:hover .card-img-arrow{
  opacity:1;
  visibility:visible;
}
.card-img-arrow:hover{
  transform:translateY(-50%) scale(1.04);
}
.card-img-dots{
  position:absolute;
  left:50%;
  bottom:9px;
  z-index:3;
  display:flex;
  gap:5px;
  transform:translateX(-50%);
  pointer-events:none;
}
.card-img-dots span{
  width:5px;
  height:5px;
  border-radius:999px;
  background:rgba(79,55,43,.34);
}
.card-img-dots span.active{
  width:14px;
  background:#6f4f3f;
}
@media(max-width:760px){
  .card-img-arrow{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .card-img-dots{
    bottom:7px;
  }
}

/* Product detail gallery */
.product-gallery{
  min-width:0;
}
.gallery-main{
  position:relative;
}
.gallery-main #galleryMainImage{
  width:100%;
  height:auto;
  display:block;
}
.gallery-arrow{
  position:absolute;
  top:50%;
  z-index:4;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:0;
  border-radius:50%;
  background:#6f4f3f;
  color:#fff;
  font-size:26px;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transition:.16s ease;
}
.gallery-main:hover .gallery-arrow,
.gallery-main:focus-within .gallery-arrow{
  opacity:1;
  visibility:visible;
}
.gallery-prev{left:14px}
.gallery-next{right:14px}
.gallery-thumbs{
  display:flex;
  gap:9px;
  margin-top:10px;
  overflow-x:auto;
  padding-bottom:3px;
}
.gallery-thumbs button{
  flex:0 0 72px;
  width:72px;
  height:88px;
  padding:0;
  overflow:hidden;
  border:1px solid #e7d9ce;
  border-radius:10px;
  background:#fff;
  cursor:pointer;
}
.gallery-thumbs button.active{
  border:2px solid #6f4f3f;
}
.gallery-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Admin multi-image manager */
.admin-image-manager{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(120px,1fr));
  gap:12px;
  margin:12px 0 6px;
}
.admin-image-item{
  overflow:hidden;
  border:1px solid #e5d9d0;
  border-radius:14px;
  background:#fff;
}
.admin-image-item>img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  display:block;
}
.admin-image-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  align-items:center;
  padding:8px;
}
.admin-main-badge{
  padding:5px 8px;
  border-radius:999px;
  background:#6f4f3f;
  color:#fff;
  font-size:10px;
}
.admin-image-actions .tiny{
  min-height:30px;
  padding:5px 8px;
  font-size:11px;
}
.admin-image-empty{
  grid-column:1/-1;
  padding:20px;
  text-align:center;
  border:1px dashed #dbcac0;
  border-radius:12px;
  color:#9a8275;
}

/* Keep checkout/cart product thumbnails compact */
.checkout-item img,
.checkout-summary img,
.order-item img,
.cart-item img,
.cart-row img,
#orderSummary img,
#checkoutItems img{
  width:72px!important;
  height:88px!important;
  max-width:72px!important;
  max-height:88px!important;
  object-fit:cover!important;
  border-radius:10px!important;
  flex:0 0 72px!important;
}
@media(max-width:600px){
  .checkout-item img,
  .checkout-summary img,
  .order-item img,
  .cart-item img,
  .cart-row img,
  #orderSummary img,
  #checkoutItems img{
    width:58px!important;
    height:72px!important;
    max-width:58px!important;
    max-height:72px!important;
    flex-basis:58px!important;
  }
  .gallery-thumbs button{
    flex-basis:60px;
    width:60px;
    height:74px;
  }
}


/* ===== V33 audited final UI ===== */
/* Mobile header menu actually works */
@media(max-width:900px){
  .header-inner{grid-template-columns:44px minmax(0,1fr) 64px!important;gap:10px!important;padding:14px 14px 10px!important}
  .actions{display:flex!important}.actions>a:first-child{display:none!important}
  .header.mobile-open .header-inner{grid-template-rows:auto auto}
  .header.mobile-open .search{display:flex!important;grid-column:1/-1;grid-row:2;max-width:none;margin-top:4px}
  .header.mobile-open .nav{display:flex!important;flex-wrap:wrap;justify-content:flex-start;gap:8px 16px;padding:12px 16px 16px;border-top:1px solid var(--line)}
  .header.mobile-open .nav a{padding:5px 0}
}

/* Hero arrows: desktop only while mouse is on banner; never translucent white */
.hero .hero-arrow{opacity:0!important;visibility:hidden!important;pointer-events:none!important;background:#6f4f3f!important;color:#fff!important;border:0!important;border-radius:999px!important;width:42px!important;height:42px!important;display:grid!important;place-items:center!important;font-size:28px!important;line-height:1!important;box-shadow:0 7px 18px rgba(73,48,36,.18)!important;backdrop-filter:none!important;transition:opacity .12s ease,visibility .12s ease!important}
@media(hover:hover) and (pointer:fine){
  .hero:hover .hero-arrow{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
}
@media(hover:none),(pointer:coarse){.hero .hero-arrow{display:none!important}}

/* Product page: one final layout, no stacked old overrides */
.product-detail{background:transparent!important;border:0!important;box-shadow:none!important}
@media(min-width:901px){
  .product-detail{display:grid!important;grid-template-columns:360px minmax(0,540px)!important;gap:54px!important;justify-content:center!important;align-items:start!important;max-width:980px!important;margin:0 auto!important;padding:30px 0 50px!important}
  .product-detail .product-gallery{order:1!important;width:360px!important;max-width:360px!important;justify-self:start!important;align-self:start!important}
  .product-detail .gallery-main{width:360px!important;max-width:360px!important;height:auto!important;min-height:0!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;margin:0!important;padding:0!important;background:transparent!important;border-radius:16px!important;overflow:hidden!important;box-shadow:none!important}
  .product-detail .gallery-main img,.product-detail #galleryMainImage{display:block!important;width:auto!important;height:auto!important;max-width:360px!important;max-height:480px!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;border-radius:16px!important;background:transparent!important;image-rendering:auto!important}
  .product-detail .gallery-thumbs{width:360px!important;max-width:360px!important;margin-top:10px!important}
  .product-detail .gallery-thumbs button{flex:0 0 58px!important;width:58px!important;height:72px!important}
  .product-detail .detail{order:2!important;width:100%!important;max-width:540px!important;min-width:0!important;padding:2px 0 0!important;margin:0!important;position:static!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .product-detail .detail h1{font-size:clamp(30px,2.7vw,40px)!important;line-height:1.25!important;margin:8px 0 16px!important}
  .product-detail .detail>p{max-width:540px!important;line-height:1.9!important;margin-top:20px!important;padding-top:16px!important;border-top:1px solid var(--line)}
}
@media(max-width:900px){
  .product-detail{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;max-width:620px!important;margin:0 auto!important;padding:18px 0 34px!important}
  .product-detail .product-gallery{order:1!important;width:min(100%,420px)!important;max-width:420px!important;justify-self:center!important}
  .product-detail .gallery-main{width:100%!important;max-width:420px!important;display:flex!important;justify-content:center!important;background:transparent!important}
  .product-detail .gallery-main img,.product-detail #galleryMainImage{width:auto!important;height:auto!important;max-width:100%!important;max-height:520px!important;object-fit:contain!important;margin:0 auto!important}
  .product-detail .detail{order:2!important;position:static!important;padding:0!important;background:transparent!important;box-shadow:none!important}
}

/* Cart thumbnails compact and empty state clear */
.cart-row{grid-template-columns:68px 1fr auto!important}
.cart-row img{width:68px!important;height:76px!important;object-fit:cover!important;border-radius:10px!important}
.cart-empty{min-height:180px;display:grid;place-items:center;gap:12px;text-align:center}.cart-empty .secondary{display:inline-flex}.is-disabled{opacity:.45;pointer-events:none}

/* Admin multi-image controls */
.admin-image-url-add{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;margin-top:10px}.admin-image-url-add textarea{margin:0!important}.admin-image-manager{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px;margin:12px 0}.admin-image-item{overflow:hidden;border:1px solid #e5d9d0;border-radius:14px;background:#fff}.admin-image-item>img{width:100%;aspect-ratio:4/5;object-fit:cover}.admin-image-actions{display:flex;gap:6px;flex-wrap:wrap;padding:8px}.admin-main-badge{padding:5px 8px;border-radius:999px;background:#6f4f3f;color:#fff;font-size:10px}.admin-image-actions .tiny{padding:5px 8px;min-height:30px;font-size:11px}.admin-image-empty{grid-column:1/-1;padding:20px;text-align:center;border:1px dashed #dbcac0;border-radius:12px;color:#9a8275}
@media(max-width:600px){.admin-image-url-add{grid-template-columns:1fr}.cart-row{grid-template-columns:58px 1fr!important}.cart-row img{width:58px!important;height:68px!important}.cart-row>button{grid-column:2;justify-self:start;padding:7px 10px}}

/* ===== V34 clean hero banners ===== */
.hero-season-copy{display:none!important}


/* ===== V35 admin drag & drop product images ===== */
.admin-image-file-input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}

.admin-image-dropzone{
  position:relative;
  min-height:190px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:28px 20px;
  margin-top:7px;
  border:2px dashed #cfb8a8;
  border-radius:18px;
  background:#fbf6f2;
  color:#725546;
  text-align:center;
  cursor:copy;
  transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease;
}

.admin-image-dropzone:hover,
.admin-image-dropzone:focus{
  outline:none;
  border-color:#94705c;
  background:#f7eee7;
}

.admin-image-dropzone.is-dragging{
  border-style:solid;
  border-color:#72503f;
  background:#efe2d8;
  transform:scale(1.008);
  box-shadow:0 0 0 4px rgba(114,80,63,.08);
}

.admin-image-drop-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#72503f;
  color:#fff;
  font-size:28px;
  line-height:1;
  margin-bottom:3px;
}

.admin-image-dropzone b{
  font-size:16px;
  color:#50382d;
}

.admin-image-dropzone span{
  font-size:13px;
  color:#80695c;
}

.admin-image-dropzone small{
  font-size:11px;
  color:#aa8e7f;
}

.admin-image-drop-status{
  min-height:20px;
  padding-top:6px;
  color:#755747;
  font-size:12px;
}

.admin-image-drop-status.is-error{
  color:#b3524c;
}

.admin-image-url-details{
  margin-top:14px;
  border-top:1px solid #eee3dc;
  padding-top:10px;
}

.admin-image-url-details summary{
  width:max-content;
  cursor:pointer;
  color:#8b7162;
  font-size:12px;
}

.admin-image-url-details .admin-image-url-add{
  margin-top:10px;
}

@media(max-width:600px){
  .admin-image-dropzone{
    min-height:160px;
    padding:22px 14px;
  }
}


/* ===== V36 prevent old page content flashing ===== */
html.dynamic-page-loading [data-page-title],
html.dynamic-page-loading [data-page-content],
html.dynamic-page-loading [data-contact-line],
html.dynamic-page-loading [data-contact-instagram]{
  opacity:0!important;
  visibility:hidden!important;
}

[data-page-title],
[data-page-content],
[data-contact-line],
[data-contact-instagram]{
  transition:opacity .12s ease;
}

html.dynamic-page-ready [data-page-title],
html.dynamic-page-ready [data-page-content],
html.dynamic-page-ready [data-contact-line],
html.dynamic-page-ready [data-contact-instagram]{
  opacity:1;
  visibility:visible;
}


/* ===== V37 actual homepage banner replacement ===== */
.hero-slide img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  aspect-ratio:1536/260!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Arrows are website controls only: never baked into the pictures. */
@media (hover:hover) and (pointer:fine){
  .hero .hero-arrow{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .hero:hover .hero-arrow{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .hero:not(:hover) .hero-arrow{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}
@media (hover:none), (pointer:coarse){
  .hero .hero-arrow{
    display:none!important;
  }
}

/* Keep the real banner visible in full on mobile too, rather than reverting to old images. */
@media(max-width:560px){
  .hero-slide img{
    aspect-ratio:1536/260!important;
    object-fit:contain!important;
    background:#f4eee8!important;
  }
}


/* =========================================================
   V38 HOME ONLY — safe cream Korean boutique redesign
   All rules are scoped under .home-page to avoid affecting
   product / cart / checkout / admin pages.
   ========================================================= */

.home-page{
  background:#f8f4ef;
  color:#4d3b31;
}

/* Header refinement */
.home-page .topbar{
  min-height:31px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#5a4336;
  color:#fffaf6;
  font-size:11px;
  letter-spacing:.08em;
}
.home-page .header{
  background:rgba(255,252,248,.96);
  border-bottom:1px solid #eaded5;
  box-shadow:0 6px 22px rgba(69,48,37,.035);
  backdrop-filter:blur(12px);
}
.home-page .header-inner{
  padding-top:20px;
  padding-bottom:13px;
}
.home-page .logo-main{
  font-size:39px;
  letter-spacing:-.03em;
  color:#735240;
}
.home-page .logo-sub{
  margin-top:6px;
  letter-spacing:.34em;
  color:#a28776;
}
.home-page .search{
  max-width:560px;
  background:#fff;
  border-color:#dfcec1;
  box-shadow:0 7px 22px rgba(70,50,40,.035);
}
.home-page .search input{
  padding:13px 18px;
}
.home-page .nav{
  gap:27px;
  padding-bottom:16px;
}
.home-page .nav a{
  position:relative;
  color:#5f4c41;
}
.home-page .nav a:after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:-7px;
  height:1px;
  background:#7c5b49;
  transition:left .18s ease,right .18s ease;
}
.home-page .nav a:hover:after{
  left:0;
  right:0;
}

/* Main spacing */
.home-page .home-main{
  max-width:1380px;
  padding-top:28px;
  padding-bottom:90px;
}

/* Hero */
.home-page .home-hero{
  border-radius:30px;
  background:#eee4dc;
  box-shadow:0 18px 52px rgba(72,50,39,.09);
}
.home-page .home-hero .hero-slide img{
  border-radius:30px;
}
.home-page .home-hero .hero-dots{
  bottom:15px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(248,243,237,.86);
}
.home-page .home-hero .hero-dots button{
  background:#c7b2a4;
}
.home-page .home-hero .hero-dots button.active{
  background:#735240;
}

/* Intro editorial */
.home-page .home-intro{
  margin:86px auto 64px;
  max-width:1120px;
  padding:0 18px;
}
.home-page .home-intro-kicker{
  margin-bottom:18px;
  color:#9c7d6b;
  font-size:10px;
  letter-spacing:.28em;
}
.home-page .home-intro-grid{
  display:grid;
  grid-template-columns:1.25fr .85fr;
  gap:80px;
  align-items:end;
}
.home-page .home-intro h1{
  margin:0;
  font:400 42px/1.45 Georgia,"Noto Serif TC",serif;
  letter-spacing:.025em;
}
.home-page .home-intro-copy p{
  margin:0 0 20px;
  color:#806b5e;
  font-size:13px;
  line-height:2;
}
.home-page .home-intro-copy a{
  display:inline-flex;
  gap:12px;
  align-items:center;
  padding-bottom:5px;
  border-bottom:1px solid #9c7b68;
  color:#684d3f;
  font-size:12px;
}

/* Editorial categories */
.home-page .home-category-editorial{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:0 0 20px;
}
.home-page .home-cat-card{
  position:relative;
  min-height:185px;
  display:flex;
  align-items:flex-end;
  padding:25px;
  overflow:hidden;
  border:1px solid #e1d3c8;
  border-radius:25px;
  background:
    radial-gradient(circle at 85% 14%,rgba(255,255,255,.75) 0 11%,transparent 12%),
    linear-gradient(145deg,#efe4dc,#e8dbd1);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.home-page .home-cat-card:nth-child(2){
  background:linear-gradient(145deg,#e9e2d8,#ddd3c7);
}
.home-page .home-cat-card:nth-child(3){
  background:linear-gradient(145deg,#f1e9e2,#e5d7cc);
}
.home-page .home-cat-card:nth-child(4){
  background:linear-gradient(145deg,#e8ddd4,#f0e7df);
}
.home-page .home-cat-card:nth-child(5){
  background:linear-gradient(145deg,#eee6dd,#e3d8ce);
}
.home-page .home-cat-sale{
  background:linear-gradient(145deg,#ded0c5,#eadfd8);
}
.home-page .home-cat-card:hover{
  transform:translateY(-4px);
  border-color:#cdb8aa;
  box-shadow:0 18px 36px rgba(73,52,41,.09);
}
.home-page .home-cat-no{
  position:absolute;
  top:20px;
  left:22px;
  color:#ae9484;
  font:italic 12px Georgia,serif;
}
.home-page .home-cat-card div{
  display:flex;
  flex-direction:column;
}
.home-page .home-cat-card small{
  margin-bottom:8px;
  color:#9a7c69;
  font-size:9px;
  letter-spacing:.22em;
}
.home-page .home-cat-card b{
  font:400 27px Georgia,"Noto Serif TC",serif;
}
.home-page .home-cat-card em{
  margin-top:8px;
  color:#846f63;
  font-size:11px;
  font-style:normal;
}
.home-page .home-cat-arrow{
  position:absolute;
  right:22px;
  top:19px;
  color:#8b6a58;
  font-size:21px;
}

/* Benefits */
.home-page .home-benefits{
  margin:20px 0 92px!important;
  border:1px solid #e5d8cf!important;
  background:#fffaf6!important;
  box-shadow:none!important;
}
.home-page .home-benefits>div{
  min-height:84px;
  align-items:center;
  padding:20px 24px!important;
}
.home-page .benefit-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#efe2d8;
  color:#755443;
  font-size:18px;
}
.home-page .home-benefits b{
  font-size:13px;
}
.home-page .home-benefits small{
  margin-top:4px;
  display:block;
  font-size:10px;
}

/* New arrivals */
.home-page .home-products-section{
  padding:0 0 88px;
}
.home-page .home-section-head{
  margin-bottom:30px;
  padding-bottom:18px;
  border-bottom:1px solid #ddcfc5;
}
.home-page .home-section-head small{
  letter-spacing:.25em;
}
.home-page .home-section-head h2{
  margin:6px 0 5px;
  font-size:38px;
  font-weight:400;
}
.home-page .home-section-head p{
  margin:0;
  color:#9a8274;
  font-size:11px;
}
.home-page .home-section-head>a{
  display:flex;
  gap:10px;
  align-items:center;
  letter-spacing:.12em;
}
.home-page #homeProducts{
  gap:22px;
}
.home-page #homeProducts .product-card{
  border:0;
  border-radius:21px;
  background:transparent;
  overflow:visible;
}
.home-page #homeProducts .product-card-media{
  overflow:hidden;
  border-radius:21px;
  background:#efe7df;
  box-shadow:0 8px 26px rgba(72,51,40,.055);
}
.home-page #homeProducts .product-img{
  aspect-ratio:4/5;
  object-fit:cover;
  transition:transform .35s ease;
}
.home-page #homeProducts .product-card:hover .product-img{
  transform:scale(1.025);
}
.home-page #homeProducts .product-body{
  padding:14px 4px 0;
}
.home-page #homeProducts .product-name{
  font-size:13px;
  font-weight:600;
  line-height:1.55;
}
.home-page #homeProducts .meta{
  margin:5px 0 8px;
  font-size:10px;
}
.home-page #homeProducts .price{
  font-size:14px;
}

/* Brand story */
.home-page .home-brand-story{
  display:grid;
  grid-template-columns:.78fr 1.2fr .72fr;
  gap:48px;
  align-items:center;
  margin:0 0 28px;
  padding:58px;
  border-radius:30px;
  background:
    radial-gradient(circle at 10% 15%,rgba(255,255,255,.7),transparent 31%),
    linear-gradient(135deg,#eadfd6,#f3ebe5);
  border:1px solid #dfd0c5;
}
.home-page .home-brand-mark small,
.home-page .home-brand-copy>small{
  color:#9b7e6d;
  font-size:9px;
  letter-spacing:.23em;
}
.home-page .home-brand-mark strong{
  display:block;
  margin-top:12px;
  font:italic 32px/1.25 Georgia,serif;
  color:#755443;
}
.home-page .home-brand-copy{
  padding-left:46px;
  border-left:1px solid #cdb9ac;
}
.home-page .home-brand-copy h2{
  margin:10px 0 16px;
  font:400 30px/1.5 Georgia,"Noto Serif TC",serif;
}
.home-page .home-brand-copy p{
  margin:0 0 20px;
  color:#816d61;
  font-size:12px;
  line-height:2;
}
.home-page .home-brand-copy a{
  font-size:11px;
  border-bottom:1px solid #91715e;
  padding-bottom:4px;
}
.home-page .home-brand-notes{
  display:grid;
  gap:11px;
}
.home-page .home-brand-notes div{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:2px 10px;
  padding:12px 0;
  border-bottom:1px solid rgba(126,94,75,.18);
}
.home-page .home-brand-notes b{
  grid-row:1/3;
  color:#b29787;
  font:italic 12px Georgia,serif;
}
.home-page .home-brand-notes span{
  font:19px Georgia,serif;
}
.home-page .home-brand-notes small{
  color:#8e7668;
}

/* Service links */
.home-page .home-service-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:14px;
}
.home-page .home-service-links a{
  min-height:140px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:25px 28px;
  border-radius:21px;
  border:1px solid #e1d4ca;
  background:#fffaf6;
  transition:transform .18s ease,box-shadow .18s ease;
}
.home-page .home-service-links a:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(72,51,40,.06);
}
.home-page .home-service-links small{
  color:#a28675;
  font-size:9px;
  letter-spacing:.18em;
}
.home-page .home-service-links b{
  margin:8px 0 17px;
  font:400 22px Georgia,"Noto Serif TC",serif;
}
.home-page .home-service-links span{
  color:#876b5b;
  font-size:11px;
}

/* Footer refinement on homepage only */
.home-page .footer{
  padding-top:56px;
  background:#e8ddd3;
}
.home-page .footer-inner{
  gap:48px;
}
.home-page .footer .logo-main{
  font-size:32px;
}

/* Responsive */
@media(max-width:980px){
  .home-page .home-intro-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .home-page .home-category-editorial{
    grid-template-columns:repeat(2,1fr);
  }
  .home-page .home-brand-story{
    grid-template-columns:1fr;
    gap:28px;
    padding:38px;
  }
  .home-page .home-brand-copy{
    padding:0;
    border-left:0;
    border-top:1px solid #cdb9ac;
    padding-top:28px;
  }
  .home-page .home-brand-notes{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:760px){
  .home-page .home-main{
    padding-top:14px;
  }
  .home-page .home-hero{
    border-radius:20px;
  }
  .home-page .home-hero .hero-slide img{
    border-radius:20px;
  }
  .home-page .home-intro{
    margin:52px auto 38px;
    padding:0 4px;
  }
  .home-page .home-intro h1{
    font-size:30px;
  }
  .home-page .home-category-editorial{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .home-page .home-cat-card{
    min-height:145px;
    padding:18px;
    border-radius:18px;
  }
  .home-page .home-cat-card b{
    font-size:21px;
  }
  .home-page .home-cat-card em{
    display:none;
  }
  .home-page .home-benefits{
    margin-bottom:60px!important;
  }
  .home-page .home-brand-story{
    padding:28px 22px;
    border-radius:22px;
  }
  .home-page .home-brand-copy h2{
    font-size:25px;
  }
  .home-page .home-brand-notes{
    grid-template-columns:1fr;
  }
  .home-page .home-service-links{
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){
  .home-page .home-category-editorial{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V39 APPROVED RESPONSIVE HOME
   Desktop + mobile redesigned together.
   Scoped to .home-page only.
   ========================================================= */

.home-page .home-main{
  max-width:1340px;
  padding-top:18px;
  padding-bottom:78px;
}

/* HERO — substantially taller than v38 */
.home-page .home-hero{
  height:360px!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
.home-page .home-hero .hero-track,
.home-page .home-hero .hero-slide{
  height:100%!important;
}
.home-page .home-hero .hero-slide img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  aspect-ratio:auto!important;
  border-radius:28px!important;
}
.home-page .home-hero .hero-dots{
  bottom:13px!important;
}
.home-page .home-hero .hero-arrow{
  width:46px!important;
  height:46px!important;
  background:#6a4c3d!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 7px 18px rgba(60,41,31,.18)!important;
}

/* CATEGORIES — image based, 3 across */
.home-page .home-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:22px 14px 18px;
}
.home-page .home-category-card{
  position:relative;
  height:192px;
  overflow:hidden;
  border:1px solid #e1d3c8;
  border-radius:22px;
  background:#eadfd7;
  box-shadow:0 8px 24px rgba(72,51,40,.045);
}
.home-page .home-category-card>img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .35s ease;
}
.home-page .home-category-card:hover>img{
  transform:scale(1.025);
}
.home-page .home-category-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(246,238,231,.96) 0%,rgba(246,238,231,.84) 38%,rgba(246,238,231,.2) 72%,rgba(246,238,231,.02) 100%);
}
.home-page .home-category-copy{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:22px;
  max-width:62%;
  display:flex;
  flex-direction:column;
}
.home-page .home-category-copy small{
  margin-bottom:7px;
  color:#9a705d;
  font-size:9px;
  letter-spacing:.14em;
}
.home-page .home-category-copy b{
  color:#4e382d;
  font:400 27px/1.1 Georgia,"Noto Serif TC",serif;
}
.home-page .home-category-copy span{
  margin-top:7px;
  color:#806a5e;
  font-size:11px;
}
.home-page .home-category-card>i{
  position:absolute;
  z-index:3;
  top:16px;
  right:16px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,252,248,.9);
  color:#744f3d;
  font-size:18px;
  font-style:normal;
}

/* Benefits */
.home-page .home-benefits{
  margin:0 26px 74px!important;
  border-radius:18px!important;
}
.home-page .home-benefits>div{
  min-height:78px!important;
}

/* Products */
.home-page .home-products-section{
  padding:0 14px 74px;
}
.home-page .home-section-head h2{
  font-size:34px!important;
}
.home-page #homeProducts{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.home-page #homeProducts .product-img{
  aspect-ratio:4/5!important;
}

/* Desktop header slightly tighter like approved mockup */
@media(min-width:901px){
  .home-page .header-inner{
    padding-left:14px;
    padding-right:14px;
  }
}

/* TABLET */
@media(max-width:900px){
  .home-page .home-main{
    padding-left:16px;
    padding-right:16px;
  }
  .home-page .home-hero{
    height:330px!important;
  }
  .home-page .home-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    margin-left:0;
    margin-right:0;
  }
  .home-page .home-category-card{
    height:176px;
  }
  .home-page .home-category-copy{
    left:17px;
    bottom:17px;
  }
  .home-page .home-category-copy b{
    font-size:23px;
  }
  .home-page #homeProducts{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

/* MOBILE — explicitly match approved 3-column category layout */
@media(max-width:600px){
  .home-page .topbar{
    min-height:36px!important;
    font-size:12px!important;
  }

  .home-page .header{
    padding-bottom:0!important;
  }
  .home-page .header-inner{
    padding:18px 18px 10px!important;
  }
  .home-page .logo-main{
    font-size:34px!important;
  }
  .home-page .logo-sub{
    font-size:8px!important;
  }
  .home-page .header-actions{
    gap:13px!important;
  }

  .home-page .search{
    order:3;
    width:100%!important;
    max-width:none!important;
    margin-top:14px!important;
    border-radius:999px!important;
  }
  .home-page .search input{
    min-height:48px!important;
    font-size:14px!important;
  }

  .home-page .nav{
    display:none!important;
  }

  .home-page .home-main{
    padding:14px 12px 58px!important;
  }

  .home-page .home-hero{
    height:390px!important;
    border-radius:22px!important;
  }
  .home-page .home-hero .hero-slide img{
    border-radius:22px!important;
    object-position:center!important;
  }

  /* Mobile approved behavior: no always-visible arrows */
  .home-page .home-hero .hero-arrow{
    display:none!important;
  }
  .home-page .home-hero .hero-dots{
    bottom:10px!important;
    transform:translateX(-50%) scale(.92);
  }

  .home-page .home-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    margin:14px 0 14px!important;
  }
  .home-page .home-category-card{
    height:214px!important;
    border-radius:18px!important;
  }
  .home-page .home-category-card>img{
    object-position:center!important;
  }
  .home-page .home-category-shade{
    background:
      linear-gradient(0deg,rgba(247,239,232,.98) 0%,rgba(247,239,232,.78) 30%,rgba(247,239,232,.12) 61%,transparent 100%)!important;
  }
  .home-page .home-category-copy{
    left:12px!important;
    right:10px!important;
    bottom:13px!important;
    max-width:none!important;
  }
  .home-page .home-category-copy small{
    display:none!important;
  }
  .home-page .home-category-copy b{
    font-size:20px!important;
    line-height:1.15!important;
  }
  .home-page .home-category-copy span{
    margin-top:5px!important;
    font-size:9px!important;
    line-height:1.45!important;
  }
  .home-page .home-category-card>i{
    top:auto!important;
    right:9px!important;
    bottom:10px!important;
    width:30px!important;
    height:30px!important;
    font-size:16px!important;
  }

  .home-page .home-benefits{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    margin:4px 0 52px!important;
    padding:12px 5px!important;
    gap:0!important;
  }
  .home-page .home-benefits>div{
    min-width:0!important;
    min-height:76px!important;
    padding:8px 6px!important;
    gap:5px!important;
    flex-direction:column!important;
    text-align:center!important;
  }
  .home-page .benefit-icon{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
  }
  .home-page .home-benefits b{
    font-size:10px!important;
  }
  .home-page .home-benefits small{
    font-size:8px!important;
    line-height:1.35!important;
  }

  .home-page .home-products-section{
    padding:0 0 52px!important;
  }
  .home-page .home-section-head{
    margin-bottom:17px!important;
  }
  .home-page .home-section-head small{
    display:none!important;
  }
  .home-page .home-section-head h2{
    font-size:29px!important;
  }
  .home-page .home-section-head p{
    font-size:10px!important;
  }
  .home-page .home-section-head>a{
    font-size:12px!important;
  }

  /* Approved mockup shows four products visible across the phone width. */
  .home-page #homeProducts{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  .home-page #homeProducts .product-card-media{
    border-radius:14px!important;
  }
  .home-page #homeProducts .product-body{
    padding:7px 1px 0!important;
  }
  .home-page #homeProducts .product-name{
    font-size:9px!important;
    line-height:1.35!important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .home-page #homeProducts .meta{
    display:none!important;
  }
  .home-page #homeProducts .price{
    font-size:10px!important;
  }
  .home-page #homeProducts .old{
    display:none!important;
  }

  .home-page .home-brand-story{
    margin-top:10px!important;
    padding:25px 18px!important;
  }
  .home-page .home-brand-mark strong{
    font-size:25px!important;
  }
  .home-page .home-brand-copy h2{
    font-size:23px!important;
  }
}

/* Extra-small phones: keep 3 categories, but allow product strip to stay usable */
@media(max-width:390px){
  .home-page .home-category-card{
    height:190px!important;
  }
  .home-page .home-category-copy b{
    font-size:17px!important;
  }
  .home-page .home-category-copy span{
    font-size:8px!important;
  }
  .home-page #homeProducts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}


/* =========================================================
   V40 CONTENT PAGES — no flash + better type proportions
   Scoped only to About / Contact / FAQ / Shopping Guide /
   Size Guide / Privacy / Terms.
   ========================================================= */

/* Hide current-content targets before the very first paint. */
html.dynamic-page-loading .content-page-body [data-page-title],
html.dynamic-page-loading .content-page-body [data-page-content],
html.dynamic-page-loading .content-page-body [data-contact-line],
html.dynamic-page-loading .content-page-body [data-contact-instagram]{
  visibility:hidden!important;
}

/* No fade: reveal once, immediately, after current content is ready. */
.content-page-body [data-page-title],
.content-page-body [data-page-content],
.content-page-body [data-contact-line],
.content-page-body [data-contact-instagram]{
  transition:none!important;
}

html.dynamic-page-ready .content-page-body [data-page-title],
html.dynamic-page-ready .content-page-body [data-page-content],
html.dynamic-page-ready .content-page-body [data-contact-line],
html.dynamic-page-ready .content-page-body [data-contact-instagram]{
  visibility:visible!important;
}

/* More balanced content width and spacing. */
.content-page-body .content-page-main{
  max-width:980px;
  padding-top:38px;
  padding-bottom:72px;
}

.content-page-body .page-title{
  margin:0 auto 20px;
  max-width:860px;
}

/* Previously 40px: intentionally smaller. */
.content-page-body .page-title h1{
  margin:0!important;
  color:#4f392e;
  font:400 31px/1.35 Georgia,"Noto Serif TC",serif!important;
  letter-spacing:.015em;
}

/* Main editable copy: intentionally larger than before. */
.content-page-body [data-page-content]{
  color:#67564c!important;
  font-size:16px!important;
  line-height:2!important;
  letter-spacing:.012em;
  white-space:normal!important;
}

.content-page-body [data-page-content] p{
  margin:0 0 16px;
}

.content-page-body [data-page-content] p:last-child{
  margin-bottom:0;
}

/* Standard content card is quieter and easier to read. */
.content-page-body .content-page-main>.panel{
  max-width:860px;
  margin:0 auto;
  padding:30px 34px;
  border:1px solid #e5d9d0;
  border-radius:20px;
  background:#fffdfb;
  box-shadow:0 8px 25px rgba(70,50,40,.035);
}

/* Size guide already has richer layout; balance its title/intro too. */
.content-page-body .size-page-title{
  max-width:980px;
  padding:28px 26px!important;
  border-radius:22px!important;
}
.content-page-body .size-page-title h1{
  font-size:31px!important;
}
.content-page-body .size-page-title [data-page-content]{
  max-width:720px;
  margin:10px auto 0!important;
  font-size:15.5px!important;
  line-height:1.9!important;
}
.content-page-body .size-guide-heading h2,
.content-page-body .size-extra h2{
  font-size:25px!important;
}
.content-page-body .size-table td{
  font-size:14px!important;
}
.content-page-body .size-tips p,
.content-page-body .size-extra p,
.content-page-body .size-note{
  font-size:13px!important;
}

/* Contact page text/button spacing */
.content-page-body .contact-actions{
  margin-top:20px;
}

/* Mobile: still readable, without oversized headings. */
@media(max-width:700px){
  .content-page-body .content-page-main{
    padding-top:24px;
    padding-bottom:50px;
  }

  .content-page-body .page-title{
    margin-bottom:15px;
  }

  .content-page-body .page-title h1{
    font-size:25px!important;
  }

  .content-page-body [data-page-content]{
    font-size:15px!important;
    line-height:1.9!important;
  }

  .content-page-body .content-page-main>.panel{
    padding:22px 19px;
    border-radius:17px;
  }

  .content-page-body .size-page-title{
    padding:22px 17px!important;
  }

  .content-page-body .size-page-title h1{
    font-size:25px!important;
  }

  .content-page-body .size-page-title [data-page-content]{
    font-size:14.5px!important;
  }

  .content-page-body .size-guide-heading h2,
  .content-page-body .size-extra h2{
    font-size:22px!important;
  }
}


/* =========================================================
   V41 HERO — responsive text is separate from the photo
   so words can never be eaten by object-fit cropping.
   ========================================================= */

.home-page .home-hero{
  position:relative!important;
  height:360px!important;
  overflow:hidden!important;
  border-radius:28px!important;
  background:#eadfd6!important;
}

.home-page .home-hero .hero-track,
.home-page .home-hero .hero-slide{
  height:100%!important;
}

.home-page .home-hero .hero-slide{
  position:relative!important;
  overflow:hidden!important;
}

.home-page .home-hero .hero-slide>img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
}

/* Leave a calm readable zone on the left without a hard box. */
.home-page .hero-slide-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(
    90deg,
    rgba(247,240,233,.96) 0%,
    rgba(247,240,233,.89) 23%,
    rgba(247,240,233,.55) 39%,
    rgba(247,240,233,.10) 58%,
    rgba(247,240,233,0) 72%
  );
  pointer-events:none;
}

.home-page .hero-slide-copy{
  position:absolute;
  z-index:2;
  left:7%;
  top:50%;
  width:min(430px,38%);
  transform:translateY(-50%);
  color:#4e382d;
  pointer-events:none;
}

.home-page .hero-slide-copy small{
  display:block;
  margin-bottom:9px;
  font:italic 18px/1.2 Georgia,"Noto Serif TC",serif;
  letter-spacing:.04em;
  color:#7e5c4b;
}

.home-page .hero-slide-copy strong{
  display:block;
  margin-bottom:12px;
  font:400 clamp(31px,3.1vw,46px)/1.15 Georgia,"Noto Serif TC",serif;
  letter-spacing:.03em;
}

.home-page .hero-slide-copy span{
  display:block;
  margin-bottom:19px;
  color:#6f5b50;
  font-size:13px;
  letter-spacing:.06em;
}

.home-page .hero-slide-copy em{
  display:inline-block;
  padding:10px 17px;
  border-radius:7px;
  background:#aa8a72;
  color:#fffaf6;
  font-size:10px;
  font-style:normal;
  letter-spacing:.14em;
}

/* Keep people visible on each photo. */
.home-page .hero-slide-1>img{object-position:60% center!important}
.home-page .hero-slide-2>img{object-position:58% center!important}
.home-page .hero-slide-3>img{object-position:57% center!important}

/* Tablet */
@media(max-width:900px){
  .home-page .home-hero{
    height:340px!important;
  }

  .home-page .hero-slide-copy{
    left:6%;
    width:46%;
  }

  .home-page .hero-slide-copy strong{
    font-size:34px!important;
  }
}

/* Mobile — text moves to bottom-left and stays fully visible. */
@media(max-width:600px){
  .home-page .home-hero{
    height:390px!important;
    border-radius:22px!important;
  }

  .home-page .home-hero .hero-slide>img{
    object-position:center!important;
  }

  .home-page .hero-slide-1>img{object-position:57% center!important}
  .home-page .hero-slide-2>img{object-position:56% center!important}
  .home-page .hero-slide-3>img{object-position:55% center!important}

  .home-page .hero-slide-overlay{
    background:linear-gradient(
      0deg,
      rgba(247,240,233,.98) 0%,
      rgba(247,240,233,.92) 25%,
      rgba(247,240,233,.58) 43%,
      rgba(247,240,233,.04) 66%,
      rgba(247,240,233,0) 76%
    )!important;
  }

  .home-page .hero-slide-copy{
    left:22px!important;
    right:22px!important;
    top:auto!important;
    bottom:31px!important;
    width:auto!important;
    max-width:none!important;
    transform:none!important;
  }

  .home-page .hero-slide-copy small{
    margin-bottom:5px!important;
    font-size:13px!important;
  }

  .home-page .hero-slide-copy strong{
    margin-bottom:7px!important;
    font-size:27px!important;
    line-height:1.18!important;
  }

  .home-page .hero-slide-copy span{
    margin-bottom:12px!important;
    font-size:11px!important;
  }

  .home-page .hero-slide-copy em{
    padding:8px 13px!important;
    font-size:9px!important;
  }

  .home-page .home-hero .hero-dots{
    bottom:9px!important;
  }
}

@media(max-width:390px){
  .home-page .home-hero{
    height:360px!important;
  }
  .home-page .hero-slide-copy{
    left:18px!important;
    right:18px!important;
  }
  .home-page .hero-slide-copy strong{
    font-size:24px!important;
  }
}


/* =========================================================
   V42 MOBILE HERO — dedicated mobile images
   ========================================================= */

.home-page .home-hero .hero-picture{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
}

.home-page .home-hero .hero-picture>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
}

/* Desktop retains the wide composition. */
@media(min-width:601px){
  .home-page .hero-slide-1 .hero-picture>img{object-position:60% center!important}
  .home-page .hero-slide-2 .hero-picture>img{object-position:58% center!important}
  .home-page .hero-slide-3 .hero-picture>img{object-position:57% center!important}
}

/* Mobile uses dedicated square image assets, so almost nothing gets cut. */
@media(max-width:600px){
  .home-page .home-hero{
    height:410px!important;
  }

  .home-page .home-hero .hero-picture>img{
    object-fit:cover!important;
    object-position:center center!important;
  }

  .home-page .hero-slide-overlay{
    background:linear-gradient(
      0deg,
      rgba(247,240,233,.99) 0%,
      rgba(247,240,233,.96) 22%,
      rgba(247,240,233,.68) 38%,
      rgba(247,240,233,.08) 58%,
      rgba(247,240,233,0) 72%
    )!important;
  }

  .home-page .hero-slide-copy{
    left:18px!important;
    right:18px!important;
    bottom:28px!important;
  }

  .home-page .hero-slide-copy small{
    font-size:12px!important;
  }

  .home-page .hero-slide-copy strong{
    font-size:25px!important;
  }

  .home-page .hero-slide-copy span{
    font-size:10.5px!important;
    line-height:1.55!important;
  }

  .home-page .home-hero .hero-dots{
    bottom:8px!important;
  }
}

@media(max-width:390px){
  .home-page .home-hero{
    height:385px!important;
  }
  .home-page .hero-slide-copy strong{
    font-size:23px!important;
  }
}


/* =========================================================
   V43 FINAL RESPONSIVE HOME FIX
   - remove washed-out overlays
   - scale hero/category images with viewport
   - show mobile search
   ========================================================= */

/* ---------- HERO: responsive instead of fixed-height ---------- */
.home-page .home-hero{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16 / 4.7!important;
  max-height:none!important;
  overflow:hidden!important;
  border-radius:26px!important;
}

.home-page .home-hero .hero-track,
.home-page .home-hero .hero-slide,
.home-page .home-hero .hero-picture{
  width:100%!important;
  height:100%!important;
}

.home-page .home-hero .hero-slide{
  flex:0 0 100%!important;
}

.home-page .home-hero .hero-picture{
  position:absolute!important;
  inset:0!important;
}

.home-page .home-hero .hero-picture>img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
}

/* No whole-image white wash. */
.home-page .hero-slide-overlay{
  display:none!important;
}

/* Readable text gets only a compact warm card, not a full-image overlay. */
.home-page .hero-slide-copy{
  left:5.5%!important;
  top:50%!important;
  bottom:auto!important;
  width:min(390px,34%)!important;
  transform:translateY(-50%)!important;
  padding:18px 20px!important;
  border-radius:16px!important;
  background:rgba(239,225,214,.94)!important;
  box-shadow:0 8px 24px rgba(68,47,36,.08)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.home-page .hero-slide-copy strong{
  font-size:clamp(28px,2.8vw,42px)!important;
}

.home-page .hero-slide-copy span{
  font-size:12px!important;
  line-height:1.65!important;
}

/* Desktop arrows: hover only. */
@media (hover:hover) and (pointer:fine){
  .home-page .home-hero .hero-arrow{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .home-page .home-hero:hover .hero-arrow{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}

/* ---------- CATEGORY CARDS: real image, no pale wash ---------- */
.home-page .home-category-grid{
  width:100%!important;
}

.home-page .home-category-card{
  height:auto!important;
  aspect-ratio:2.15 / 1!important;
}

.home-page .home-category-card>img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* Remove the large white gradient that washed the images out. */
.home-page .home-category-shade{
  display:none!important;
}

/* Only the text itself gets a compact warm background. */
.home-page .home-category-copy{
  left:16px!important;
  bottom:16px!important;
  max-width:68%!important;
  padding:9px 12px!important;
  border-radius:12px!important;
  background:rgba(243,232,223,.92)!important;
}

.home-page .home-category-copy b{
  font-size:clamp(20px,2vw,27px)!important;
}

.home-page .home-category-copy span{
  font-size:10.5px!important;
}

/* ---------- TABLET ---------- */
@media(max-width:900px) and (min-width:601px){
  .home-page .home-hero{
    aspect-ratio:16 / 6!important;
  }

  .home-page .hero-slide-copy{
    width:min(340px,42%)!important;
    left:4.5%!important;
  }

  .home-page .home-category-card{
    aspect-ratio:1.75 / 1!important;
  }
}

/* ---------- MOBILE ---------- */
@media(max-width:600px){
  /* Header: show the search row like the approved mobile layout. */
  .home-page .header-inner{
    grid-template-columns:44px minmax(0,1fr) 72px!important;
    grid-template-rows:auto auto!important;
    gap:8px 10px!important;
    padding:14px 14px 12px!important;
  }

  .home-page .menu-btn{
    display:block!important;
    color:#755443!important;
    font-size:26px!important;
  }

  .home-page .actions{
    display:flex!important;
    justify-self:end!important;
  }

  .home-page .actions>a:first-child{
    display:none!important;
  }

  .home-page .search{
    display:flex!important;
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:none!important;
    margin-top:4px!important;
  }

  .home-page .search input{
    min-height:46px!important;
    font-size:14px!important;
  }

  .home-page .home-main{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  /* Mobile hero scales with phone width instead of fixed 390/410px height. */
  .home-page .home-hero{
    height:auto!important;
    aspect-ratio:4 / 5!important;
    border-radius:22px!important;
  }

  .home-page .home-hero .hero-picture>img{
    object-fit:cover!important;
    object-position:center!important;
  }

  .home-page .hero-slide-copy{
    left:14px!important;
    right:14px!important;
    top:auto!important;
    bottom:26px!important;
    width:auto!important;
    max-width:none!important;
    transform:none!important;
    padding:13px 14px!important;
    border-radius:14px!important;
    background:rgba(239,225,214,.95)!important;
  }

  .home-page .hero-slide-copy small{
    font-size:11px!important;
  }

  .home-page .hero-slide-copy strong{
    font-size:24px!important;
  }

  .home-page .hero-slide-copy span{
    font-size:11px!important;
  }

  .home-page .home-hero .hero-arrow{
    display:none!important;
  }

  /* 3-across mobile categories, but responsive width/height. */
  .home-page .home-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }

  .home-page .home-category-card{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1 / 1.22!important;
    border-radius:16px!important;
  }

  .home-page .home-category-copy{
    left:7px!important;
    right:7px!important;
    bottom:7px!important;
    max-width:none!important;
    padding:7px 8px!important;
    border-radius:10px!important;
    background:rgba(243,232,223,.94)!important;
  }

  .home-page .home-category-copy small{
    display:none!important;
  }

  .home-page .home-category-copy b{
    font-size:16px!important;
  }

  .home-page .home-category-copy span{
    margin-top:3px!important;
    padding-right:24px!important;
    font-size:8px!important;
    line-height:1.35!important;
  }

  .home-page .home-category-card>i{
    right:7px!important;
    bottom:7px!important;
    top:auto!important;
    width:27px!important;
    height:27px!important;
    font-size:14px!important;
  }
}

/* Very small phones */
@media(max-width:390px){
  .home-page .home-hero{
    aspect-ratio:4 / 5.15!important;
  }

  .home-page .hero-slide-copy strong{
    font-size:22px!important;
  }

  .home-page .home-category-copy b{
    font-size:14px!important;
  }

  .home-page .home-category-copy span{
    font-size:7.5px!important;
  }
}


/* =========================================================
   V44 MOBILE HEADER + IMAGE FOCUS
   ========================================================= */

/* Category sources are already isolated; keep their own subjects centered. */
.home-page .home-category-card>img{
  object-fit:cover!important;
  object-position:center!important;
}
.home-page .home-category-card:nth-child(1)>img{object-position:center 30%!important}
.home-page .home-category-card:nth-child(2)>img{object-position:center 28%!important}
.home-page .home-category-card:nth-child(3)>img{object-position:center 48%!important}
.home-page .home-category-card:nth-child(4)>img{object-position:center 48%!important}
.home-page .home-category-card:nth-child(5)>img{object-position:center 48%!important}
.home-page .home-category-card:nth-child(6)>img{object-position:center 50%!important}

/* New v44 hero images have a built-in calm left area, so the copy needs
   only a very light compact background rather than a large overlay. */
.home-page .hero-slide-copy{
  background:rgba(250,245,240,.70)!important;
  box-shadow:0 7px 22px rgba(65,44,33,.06)!important;
}
.home-page .hero-slide-overlay{
  display:none!important;
}

/* Real hamburger bars */
.menu-btn span{
  display:block;
  width:25px;
  height:2.5px;
  border-radius:999px;
  background:currentColor;
  transition:transform .18s ease,opacity .18s ease;
}
.menu-btn span + span{margin-top:5px}

.menu-btn[aria-expanded="true"] span:nth-child(1){
  transform:translateY(7.5px) rotate(45deg);
}
.menu-btn[aria-expanded="true"] span:nth-child(2){
  opacity:0;
}
.menu-btn[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-7.5px) rotate(-45deg);
}

.mobile-cart-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#674b3d;
  text-decoration:none;
}
.mobile-cart-icon{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Mobile header: logo left, cart + hamburger together on the RIGHT. */
@media(max-width:700px){
  .header-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 48px 48px!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    gap:8px 5px!important;
    padding:14px 14px 12px!important;
  }

  .header-inner>a[href="index.html"]{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    min-width:0!important;
  }

  .header-inner .logo-main{
    font-size:31px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
  }
  .header-inner .logo-sub{
    margin-top:5px!important;
    font-size:8px!important;
    letter-spacing:.28em!important;
  }

  .actions{
    grid-column:2!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:center!important;
    gap:0!important;
    min-width:44px!important;
  }

  .actions>a:first-child{
    display:none!important;
  }

  .actions .mobile-cart-link{
    position:relative!important;
    width:44px!important;
    height:44px!important;
    border-radius:50%!important;
  }

  .actions .mobile-cart-link [data-cart-count]{
    position:absolute!important;
    right:1px!important;
    top:0!important;
    min-width:17px!important;
    height:17px!important;
    display:grid!important;
    place-items:center!important;
    padding:0 4px!important;
    border-radius:999px!important;
    background:#8c6955!important;
    color:#fff!important;
    font-size:9px!important;
    line-height:1!important;
  }

  .menu-btn{
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    width:46px!important;
    height:46px!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid #dfd0c5!important;
    border-radius:50%!important;
    background:#fffaf6!important;
    color:#66493a!important;
    box-shadow:0 5px 15px rgba(73,51,40,.05)!important;
  }

  .search{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:none!important;
    margin:4px 0 0!important;
  }

  /* Mobile menu drops below the search row instead of covering header controls. */
  .nav{
    display:none!important;
  }
  .header.mobile-open .nav{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    padding:10px 14px 16px!important;
    border-top:1px solid #eaded5!important;
    background:#fffaf7!important;
  }
  .header.mobile-open .nav a{
    padding:13px 12px!important;
    border-bottom:1px solid #efe5de!important;
    font-size:13px!important;
  }

  /* Hero subject focus on the dedicated mobile assets. */
  .home-page .hero-slide-1 .hero-picture>img{object-position:center 42%!important}
  .home-page .hero-slide-2 .hero-picture>img{object-position:center 40%!important}
  .home-page .hero-slide-3 .hero-picture>img{object-position:center 42%!important}

  /* Isolated category photos remain correctly focused on phone too. */
  .home-page .home-category-card:nth-child(1)>img{object-position:center 25%!important}
  .home-page .home-category-card:nth-child(2)>img{object-position:center 23%!important}
  .home-page .home-category-card:nth-child(3)>img{object-position:center 45%!important}
  .home-page .home-category-card:nth-child(4)>img{object-position:center 45%!important}
  .home-page .home-category-card:nth-child(5)>img{object-position:center 45%!important}
  .home-page .home-category-card:nth-child(6)>img{object-position:center 48%!important}
}

@media(max-width:390px){
  .header-inner{
    grid-template-columns:minmax(0,1fr) 44px 44px!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .header-inner .logo-main{
    font-size:27px!important;
  }
  .menu-btn{
    width:42px!important;
    height:42px!important;
  }
  .menu-btn span{
    width:23px;
  }
  .mobile-cart-icon{
    width:24px;
    height:24px;
  }
}


/* =========================================================
   V47 HERO COPY — transparent, no frame, no image blocking
   ========================================================= */

.home-page .hero-slide-overlay{
  display:none!important;
}

.home-page .hero-slide-copy{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  padding:0!important;
  pointer-events:none!important;
}

/* Text stays readable without whitening the photo. */
.home-page .hero-slide-copy small,
.home-page .hero-slide-copy strong,
.home-page .hero-slide-copy>span:not(.hero-cta){
  text-shadow:
    0 1px 0 rgba(255,250,246,.75),
    0 2px 12px rgba(255,250,246,.58);
}

.home-page .hero-slide-copy strong{
  color:#4d3529!important;
}

.home-page .hero-slide-copy small{
  color:#77513f!important;
}

.home-page .hero-slide-copy>span:not(.hero-cta){
  color:#654f43!important;
}

/* It still looks like a small CTA, but there is no big surrounding card. */
.home-page .hero-slide-copy .hero-cta{
  pointer-events:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  margin-top:2px!important;
  padding:9px 14px!important;
  border:1px solid rgba(93,63,48,.34)!important;
  border-radius:999px!important;
  background:rgba(255,250,246,.28)!important;
  color:#5b4033!important;
  box-shadow:none!important;
  font-size:10px!important;
  font-style:normal!important;
  letter-spacing:.13em!important;
  text-shadow:none!important;
  cursor:pointer!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
}

.home-page .hero-slide-copy .hero-cta:hover,
.home-page .hero-slide-copy .hero-cta:focus-visible{
  background:rgba(255,250,246,.62)!important;
  border-color:rgba(93,63,48,.58)!important;
  transform:translateY(-1px)!important;
  outline:none!important;
}

/* Mobile uses the same transparent treatment. */
@media(max-width:600px){
  .home-page .hero-slide-copy{
    background:transparent!important;
    padding:0!important;
    left:18px!important;
    right:18px!important;
  }

  .home-page .hero-slide-copy small,
  .home-page .hero-slide-copy strong,
  .home-page .hero-slide-copy>span:not(.hero-cta){
    text-shadow:
      0 1px 0 rgba(255,250,246,.88),
      0 2px 10px rgba(255,250,246,.72);
  }

  .home-page .hero-slide-copy .hero-cta{
    padding:8px 12px!important;
    font-size:9px!important;
    background:rgba(255,250,246,.34)!important;
  }
}


/* =========================================================
   V48 CATEGORY CARD CROP FIX
   - girls / boys cards were cropping too tightly to faces
   - make cards taller and lower the crop so upper body shows
   ========================================================= */
.home-page .home-category-card{
  aspect-ratio:1.72 / 1!important;
}
.home-page .home-category-card:nth-child(1)>img{object-position:center 18%!important}
.home-page .home-category-card:nth-child(2)>img{object-position:center 18%!important}
.home-page .home-category-card:nth-child(3)>img{object-position:center 40%!important}
.home-page .home-category-card:nth-child(4)>img{object-position:center 40%!important}
.home-page .home-category-card:nth-child(5)>img{object-position:center 42%!important}
.home-page .home-category-card:nth-child(6)>img{object-position:center 42%!important}

@media(max-width:900px) and (min-width:601px){
  .home-page .home-category-card{
    aspect-ratio:1.48 / 1!important;
  }
  .home-page .home-category-card:nth-child(1)>img{object-position:center 16%!important}
  .home-page .home-category-card:nth-child(2)>img{object-position:center 16%!important}
  .home-page .home-category-card:nth-child(3)>img{object-position:center 38%!important}
  .home-page .home-category-card:nth-child(4)>img{object-position:center 38%!important}
  .home-page .home-category-card:nth-child(5)>img{object-position:center 40%!important}
  .home-page .home-category-card:nth-child(6)>img{object-position:center 40%!important}
}

@media(max-width:600px){
  .home-page .home-category-card{
    aspect-ratio:0.92 / 1.28!important;
  }
  .home-page .home-category-card:nth-child(1)>img{object-position:center 14%!important}
  .home-page .home-category-card:nth-child(2)>img{object-position:center 14%!important}
  .home-page .home-category-card:nth-child(3)>img{object-position:center 34%!important}
  .home-page .home-category-card:nth-child(4)>img{object-position:center 34%!important}
  .home-page .home-category-card:nth-child(5)>img{object-position:center 36%!important}
  .home-page .home-category-card:nth-child(6)>img{object-position:center 36%!important}
}

@media(max-width:390px){
  .home-page .home-category-card{
    aspect-ratio:0.9 / 1.34!important;
  }
}


/* =========================================================
   V49 MOBILE HOMEPAGE FIRST THREE / HERO CROP FIX
   - homepage on phone was still cropping the first images awkwardly
   - relax mobile hero crop and rebalance the first visible category photos
   ========================================================= */
@media(max-width:600px){
  /* Mobile hero: match the portrait source images more closely so it crops less. */
  .home-page .home-hero{
    aspect-ratio:5 / 6!important;
  }
  .home-page .hero-slide-1 .hero-picture>img{object-position:center 46%!important}
  .home-page .hero-slide-2 .hero-picture>img{object-position:center 42%!important}
  .home-page .hero-slide-3 .hero-picture>img{object-position:center 44%!important}

  /* First three category photos on phone: make them less narrow / less tall. */
  .home-page .home-category-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .home-page .home-category-card{
    aspect-ratio:1 / 1.06!important;
  }
  .home-page .home-category-card:nth-child(1)>img{object-position:center 18%!important}
  .home-page .home-category-card:nth-child(2)>img{object-position:center 18%!important}
  .home-page .home-category-card:nth-child(3)>img{object-position:center 32%!important}
  .home-page .home-category-card:nth-child(4)>img{object-position:center 32%!important}
  .home-page .home-category-card:nth-child(5)>img{object-position:center 34%!important}
  .home-page .home-category-card:nth-child(6)>img{object-position:center 34%!important}
}

@media(max-width:390px){
  .home-page .home-hero{
    aspect-ratio:0.86 / 1!important;
  }
  .home-page .home-category-card{
    aspect-ratio:1 / 1.02!important;
  }
}


/* =========================================================
   V50 MOBILE HAMBURGER CENTER FIX
   ========================================================= */
@media(max-width:700px){
  .menu-btn{
    position:relative!important;
    overflow:hidden!important;
  }

  .menu-btn span{
    position:absolute!important;
    left:50%!important;
    width:22px!important;
    height:2.5px!important;
    margin:0!important;
    transform:translateX(-50%)!important;
    transform-origin:center center!important;
  }

  .menu-btn span:nth-child(1){top:15px!important}
  .menu-btn span:nth-child(2){top:21.5px!important}
  .menu-btn span:nth-child(3){top:28px!important}

  .menu-btn[aria-expanded="true"] span:nth-child(1){
    top:15px!important;
    transform:translateX(-50%) translateY(6.5px) rotate(45deg)!important;
  }
  .menu-btn[aria-expanded="true"] span:nth-child(2){
    top:21.5px!important;
    opacity:0!important;
    transform:translateX(-50%) scaleX(.6)!important;
  }
  .menu-btn[aria-expanded="true"] span:nth-child(3){
    top:28px!important;
    transform:translateX(-50%) translateY(-6.5px) rotate(-45deg)!important;
  }
}


/* =========================================================
   V51 MOBILE CART + SEARCH POLISH
   ========================================================= */

/* Prevent square blue/gray tap highlights from escaping rounded controls. */
.search,
.search input,
.search button,
.menu-btn,
.mobile-cart-link{
  -webkit-tap-highlight-color:transparent!important;
}

/* Search field clips every child/focus state to the pill shape. */
.search{
  position:relative!important;
  overflow:hidden!important;
  border-radius:999px!important;
}

.search input{
  min-width:0!important;
  border:0!important;
  border-radius:999px 0 0 999px!important;
  outline:none!important;
  box-shadow:none!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}

/* New real magnifier button */
.search .search-submit{
  flex:0 0 48px!important;
  width:48px!important;
  min-width:48px!important;
  height:auto!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:0 999px 999px 0!important;
  background:transparent!important;
  color:#6b4d3e!important;
  outline:none!important;
  box-shadow:none!important;
  cursor:pointer!important;
  -webkit-appearance:none!important;
  appearance:none!important;
}

.search .search-submit svg{
  width:19px!important;
  height:19px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Focus remains a rounded pill, never a square block. */
.search:focus-within{
  border-color:#b99682!important;
  box-shadow:0 0 0 3px rgba(143,103,82,.10)!important;
}

.search .search-submit:focus,
.search .search-submit:focus-visible{
  outline:none!important;
  background:rgba(130,93,73,.06)!important;
}

.search .search-submit:active{
  background:rgba(130,93,73,.10)!important;
}

/* ---------- MOBILE HEADER ---------- */
@media(max-width:700px){
  .header-inner{
    grid-template-columns:minmax(0,1fr) 44px 44px!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    column-gap:7px!important;
    row-gap:10px!important;
    padding:14px 13px 12px!important;
  }

  .header-inner>a[href="index.html"]{
    align-self:center!important;
    justify-self:start!important;
  }

  /* Cart and hamburger use the exact same visual footprint. */
  .actions{
    grid-column:2!important;
    grid-row:1!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
    justify-self:center!important;
    display:grid!important;
    place-items:center!important;
  }

  .actions .mobile-cart-link{
    position:relative!important;
    width:44px!important;
    height:44px!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #dfd0c5!important;
    border-radius:50%!important;
    background:#fffaf6!important;
    color:#66493a!important;
    box-shadow:0 5px 15px rgba(73,51,40,.05)!important;
  }

  .actions .mobile-cart-icon{
    width:23px!important;
    height:23px!important;
    display:block!important;
    transform:none!important;
  }

  .actions .mobile-cart-link [data-cart-count]{
    position:absolute!important;
    top:-3px!important;
    right:-3px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 4px!important;
    border:2px solid #fffaf6!important;
    border-radius:999px!important;
    background:#8c6955!important;
    color:#fff!important;
    font-size:9px!important;
    font-weight:600!important;
    line-height:13px!important;
    box-sizing:border-box!important;
  }

  .menu-btn{
    grid-column:3!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:center!important;
    width:44px!important;
    height:44px!important;
    margin:0!important;
  }

  /* Search row fits cleanly below logo/cart/menu. */
  .search,
  .home-page .search{
    grid-column:1 / -1!important;
    grid-row:2!important;
    width:100%!important;
    max-width:none!important;
    min-height:48px!important;
    margin:0!important;
    box-sizing:border-box!important;
  }

  .search input,
  .home-page .search input{
    min-height:48px!important;
    padding:0 12px 0 17px!important;
    font-size:14px!important;
    line-height:48px!important;
  }

  .search .search-submit{
    flex-basis:50px!important;
    width:50px!important;
    min-width:50px!important;
    min-height:48px!important;
  }

  .search .search-submit svg{
    width:20px!important;
    height:20px!important;
  }
}

@media(max-width:390px){
  .header-inner{
    grid-template-columns:minmax(0,1fr) 42px 42px!important;
    column-gap:5px!important;
    padding-left:11px!important;
    padding-right:11px!important;
  }

  .actions,
  .actions .mobile-cart-link,
  .menu-btn{
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
  }

  .actions .mobile-cart-icon{
    width:22px!important;
    height:22px!important;
  }
}


/* =========================================================
   V52 DESKTOP SEARCH + CART POLISH
   ========================================================= */

/* Search stays clipped to the pill on desktop and mobile. */
.search{
  isolation:isolate!important;
  overflow:hidden!important;
  border-radius:999px!important;
  background:#fff!important;
}

.search input{
  background:#fff!important;
  background-clip:padding-box!important;
  color:#4f3d32!important;
}

/* Chrome / Edge autofill & saved-search fill:
   prevent the native square autofill background from escaping the pill. */
.search input:-webkit-autofill,
.search input:-webkit-autofill:hover,
.search input:-webkit-autofill:focus,
.search input:-webkit-autofill:active{
  -webkit-text-fill-color:#4f3d32!important;
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:0 0 0 1000px #fff inset!important;
  border-radius:999px 0 0 999px!important;
  caret-color:#4f3d32!important;
  background-clip:padding-box!important;
  transition:background-color 99999s ease-out 0s!important;
}

/* Firefox autofill */
.search input:autofill{
  background:#fff!important;
  box-shadow:0 0 0 1000px #fff inset!important;
  border-radius:999px 0 0 999px!important;
}

/* Selection itself is softer and stays visually inside the input. */
.search input::selection{
  background:rgba(143,103,82,.18)!important;
  color:#4f3d32!important;
}

/* Make search button focus subtle on desktop too. */
.search .search-submit{
  overflow:hidden!important;
}
.search .search-submit:focus-visible{
  outline:none!important;
  box-shadow:inset 0 0 0 999px rgba(130,93,73,.055)!important;
}

/* ---------- Refined shopping-bag icon ---------- */
.mobile-cart-icon{
  width:23px!important;
  height:23px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.55!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Desktop cart */
@media(min-width:701px){
  .actions .mobile-cart-link{
    position:relative!important;
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    border:1px solid transparent!important;
    border-radius:50%!important;
    color:#65493a!important;
    background:transparent!important;
    transition:background .16s ease,border-color .16s ease,transform .16s ease!important;
  }

  .actions .mobile-cart-link:hover{
    background:#faf3ed!important;
    border-color:#ead9ce!important;
    transform:translateY(-1px)!important;
  }

  .actions .mobile-cart-icon{
    width:22px!important;
    height:22px!important;
  }

  .actions .mobile-cart-link [data-cart-count]{
    position:absolute!important;
    top:-2px!important;
    right:-3px!important;
    min-width:16px!important;
    height:16px!important;
    padding:0 4px!important;
    display:grid!important;
    place-items:center!important;
    border:2px solid #fff!important;
    border-radius:999px!important;
    background:#8b6652!important;
    color:#fff!important;
    font-size:8.5px!important;
    font-weight:600!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }
}

/* Mobile: keep the circular control from v51 but use the new bag icon. */
@media(max-width:700px){
  .actions .mobile-cart-icon{
    width:22px!important;
    height:22px!important;
    stroke-width:1.6!important;
  }

  .search input:-webkit-autofill,
  .search input:-webkit-autofill:hover,
  .search input:-webkit-autofill:focus,
  .search input:-webkit-autofill:active{
    border-radius:999px 0 0 999px!important;
  }
}


/* =========================================================
   V53 DESKTOP / MOBILE IMAGES ARE SEPARATE
   ========================================================= */

.home-page .home-category-picture{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
}

.home-page .home-category-picture>img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

/* Desktop keeps its own horizontal imagery. */
@media(min-width:601px){
  .home-page .home-hero .hero-picture>img{
    object-fit:cover!important;
  }

  .home-page .home-category-picture>img{
    object-fit:cover!important;
  }
}

/* Phone loads separate portrait/composed files — no desktop image cropping. */
@media(max-width:600px){
  .home-page .home-hero{
    aspect-ratio:5 / 6!important;
  }

  .home-page .home-hero .hero-picture>img{
    object-fit:cover!important;
    object-position:center top!important;
  }

  .home-page .hero-slide-1 .hero-picture>img,
  .home-page .hero-slide-2 .hero-picture>img,
  .home-page .hero-slide-3 .hero-picture>img{
    object-position:center top!important;
  }

  .home-page .home-category-card{
    aspect-ratio:1 / 1.12!important;
  }

  .home-page .home-category-picture>img{
    object-fit:cover!important;
    object-position:center top!important;
  }

  /* Previous direct-child img focus rules no longer affect picture-based mobile images. */
  .home-page .home-category-card:nth-child(1) .home-category-picture>img,
  .home-page .home-category-card:nth-child(2) .home-category-picture>img,
  .home-page .home-category-card:nth-child(3) .home-category-picture>img,
  .home-page .home-category-card:nth-child(4) .home-category-picture>img,
  .home-page .home-category-card:nth-child(5) .home-category-picture>img,
  .home-page .home-category-card:nth-child(6) .home-category-picture>img{
    object-position:center top!important;
  }
}


/* =========================================================
   V54 MOBILE VISUAL AUDIT
   Dedicated phone assets with deliberate photo/text proportions.
   ========================================================= */
@media(max-width:600px){
  .home-page .home-hero{
    aspect-ratio:6 / 7!important;
  }

  .home-page .home-hero .hero-picture>img{
    object-fit:cover!important;
    object-position:center top!important;
  }

  .home-page .hero-slide-copy{
    left:18px!important;
    right:18px!important;
    bottom:34px!important;
  }

  .home-page .home-hero .hero-dots{
    bottom:8px!important;
  }

  .home-page .home-category-card{
    aspect-ratio:5 / 6!important;
  }

  .home-page .home-category-picture>img{
    object-fit:cover!important;
    object-position:center top!important;
  }
}

@media(max-width:390px){
  .home-page .home-hero{
    aspect-ratio:6 / 7.15!important;
  }
}


/* =========================================================
   V55 FULL DEVICE-SPECIFIC IMAGE SYSTEM
   Every homepage image has a desktop/mobile file prepared for its slot.
   No hard focus cropping is used for the v55 assets.
   ========================================================= */

@media(min-width:601px){
  .home-page .home-hero{
    aspect-ratio:1800 / 560!important;
  }
  .home-page .home-hero .hero-picture>img{
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
  }

  .home-page .home-category-card{
    aspect-ratio:1200 / 700!important;
  }
  .home-page .home-category-picture>img{
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
  }
}

@media(max-width:600px){
  .home-page .home-hero{
    aspect-ratio:900 / 1050!important;
  }
  .home-page .home-hero .hero-picture>img{
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
  }

  .home-page .home-category-card{
    aspect-ratio:700 / 840!important;
  }
  .home-page .home-category-picture>img{
    width:100%!important;
    height:100%!important;
    object-fit:fill!important;
    object-position:center!important;
  }

  /* Text remains compact over the calm lower/left safe area. */
  .home-page .hero-slide-copy{
    left:18px!important;
    right:18px!important;
    bottom:34px!important;
  }
}


/* =========================================================
   V56 FINAL HOMEPAGE IMAGE FIT
   Desktop heroes use their full generated frame; no blur mask, no side block.
   Mobile heroes/categories use dedicated files with built-in text-safe space.
   ========================================================= */
@media(min-width:601px){
  .home-page .home-hero{aspect-ratio:1916 / 821!important;}
  .home-page .home-hero .hero-picture>img{width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;}
  .home-page .home-category-card{aspect-ratio:1200 / 700!important;}
  .home-page .home-category-picture>img{width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;}
}
@media(max-width:600px){
  .home-page .home-hero{aspect-ratio:900 / 1050!important;}
  .home-page .home-hero .hero-picture>img{width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;}
  .home-page .home-category-card{aspect-ratio:700 / 840!important;}
  .home-page .home-category-picture>img{width:100%!important;height:100%!important;object-fit:fill!important;object-position:center!important;}
}


/* =========================================================
   V57 DESKTOP HERO ARROWS
   Keep hover arrows completely away from the left text area.
   ========================================================= */
@media(min-width:601px) and (hover:hover) and (pointer:fine){
  .home-page .home-hero .hero-arrow{
    top:18px!important;
    bottom:auto!important;
    width:34px!important;
    height:34px!important;
    border:1px solid rgba(111,79,63,.18)!important;
    border-radius:999px!important;
    background:rgba(255,250,246,.86)!important;
    color:#67493a!important;
    font-size:24px!important;
    line-height:1!important;
    box-shadow:0 4px 12px rgba(73,48,36,.08)!important;
    transform:none!important;
    backdrop-filter:blur(4px)!important;
    -webkit-backdrop-filter:blur(4px)!important;
  }

  /* Both controls live together at the upper-right;
     they never enter the left-side headline/copy safe area. */
  .home-page .home-hero .hero-arrow.prev{
    left:auto!important;
    right:58px!important;
  }

  .home-page .home-hero .hero-arrow.next{
    left:auto!important;
    right:16px!important;
  }

  .home-page .home-hero .hero-arrow:hover{
    background:rgba(255,250,246,.98)!important;
    border-color:rgba(111,79,63,.32)!important;
  }
}


/* =========================================================
   V58 SIZE GUIDE — TRUE RESPONSIVE WIDTH
   The size-guide layout now grows/shrinks with the viewport
   instead of being locked to the old 980px content width.
   ========================================================= */
.size-guide-body .content-page-main{
  width:100%!important;
  max-width:1320px!important;
  padding-left:clamp(14px,2.2vw,28px)!important;
  padding-right:clamp(14px,2.2vw,28px)!important;
}

.size-guide-body .size-page-title,
.size-guide-body .size-guide-card,
.size-guide-body .size-tips,
.size-guide-body .size-extra{
  width:100%!important;
  max-width:none!important;
}

.size-guide-body .size-page-title{
  margin-left:0!important;
  margin-right:0!important;
  padding-left:clamp(18px,3vw,38px)!important;
  padding-right:clamp(18px,3vw,38px)!important;
}

.size-guide-body .size-guide-card{
  padding:clamp(18px,2.5vw,32px)!important;
}

.size-guide-body .size-table-wrap{
  width:100%!important;
  max-width:100%!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
}

.size-guide-body .size-table{
  width:100%!important;
  table-layout:fixed;
}

.size-guide-body .size-tips{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}

.size-guide-body .size-extra{
  padding:clamp(20px,2.5vw,30px)!important;
}

@media(max-width:900px){
  .size-guide-body .content-page-main{
    max-width:none!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .size-guide-body .size-tips{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:620px){
  .size-guide-body .content-page-main{
    padding-left:12px!important;
    padding-right:12px!important;
  }

  .size-guide-body .size-page-title{
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .size-guide-body .size-guide-card{
    padding:18px 12px!important;
    border-radius:18px!important;
  }

  .size-guide-body .size-tips{
    grid-template-columns:1fr!important;
  }

  .size-guide-body .size-table{
    min-width:560px!important;
    table-layout:auto!important;
  }

  .size-guide-body .size-table th,
  .size-guide-body .size-table td{
    white-space:nowrap;
  }
}


/* =========================================================
   V59 ALL INFORMATION PAGES — FULL RESPONSIVE LAYOUT
   Applies to About / Contact / FAQ / Shopping Guide /
   Privacy / Terms / Size Guide.
   ========================================================= */

.content-page-body .content-page-main{
  width:min(100%, 1240px)!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:clamp(18px,3vw,42px)!important;
  padding-right:clamp(18px,3vw,42px)!important;
  box-sizing:border-box!important;
}

/* Header/title card follows viewport instead of staying locked at 860px. */
.content-page-body .page-title{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}

/* Main information panel follows the same responsive width. */
.content-page-body .content-page-main>.panel,
.content-page-body .contact-panel{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}

/* Keep long text comfortable to read while the card itself still resizes. */
.content-page-body .content-page-main>.panel>[data-page-content]:not(:only-child),
.content-page-body .content-page-main>.panel>[data-page-content]:only-child{
  width:100%!important;
  max-width:980px!important;
}

/* Contact page: cards react with the available width rather than fixed panel sizes. */
.content-page-body .contact-socials{
  width:100%!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

.content-page-body .contact-social{
  min-width:0!important;
  width:100%!important;
  box-sizing:border-box!important;
}

/* Tablet */
@media(max-width:900px){
  .content-page-body .content-page-main{
    width:100%!important;
    max-width:none!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .content-page-body .page-title{
    padding-left:24px!important;
    padding-right:24px!important;
  }

  .content-page-body .content-page-main>.panel,
  .content-page-body .contact-panel{
    padding:26px!important;
  }

  .content-page-body .contact-socials{
    grid-template-columns:1fr 1fr!important;
    gap:14px!important;
  }
}

/* Phone */
@media(max-width:600px){
  .content-page-body .content-page-main{
    padding-left:12px!important;
    padding-right:12px!important;
    padding-top:20px!important;
    padding-bottom:42px!important;
  }

  .content-page-body .page-title{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding:21px 17px!important;
    border-radius:18px!important;
  }

  .content-page-body .content-page-main>.panel,
  .content-page-body .contact-panel{
    width:100%!important;
    padding:20px 17px!important;
    border-radius:17px!important;
  }

  .content-page-body .contact-socials{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }

  .content-page-body .contact-social{
    min-height:94px!important;
    padding:17px!important;
  }

  .content-page-body [data-page-content]{
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }
}

/* Very narrow phones */
@media(max-width:390px){
  .content-page-body .content-page-main{
    padding-left:10px!important;
    padding-right:10px!important;
  }

  .content-page-body .page-title{
    padding:18px 14px!important;
  }

  .content-page-body .content-page-main>.panel,
  .content-page-body .contact-panel{
    padding:18px 14px!important;
  }
}


/* =========================================================
   V60 CLEAN CATEGORY INTERACTION
   ========================================================= */

/* Category cards are fully clickable; no decorative corner arrow. */
.home-page .home-category-card>i,
.home-page .home-cat-arrow{
  display:none!important;
}

.home-page .home-category-card{
  cursor:pointer!important;
}


/* =========================================================
   V60 HERO CONTROLS + MOUSE DRAG
   ========================================================= */

.home-page .hero-track{
  cursor:grab!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  touch-action:pan-y!important;
}

.home-page .hero-track.is-dragging{
  cursor:grabbing!important;
  scroll-behavior:auto!important;
}

.home-page .hero-track img,
.home-page .hero-track a{
  -webkit-user-drag:none!important;
  user-drag:none!important;
}

/* Wide desktop: conventional left / right arrows, close to the edge
   so they stay outside the text safe area. */
@media(min-width:960px) and (hover:hover) and (pointer:fine){
  .home-page .home-hero .hero-arrow{
    top:50%!important;
    bottom:auto!important;
    width:32px!important;
    height:32px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    border:1px solid rgba(111,79,63,.16)!important;
    border-radius:999px!important;
    background:rgba(255,250,246,.78)!important;
    color:#67493a!important;
    font-size:23px!important;
    line-height:1!important;
    box-shadow:0 3px 10px rgba(73,48,36,.06)!important;
    transform:translateY(-50%)!important;
    backdrop-filter:blur(3px)!important;
    -webkit-backdrop-filter:blur(3px)!important;
  }

  .home-page .home-hero .hero-arrow.prev{
    left:10px!important;
    right:auto!important;
  }

  .home-page .home-hero .hero-arrow.next{
    left:auto!important;
    right:10px!important;
  }

  .home-page .home-hero .hero-arrow:hover{
    background:rgba(255,250,246,.96)!important;
    border-color:rgba(111,79,63,.30)!important;
  }
}

/* Narrow desktop/tablet: drag is cleaner than forcing arrows into the text area. */
@media(max-width:959px){
  .home-page .home-hero .hero-arrow{
    display:none!important;
  }
}


/* =========================================================
   V60 INFORMATION PAGE — IMMEDIATE TEXT
   ========================================================= */

/* Never hide page copy while waiting for site_settings.
   Default HTML appears immediately, then saved content updates in place. */
html.dynamic-page-loading .content-page-body [data-page-title],
html.dynamic-page-loading .content-page-body [data-page-content],
html.dynamic-page-loading .content-page-body [data-contact-line],
html.dynamic-page-loading .content-page-body [data-contact-instagram],
.content-page-body [data-page-title],
.content-page-body [data-page-content]{
  visibility:visible!important;
  opacity:1!important;
}


/* =========================================================
   V61 CLICK / TAP FEEDBACK
   Make every page-jump interaction feel clearly clickable
   without changing the visual language of Little Maison.
   ========================================================= */

/* Global interactive cue */
a[href],
button,
[role="button"]{
  -webkit-tap-highlight-color:transparent!important;
}

/* Desktop: clear but subtle hover feedback */
@media(hover:hover) and (pointer:fine){
  a[href],
  button,
  [role="button"]{
    cursor:pointer!important;
  }

  /* Homepage category cards */
  .home-page .home-category-card{
    transition:
      transform .16s ease,
      box-shadow .16s ease,
      border-color .16s ease!important;
  }
  .home-page .home-category-card:hover{
    transform:translateY(-3px)!important;
    box-shadow:0 12px 24px rgba(78,54,42,.10)!important;
    border-color:rgba(151,111,90,.34)!important;
  }

  /* Product cards */
  .product-card,
  .product-card-link,
  .product-item,
  .grid .card{
    transition:
      transform .16s ease,
      box-shadow .16s ease,
      border-color .16s ease!important;
  }
  .product-card:hover,
  .product-item:hover,
  .grid .card:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 10px 22px rgba(78,54,42,.08)!important;
  }

  /* Hero itself gets a soft visual cue */
  .home-page .hero-slide{
    cursor:grab!important;
  }
  .home-page .hero-slide:hover .hero-picture>img{
    filter:brightness(1.015)!important;
  }

  /* Nav / footer text links */
  .nav a,
  .footer a,
  .actions a,
  .page-title a{
    transition:opacity .15s ease,color .15s ease!important;
  }
  .nav a:hover,
  .footer a:hover,
  .actions a:hover,
  .page-title a:hover{
    opacity:.72!important;
  }
}

/* Click / tap: immediate pressed feedback on both desktop and mobile */
.home-page .home-category-card:active,
.product-card:active,
.product-card-link:active,
.product-item:active,
.grid .card:active,
.contact-social:active,
.hero-cta:active,
.btn:active,
button:active,
a[href]:active{
  transform:scale(.985)!important;
}

/* Whole hero should also feel pressed when tapped, but not while dragging */
.home-page .hero-slide:active:not(.is-dragging){
  opacity:.975!important;
}

/* Nav/footer text links should not jump visually too much */
.nav a:active,
.footer a:active,
.actions a:active{
  transform:none!important;
  opacity:.55!important;
}

/* Mobile tap feedback is a touch more visible */
@media(max-width:700px){
  .home-page .home-category-card,
  .product-card,
  .product-item,
  .grid .card,
  .contact-social,
  .hero-cta,
  .btn,
  button,
  a[href]{
    transition:
      transform .10s ease,
      opacity .10s ease,
      background-color .10s ease!important;
  }

  .home-page .home-category-card:active,
  .product-card:active,
  .product-item:active,
  .grid .card:active,
  .contact-social:active{
    transform:scale(.97)!important;
    opacity:.90!important;
  }

  .hero-cta:active,
  .btn:active,
  button:active{
    transform:scale(.96)!important;
    opacity:.88!important;
  }

  .home-page .hero-slide:active{
    opacity:.96!important;
  }
}


/* =========================================================
   V62 HERO DRAG FIX
   Banner itself is not a page link; CTA is the only navigation target.
   ========================================================= */

.home-page .hero-slide{
  cursor:grab!important;
}

.home-page .hero-track.is-dragging .hero-slide,
.home-page .hero-track.is-dragging{
  cursor:grabbing!important;
}

.home-page .hero-slide:active{
  transform:none!important;
  opacity:1!important;
}

/* Undo V61's general clickable-link pressed effect inside hero. */
.home-page .hero-slide,
.home-page .hero-picture,
.home-page .hero-picture img{
  -webkit-tap-highlight-color:transparent!important;
}

/* CTA remains visibly clickable. */
.home-page .hero-cta{
  cursor:pointer!important;
  pointer-events:auto!important;
}

@media(max-width:700px){
  .home-page .hero-slide:active{
    transform:none!important;
    opacity:1!important;
  }
}


/* =========================================================
   V63 DISABLE NATIVE IMAGE DRAG
   Prevent browser ghost-image dragging without breaking carousels/swipes.
   ========================================================= */
img{
  -webkit-user-drag:none!important;
  user-drag:none!important;
  -webkit-user-select:none!important;
  user-select:none!important;
}

a img,
button img,
.home-page img,
.product-card img,
.product-gallery img,
.product-media img{
  pointer-events:auto!important;
  -webkit-user-drag:none!important;
  user-drag:none!important;
}

/* Pointer-drag carousels still work because those interactions are handled
   by the container, not by the browser's native image dragging. */


/* =========================================================
   V64 DEEPER PRESS FEEDBACK
   More obvious "pressed down" feeling for clickable UI.
   ========================================================= */

/* Cards / large clickable surfaces */
.home-page .home-category-card:active,
.product-card:active,
.product-card-link:active,
.product-item:active,
.grid .card:active,
.contact-social:active{
  transform:translateY(3px) scale(.975)!important;
  box-shadow:
    inset 0 3px 8px rgba(82,56,43,.12),
    0 2px 5px rgba(82,56,43,.06)!important;
  opacity:.94!important;
}

/* Buttons / small controls */
.hero-cta:active,
.btn:active,
button:active,
.mobile-cart-link:active,
.search-submit:active{
  transform:translateY(2px) scale(.94)!important;
  box-shadow:
    inset 0 3px 7px rgba(82,56,43,.16),
    0 1px 2px rgba(82,56,43,.05)!important;
  opacity:.92!important;
}

/* Text links: small down-press without making the line jump too much */
.nav a:active,
.footer a:active,
.actions>a:not(.mobile-cart-link):active,
.page-title a:active{
  transform:translateY(1px)!important;
  opacity:.58!important;
}

/* Keep hero drag surface neutral; CTA is what feels pressable. */
.home-page .hero-slide:active{
  transform:none!important;
  opacity:1!important;
  box-shadow:none!important;
}

/* Mobile gets the strongest tactile feedback. */
@media(max-width:700px){
  .home-page .home-category-card:active,
  .product-card:active,
  .product-card-link:active,
  .product-item:active,
  .grid .card:active,
  .contact-social:active{
    transform:translateY(4px) scale(.965)!important;
    box-shadow:
      inset 0 4px 10px rgba(82,56,43,.15),
      0 1px 3px rgba(82,56,43,.04)!important;
    opacity:.91!important;
  }

  .hero-cta:active,
  .btn:active,
  button:active,
  .mobile-cart-link:active,
  .search-submit:active{
    transform:translateY(3px) scale(.92)!important;
    box-shadow:
      inset 0 4px 9px rgba(82,56,43,.18),
      0 1px 2px rgba(82,56,43,.04)!important;
    opacity:.88!important;
  }
}


/* =========================================================
   V65 MOBILE PERFORMANCE + HD IMAGE PASS
   ========================================================= */

@media(max-width:600px){
  /* Native horizontal swipe: no JS-drag fighting the browser. */
  .home-page .hero-track{
    scroll-behavior:auto!important;
    scroll-snap-type:x mandatory!important;
    touch-action:pan-x pan-y!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    cursor:default!important;
  }

  .home-page .hero-slide{
    scroll-snap-align:start!important;
    scroll-snap-stop:normal!important;
  }

  /* Remove expensive mobile-only effects during swipe. */
  .home-page .hero-picture>img,
  .home-page .home-category-picture>img{
    filter:none!important;
    transform:none!important;
    backface-visibility:hidden!important;
  }

  .home-page .home-hero{
    box-shadow:none!important;
  }

  .home-page .hero-slide-copy{
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .home-page .home-hero .hero-arrow{
    display:none!important;
  }
}

/* V65 images are pre-sized to their slots; don't blur/stretch them through legacy fit rules. */
@media(min-width:601px){
  .home-page .home-hero .hero-picture>img,
  .home-page .home-category-picture>img{
    object-fit:cover!important;
    image-rendering:auto!important;
  }
}

@media(max-width:600px){
  .home-page .home-hero .hero-picture>img,
  .home-page .home-category-picture>img{
    object-fit:cover!important;
    image-rendering:auto!important;
  }
}


/* ===== V66 desktop hero drag + safer category framing ===== */
@media (min-width: 601px){
  .home-page .hero-track{
    cursor: grab !important;
    user-select: none !important;
  }
  .home-page .hero-track.is-dragging{
    cursor: grabbing !important;
    scroll-behavior: auto !important;
  }
  .home-page .hero-slide,
  .home-page .hero-slide *{
    user-select: none !important;
  }

  /* first row headroom fix */
  .home-page .home-category-card:nth-child(1) .home-category-picture>img{
    object-position: 70% 35% !important;
  }
  .home-page .home-category-card:nth-child(2) .home-category-picture>img{
    object-position: 66% 34% !important;
  }
  .home-page .home-category-card:nth-child(3) .home-category-picture>img{
    object-position: 68% 34% !important;
  }
}

@media (max-width: 600px){
  .home-page .home-category-card:nth-child(1) .home-category-picture>img{
    object-position: 70% 26% !important;
  }
  .home-page .home-category-card:nth-child(2) .home-category-picture>img{
    object-position: 66% 26% !important;
  }
  .home-page .home-category-card:nth-child(3) .home-category-picture>img{
    object-position: 68% 25% !important;
  }
}


/* =========================================================
   V67 MOBILE HERO — FULL PHOTO, NO FOG / NO FAKE LOWER FILL
   ========================================================= */
@media(max-width:600px){
  .home-page .home-hero{
    aspect-ratio:4 / 5!important;
    background:transparent!important;
  }

  .home-page .hero-slide,
  .home-page .hero-picture{
    background:transparent!important;
  }

  .home-page .hero-picture{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
  }

  .home-page .hero-picture>img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:none!important;
    opacity:1!important;
    transform:none!important;
  }

  /* Absolutely no decorative fog/gradient over the photo. */
  .home-page .hero-slide-overlay{
    display:none!important;
    background:none!important;
    opacity:0!important;
  }

  /* Text floats directly over the image, with light text shadow only. */
  .home-page .hero-slide-copy{
    left:18px!important;
    right:18px!important;
    bottom:28px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .home-page .hero-slide-copy small,
  .home-page .hero-slide-copy strong,
  .home-page .hero-slide-copy>span:not(.hero-cta){
    text-shadow:
      0 1px 0 rgba(255,250,246,.95),
      0 2px 8px rgba(255,250,246,.80)!important;
  }

  .home-page .hero-dots{
    bottom:8px!important;
  }
}


/* =========================================================
   V68 MOBILE LONG-PRESS MENU
   Disable browser link/image callout on interactive storefront UI,
   but keep text inputs/selects/textareas usable for copy/paste.
   ========================================================= */
@media(max-width:700px){
  a[href],
  button,
  [role="button"],
  img,
  .home-category-card,
  .product-card,
  .product-card-link,
  .product-item,
  .hero-slide,
  .hero-cta,
  .mobile-cart-link,
  .nav a,
  .footer a{
    -webkit-touch-callout:none!important;
  }

  a[href],
  button,
  [role="button"],
  img,
  .home-category-card,
  .product-card,
  .product-card-link,
  .product-item,
  .hero-slide,
  .hero-cta{
    -webkit-user-select:none!important;
    user-select:none!important;
  }

  /* Form fields must remain normal for selection / copy / paste. */
  input,
  textarea,
  select,
  [contenteditable="true"]{
    -webkit-touch-callout:default!important;
    -webkit-user-select:text!important;
    user-select:text!important;
  }
}


/* =========================================================
   V69 DEFINITIVE DESKTOP DRAG + FULL-PERSON CATEGORY CARDS
   ========================================================= */
.home-page .home-category-shade{display:none!important}
.home-page .home-category-picture>img{
  opacity:1!important;
  filter:none!important;
  image-rendering:auto!important;
}

@media(min-width:601px){
  .home-page .hero-track{
    cursor:grab!important;
    user-select:none!important;
    -webkit-user-select:none!important;
  }
  .home-page .hero-track.is-dragging{
    cursor:grabbing!important;
    scroll-snap-type:none!important;
    scroll-behavior:auto!important;
  }
  .home-page .hero-track.is-dragging *{
    pointer-events:none!important;
  }

  /* These v69 images already contain the full person at card ratio. */
  .home-page .home-category-card:nth-child(-n+3) .home-category-picture>img{
    object-fit:fill!important;
    object-position:center!important;
  }
}

@media(max-width:600px){
  .home-page .home-category-card:nth-child(-n+3) .home-category-picture>img{
    object-fit:fill!important;
    object-position:center!important;
  }
}


/* =========================================================
   V70 HERO RELEASE — SMOOTH GLIDE
   ========================================================= */
@media(min-width:601px){
  .home-page .hero-track{
    scroll-behavior:auto!important;
  }

  .home-page .hero-track.is-dragging{
    scroll-snap-type:none!important;
    cursor:grabbing!important;
  }
}


/* =========================================================
   V71 TRUE INFINITE HERO LOOP
   Cloned edge slides allow 3→1 and 1→3 to continue in the
   same direction without hitting a scroll boundary.
   ========================================================= */
.home-page .hero-clone{
  pointer-events:auto!important;
}

@media(min-width:601px){
  .home-page .hero-track.is-dragging{
    scroll-snap-type:none!important;
    cursor:grabbing!important;
  }
}


/* =========================================================
   V72 MOBILE CATEGORY FILL
   ========================================================= */
@media(max-width:600px){
  .home-page .home-category-card:nth-child(-n+3){
    background:transparent!important;
  }

  .home-page .home-category-card:nth-child(-n+3) .home-category-picture{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    background:transparent!important;
  }

  .home-page .home-category-card:nth-child(-n+3) .home-category-picture>img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
    opacity:1!important;
    filter:none!important;
  }
}





/* =========================================================
   V81 MOBILE HERO — CLEAN NATIVE SWIPE
   This is the only final mobile-hero override.
   Desktop hero behavior is untouched.
   ========================================================= */
@media(max-width:600px){
  .home-page .home-hero{
    aspect-ratio:4 / 5!important;
    overflow:hidden!important;
  }

  .home-page .home-hero .hero-track{
    position:relative!important;
    display:flex!important;
    width:100%!important;
    height:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:auto!important;
    overscroll-behavior-x:contain!important;
    transform:none!important;
    will-change:auto!important;
    scrollbar-width:none!important;
  }

  .home-page .home-hero .hero-track::-webkit-scrollbar{
    display:none!important;
  }

  .home-page .home-hero .hero-slide{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    flex:0 0 100%!important;
    min-width:100%!important;
    width:100%!important;
    height:100%!important;
    transform:none!important;
    visibility:visible!important;
    opacity:1!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
    will-change:auto!important;
  }

  .home-page .home-hero .hero-picture,
  .home-page .home-hero .hero-picture>img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    visibility:visible!important;
    opacity:1!important;
  }

  /* The phone artwork is exactly 720×900 (4:5).
     contain guarantees the artwork is never cropped. */
  .home-page .home-hero .hero-picture>img{
    object-fit:contain!important;
    object-position:center center!important;
    background:#f7f1eb!important;
  }
}

/* =========================================================
   V89 PRODUCT IMAGE SYSTEM
   - Desktop product cards keep arrow control.
   - Mobile product cards use true native horizontal scrolling.
   - Product detail uses one physical scroll track on all devices.
   ========================================================= */
.product-card-media{
  position:relative!important;
  overflow:hidden!important;
}
.product-card-viewport{
  position:relative!important;
  width:100%!important;
  aspect-ratio:4 / 5!important;
  overflow:hidden!important;
  background:#f4ece5!important;
}
.product-card-track{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  transform:translate3d(0,0,0);
  transition:transform 360ms cubic-bezier(.22,.61,.36,1)!important;
  will-change:transform!important;
}
.product-card-slide{
  position:relative!important;
  display:block!important;
  flex:0 0 100%!important;
  min-width:100%!important;
  width:100%!important;
  height:100%!important;
  overflow:hidden!important;
}
.product-card-slide .product-img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  transition:none!important;
  margin:0!important;
  -webkit-user-drag:none!important;
}
.product-card-media .card-img-arrow{
  z-index:20!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
}
.product-card-media .card-img-arrow:active{
  transform:translateY(-50%) scale(.92)!important;
}

/* -------- Product detail: one real scroll track -------- */
.product-detail .detail-gallery{
  min-width:0!important;
}
.product-detail .detail-gallery-viewport{
  position:relative!important;
  width:100%!important;
  aspect-ratio:4 / 5!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  touch-action:pan-x pan-y pinch-zoom!important;
  scrollbar-width:none!important;
  background:#f7f1eb!important;
  border-radius:16px!important;
  cursor:grab;
}
.product-detail .detail-gallery-viewport::-webkit-scrollbar{display:none!important;}
.product-detail .detail-gallery-viewport.is-mouse-dragging{
  cursor:grabbing!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
}
.product-detail .detail-gallery-track{
  display:flex!important;
  width:calc(var(--detail-count) * 100%)!important;
  height:100%!important;
}
.product-detail .detail-gallery-slide{
  position:relative!important;
  flex:0 0 calc(100% / var(--detail-count))!important;
  width:calc(100% / var(--detail-count))!important;
  height:100%!important;
  scroll-snap-align:start!important;
  scroll-snap-stop:always!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f7f1eb!important;
}
.product-detail .detail-gallery-slide img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  border-radius:0!important;
  background:#f7f1eb!important;
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-user-drag:none!important;
}
.product-detail .detail-gallery-arrow{
  position:absolute!important;
  top:50%!important;
  z-index:20!important;
  width:38px!important;
  height:38px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  transform:translateY(-50%)!important;
  border:1px solid rgba(88,62,49,.13)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.92)!important;
  color:#5b4033!important;
  box-shadow:0 5px 18px rgba(66,45,34,.12)!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  transition:transform .16s ease,background .16s ease,box-shadow .16s ease!important;
}
.product-detail .detail-gallery-arrow svg{
  width:19px!important;
  height:19px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
.product-detail .detail-gallery-prev{left:12px!important;}
.product-detail .detail-gallery-next{right:12px!important;}
.product-detail .detail-gallery-arrow:hover{
  background:#fff!important;
  transform:translateY(-50%) scale(1.05)!important;
  box-shadow:0 7px 22px rgba(66,45,34,.16)!important;
}
.product-detail .detail-gallery-arrow:active{
  transform:translateY(-50%) scale(.94)!important;
}
.product-detail .detail-gallery-dots{
  position:absolute!important;
  left:50%!important;
  bottom:10px!important;
  z-index:19!important;
  display:flex!important;
  gap:5px!important;
  transform:translateX(-50%)!important;
  pointer-events:none!important;
}
.product-detail .detail-gallery-dots span{
  width:5px!important;
  height:5px!important;
  border-radius:999px!important;
  background:rgba(79,55,43,.28)!important;
  transition:width .18s ease,background .18s ease!important;
}
.product-detail .detail-gallery-dots span.active{
  width:15px!important;
  background:#6f4f3f!important;
}
.product-detail .detail-gallery-thumbs{
  width:100%!important;
  max-width:100%!important;
  margin-top:10px!important;
}

/* -------- Phone -------- */
@media(max-width:760px){
  html,body{
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  /* IMPORTANT: old pan-y rule is gone. Horizontal movement belongs to this viewport. */
  .product-card-media,
  .product-card-viewport,
  .product-card-track,
  .product-card-slide,
  .product-card-image-link,
  .product-card-media .product-img{
    touch-action:pan-x pan-y pinch-zoom!important;
  }

  .product-card-viewport{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    scrollbar-width:none!important;
  }
  .product-card-viewport::-webkit-scrollbar{display:none!important;}
  .product-card-track{
    width:calc(var(--card-count) * 100%)!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
  }
  .product-card-slide{
    flex:0 0 calc(100% / var(--card-count))!important;
    min-width:calc(100% / var(--card-count))!important;
    width:calc(100% / var(--card-count))!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:always!important;
  }
  .product-card-media .card-img-arrow{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .product-detail .detail-gallery-viewport{
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:4 / 5!important;
    border-radius:14px!important;
    cursor:default!important;
    touch-action:pan-x pan-y pinch-zoom!important;
  }
  .product-detail .detail-gallery-arrow{
    display:none!important;
  }
  .product-detail .detail-gallery-dots{
    bottom:8px!important;
  }
  .product-detail .detail-gallery-thumbs{
    width:100%!important;
    max-width:100%!important;
  }
}


/* =========================================================
   V90 PRODUCT DETAIL GALLERY — SINGLE SYNCHRONIZED CONTROLLER
   Applies only inside .product-detail.
   Product cards and homepage hero are untouched.
   ========================================================= */
.product-detail .detail-gallery{
  min-width:0!important;
  width:100%!important;
}

.product-detail .detail-gallery-viewport{
  position:relative!important;
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:4 / 5!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  scrollbar-width:none!important;
  touch-action:pan-x pan-y pinch-zoom!important;
  background:#f7f1eb!important;
  border-radius:16px!important;
  cursor:grab!important;
}

.product-detail .detail-gallery-viewport::-webkit-scrollbar{
  display:none!important;
}

.product-detail .detail-gallery-track{
  display:flex!important;
  width:100%!important;
  min-width:100%!important;
  height:100%!important;
  transform:none!important;
  transition:none!important;
}

.product-detail .detail-gallery-slide{
  position:relative!important;
  flex:0 0 100%!important;
  min-width:100%!important;
  width:100%!important;
  height:100%!important;
  scroll-snap-align:start!important;
  scroll-snap-stop:always!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f7f1eb!important;
}

.product-detail .detail-gallery-slide img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0!important;
  border-radius:0!important;
  background:#f7f1eb!important;
  pointer-events:none!important;
  user-select:none!important;
  -webkit-user-select:none!important;
  -webkit-user-drag:none!important;
}

.product-detail .detail-gallery-viewport.is-mouse-dragging{
  cursor:grabbing!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  user-select:none!important;
}

/* Cleaner desktop arrows. */
.product-detail .detail-gallery-arrow{
  position:absolute!important;
  top:50%!important;
  z-index:30!important;
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  padding:0!important;
  transform:translateY(-50%)!important;
  border:1px solid rgba(92,67,54,.12)!important;
  border-radius:999px!important;
  background:rgba(255,251,247,.94)!important;
  color:#5f4538!important;
  box-shadow:0 4px 14px rgba(58,39,29,.10)!important;
  cursor:pointer!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease!important;
}

.product-detail .detail-gallery-arrow svg{
  width:16px!important;
  height:16px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}

.product-detail .detail-gallery-prev{left:10px!important;}
.product-detail .detail-gallery-next{right:10px!important;}

.product-detail .detail-gallery-arrow:hover:not(:disabled){
  transform:translateY(-50%) scale(1.05)!important;
  box-shadow:0 6px 18px rgba(58,39,29,.14)!important;
}

.product-detail .detail-gallery-arrow:active:not(:disabled){
  transform:translateY(-50%) scale(.94)!important;
}

.product-detail .detail-gallery-arrow:disabled{
  opacity:.28!important;
  cursor:default!important;
  pointer-events:none!important;
}

.product-detail .detail-gallery-dots{
  position:absolute!important;
  left:50%!important;
  bottom:9px!important;
  z-index:25!important;
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  transform:translateX(-50%)!important;
  pointer-events:none!important;
}

.product-detail .detail-gallery-dots span{
  display:block!important;
  width:5px!important;
  height:5px!important;
  border-radius:999px!important;
  background:rgba(79,55,43,.26)!important;
  transition:width .18s ease,background .18s ease!important;
}

.product-detail .detail-gallery-dots span.active{
  width:15px!important;
  background:#6f4f3f!important;
}

/* Thumbnail strip follows the active main image. */
.product-detail .detail-gallery-thumbs{
  display:flex!important;
  gap:8px!important;
  width:100%!important;
  max-width:100%!important;
  margin-top:10px!important;
  padding:1px 0 4px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}

.product-detail .detail-gallery-thumbs::-webkit-scrollbar{
  display:none!important;
}

.product-detail .detail-gallery-thumbs button{
  flex:0 0 62px!important;
  width:62px!important;
  height:78px!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(91,66,52,.12)!important;
  border-radius:10px!important;
  background:#f7f1eb!important;
  opacity:.62!important;
  cursor:pointer!important;
  transition:opacity .16s ease,border-color .16s ease,box-shadow .16s ease!important;
}

.product-detail .detail-gallery-thumbs button.active{
  opacity:1!important;
  border-color:#745544!important;
  box-shadow:0 0 0 1px rgba(116,85,68,.14)!important;
}

.product-detail .detail-gallery-thumbs button img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  pointer-events:none!important;
}

@media(max-width:760px){
  .product-detail .detail-gallery-viewport{
    cursor:default!important;
    border-radius:14px!important;
  }

  .product-detail .detail-gallery-arrow{
    display:none!important;
  }

  .product-detail .detail-gallery-dots{
    bottom:8px!important;
  }

  .product-detail .detail-gallery-thumbs button{
    flex-basis:58px!important;
    width:58px!important;
    height:72px!important;
  }
}


/* =========================================================
   V91 PRODUCT INTERACTIONS
   1) Mobile product-card swipe always settles on a full image.
   2) Product cards do NOT sink while dragging/swiping/using arrows.
      Real taps get the press feedback via .is-card-pressing.
   3) Product-detail arrows/dots live outside the scrolling viewport,
      so they stay visible on every image.
   ========================================================= */

/* Neutralize the old ancestor :active press on product cards.
   JS re-adds the press only for a real tap/click, not a gesture. */
.product-card:active,
.product-card-link:active,
.product-card .product-card-image-link:active{
  transform:none!important;
  box-shadow:inherit!important;
  opacity:1!important;
}

.product-card.is-card-pressing{
  transform:translateY(3px) scale(.975)!important;
  box-shadow:
    inset 0 3px 8px rgba(82,56,43,.12),
    0 2px 5px rgba(82,56,43,.06)!important;
  opacity:.94!important;
}

.product-card .card-img-arrow:active{
  transform:translateY(-50%) scale(.94)!important;
}

/* Mobile card swiping: natural finger motion, strict final snap. */
@media(max-width:760px){
  .product-card:active,
  .product-card-link:active,
  .product-card .product-card-image-link:active{
    transform:none!important;
    box-shadow:inherit!important;
    opacity:1!important;
  }

  .product-card.is-card-pressing{
    transform:translateY(4px) scale(.965)!important;
    box-shadow:
      inset 0 4px 10px rgba(82,56,43,.15),
      0 1px 3px rgba(82,56,43,.04)!important;
    opacity:.91!important;
  }

  .product-card-viewport{
    scroll-snap-type:x mandatory!important;
    scroll-snap-stop:normal!important;
    scroll-behavior:auto!important;
    touch-action:auto!important;
    overscroll-behavior-x:contain!important;
  }

  .product-card-slide{
    scroll-snap-align:start!important;
    scroll-snap-stop:normal!important;
  }
}

/* Detail gallery: stage is stationary; only viewport scrolls. */
.product-detail .detail-gallery-stage{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:4 / 5!important;
  overflow:hidden!important;
  border-radius:16px!important;
  background:#f7f1eb!important;
}

.product-detail .detail-gallery-stage .detail-gallery-viewport{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  border-radius:inherit!important;
}

/* Fixed controls no longer travel with scrollLeft. */
.product-detail .detail-gallery-stage>.detail-gallery-arrow{
  position:absolute!important;
  top:50%!important;
  z-index:40!important;
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

.product-detail .detail-gallery-stage>.detail-gallery-dots{
  position:absolute!important;
  left:50%!important;
  bottom:9px!important;
  z-index:38!important;
  display:flex!important;
  transform:translateX(-50%)!important;
}

.product-detail .detail-gallery-stage>.detail-gallery-prev{left:10px!important;}
.product-detail .detail-gallery-stage>.detail-gallery-next{right:10px!important;}

.product-detail .detail-gallery-stage>.detail-gallery-arrow:disabled{
  opacity:1!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}

@media(max-width:760px){
  .product-detail .detail-gallery-stage{
    border-radius:14px!important;
  }

  .product-detail .detail-gallery-stage>.detail-gallery-arrow{
    display:none!important;
  }

  .product-detail .detail-gallery-stage>.detail-gallery-dots{
    bottom:8px!important;
  }
}


/* =========================================================
   V92 DESKTOP PRODUCT CARD ARROW VISIBILITY
   Arrows are visible only while the mouse is over the image area.
   Clicking an arrow must not leave the card in a persistent focus state.
   ========================================================= */
@media(min-width:761px) and (hover:hover) and (pointer:fine){
  .product-card-media .card-img-arrow{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .product-card-media:hover .card-img-arrow{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }

  .product-card-media:not(:hover) .card-img-arrow{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
}


/* =========================================================
   V96 LINE FRIEND COUPON
   ========================================================= */
.checkout-coupon{
  margin:16px 0 14px;
  padding:14px;
  border:1px solid #eadfd8;
  border-radius:14px;
  background:#fffaf7;
}
.checkout-coupon>label{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  font-weight:700;
  color:#6a4c3d;
}
.checkout-coupon-row{
  display:flex;
  gap:8px;
}
.checkout-coupon-row input{
  flex:1;
  min-width:0;
  height:42px;
  padding:0 12px;
  border:1px solid #dfd2ca;
  border-radius:10px;
  background:#fff;
  color:#5e4639;
  outline:none;
  text-transform:uppercase;
}
.checkout-coupon-row input:focus{
  border-color:#a9826d;
  box-shadow:0 0 0 3px rgba(169,130,109,.10);
}
.checkout-coupon-row button{
  flex:0 0 auto;
  height:42px;
  padding:0 16px;
  border:0;
  border-radius:10px;
  background:#765241;
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.checkout-coupon-message{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.55;
  color:#9a8174;
}
.checkout-coupon-message.is-success{color:#688775;}
.checkout-coupon-message.is-error{color:#b05c55;}
.checkout-discount-row{
  color:#8a5e4c;
}
.checkout-discount-row.hidden{
  display:none!important;
}
@media(max-width:560px){
  .checkout-coupon{padding:12px;}
  .checkout-coupon-row button{padding:0 14px;}
}


/* =========================================================
   V97 MOBILE PRODUCT CARD — NATIVE MOMENTUM + LIVE DOTS
   Phone owns scrolling/snap. No JS smooth-scroll fighting momentum.
   ========================================================= */
@media(max-width:760px){
  html,body{
    overflow-x:hidden!important;
    max-width:100%!important;
  }

  .product-card-media{
    overflow:hidden!important;
    touch-action:auto!important;
  }

  .product-card-viewport{
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x mandatory!important;
    scroll-snap-stop:normal!important;
    scroll-behavior:auto!important;
    overscroll-behavior-x:contain!important;
    touch-action:pan-x pan-y!important;
    scrollbar-width:none!important;
  }

  .product-card-viewport::-webkit-scrollbar{
    display:none!important;
  }

  .product-card-track{
    transform:none!important;
    transition:none!important;
    width:100%!important;
    height:100%!important;
  }

  .product-card-slide{
    flex:0 0 100%!important;
    min-width:100%!important;
    width:100%!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:normal!important;
  }

  .product-card-media .card-img-arrow{
    display:none!important;
  }

  .product-card-media .card-img-dots span{
    transition:width .14s ease,background-color .14s ease,opacity .14s ease!important;
  }
}


/* =========================================================
   V98 MOBILE PRODUCT CARD — LEAN NATIVE SWIPE
   Remove mobile gesture/animation overhead; dots update directly from scroll.
   ========================================================= */
@media(max-width:760px){
  .product-card,
  .product-card-media,
  .product-card-viewport,
  .product-card-track,
  .product-card-slide,
  .product-card-image-link,
  .product-card-media .product-img{
    -webkit-tap-highlight-color:transparent!important;
  }

  .product-card,
  .product-card.is-card-pressing,
  .product-card:active,
  .product-card-link:active,
  .product-card .product-card-image-link:active{
    transform:none!important;
    transition:none!important;
    opacity:1!important;
  }

  .product-card-media{
    overflow:hidden!important;
    contain:paint!important;
  }

  .product-card-viewport{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scroll-behavior:auto!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    touch-action:auto!important;
    scrollbar-width:none!important;
  }

  .product-card-viewport::-webkit-scrollbar{
    display:none!important;
  }

  .product-card-track{
    display:flex!important;
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    transform:none!important;
    transition:none!important;
    will-change:auto!important;
  }

  .product-card-slide{
    display:block!important;
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    scroll-snap-align:start!important;
    scroll-snap-stop:normal!important;
  }

  .product-card-media .product-img{
    pointer-events:none!important;
    transform:none!important;
    transition:none!important;
    filter:none!important;
    backface-visibility:hidden!important;
  }

  .product-card-media .card-img-arrow{
    display:none!important;
  }

  .product-card-media .card-img-dots span,
  .product-card-media .card-img-dots span.active{
    transition:none!important;
  }
}


/* =========================================================
   V99 MOBILE PRODUCT CARD — PRICE CONTAINMENT
   Keep price / compare price inside narrow mobile product cards.
   ========================================================= */
@media(max-width:760px){
  .product-card,
  .product-card .product-body{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }

  .product-card .product-body{
    overflow:hidden!important;
  }

  .product-card .price{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.35!important;
  }

  .product-card .old{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:2px 0 0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    line-height:1.3!important;
  }

  /* Homepage uses very narrow 4-column product cards. */
  .home-page #homeProducts .product-card,
  .home-page #homeProducts .product-body{
    min-width:0!important;
    max-width:100%!important;
  }

  .home-page #homeProducts .price{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    font-size:9px!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }

  .home-page #homeProducts .old{
    display:none!important;
  }
}


/* =========================================================
   V102 MOBILE PRODUCT CARD — SAFE LOWER-LEFT PRICE INSET
   Keep real prices readable inside the card's rounded corner.
   ========================================================= */
@media(max-width:760px){
  .product-card{
    min-width:0!important;
    overflow:hidden!important;
  }

  .product-card .product-body{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    padding-bottom:12px!important;
  }

  .product-card .product-price-group{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    text-align:left!important;
  }

  .product-card .product-price-group .price,
  .product-card .product-price-group .old{
    position:static!important;
    align-self:flex-start!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    text-align:left!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    transform:none!important;
    -webkit-text-size-adjust:100%!important;
    font-variant-numeric:tabular-nums!important;
  }

  .home-page #homeProducts .product-card{
    overflow:hidden!important;
  }

  .home-page #homeProducts .product-body{
    padding:7px 6px 9px!important;
  }

  .home-page #homeProducts .product-price-group{
    margin-top:3px!important;
  }

  .home-page #homeProducts .product-price-group .price{
    margin-top:0!important;
    font-size:clamp(8px,2.35vw,11px)!important;
    line-height:1.4!important;
    letter-spacing:-.025em!important;
  }
}


/* =========================================================
   V103 DESKTOP HERO — CLICKABLE IMAGE, DRAGGABLE CAROUSEL
   ========================================================= */
@media(min-width:601px){
  .home-page .hero-slide[data-hero-href]{
    cursor:pointer!important;
  }

  .home-page .hero-track.is-dragging,
  .home-page .hero-track.is-dragging .hero-slide[data-hero-href]{
    cursor:grabbing!important;
  }
}


/* =========================================================
   V104 INFORMATION PAGES — NO ORIGINAL-CONTENT FLASH
   Override V60's eager fallback until saved page content is ready.
   ========================================================= */
html.dynamic-page-loading .content-page-body [data-page-title],
html.dynamic-page-loading .content-page-body [data-page-content],
html.dynamic-page-loading .content-page-body [data-contact-line],
html.dynamic-page-loading .content-page-body [data-contact-instagram]{
  visibility:hidden!important;
  opacity:0!important;
  transition:none!important;
}

html.dynamic-page-ready .content-page-body [data-page-title],
html.dynamic-page-ready .content-page-body [data-page-content],
html.dynamic-page-ready .content-page-body [data-contact-line],
html.dynamic-page-ready .content-page-body [data-contact-instagram]{
  visibility:visible!important;
  opacity:1!important;
  transition:none!important;
}


/* =========================================================
   V105 PRODUCT DESCRIPTION — PRESERVE ORIGINAL FORMATTING
   ========================================================= */
.product-detail .detail>.product-description{
  max-width:100%!important;
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.9!important;
  text-align:left!important;
}

.admin-body #pDesc{
  min-height:280px!important;
  padding:14px 16px!important;
  line-height:1.8!important;
  resize:vertical!important;
  white-space:pre-wrap!important;
}

@media(max-width:600px){
  .admin-body #pDesc{
    min-height:230px!important;
    padding:12px 14px!important;
  }
}


/* =========================================================
   V106 PRODUCT COLOR / STYLE OPTIONS
   ========================================================= */
.admin-variant-section{
  padding:16px!important;
  border:1px solid #eadfd8;
  border-radius:16px;
  background:#fffcfa;
}

.admin-variant-manager{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr));
  gap:10px;
  margin:8px 0 12px;
}

.admin-variant-option{
  display:flex;
  align-items:stretch;
  min-height:52px;
  overflow:hidden;
  border:1px solid #e2d5cc;
  border-radius:14px;
  background:#fffdfb;
}

.admin-variant-option>label{
  display:flex!important;
  flex:1;
  align-items:center;
  gap:9px;
  min-width:0;
  margin:0!important;
  padding:10px 12px;
  color:inherit!important;
  cursor:pointer;
}

.admin-variant-option input{
  width:18px!important;
  height:18px;
  flex:0 0 auto;
  accent-color:#72503f;
}

.admin-variant-option .admin-size-name{
  min-width:0;
  overflow-wrap:anywhere;
}

.admin-variant-option.is-on{
  border-color:#9d7965;
  background:#f6eee8;
}

.admin-variant-option.is-off{
  opacity:.72;
  background:#f8f6f4;
}

.admin-variant-remove{
  flex:0 0 auto;
  border:0;
  border-left:1px solid #eadfd8;
  background:#fff;
  color:#b45d54;
  padding:0 11px;
  cursor:pointer;
}

.admin-variant-remove:hover{background:#fff0ee}

.admin-variant-empty{
  grid-column:1/-1;
  margin:0;
  padding:13px 15px;
  border:1px dashed #dccdc4;
  border-radius:12px;
  color:#947c6f;
  font-size:12px;
}

.product-variant-options{margin-bottom:8px!important}

@media(max-width:600px){
  .admin-variant-manager{grid-template-columns:1fr}
  .admin-variant-option .admin-size-state{display:none}
}


/* =========================================================
   V107 KEEP PRODUCT GALLERY CONTROLS BELOW THE STICKY HEADER
   ========================================================= */
.product-page>.header{
  z-index:100!important;
  isolation:isolate;
}

.product-page .product-detail .detail-gallery{
  position:relative!important;
  z-index:0!important;
  isolation:isolate;
}

.product-page .product-detail .detail-gallery-stage{
  z-index:0!important;
  isolation:isolate;
}

.product-page .product-detail .detail-gallery-stage>.detail-gallery-arrow{
  z-index:3!important;
}

.product-page .product-detail .detail-gallery-stage>.detail-gallery-dots{
  z-index:2!important;
}


/* =========================================================
   V108 BALANCED PRODUCT LAYOUT + RESPONSIVE PRODUCT TITLES
   ========================================================= */
.product-page .product-description-section{
  width:min(100%,980px);
  margin:0 auto 56px;
  padding:25px 0 0;
  border-top:1px solid #e8dcd4;
}

.product-page .product-description-heading{
  margin:0 0 15px;
  color:#584338;
  font-size:19px;
  font-weight:600;
  letter-spacing:.04em;
}

.product-page .product-description-section>.product-description{
  max-width:100%!important;
  color:#6c5d54;
  font-size:15px;
  line-height:1.95!important;
  text-align:left!important;
  white-space:pre-wrap!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}

@media(max-width:900px){
  .product-page .product-description-section{
    width:min(100%,620px);
    margin:0 auto 42px;
    padding:21px 0 0;
  }

  .product-page .product-detail .detail>.product-detail-title{
    max-width:100%!important;
    margin:8px 0 12px!important;
    line-height:1.4!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    text-wrap:balance;
  }

  .product-page .product-detail .detail>.product-detail-title[data-title-length="short"]{
    font-size:clamp(24px,6.2vw,29px)!important;
  }

  .product-page .product-detail .detail>.product-detail-title[data-title-length="medium"]{
    font-size:clamp(22px,5.7vw,26px)!important;
  }

  .product-page .product-detail .detail>.product-detail-title[data-title-length="long"]{
    font-size:clamp(20px,5.1vw,23px)!important;
  }

  .product-page .product-detail .detail>.product-detail-title[data-title-length="extra-long"]{
    font-size:clamp(18px,4.6vw,21px)!important;
  }

  .product-page .product-description-heading{
    margin-bottom:12px;
    font-size:17px;
  }

  .product-page .product-description-section>.product-description{
    font-size:14px;
    line-height:1.9!important;
  }
}


/* =========================================================
   V109 PRODUCT PHOTO RECOVERY
   ========================================================= */
.product-card-media[data-image-state="error"] .product-card-viewport::after{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:12px;
  color:#8e786b;
  font-size:12px;
  text-align:center;
  pointer-events:none;
  content:"圖片暫時無法載入";
}
