/* Olinbuy storefront — original design CSS (unchanged) */

  :root{
    --ink:#1c1c1c;
    --paper:#f2f1ee;
    --sand:#f4f1ec;
    --line:#1c1c1c;
  }
  *{box-sizing:border-box; margin:0; padding:0; -webkit-tap-highlight-color:transparent;}
  body{font-family:'Jost',sans-serif; color:var(--ink); background:var(--paper); font-weight:300;}
  img{width:100%; display:block; object-fit:cover;}
  a{color:inherit; text-decoration:none;}
  .eyebrow{text-transform:uppercase; letter-spacing:0.22em; font-size:0.7rem; font-weight:500;}
  h1,h2,h3{font-family:'Cormorant Garamond',serif; font-weight:500;}
  .btn{
    display:inline-block; border:1px solid var(--ink); padding:14px 30px;
    text-transform:uppercase; letter-spacing:0.16em; font-size:0.75rem;
    background:transparent;
  }
  .btn.solid{background:var(--ink); color:#fff;}
  .btn:hover{background:var(--ink); color:#fff;}
  .btn.solid:hover{background:transparent; color:var(--ink);}

  /* header */
  header{
    display:flex; align-items:center; justify-content:space-between;
    padding:20px 24px; border-bottom:1px solid #eee;
  }
  .navlinks{display:flex; gap:26px;}
  .navlinks a{font-size:0.78rem; text-transform:uppercase; letter-spacing:0.14em;}
  .logo{font-family:'Cormorant Garamond',serif; font-size:1.9rem; letter-spacing:0.08em;}
  .right{display:flex; align-items:center; gap:18px; font-size:0.85rem;}

  @media(max-width:820px){ .navlinks{display:none;} }

  /* bottom nav */
  .bottom-nav{
    position:fixed; left:0; right:0; bottom:0; z-index:60;
    display:flex; background:#fff; border-top:1px solid #ececec;
    box-shadow:0 -2px 10px rgba(0,0,0,0.06);
  }
  .bottom-nav-btn{
    flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center;
    gap:2px; padding:8px 2px 7px; background:transparent; border:none; cursor:pointer;
    color:#1c1c1c; font-family:'Jost',sans-serif; -webkit-tap-highlight-color:transparent;
    min-width:0;
  }
  .bottom-nav-btn svg{ width:20px; height:20px; flex:0 0 auto; }
  .bottom-nav-btn span{ font-size:0.6rem; text-transform:uppercase; letter-spacing:0.02em; white-space:nowrap; }
  .bottom-nav-icon-wrap{ position:relative; }
  /* The bottom tab bar is a phone/tablet pattern. On laptop and desktop the
     full header navigation is visible, so hide it and reclaim its reserved space. */
  @media(min-width:1024px){
    .bottom-nav{ display:none; }
    #homeView{ padding-bottom:0; }
    .pdp-root .pdp-page{ padding-bottom:32px; }
    .ai-fab{ bottom:24px; }
  }
  .bottom-nav-badge{
    position:absolute; top:-6px; right:-9px; min-width:16px; height:16px; padding:0 3px;
    border-radius:999px; background:#1c1c1c; color:#fff; font-size:0.62rem;
    display:none; align-items:center; justify-content:center; line-height:1;
  }
  #homeView{ padding-bottom:58px; }

  /* hero */
  .hero{position:relative; background:var(--sand);}
  .hero img{width:100%; aspect-ratio:4/5; object-fit:cover; object-position:center top; display:block;}
  /* Hero keeps its tall 4:5 crop on phones, then widens so it never
     grows taller than the viewport on tablet/laptop/desktop. */
  @media(min-width:700px){ .hero img{ aspect-ratio:3/2; max-height:82vh; } }
  @media(min-width:1024px){ .hero img{ aspect-ratio:16/9; max-height:86vh; } }
  @media(min-width:1600px){ .hero img{ aspect-ratio:21/9; max-height:88vh; } }

  /* category filter bar */
  .cat-filter{padding:18px 24px 0; max-width:1180px; margin:0 auto;}
  .cat-filter-row{display:flex; gap:10px; flex-wrap:wrap; justify-content:center;}
  .cat-filter-btn{
    border:1.5px solid var(--ink); background:transparent; color:var(--ink);
    padding:16px 40px; text-transform:uppercase; letter-spacing:0.12em;
    font-size:0.95rem; font-family:'Jost',sans-serif; cursor:pointer; border-radius:999px;
    outline:none; -webkit-tap-highlight-color:transparent; -webkit-appearance:none;
    transition:background 0.2s ease, color 0.2s ease;
  }
  .cat-filter-btn:focus, .cat-filter-btn:active{ outline:none; box-shadow:none; }
  .cat-filter-btn.active{background:var(--ink); color:#fff;}
  @media(max-width:600px){
    .cat-filter{padding:14px 10px 0;}
    .cat-filter-btn{padding:13px 24px; font-size:0.82rem;}
  }

  /* section */
  .section{padding:70px 24px; max-width:1180px; margin:0 auto;}
  .section-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:30px; flex-wrap:wrap; gap:14px;}
  .section-head h2{font-size:2rem;}

  .grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:24px;}
  @media(min-width:820px){ .grid-2{grid-template-columns:repeat(4,1fr);} }
  @media(max-width:600px){
    .section{padding:40px 10px;}
    .grid-2{gap:10px;}
  }
  .product{display:block; color:inherit; text-decoration:none;}
  .product .imgbox{position:relative; aspect-ratio:3/4; overflow:hidden; background:var(--paper); margin-bottom:14px;}
  .product .imgbox img, .product .imgbox video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; pointer-events:none; -webkit-user-select:none; user-select:none; background:var(--paper);}
  .product .imgbox video{opacity:1;}
  .product .imgbox img{opacity:0;}
  .product h3{font-size:1.1rem; font-weight:400; font-family:'Jost',sans-serif; margin-bottom:6px;}
  .product .sizes{display:flex; gap:6px; margin-bottom:8px;}
  .product .sizes span{border:1px solid #ccc; font-size:0.68rem; letter-spacing:0.04em; padding:3px 7px; color:#555;}
  .product .price{font-weight:600; font-size:0.95rem; display:flex; align-items:baseline; gap:8px;}
  .product .price .mrp{font-weight:400; font-size:0.82rem; color:#999; text-decoration:line-through;}
  .product .price .discount{font-weight:400; font-size:0.78rem; color:#1a7a3c;}


  /* category stack */

  @media(min-width:820px){
  }

  /* ===================== PRODUCT DETAIL PAGE (scoped) ===================== */
  .pdp-root{ font-family:'Helvetica Neue', Arial, sans-serif; background:#fff; display:none; min-height:100vh; }
  /* CSS-only fallback: works even if JavaScript is blocked/disabled by the viewer */
  #pdpView:target{ display:block; }
  body:has(#pdpView:target) #homeView{ display:none; }
  body:has(#pdpView:target) #pdpView{ display:block; }
  .pdp-root *{ box-sizing:border-box; }
  .pdp-root img{ width:100%; display:block; object-fit:cover; }
  .pdp-root a{ color:inherit; text-decoration:none; }
  .pdp-root button{ font-family:inherit; cursor:pointer; }
  .pdp-root .pdp-page{ max-width:480px; margin:0 auto; background:#fff; padding-bottom:92px; position:relative; }

  .pdp-root .pdp-topbar{ position:absolute; top:14px; left:14px; right:14px; z-index:5; display:flex; align-items:center; gap:10px; }
  .pdp-root .pdp-topbar-right{ margin-left:auto; display:flex; align-items:center; gap:10px; }
  .pdp-root .pdp-back{ flex:0 0 auto; width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.92); border:none; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,0.15); }
  .pdp-root .pdp-back svg{ width:18px; height:18px; }
  .pdp-root .pdp-cart-icon{ position:relative; flex:0 0 auto; width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.92); border:none; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,0.15); }
  .pdp-root .pdp-cart-icon svg{ width:18px; height:18px; }
  .pdp-root .pdp-cart-badge{ position:absolute; top:-4px; right:-4px; background:#e5484d; color:#fff; font-size:0.62rem; font-weight:700; min-width:16px; height:16px; border-radius:8px; display:flex; align-items:center; justify-content:center; padding:0 3px; }

  .pdp-root .pdp-gallery{ position:relative; background:#d9d9d9; }
  .pdp-root .pdp-gallery-track{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; }
  .pdp-root .pdp-gallery-track::-webkit-scrollbar{ display:none; }
  .pdp-root .pdp-gallery-track img{ flex:0 0 100%; scroll-snap-align:start; aspect-ratio:3/4; object-fit:cover; }
  .pdp-root .pdp-icon-btn{ flex:0 0 auto; width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.92); border:none; display:flex; align-items:center; justify-content:center; box-shadow:0 2px 6px rgba(0,0,0,0.15); }
  .pdp-root .pdp-icon-btn svg{ width:18px; height:18px; }
  .pdp-root .pdp-rating-badge{ position:absolute; left:16px; bottom:16px; background:rgba(255,255,255,0.95); padding:5px 10px; border-radius:6px; font-size:0.8rem; font-weight:600; display:flex; align-items:center; gap:4px; }
  .pdp-root .pdp-star{ color:#1a7a3c; font-size:0.85rem; }
  .pdp-root .pdp-count{ color:#6b6b6b; font-weight:400; margin-left:2px; }
  .pdp-root .pdp-gallery-dots{ position:absolute; bottom:16px; left:0; right:0; display:flex; justify-content:center; gap:5px; z-index:1; }
  .pdp-root .pdp-gallery-dots span{ width:5px; height:5px; border-radius:50%; background:rgba(255,255,255,0.6); }
  .pdp-root .pdp-gallery-dots span.active{ background:#fff; width:14px; border-radius:3px; }

  .pdp-root .pdp-section{ padding:18px 16px; }
  .pdp-root .pdp-size-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
  .pdp-root .pdp-size-head h4{ font-size:0.95rem; font-weight:600; font-family:'Helvetica Neue', Arial, sans-serif; }
  .pdp-root .pdp-size-chart-link{ font-size:0.82rem; color:#2a5fd0; font-weight:600; }
  .pdp-root .pdp-size-row{ display:flex; gap:10px; flex-wrap:wrap; }
  .pdp-root .pdp-size-chip{ width:52px; height:44px; border:1px solid #d6d6d6; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:0.85rem; font-weight:600; background:#fff; }
  .pdp-root .pdp-size-chip.active{ border:1.5px solid #1c1c1c; background:#f1f1f1; box-shadow:inset 0 0 0 1px #1c1c1c; }

  .pdp-root .pdp-color-head h4{ font-size:0.95rem; font-weight:600; font-family:'Helvetica Neue', Arial, sans-serif; margin-bottom:12px; }
  .pdp-root .pdp-color-head h4 span{ font-weight:400; color:#444; }
  .pdp-root .pdp-color-row{ display:flex; gap:12px; flex-wrap:wrap; }
  .pdp-root .pdp-color-swatch{ width:50px; height:50px; border-radius:50%; border:2px solid transparent; padding:3px; cursor:pointer; background:none; }
  .pdp-root .pdp-color-swatch .dot{ width:100%; height:100%; border-radius:50%; display:block; box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1); }
  .pdp-root .pdp-color-swatch.active{ border-color:#1c1c1c; }

  .pdp-root .pdp-section-title{ font-size:1rem; font-weight:700; font-family:'Helvetica Neue', Arial, sans-serif; margin-bottom:12px; }
  .pdp-root .pdp-coupon-scroll{ display:flex; gap:10px; overflow-x:auto; -webkit-overflow-scrolling:touch; scroll-snap-type:x proximity; padding-bottom:2px; }
  .pdp-root .pdp-coupon-scroll::-webkit-scrollbar{ display:none; }
  .pdp-root .pdp-coupon-card{ flex:0 0 87%; max-width:340px; scroll-snap-align:start; border:1px solid #eee0bd; background:#fdf8ec; border-radius:8px; padding:14px 16px; }
  .pdp-root .pdp-coupon-top{ display:flex; align-items:flex-start; gap:10px; margin-bottom:10px; }
  .pdp-root .pdp-coupon-icon{ width:32px; height:32px; border-radius:50%; background:#f0dfa0; display:flex; align-items:center; justify-content:center; font-size:0.95rem; flex:0 0 auto; }
  .pdp-root .pdp-coupon-headline{ font-size:0.92rem; font-weight:700; color:#1a7a3c; }
  .pdp-root .pdp-coupon-headline .strike{ color:#8a8378; font-weight:400; text-decoration:line-through; margin-left:6px; }
  .pdp-root .pdp-coupon-sub{ font-size:0.82rem; margin-top:5px; line-height:1.4; }
  .pdp-root .pdp-coupon-sub b{ color:#8a6d1a; }
  .pdp-root .pdp-coupon-sub .muted{ color:#8a8378; }
  .pdp-root .pdp-coupon-divider{ border-top:1px dashed #e6dcc0; margin:10px 0; }
  .pdp-root .pdp-coupon-bottom{ display:flex; align-items:center; justify-content:space-between; font-size:0.82rem; }
  .pdp-root .pdp-coupon-code{ font-weight:700; display:flex; align-items:center; gap:6px; }
  .pdp-root .pdp-coupon-copy{ background:none; border:none; cursor:pointer; padding:0; display:flex; align-items:center; }
  .pdp-root .pdp-coupon-copy svg{ width:15px; height:15px; }
  .pdp-root .pdp-coupon-tnc{ text-decoration:underline; color:#333; }
  .pdp-root .pdp-sale-timer{ background:#d9f7dd; color:#1c1c1c; text-align:center; font-size:0.85rem; padding:10px; margin:2px 16px 0; border-radius:4px; }
  .pdp-root .pdp-sale-timer strong{ font-weight:700; }

  .pdp-root .pdp-divider{ height:8px; background:#f7f6f4; }
  .pdp-root .pdp-divider.thin{ height:1px; background:#ececec; margin:0 16px; }

  .pdp-root .pdp-brand{ font-size:0.78rem; letter-spacing:0.06em; text-transform:uppercase; font-weight:700; color:#1c1c1c; }
  .pdp-root .pdp-title{ font-size:0.95rem; color:#333; margin-top:4px; line-height:1.4; }
  .pdp-root .pdp-price-row{ display:flex; align-items:baseline; gap:8px; margin-top:14px; flex-wrap:wrap; }
  .pdp-root .pdp-discount{ color:#1a7a3c; font-weight:700; font-size:1rem; }
  .pdp-root .pdp-mrp{ color:#6b6b6b; text-decoration:line-through; font-size:0.95rem; }
  .pdp-root .pdp-price{ font-weight:700; font-size:1.35rem; }

  .pdp-root .pdp-chev{ margin-left:auto; color:#6b6b6b; flex:0 0 auto; }

  .pdp-root .pdp-perks-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:10px; padding:16px 16px 4px; }
  .pdp-root .pdp-perk-card{ position:relative; border:1px solid #ececec; border-radius:10px; padding:16px 6px 12px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:#fff; cursor:pointer; font:inherit; }
  .pdp-root .pdp-perk-card svg:not(.pdp-perk-arrow){ width:26px; height:26px; margin-bottom:10px; }
  .pdp-root .pdp-perk-card .lbl{ font-size:0.68rem; font-weight:700; letter-spacing:0.02em; text-transform:uppercase; line-height:1.35; color:#1c1c1c; }
  .pdp-root .pdp-perk-arrow{ position:absolute; top:8px; right:8px; width:13px; height:13px; }

  .pdp-modal-body .im-icon{ display:flex; justify-content:center; margin-bottom:14px; }
  .pdp-modal-body .im-icon svg{ width:56px; height:56px; }
  .pdp-modal-body .im-title{ text-align:center; font-size:1.05rem; font-weight:700; letter-spacing:0.03em; text-transform:uppercase; margin-bottom:8px; color:#1c1c1c; }
  .pdp-modal-body .im-sub{ text-align:center; font-size:0.9rem; font-weight:600; color:#24345c; margin-bottom:18px; }
  .pdp-modal-body .im-divider{ border-top:1px solid #ececec; margin:0 -20px 18px; }
  .pdp-modal-body .im-item{ display:flex; gap:12px; margin-bottom:18px; align-items:flex-start; }
  .pdp-modal-body .im-item:last-child{ margin-bottom:0; }
  .pdp-modal-body .im-check{ flex:0 0 auto; width:22px; height:22px; border-radius:50%; background:#24345c; color:#fff; display:flex; align-items:center; justify-content:center; margin-top:1px; }
  .pdp-modal-body .im-check svg{ width:12px; height:12px; }
  .pdp-modal-body .im-item-title{ font-size:0.86rem; font-weight:700; margin-bottom:3px; color:#1c1c1c; }
  .pdp-modal-body .im-item-desc{ font-size:0.82rem; color:#555; line-height:1.55; }
  .pdp-modal-body .im-item-desc b{ color:#1c1c1c; }
  .pdp-root .pdp-ic{ width:38px; height:38px; border-radius:50%; background:#f7f6f4; display:flex; align-items:center; justify-content:center; }
  .pdp-root .pdp-ic svg{ width:19px; height:19px; }

  .pdp-root .pdp-sim-head{ display:flex; justify-content:space-between; align-items:center; padding:18px 16px 14px; }
  .pdp-root .pdp-brand-badge{ background:#e5484d; color:#fff; text-align:center; padding:11px 16px; font-size:0.8rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; font-family:'Helvetica Neue', Arial, sans-serif; }
  .pdp-root .pdp-brand-socials{ display:flex; justify-content:center; gap:16px; padding:20px 16px; }
  .pdp-root .pdp-social-btn{ width:42px; height:42px; border-radius:50%; background:#f1efe9; display:flex; align-items:center; justify-content:center; color:#1c1c1c; }
  .pdp-root .pdp-sim-head h3{ font-size:1.3rem; font-weight:700; font-family:'Helvetica Neue', Arial, sans-serif; color:#1c1c1c; }
  .pdp-root .pdp-sim-scroll{ display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; padding:0 16px 4px; -webkit-overflow-scrolling:touch; }
  .pdp-root .pdp-sim-scroll::-webkit-scrollbar{ display:none; }
  .pdp-root .pdp-sim-card{ flex:0 0 calc(50% - 6px); scroll-snap-align:start; position:relative; }
  .pdp-root .pdp-sim-card .imgwrap{ position:relative; overflow:hidden; background:#e8e8e6; aspect-ratio:3/4; }
  .pdp-root .pdp-sim-card .imgwrap img{ width:100%; height:100%; object-fit:cover; display:block; }
  .pdp-root .pdp-sim-card .badge-best{ position:absolute; top:8px; left:8px; background:#e8cf6b; color:#1c1c1c; font-size:0.6rem; font-weight:800; letter-spacing:0.03em; padding:5px 8px; text-transform:uppercase; }
  .pdp-root .pdp-sim-card .rate{ position:absolute; left:8px; bottom:8px; background:#fff; font-size:0.8rem; font-weight:700; padding:4px 8px; border-radius:5px; display:flex; align-items:center; gap:3px; }
  .pdp-root .pdp-sim-card .rate .pdp-star{ color:#f5a623; }
  .pdp-root .pdp-sim-card .rate .cnt{ color:#8a8378; font-weight:400; }
  .pdp-root .pdp-sim-card .name{ font-size:0.85rem; margin-top:10px; color:#1c1c1c; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .pdp-root .pdp-sim-card .pr{ display:flex; gap:7px; align-items:baseline; margin-top:6px; flex-wrap:wrap; }
  .pdp-root .pdp-sim-card .pr .now{ font-weight:700; font-size:1rem; color:#1c1c1c; }
  .pdp-root .pdp-sim-card .pr .mrp{ font-size:0.78rem; color:#8a8378; text-decoration:line-through; font-weight:400; }
  .pdp-root .pdp-sim-card .off{ color:#1a7a3c; font-weight:600; font-size:0.82rem; }
  .pdp-root .pdp-sim-card .lowest{ font-size:0.78rem; color:#5b4fc4; font-weight:500; margin-top:6px; }
  .pdp-root .pdp-sim-dots{ display:flex; justify-content:center; gap:6px; margin:14px 0 4px; }
  .pdp-root .pdp-sim-dots span{ width:6px; height:6px; border-radius:50%; background:#d8d8d8; transition:all 0.2s; }
  .pdp-root .pdp-sim-dots span.active{ background:#2a3fb0; width:16px; border-radius:3px; }

  .pdp-root .pdp-accordion{ border-bottom:1px solid #ececec; }
  .pdp-root .pdp-accordion summary{ list-style:none; padding:18px 16px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; }
  .pdp-root .pdp-accordion summary::-webkit-details-marker{ display:none; }
  .pdp-root .pdp-accordion summary h4{ font-size:1rem; font-weight:700; font-family:'Helvetica Neue', Arial, sans-serif; }
  .pdp-root .pdp-accordion summary p{ font-size:0.8rem; color:#6b6b6b; margin-top:3px; font-weight:400; }
  .pdp-root .pdp-chev-btn{ width:30px; height:30px; border-radius:50%; background:#f7f6f4; display:flex; align-items:center; justify-content:center; flex:0 0 auto; transition:transform .2s; }
  .pdp-root .pdp-accordion[open] .pdp-chev-btn{ transform:rotate(180deg); }
  .pdp-root .pdp-accordion-body{ padding:0 16px 18px; font-size:0.85rem; color:#444; line-height:1.6; }
  .pdp-root .pdp-accordion-body ul{ padding-left:18px; margin-top:6px; }
  .pdp-root .pdp-accordion-body li{ margin-bottom:4px; }

  .pdp-root .pdp-action-bar{
    position:fixed; left:0; right:0; bottom:0; z-index:50;
    max-width:480px; margin:0 auto;
    display:flex; gap:10px; padding:10px 16px;
    background:#fff; border-top:1px solid #ececec;
    box-shadow:0 -4px 14px rgba(0,0,0,0.06);
  }
  .pdp-btn{
    flex:1; padding:14px 0; text-align:center; border-radius:8px;
    font-size:0.92rem; font-weight:700; border:1.5px solid #1c1c1c; background:#fff; color:#1c1c1c;
    cursor:pointer; font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .pdp-btn.buy{ background:#ffc107; border-color:#ffc107; color:#1c1c1c; }
  .pdp-btn:active{ opacity:0.75; }

  @media (min-width:481px){
    .pdp-root .pdp-page{ box-shadow:0 0 24px rgba(0,0,0,0.08); }
    .pdp-root .pdp-action-bar{ box-shadow:-1px -4px 14px rgba(0,0,0,0.06); }
  }

  /* ============ Desktop / tablet layout (mobile above is untouched) ============ */
  @media (min-width:701px){
    .pdp-root{ background:var(--sand); }
    .pdp-root .pdp-page{ max-width:640px; margin:28px auto; border-radius:14px; overflow:hidden; }
    .pdp-root .pdp-action-bar,
    .pdp-root .bag-sticky-bar,
    .pdp-root .ck-sticky-bar,
    .pdp-root .pdp-ask-submit-bar{ max-width:640px; }
  }
  @media (min-width:960px){
    #pdpView .pdp-page{ max-width:1000px; }
    #pdpView .pdp-action-bar{ max-width:1000px; }
    #pdpView .pdp-topbar{ width:44%; }
    #pdpView .pdp-gallery{ float:left; width:44%; margin:0 40px 24px 0; }
    #pdpView .pdp-below-gallery{ clear:both; }
  }

  /* topbar title (cart/checkout) */
  .pdp-root .pdp-page{ padding-top:66px; }
  #pdpView .pdp-page{ padding-top:0; }
  #pdpView .pdp-gallery{ position:relative; }

  /* addr card as button reset */

  /* write review button */
  .pdp-root .pdp-write-review-btn{ margin-top:10px; border:1.5px solid #1c1c1c; background:#fff; color:#1c1c1c; font-weight:700; font-size:0.82rem; padding:9px 16px; border-radius:8px; }

  /* rating summary head inside reviews accordion */
  .pdp-root .pdp-rsum-head{ display:flex; align-items:center; gap:10px; margin-bottom:4px; }
  .pdp-root .pdp-rsum-num{ font-size:1.6rem; font-weight:700; display:flex; align-items:center; gap:4px; }
  .pdp-root .pdp-rsum-num .pdp-star{ font-size:1.3rem; }
  .pdp-root .pdp-rsum-badge{ font-size:0.75rem; font-weight:700; padding:3px 10px; border-radius:6px; }
  .pdp-root .pdp-rsum-badge.poor{ background:#fde2e1; color:#c62828; }
  .pdp-root .pdp-rsum-badge.bad{ background:#fdecd2; color:#b8720a; }
  .pdp-root .pdp-rsum-badge.good{ background:#dbeafe; color:#1d4ed8; }
  .pdp-root .pdp-rsum-badge.great{ background:#dcf5e3; color:#1a7a3c; }
  .pdp-root .pdp-rsum-sub{ font-size:0.78rem; color:#6b6b6b; margin-bottom:14px; }
  .pdp-root .pdp-rsum-sub .pdp-verified-check{ display:inline-flex; align-items:center; gap:3px; }

  .pdp-root .pdp-feature-tags-label{ font-size:0.82rem; font-weight:600; margin-bottom:8px; }
  .pdp-root .pdp-feature-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; }
  .pdp-root .pdp-feature-tag{ background:#e8f0fe; color:#1d4ed8; font-size:0.76rem; font-weight:600; padding:6px 12px; border-radius:20px; }

  .pdp-root .pdp-review-scroll{ display:flex; gap:12px; overflow-x:auto; padding-bottom:4px; -webkit-overflow-scrolling:touch; }
  .pdp-root .pdp-review-scroll::-webkit-scrollbar{ display:none; }
  .pdp-root .pdp-review-card{ flex:0 0 240px; background:#f7f6f4; border-radius:12px; padding:14px; }
  .pdp-root .pdp-review-card-head{ display:flex; align-items:center; justify-content:space-between; }
  .pdp-root .pdp-review-stars-badge{ background:#fff; font-size:0.78rem; font-weight:700; padding:3px 8px; border-radius:5px; display:flex; align-items:center; gap:3px; }
  .pdp-root .pdp-review-stars-badge .pdp-star{ color:#1a7a3c; }
  .pdp-root .pdp-review-time{ font-size:0.72rem; color:#8a8a8a; }
  .pdp-root .pdp-review-title{ font-size:0.9rem; font-weight:700; margin-top:10px; }
  .pdp-root .pdp-review-comment{ font-size:0.82rem; color:#555; margin-top:4px; line-height:1.5; }
  .pdp-root .pdp-review-media-row{ display:flex; gap:6px; margin-top:10px; }
  .pdp-root .pdp-review-media-row img, .pdp-root .pdp-review-media-row video{ width:52px; height:52px; border-radius:8px; object-fit:cover; }
  .pdp-root .pdp-review-card-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:16px; }
  .pdp-root .pdp-review-name{ font-size:0.78rem; }
  .pdp-root .pdp-review-verified{ font-size:0.72rem; color:#6b6b6b; display:flex; align-items:center; gap:3px; margin-top:2px; }
  .pdp-root .pdp-review-vote{ display:flex; align-items:center; gap:10px; }
  .pdp-root .pdp-review-vote button{ display:flex; align-items:center; gap:4px; border:none; background:none; font-size:0.78rem; color:#555; padding:0; }
  .pdp-root .pdp-review-vote button svg{ width:15px; height:15px; }
  .pdp-root .pdp-review-vote button.voted{ color:#1c1c1c; font-weight:700; }
  .pdp-root .pdp-no-reviews{ color:#6b6b6b; font-size:0.85rem; }

  /* Q&A */
  .pdp-root .pdp-ask-question-btn{
    margin-top:12px; width:100%; display:flex; align-items:center; justify-content:space-between;
    border:1px solid #d6d6d6; background:#fff; color:#8a8a8a; font-size:0.85rem; font-weight:500;
    padding:12px 14px; border-radius:8px; text-align:left;
  }

  /* Ask a Question full screen */
  .pdp-root .pdp-ask-page{ padding-top:0; padding-bottom:84px; }
  .pdp-root .pdp-ask-topbar{ display:flex; align-items:center; gap:16px; padding:14px 16px; background:#1c1c1c; color:#fff; }
  .pdp-root .pdp-ask-close{ border:none; background:none; color:#fff; font-size:1.6rem; line-height:1; padding:0; }
  .pdp-root .pdp-ask-title{ font-size:1.05rem; font-weight:600; }
  .pdp-root .pdp-ask-body{ padding:16px; }
  .pdp-root .pdp-ask-textarea{ width:100%; min-height:120px; border:none; font-size:1rem; font-family:inherit; resize:none; color:#1c1c1c; }
  .pdp-root .pdp-ask-textarea:focus{ outline:none; }
  .pdp-root .pdp-ask-counter{ text-align:right; font-size:0.78rem; color:#8a8a8a; }
  .pdp-root .pdp-ask-tips{ background:#f7f6f4; padding:14px 16px; font-size:0.8rem; color:#555; line-height:1.7; }
  .pdp-root .pdp-ask-tips p{ margin:0; }
  .pdp-root .pdp-ask-submit-bar{ position:fixed; left:0; right:0; bottom:0; max-width:480px; margin:0 auto; padding:12px 16px; background:#fff; border-top:1px solid #ececec; }

  /* cart items list */
  .pdp-root .pdp-empty-state{ text-align:center; padding:60px 24px; color:#6b6b6b; }
  .pdp-root .pdp-empty-state p{ margin-bottom:16px; }

  /* cart/checkout summary */
  .pdp-root .pdp-summary-row{ display:flex; justify-content:space-between; font-size:0.85rem; color:#444; padding:4px 0; }
  .pdp-root .pdp-summary-row.total{ font-weight:700; font-size:0.98rem; color:#1c1c1c; border-top:1px solid #e2e0db; margin-top:6px; padding-top:8px; }
  .pdp-root .pdp-free{ color:#1a7a3c; font-weight:700; }

  /* forms */
  .pdp-form-grid{ display:flex; flex-direction:column; gap:12px; }
  .pdp-input{ width:100%; border:1px solid #d6d6d6; border-radius:8px; padding:12px 13px; font-size:0.9rem; font-family:'Helvetica Neue', Arial, sans-serif; background:#fff; color:#1c1c1c; }
  .pdp-input:focus{ outline:none; border-color:#1c1c1c; box-shadow:0 0 0 3px rgba(28,28,28,0.06); }

  /* confirmation */
  .pdp-root .pdp-confirm-wrap{ padding:60px 24px 40px; text-align:center; }
  .pdp-root .pdp-confirm-tick{ width:64px; height:64px; border-radius:50%; background:#1a7a3c; color:#fff; font-size:1.8rem; display:flex; align-items:center; justify-content:center; margin:0 auto 18px; }
  .pdp-root .pdp-confirm-wrap h2{ font-size:1.3rem; font-weight:700; font-family:inherit; }
  .pdp-root .pdp-confirm-wrap p{ color:#6b6b6b; font-size:0.85rem; margin-top:6px; }
  .pdp-root .pdp-confirm-card{ margin-top:22px; background:#f7f6f4; border-radius:10px; padding:14px 16px; text-align:left; }

  /* modals */
  .pdp-modal-overlay{ display:none; position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:100; align-items:flex-end; justify-content:center; }
  .pdp-modal-overlay.open{ display:flex; }
  .pdp-modal{ background:#fff; width:100%; max-width:480px; border-radius:16px 16px 0 0; max-height:85vh; overflow-y:auto; font-family:'Helvetica Neue', Arial, sans-serif; }
  .pdp-modal-head{ display:flex; justify-content:space-between; align-items:center; padding:18px 20px; border-bottom:1px solid #ececec; position:sticky; top:0; background:#fff; z-index:2; }
  .pdp-modal-head h4{ font-size:1.05rem; font-weight:700; }
  .pdp-modal-head h4:empty{ display:none; }
  .pdp-modal-head:has(h4:empty){ justify-content:flex-end; border-bottom:none; padding-bottom:6px; }
  .pdp-modal-close{ border:none; background:#f2f1ee; width:30px; height:30px; border-radius:50%; font-size:1.2rem; line-height:1; color:#6b6b6b; padding:0; }
  .pdp-modal-body{ padding:20px; font-size:0.86rem; color:#333; line-height:1.6; }
  .pdp-modal-body table{ width:100%; border-collapse:collapse; font-size:0.82rem; }
  .pdp-modal-body table th, .pdp-modal-body table td{ border:1px solid #ececec; padding:6px 8px; text-align:center; }

  .pdp-review-modal .pdp-modal-body{ padding:22px 20px 26px; }
  .pdp-field{ margin-top:18px; }
  .pdp-field-label{ display:block; font-size:0.82rem; font-weight:600; color:#1c1c1c; margin-bottom:7px; }
  .pdp-field-optional{ font-weight:400; color:#a49c92; }
  .pdp-star-picker{ text-align:center; font-size:2.1rem; letter-spacing:8px; color:#e2ddd3; cursor:pointer; margin-top:6px; }
  .pdp-star-picker span{ display:inline-block; transition:transform .1s; }
  .pdp-star-picker span.filled{ color:#ffc107; }
  .pdp-star-picker-caption{ text-align:center; font-size:0.8rem; font-weight:600; color:#8a8378; margin-top:6px; }

  .pdp-media-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:2px; }
  .pdp-media-add{ width:64px; height:64px; border:1.5px dashed #d6d6d6; border-radius:10px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; color:#6b6b6b; font-size:0.68rem; cursor:pointer; flex:0 0 auto; }
  .pdp-media-add:hover{ border-color:#1c1c1c; color:#1c1c1c; }
  .pdp-media-thumb{ position:relative; width:64px; height:64px; border-radius:10px; overflow:hidden; flex:0 0 auto; background:#eee; }
  .pdp-media-thumb img, .pdp-media-thumb video{ width:100%; height:100%; object-fit:cover; }
  .pdp-media-thumb .pdp-media-remove{ position:absolute; top:2px; right:2px; width:18px; height:18px; border-radius:50%; background:rgba(0,0,0,0.65); color:#fff; border:none; font-size:0.7rem; line-height:1; display:flex; align-items:center; justify-content:center; padding:0; }
  .pdp-media-thumb .pdp-media-video-badge{ position:absolute; bottom:2px; left:2px; background:rgba(0,0,0,0.65); color:#fff; font-size:0.6rem; padding:1px 4px; border-radius:3px; }

  /* toast */
  .pdp-toast{
    position:fixed; left:50%; bottom:100px; transform:translate(-50%, 20px);
    background:#1c1c1c; color:#fff; padding:11px 20px; border-radius:24px;
    font-size:0.85rem; font-weight:500; z-index:200; opacity:0; pointer-events:none;
    transition:opacity .25s, transform .25s; font-family:'Helvetica Neue', Arial, sans-serif;
    max-width:88%; text-align:center;
  }
  .pdp-toast.show{ opacity:1; transform:translate(-50%, 0); }
  /* ===================== HOT DEALS SECTION ===================== */
  .hotdeals{ padding:8px 24px 32px; }
  .hotdeals-head{ display:flex; align-items:flex-start; gap:16px; margin-bottom:18px; }
  .hotdeals-flame{ width:44px; height:44px; border-radius:50%; background:#fde8e0; display:flex; align-items:center; justify-content:center; flex:0 0 auto; font-size:1.3rem; }
  .hotdeals-head h2{ font-size:1.9rem; margin-bottom:4px; }
  .hotdeals-head p{ font-family:'Jost',sans-serif; color:#8a8378; font-size:0.9rem; }
  .hotdeals-badges{ display:flex; align-items:center; gap:14px; margin-bottom:20px; flex-wrap:wrap; }
  .hd-limited{ background:#fde2e1; color:#c62828; font-family:'Jost',sans-serif; font-weight:600; font-size:0.8rem; letter-spacing:0.04em; padding:9px 20px; border-radius:30px; }
  .hd-timer{ background:var(--ink); color:#fff; font-family:'Jost',sans-serif; font-size:0.85rem; padding:10px 20px; border-radius:30px; display:flex; align-items:center; gap:6px; }
  .hd-timer strong{ font-weight:700; font-variant-numeric:tabular-nums; }
  .hd-scroll{ display:flex; gap:12px; overflow-x:auto; padding-bottom:8px; -webkit-overflow-scrolling:touch; scroll-snap-type:x proximity; }
  .hd-scroll::-webkit-scrollbar{ display:none; }
  .hd-card{ flex:0 0 138px; scroll-snap-align:start; background:#fff; border:1px solid var(--line); cursor:pointer; }
  .hd-imgbox{ position:relative; aspect-ratio:3/4; background:var(--sand); overflow:hidden; }
  .hd-imgbox img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
  .hd-off-badge{ position:absolute; top:8px; left:0; background:#d32f2f; color:#fff; font-family:'Jost',sans-serif; font-weight:700; font-size:0.6rem; padding:4px 8px; letter-spacing:0.02em; }
  .hd-body{ padding:11px; font-family:'Jost',sans-serif; }
  .hd-stock-row{ display:flex; justify-content:space-between; align-items:center; font-size:0.65rem; margin-bottom:5px; }
  .hd-left{ color:#d32f2f; font-weight:600; }
  .hd-sold{ color:#a49c92; }
  .hd-progress{ height:3px; background:#eee7dd; border-radius:3px; overflow:hidden; margin-bottom:10px; }
  .hd-progress-bar{ height:100%; background:linear-gradient(90deg, #d32f2f, #f57c00); border-radius:3px; }
  .hd-price{ font-size:0.95rem; font-weight:600; font-family:'Jost',sans-serif; margin-bottom:2px; }
  .hd-price .hd-mrp{ font-size:0.62rem; font-weight:400; color:#a49c92; text-decoration:line-through; margin-left:4px; }
  .hd-name{ font-size:0.72rem; color:#333; margin-bottom:10px; }
  .hd-add-btn{ width:100%; background:var(--ink); color:#fff; border:none; border-radius:20px; padding:8px; font-family:'Jost',sans-serif; font-weight:600; font-size:0.68rem; display:flex; align-items:center; justify-content:center; gap:5px; }
  .hd-add-btn:active{ opacity:0.8; }
  @media(max-width:520px){
    .hotdeals{ padding:8px 16px 20px; }
    .hd-card{ flex-basis:47vw; }
  }

  /* ============ New Categories grid ============ */
  .newcats{ padding:40px 24px 64px; max-width:1180px; margin:0 auto; }
  .newcats-head{ margin-bottom:18px; }
  .newcats-head h2{ font-size:1.9rem; }
  .nc-grid{ display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 14px; background:transparent; }
  @media(min-width:820px){ .nc-grid{ grid-template-columns:repeat(4,minmax(0,1fr)); } }
  .nc-card{ background:#fff; display:block; min-width:0; border-radius:6px; overflow:hidden; box-shadow:0 1px 8px rgba(28,28,28,0.07); }
  .nc-imgbox{ position:relative; aspect-ratio:3/4; background:var(--sand); overflow:hidden; }
  .nc-imgbox .nc-slide{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:top center; display:block; opacity:0; transition:opacity 0.7s ease-in-out; }
  .nc-imgbox .nc-slide.active{ opacity:1; }
  .nc-dots{ position:absolute; bottom:10px; right:10px; display:flex; gap:4px; z-index:2; }
  .nc-dots span{ width:5px; height:5px; border-radius:50%; background:rgba(255,255,255,0.55); }
  .nc-dots span.active{ background:#fff; width:12px; border-radius:3px; }
  .nc-body{ padding:12px 12px 14px; font-family:'Jost',sans-serif; min-width:0; }
  .nc-title-row{ display:flex; align-items:flex-start; justify-content:space-between; gap:8px; }
  .nc-title{ font-size:0.92rem; font-weight:600; color:#1c1c1c; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .nc-wish-btn{ flex:0 0 auto; background:none; border:none; padding:0; margin-top:1px; cursor:pointer; display:flex; align-items:center; justify-content:center; }
  .nc-wish-btn svg{ width:18px; height:18px; }
  .nc-category{ font-size:0.8rem; color:#8a8378; margin:4px 0 8px; }
  .nc-price-row{ display:flex; align-items:baseline; gap:6px; flex-wrap:wrap; row-gap:2px; }
  .nc-price{ font-size:0.98rem; font-weight:600; color:#1c1c1c; }
  .nc-mrp{ font-size:0.78rem; color:#999; text-decoration:line-through; font-weight:400; }
  .nc-off{ font-size:0.76rem; color:#1a7a3c; font-weight:500; white-space:nowrap; }
  .nc-lowest{ font-size:0.75rem; color:#7a746a; margin-top:4px; }
  @media(max-width:520px){ .newcats{ padding:26px 16px 48px; } }

  /* ============ Customer reviews (auto-slide) ============ */
  .reviews-section{ padding:44px 24px 60px; background:var(--sand); }
  .reviews-section .reviews-head, .reviews-section .reviews-scroll, .reviews-section .reviews-dots{ max-width:1180px; margin-left:auto; margin-right:auto; }
  .reviews-head{ text-align:center; margin-bottom:28px; }
  .reviews-head h2{ font-size:1.9rem; }
  .reviews-scroll{ display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:4px; scroll-behavior:smooth; }
  .reviews-scroll::-webkit-scrollbar{ display:none; }
  .review-card{ flex:0 0 82vw; max-width:320px; scroll-snap-align:start; background:#fff; border-radius:10px; padding:26px 22px; text-align:center; box-shadow:0 1px 8px rgba(28,28,28,0.06); }
  .review-card .avatar{ width:64px; height:64px; border-radius:50%; overflow:hidden; margin:0 auto 12px; background:#eee; }
  .review-card .avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
  .review-card .stars{ position:relative; display:inline-block; font-size:1rem; letter-spacing:3px; color:#e2ddd2; margin-bottom:14px; }
  .review-card .stars .filled{ position:absolute; top:0; left:0; white-space:nowrap; overflow:hidden; color:#f5a623; }
  .review-card .txt{ font-size:0.85rem; color:#5a564e; line-height:1.65; margin-bottom:16px; min-height:78px; }
  .review-card .who{ font-weight:600; font-size:0.92rem; color:#1c1c1c; }
  .reviews-dots{ display:flex; justify-content:center; gap:6px; margin-top:22px; }
  .reviews-dots span{ width:6px; height:6px; border-radius:50%; background:#d8d3c8; transition:all 0.25s; }
  .reviews-dots span.active{ background:#1c1c1c; width:18px; border-radius:3px; }
  @media(min-width:820px){ .review-card{ flex-basis:calc(33.33% - 11px); max-width:380px; } }

  /* ============ Header icon buttons (redesigned) ============ */
  .icon-btn{
    width:38px; height:38px; border-radius:50%;
    border:1px solid #e5e1d8; background:#f7f6f2;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; padding:0; flex:0 0 auto;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
  }
  .icon-btn svg{ width:18px; height:18px; transition:stroke 0.2s; }
  .icon-btn:hover{ background:var(--ink); border-color:var(--ink); }
  .icon-btn:hover svg{ stroke:#fff; }
  .icon-btn:active{ transform:scale(0.92); }
  header .right{ gap:12px; }
  header .right .icon-btn{ position:relative; }

  .header-cart-badge{
    position:absolute; top:-4px; right:-4px;
    background:#d32f2f; color:#fff; font-family:'Jost',sans-serif;
    font-size:0.62rem; font-weight:700; min-width:17px; height:17px;
    border-radius:9px; display:flex; align-items:center; justify-content:center;
    padding:0 4px; border:2px solid var(--paper); line-height:1;
  }

  /* ============ Mobile nav drawer ============ */
  .mobile-nav-overlay{
    display:none; position:fixed; inset:0; background:rgba(0,0,0,0.45);
    z-index:300; justify-content:flex-start;
  }
  .mobile-nav-overlay.open{ display:flex; }
  .mobile-nav-panel{
    width:82%; max-width:320px; height:100%; background:var(--paper);
    box-shadow:4px 0 24px rgba(0,0,0,0.15); display:flex; flex-direction:column;
    animation: slideInNav 0.25s ease; overflow-y:auto; overscroll-behavior:contain;
  }
  @keyframes slideInNav{ from{ transform:translateX(-100%);} to{ transform:translateX(0);} }
  .mobile-nav-head{
    display:flex; align-items:center; justify-content:space-between;
    padding:22px 20px 16px; border-bottom:1px solid #e5e1d8;
  }
  .mobile-nav-title{ font-family:'Cormorant Garamond',serif; font-size:1.5rem; }
  .mobile-nav-links{ display:flex; flex-direction:column; padding:10px 0; }
  .mobile-nav-account-wrap{
    display:flex; flex-direction:column;
    margin-top:8px; padding-top:16px; border-top:1px solid #ececec;
  }
  .nav-acct-profile{ display:flex; align-items:center; gap:12px; padding:14px 20px; }
  .nav-acct-avatar{
    width:42px; height:42px; border-radius:50%; background:#1c1c1c; color:#fff;
    display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif;
    font-size:1.2rem; font-weight:600; flex:0 0 auto; text-transform:uppercase;
  }
  .nav-acct-info{ min-width:0; flex:1 1 auto; }
  .nav-acct-info h3{ font-family:'Cormorant Garamond',serif; font-size:1.05rem; font-weight:600; margin:0 0 2px; }
  .nav-acct-info p{ font-size:0.76rem; color:#6b675e; margin:0; word-break:break-word; line-height:1.35; }
  .nav-acct-login-prompt{ display:flex; align-items:center; gap:12px; padding:14px 20px; text-decoration:none; }
  .nav-acct-login-avatar{ width:38px; height:38px; border-radius:50%; background:#1c1c1c; display:flex; align-items:center; justify-content:center; flex:0 0 auto; }
  .nav-acct-login-text{ display:flex; flex-direction:column; }
  .nav-acct-login-text strong{ font-family:'Cormorant Garamond',serif; font-size:1rem; color:var(--ink); font-weight:600; }
  .nav-acct-login-text span{ font-size:0.74rem; color:#8a8378; }
  .nav-section-label{ text-transform:uppercase; letter-spacing:0.1em; font-size:0.74rem; color:#8a8378; font-weight:700; margin:16px 20px 8px; }
  .nav-list-card{ margin:0 14px 2px; background:transparent; border-radius:12px; padding:2px 6px; }
  .nav-list-card .nav-list-row{
    display:flex; align-items:center; gap:12px; width:100%; background:none; border:none; text-align:left;
    padding:12px 0; border-bottom:1px solid #f2efe7; font-family:'Jost',sans-serif; font-size:0.88rem;
    font-weight:600; color:var(--ink); cursor:pointer; text-decoration:none; text-transform:none; letter-spacing:0;
  }
  .nav-list-card .nav-list-row:last-child{ border-bottom:none; }
  .nav-list-card .nav-list-icon{
    flex:0 0 auto; width:30px; height:30px; border-radius:8px; background:#f6f1e6;
    display:flex; align-items:center; justify-content:center; font-size:0.95rem; color:#fff;
  }
  .nav-list-icon.nav-ic-wa{ background:#25d366; }
  .nav-list-icon.nav-ic-ig{ background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af); }
  .nav-list-icon.nav-ic-fb{ background:#1877f2; }
  .nav-list-icon.nav-ic-li{ background:#0a66c2; font-size:0.55rem; font-weight:700; }
  .nav-list-text{ flex:1 1 auto; min-width:0; }
  .nav-list-card .nav-list-row .chevron{ flex:0 0 auto; color:#c8c2b4; font-size:1.12rem; }
  .mobile-nav-links a.nav-account-link{ font-weight:700; }
  .mobile-nav-links a{
    padding:16px 20px; font-size:0.95rem; text-transform:uppercase;
    letter-spacing:0.08em; border-bottom:1px solid #ece9e2;
  }
  .mobile-nav-foot{
    margin-top:auto; padding:18px 20px 26px; font-size:0.8rem; color:#8a8378;
    display:flex; flex-direction:column; gap:6px; border-top:1px solid #e5e1d8;
  }
  .mobile-nav-foot a{ color:#1c1c1c; font-weight:500; }
  .mobile-social-row{ display:flex; gap:14px; justify-content:center; padding-top:6px; }
  .mobile-social-btn{
    width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
  }
  .mobile-social-btn.fb{ background:#1877F2; }
  .mobile-social-btn.ig{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  .mobile-social-btn.li{ background:#0A66C2; }

  /* ============ Search overlay ============ */
  .search-overlay{
    display:none; position:fixed; inset:0; background:var(--paper);
    z-index:300; flex-direction:column; overflow-y:auto;
  }
  .search-overlay.open{ display:flex; }
  .search-panel{ max-width:720px; margin:0 auto; width:100%; padding:16px; }
  .search-bar{
    display:flex; align-items:center; gap:10px; background:#fff;
    border:1px solid #ddd8cc; border-radius:30px; padding:10px 16px;
  }
  .search-bar svg{ width:18px; height:18px; flex:0 0 auto; }
  .search-bar input{
    flex:1; border:none; outline:none; background:none; font-family:'Jost',sans-serif;
    font-size:0.95rem; color:#1c1c1c;
  }
  .search-bar .icon-btn{ width:30px; height:30px; border:none; background:none; }
  .search-bar .icon-btn svg{ width:16px; height:16px; }
  .search-bar .icon-btn:hover{ background:#eee; }
  .search-bar .icon-btn:hover svg{ stroke:#1c1c1c; }
  .search-results{ margin-top:18px; display:flex; flex-direction:column; gap:2px; }
  .search-hint{ text-align:center; color:#a49c92; font-size:0.85rem; margin-top:30px; }
  .search-result-item{
    display:flex; align-items:center; gap:14px; padding:12px 6px;
    border-bottom:1px solid #ece9e2; text-align:left; width:100%;
    background:none; border-left:none; border-right:none; border-top:none;
    cursor:pointer; font-family:'Jost',sans-serif;
  }
  .search-result-item img{ width:52px; height:64px; object-fit:cover; border-radius:6px; background:#eee; flex:0 0 auto; }
  .search-result-item .sr-info{ flex:1; min-width:0; text-align:left; }
  .search-result-item .sr-name{ font-size:0.9rem; color:#1c1c1c; }
  .search-result-item .sr-price{ font-size:0.85rem; font-weight:600; margin-top:3px; }
  .search-result-item .sr-price .sr-mrp{ font-weight:400; color:#a49c92; text-decoration:line-through; margin-left:6px; }
  /* ============ Bag / Cart redesign ============ */
  .bag-topbar{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 16px; border-bottom:1px solid #ececec;
  }
  .bag-topbar-title{ font-size:1.05rem; font-weight:700; font-family:'Helvetica Neue', Arial, sans-serif; }
  .bag-topbar .pdp-back{ position:static; box-shadow:none; background:none; width:38px; height:38px; }

  .bag-selections-head{ padding:20px 16px 10px; }
  .bag-selections-head h3{ font-size:1.15rem; font-weight:700; font-family:'Helvetica Neue', Arial, sans-serif; }
  .bag-selections-head span{ font-weight:400; color:#8a8378; font-size:1rem; }

  .bag-items{ padding:0 16px; display:flex; flex-direction:column; gap:14px; }
  .bag-item{
    display:flex; gap:12px; background:#fff; border:1px solid #ececec; border-radius:14px;
    padding:14px; position:relative; box-shadow:0 2px 10px rgba(0,0,0,0.04);
  }
  .pdp-root .bag-item-img{ width:90px; height:112px; border-radius:8px; object-fit:cover; flex:0 0 auto; background:#eee; }
  .bag-item-info{ flex:1; min-width:0; font-family:'Helvetica Neue', Arial, sans-serif; }
  .bag-item-brand{ font-size:0.85rem; font-weight:700; text-transform:uppercase; letter-spacing:0.02em; }
  .bag-item-title{ font-size:0.85rem; color:#555; margin-top:2px; }
  .bag-item-qty-row{ display:flex; align-items:center; gap:6px; margin-top:10px; font-size:0.82rem; color:#333; }
  .bag-item-qty-row select{ border:1px solid #d6d6d6; border-radius:6px; padding:2px 6px; font-size:0.82rem; font-family:inherit; background:#fff; }
  .bag-item-meta{ font-size:0.85rem; color:#333; margin-top:8px; }
  .bag-item-price-row{ display:flex; align-items:baseline; gap:8px; margin-top:8px; flex-wrap:wrap; }
  .bag-item-price{ font-weight:700; font-size:1rem; }
  .bag-item-mrp{ color:#999; text-decoration:line-through; font-size:0.85rem; }
  .bag-item-off{ color:#1a7a3c; font-size:0.82rem; font-weight:600; }
  .bag-item-remove{
    position:absolute; top:12px; right:12px; width:26px; height:26px; border-radius:50%;
    background:#1c1c1c; color:#fff; border:none; font-size:0.85rem; line-height:1;
    display:flex; align-items:center; justify-content:center; padding:0; cursor:pointer;
  }
  .bag-item-delivery{
    margin-top:12px; padding-top:12px; border-top:1px dashed #e5e1d8;
    display:flex; flex-direction:column; gap:8px; font-size:0.78rem; color:#444;
  }
  .bag-item-delivery div{ display:flex; align-items:center; gap:8px; }
  .bag-item-delivery svg{ width:16px; height:16px; flex:0 0 auto; }
  .bag-item-delivery strong{ font-weight:700; }
  .bag-move-btn{
    margin-top:12px; border:1.5px solid #1c1c1c; background:#fff; color:#1c1c1c;
    font-weight:700; font-size:0.8rem; padding:8px 14px; border-radius:8px; cursor:pointer;
  }

  .bag-coupon-card{
    display:flex; align-items:center; gap:12px; margin:20px 16px 0; background:#fff;
    border:1px solid #ececec; border-radius:12px; padding:14px; box-shadow:0 2px 10px rgba(0,0,0,0.04);
    font-family:'Helvetica Neue', Arial, sans-serif; text-align:left;
  }
  .bag-coupon-icon svg{ width:22px; height:22px; flex:0 0 auto; }
  .bag-coupon-body{ flex:1; min-width:0; display:flex; flex-direction:column; }
  .bag-coupon-title{ font-size:0.92rem; font-weight:700; }
  .bag-coupon-sub{ font-size:0.76rem; color:#8a8378; margin-top:2px; }
  .bag-coupon-apply{ font-size:0.82rem; font-weight:700; color:#2a5fd0; flex:0 0 auto; }

  .bag-summary-head{ padding:22px 16px 10px; font-size:1.1rem; font-weight:700; font-family:'Helvetica Neue', Arial, sans-serif; }
  .bag-summary-card{
    margin:0 16px; background:#fff; border:1px solid #ececec; border-radius:14px; overflow:hidden;
    box-shadow:0 2px 10px rgba(0,0,0,0.04); font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .bag-summary-banner{
    display:flex; align-items:flex-start; gap:10px; background:#eaf7ee; color:#1a5c31;
    padding:14px; font-size:0.78rem; line-height:1.5;
  }
  .bag-summary-banner svg{ flex:0 0 auto; margin-top:1px; }
  .bag-summary-row{ display:flex; justify-content:space-between; padding:11px 14px; font-size:0.88rem; color:#444; }
  .bag-summary-row.total{ font-weight:700; font-size:1rem; color:#1c1c1c; border-top:1px solid #ececec; padding-top:14px; }
  .bag-discount{ color:#1a7a3c; font-weight:600; }
  .bag-savings{ color:#1a7a3c; font-weight:600; font-size:0.82rem; padding:0 14px 14px; }

  .bag-trust-row{ display:flex; justify-content:space-around; padding:22px 16px 100px; text-align:center; }
  .bag-trust-item{ display:flex; flex-direction:column; align-items:center; gap:6px; font-size:0.72rem; color:#555; flex:1; }
  .bag-trust-item svg{ width:26px; height:26px; }

  .bag-sticky-bar{
    position:fixed; left:0; right:0; bottom:0; max-width:480px; margin:0 auto;
    display:flex; align-items:center; gap:12px; padding:12px 16px;
    background:#fff; border-top:1px solid #ececec; box-shadow:0 -4px 14px rgba(0,0,0,0.06); z-index:10;
  }
  .bag-sticky-price{ display:flex; flex-direction:column; flex:0 0 auto; }
  .bag-sticky-price span{ font-weight:700; font-size:1.05rem; }
  .bag-sticky-price a{ font-size:0.76rem; color:#2a5fd0; margin-top:2px; }
  .bag-sticky-bar .pdp-btn{ flex:1; }

  .pdp-empty-state{ display:flex; flex-direction:column; align-items:center; }
  .pdp-empty-state svg{ margin-bottom:14px; }
  /* ============ Checkout redesign (2-step wizard) ============ */
  .ck-top{ padding:14px 16px 0; }
  .pdp-root .ck-back-store{
    display:inline-flex; align-items:center; gap:8px; color:#c17817; font-weight:700;
    font-size:0.92rem; background:none; border:none; padding:0; cursor:pointer;
    font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .ck-back-store svg{ width:18px; height:18px; }

  .ck-steps-card{
    margin:14px 16px 0; background:#fff; border:1px solid #ececec; border-radius:16px;
    padding:22px 16px 18px; box-shadow:0 2px 10px rgba(0,0,0,0.04);
  }
  .ck-steps-row{ display:flex; align-items:flex-start; }
  .ck-step{ display:flex; flex-direction:column; align-items:center; gap:8px; flex:0 0 auto; }
  .ck-step-circle{
    width:44px; height:44px; border-radius:50%; background:#ece9e2;
    display:flex; align-items:center; justify-content:center; flex:0 0 auto;
  }
  .ck-step-circle svg{ width:20px; height:20px; }
  .ck-step-circle .ck-icon-check{ display:none; }
  .ck-step-circle.pending svg{ stroke:#a49c92; }
  .ck-step-circle.active{ background:#ffc107; }
  .ck-step-circle.done{ background:#1a7a3c; }
  .ck-step-circle.done .ck-icon-default{ display:none; }
  .ck-step-circle.done .ck-icon-check{ display:block; }
  .ck-step-label{ font-size:0.8rem; font-weight:700; color:#a49c92; white-space:nowrap; text-align:center; }
  .ck-step-label.active{ color:#1c1c1c; }
  .ck-step-line{ flex:1; height:2px; background:#ece9e2; margin:22px 10px 0; }
  .ck-step-line.active{ background:linear-gradient(90deg, #1a7a3c, #ffc107); }

  .ck-card{
    margin:16px 16px 0; background:#fff; border:1px solid #ececec; border-radius:14px;
    overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,0.04); font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .ck-card-head{ display:flex; align-items:center; gap:10px; padding:16px 16px 12px; }
  .ck-card-head svg{ width:20px; height:20px; color:#c17817; }
  .ck-card-head h4{ font-size:1rem; font-weight:700; font-family:inherit; }

  .ck-pay-options{ padding:0 16px 16px; display:flex; flex-direction:column; gap:12px; }
  .ck-pay-option{
    display:flex; align-items:center; gap:14px; border:2px solid #ececec; border-radius:12px;
    padding:14px; cursor:pointer; background:#fff; transition:border-color 0.15s, background 0.15s;
  }
  .ck-pay-option input{ position:absolute; opacity:0; pointer-events:none; }
  .ck-pay-option.checked{ border-color:#ffc107; background:#fffbea; }
  .ck-pay-icon{
    width:40px; height:40px; border-radius:50%; background:#f3f0e8; display:flex;
    align-items:center; justify-content:center; flex:0 0 auto;
  }
  .ck-pay-option.checked .ck-pay-icon{ background:#ffedb0; }
  .ck-pay-icon svg{ width:19px; height:19px; }
  .ck-pay-title{ font-weight:700; font-size:0.9rem; display:block; }
  .ck-pay-sub{ font-size:0.78rem; color:#8a8378; display:block; margin-top:2px; }

  .ck-deliver-head{ display:flex; align-items:center; justify-content:space-between; padding:16px; border-bottom:1px solid #ececec; }
  .ck-deliver-title{ display:flex; align-items:center; gap:8px; font-size:0.8rem; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:#1c1c1c; }
  .ck-deliver-title svg{ width:16px; height:16px; color:#c17817; }
  .ck-deliver-head a{ color:#c17817; font-weight:700; font-size:0.85rem; }
  .ck-deliver-body{ padding:14px 16px 18px; }
  .ck-deliver-name{ font-weight:700; font-size:0.9rem; }
  .ck-deliver-addr{ font-size:0.85rem; color:#555; margin-top:4px; line-height:1.5; }

  .ck-sticky-bar{
    position:fixed; left:0; right:0; bottom:0; max-width:480px; margin:0 auto;
    display:flex; gap:10px; padding:12px 16px; background:#fff; border-top:1px solid #ececec;
    box-shadow:0 -4px 14px rgba(0,0,0,0.06); z-index:10;
  }
  .pdp-root .ck-btn-outline{
    flex:1; padding:14px 10px; text-align:center; border-radius:10px; font-size:0.82rem; font-weight:700;
    border:1.5px solid #ececec; background:#fff; color:#1c1c1c; cursor:pointer; font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .pdp-root .ck-btn-solid{
    flex:2; padding:14px 10px; text-align:center; border-radius:10px; font-size:0.9rem; font-weight:700;
    border:none; background:#ffc107; color:#1c1c1c; cursor:pointer; font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .ck-btn-solid:active, .ck-btn-outline:active{ opacity:0.8; }
  .ck-locate-btn{
    display:flex; align-items:center; justify-content:center; gap:8px; margin:0 16px 18px;
    padding:11px 16px; border:1.5px dashed #ffc107; border-radius:30px; background:#fffbea;
    color:#c17817; font-weight:700; font-size:0.82rem; cursor:pointer;
    font-family:'Helvetica Neue', Arial, sans-serif; width:calc(100% - 32px);
  }
  .ck-locate-btn svg{ width:16px; height:16px; flex:0 0 auto; }
  .ck-locate-btn:active{ opacity:0.75; }

  .ck-field{ display:flex; flex-direction:column; gap:8px; }
  .ck-field-label{ font-size:0.72rem; font-weight:700; letter-spacing:0.04em; text-transform:uppercase; color:#5b6b8c; }
  .ck-req{ color:#e5484d; }
  .ck-input{ background:#f3f4f6; border:1px solid #e5e1d8; }
  select.ck-input{ appearance:auto; }
  .ck-cod-notice{
    display:flex; align-items:flex-start; gap:10px; margin:0 16px 18px; padding:14px;
    background:#fdf6e3; border:1px solid #f3d98b; border-radius:12px;
    font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .ck-cod-notice svg{ width:20px; height:20px; flex:0 0 auto; margin-top:1px; }

  /* ---------------- Login / Create Account ---------------- */
  /* Selectors below are prefixed with .auth-view so they always win over
     the more general ".policy-view main h1/p" etc. rules defined above,
     regardless of source order (those combinator selectors would otherwise
     override the plain single-class rules here). */
  .auth-view{ background:var(--paper); }
  .auth-view .auth-topbar{ max-width:520px; margin:0 auto; padding:24px 20px 0; }
  .auth-view .auth-back-btn{
    display:inline-flex; align-items:center; gap:8px; padding:10px 18px; border-radius:999px;
    background:#fff; border:1px solid #e5e1d8; color:#1c1c1c; font-weight:700; font-size:0.85rem;
    font-family:'Jost',sans-serif; cursor:pointer;
  }
  .auth-view .auth-card{
    max-width:480px; margin:32px auto 60px; background:#fff; border-radius:18px;
    box-shadow:0 4px 24px rgba(0,0,0,0.06); padding:36px 32px 32px;
    font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .auth-view .auth-logo{ font-family:'Cormorant Garamond',serif; font-size:1.7rem; letter-spacing:0.06em; color:#1c1c1c; margin-bottom:18px; }
  .auth-view .auth-logo span{ color:#c17817; }
  .auth-view .auth-card h1{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:1.9rem; margin-bottom:6px; }
  .auth-view .auth-sub{ color:#8a8378; font-size:0.9rem; margin-bottom:24px; }
  .auth-view .auth-field{ margin-bottom:18px; }
  .auth-view .auth-field label{ display:block; font-size:0.7rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:#5b6b8c; margin-bottom:7px; }
  .auth-view .auth-field .req{ color:#e5484d; }
  .auth-view .auth-field input{
    width:100%; background:#f3f4f6; border:1px solid #e5e1d8; border-radius:9px;
    padding:13px 14px; font-size:0.92rem; font-family:'Helvetica Neue', Arial, sans-serif; color:#1c1c1c;
  }
  .auth-view .auth-row-between{ display:flex; align-items:center; justify-content:space-between; margin-bottom:7px; }
  .auth-view .auth-forgot{ font-size:0.78rem; font-weight:700; color:#c17817; cursor:pointer; }
  .auth-view .auth-error{
    background:#fdecec; border:1px solid #f3b4b4; color:#b3261e; border-radius:10px;
    padding:11px 14px; font-size:0.85rem; margin-bottom:18px; display:none;
  }
  .auth-view .auth-btn-primary{
    width:100%; padding:15px 0; border-radius:10px; border:none; background:#1c1c1c; color:#fff;
    font-weight:700; font-size:0.95rem; cursor:pointer; font-family:'Helvetica Neue', Arial, sans-serif;
    display:flex; align-items:center; justify-content:center; gap:8px;
  }
  .auth-view .auth-btn-primary:disabled{ opacity:0.6; }
  .auth-view .auth-divider{
    text-align:center; font-size:0.7rem; letter-spacing:0.08em; color:#a89f8f; margin:24px 0 16px; position:relative;
  }
  .auth-view .auth-divider::before, .auth-view .auth-divider::after{
    content:''; position:absolute; top:50%; width:38%; height:1px; background:#eee1d0;
  }
  .auth-view .auth-divider::before{ left:0; } .auth-view .auth-divider::after{ right:0; }
  .auth-view .auth-social-row{ display:flex; gap:10px; margin-bottom:22px; flex-wrap:wrap; }
  .auth-view .auth-social-btn{
    flex:1 1 100px; display:flex; align-items:center; justify-content:center; gap:6px;
    padding:11px 8px; border:1px solid #e5e1d8; border-radius:999px; background:#fff;
    font-weight:600; font-size:0.82rem; color:#1c1c1c; cursor:pointer; font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .auth-view .auth-switch{ text-align:center; font-size:0.85rem; color:#8a8378; }
  .auth-view .auth-switch a{ color:#1c1c1c; font-weight:700; cursor:pointer; text-decoration:underline; }
  @media (min-width:701px){
    .auth-view .auth-card{ border-radius:18px; }
  }
  .ck-cod-notice-text{ font-size:0.8rem; color:#7a5c10; line-height:1.55; }
  .ck-cod-notice-text strong{ color:#5c4409; }

  /* ---------------- My Account ---------------- */
  /* Prefixed with .account-view for the same specificity reasons as .auth-view above. */
  .account-view main{ max-width:680px; }
  .account-view .acct-sub{ color:#8a8378; font-size:0.92rem; margin:-14px 0 26px; }
  .account-view .acct-loggedout{ max-width:420px; margin:20px auto 40px; text-align:center; background:#fff; border-radius:16px; padding:36px 28px; box-shadow:0 4px 24px rgba(0,0,0,0.06); }
  .account-view .acct-loggedout p{ margin-bottom:20px; font-size:0.92rem; color:#3d3a35; }
  .account-view .acct-grid{ display:flex; flex-direction:column; gap:18px; }
  .account-view .acct-card{
    background:#fff; border-radius:16px; padding:22px 20px 24px; box-shadow:0 2px 14px rgba(0,0,0,0.05);
    font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .account-view .acct-card h2{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:1.25rem; margin-bottom:14px; color:var(--ink); }
  .account-view .acct-profile-card{ display:flex; align-items:center; gap:14px; }
  .account-view .acct-avatar{
    flex:0 0 auto; width:56px; height:56px; border-radius:50%; background:var(--ink); color:#fff;
    display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:1.4rem;
  }
  .account-view .acct-profile-info{ flex:1 1 auto; min-width:0; }
  .account-view .acct-profile-info h3{ font-family:'Cormorant Garamond',serif; font-size:1.25rem; font-weight:600; margin-bottom:2px; }
  .account-view .acct-profile-info p{ font-size:0.83rem; color:#6b675e; margin:0 0 2px; word-break:break-word; }
  .account-view .acct-edit-link{ flex:0 0 auto; font-size:0.78rem; font-weight:700; color:#c17817; cursor:pointer; text-decoration:underline; }
  .account-view .acct-field{ margin-bottom:14px; }
  .account-view .acct-field label{ display:block; font-size:0.68rem; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; color:#5b6b8c; margin-bottom:6px; }
  .account-view .acct-field input, .account-view .acct-field select{
    width:100%; background:#f3f4f6; border:1px solid #e5e1d8; border-radius:9px; padding:11px 13px;
    font-size:0.9rem; color:#1c1c1c; font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .account-view .acct-row-2{ display:flex; gap:12px; }
  .account-view .acct-row-2 > *{ flex:1 1 0; min-width:0; }
  .account-view .acct-btn{
    display:inline-flex; align-items:center; justify-content:center; gap:6px; padding:11px 18px; border-radius:999px;
    border:1px solid var(--ink); background:transparent; color:var(--ink); font-weight:600; font-size:0.83rem;
    cursor:pointer; font-family:'Jost',sans-serif; text-decoration:none;
  }
  .account-view .acct-btn.solid{ background:var(--ink); color:#fff; }
  .account-view .acct-btn.danger{ border-color:#e5484d; color:#e5484d; }
  .account-view .acct-btn-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top:6px; }
  .account-view .acct-empty{ font-size:0.88rem; color:#8a8378; }
  .account-view .acct-order-item{ border:1px solid #ece7dc; border-radius:12px; padding:14px 16px; margin-bottom:12px; }
  .account-view .acct-order-item:last-child{ margin-bottom:0; }
  .account-view .acct-order-head{ display:flex; justify-content:space-between; align-items:flex-start; gap:10px; margin-bottom:8px; }
  .account-view .acct-order-id{ font-weight:700; font-size:0.88rem; }
  .account-view .acct-order-date{ font-size:0.74rem; color:#8a8378; }
  .account-view .acct-order-status{
    flex:0 0 auto; font-size:0.66rem; font-weight:700; text-transform:uppercase; letter-spacing:0.04em;
    padding:4px 10px; border-radius:999px; background:#eaf6ec; color:#1c7c3f; white-space:nowrap;
  }
  .account-view .acct-order-items{ font-size:0.82rem; color:#4a463e; margin-bottom:8px; line-height:1.5; }
  .account-view .acct-order-foot{ display:flex; justify-content:space-between; align-items:center; font-size:0.85rem; flex-wrap:wrap; gap:8px; }
  .account-view .acct-order-total{ font-weight:700; }
  .account-view .acct-track-row{ display:flex; gap:10px; margin-bottom:14px; }
  .account-view .acct-track-row input{ flex:1 1 auto; background:#f3f4f6; border:1px solid #e5e1d8; border-radius:9px; padding:11px 13px; font-size:0.9rem; }
  .account-view .acct-track-result{ font-size:0.86rem; padding:14px; border-radius:10px; background:#f9f7f2; line-height:1.6; }
  .account-view .acct-address-box{ font-size:0.9rem; line-height:1.7; color:#3d3a35; margin-bottom:14px; }
  .account-view .acct-wishlist-row{ display:flex; align-items:center; gap:12px; border-bottom:1px solid #f0ece3; padding:10px 0; }
  .account-view .acct-wishlist-row:last-child{ border-bottom:none; }
  .account-view .acct-wishlist-row img{ width:50px; height:50px; object-fit:cover; border-radius:8px; flex:0 0 auto; }
  .account-view .acct-wishlist-title{ font-size:0.84rem; flex:1 1 auto; min-width:0; }
  .account-view .acct-wishlist-price{ font-size:0.84rem; font-weight:700; white-space:nowrap; }
  .account-view .acct-links-list{ display:flex; flex-direction:column; gap:4px; }
  .account-view .acct-links-list a{ font-size:0.9rem; color:#1c1c1c; text-decoration:none; display:flex; align-items:center; justify-content:space-between; padding:9px 0; border-bottom:1px solid #f6f3ec; }
  .account-view .acct-links-list a:last-child{ border-bottom:none; }
  .account-view .acct-links-list a:hover{ color:#c17817; }
  .account-view .acct-payment-row{ padding:10px 0; border-bottom:1px solid #f0ece3; font-size:0.88rem; }
  .account-view .acct-payment-row:last-child{ border-bottom:none; }

  /* ===== Redesigned account hub (hero card / quick grid / list rows) ===== */
  .account-view .acct-hero-bar{ background:var(--ink); padding:22px 24px; }
  .account-view .acct-hero-bar h1{ color:#fff; font-family:'Cormorant Garamond',serif; font-weight:600; font-size:1.7rem; margin:0; }
  .account-view main{ padding-top:20px; }
  .account-view .acct-hero-card{
    display:flex; align-items:center; gap:16px; text-decoration:none;
    background:linear-gradient(135deg,#fdf6ea,#f7ead2); border-radius:16px; padding:18px 20px;
    margin-bottom:22px; box-shadow:0 2px 14px rgba(0,0,0,0.05); cursor:pointer;
  }
  .account-view .acct-hero-card.acct-hero-card-loggedin{ background:#fff; }
  .account-view .acct-hero-avatar{
    flex:0 0 auto; width:52px; height:52px; border-radius:50%; background:var(--ink); color:#fff;
    display:flex; align-items:center; justify-content:center;
  }
  .account-view .acct-hero-text{ flex:1 1 auto; min-width:0; }
  .account-view .acct-hero-text h3{ font-family:'Cormorant Garamond',serif; font-size:1.25rem; font-weight:700; margin:0 0 3px; color:var(--ink); }
  .account-view .acct-hero-text p{ font-size:0.8rem; color:#8a8378; margin:0; }
  .account-view .acct-hero-arrow{ flex:0 0 auto; font-size:1.6rem; color:#8a8378; text-decoration:none; line-height:1; }
  .account-view .acct-quick-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:22px; }
  .account-view .acct-quick-tile{
    display:flex; align-items:center; gap:9px; background:#fff; border:none; border-radius:12px;
    padding:11px 10px; box-shadow:0 2px 10px rgba(0,0,0,0.04); cursor:pointer; text-decoration:none;
    font-family:'Jost',sans-serif; font-weight:600; font-size:0.78rem; color:var(--ink); text-align:left;
  }
  .account-view .acct-quick-icon{
    flex:0 0 auto; width:28px; height:28px; border-radius:8px; background:#f6f1e6;
    display:flex; align-items:center; justify-content:center; font-size:0.9rem;
  }
  .account-view .acct-section-label{ text-transform:uppercase; letter-spacing:0.14em; font-size:0.7rem; color:#8a8378; font-weight:700; margin:26px 2px 10px; }
  .account-view .acct-list-card{ background:#fff; border-radius:14px; padding:2px 18px; box-shadow:0 2px 10px rgba(0,0,0,0.04); margin-bottom:8px; }
  .account-view .acct-list-row{
    display:flex; align-items:center; gap:14px; width:100%; background:none; border:none; text-align:left;
    padding:13px 0; border-bottom:1px solid #f2efe7; font-family:'Jost',sans-serif; font-size:0.9rem;
    font-weight:600; color:var(--ink); cursor:pointer; text-decoration:none;
  }
  .account-view .acct-list-card .acct-list-row:last-child{ border-bottom:none; }
  .account-view .acct-list-icon{
    flex:0 0 auto; width:32px; height:32px; border-radius:9px; background:#f6f1e6;
    display:flex; align-items:center; justify-content:center; font-size:1.05rem; color:#fff;
  }
  .account-view .acct-list-icon.acct-ic-wa{ background:#25d366; }
  .account-view .acct-list-icon.acct-ic-ig{ background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af); }
  .account-view .acct-list-icon.acct-ic-fb{ background:#1877f2; font-weight:700; }
  .account-view .acct-list-icon.acct-ic-li{ background:#0a66c2; font-size:0.72rem; font-weight:700; }
  .account-view .acct-list-text{ flex:1 1 auto; min-width:0; }
  .account-view .acct-list-row .chevron{ flex:0 0 auto; color:#c8c2b4; font-size:1.1rem; }
  .account-view .acct-detail-card{ scroll-margin-top:18px; }
  .account-view .acct-logout-btn{ width:100%; padding:15px 18px; margin:8px 0 4px; border-radius:14px; font-size:0.9rem; }
  @media (min-width:701px){
    .account-view .acct-row-2{ gap:16px; }
  }

  /* ===== My Orders page ===== */
  .myorders-view main{ max-width:680px; }
  .myord-tabs{ display:flex; gap:8px; overflow-x:auto; padding-bottom:6px; margin:-4px 0 22px; }
  .myord-tab{
    flex:0 0 auto; padding:8px 16px; border-radius:999px; border:1px solid #e5e1d8; background:#fff;
    font-family:'Jost',sans-serif; font-size:0.8rem; font-weight:600; color:#6b675e; cursor:pointer; white-space:nowrap;
  }
  .myord-tab.active{ background:var(--ink); border-color:var(--ink); color:#fff; }
  .myord-year-label{ font-family:'Cormorant Garamond',serif; font-size:1.3rem; font-weight:600; color:var(--ink); margin:22px 0 12px; }
  .myord-year-label:first-child{ margin-top:0; }
  .myord-item{
    display:flex; align-items:center; gap:14px; background:#fff; border-radius:14px; padding:14px;
    box-shadow:0 2px 10px rgba(0,0,0,0.04); margin-bottom:12px; cursor:pointer; border:none; width:100%; text-align:left;
    font-family:'Helvetica Neue', Arial, sans-serif;
  }
  .myord-thumb{ flex:0 0 auto; width:64px; height:64px; border-radius:10px; background:#f3f1ea; object-fit:cover; }
  .myord-thumb-fallback{
    flex:0 0 auto; width:64px; height:64px; border-radius:10px; background:#f3f1ea; display:flex;
    align-items:center; justify-content:center; font-size:1.5rem;
  }
  .myord-info{ flex:1 1 auto; min-width:0; }
  .myord-title{ font-size:0.92rem; font-weight:700; color:var(--ink); margin:0 0 4px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  .myord-sub{ font-size:0.8rem; color:#8a8378; margin:0; }
  .myord-chev{ flex:0 0 auto; color:#c8c2b4; font-size:1.2rem; }
  .myord-empty{ text-align:center; padding:60px 20px; color:#8a8378; }
  .myord-empty a{ display:inline-block; margin-top:14px; }
  .myord-end{ text-align:center; font-size:0.82rem; color:#8a8378; margin:26px 0 10px; }

  .myord-detail{ display:none; }
  .myord-back{
    display:inline-flex; align-items:center; gap:6px; background:none; border:none; cursor:pointer;
    font-family:'Jost',sans-serif; font-size:0.8rem; font-weight:600; color:var(--ink); padding:0; margin-bottom:22px;
  }
  .myord-detail-head{ margin-bottom:26px; }
  .myord-detail-head h2{ font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:600; margin:0 0 4px; }
  .myord-detail-head p{ font-size:0.85rem; color:#8a8378; margin:0; }
  .myord-timeline{ position:relative; padding-left:26px; }
  .myord-tl-step{ position:relative; padding-bottom:26px; }
  .myord-tl-step:last-child{ padding-bottom:0; }
  .myord-tl-step::before{
    content:''; position:absolute; left:-26px; top:4px; width:12px; height:12px; border-radius:50%; background:#1c7c3f;
  }
  .myord-tl-step.pending::before{ background:#d8d3c6; }
  .myord-tl-step.cancelled::before{ background:#e5484d; }
  .myord-tl-step:not(:last-child)::after{
    content:''; position:absolute; left:-21px; top:16px; bottom:-26px; width:2px; background:#1c7c3f;
  }
  .myord-tl-step.pending:not(:last-child)::after{ background:#e5e1d8; }
  .myord-tl-step.cancelled:not(:last-child)::after{ background:#e5e1d8; }
  .myord-tl-title{ font-size:0.98rem; font-weight:700; color:var(--ink); }
  .myord-tl-title .myord-tl-date{ font-weight:500; color:#8a8378; font-size:0.82rem; margin-left:8px; }
  .myord-tl-sub{ font-size:0.85rem; color:#4a463e; margin-top:6px; }
  .myord-tl-sub-time{ font-size:0.75rem; color:#8a8378; margin-top:1px; margin-bottom:8px; }
  .myord-detail-items{ background:#fff; border-radius:14px; padding:16px; box-shadow:0 2px 10px rgba(0,0,0,0.04); margin-top:28px; }
  .myord-detail-items h3{ font-family:'Cormorant Garamond',serif; font-size:1.1rem; margin:0 0 10px; }
  .myord-detail-total{ display:flex; justify-content:space-between; font-size:0.9rem; font-weight:700; margin-top:10px; padding-top:10px; border-top:1px solid #f0ece3; }

  #myOrdActionRow{ margin-top:18px; display:flex; flex-direction:column; gap:10px; }
  #myOrdActionRow .acct-btn{ width:100%; text-align:center; }
  .myord-status-note{ background:#fff; border-radius:14px; padding:14px 16px; font-size:0.85rem; color:#4a463e; box-shadow:0 2px 10px rgba(0,0,0,0.04); }
  .myord-status-note strong{ color:var(--ink); }
  .myord-panel{ background:#fff; border-radius:16px; padding:18px 16px; margin-top:16px; box-shadow:0 2px 14px rgba(0,0,0,0.06); }
  .myord-panel h3{ font-family:'Cormorant Garamond',serif; font-size:1.2rem; margin:0 0 6px; }
  .myord-panel-label{ font-size:0.82rem; color:#8a8378; margin:0 0 10px; font-weight:600; }
  .myord-radio-option{ display:flex; align-items:center; gap:10px; padding:9px 0; font-size:0.88rem; color:var(--ink); border-bottom:1px solid #f2efe7; cursor:pointer; }
  .myord-radio-option:last-child{ border-bottom:none; }
  .myord-radio-option input{ accent-color:var(--ink); width:16px; height:16px; flex:0 0 auto; }
  .myord-other-input{
    width:100%; margin-top:10px; padding:10px 12px; border:1px solid #e5e1d8; border-radius:10px;
    font-family:'Jost',sans-serif; font-size:0.85rem; resize:vertical; min-height:60px; box-sizing:border-box;
  }
  .myord-policy-note{ font-size:0.78rem; color:#a1450f; background:#fdf3ec; border-radius:10px; padding:10px 12px; margin:14px 0 0; }
  .myord-panel-actions{ display:flex; gap:10px; margin-top:16px; }
  .myord-panel-actions .acct-btn{ flex:1; text-align:center; }

  /* ===== Shop by Reels ===== */
  .reels-section{padding:40px 24px 6px; max-width:1180px; margin:0 auto;}
  .reels-section .section-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:24px; flex-wrap:wrap; gap:14px;}
  .reels-section .section-head h2{font-size:2rem;}
  .reels-scroll{display:flex; gap:16px; overflow-x:auto; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch; padding-bottom:6px;}
  .reels-scroll::-webkit-scrollbar{display:none;}
  .reel-card{position:relative; flex:0 0 220px; aspect-ratio:9/16; border-radius:8px; overflow:hidden; scroll-snap-align:start; background:transparent; -webkit-mask-image:-webkit-radial-gradient(#fff,#000); transform:translateZ(0); -webkit-transform:translateZ(0); isolation:isolate;}
  .reel-card video.reel-video{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; pointer-events:none; -webkit-user-select:none; user-select:none; border-radius:8px; background:transparent;}
  .reel-product-mini{position:absolute; left:10px; right:10px; bottom:10px; z-index:2; background:#fff; border-radius:12px; padding:8px; display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit; box-shadow:0 4px 14px rgba(0,0,0,0.28); cursor:pointer;}
  .reel-product-mini img{width:48px; height:60px; object-fit:cover; border-radius:6px; flex:0 0 auto; display:block;}
  .reel-product-mini .rp-info{display:flex; flex-direction:column; gap:2px; min-width:0;}
  .reel-product-mini .rp-title{font-size:0.82rem; font-weight:500; line-height:1.2; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; font-family:'Jost',sans-serif;}
  .reel-product-mini .rp-price{font-size:0.78rem; color:#555; font-weight:600;}
  @media(max-width:600px){
    .reels-section{padding:26px 10px 4px;}
    .reel-card{flex-basis:56vw;}
  }

  /* ===== New site footer (dark) ===== */
  .site-footer{background:var(--paper); color:#3d3a35; padding:48px 24px 24px; border-top:1px solid #e4e1da;}
  .site-footer a{color:inherit; text-decoration:none;}
  .footer-brand{max-width:1180px; margin:0 auto 36px;}
  .footer-logo{display:inline-flex; align-items:center; gap:10px; font-family:'Cormorant Garamond',serif; font-size:1.9rem; color:var(--ink); margin-bottom:14px;}
  .footer-tagline{max-width:420px; font-size:0.92rem; line-height:1.6; color:#6b665c; margin-bottom:22px;}
  .footer-icons{display:flex; gap:12px;}
  .footer-icon-btn{width:40px; height:40px; border-radius:50%; background:#eae7e0; border:1px solid #ddd8ce; display:flex; align-items:center; justify-content:center; color:var(--ink); cursor:pointer;}
  .footer-icon-btn svg{width:18px; height:18px;}
  .footer-columns{max-width:1180px; margin:0 auto; display:flex; flex-direction:column; gap:36px;}
  .footer-col h4{color:var(--ink); font-size:1.15rem; font-weight:600; margin-bottom:16px; font-family:'Jost',sans-serif;}
  .footer-col ul{list-style:none;}
  .footer-col li{margin-bottom:13px;}
  .footer-col a{font-size:0.95rem; color:#6b665c;}
  .footer-col a:hover{color:var(--ink);}
  @media(min-width:820px){
    .footer-columns{flex-direction:row; justify-content:space-between;}
  }
  .footer-bottom{max-width:1180px; margin:36px auto 0; padding-top:22px; border-top:1px solid #e4e1da; text-align:center; font-size:0.8rem; color:#7a756b;}

  /* ===== Standalone policy/info views (single-file, anchor navigable) ===== */
  .policy-view{ display:none; background:var(--paper); min-height:100vh; }
  #aboutView:target{ display:block; }
  body:has(#aboutView:target) #homeView{ display:none; }
  #termsView:target{ display:block; }
  body:has(#termsView:target) #homeView{ display:none; }
  #helpFaqView:target{ display:block; }
  body:has(#helpFaqView:target) #homeView{ display:none; }
  #wholesaleView:target{ display:block; }
  body:has(#wholesaleView:target) #homeView{ display:none; }
  #resellerView:target{ display:block; }
  body:has(#resellerView:target) #homeView{ display:none; }
  #boutiqueBulkView:target{ display:block; }
  body:has(#boutiqueBulkView:target) #homeView{ display:none; }
  #accountSettingsView:target{ display:block; }
  body:has(#accountSettingsView:target) #homeView{ display:none; }
  #myOrdersView:target{ display:block; }
  body:has(#myOrdersView:target) #homeView{ display:none; }
  #shippingPolicyView:target{ display:block; }
  body:has(#shippingPolicyView:target) #homeView{ display:none; }
  #returnRefundView:target{ display:block; }
  body:has(#returnRefundView:target) #homeView{ display:none; }
  #paymentMethodsView:target{ display:block; }
  body:has(#paymentMethodsView:target) #homeView{ display:none; }
  #privacyPolicyView:target{ display:block; }
  body:has(#privacyPolicyView:target) #homeView{ display:none; }
  .policy-topbar{ display:flex; align-items:center; gap:20px; padding:20px 24px; border-bottom:1px solid #e4e1da; background:#fff; }
  .policy-topbar .policy-back{ font-size:0.75rem; text-transform:uppercase; letter-spacing:0.14em; text-decoration:none; color:var(--ink); white-space:nowrap; }
  .policy-topbar .policy-logo{ font-family:'Cormorant Garamond',serif; font-size:1.7rem; letter-spacing:0.06em; text-decoration:none; color:var(--ink); margin-left:auto; }
  .policy-view main{ max-width:760px; margin:0 auto; padding:48px 24px 88px; }
  .policy-view main .eyebrow{ text-transform:uppercase; letter-spacing:0.2em; font-size:0.7rem; color:#8a8378; margin-bottom:10px; }
  .policy-view main h1{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:2.4rem; margin-bottom:28px; }
  .policy-view main h2{ font-family:'Cormorant Garamond',serif; font-weight:500; font-size:1.35rem; margin:34px 0 12px; }
  .policy-view main p{ font-size:0.97rem; color:#3d3a35; margin-bottom:15px; line-height:1.75; }
  .policy-view main ul{ padding-left:22px; margin-bottom:15px; }
  .policy-view main li{ font-size:0.97rem; color:#3d3a35; margin-bottom:8px; line-height:1.75; }
  .policy-view main strong{ font-weight:600; }
  .policy-view main a.inline-link{ text-decoration:underline; cursor:pointer; }

  /* ===== AI Style Assistant chat widget ===== */
  .ai-fab{ position:fixed; right:18px; bottom:84px; width:58px; height:58px; border-radius:50%; background:#1c1c1c; border:none; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,0.28); cursor:pointer; z-index:9998; overflow:hidden; padding:0; }
  .ai-fab img{ width:100%; height:100%; object-fit:cover; border-radius:50%; display:block; }
  .ai-fab .ai-fab-dot{ position:absolute; top:6px; right:6px; width:11px; height:11px; border-radius:50%; background:#3ac569; border:2px solid #fff; }
  .ai-chat-panel{ position:fixed; inset:0; width:100%; height:100%; background:#fff; border-radius:0; box-shadow:none; display:none; flex-direction:column; overflow:hidden; z-index:9999; }
  .ai-chat-panel.open{ display:flex; }
  .ai-chat-header{ background:#1c1c1c; color:#fff; padding:14px 16px; display:flex; align-items:center; gap:12px; flex:0 0 auto; }
  .ai-chat-avatar{ width:38px; height:38px; border-radius:50%; background:#e8622c; display:flex; align-items:center; justify-content:center; flex:0 0 auto; overflow:hidden; }
  .ai-chat-avatar img{ width:100%; height:100%; object-fit:cover; border-radius:50%; display:block; }
  .ai-chat-header-info{ flex:1 1 auto; min-width:0; }
  .ai-chat-header-info .name{ font-weight:600; font-size:0.95rem; font-family:'Jost',sans-serif; }
  .ai-chat-header-info .status{ font-size:0.75rem; color:#9fd9ae; display:flex; align-items:center; gap:5px; }
  .ai-chat-header-info .status .dot{ width:7px; height:7px; border-radius:50%; background:#3ac569; display:inline-block; }
  .ai-chat-close{ background:none; border:none; color:#fff; cursor:pointer; padding:4px; opacity:0.85; }
  .ai-chat-close svg{ width:18px; height:18px; }
  .ai-chat-body{ flex:1 1 auto; overflow-y:auto; padding:14px; display:flex; flex-direction:column; gap:10px; background:#f7f6f3; }
  .ai-msg{ max-width:85%; padding:10px 13px; border-radius:14px; font-size:0.85rem; line-height:1.5; font-family:'Jost',sans-serif; white-space:pre-line; }
  .ai-msg.bot{ align-self:flex-start; background:#eeece6; color:#1c1c1c; border-bottom-left-radius:4px; }
  .ai-msg.user{ align-self:flex-end; background:#1c1c1c; color:#fff; border-bottom-right-radius:4px; }
  .ai-chips{ display:flex; flex-wrap:wrap; gap:8px; align-self:flex-start; max-width:100%; }
  .ai-chip{ background:#fff; border:1px solid #ddd8ce; border-radius:999px; padding:8px 14px; font-size:0.8rem; cursor:pointer; font-family:'Jost',sans-serif; color:#1c1c1c; }
  .ai-chip:hover{ background:#1c1c1c; color:#fff; }
  .ai-prod-grid{ display:grid; grid-template-columns:repeat(2, 1fr); gap:10px; align-self:stretch; max-width:100%; }
  .ai-prod-card{ background:#fff; border:1px solid #ece9e2; border-radius:12px; overflow:hidden; text-align:left; cursor:pointer; display:flex; flex-direction:column; }
  .ai-prod-card img{ width:100%; aspect-ratio:3/4; object-fit:cover; display:block; background:#eee; }
  .ai-prod-card-info{ padding:8px 10px 10px; }
  .ai-prod-card-brand{ font-size:0.62rem; font-weight:700; text-transform:uppercase; letter-spacing:0.03em; color:#555; font-family:'Helvetica Neue', Arial, sans-serif; }
  .ai-prod-card-title{ font-size:0.78rem; color:#1c1c1c; margin-top:2px; line-height:1.3; font-family:'Helvetica Neue', Arial, sans-serif; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
  .ai-prod-card-price-row{ display:flex; align-items:baseline; gap:6px; margin-top:6px; flex-wrap:wrap; }
  .ai-prod-card-price{ font-weight:700; font-size:0.85rem; }
  .ai-prod-card-mrp{ color:#999; text-decoration:line-through; font-size:0.72rem; }
  .ai-prod-card-off{ color:#1a7a3c; font-size:0.7rem; font-weight:600; }
  .ai-wa-form{ align-self:stretch; background:#fff; border:1px solid #ece9e2; border-radius:12px; padding:12px; display:flex; flex-direction:column; gap:8px; }
  .ai-wa-form input, .ai-wa-form textarea{ border:1px solid #ddd8ce; border-radius:10px; padding:9px 12px; font-size:0.85rem; font-family:'Jost',sans-serif; outline:none; resize:none; }
  .ai-wa-form textarea{ min-height:64px; }
  .ai-wa-send-btn{ background:#25D366; color:#fff; border:none; border-radius:999px; padding:10px 14px; font-size:0.85rem; font-weight:600; cursor:pointer; font-family:'Jost',sans-serif; display:flex; align-items:center; justify-content:center; gap:8px; }
  .ai-wa-send-btn:disabled{ opacity:0.6; cursor:default; }
  .ai-wa-error{ color:#c0392b; font-size:0.75rem; display:none; }
  .ai-chat-input-row{ flex:0 0 auto; display:flex; align-items:center; gap:8px; padding:10px 12px; border-top:1px solid #ece9e2; background:#fff; }
  .ai-chat-input-row input{ flex:1 1 auto; border:1px solid #ddd8ce; border-radius:999px; padding:10px 14px; font-size:0.85rem; font-family:'Jost',sans-serif; outline:none; }
  .ai-chat-send{ width:36px; height:36px; border-radius:50%; background:#1c1c1c; border:none; display:flex; align-items:center; justify-content:center; cursor:pointer; flex:0 0 auto; }
  .ai-chat-send svg{ width:16px; height:16px; }
  @media(max-width:420px){
    .ai-fab{ right:14px; bottom:80px; }
  }


/* ---------- database-driven product grid ---------- */
.pgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 16px}
@media(min-width:700px){.pgrid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1000px){.pgrid{grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto}}
.pcard{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #ececec;border-radius:14px;overflow:hidden}
.pcard-img{position:relative;aspect-ratio:3/4;background:#f4f4f4}
.pcard-img img{width:100%;height:100%;object-fit:cover;display:block}
.pcard-noimg{display:block;width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e6e6e6)}
.pcard-off{position:absolute;left:8px;top:8px;background:#1c1c1c;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px}
.pcard-body{padding:10px 11px 13px}
.pcard-brand{font-size:11px;letter-spacing:.04em;color:#8a8a8a;text-transform:uppercase;margin-bottom:3px}
.pcard-title{font-size:13.5px;line-height:1.35;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.pcard-price b{font-size:15px}
.pcard-price s{color:#9a9a9a;font-size:12.5px;margin-left:6px}
.pcard-oos{margin-top:6px;font-size:11.5px;font-weight:600;color:#b4372f}
.sec-head{display:flex;align-items:baseline;justify-content:space-between;padding:26px 16px 12px}
.sec-head h2{font-size:20px;margin:0;letter-spacing:-.02em}
.sec-head a{font-size:13px;color:#1c1c1c}
.empty-note{padding:34px 16px;text-align:center;color:#8a8a8a;font-size:14px;line-height:1.6}
.hero-slide{position:relative;display:block}
.hero-slide img{width:100%;display:block}
.hero-cap{padding:14px 16px 4px}
.hero-cap h1{font-size:24px;margin:0 0 4px;letter-spacing:-.02em}
.hero-cap p{margin:0;color:#6b6b6b;font-size:14px}
.cat-tiles{display:flex;gap:10px;overflow-x:auto;padding:14px 16px;scrollbar-width:none}
.cat-tiles::-webkit-scrollbar{display:none}
.cat-tile{flex:0 0 auto;text-align:center;text-decoration:none;color:inherit;width:78px}
.cat-tile img,.cat-tile .ph{width:70px;height:70px;border-radius:50%;object-fit:cover;background:#eee;display:block;margin:0 auto 6px}
.cat-tile span{font-size:12px}
.frm-page{padding:16px;max-width:520px;margin:0 auto}
.frm-page label{display:block;font-size:13px;font-weight:600;margin:14px 0 6px}
.frm-page input,.frm-page select,.frm-page textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid #e2e2e2;border-radius:11px;font-size:15px;font-family:inherit;background:#fafafa}
.frm-page button{width:100%;min-height:50px;margin-top:18px;border:0;border-radius:12px;background:#1c1c1c;color:#fff;font-weight:700;font-size:15px}
.msg{padding:11px 13px;border-radius:11px;font-size:13.5px;margin:12px 0}
.msg.err{background:#fbedeb;color:#a93129}
.msg.ok{background:#e8f4ef;color:#1b6e53}
.crow{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f0f0;align-items:center}
.crow img{width:72px;height:90px;object-fit:cover;border-radius:10px;background:#f2f2f2}
.crow .ci{flex:1;min-width:0}
.crow .ci b{display:block;font-size:14px;margin-bottom:2px}
.crow .ci small{color:#8a8a8a;font-size:12.5px}
.qty{display:flex;align-items:center;gap:8px;margin-top:8px}
.qty a{width:32px;height:32px;border:1px solid #e2e2e2;border-radius:9px;display:grid;place-items:center;text-decoration:none;color:#1c1c1c}
.sumrow{display:flex;justify-content:space-between;padding:8px 16px;font-size:14.5px}
.sumrow.big{font-weight:700;font-size:17px;border-top:1px solid #eee;margin-top:6px;padding-top:14px}
