:root{
  --orange-950:#431407;
  --orange-900:#7c2d12;
  --orange-800:#9a3412;
  --orange-700:#c2410c;
  --orange-600:#ea580c;
  --orange-500:#f97316;
  --orange-400:#fb923c;
  --orange-200:#fed7aa;
  --orange-100:#ffedd5;
  --orange-50:#fff7ed;
  --cream:#fffaf5;
  --ink:#172033;
  --muted:#667085;
  --line:#e8e2dc;
  --white:#fff;
  --green:#15803d;
  --red:#b42318;
  --shadow-sm:0 7px 22px rgba(45,32,24,.07);
  --shadow-md:0 18px 45px rgba(74,38,14,.11);
  --radius-sm:12px;
  --radius:18px;
  --radius-lg:28px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
main{min-height:55vh}
.announcement-bar{
    position:relative;
    z-index:1000;

    background:linear-gradient(90deg,var(--orange-900),var(--orange-600));
    color:#fff;
    font-size:12px;
}
.announcement-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.announcement-inner>div{display:flex;align-items:center;gap:22px;opacity:.88}
/* ==============================
   Sticky Header Scroll Effect
============================== */
.site-header{
    position:absolute;
    top:34px;      /* below announcement */
    left:0;
    width:100%;
    z-index:999;
    background:transparent;
}
/* Navbar after scrolling */

.site-header.scrolled{
    position:fixed;
    top:0;
    left:0;
    width:100%;

    background:linear-gradient(
        90deg,
        var(--orange-900),
        var(--orange-700),
        var(--orange-600)
    );

    box-shadow:0 8px 25px rgba(0,0,0,.15);

    border-bottom:none;
}
.site-header.scrolled .brand-copy strong,
.site-header.scrolled .brand-copy small,
.site-header.scrolled .account-link strong,
.site-header.scrolled .account-link small,
.site-header.scrolled .category-links a{
    color:#ffd206;
}

.site-header.scrolled .action-icon{
    background:rgba(255,255,255,.15);
    color:#fff;
}

.site-header.scrolled .desktop-search{
    background:rgba(255,255,255,.18);
    border-color:rgba(255,255,255,.3);
}

.site-header.scrolled .desktop-search input{
    color:#fff;
}

.site-header.scrolled .desktop-search input::placeholder{
    color:rgba(255,255,255,.75);
}
.header-row{
    width:100%;
    height:50px;

    display:flex;
    align-items:center;

    padding:0 18px;
    gap:18px;
}
.announcement-bar{
    transition:all .3s ease;
}

.announcement-bar.hide{
    transform:translateY(-100%);
    opacity:0;
}
.brand{
    flex:0 0 220px;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:12px;

    margin:0;
}
.brand-mark{width:48px;height:48px;border-radius:15px;background:var(--orange-50);display:grid;place-items:center;border:1px solid var(--orange-100);overflow:hidden}
.brand-mark img{width:46px;height:46px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.08}
.brand-copy strong{font-size:20px;letter-spacing:-.5px;font-weight:800}
.brand-copy small{
    margin-top:5px;
    font-size:9px;
    letter-spacing:1.6px;
    color:#ffd206;
    font-weight:800;
}
.brand-copy strong{
    color:#ffd206;;
}
.desktop-search{
    width:300px;
    height:50px;
  flex:1;

    max-width:360px;
    min-width:260px;

    height:50px;

    margin-left:0;
    margin-left:0;

    display:grid;
    grid-template-columns:42px 1fr auto;
    align-items:center;

    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;

    overflow:hidden;

    flex-shrink:0;
}
.desktop-search:focus-within{background:#fff;border-color:var(--orange-400);box-shadow:0 0 0 4px rgba(249,115,22,.09)}
.desktop-search svg{width:19px;height:19px;margin-left:15px;color:#697386}
.desktop-search input{height:100%;border:0;outline:0;background:transparent;min-width:0;color:#fff;background:#fff;color:#1f2937 !important;caret-color:#ea580c;}
.desktop-search input::placeholder{
    color:#6b7280 !important;
    opacity:1;
}
.desktop-search button{height:100%;border:0;background:var(--orange-600);color:#fff;padding:0 28px;font-weight:800;transition:.2s}
.desktop-search button:hover{background:var(--orange-700)}
.header-actions{
    display:flex;
    align-items:center;
    gap:14px;

    flex:0 0 auto;

    margin-left:auto;
}
.account-link{display:flex;align-items:center;gap:9px;padding:5px 2px}
.action-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    display:grid;
    place-items:center;

    background:#fff3ec;
    color:var(--orange-700);
}
.action-icon svg{width:19px;height:19px}
.account-link>span:last-child{display:flex;flex-direction:column;line-height:1.15;white-space:nowrap}
.account-link small{
    font-size:10px;
    color:#d55d14;
}
.account-link strong{font-size:13px;margin-top:3px}
.account-link strong{
    color:var(--ink);
}
.header-cart{height:44px;display:flex;align-items:center;gap:8px;border-radius:13px;background:var(--orange-700);color:#fff;padding:0 14px;font-weight:800;box-shadow:0 8px 18px rgba(194,65,12,.18)}
.header-cart svg{width:20px;height:20px}
.header-cart b{min-width:22px;height:22px;border-radius:999px;background:#fff;color:var(--orange-700);display:grid;place-items:center;font-size:11px}
.mobile-search-wrap{display:none}
.category-strip{
    border-top:1px solid rgba(255,255,255,.18);
    background:transparent;
}
.category-links{
    flex:0 0 38%;

    display:flex;
    align-items:center;
    gap:22px;

    overflow-x:auto;
    scrollbar-width:none;

    padding-left:10px;
}
.category-links::-webkit-scrollbar{display:none}
.category-links a{
    font-size:12px;
    font-weight:700;
    color:var(--orange-600);;
    white-space:nowrap;
  }
.category-links a:hover{color:var(--orange-700)}
.category-links a:after{content:"";position:absolute;left:0;right:0;bottom:-14px;height:2px;background:var(--orange-600);transform:scaleX(0);transition:.2s}
.category-links a:hover:after{transform:scaleX(1)}
.category-spacer{flex:1}
.install-button{border:1px solid var(--orange-200);border-radius:10px;background:var(--orange-50);color:var(--orange-800);height:34px;padding:0 14px;font-size:11px;font-weight:900;white-space:nowrap;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(124,45,18,.14)}
.install-button[hidden]{display:none!important}
.install-button:hover,.install-button:focus{background:#fff;color:var(--orange-700);outline:2px solid rgba(249,115,22,.25);outline-offset:2px}
.message-area{position:fixed;top:96px;left:50%;transform:translateX(-50%);z-index:90;pointer-events:none}
.site-message{margin-left:auto;max-width:460px;padding:13px 16px;border-radius:13px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);font-weight:700;pointer-events:auto;transition:.25s}
.message-success{border-left:4px solid var(--green)}.message-error{border-left:4px solid var(--red)}.message-info{border-left:4px solid var(--orange-500)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:800;color:var(--orange-700)}
.eyebrow i{width:22px;height:2px;background:currentColor;border-radius:9px}.eyebrow.light{color:#fff}
.hero-section{
    width:100%;
    overflow:hidden;
    background:#fff;
}

.hero-slider{
    position:relative;
    width:100%;
    aspect-ratio:930 / 480;
    overflow:hidden;
}

.hero-slide{
    position:absolute;
    inset:0;

    opacity:0;
    visibility:hidden;

    transition:opacity .8s ease;

    z-index:1;
}

.hero-slide.active{
    opacity:1;
    visibility:visible;
    z-index:2;
}

.hero-video{
    width:100%;
    height:100%;
    display:block;

    object-fit:cover;
    padding-top: 55px;
}
.service-strip{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(37,28,22,.04)}
.service-grid{min-height:88px;display:grid;grid-template-columns:repeat(4,1fr);padding-top: 20px;}
.service-grid>div{display:flex;align-items:center;gap:13px;padding:16px 24px;border-right:1px solid var(--line)}.service-grid>div:first-child{padding-left:0}.service-grid>div:last-child{border-right:0;padding-right:0}
.service-icon{width:40px;height:40px;border-radius:12px;background:var(--orange-50);color:var(--orange-700);display:grid;place-items:center;flex:0 0 auto}.service-icon svg{width:21px;height:21px}
.service-grid>div>span:last-child{display:flex;flex-direction:column}.service-grid strong{font-size:12px}.service-grid small{font-size:10px;color:var(--muted);margin-top:3px}
.section-space{padding-top:68px;padding-bottom:68px}.section-last{padding-top:22px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px}
.section-heading h2{font-family:"Playfair Display",Georgia,serif;font-size:38px;line-height:1.14;letter-spacing:-1.2px;margin:9px 0 5px}.section-heading p{margin:0;color:var(--muted)}
.section-heading>a{font-size:12px;color:var(--orange-700);font-weight:800;white-space:nowrap;display:flex;gap:8px;align-items:center}
.category-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.category-card{min-height:108px;border:1px solid var(--line);border-radius:var(--radius);display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:15px;padding:15px;background:#fff;box-shadow:var(--shadow-sm);transition:.22s}
.category-card:hover{border-color:var(--orange-200);transform:translateY(-3px);box-shadow:var(--shadow-md)}
.category-image{width:64px;height:64px;border-radius:15px;background:var(--orange-50);display:grid;place-items:center;overflow:hidden}.category-image img{width:58px;height:58px;object-fit:contain}
.category-card>span:nth-child(2){display:flex;flex-direction:column}.category-card strong{font-size:14px}.category-card small{font-size:11px;color:var(--muted);margin-top:4px}.category-card>b{color:var(--orange-600);font-size:19px}
.featured-shell{background:linear-gradient(180deg,#fff9f4,#fff);border-top:1px solid #f7e8dc;border-bottom:1px solid #f7e8dc}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{min-width:0;border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 5px 18px rgba(28,25,23,.045);transition:.24s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-5px);border-color:#f1c9a9;box-shadow:0 20px 42px rgba(92,48,17,.12)}
.product-media{height:230px;background:linear-gradient(145deg,#fffdfb,#f7f5f2);display:grid;place-items:center;position:relative;overflow:hidden;padding:16px}
.product-media:before{content:"";position:absolute;width:130px;height:130px;border-radius:50%;background:var(--orange-50);right:-35px;top:-44px}
.product-media img{width:100%;height:100%;object-fit:contain;position:relative;z-index:1;transition:.28s}.product-card:hover .product-media img{transform:scale(1.04)}
.discount-pill{position:absolute;left:12px;top:12px;z-index:3;background:var(--orange-700);color:#fff;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:900;letter-spacing:.3px}
.quick-view{position:absolute;left:50%;bottom:12px;z-index:4;transform:translate(-50%,16px);opacity:0;background:rgba(23,32,51,.92);color:#fff;border-radius:999px;padding:8px 13px;font-size:10px;font-weight:700;transition:.22s;white-space:nowrap}.product-card:hover .quick-view{opacity:1;transform:translate(-50%,0)}
.product-body{padding:17px 16px 16px;display:flex;flex-direction:column;flex:1}
.product-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.product-meta>span{font-size:9px;text-transform:uppercase;letter-spacing:.85px;color:var(--orange-700);font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-meta small{font-size:9px;color:var(--green);font-weight:700;white-space:nowrap;display:flex;align-items:center;gap:5px}.product-meta small i{width:5px;height:5px;border-radius:50%;background:currentColor}.product-meta small.out{color:var(--red)}
.product-title{font-size:15px;line-height:1.35;font-weight:800;letter-spacing:-.2px;min-height:41px}.product-title:hover{color:var(--orange-700)}
.product-body>p{font-size:10.5px;line-height:1.55;color:var(--muted);margin:8px 0 14px;min-height:33px}
.price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;border-top:1px solid #eee9e4;padding-top:13px;margin-top:auto}.price-row>div{display:flex;align-items:baseline;gap:7px}.price-row strong{font-size:18px;letter-spacing:-.5px}.price-row del{font-size:10px;color:#9d948c}.price-row>span{font-size:9px;font-weight:800;color:#746d67;background:#f4f2ef;border-radius:7px;padding:5px 7px;white-space:nowrap}
.add-cart-form{margin-top:12px}.add-cart-form button{width:100%;height:42px;border:1px solid var(--orange-600);background:#fff;color:var(--orange-700);border-radius:11px;display:flex;align-items:center;justify-content:space-between;padding:0 13px;font-size:11px;font-weight:800;transition:.2s}.add-cart-form button svg{width:18px;height:18px}.add-cart-form button:hover{background:var(--orange-600);color:#fff}.add-cart-form button:disabled{opacity:.45;cursor:not-allowed}.add-cart-form button.is-loading{opacity:.7}.add-cart-form button.is-added{background:var(--green);border-color:var(--green);color:#fff}
.promo-banner{border-radius:var(--radius-lg);padding:42px 46px;background:linear-gradient(110deg,var(--orange-900),var(--orange-600));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.promo-banner:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,.08);right:-80px;top:-110px}.promo-banner h2{font-family:"Playfair Display",Georgia,serif;font-size:36px;line-height:1.15;margin:10px 0 8px}.promo-banner p{margin:0;color:rgba(255,255,255,.78)}.promo-banner>a{position:relative;z-index:2;min-height:48px;border-radius:13px;background:#fff;color:var(--orange-800);display:flex;align-items:center;gap:10px;padding:0 19px;font-weight:800;white-space:nowrap}
.catalog-hero{background:linear-gradient(112deg,var(--orange-900),var(--orange-600));color:#fff;padding-top:58px}
.catalog-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:30px}.catalog-panel h1{font-family:"Playfair Display",Georgia,serif;font-size:43px;line-height:1.15;margin:19px 0 7px}.catalog-panel p{margin:0;color:rgba(255,255,255,.78)}.catalog-count{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.11);border-radius:999px;padding:10px 15px;font-size:11px;font-weight:800;white-space:nowrap}
.catalog-tabs{display:flex;align-items:center;gap:5px;overflow-x:auto;scrollbar-width:none;padding-bottom:0}.catalog-tabs::-webkit-scrollbar{display:none}.catalog-tabs a{height:46px;display:flex;align-items:center;padding:0 15px;border-radius:12px 12px 0 0;color:rgba(255,255,255,.78);font-size:11px;font-weight:800;white-space:nowrap}.catalog-tabs a.active,.catalog-tabs a:hover{background:#fff;color:var(--orange-800)}
.catalog-section{min-height:420px}.search-result-bar{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--orange-200);background:var(--orange-50);padding:12px 15px;border-radius:12px;margin-bottom:20px;font-size:12px}.search-result-bar a{color:var(--orange-700);font-weight:800}
.simple-hero{background:#faf7f4;border-bottom:1px solid var(--line);padding:43px 0}.simple-hero.orange-soft{background:linear-gradient(110deg,#fff2e5,#fffaf7)}.simple-hero h1{font-family:"Playfair Display",Georgia,serif;font-size:44px;line-height:1.12;margin:9px 0 7px}.simple-hero p{margin:0;color:var(--muted)}
.browse-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.browse-category-card{border:1px solid var(--line);border-radius:20px;padding:18px;background:#fff;display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:16px;box-shadow:var(--shadow-sm);transition:.22s}.browse-category-card:hover{transform:translateY(-4px);border-color:var(--orange-200);box-shadow:var(--shadow-md)}.browse-category-image{width:82px;height:82px;border-radius:18px;background:var(--orange-50);display:grid;place-items:center;overflow:hidden}.browse-category-image img{width:76px;height:76px;object-fit:contain}.browse-category-card>span:nth-child(2){display:flex;flex-direction:column}.browse-category-card strong{font-size:16px}.browse-category-card small{font-size:11px;color:var(--muted);margin-top:5px}.browse-category-card>b{color:var(--orange-600);font-size:21px}
.detail-page{padding-top:25px;padding-bottom:74px}.breadcrumb{display:flex;align-items:center;gap:9px;font-size:11px;color:#867d75;margin-bottom:21px;white-space:nowrap;overflow:hidden}.breadcrumb a{color:var(--orange-700)}.breadcrumb b{overflow:hidden;text-overflow:ellipsis}
.detail-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}
.detail-media{min-height:560px;display:grid;place-items:center;background:linear-gradient(145deg,#fffdfb,#f3f1ee);padding:42px;position:relative}.detail-media img{width:100%;height:470px;object-fit:contain}.detail-discount{position:absolute;top:23px;left:23px;background:var(--orange-700);color:#fff;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:900}
.detail-copy{padding:55px 52px}.detail-category{font-size:10px;text-transform:uppercase;letter-spacing:1.2px;color:var(--orange-700);font-weight:900}.detail-copy h1{font-family:"Playfair Display",Georgia,serif;font-size:47px;line-height:1.1;letter-spacing:-1.2px;margin:12px 0}.detail-pack{font-size:12px;color:var(--muted);margin:0}.detail-pack strong{color:var(--ink)}
.detail-price{display:flex;align-items:baseline;gap:12px;margin:22px 0}.detail-price>strong{font-size:32px;letter-spacing:-1px}.detail-price del{font-size:14px;color:#948c84}.detail-price span{font-size:10px;background:#eaf7ee;color:var(--green);padding:6px 9px;border-radius:999px;font-weight:800}.detail-description{font-size:14px;line-height:1.75;color:var(--muted)}
.detail-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.detail-benefits>div{border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;gap:9px}.detail-benefits>div>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--orange-50);color:var(--orange-700);font-size:11px;font-weight:900;flex:0 0 auto}.detail-benefits p{margin:0;display:flex;flex-direction:column}.detail-benefits strong{font-size:11px}.detail-benefits small{font-size:9px;color:var(--muted);margin-top:3px}
.availability{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--green);font-weight:800;margin:17px 0}.availability i{width:7px;height:7px;border-radius:50%;background:currentColor}.availability.out{color:var(--red)}
.detail-form{display:grid;grid-template-columns:110px 1fr;gap:11px}.detail-form label{border:1px solid var(--line);border-radius:12px;padding:7px 10px;display:flex;flex-direction:column}.detail-form label span{font-size:8px;text-transform:uppercase;color:var(--muted);font-weight:800}.detail-form input{border:0;outline:0;font-weight:800;width:100%;margin-top:2px}.detail-form button{border:0;border-radius:12px;background:var(--orange-600);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 17px;font-weight:800}.detail-form button:hover{background:var(--orange-700)}.detail-form button:disabled{opacity:.5}.secure-row{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:10px;color:var(--muted)}.secure-row svg{width:18px;height:18px;color:var(--orange-700)}
.cart-page,.checkout-page,.orders-page,.account-page{padding-top:48px;padding-bottom:80px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:12px}.cart-item{display:grid;grid-template-columns:126px 1fr auto;gap:18px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:14px;background:#fff;box-shadow:var(--shadow-sm)}.cart-item-image{width:126px;height:126px;border-radius:14px;background:#f7f5f2;padding:8px}.cart-item-image img{width:100%;height:100%;object-fit:contain}.cart-item-copy>span{font-size:9px;text-transform:uppercase;color:var(--orange-700);font-weight:900;letter-spacing:.8px}.cart-item-copy h2{font-size:16px;margin:4px 0}.cart-item-copy>p{font-size:11px;color:var(--muted);margin:0}.line-total{font-size:18px;align-self:start;margin-top:8px}.cart-controls{display:flex;align-items:center;gap:9px;margin-top:13px}.cart-controls form:first-child{display:flex;align-items:center;gap:8px}.cart-controls label{height:36px;border:1px solid var(--line);border-radius:9px;display:flex;align-items:center;gap:5px;padding:0 8px}.cart-controls label span{font-size:9px;color:var(--muted)}.cart-controls input{width:38px;border:0;outline:0;font-weight:800}.cart-controls button{height:36px;border-radius:9px;border:1px solid var(--orange-200);background:var(--orange-50);color:var(--orange-800);font-size:10px;font-weight:800;padding:0 12px}.cart-controls .remove-button{background:#fff;border-color:#eaded8;color:var(--red)}
.order-summary,.checkout-summary{position:sticky;top:145px;border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff;box-shadow:var(--shadow-sm)}.order-summary h2,.checkout-summary h2{font-family:"Playfair Display",Georgia,serif;font-size:28px;margin:8px 0 20px}.summary-line{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #eee9e4;font-size:11px}.summary-line strong{text-align:right}.summary-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:14px}.summary-total strong{font-size:23px}.checkout-button{height:48px;width:100%;border-radius:12px;background:var(--orange-600);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:12px;font-weight:800}.checkout-button:hover{background:var(--orange-700)}.checkout-button.disabled{opacity:.45;cursor:not-allowed}.order-summary>p{font-size:9px;color:var(--muted);line-height:1.5;margin:12px 0 0}
.empty-state{border:1px dashed #d9d1ca;border-radius:20px;padding:35px;text-align:center;background:#fff}.empty-state.wide{grid-column:1/-1}.empty-state h3{font-size:20px;margin:5px 0}.empty-state p{color:var(--muted)}.empty-state img{width:85px;height:85px;object-fit:contain;margin:0 auto}.primary-button,.secondary-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:0 17px;font-weight:800;font-size:12px}.primary-button{background:var(--orange-600);color:#fff}.secondary-button{border:1px solid var(--orange-200);background:var(--orange-50);color:var(--orange-800)}
.auth-page{padding:62px 20px 82px;background:linear-gradient(135deg,#fff8f1,#fff)}.auth-shell{width:min(1000px,100%);margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md)}.auth-visual{background:linear-gradient(145deg,var(--orange-900),var(--orange-600));color:#fff;padding:50px;display:flex;flex-direction:column;justify-content:center}.auth-visual>img{width:100px;height:100px;object-fit:contain;margin-bottom:17px}.auth-visual h1{font-family:"Playfair Display",Georgia,serif;font-size:39px;line-height:1.12;margin:12px 0}.auth-visual>p{color:rgba(255,255,255,.8)}.auth-visual ul{list-style:none;padding:0;margin:18px 0 0}.auth-visual li{padding:7px 0;font-size:12px}.auth-visual li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.13);margin-right:9px}.auth-card{padding:50px}.auth-card h2{font-family:"Playfair Display",Georgia,serif;font-size:36px;margin:8px 0}.auth-card>p{color:var(--muted);margin:0 0 18px}.auth-card form p{margin:0 0 12px}.auth-card form label{display:block;font-size:10px;font-weight:800;margin-bottom:5px}.auth-card form input{width:100%;height:43px;border:1px solid var(--line);border-radius:10px;padding:0 11px;outline:0}.auth-card form input:focus{border-color:var(--orange-400);box-shadow:0 0 0 3px rgba(249,115,22,.09)}.auth-card form ul,.auth-card .helptext{font-size:9px;color:var(--muted);padding-left:18px}.auth-card form button{width:100%;height:46px;border:0;border-radius:11px;background:var(--orange-600);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-weight:800;margin-top:18px}.auth-card .errorlist{color:var(--red);font-size:10px;padding-left:16px}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:9px;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.auth-card>.secondary-button{width:100%}
.account-profile{border:1px solid var(--line);border-radius:20px;padding:22px;display:flex;align-items:center;gap:16px;background:#fff;box-shadow:var(--shadow-sm)}.profile-avatar{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,var(--orange-700),var(--orange-400));color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900}.account-profile h2{margin:0;font-size:20px}.account-profile p,.account-profile small{margin:3px 0 0;color:var(--muted);font-size:11px}.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:20px}.account-grid>a{border:1px solid var(--line);border-radius:18px;padding:19px;display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;background:#fff;box-shadow:var(--shadow-sm);transition:.2s}.account-grid>a:hover{transform:translateY(-3px);border-color:var(--orange-200)}.account-icon{width:40px;height:40px;border-radius:12px;background:var(--orange-50);color:var(--orange-700);display:grid;place-items:center;font-size:10px;font-weight:900}.account-grid strong{display:block;font-size:13px}.account-grid small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.account-grid>b{color:var(--orange-600)}.account-logout{margin-top:22px}.account-logout button{height:42px;border:1px solid #f0d7cd;background:#fff;color:var(--red);border-radius:10px;padding:0 18px;font-weight:800;font-size:11px}
.orders-page{display:flex;flex-direction:column;gap:16px}.order-card{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.order-head{display:grid;grid-template-columns:1.2fr 1.2fr 1fr .8fr;gap:15px;padding:17px 20px;background:#faf8f6;border-bottom:1px solid var(--line)}.order-head>div{display:flex;flex-direction:column}.order-head span{font-size:8px;text-transform:uppercase;color:var(--muted);font-weight:800;letter-spacing:.7px}.order-head strong{font-size:11px;margin-top:3px}.status-pill{color:var(--green)}.order-items{padding:10px 20px}.order-items>div{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #eee9e4}.order-items>div:last-child{border-bottom:0}.order-items img{width:56px;height:56px;object-fit:contain;background:#f7f5f2;border-radius:10px}.order-items span{display:flex;flex-direction:column}.order-items strong{font-size:12px}.order-items small{font-size:9px;color:var(--muted);margin-top:2px}.order-items b{font-size:12px}.order-footer{display:flex;justify-content:space-between;gap:20px;background:var(--orange-50);padding:11px 20px;font-size:9px;color:var(--orange-900)}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.checkout-form{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff;box-shadow:var(--shadow-sm)}.checkout-form h2{font-family:"Playfair Display",Georgia,serif;font-size:30px;margin:0 0 20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid label{display:flex;flex-direction:column;gap:6px}.form-grid label.wide{grid-column:1/-1}.form-grid label span{font-size:10px;font-weight:800}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid var(--line);border-radius:10px;padding:10px 11px;outline:0;background:#fff}.form-grid input,.form-grid select{height:43px}.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus{border-color:var(--orange-400);box-shadow:0 0 0 3px rgba(249,115,22,.08)}.checkout-form>button{height:47px;width:100%;margin-top:20px;border:0;border-radius:11px;background:var(--orange-600);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px;font-weight:800}.checkout-note{font-size:9px;color:var(--muted);margin:10px 0 0}.checkout-item{display:grid;grid-template-columns:50px 1fr auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #eee9e4}.checkout-item img{width:50px;height:50px;object-fit:contain;background:#f7f5f2;border-radius:9px}.checkout-item span{display:flex;flex-direction:column}.checkout-item strong{font-size:10px}.checkout-item small{font-size:8px;color:var(--muted)}.checkout-item b{font-size:10px}
.offline-page{min-height:65vh;display:grid;place-items:center;padding:50px 20px}.offline-page>div{text-align:center;max-width:440px}.offline-page img{width:100px;height:100px;object-fit:contain;margin:0 auto}.offline-page h1{font-family:"Playfair Display",Georgia,serif;font-size:42px;margin:10px 0}.offline-page p{color:var(--muted)}.offline-page button{border:0;border-radius:11px;background:var(--orange-600);color:#fff;padding:12px 18px;font-weight:800}
.site-footer{background:#211914;color:#fff;margin-top:10px}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;gap:45px;padding-top:55px;padding-bottom:45px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:15px}.footer-brand span{display:flex;flex-direction:column}.footer-brand strong{font-size:19px}.footer-brand small{font-size:10px;color:#d7c9bf;margin-top:3px}.footer-brand-block>p{font-size:11px;line-height:1.7;color:#bfb2aa;max-width:350px}.footer-column{display:flex;flex-direction:column;gap:9px}.footer-column h3{font-size:12px;margin:3px 0 8px}.footer-column a,.footer-column p{font-size:10px;color:#c8bbb3;margin:0}.footer-column a:hover{color:#fff}.footer-bottom{height:54px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;color:#a99d96;font-size:9px}
.mobile-bottom-nav{display:none}
.toast-region{position:fixed;right:20px;bottom:20px;z-index:100;display:flex;flex-direction:column;gap:10px}.shop-toast{width:min(360px,calc(100vw - 30px));border-radius:14px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);padding:12px;display:grid;grid-template-columns:34px 1fr 26px;align-items:center;gap:10px;opacity:0;transform:translateY(10px);transition:.22s}.shop-toast.is-visible{opacity:1;transform:translateY(0)}.shop-toast-icon{width:34px;height:34px;border-radius:50%;background:#e9f8ee;color:var(--green);display:grid;place-items:center;font-weight:900}.shop-toast-error .shop-toast-icon{background:#fff0ee;color:var(--red)}.shop-toast-copy{display:flex;flex-direction:column}.shop-toast-copy strong{font-size:11px}.shop-toast-copy small{font-size:9px;color:var(--muted);margin-top:2px}.shop-toast button{border:0;background:transparent;font-size:20px;color:#817970}
@keyframes cartPulse{50%{transform:scale(1.08)}}.cart-updated{animation:cartPulse .35s ease}

@media(max-width:1100px){
  .header-row{grid-template-columns:190px minmax(240px,1fr) auto;gap:18px}.account-link>span:last-child{display:none}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-copy h1{font-size:53px}.hero-visual>img{max-width:120%}.service-grid>div{padding-inline:14px}.category-card-grid,.browse-category-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.6fr 1fr 1fr;gap:28px}.footer-column:last-child{display:none}.detail-copy{padding:42px 35px}.detail-copy h1{font-size:39px}
}
@media(max-width:820px){
  body{padding-bottom:74px}.announcement-bar{display:none}.site-header{top:0}.container{width:min(var(--container),calc(100% - 28px))}.header-row{height:62px;grid-template-columns:1fr auto;gap:10px}.brand-mark{width:40px;height:40px;border-radius:12px}.brand-mark img{width:38px;height:38px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:8px}.desktop-search{display:none}.header-actions{gap:7px}.account-link{width:39px;height:39px;padding:0;display:grid;place-items:center}.action-icon{width:39px;height:39px}.header-cart{width:47px;height:39px;padding:0;justify-content:center;position:relative}.header-cart span{display:none}.header-cart b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;font-size:9px;border:2px solid #fff}.mobile-search-wrap{display:block;padding-bottom:10px}.mobile-search{height:43px;border:1px solid #dfd6ce;border-radius:12px;display:grid;grid-template-columns:38px 1fr 42px;align-items:center;background:#fff;overflow:hidden}.mobile-search svg{width:18px;height:18px;margin-left:12px;color:#6e665f}.mobile-search input{height:100%;border:0;outline:0;min-width:0}.mobile-search button{height:100%;border:0;background:var(--orange-600);color:#fff;font-size:10px;font-weight:900}.category-strip{display:none}.message-area{top:75px}.hero-grid{min-height:auto;grid-template-columns:1fr}.hero-copy{padding:45px 0 24px}.hero-copy h1{font-size:47px;letter-spacing:-1.6px}.hero-copy>p{font-size:14px}.hero-visual{height:350px}.hero-visual>img{width:590px;max-width:110%}.orbit-one{width:310px;height:310px;right:8%}.hero-note{bottom:15px}.service-grid{grid-template-columns:1fr 1fr}.service-grid>div{border-bottom:1px solid var(--line)}.service-grid>div:nth-child(2){border-right:0}.service-grid>div:nth-child(3),.service-grid>div:nth-child(4){border-bottom:0}.service-grid>div:first-child{padding-left:14px}.service-grid>div:last-child{padding-right:14px}.section-space{padding-top:50px;padding-bottom:50px}.section-heading h2{font-size:32px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.product-media{height:210px}.promo-banner{padding:32px;align-items:flex-start;flex-direction:column}.catalog-panel h1{font-size:36px}.detail-card{grid-template-columns:1fr}.detail-media{min-height:410px}.detail-media img{height:350px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.order-summary,.checkout-summary{position:static}.auth-shell{grid-template-columns:1fr}.auth-visual{padding:38px}.auth-card{padding:38px}.account-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}.site-footer{margin-bottom:0}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:70px;padding-bottom:env(safe-area-inset-bottom);z-index:80;background:rgba(255,255,255,.98);border-top:1px solid #ddd6cf;box-shadow:0 -8px 25px rgba(48,31,20,.08);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom-nav>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#77706a;font-size:9px;font-weight:700;position:relative}.mobile-bottom-nav svg{width:22px;height:22px}.mobile-bottom-nav>a.active{color:var(--orange-700)}.mobile-bottom-nav>a.active:before{content:"";position:absolute;top:0;width:28px;height:3px;border-radius:0 0 5px 5px;background:var(--orange-600)}.nav-icon-wrap{position:relative}.nav-icon-wrap b{position:absolute;right:-10px;top:-8px;min-width:17px;height:17px;border-radius:999px;background:var(--orange-600);color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:8px}.toast-region{right:12px;bottom:82px}.footer-bottom{margin-bottom:0}.order-head{grid-template-columns:1fr 1fr}.order-footer{flex-direction:column;gap:4px}.simple-hero h1{font-size:36px}
}
@media(max-width:350px){.brand-copy small{display:none}.product-grid{grid-template-columns:1fr}.product-media{height:210px}.product-title{font-size:14px}.product-body>p{display:block}.mobile-bottom-nav>a{font-size:8px}.mobile-bottom-nav svg{width:20px;height:20px}}

/* Email OTP authentication */
.auth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.auth-form-grid .wide{grid-column:1/-1}.auth-card form input.otp-input{height:58px;text-align:center;font-size:26px;font-weight:900;letter-spacing:10px;padding-left:20px}.otp-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}.otp-actions form{margin:0;flex:1}.auth-card .otp-actions form button.text-button{width:100%;height:auto;min-height:36px;margin:0;padding:7px 4px;background:transparent;color:var(--orange-700);justify-content:center;border:0;font-size:10px}.auth-card .otp-actions form button.text-button:hover{text-decoration:underline}.auth-card .otp-actions form button.text-button:disabled{color:var(--muted);cursor:not-allowed;text-decoration:none}.auth-footnote{margin:14px 0 0!important;text-align:center;font-size:10px;color:var(--muted)!important}.auth-card strong{color:var(--ink)}

@media(max-width:560px){.auth-form-grid{grid-template-columns:1fr}.auth-form-grid .wide{grid-column:auto}.otp-actions{align-items:stretch;flex-direction:column;gap:3px}.auth-card form input.otp-input{font-size:23px;letter-spacing:8px}}
.cart-controls .js-cart-update-form{
  display:flex;
  align-items:center;
  gap:8px;
}

.quantity-stepper{
  height:38px;
  display:grid;
  grid-template-columns:36px 48px 36px;
  align-items:center;
  border:1px solid var(--orange-200);
  border-radius:10px;
  overflow:hidden;
  background:#fff;
}

.quantity-stepper button{
  width:36px;
  height:38px;
  padding:0;
  border:0;
  border-radius:0;
  background:var(--orange-50);
  color:var(--orange-800);
  font-size:18px;
  font-weight:800;
}

.quantity-stepper input{
  width:48px;
  height:38px;
  border:0;
  outline:0;
  text-align:center;
  font-weight:800;
  background:#fff;
  -moz-appearance:textfield;
}

.quantity-stepper input::-webkit-inner-spin-button,
.quantity-stepper input::-webkit-outer-spin-button{
  margin:0;
  -webkit-appearance:none;
}

.cart-saving{
  color:var(--muted);
  font-size:10px;
  font-weight:700;
}


.quantity-stepper button:disabled{
  opacity:.55;
  cursor:not-allowed;
}

@media(max-width:700px){

  .cart-controls .js-cart-update-form{
    width:auto;
  }

  .quantity-stepper{
    grid-template-columns:34px 44px 34px;
  }

  .quantity-stepper button{
    width:34px;
  }

  .quantity-stepper input{
    width:44px;
  }
}
/* =========================================================
   PRODUCT CARD: ADD -> MINUS / QUANTITY / PLUS
========================================================= */

.product-media-wrap{
  position:relative;
}

.product-card-cart{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:8;
}

.product-card-cart .add-cart-form{
  width:auto;
  margin:0;
}

.product-card-cart .add-cart-form[hidden],
.product-card-stepper[hidden]{
  display:none !important;
}

.product-card-cart .add-cart-form button{
  width:104px;
  height:44px;
  padding:0 18px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:2px solid var(--orange-600);
  border-radius:12px;

  background:#ffffff;
  color:var(--orange-700);

  font-size:12px;
  font-weight:900;

  box-shadow:
    0 7px 18px rgba(92,48,17,.18);
}

.product-card-cart .add-cart-form button:hover{
  background:var(--orange-600);
  color:#ffffff;
}

.product-card-stepper{
  display:grid;
  grid-template-columns:40px 44px 40px;
  align-items:center;

  height:46px;
  overflow:hidden;

  border-radius:12px;

  background:var(--orange-600);
  color:#ffffff;

  box-shadow:
    0 8px 20px rgba(234,88,12,.34);
}

.product-card-stepper button{
  width:40px;
  height:46px;
  padding:0;

  border:0;
  border-radius:0;

  background:transparent;
  color:#ffffff;

  font-size:23px;
  font-weight:800;
  cursor:pointer;
}

.product-card-stepper button:hover{
  background:rgba(255,255,255,.15);
}

.product-card-stepper span{
  display:flex;
  align-items:center;
  justify-content:center;

  height:46px;

  font-size:16px;
  font-weight:900;
}

.product-card-cart.is-saving{
  opacity:.75;
}


/* =========================================================
   CART: NO BLINK + SMOOTH REMOVAL
========================================================= */

.cart-item{
  overflow:hidden;
  max-height:500px;

  transition:
    max-height .20s ease,
    opacity .18s ease,
    transform .20s ease,
    padding .20s ease,
    border-width .20s ease,
    margin .20s ease;
}

.cart-item.is-updating{
  opacity:1 !important;
  pointer-events:auto !important;
}

.cart-item.is-saving{
  border-color:var(--orange-200);
}

.cart-item.is-saving .quantity-stepper{
  border-color:var(--orange-400);
}

.cart-item.is-removing{
  max-height:0;
  opacity:0;

  transform:
    translateY(-6px)
    scale(.99);

  padding-top:0;
  padding-bottom:0;

  margin-top:0;
  margin-bottom:0;

  border-width:0;
  pointer-events:none;
}

.cart-saving{
  display:none !important;
}

.quantity-stepper button:disabled{
  opacity:1;
}


/* =========================================================
   MOBILE PRODUCT CART CONTROLS
========================================================= */

@media(max-width:700px){

  .product-card-cart{
    right:7px;
    bottom:7px;
  }

  .product-card-cart .add-cart-form button{
    width:90px;
    height:39px;
    padding:0 12px;

    border-radius:10px;

    font-size:10px;
  }

  .product-card-stepper{
    grid-template-columns:34px 36px 34px;

    height:40px;
    border-radius:10px;
  }

  .product-card-stepper button{
    width:34px;
    height:40px;

    font-size:20px;
  }

  .product-card-stepper span{
    height:40px;

    font-size:14px;
  }
}
@media (max-width: 992px){

    .category-links{
        display:none;
    }

    .desktop-search{
        display:none;
    }

    .header-actions{
        margin-left:auto;
    }

    .mobile-search-wrap{
        display:block;
    }

}

@media (min-width: 993px){

    .mobile-search-wrap{
        display:none;
    }

}




/* =========================================================
   CART: NO BLINK + SMOOTH REMOVAL
========================================================= */

.cart-item{
  overflow:hidden;
  max-height:500px;

  transition:
    max-height .20s ease,
    opacity .18s ease,
    transform .20s ease,
    padding .20s ease,
    border-width .20s ease,
    margin .20s ease;
}

.cart-item.is-updating{
  opacity:1 !important;
  pointer-events:auto !important;
}

.cart-item.is-saving{
  border-color:var(--orange-200);
}

.cart-item.is-saving .quantity-stepper{
  border-color:var(--orange-400);
}

.cart-item.is-removing{
  max-height:0;
  opacity:0;

  transform:
    translateY(-6px)
    scale(.99);

  padding-top:0;
  padding-bottom:0;

  margin-top:0;
  margin-bottom:0;

  border-width:0;
  pointer-events:none;
}

.cart-saving{
  display:none !important;
}

.quantity-stepper button:disabled{
  opacity:1;
}


/* =========================================================
   MOBILE PRODUCT CART CONTROLS
========================================================= */

@media(max-width:700px){

  .product-card-cart{
    right:7px;
    bottom:7px;
  }

  .product-card-cart .add-cart-form button{
    width:90px;
    height:39px;
    padding:0 12px;

    border-radius:10px;

    font-size:10px;
  }

  .product-card-stepper{
    grid-template-columns:34px 36px 34px;

    height:40px;
    border-radius:10px;
  }

  .product-card-stepper button{
    width:34px;
    height:40px;

    font-size:20px;
  }

  .product-card-stepper span{
    height:40px;

    font-size:14px;
  }
}
.footer-policy-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:6px 14px;
}

.footer-policy-links a{
  color:#c8bbb3;
  font-size:9px;
}

.footer-policy-links a:hover{
  color:#ffffff;
}

.policy-page{
  padding:55px 0 80px;
  background:#faf7f4;
}

.policy-card{
  max-width:920px;
  margin:0 auto;
  padding:45px;
  border:1px solid #e8ded6;
  border-radius:22px;
  background:#ffffff;
  box-shadow:0 18px 45px rgba(62,39,24,.07);
}

.policy-label{
  margin:0 0 8px;
  color:#c2410c;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.5px;
}

.policy-card h1{
  margin:0 0 8px;
  color:#241811;
  font-size:42px;
  line-height:1.15;
}

.policy-updated{
  margin-bottom:30px;
  color:#786e67;
  font-size:12px;
}

.policy-card h2{
  margin:30px 0 10px;
  color:#2f2018;
  font-size:20px;
}

.policy-card h3{
  margin:22px 0 8px;
  color:#3d2a20;
  font-size:16px;
}

.policy-card p,
.policy-card li{
  color:#5f554e;
  font-size:14px;
  line-height:1.8;
}

.policy-card a{
  color:#c2410c;
  text-decoration:underline;
}
.desktop-video{
    display:block;
}

.mobile-video{
    display:none;
}
@media (max-width:768px){

    .desktop-video{
        display:none;
    }

    .mobile-video{
        display:block;
    }

}
@media(max-width:700px){
  .policy-page{
    padding:25px 0 50px;
  }

  .policy-card{
    padding:25px 20px;
    border-radius:16px;
  }

  .policy-card h1{
    font-size:31px;
  }

  .footer-policy-links{
    justify-content:flex-start;
  }
}

/* =========================================================
   MOBILE COMPATIBILITY — base.html + home.html
   Append at the END of panda-orange-professional.css
   (must be last so it overrides the older 820px block)
========================================================= */

/* ---------- Global safety: nothing may overflow sideways ---------- */
html,
body{
  max-width:100%;
  overflow-x:hidden;
}

/* ================= TABLET AND BELOW (<=992px) ================= */
@media (max-width:992px){

  /* Header becomes a solid bar instead of a transparent overlay,
     so the brand / cart never sit unreadable on top of the video. */
  .site-header{
    position:sticky;
    top:0;
    background:linear-gradient(90deg,var(--orange-900),var(--orange-700),var(--orange-600));
    box-shadow:0 6px 18px rgba(0,0,0,.12);
  }

  .site-header .brand-copy strong,
  .site-header .brand-copy small,
  .site-header .account-link strong,
  .site-header .account-link small{
    color:#ffd206
  }

  .site-header .action-icon{
    background:rgba(255,255,255,.16);
    color:#fff;
  }

  .header-row{
    height:auto;
    min-height:58px;
    padding:8px 14px;
    gap:10px;
    flex-wrap:nowrap;
  }

  /* Brand must shrink, not force horizontal scroll */
  .brand{
    flex:1 1 auto;
    min-width:0;
    justify-content:flex-start;
  }
  .brand-copy{min-width:0}
  .brand-copy strong{
    font-size:17px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .brand-mark{
    width:40px;
    height:40px;
    border-radius:12px;
    flex:0 0 auto;
  }
  .brand-mark img{width:38px;height:38px}

  .header-actions{
    flex:0 0 auto;
    gap:8px;
  }

  .install-button:not([hidden]){
    display:inline-flex;
    position:fixed;
    right:14px;
    bottom:78px;
    z-index:120;
    height:46px;
    padding:0 18px;
    border:1px solid rgba(255,255,255,.45);
    border-radius:999px;
    background:linear-gradient(135deg,var(--orange-700),var(--orange-500));
    color:#fff;
    font-size:13px;
    box-shadow:0 14px 34px rgba(124,45,18,.32);
  }

  /* Mobile search sits inside the coloured header */
  .mobile-search-wrap{
    display:block;
    padding:0 14px 10px;
  }
  .mobile-search{
    height:42px;
    display:grid;
    grid-template-columns:38px 1fr 52px;
    align-items:center;
    background:#fff;
    border:0;
    border-radius:12px;
    overflow:hidden;
  }
  .mobile-search svg{width:18px;height:18px;margin-left:12px;color:#6e665f}
  .mobile-search input{
    height:100%;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:#1f2937;
    font-size:14px;         /* 14px+ stops iOS zoom-on-focus */
  }
  .mobile-search button{
    height:100%;
    border:0;
    background:var(--orange-600);
    color:#fff;
    font-size:11px;
    font-weight:900;
  }

  /* Hero video: header is no longer overlaying it */
  .hero-video{padding-top:0}
  .hero-slider{aspect-ratio:16 / 9}
}

/* ================= PHONES (<=768px) ================= */
@media (max-width:768px){

  body{
    font-size:14px;
    padding-bottom:78px;      /* room for the bottom nav */
  }

  .container{width:min(var(--container),calc(100% - 24px))}

  .announcement-bar{display:none}

  /* Account label collapses to just the icon */
  .account-link{
    width:38px;
    height:38px;
    padding:0;
    display:grid;
    place-items:center;
  }
  .account-link>span:last-child{display:none}
  .action-icon{width:38px;height:38px}

  .header-cart{
    width:46px;
    height:38px;
    padding:0;
    justify-content:center;
    position:relative;
    border-radius:11px;
    background:#fff;
    color:var(--orange-700);
    box-shadow:none;
  }
  .header-cart span{display:none}
  .header-cart b{
    position:absolute;
    right:-5px;
    top:-6px;
    min-width:18px;
    height:18px;
    font-size:9px;
    background:var(--orange-800);
    color:#fff;
    border:2px solid #fff;
  }

  /* Hero: taller ratio so the product video is actually visible */
  .hero-slider{aspect-ratio:4 / 3}

  /* Service strip: 2 columns, clean borders */
  .service-grid{
    grid-template-columns:1fr 1fr;
    padding-top:0;
    min-height:0;
  }
  .service-grid>div{
    padding:14px 12px;
    gap:10px;
    border-right:1px solid var(--line);
    border-bottom:1px solid var(--line);
  }
  .service-grid>div:nth-child(2n){border-right:0}
  .service-grid>div:nth-last-child(-n+2){border-bottom:0}
  .service-grid>div:first-child{padding-left:12px}
  .service-grid>div:last-child{padding-right:12px}
  .service-icon{width:34px;height:34px;border-radius:10px}
  .service-icon svg{width:18px;height:18px}

  /* Section headings stack, "See all" drops below */
  .section-space{padding-top:38px;padding-bottom:38px}
  .section-last{padding-top:14px}
  .section-heading{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    margin-bottom:18px;
  }
  .section-heading h2{font-size:26px;letter-spacing:-.7px}
  .section-heading p{font-size:13px}

  /* Categories + products: 2 up */
  .category-card-grid,
  .browse-category-grid{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }
  .category-card{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    gap:10px;
    padding:14px 10px;
    min-height:0;
  }
  .category-card>b{display:none}
  .category-image{width:56px;height:56px;border-radius:14px}
  .category-image img{width:50px;height:50px}
  .category-card>span:nth-child(2){align-items:center}
  .category-card strong{font-size:13px}
  .category-card small{font-size:10px}

  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-card{border-radius:16px}
  .product-media{height:158px;padding:10px}
  .product-body{padding:12px 11px}
  .product-title{font-size:13px;min-height:36px}
  .product-body>p{display:none}
  .price-row strong{font-size:16px}
  .price-row>span{display:none}

  /* Promo banner stacks */
  .promo-banner{
    flex-direction:column;
    align-items:flex-start;
    padding:26px 22px;
    gap:18px;
    border-radius:20px;
  }
  .promo-banner h2{font-size:24px}
  .promo-banner p{font-size:13px}
  .promo-banner>a{width:100%;justify-content:center}

  /* Footer stacks to one column */
  .footer-grid{
    grid-template-columns:1fr;
    gap:24px;
    padding-top:34px;
    padding-bottom:28px;
  }
  .footer-column:last-child{display:block}
  .footer-brand-block>p{max-width:none}
  .footer-bottom{
    height:auto;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
    padding:14px 0;
    text-align:left;
  }

  /* Bottom nav (base.html) */
  .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:95;
    height:64px;
    padding-bottom:env(safe-area-inset-bottom);
    display:grid;
    grid-template-columns:repeat(5,1fr);
    background:rgba(255,255,255,.98);
    border-top:1px solid #ddd6cf;
    box-shadow:0 -8px 25px rgba(48,31,20,.08);
    backdrop-filter:saturate(160%) blur(8px);
  }
  .mobile-bottom-nav>a{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    font-size:9px;
    font-weight:800;
    color:#77706a;
  }
  .mobile-bottom-nav svg{width:21px;height:21px}
  .mobile-bottom-nav>a.active{color:var(--orange-700)}
  .mobile-bottom-nav>a.active:before{
    content:"";
    position:absolute;
    top:0;
    width:26px;
    height:3px;
    border-radius:0 0 5px 5px;
    background:var(--orange-600);
  }
  .nav-icon-wrap{position:relative}
  .nav-icon-wrap b{
    position:absolute;
    right:-10px;
    top:-8px;
    min-width:17px;
    height:17px;
    border-radius:999px;
    background:var(--orange-600);
    color:#fff;
    border:2px solid #fff;
    display:grid;
    place-items:center;
    font-size:8px;
  }

  /* Overlays clear of the bottom nav */
  .toast-region{right:12px;left:12px;bottom:78px}
  .shop-toast{width:100%}
  .message-area{
    top:auto;
    bottom:80px;
    left:12px;
    right:12px;
    transform:none;
    width:auto;
  }
  .site-message{max-width:none;font-size:12px}
}

/* ================= SMALL PHONES (<=400px) ================= */
@media (max-width:400px){
  .brand-copy small{display:none}
  .brand-copy strong{font-size:15px}
  .hero-slider{aspect-ratio:1 / 1}
  .section-heading h2{font-size:22px}
  .product-media{height:136px}
  .product-title{font-size:12px;min-height:32px}
  .service-grid>div{padding:12px 9px}
  .service-grid strong{font-size:11px}
  .service-grid small{font-size:9px}
  .mobile-bottom-nav>a{font-size:8px}
  .mobile-bottom-nav svg{width:19px;height:19px}
}

/* ============ TOUCH DEVICES: kill hover-only UI ============ */
@media (hover:none){
  .quick-view{display:none}
  .product-card:hover,
  .category-card:hover,
  .browse-category-card:hover{transform:none}
}
.hero-section{
    position:relative;
}

.hero-controls{
    position:absolute;

    left:70px;
    bottom:45px;

    display:flex;
    gap:18px;

    z-index:100;
}

.hero-btn{

    width:52px;
    height:52px;

    border:none;
    border-radius:50%;

    background:#ffffff70;;

    color:#111111d1;

    font-size:30px;

    cursor:pointer;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

    transition:.25s;
}

.hero-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 12px 30px rgba(0,0,0,.22);

}
@media (max-width:768px){

    .hero-video{
        object-fit:contain;
        object-position:top center;
    }

}
@media (max-width:768px){

    /* Desktop video hidden */
    .desktop-video{
        display:none;
    }

    /* Mobile video visible */
    .mobile-video{
        display:block;
    }

    /* Mobile hero */
    .hero-slider{
        width:100%;
        aspect-ratio:9 / 16;      /* Change to your mobile video's ratio if different */
        overflow:hidden;
    }

    .hero-slide{
        position:absolute;
        inset:0;
    }

    .hero-video{
        width:100%;
        height:100%;

        object-fit:cover;
        object-position:center top;
    }

    .hero-controls{
        left:20px;
        bottom:20px;
    }

}

/* =====================================================
   FINAL MOBILE CART / CHECKOUT / HERO CONTROL FIXES
   Mobile-only overrides; desktop view remains unchanged.
===================================================== */
@media (max-width:768px){

  /* Keep every customer page inside the phone viewport. */
  html,
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body{
    padding-bottom:calc(92px + env(safe-area-inset-bottom));
  }

  main,
  .container,
  .cart-page,
  .checkout-page{
    max-width:100%;
    min-width:0;
  }

  /* Fixed mobile navigation with safe-area support. */
  .mobile-bottom-nav{
    height:calc(68px + env(safe-area-inset-bottom));
    padding-bottom:env(safe-area-inset-bottom);
  }

  /* Home slider controls: retain left position but move above bottom nav. */
  .hero-controls{
    left:18px;
    right:auto;
    bottom:calc(88px + env(safe-area-inset-bottom));
    transform:none;
    gap:10px;
    z-index:70;
  }

  .hero-btn{
    width:44px;
    height:44px;
    flex:0 0 44px;
    font-size:24px;
    background:rgba(255,255,255,.90);
    box-shadow:0 7px 20px rgba(0,0,0,.18);
  }

  /* The bottom navigation already provides Browse on phones. */
  .header-row > .category-links{
    display:none!important;
  }

  /* ---------------- CART MOBILE ---------------- */
  .cart-page{
    width:100%;
    padding:24px 12px calc(30px + env(safe-area-inset-bottom));
    overflow:hidden;
  }

  .cart-layout{
    width:100%;
    min-width:0;
    grid-template-columns:minmax(0,1fr);
    gap:18px;
  }

  .cart-layout > *,
  .cart-items,
  .order-summary{
    width:100%;
    min-width:0;
    max-width:100%;
  }

  .cart-item{
    width:100%;
    min-width:0;
    max-width:100%;
    grid-template-columns:92px minmax(0,1fr);
    grid-template-areas:
      "cart-image cart-copy"
      "cart-price cart-price";
    gap:12px;
    padding:12px;
    align-items:start;
    overflow:hidden;
  }

  .cart-item-image{
    grid-area:cart-image;
    width:92px;
    height:112px;
    padding:6px;
  }

  .cart-item-copy{
    grid-area:cart-copy;
    width:100%;
    min-width:0;
    overflow:hidden;
  }

  .cart-item-copy a,
  .cart-item-copy h2,
  .cart-item-copy p,
  .cart-item-copy span{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:break-word;
  }

  .line-total{
    grid-area:cart-price;
    justify-self:end;
    align-self:auto;
    margin:0;
    font-size:18px;
    white-space:nowrap;
  }

  .cart-controls{
    width:100%;
    min-width:0;
    max-width:100%;
    flex-wrap:wrap;
    gap:8px;
  }

  .cart-controls form{
    min-width:0;
    max-width:100%;
  }

  .cart-controls .remove-button{
    white-space:nowrap;
  }

  .order-summary{
    position:static;
    padding:20px 16px;
    overflow:hidden;
  }

  .summary-line,
  .summary-total{
    width:100%;
    min-width:0;
    max-width:100%;
    gap:12px;
  }

  .summary-line span,
  .summary-total span{
    min-width:0;
    overflow-wrap:anywhere;
  }

  .summary-line strong,
  .summary-total strong{
    flex:0 0 auto;
    white-space:nowrap;
  }
}

@media (max-width:380px){
  .cart-item{
    grid-template-columns:78px minmax(0,1fr);
  }

  .cart-item-image{
    width:78px;
    height:100px;
  }

  .quantity-stepper{
    grid-template-columns:30px 38px 30px;
  }

  .quantity-stepper button{
    width:30px;
  }

  .quantity-stepper input{
    width:38px;
  }
}


/* =========================================================
   CART TABLE LAYOUT + LIVE OFFER CALCULATION
========================================================= */
.cart-list-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px 130px;
  gap:20px;
  padding:0 18px 8px;
  color:#667085;
  font-size:10px;
  font-weight:900;
  letter-spacing:.75px;
  text-transform:uppercase;
}

.cart-list-head span:nth-child(2){text-align:center}
.cart-list-head span:last-child{text-align:right}

.cart-item{
  grid-template-columns:minmax(0,1fr) 190px 130px;
  gap:20px;
  padding:16px 18px;
  align-items:center;
}

.cart-product-cell{
  min-width:0;
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:16px;
  align-items:center;
}

.cart-product-cell .cart-item-image{
  width:112px;
  height:112px;
}

.cart-item-copy{min-width:0}

.cart-quantity-cell{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
}

.cart-quantity-cell form{margin:0}

.cart-quantity-cell .remove-button{
  height:auto;
  padding:0;
  border:0;
  background:transparent;
  color:#b42318;
  font-size:10px;
  font-weight:800;
}

.cart-quantity-cell .remove-button:hover{text-decoration:underline}

.cart-quantity-breakdown{
  min-height:16px;
  color:#667085;
  font-size:10px;
  font-weight:700;
  text-align:center;
  line-height:1.35;
}

.cart-amount-cell{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
  text-align:right;
}

.cart-amount-cell .line-total{
  grid-area:auto;
  align-self:auto;
  margin:0;
  font-size:19px;
  white-space:nowrap;
}

.cart-amount-cell small{
  color:#667085;
  font-size:9px;
  font-weight:700;
  line-height:1.35;
}

.cart-mobile-column-label{display:none}

.cart-product-offer{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin:8px 0 0!important;
  font-size:10px!important;
}

.cart-product-offer[hidden]{display:none!important}

.buy-get-cart-offer{
  padding:7px 9px;
  border:1px solid #fed7aa;
  border-radius:9px;
  background:#fff7ed;
}

.buy-get-cart-offer strong{color:#c2410c}
.buy-get-cart-offer span{color:#344054;font-weight:800}

.cart-item.is-saving .line-total,
.cart-item.is-saving [data-cart-offer-detail],
.cart-item.is-saving [data-cart-quantity-breakdown]{
  opacity:.72;
}

.order-summary [data-cart-total-quantity]{
  color:#101828;
}

@media(max-width:900px){
  .cart-list-head,
  .cart-item{
    grid-template-columns:minmax(0,1fr) 170px 115px;
    gap:14px;
  }

  .cart-product-cell{
    grid-template-columns:96px minmax(0,1fr);
    gap:12px;
  }

  .cart-product-cell .cart-item-image{
    width:96px;
    height:104px;
  }
}

@media(max-width:768px){
  .cart-list-head{display:none}

  .cart-item{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:none;
    gap:14px;
    padding:14px;
  }

  .cart-product-cell{
    grid-template-columns:88px minmax(0,1fr);
    gap:12px;
  }

  .cart-product-cell .cart-item-image{
    grid-area:auto;
    width:88px;
    height:104px;
  }

  .cart-item-copy{grid-area:auto}

  .cart-quantity-cell{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    gap:8px 12px;
    padding-top:12px;
    border-top:1px solid #eee9e4;
  }

  .cart-quantity-cell .cart-mobile-column-label{
    display:block;
    grid-column:1 / -1;
  }

  .cart-quantity-cell .js-cart-update-form{justify-self:start}

  .cart-quantity-breakdown{
    justify-self:start;
    text-align:left;
  }

  .cart-quantity-cell form:last-child{justify-self:end}

  .cart-amount-cell{
    grid-area:auto;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding-top:12px;
    border-top:1px solid #eee9e4;
    text-align:left;
  }

  .cart-amount-cell .cart-mobile-column-label{
    display:block;
    margin-right:auto;
  }

  .cart-amount-cell small{display:none}

  .cart-mobile-column-label{
    color:#667085;
    font-size:9px;
    font-weight:900;
    letter-spacing:.7px;
    text-transform:uppercase;
  }

  .cart-amount-cell .line-total{
    justify-self:auto;
    font-size:18px;
  }
}

@media(max-width:420px){
  .cart-product-cell{
    grid-template-columns:76px minmax(0,1fr);
  }

  .cart-product-cell .cart-item-image{
    width:76px;
    height:94px;
  }

  .cart-quantity-cell{
    grid-template-columns:1fr auto;
  }

  .cart-quantity-cell .cart-mobile-column-label,
  .cart-quantity-breakdown{
    grid-column:1 / -1;
  }

  .cart-quantity-cell .js-cart-update-form{grid-column:1}
  .cart-quantity-cell form:last-child{grid-column:2}
}


/* Panda Dairy premium cocoa header — 2026-08-01 */
.site-header,
.site-header.scrolled{
  background:linear-gradient(90deg,rgba(255,250,244,.98),rgba(246,226,207,.98),rgba(239,207,177,.98));
  border-bottom:1px solid rgba(107,52,27,.18);
  box-shadow:0 7px 24px rgba(73,38,20,.12);
  backdrop-filter:blur(14px);
}
.site-header .brand-copy strong,
.site-header.scrolled .brand-copy strong{color:#5b2d18!important}
.site-header .brand-copy small,
.site-header.scrolled .brand-copy small{color:#8a4b2a!important}
.site-header .category-links a,
.site-header.scrolled .category-links a{color:#6b341b!important}
.site-header .category-links a:hover,
.site-header.scrolled .category-links a:hover{color:#a34f23!important}
.site-header .category-links a:after{background:#8a4b2a!important}
.site-header .account-link small,
.site-header.scrolled .account-link small{color:#8a4b2a!important}
.site-header .account-link strong,
.site-header.scrolled .account-link strong{color:#4c2818!important}
.site-header .action-icon,
.site-header.scrolled .action-icon{background:#fff7ef!important;color:#7b3f21!important;border:1px solid rgba(123,63,33,.13)}
.site-header .brand-mark{background:#fffaf5;border-color:#ead3bf}
@media (max-width:992px){
  .site-header{background:linear-gradient(90deg,#fffaf4,#f2d8bf)!important}
  .site-header .brand-copy strong{color:#5b2d18!important}
  .site-header .brand-copy small{color:#8a4b2a!important}
  .site-header .account-link strong{color:#4c2818!important}
  .site-header .account-link small{color:#8a4b2a!important}
}


/* ================================================================
   PWA 02 AUG V2 — targeted storefront refinements
================================================================ */

/* Transparent, cleaner mascot treatment and no boxed logo background. */
.brand-mark,
.site-header .brand-mark,
.site-header.scrolled .brand-mark{
  width:52px;
  height:52px;
  overflow:visible;
  border:0!important;
  border-radius:0;
  background:transparent!important;
  box-shadow:none;
}
.brand-mark img{
  width:52px;
  height:52px;
  object-fit:contain;
  filter:drop-shadow(0 4px 5px rgba(77,40,21,.13));
}
.footer-brand img{
  background:transparent;
  border-radius:0;
  filter:drop-shadow(0 5px 7px rgba(0,0,0,.24));
}

/* Required five storefront navigation links. */
.header-row > .category-links{
  flex:1 1 auto;
  min-width:0;
  justify-content:center;
  gap:20px;
  padding:0 8px;
  overflow:visible;
}
.header-row > .category-links a{
  position:relative;
  font-size:11px;
}

/* Customer messages now have an explicit close mark. */
.site-message{
  display:grid;
  grid-template-columns:minmax(0,1fr) 28px;
  align-items:center;
  gap:10px;
  padding:12px 10px 12px 16px;
}
.site-message.is-hiding{
  opacity:0;
  transform:translateY(-8px);
}
.site-message-close{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:9px;
  background:#f5f1ed;
  color:#6b341b;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}
.site-message-close:hover{
  background:#fce7dc;
  color:#b42318;
}




.detail-cart-control.is-saving {
    pointer-events: none;
    opacity: .68;
}

.account-grid.account-grid-four > a {
    min-width: 0;

    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;

    padding: 17px;
}

.account-grid.account-grid-four > a > div {
    min-width: 0;
}

.account-grid.account-grid-four > a > div strong {
    display: block;
    margin: 0;

    color: #172033;
    font-size: 13px;
    font-weight: 900;
}

.account-grid.account-grid-four > a > div small {
    display: block;
    margin-top: 4px;

    color: #667085;
    font-size: 10px;
    line-height: 1.45;
}

.account-grid.account-grid-four > a > b {
    justify-self: end;

    color: #813714;
    font-size: 16px;
}

.account-icon {
    width: 50px;
    height: 50px;

    display: grid;
    place-items: center;

    border: 1px solid #eed2bd;
    border-radius: 14px;

    background: linear-gradient(
        145deg,
        #fffaf5,
        #f9e7d8
    );

    color: #a94417;
}

.account-icon svg {
    width: 24px;
    height: 24px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 540px) {
    .account-grid.account-grid-four > a {
        grid-template-columns: 48px minmax(0, 1fr) 18px;
        padding: 16px;
    }

    .account-icon {
        width: 48px;
        height: 48px;
    }
}

@media (max-width:820px){
  /* Show the same five category links on mobile as a compact scroll row. */
  .header-row{
    height:auto;
    min-height:62px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    row-gap:4px;
    padding:5px 12px 7px;
  }
  .header-row > .category-links{
    grid-column:1/-1;
    display:flex!important;
    justify-content:flex-start;
    gap:8px;
    width:100%;
    padding:4px 0 2px;
    overflow-x:auto;
    scrollbar-width:none;
  }
  .header-row > .category-links::-webkit-scrollbar{display:none}
  .header-row > .category-links a{
    flex:0 0 auto;
    padding:7px 11px;
    border:1px solid #ead5c4;
    border-radius:999px;
    background:rgba(255,255,255,.72);
    font-size:10px;
  }
  .header-row > .category-links a:after{display:none}
  .brand{justify-content:flex-start;flex-basis:auto}
  .brand-mark,
  .site-header .brand-mark,
  .site-header.scrolled .brand-mark{
    width:44px;
    height:44px;
  }
  .brand-mark img{width:44px;height:44px}

  /* Keep only compact brand/support information in the mobile footer. */
  .footer-shop-links,
  .footer-account-links{
    display:none!important;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
    padding-top:34px;
    padding-bottom:28px;
  }
  .footer-brand-block{grid-column:auto}
  .footer-support-links{display:flex!important}
  .footer-bottom{
    height:auto;
    min-height:58px;
    padding:15px 0;
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .footer-policy-links{
    display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
  }
}
.site-footer .footer-brand img {
    width: 54px;
    height: 54px;

    padding: 5px;

    object-fit: contain;

    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 15px;

    background: #fff8f1;

    box-shadow: 0 7px 20px rgba(0, 0, 0, .20);
}


/* =========================================================
   PRODUCT DETAIL CART CONTROL
========================================================= */

.detail-product-cart {
    width: 100%;
    max-width: 340px;

    margin-top: 16px;
}

.detail-product-cart > [hidden],
.detail-product-cart .detail-form[hidden],
.detail-product-cart .detail-product-stepper[hidden] {
    display: none !important;
}


/* ADD TO CART */

.detail-product-cart .detail-form {
    width: 100%;
    margin: 0;
    display: block;
}

.detail-product-cart .detail-form button {
    width: 100%;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 16px;

    border: 0;
    border-radius: 11px;

    background: linear-gradient(
        135deg,
        #e95108,
        #c43d08
    );

    color: #ffffff;

    font-size: 13px;
    font-weight: 900;

    cursor: pointer;

    box-shadow:
        0 8px 18px
        rgba(196, 61, 8, .18);
}

.detail-product-cart .detail-form button:hover {
    background: linear-gradient(
        135deg,
        #d84907,
        #a93608
    );
}

.detail-product-cart .detail-form button:disabled {
    opacity: .5;
    cursor: not-allowed;
}


/* MINUS / QUANTITY / PLUS */

.detail-product-stepper {
    width: 100%;
    height: 46px;

    display: grid;
    grid-template-columns:
        48px
        minmax(70px, 1fr)
        48px;

    align-items: stretch;

    overflow: hidden;

    border: 1px solid #d39a79;
    border-radius: 11px;

    background: #ffffff;

    box-shadow:
        0 8px 18px
        rgba(77, 39, 19, .12);
}

.detail-product-stepper button {
    width: 100%;
    height: 100%;

    display: grid;
    place-items: center;

    padding: 0;

    border: 0;

    background: #913b16;
    color: #ffffff;

    font-size: 21px;
    font-weight: 900;
    line-height: 1;

    cursor: pointer;
}

.detail-product-stepper button:hover {
    background: #ad481a;
}

.detail-product-stepper span {
    width: 100%;
    height: 100%;

    display: grid !important;
    place-items: center;

    border-left: 1px solid #ead5c7;
    border-right: 1px solid #ead5c7;

    background: #fffaf6;
    color: #172033 !important;

    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.detail-product-cart.is-saving {
    pointer-events: none;
    opacity: .65;
}


/* MOBILE */

@media (max-width: 600px) {

    .detail-product-cart {
        max-width: 100%;
    }

    .detail-product-stepper {
        height: 44px;

        grid-template-columns:
            46px
            minmax(65px, 1fr)
            46px;
    }

    .detail-product-stepper button {
        font-size: 20px;
    }

    .detail-product-stepper span {
        font-size: 15px !important;
    }
}
/* =====================================================================
   HEADER RESTORE + TARGETED MOBILE FIXES
   Keeps the original full header, category chips, search and full video.
===================================================================== */

/* Keep customer header above every Leaflet pane/control while scrolling. */
.site-header,
.site-header.scrolled{
  z-index:10000!important;
}

.map-panel,
#customerTrackingMap,
#checkoutMap{
  position:relative;
  z-index:0!important;
}

.leaflet-control-container,
.leaflet-pane{
  z-index:auto;
}

/* Order tracking zoom controls stay inside the map, never over Panda Dairy. */
#customerTrackingMap .leaflet-top.leaflet-left{
  top:12px!important;
  left:12px!important;
}

/* Stable checkout map while tiles load. */
#checkoutMap{
  min-height:340px;
  background:linear-gradient(135deg,#f8fafc,#eef2f7);
  contain:layout paint;
}

.selected-address{min-height:76px}
.service-result{min-height:44px;display:flex;align-items:center}

/* Actual order product thumbnails. */
.order-items img{
  object-fit:contain;
  padding:4px;
  border:1px solid #ece5df;
  background:#fffaf5;
}

@media (min-width:993px){
  .header-row{
    width:100%;
    max-width:100%;
    padding-left:28px;
    padding-right:28px;
    overflow:visible;
  }

  .brand{
    flex:0 0 220px;
    min-width:220px;
    justify-content:flex-start;
  }

  .header-row>.category-links{
    flex:1 1 auto;
    min-width:0;
    justify-content:center;
  }
}

@media (max-width:992px){
  /* Restore the original multi-row mobile header. */
  .site-header,
  .site-header.scrolled{
    position:sticky!important;
    top:0!important;
    width:100%;
    background:linear-gradient(90deg,#fffaf4,#f2d8bf)!important;
  }

  .header-row{
    width:100%;
    height:62px!important;
    min-height:62px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center;
    gap:10px;
    padding:6px 14px!important;
  }

  .brand{
    min-width:0;
    justify-content:flex-start!important;
    overflow:visible;
  }

  .brand-copy strong{
    display:block!important;
    max-width:none!important;
    overflow:visible!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
  }

  .brand-copy small{
    display:block!important;
  }

  .mobile-search-wrap{
    display:block!important;
    width:100%!important;
    padding:0 14px 9px!important;
  }

  .mobile-search{
    display:grid!important;
  }

  /* Restore All products and every category as horizontal chips. */
  .category-strip{
    display:block!important;
    width:100%;
    padding:0 0 9px;
    background:linear-gradient(90deg,#fffaf4,#f2d8bf);
    border-bottom:1px solid rgba(123,63,33,.10);
  }

  .category-strip .category-links{
    width:100%;
    display:flex!important;
    gap:7px;
    overflow-x:auto;
    padding:0 14px 2px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }

  .category-strip .category-links::-webkit-scrollbar{display:none}

  .category-strip .category-links a{
    flex:0 0 auto;
    min-height:29px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 11px;
    border:1px solid rgba(123,63,33,.14);
    border-radius:999px;
    background:rgba(255,255,255,.78);
    color:#6b341b!important;
    font-size:9px;
    font-weight:800;
    white-space:nowrap;
  }

  .category-strip .category-links a:after{display:none!important}

  /* Restore the full mobile creative exactly as before. */
  .hero-slider{
    width:100%!important;
    aspect-ratio:9 / 16!important;
    overflow:hidden!important;
    background:#fff8f1;
  }

  .hero-slide{position:absolute;inset:0}

  .hero-video{
    width:100%!important;
    height:100%!important;
    padding-top:0!important;
    object-fit:cover!important;
    object-position:center top!important;
    background:#fff8f1;
  }

  .desktop-video{display:none!important}
  .mobile-video{display:block!important}

  /* Keep slider arrows clear of the fixed bottom navigation. */
  .hero-controls{
    left:18px!important;
    right:auto!important;
    bottom:calc(88px + env(safe-area-inset-bottom))!important;
    transform:none!important;
    z-index:70;
  }

  /* Bottom navigation never covers content/footer. */
  body{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
  .site-footer{margin-bottom:calc(72px + env(safe-area-inset-bottom))!important}
  .footer-grid{padding-bottom:28px!important}

  /* Product card controls get their own strip under the image. */
  .product-media-wrap{
    padding-bottom:46px;
    background:#fffdfb;
  }

  .product-card-cart{
    left:8px!important;
    right:8px!important;
    bottom:5px!important;
    display:flex;
    justify-content:flex-end;
    align-items:center;
  }

  /* Product detail image uses space efficiently without changing the header. */
  .detail-page{padding-top:14px;padding-bottom:34px}
  .detail-media{min-height:270px!important;height:270px!important;padding:17px!important}
  .detail-media img{height:236px!important;object-fit:contain!important}

  #checkoutMap{height:268px!important;min-height:268px!important}
  .selected-address{min-height:88px}
  .service-result{min-height:48px}

  .order-items img{width:62px;height:62px}
  .order-items>div{grid-template-columns:62px minmax(0,1fr) auto}
}

@media (max-width:400px){
  .brand-copy strong{font-size:15px!important}
  .brand-copy small{font-size:7px!important}
}
/* =========================================================
   FINAL HEADER FIX
   Desktop: one category row
   Mobile: search + one category row
========================================================= */

/* DESKTOP */
@media (min-width: 993px) {

    /* Top header categories మాత్రమే కనిపించాలి */
    .header-row > .category-links {
        display: flex !important;
    }

    /* Search కింద ఉన్న mobile categories desktopలో వద్దు */
    .category-strip {
        display: none !important;
    }

    /* Mobile search desktopలో వద్దు */
    .mobile-search-wrap {
        display: none !important;
    }
}


/* MOBILE / TABLET */
@media (max-width: 992px) {

    .site-header,
    .site-header.scrolled {
        position: sticky !important;
        top: 0 !important;
        width: 100% !important;
    }

    /* Logo + Account + Cart row */
    .header-row {
        width: 100% !important;
        height: 62px !important;
        min-height: 62px !important;

        display: grid !important;
        grid-template-columns:
            minmax(0, 1fr)
            auto !important;

        align-items: center !important;
        gap: 10px !important;

        padding: 6px 14px !important;
    }

    /* Header లో duplicate category row hide */
    .header-row > .category-links {
        display: none !important;
    }

    .brand {
        min-width: 0 !important;
        justify-content: flex-start !important;
        overflow: visible !important;
    }

    .header-actions {
        position: static !important;

        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;

        gap: 8px !important;
        margin-left: auto !important;

        flex-shrink: 0 !important;
    }

    /* Search separate full-width row */
    .mobile-search-wrap {
        position: static !important;
        display: block !important;

        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 14px 9px !important;
    }

    .mobile-search {
        position: static !important;
        display: grid !important;

        width: 100% !important;
        height: 43px !important;

        margin: 0 !important;
    }

    /* Search కింద ఒక్క categories row */
    .category-strip {
        display: block !important;

        width: 100% !important;
        padding: 0 0 9px !important;

        background:
            linear-gradient(
                90deg,
                #fffaf4,
                #f2d8bf
            ) !important;

        border-bottom:
            1px solid
            rgba(123, 63, 33, .10) !important;
    }

    .category-strip .category-links {
        display: flex !important;

        width: 100% !important;
        gap: 7px !important;

        padding: 0 14px 2px !important;

        overflow-x: auto !important;
        flex-wrap: nowrap !important;

        scrollbar-width: none !important;
        -webkit-overflow-scrolling: touch;
    }

    .category-strip .category-links::-webkit-scrollbar {
        display: none !important;
    }

    .category-strip .category-links a {
        flex: 0 0 auto !important;

        min-height: 29px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        padding: 0 11px !important;

        border:
            1px solid
            rgba(123, 63, 33, .14) !important;

        border-radius: 999px !important;

        background:
            rgba(255, 255, 255, .78) !important;

        color: #6b341b !important;

        font-size: 9px !important;
        font-weight: 800 !important;

        white-space: nowrap !important;
    }

    .category-strip .category-links a::after {
        display: none !important;
    }
}