/* =============================================================
   GROCERY FRESH — Zepto / Blinkit-inspired grocery storefront
   v1.0 — Fresh, fast, hyperlocal
   ============================================================= */

:root{
    --gf-green:    #0c831f;
    --gf-green-d:  #075d16;
    --gf-green-l:  #e8f5ea;
    --gf-yellow:   #ffd217;
    --gf-yellow-d: #b58e00;
    --gf-orange:   #ff6837;
    --gf-pink:     #ff3e6c;
    --gf-ink:      #1a1a1a;
    --gf-text:     #333;
    --gf-muted:    #6b7280;
    --gf-border:   #ececec;
    --gf-bg:       #fafafa;
    --gf-surface:  #ffffff;
    --gf-radius:   12px;
    --gf-radius-lg:16px;
    --gf-shadow:   0 1px 2px rgba(16,24,40,.04), 0 1px 3px rgba(16,24,40,.06);
    --gf-shadow-lg:0 6px 18px rgba(16,24,40,.10);
    --gf-topbar-h: 28px;
    --gf-font: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

*{box-sizing:border-box}
.none{display:none}
html,body{margin:0;padding:0;max-width:100%;overflow-x:hidden}
body.gf{
    font-family:var(--gf-font);
    color:var(--gf-text);
    background:var(--gf-bg);
    -webkit-font-smoothing:antialiased;
    font-size:14px;
    line-height:1.45;
}
.gf a{color:inherit;text-decoration:none}
.gf img{max-width:100%;display:block}
.gf-wrap{max-width:1280px;margin:0 auto;padding:0 16px}

/* =====================  HEADER  ===================== */
.gf-topbar{background:#167a08;color:#fff;font-size:12px;font-weight:700;text-align:left;padding:7px 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:sticky;top:0;z-index:90;display:flex;align-items:center;gap:9px}
.gf-topbar i{color:var(--gf-yellow);margin-right:4px}
.gf-app-close{width:22px;height:22px;border:0;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;color:#0a2905;cursor:pointer;flex:0 0 auto}
.gf-app-close:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px;border-radius:4px}
.gf-topbar.is-hidden{display:none}
body.gf-app-banner-closed{--gf-topbar-h:0px}
.gf-app-logo{background:#ffd833;color:#111;border-radius:4px;padding:6px 5px;font-size:10px;font-weight:900;line-height:1}
.gf-app-copy{line-height:1.05;font-size:11px;flex:1}
.gf-app-copy strong{font-size:12px}
.gf-app-use{background:#050505;color:#fff !important;border-radius:10px;padding:8px 18px;font-size:12px;font-weight:800}
.gf-header{background:rgba(255,255,255,.96);border-bottom:1px solid rgba(16,24,40,.08);position:sticky;top:var(--gf-topbar-h);z-index:80;box-shadow:0 8px 24px rgba(16,24,40,.06);backdrop-filter:saturate(160%) blur(10px)}
.gf-header-inner{display:grid;grid-template-columns:238px 210px minmax(260px,1fr) auto;align-items:center;gap:14px;padding:14px 0 12px}
.gf-mobile-main{display:contents}
.gf-menu-toggle{display:none}
.gf-menu-check{position:absolute;opacity:0;pointer-events:none}
.gf-mobile-scroll-tools{display:none}
.gf-logo{min-height:54px;border-radius:0;background:transparent;color:var(--gf-ink);font-family:var(--gf-font);font-weight:900;font-size:22px;letter-spacing:0;line-height:1.05;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;padding:0;box-shadow:none}
.gf-store-state{font-size:20px;font-weight:900;color:#111;line-height:1}
.gf-store-address{font-size:12px;font-weight:600;color:#333;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gf-brand-mark{width:34px;height:34px;border-radius:8px;background:var(--gf-yellow);color:#111;display:inline-flex;align-items:center;justify-content:center;font-size:17px;font-weight:900;line-height:1;box-shadow:inset 0 -2px 0 rgba(0,0,0,.08)}
.gf-brand-name{font-size:22px;font-weight:900;color:#111;line-height:1}
.gf-logo .dot{display:inline-flex;width:30px;height:30px;border-radius:10px;background:var(--gf-yellow);position:relative;flex:0 0 30px}
.gf-logo .dot:before{content:"";position:absolute;left:9px;top:7px;width:12px;height:16px;border-radius:12px 12px 12px 2px;background:var(--gf-green);transform:rotate(38deg)}
.gf-logo:hover{color:var(--gf-green-d)}
.gf-pin{height:54px;display:flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #dcefe1;border-radius:14px;background:#f5fbf6;cursor:pointer;flex-shrink:0;min-width:0}
.gf-pin:hover{border-color:#acdcb7;background:#eff9f1}
.gf-pin .ico{color:var(--gf-green);font-size:18px;flex:0 0 auto}
.gf-pin .text{display:flex;flex-direction:column;align-items:flex-start;font-size:11px;color:var(--gf-muted);line-height:1.15;min-width:0}
.gf-pin .text strong{max-width:142px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:var(--gf-ink);font-weight:800}
.gf-search{flex:1;position:relative;min-width:0}
.gf-search input{width:100%;height:54px;border:1px solid #dfe7e2;border-radius:14px;padding:0 18px 0 48px;font-size:15px;background:#f7f8f7;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.gf-search input:focus{border-color:var(--gf-green);background:#fff;box-shadow:0 0 0 4px rgba(12,131,31,.10)}
.gf-search .ico{position:absolute;left:17px;top:50%;transform:translateY(-50%);color:var(--gf-green);font-size:18px}
.gf-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.gf-icon-btn{width:54px;height:54px;border-radius:14px;background:#fff;border:1px solid #e4e8e5;display:flex;align-items:center;justify-content:center;color:var(--gf-ink);font-size:19px;cursor:pointer;position:relative;box-shadow:var(--gf-shadow)}
.gf-icon-btn:hover{background:var(--gf-green-l);color:var(--gf-green);border-color:#b8dfc0}
.gf-icon-btn .badge{position:absolute;top:-4px;right:-4px;background:var(--gf-pink);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}
.gf-cart-cta{background:var(--gf-green);color:#fff;height:54px;padding:0 18px;border:0;border-radius:14px;font-weight:800;font-size:14px;display:flex;align-items:center;gap:9px;cursor:pointer;box-shadow:0 10px 22px rgba(12,131,31,.20)}
.gf-cart-cta:hover{background:var(--gf-green-d);transform:translateY(-1px)}
.gf-cart-cta i{font-size:18px}
.gf-cart-cta .count{background:var(--gf-yellow);color:var(--gf-ink);padding:2px 8px;border-radius:999px;font-size:11px;min-width:22px;text-align:center}

/* delivery promise strip */
.gf-promise{background:#f4faf5;color:#24502d;border-top:1px solid #e3f1e6;font-size:12px;font-weight:700;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:18px}
.gf-promise .item{display:inline-flex;align-items:center;gap:6px}
.gf-promise i{color:var(--gf-green)}

.gf-menu-back{position:fixed;inset:0;background:rgba(16,24,40,.42);z-index:1090;display:none;opacity:0;transition:opacity .2s ease}
.gf-menu-back.open{display:block;opacity:1}
.gf-menu-check:checked ~ .gf-menu-back{display:block;opacity:1}
.gf-menu-drawer{position:fixed;top:0;left:0;height:100vh;width:310px;max-width:86vw;background:#fff;z-index:1091;box-shadow:8px 0 28px rgba(16,24,40,.16);transform:translateX(-100%);transition:transform .24s ease;display:flex;flex-direction:column}
.gf-menu-drawer.open{transform:translateX(0)}
.gf-menu-check:checked ~ .gf-menu-drawer{transform:translateX(0)}
.gf-menu-head{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--gf-border)}
.gf-menu-brand{display:flex;align-items:center;gap:9px;color:var(--gf-green);font-size:20px;font-weight:900}
.gf-menu-brand .dot{width:24px;height:24px;border-radius:8px;background:var(--gf-yellow);display:inline-block;position:relative}
.gf-menu-brand .dot:before{content:"";position:absolute;left:7px;top:5px;width:10px;height:14px;border-radius:10px 10px 10px 2px;background:var(--gf-green);transform:rotate(38deg)}
.gf-menu-close{border:0;background:#f3f4f6;color:var(--gf-ink);width:34px;height:34px;border-radius:10px;font-size:22px;line-height:30px;cursor:pointer;text-align:center}
.gf-menu-list{padding:10px}
.gf-menu-list a{display:flex;align-items:center;gap:12px;padding:13px 12px;border-radius:10px;font-size:14px;font-weight:750;color:var(--gf-ink)}
.gf-menu-list a:hover{background:var(--gf-green-l);color:var(--gf-green)}
.gf-menu-list i{font-size:18px;color:var(--gf-green)}

/* =====================  HERO  ===================== */
.gf-slider-section{background:#fff;padding:14px 0 0}
.gf-home-slider{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,1fr);grid-template-columns:repeat(3,1fr);gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:2px 1px 10px;scrollbar-width:none}
.gf-home-slider::-webkit-scrollbar{display:none}
.gf-home-slide{position:relative;min-height:210px;border-radius:16px;overflow:hidden;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;scroll-snap-align:start;isolation:isolate;box-shadow:var(--gf-shadow)}
.gf-home-slide:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.66));z-index:-1}
.gf-home-slide:after{content:"";position:absolute;right:-36px;bottom:-56px;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.16);z-index:-1}
.gf-home-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .28s ease}
.gf-home-slide:hover img{transform:scale(1.04)}
.gf-slide-tag{display:inline-flex;align-self:flex-start;background:rgba(255,255,255,.9);color:#111;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:900;margin-bottom:auto}
.gf-home-slide h2{font-family:var(--gf-font);font-size:24px;line-height:1.08;font-weight:900;letter-spacing:0;margin:38px 0 6px;max-width:340px}
.gf-home-slide p{font-size:13px;font-weight:650;line-height:1.35;margin:0;max-width:320px;color:rgba(255,255,255,.92)}
.gf-home-slide--yellow .gf-slide-tag{background:var(--gf-yellow)}
.gf-home-slide--blue .gf-slide-tag{background:#dcecff;color:#073763}

.gf-hero{background:linear-gradient(135deg,#fff8d6 0%,#fff 70%);padding:34px 0 28px}
.gf-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:center}
.gf-hero h1{font-family:var(--gf-font);font-size:42px;color:var(--gf-ink);font-weight:900;letter-spacing:0;line-height:1.08;margin:0 0 12px}
.gf-hero h1 .accent{color:var(--gf-green)}
.gf-hero p{color:var(--gf-muted);font-size:16px;margin:0 0 22px;max-width:520px}
.gf-hero .ctas{display:flex;gap:12px}
.gf-btn{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 22px;border-radius:10px;font-weight:700;font-size:14px;border:0;cursor:pointer}
.gf-btn--primary{background:var(--gf-green);color:#fff}
.gf-btn--primary:hover{background:var(--gf-green-d)}
.gf-btn--outline{background:#fff;color:var(--gf-ink);border:1px solid var(--gf-border)}
.gf-btn--outline:hover{border-color:var(--gf-green);color:var(--gf-green)}
.gf-hero-art{position:relative;text-align:center}
.gf-hero-art img{max-width:100%;height:auto;border-radius:var(--gf-radius-lg);box-shadow:var(--gf-shadow-lg)}
.gf-hero-stats{display:flex;gap:24px;margin-top:24px}
.gf-hero-stat{display:flex;flex-direction:column}
.gf-hero-stat strong{font-size:24px;font-weight:800;color:var(--gf-ink)}
.gf-hero-stat span{font-size:12px;color:var(--gf-muted)}

/* =====================  CATEGORY RAIL  ===================== */
.gf-section{padding:28px 0}
#categories.gf-section{padding-top:14px}
.gf-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.gf-section-head h2{font-family:var(--gf-font);font-size:26px;font-weight:750;color:var(--gf-ink);margin:0;letter-spacing:0}
.gf-section-head .more{font-size:13px;color:var(--gf-green);font-weight:700;display:inline-flex;align-items:center;gap:4px}
.gf-category-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:96px;gap:13px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:2px 1px 18px;margin-bottom:12px;scrollbar-width:none}
.gf-category-carousel::-webkit-scrollbar{display:none}
.gf-category-bubble{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;scroll-snap-align:start}
.gf-category-bubble .ico{width:76px;height:76px;border-radius:50%;background:var(--gf-green-l);display:flex;align-items:center;justify-content:center;font-size:32px;border:1px solid rgba(16,24,40,.06);box-shadow:var(--gf-shadow)}
.gf-category-bubble .lbl{font-size:12px;font-weight:650;line-height:1.15;text-align:center;color:var(--gf-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%}
.gf-cat-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}
.gf-cat{background:#fff;border-radius:14px;padding:14px 10px;text-align:center;border:1px solid var(--gf-border);transition:all .18s ease;cursor:pointer}
.gf-cat:hover{transform:translateY(-3px);box-shadow:var(--gf-shadow-lg);border-color:var(--gf-green-l)}
.gf-cat .ico{width:64px;height:64px;border-radius:50%;background:var(--gf-green-l);margin:0 auto 8px;display:flex;align-items:center;justify-content:center;font-size:30px}
.gf-cat .ico img{width:48px;height:48px;object-fit:contain}
.gf-cat .lbl{font-size:12px;font-weight:550;color:var(--gf-ink);line-height:1.2}

/* color variants for cat tiles */
.gf-cat--peach .ico{background:#ffe1d2}
.gf-cat--mint  .ico{background:#d9f1e0}
.gf-cat--lemon .ico{background:#fff2c0}
.gf-cat--sky   .ico{background:#d3edff}
.gf-cat--rose  .ico{background:#ffd9e3}
.gf-cat--lilac .ico{background:#e7ddff}
.gf-cat--sand  .ico{background:#f4e6c8}
.gf-cat--leaf  .ico{background:#dfeed4}

/* =====================  PRODUCT CARD GRID  ===================== */
.gf-prods{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.gf-prod{background:#fff;border-radius:14px;border:1px solid var(--gf-border);padding:12px;position:relative;display:flex;flex-direction:column;transition:all .18s ease}
.gf-prod:hover{box-shadow:var(--gf-shadow-lg);border-color:#dfe4ea;transform:translateY(-2px)}
.gf-prod-img{position:relative;background:#fafafa;border-radius:10px;padding-bottom:100%;overflow:hidden;margin-bottom:12px}
.gf-prod-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:8px}
.gf-prod-discount{position:absolute;top:6px;left:6px;background:var(--gf-green);color:#fff;font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px}
.gf-prod-fresh{position:absolute;top:6px;right:6px;background:var(--gf-yellow);color:var(--gf-ink);font-size:10px;font-weight:700;padding:3px 8px;border-radius:6px;display:inline-flex;align-items:center;gap:3px}
.gf-prod-delivery{font-size:10px;color:var(--gf-muted);font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px;display:inline-flex;align-items:center;gap:3px}
.gf-prod-delivery i{color:var(--gf-green)}
.gf-prod-title{font-size:13px;font-weight:500;color:var(--gf-ink);line-height:1.3;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:34px}
.gf-prod-qty{font-size:12px;color:var(--gf-muted);margin-bottom:8px}
.gf-prod-price-row{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto;gap:8px;width:100%;min-width:0}
.gf-prod-price-stack{min-width:0;flex:1 1 auto;overflow:hidden}
.gf-prod-price{font-size:16px;font-weight:800;color:var(--gf-ink);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gf-prod-mrp{font-size:11px;color:var(--gf-muted);text-decoration:line-through;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
.gf-prod-add{background:var(--gf-green-l);color:var(--gf-green);border:1px solid var(--gf-green);padding:6px 14px;font-size:12px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .15s ease;flex:0 0 auto;max-width:100%}
.gf-prod-add:hover{background:var(--gf-green);color:#fff}

/* =====================  BANNER STRIP  ===================== */
.gf-banner-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:6px}
.gf-banner{position:relative;border-radius:var(--gf-radius-lg);padding:24px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:160px;overflow:hidden}
.gf-banner h3{font-family:var(--gf-font);font-size:22px;font-weight:800;margin:0 0 4px}
.gf-banner p{font-size:13px;margin:0;opacity:.9}
.gf-banner--green{background:linear-gradient(135deg,#0c831f,#0a6b1a)}
.gf-banner--orange{background:linear-gradient(135deg,#ff8a4c,#ff5a1f)}
.gf-banner--pink{background:linear-gradient(135deg,#ff5d8f,#e63d6e)}
.gf-banner-tag{display:inline-block;background:rgba(255,255,255,.2);padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;align-self:flex-start;margin-bottom:auto}

/* Contrast guardrails for dark and image-backed UI */
.gf-topbar,
.gf-topbar .gf-app-copy,
.gf-topbar .gf-app-copy strong,
.gf-topbar .gf-app-use,
.gf-home-slide,
.gf-home-slide h2,
.gf-home-slide p,
.gf-banner,
.gf-banner h3,
.gf-banner p,
.gf-banner-tag,
.gf-btn--primary,
.gf-btn--primary i,
.gf-cart-cta,
.gf-cart-cta i,
.gf-pdp-add-btn,
.gf-pdp-add-btn i,
.gf-pdp-buy-btn,
.gf-prod-discount,
.gf-prod-line .qty-stepper button,
.gf-floating-cart-btn,
.gf-floating-cart-btn strong,
.gf-floating-cart-count,
.gf-floating-cart-total,
.gf-checkout-paybar>div,
.gf-checkout-paybar>div strong,
.gf-checkout-paybar>div span,
.gf-checkout-paybar button,
.gf-checkout-qty,
.gf-coupon-apply{
    color:#fff !important;
}
.gf-coupon-card.is-applied .gf-coupon-apply{color:var(--gf-green) !important}
.gf-app-close{color:#fff}
.gf-app-logo,
.gf-slide-tag,
.gf-cart-cta .count{
    color:#111 !important;
}

/* =====================  COMBO STRIP  ===================== */
.gf-combos{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gf-combo{background:#fff;border-radius:var(--gf-radius);padding:14px;border:1px solid var(--gf-border);display:flex;gap:12px;align-items:center}
.gf-combo-img{width:80px;height:80px;background:var(--gf-green-l);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:32px;flex-shrink:0}
.gf-combo-meta strong{display:block;font-size:14px;color:var(--gf-ink);font-weight:700;margin-bottom:4px}
.gf-combo-meta span{font-size:11px;color:var(--gf-muted)}
.gf-combo-meta .save{display:inline-block;background:var(--gf-yellow);color:var(--gf-ink);padding:2px 8px;border-radius:6px;font-size:10px;font-weight:700;margin-top:6px}

/* =====================  TESTIMONIALS  ===================== */
.gf-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gf-testimonial{background:#fff;border-radius:var(--gf-radius);border:1px solid var(--gf-border);padding:18px}
.gf-testimonial .stars{color:var(--gf-yellow);font-size:14px;margin-bottom:8px;letter-spacing:1px}
.gf-testimonial p{font-size:13px;color:var(--gf-text);font-style:italic;margin:0 0 12px;line-height:1.5}
.gf-testimonial .who{display:flex;align-items:center;gap:10px}
.gf-testimonial .who .av{width:36px;height:36px;border-radius:50%;background:var(--gf-green-l);color:var(--gf-green);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}
.gf-testimonial .who strong{display:block;font-size:13px;color:var(--gf-ink)}
.gf-testimonial .who span{font-size:11px;color:var(--gf-muted)}

/* =====================  FOOTER  ===================== */
.gf-footer{background:#fff;border-top:1px solid var(--gf-border);padding:48px 0 24px;margin-top:48px}
.gf-foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}
.gf-foot-brand h4{font-family:var(--gf-font);font-size:24px;color:var(--gf-green);font-weight:900;margin:0 0 8px}
.gf-foot-brand p{color:var(--gf-muted);font-size:13px;max-width:320px;margin:0 0 12px}
.gf-foot-brand .social a{display:inline-flex;width:36px;height:36px;border-radius:50%;background:var(--gf-green-l);color:var(--gf-green);align-items:center;justify-content:center;margin-right:6px;font-size:14px}
.gf-foot-col h5{font-size:13px;color:var(--gf-ink);font-weight:700;margin:0 0 12px;text-transform:uppercase;letter-spacing:.04em}
.gf-foot-col a{display:block;font-size:13px;color:var(--gf-muted);padding:4px 0;transition:color .15s}
.gf-foot-col a:hover{color:var(--gf-green)}
.gf-foot-bottom{border-top:1px solid var(--gf-border);margin-top:36px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;color:var(--gf-muted)}

/* =====================  MOBILE BOTTOM NAV  ===================== */
.gf-bot-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:100;background:#fff;border-top:1px solid var(--gf-border);padding:8px 0 calc(8px + env(safe-area-inset-bottom));justify-content:space-around;box-shadow:0 -6px 18px rgba(0,0,0,.06)}
.gf-bot-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:var(--gf-muted);font-size:10px;font-weight:600;padding:4px 8px}
.gf-bot-nav a.is-active{color:var(--gf-green)}
.gf-bot-nav a i{font-size:18px}

/* =====================  CART DRAWER (shared)  ===================== */
.gf-drawer-back{position:fixed;inset:0;background:rgba(16,24,40,.4);z-index:1100;display:none;opacity:0;transition:opacity .2s ease}
.gf-drawer-back.open{display:block;opacity:1}
.gf-drawer{position:fixed;top:0;right:0;height:100vh;width:420px;max-width:95vw;background:#fff;z-index:1101;box-shadow:-8px 0 24px rgba(16,24,40,.12);transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column}
.gf-drawer.open{transform:translateX(0)}
.gf-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--gf-border)}
.gf-drawer-head h3{margin:0;font-size:17px;font-weight:800}
.gf-drawer-close{background:none;border:0;font-size:24px;cursor:pointer;color:var(--gf-muted)}
.gf-drawer-body{flex:1;overflow-y:auto;padding:16px 20px}
.gf-drawer-foot{border-top:1px solid var(--gf-border);padding:14px 20px}
.gf-drawer-total{display:flex;justify-content:space-between;font-size:14px;margin-bottom:12px}
.gf-drawer-total strong{font-size:18px;color:var(--gf-ink)}
.gf-drawer .gf-prod-line{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--gf-border)}
.gf-prod-line img{width:54px;height:54px;object-fit:contain;background:#fafafa;border-radius:8px;padding:4px}
.gf-prod-line .meta{flex:1}
.gf-prod-line .meta strong{display:block;font-size:13px;color:var(--gf-ink);font-weight:600;line-height:1.3}
.gf-prod-line .meta span{font-size:12px;color:var(--gf-muted)}
.gf-prod-line .qty-stepper{display:flex;align-items:center;gap:8px;background:var(--gf-green-l);border-radius:8px;padding:4px}
.gf-prod-line .qty-stepper button{background:var(--gf-green);color:#fff;border:0;width:24px;height:24px;border-radius:6px;font-weight:700;cursor:pointer}
.gf-prod-line .qty-stepper span{font-size:13px;font-weight:700;color:var(--gf-green);min-width:18px;text-align:center}

.gf-floating-cart{position:fixed;left:50%;bottom:18px;z-index:105;transform:translate(-50%,18px);width:min(520px,calc(100% - 28px));opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.gf-floating-cart.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%,0)}
.gf-floating-cart-btn{width:100%;min-height:56px;border:0;border-radius:12px;background:var(--gf-green);color:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding:10px 14px;box-shadow:0 12px 28px rgba(12,131,31,.28);font-family:var(--gf-font);cursor:pointer}
.gf-floating-cart-btn:hover{background:var(--gf-green-d)}
.gf-floating-cart-btn strong{font-size:15px;font-weight:900;line-height:1;text-align:center}
.gf-floating-cart-count{justify-self:start;font-size:12px;font-weight:800;opacity:.92;white-space:nowrap}
.gf-floating-cart-total{justify-self:end;font-size:13px;font-weight:900;white-space:nowrap}

/* =====================  PDP  ===================== */
.gf-pdp{padding:24px 0}
.gf-breadcrumb{font-size:12px;color:var(--gf-muted);margin-bottom:14px}
.gf-breadcrumb a{color:var(--gf-muted)}
.gf-breadcrumb a:hover{color:var(--gf-green)}
.gf-pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.gf-pdp-gallery{background:#fff;border-radius:var(--gf-radius-lg);border:1px solid var(--gf-border);padding:24px;text-align:center}
.gf-pdp-gallery img{max-height:420px;margin:0 auto}
.gf-pdp-thumbs{display:flex;gap:8px;margin-top:14px;justify-content:center}
.gf-pdp-thumbs img{width:56px;height:56px;object-fit:contain;background:#fafafa;border-radius:8px;padding:4px;cursor:pointer;border:2px solid transparent}
.gf-pdp-thumbs img.is-active{border-color:var(--gf-green)}
.gf-pdp-info h1{font-family:var(--gf-font);font-size:30px;font-weight:900;margin:0 0 8px;line-height:1.15}
.gf-pdp-qty-pill{display:inline-block;background:var(--gf-green-l);color:var(--gf-green);padding:4px 12px;border-radius:6px;font-size:12px;font-weight:700;margin-bottom:14px}
.gf-pdp-price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}
.gf-pdp-price{font-size:30px;font-weight:800;color:var(--gf-ink)}
.gf-pdp-mrp{font-size:15px;color:var(--gf-muted);text-decoration:line-through}
.gf-pdp-save{background:var(--gf-green-l);color:var(--gf-green);font-size:12px;font-weight:700;padding:3px 10px;border-radius:6px}
.gf-pdp-tax{font-size:11px;color:var(--gf-muted);margin-bottom:18px}
.gf-pdp-promise{display:flex;gap:10px;align-items:center;background:var(--gf-green-l);border-radius:10px;padding:12px;margin-bottom:18px}
.gf-pdp-promise i{color:var(--gf-green);font-size:18px}
.gf-pdp-promise strong{display:block;font-size:13px;color:var(--gf-ink)}
.gf-pdp-promise span{font-size:11px;color:var(--gf-muted)}
.gf-pdp-ctas{display:flex;gap:10px;margin-bottom:24px}
.gf-pdp-qty-stepper{display:flex;align-items:center;gap:10px;border:1px solid var(--gf-border);border-radius:10px;padding:0 10px;height:48px}
.gf-pdp-qty-stepper button{background:var(--gf-green-l);color:var(--gf-green);border:0;width:32px;height:32px;border-radius:6px;font-weight:700;cursor:pointer;font-size:16px}
.gf-pdp-qty-stepper span{font-size:14px;font-weight:700;min-width:24px;text-align:center}
.gf-pdp-add-btn{flex:1;background:var(--gf-green);color:#fff;border:0;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer}
.gf-pdp-buy-btn{background:var(--gf-ink);color:#fff;border:0;border-radius:10px;font-weight:700;font-size:14px;cursor:pointer;padding:0 22px}
.gf-pdp-info-section{border-top:1px solid var(--gf-border);padding-top:18px;margin-top:18px}
.gf-pdp-info-section h4{font-size:14px;font-weight:700;color:var(--gf-ink);margin:0 0 10px}
.gf-pdp-info-section p{font-size:13px;color:var(--gf-muted);line-height:1.6;margin:0 0 8px}
.gf-pdp-info-section ul{padding-left:18px;margin:0;color:var(--gf-muted);font-size:13px}
.gf-pdp-info-section ul li{margin-bottom:4px}

/* =====================  SHOP PAGE  ===================== */
.gf-shop{padding:24px 0}
.gf-shop-grid{display:grid;grid-template-columns:240px 1fr;gap:24px}
.gf-shop-sidebar{background:#fff;border-radius:var(--gf-radius);border:1px solid var(--gf-border);padding:16px;align-self:flex-start;position:sticky;top:90px}
.gf-shop-sidebar h4{font-size:13px;color:var(--gf-muted);margin:0 0 8px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.gf-shop-sidebar a{display:block;padding:8px 12px;border-radius:8px;color:var(--gf-text);font-size:13px;font-weight:500;margin-bottom:2px}
.gf-shop-sidebar a:hover,.gf-shop-sidebar a.is-active{background:var(--gf-green-l);color:var(--gf-green);font-weight:700}
.gf-shop-content h1{font-family:var(--gf-font);font-size:28px;font-weight:750;margin:0 0 4px;letter-spacing:0}
.gf-shop-meta{font-size:13px;color:var(--gf-muted);margin-bottom:18px}
.gf-subcat-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:96px;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:4px 2px 16px;margin:0 0 18px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.gf-subcat-carousel::-webkit-scrollbar{display:none}
.gf-subcat-item{scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0;color:var(--gf-ink)}
.gf-subcat-icon{width:70px;height:70px;border-radius:50%;background:#fff;border:1px solid var(--gf-border);display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:var(--gf-shadow);overflow:hidden;transition:all .18s ease}
.gf-subcat-icon img{width:100%;height:100%;object-fit:cover}
.gf-subcat-name{width:100%;font-size:12px;font-weight:550;line-height:1.15;text-align:center;color:var(--gf-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gf-subcat-item:hover .gf-subcat-icon,.gf-subcat-item.is-active .gf-subcat-icon{border-color:var(--gf-green);background:var(--gf-green-l);box-shadow:0 8px 18px rgba(12,131,31,.14)}
.gf-subcat-item.is-active .gf-subcat-name{color:var(--gf-green)}

.gf-shop-grid{grid-template-columns:1fr}
.gf-shop-sidebar{display:none}

/* =====================  CART PAGE  ===================== */
.gf-cart-page{padding:24px 0;display:grid;grid-template-columns:1.5fr 1fr;gap:24px}
.gf-cart-items{background:#fff;border-radius:var(--gf-radius-lg);border:1px solid var(--gf-border);padding:20px}
.gf-cart-summary{background:#fff;border-radius:var(--gf-radius-lg);border:1px solid var(--gf-border);padding:20px;align-self:flex-start;position:sticky;top:90px}
.gf-cart-summary h3{font-size:16px;font-weight:800;margin:0 0 14px}
.gf-cart-summary .row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px}
.gf-cart-summary .row.total{border-top:1px solid var(--gf-border);margin-top:10px;padding-top:14px;font-size:16px;font-weight:800}

/* =====================  CHECKOUT  ===================== */
.gf-checkout{padding:24px 0;display:grid;grid-template-columns:1.5fr 1fr;gap:24px}
.gf-checkout h3{font-size:15px;font-weight:800;margin:0 0 12px}
.gf-checkout-card{background:#fff;border:1px solid var(--gf-border);border-radius:var(--gf-radius);padding:18px;margin-bottom:14px}
.gf-checkout-card label{display:block;font-size:11px;color:var(--gf-muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px}
.gf-checkout-card input,.gf-checkout-card textarea,.gf-checkout-card select{width:100%;height:44px;border:1px solid var(--gf-border);border-radius:8px;padding:0 12px;font-size:14px;background:#fff;margin-bottom:10px;outline:none}
.gf-checkout-card input:focus{border-color:var(--gf-green)}
.gf-checkout-card textarea{height:auto;padding:10px 12px;min-height:80px}

.gf-checkout-screen{min-height:100vh;background:#f4f6fb}
.gf-checkout-topbar{position:sticky;top:0;z-index:70;height:64px;background:#fff;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:0 18px;border-bottom:1px solid #edf0f4}
.gf-checkout-topbar a{display:inline-flex;align-items:center;justify-content:center;color:#181a20;font-weight:800}
.gf-checkout-topbar a:first-child{width:36px;height:36px;border-radius:50%;font-size:21px}
.gf-checkout-topbar h1{font-family:var(--gf-font);font-size:18px;font-weight:750;line-height:1;margin:0;text-align:center;color:#181a20}
.gf-checkout-share{gap:5px;color:var(--gf-green) !important;font-size:13px}
.gf-checkout-shell{max-width:1040px;margin:0 auto;padding:18px 16px 116px;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start}
.gf-checkout-main,.gf-checkout-side{display:grid;gap:14px}
.gf-checkout-panel,.gf-checkout-note,.gf-checkout-alert{background:#fff;border:1px solid #edf0f4;border-radius:14px;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.gf-checkout-panel{padding:16px}
.gf-checkout-note{min-height:52px;padding:10px 14px;display:flex;align-items:center;gap:10px;color:#222;font-size:13px;font-weight:650}
.gf-checkout-note i{color:var(--gf-green);font-size:18px}
.gf-checkout-note span{flex:1}
.gf-checkout-note a,.gf-checkout-note strong{color:var(--gf-green);font-weight:750}
.gf-checkout-alert{padding:12px 14px;color:#9f1d1d;background:#fff5f5;border-color:#ffd8d8;font-size:13px;font-weight:700}
.gf-coupon-card{background:#fff;border:1px solid #dbeee1;border-radius:14px;padding:12px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:11px;align-items:center;box-shadow:0 1px 2px rgba(16,24,40,.03);position:relative;overflow:hidden}
.gf-coupon-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gf-green)}
.gf-coupon-icon{width:44px;height:44px;border-radius:12px;background:var(--gf-green-l);color:var(--gf-green);display:flex;align-items:center;justify-content:center;font-size:21px}
.gf-coupon-copy{min-width:0;display:grid;gap:2px}
.gf-coupon-eyebrow{font-size:10px;font-weight:750;color:var(--gf-green);text-transform:uppercase;letter-spacing:.05em}
.gf-coupon-copy strong{font-size:14px;font-weight:750;color:#181a20;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gf-coupon-copy small{font-size:11px;font-weight:500;color:#68707d;line-height:1.2}
.gf-coupon-code{display:flex;margin-top:5px}
.gf-coupon-code span{display:inline-flex;align-items:center;min-height:26px;border:1px dashed var(--gf-green);background:#f4fbf5;color:#14591f;border-radius:7px;padding:0 9px;font-size:12px;font-weight:800;letter-spacing:.06em}
.gf-coupon-apply{border:0;background:var(--gf-green);color:#fff;border-radius:9px;padding:8px 12px;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer}
.gf-coupon-card.is-applied{background:#f8fff9}
.gf-coupon-card.is-applied .gf-coupon-apply{background:#dff2e3;color:var(--gf-green)}
.gf-checkout-panel-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.gf-store-avatar{width:48px;height:48px;border-radius:14px;background:#fff5c7;color:#111;display:flex;align-items:center;justify-content:center;font-size:22px;position:relative;flex:0 0 auto}
.gf-store-avatar:after{content:"";position:absolute;right:-2px;top:-2px;width:12px;height:12px;border-radius:50%;background:#ef4444;border:2px solid #fff}
.gf-checkout-panel-head h2,.gf-checkout-section-title h2,.gf-bill-card h2,.gf-policy-card h2,.bigbag-checkout-payment h2{font-family:var(--gf-font);font-size:16px;font-weight:750;color:#181a20;margin:0}
.gf-checkout-panel-head p{font-size:12px;color:#767b88;margin:2px 0 0;font-weight:500}
.gf-checkout-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #f0f2f5}
.gf-checkout-item:first-of-type{border-top:0}
.gf-checkout-item img{width:64px;height:64px;border-radius:10px;border:1px solid #edf0f4;background:#fbfbfb;object-fit:contain;padding:5px}
.gf-checkout-item-info{min-width:0}
.gf-checkout-item-info strong{display:block;color:#222;font-size:13px;font-weight:600;line-height:1.24;margin-bottom:4px}
.gf-checkout-item-info span,.gf-checkout-item-info small{display:block;color:#747985;font-size:11px;font-weight:400;line-height:1.25}
.gf-checkout-item-info b{display:block;color:#111;font-size:13px;font-weight:700;margin-top:4px}
.gf-checkout-qty{min-width:42px;height:28px;border-radius:7px;background:var(--gf-green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.gf-checkout-empty{padding:28px 10px;text-align:center;color:#68707d}
.gf-checkout-empty i{display:block;font-size:42px;color:#d1ead7;margin-bottom:8px}
.gf-checkout-empty strong{display:block;color:#181a20;font-size:16px;margin-bottom:8px}
.gf-checkout-empty a{color:var(--gf-green);font-weight:900}
.gf-checkout-section-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.gf-checkout-section-title i{width:34px;height:34px;border-radius:10px;background:var(--gf-green-l);color:var(--gf-green);display:inline-flex;align-items:center;justify-content:center;font-size:17px}
.gf-account-tool-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gf-account-tool-grid a{min-height:78px;border:1px solid #edf0f4;border-radius:12px;background:#fbfcfd;padding:11px;display:flex;flex-direction:column;justify-content:space-between;color:#181a20}
.gf-account-tool-grid a i{width:30px;height:30px;border-radius:9px;background:#f1f8f2;color:var(--gf-green);display:inline-flex;align-items:center;justify-content:center;font-size:15px}
.gf-account-tool-grid a span{font-size:12px;font-weight:600;line-height:1.2}
.gf-account-tool-grid a:hover{border-color:#cfe8d5;background:#f8fff9;color:var(--gf-green)}
.gf-checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gf-field{min-width:0}
.gf-field--full{grid-column:1 / -1}
.gf-field label{display:block;font-size:11px;font-weight:650;color:#68707d;text-transform:uppercase;letter-spacing:.03em;margin-bottom:5px}
.gf-field label span{color:#ef4444}
.gf-field input,.gf-field textarea,.gf-field select,.gf-field .select2-container .select2-selection--single{width:100%;border:1px solid #e4e7ec;border-radius:10px;background:#fff;color:#181a20;font-size:14px;font-weight:500;outline:none}
.gf-field input,.gf-field select{height:46px;padding:0 12px}
.gf-field textarea{min-height:86px;padding:10px 12px;resize:vertical}
.gf-field input:focus,.gf-field textarea:focus,.gf-field select:focus{border-color:var(--gf-green);box-shadow:0 0 0 3px rgba(12,131,31,.09)}
.gf-field .select2-container{height:46px;border:0 !important;border-radius:10px !important;width:100% !important}
.gf-field .select2-container--default .select2-selection--single{height:46px;border:1px solid #e4e7ec !important;border-radius:10px !important}
.gf-field .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:46px;font-size:14px;font-weight:500;color:#181a20;padding-left:12px}
.gf-field .select2-container--default .select2-selection--single .select2-selection__arrow{height:46px}
.gf-checkout-checkbox{display:flex;align-items:center;gap:9px;margin:2px 0 0;color:#181a20;font-weight:600;font-size:13px}
.gf-checkout-checkbox input{width:16px;height:16px;accent-color:var(--gf-green)}
.gf-bill-card h2,.bigbag-checkout-payment h2,.gf-policy-card h2{margin-bottom:12px}
.gf-bill-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:#454a55;padding:6px 0}
.shipping_charge.none,.bigbag-checkout-payment.none,.password_area.none{display:none}
.gf-bill-row span{display:inline-flex;align-items:center;gap:7px;font-weight:500}
.gf-bill-row i{color:#2f333b;font-size:14px}
.gf-bill-row strong{font-weight:650;color:#181a20}
.gf-bill-row strong:last-child{white-space:nowrap}
.gf-discount-row.none{display:none}
.gf-discount-row{background:#f5fbf6;border-radius:9px;margin:4px 0;padding:7px 8px;color:#176b25}
.gf-discount-row span,.gf-discount-row i,.gf-discount-row strong{color:#176b25}
.gf-discount-row em{font-style:normal;font-size:11px;font-weight:750;color:#389447}
.gf-bill-total{border-top:1px dashed #d9dee8;margin-top:8px;padding-top:12px;display:flex;align-items:center;justify-content:space-between;color:#181a20;font-size:14px;font-weight:750}
.gf-bill-total strong{font-size:18px}
.gf-payment-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.gf-payment-list li{border:1px solid #e6e9ef;border-radius:11px;padding:10px 12px;background:#fff}
.gf-payment-list input{accent-color:var(--gf-green);margin-right:8px}
.gf-payment-list label{font-size:13px;font-weight:650;color:#181a20;margin:0}
.payment_box p{margin:7px 0 0;color:#747985;font-size:12px;line-height:1.4}
.gf-policy-card p{margin:0;color:#6d7380;font-size:12px;line-height:1.45;font-weight:650}
.gf-checkout-paybar{position:fixed;left:50%;bottom:18px;z-index:90;width:min(520px,calc(100% - 28px));transform:translateX(-50%);background:#fff;border-radius:14px;padding:10px;box-shadow:0 -8px 26px rgba(16,24,40,.13);display:grid;grid-template-columns:1fr 1.45fr;gap:10px}
.gf-checkout-paybar>div{background:var(--gf-green);border-radius:10px;color:#fff;padding:10px 12px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.gf-checkout-paybar>div strong{font-size:16px;font-weight:750;line-height:1}
.gf-checkout-paybar>div span{font-size:10px;font-weight:600;opacity:.9;margin-top:4px}
.gf-checkout-paybar button{border:0;border-radius:10px;background:var(--gf-green);color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;min-height:58px}
.gf-checkout-paybar button:disabled{background:#a3a3a3;cursor:not-allowed}

/* =====================  ACCOUNT / SUPPORT  ===================== */
.gf-account-page,.gf-support-page{padding:22px 0 86px;background:#f4f6fb;min-height:70vh}
.gf-page-head{margin:0 0 16px}
.gf-page-head span{display:block;font-size:11px;font-weight:800;color:var(--gf-green);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}
.gf-page-head h1{font-family:var(--gf-font);font-size:28px;font-weight:850;letter-spacing:0;color:#181a20;line-height:1.1;margin:0 0 6px}
.gf-page-head p{margin:0;color:#6b7280;font-size:13px;font-weight:500;line-height:1.45;max-width:680px}
.gf-account-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;align-items:start}
.gf-account-nav,.gf-account-content,.gf-order-card,.gf-address-panel,.gf-support-note{background:#fff;border:1px solid #edf0f4;border-radius:14px;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.gf-account-nav{position:sticky;top:118px;padding:8px;display:grid;gap:4px}
.gf-account-nav a{display:flex;align-items:center;gap:10px;padding:12px;border-radius:10px;color:#303642;font-size:13px;font-weight:650}
.gf-account-nav a i{width:30px;height:30px;border-radius:9px;background:#f1f8f2;color:var(--gf-green);display:inline-flex;align-items:center;justify-content:center;font-size:15px}
.gf-account-nav a:hover,.gf-account-nav a.active{background:#f3fbf4;color:var(--gf-green)}
.gf-account-content{padding:18px;min-width:0}
.gf-orders-list{display:grid;gap:12px}
.gf-order-card{padding:14px}
.gf-order-main{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.gf-order-id{display:block;color:#6b7280;font-size:12px;font-weight:650;margin-bottom:3px}
.gf-order-main strong{font-size:18px;font-weight:800;color:#181a20}
.gf-order-status{display:inline-flex;align-items:center;min-height:28px;border-radius:999px;padding:0 10px;background:#eef6ff;color:#1d4ed8;font-size:11px;font-weight:800;white-space:nowrap}
.gf-order-status--completed,.gf-order-status--delivered{background:#e8f5ea;color:#0c831f}
.gf-order-status--canceled,.gf-order-status--cancelled{background:#fee2e2;color:#b91c1c}
.gf-order-status--hold,.gf-order-status--archived{background:#fff7ed;color:#c2410c}
.gf-order-status--packed,.gf-order-status--ready-for-pickup{background:#fef3c7;color:#92400e}
.gf-order-meta{display:flex;flex-wrap:wrap;gap:8px 12px;color:#68707d;font-size:12px;font-weight:550;padding-top:10px;border-top:1px solid #f0f2f5}
.gf-order-meta span{display:inline-flex;align-items:center;gap:5px}
.gf-order-meta i{color:var(--gf-green)}
.gf-order-view{margin-top:12px;display:flex;align-items:center;justify-content:space-between;min-height:38px;border-radius:9px;background:#f5fbf6;color:var(--gf-green);padding:0 12px;font-size:13px;font-weight:800}
.gf-empty-state,.gf-address-empty{border:1px dashed #cde7d3;border-radius:14px;background:#fbfffc;padding:26px 18px;text-align:center;color:#68707d}
.gf-empty-state i,.gf-address-empty i{display:inline-flex;width:54px;height:54px;border-radius:15px;background:#e8f5ea;color:var(--gf-green);align-items:center;justify-content:center;font-size:25px;margin-bottom:10px}
.gf-empty-state strong,.gf-address-empty strong{display:block;color:#181a20;font-size:17px;font-weight:800;margin-bottom:6px}
.gf-empty-state p,.gf-address-empty p{max-width:440px;margin:0 auto 14px;font-size:13px;line-height:1.45}
.gf-empty-state a,.gf-address-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:9px;background:var(--gf-green);color:#fff;padding:0 14px;font-size:13px;font-weight:800}
.gf-address-panel{padding:18px}
.gf-account-alert{border-radius:10px;padding:11px 13px;margin-bottom:12px;font-size:13px;font-weight:700}
.gf-account-alert.is-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#15803d}
.gf-account-alert.is-error{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c}
.gf-saved-address{border:1px solid #d7eadb;border-radius:14px;background:#fbfffc;padding:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.gf-saved-address span{display:block;color:#68707d;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:5px}
.gf-saved-address strong{display:block;color:#181a20;font-size:16px;font-weight:800;margin-bottom:6px}
.gf-saved-address p{margin:0;color:#4b5563;font-size:13px;line-height:1.5}
.gf-saved-address a{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:9px;background:#e8f5ea;color:var(--gf-green);padding:0 12px;font-size:12px;font-weight:800;white-space:nowrap}
.gf-address-form{margin-top:16px}
.gf-profile-form fieldset{border:1px solid #edf0f4;border-radius:12px;padding:14px;margin:12px 0}
.gf-profile-form legend{float:none;width:auto;padding:0 6px;margin:0 0 8px;font-size:14px;font-weight:800;color:#181a20}
.gf-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.gf-form-wide{grid-column:1/-1}
.gf-profile-form p{margin:0 0 12px}
.gf-profile-form label{display:block;font-size:12px;font-weight:700;color:#68707d;margin-bottom:5px}
.gf-profile-form input{width:100%;height:46px;border:1px solid #e4e7ec;border-radius:10px;background:#fff;color:#181a20;font-size:14px;font-weight:500;padding:0 12px;outline:none}
.gf-profile-form input:focus{border-color:var(--gf-green);box-shadow:0 0 0 3px rgba(12,131,31,.09)}
.gf-profile-form .basicbtn{border:0;background:var(--gf-green);color:#fff;border-radius:10px;min-height:46px;padding:0 18px;font-size:14px;font-weight:800}
.gf-support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px}
.gf-support-card{background:#fff;border:1px solid #edf0f4;border-radius:14px;padding:16px;color:#181a20;display:grid;gap:8px;min-height:150px;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.gf-support-card i{width:42px;height:42px;border-radius:12px;background:#e8f5ea;color:var(--gf-green);display:inline-flex;align-items:center;justify-content:center;font-size:20px}
.gf-support-card strong{font-size:15px;font-weight:800}
.gf-support-card span{font-size:12px;font-weight:500;color:#68707d;line-height:1.4}
.gf-support-card:hover{border-color:#cfe8d5;background:#fbfffc}
.gf-support-note{padding:16px}
.gf-support-note h2{font-size:16px;font-weight:800;margin:0 0 6px;color:#181a20}
.gf-support-note p{margin:0;color:#68707d;font-size:13px;line-height:1.5}
.gf-list-page,.gf-error-page{padding:22px 0 92px;background:#f4f6fb;min-height:70vh}
.gf-wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gf-wishlist-card{background:#fff;border:1px solid #edf0f4;border-radius:14px;padding:12px;position:relative;box-shadow:0 1px 2px rgba(16,24,40,.03);display:grid;gap:10px}
.gf-wishlist-remove{position:absolute;right:8px;top:8px;width:28px;height:28px;border-radius:50%;background:#fff;color:#b91c1c;border:1px solid #fee2e2;display:flex;align-items:center;justify-content:center;z-index:2}
.gf-wishlist-img{display:block;background:#fbfbfb;border-radius:10px;aspect-ratio:1;overflow:hidden}
.gf-wishlist-img img{width:100%;height:100%;object-fit:contain;padding:10px}
.gf-wishlist-copy{display:grid;gap:4px;min-width:0}
.gf-wishlist-copy a{font-size:13px;font-weight:650;color:#181a20;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gf-wishlist-copy span{font-size:14px;font-weight:800;color:#181a20}
.gf-order-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:12px;margin-bottom:12px}
.gf-order-detail-card,.gf-order-address-card,.gf-order-items-card,.gf-order-bill-card{padding:14px}
.gf-order-address-card h2,.gf-order-items-card h2,.gf-order-bill-card h2{font-size:16px;font-weight:800;color:#181a20;margin:0 0 10px}
.gf-order-address-card p{margin:0 0 6px;color:#303642;font-size:13px;line-height:1.45}
.gf-order-address-card span{font-size:12px;font-weight:750;color:#68707d}
.gf-order-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.gf-order-actions a{min-height:40px;border-radius:9px;background:#f5fbf6;color:var(--gf-green);display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:800}
.gf-order-items{display:grid;gap:10px}
.gf-order-line{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #f0f2f5}
.gf-order-line:first-child{border-top:0;padding-top:0}
.gf-order-line img{width:54px;height:54px;border-radius:10px;background:#fbfbfb;border:1px solid #edf0f4;object-fit:contain;padding:5px}
.gf-order-line div{min-width:0}
.gf-order-line div a{display:block;font-size:13px;font-weight:650;color:#181a20;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gf-order-line div span{display:block;color:#68707d;font-size:12px;font-weight:550;margin-top:3px}
.gf-order-line strong{font-size:13px;font-weight:800;color:#181a20;white-space:nowrap}
.gf-error-card{max-width:680px;margin:0 auto;background:#fff;border:1px solid #edf0f4;border-radius:18px;padding:34px 22px;text-align:center;box-shadow:0 1px 2px rgba(16,24,40,.03)}
.gf-error-card>span{display:inline-flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:22px;background:#e8f5ea;color:var(--gf-green);font-size:24px;font-weight:900;margin-bottom:14px}
.gf-error-card h1{font-size:30px;font-weight:900;color:#181a20;margin:0 0 8px}
.gf-error-card p{max-width:480px;margin:0 auto 18px;color:#68707d;font-size:14px;line-height:1.5}
.gf-error-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}
.gf-error-actions a{display:inline-flex;align-items:center;gap:7px;min-height:42px;border-radius:10px;background:var(--gf-green);color:#fff;padding:0 14px;font-size:13px;font-weight:800}
.gf-error-actions a:nth-child(n+2){background:#f5fbf6;color:var(--gf-green)}

/* =====================  THANKS  ===================== */
.gf-thanks{text-align:center;padding:60px 16px;max-width:680px;margin:0 auto}
.gf-thanks-icon{width:88px;height:88px;background:var(--gf-green-l);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:42px;color:var(--gf-green);margin-bottom:18px}
.gf-thanks h1{font-family:var(--gf-font);font-size:32px;font-weight:900;margin:0 0 8px}
.gf-thanks p{font-size:15px;color:var(--gf-muted);margin:0 0 22px}

/* =====================  RESPONSIVE  ===================== */
@media (max-width:1100px){
    .gf-header-inner{grid-template-columns:220px minmax(220px,1fr) auto}
    .gf-pin{grid-column:1 / -1;order:4;height:44px}
    .gf-pin .text strong{max-width:none}
    .gf-cat-grid{grid-template-columns:repeat(6,1fr)}
    .gf-prods{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:900px){
    .gf-hero-grid{grid-template-columns:1fr}
    .gf-hero h1{font-size:32px}
    .gf-hero-art{order:-1}
    .gf-pdp-grid{grid-template-columns:1fr;gap:24px}
    .gf-shop-grid{grid-template-columns:1fr}
    .gf-shop-sidebar{position:static}
    .gf-cart-page,.gf-checkout{grid-template-columns:1fr}
    .gf-combos{grid-template-columns:repeat(2,1fr)}
    .gf-testimonials{grid-template-columns:1fr}
    .gf-foot-grid{grid-template-columns:1fr 1fr}
    .gf-banner-strip{grid-template-columns:1fr}
    .gf-account-shell{grid-template-columns:1fr}
    .gf-account-nav{position:static;display:grid;grid-template-columns:repeat(3,1fr)}
    .gf-support-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:680px){
    :root{--gf-topbar-h:46px;--gf-mobile-header-h:70px;--gf-mobile-search-h:58px}
    body.gf{background:#f4f6fb;font-size:13px;padding-top:calc(var(--gf-topbar-h) + var(--gf-mobile-header-h) + var(--gf-mobile-search-h))}
    body.gf-app-banner-closed{padding-top:calc(var(--gf-mobile-header-h) + var(--gf-mobile-search-h))}
    .gf-wrap{padding:0 10px}
    .gf-topbar{position:fixed;left:0;right:0;top:0;height:var(--gf-topbar-h);font-size:10px;padding:5px 10px;gap:8px}
    .gf-app-logo{font-size:9px;padding:7px 5px}
    .gf-app-copy{font-size:10px}
    .gf-app-copy strong{font-size:11px}
    .gf-app-use{padding:8px 17px;border-radius:9px;font-size:12px}
    .gf-header{position:fixed;left:0;right:0;top:var(--gf-topbar-h);z-index:80;box-shadow:none;backdrop-filter:none;background:#fff;border-bottom:1px solid #eceff3}
    body.gf-app-banner-closed .gf-header{top:0}
    .gf-header-inner{display:block;padding:0}
    .gf-mobile-main{display:grid;grid-template-columns:28px minmax(0,1fr) 42px;align-items:center;gap:8px;padding:9px 0 7px}
    .gf-menu-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:34px;border:0;border-radius:0;background:transparent;color:#111;font-size:23px;box-shadow:none}
    .gf-logo{min-height:34px;font-size:18px;border-radius:0;padding:0;min-width:0}
    .gf-brand-mark{width:30px;height:30px;border-radius:7px;font-size:15px}
    .gf-brand-name{font-size:20px}
    .gf-store-state{font-size:17px}
    .gf-store-address{font-size:10px;max-width:260px}
    .gf-logo .dot{display:none}
    .gf-desktop-only{display:none !important}
    .gf-mobile-scroll-tools{display:block;position:fixed;left:0;right:0;top:calc(var(--gf-topbar-h) + var(--gf-mobile-header-h));z-index:79;height:var(--gf-mobile-search-h);padding-top:8px;padding-bottom:9px;background:#fff;border-bottom:1px solid #eceff3}
    body.gf-app-banner-closed .gf-mobile-scroll-tools{top:var(--gf-mobile-header-h)}
    .gf-pin{width:100%;height:38px;border-radius:12px;padding:6px 10px;margin-top:10px}
    .gf-mobile-scroll-tools .gf-pin{margin-top:0}
    .gf-mobile-scroll-tools .gf-pin{display:none}
    .gf-pin .ico{font-size:15px}
    .gf-pin .text{font-size:10px}
    .gf-pin .text strong{font-size:12px}
    .gf-search{margin-top:0}
    .gf-search input{height:40px;border-radius:8px;font-size:13px;padding-left:40px;background:#f8f8f8;border-color:#e5e7eb}
    .gf-search .ico{left:14px;font-size:15px;color:#555}
    .gf-actions{margin-left:0;gap:8px;justify-content:flex-end}
    .gf-icon-btn{display:none}
    .gf-cart-cta{height:38px;width:40px;justify-content:center;padding:0;border-radius:0;background:transparent;color:#111;box-shadow:none}
    .gf-cart-cta:hover{background:transparent;color:#111;transform:none}
    .gf-cart-cta,.gf-cart-cta i{color:#111 !important}
    .gf-cart-cta .label{display:none}
    .gf-cart-cta .count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0;font-size:10px;display:flex;align-items:center;justify-content:center}
    .gf-hero{display:none}
    .gf-slider-section{padding:6px 0 0;background:#fff}
    .gf-home-slider{grid-template-columns:none;grid-auto-columns:88%;gap:10px;padding-bottom:2px}
    .gf-home-slide{min-height:142px;border-radius:12px;padding:13px}
    .gf-slide-tag{font-size:9px;padding:4px 8px}
    .gf-home-slide h2{font-size:17px;max-width:235px;margin-top:26px;margin-bottom:4px}
    .gf-home-slide p{font-size:11px;max-width:220px}
    .gf-section{padding:12px 0;background:#fff;margin-bottom:0}
    #categories.gf-section{padding-top:6px}
    .gf-section + .gf-section{border-top:8px solid #f4f6fb}
    .gf-section-head{margin-bottom:10px}
    .gf-section-head h2{font-size:15px;font-weight:750}
    .gf-section-head .more{font-size:11px;text-transform:lowercase;color:#198b13}
    .gf-category-carousel{grid-auto-columns:calc((100% - 42px) / 4.5);gap:12px;padding-bottom:12px;margin-bottom:6px}
    .gf-category-bubble .ico{width:58px;height:58px;font-size:25px;border-radius:50%}
    .gf-category-bubble .lbl{font-size:10px;font-weight:650}
    .gf-cat-grid{grid-template-columns:repeat(4,1fr);gap:11px 8px}
    .gf-cat{padding:0;border:0;background:transparent;border-radius:0}
    .gf-cat:hover{transform:none;box-shadow:none}
    .gf-cat .ico{width:100%;height:64px;border-radius:9px;background:#e7f6f3;margin:0 auto 5px;font-size:28px}
    .gf-cat .lbl{font-size:10px;font-weight:650;line-height:1.05;color:#222}
    .gf-banner-strip{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:84%;gap:10px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:1px 1px 8px;margin-top:0;scrollbar-width:none}
    .gf-banner-strip::-webkit-scrollbar{display:none}
    .gf-banner{min-height:112px;border-radius:12px;padding:13px;scroll-snap-align:start}
    .gf-banner h3{font-size:17px}
    .gf-banner p{font-size:11px}
    .gf-banner-tag{font-size:9px;padding:3px 8px}
    .gf-section .gf-prods{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 10px) / 2.25);grid-template-columns:none;gap:10px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
    .gf-section .gf-prods::-webkit-scrollbar{display:none}
    .gf-shop-content .gf-prods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;overflow:visible;gap:10px}
    .gf-prod{padding:8px}
    .gf-prod{border-radius:9px;border-color:#e8eaef;box-shadow:none;scroll-snap-align:start}
    .gf-prod-img{border-radius:8px;background:#fff;margin-bottom:7px}
    .gf-prod-delivery{font-size:9px;margin-bottom:3px}
    .gf-prod-title{font-size:12px;min-height:30px}
    .gf-prod-qty{font-size:10px;margin-bottom:6px}
    .gf-prod-price{font-size:14px}
    .gf-prod-mrp{font-size:10px}
    .gf-prod-price-row{align-items:center;gap:5px}
    .gf-prod-add{min-width:48px;padding:5px 8px;background:#fff;border:1.5px solid #1a8f14;color:#1a8f14;border-radius:5px;font-size:11px;font-weight:900}
    .gf-subcat-carousel{grid-auto-columns:calc((100% - 42px) / 4.5);gap:12px;padding-bottom:14px;margin-bottom:16px}
    .gf-subcat-icon{width:58px;height:58px;font-size:25px}
    .gf-subcat-name{font-size:11px}
    .gf-combos{grid-template-columns:1fr}
    .gf-combo{min-width:0}
    .gf-combo-meta{min-width:0}
    .gf-combo-meta strong,.gf-combo-meta span{overflow-wrap:anywhere}
    .gf-bot-nav{display:flex}
    body.gf{padding-bottom:132px}
    .gf-floating-cart{bottom:calc(72px + env(safe-area-inset-bottom));width:calc(100% - 20px)}
    .gf-floating-cart-btn{min-height:52px;border-radius:10px;padding:9px 12px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
    .gf-floating-cart-btn strong{font-size:14px}
    .gf-floating-cart-count,.gf-floating-cart-total{font-size:11px;overflow:hidden;text-overflow:ellipsis}
    .gf-promise{display:none}
    .gf-testimonials{display:none}
    .gf-checkout-topbar{height:64px;padding:0 14px;grid-template-columns:40px 1fr 54px}
    .gf-checkout-topbar h1{font-size:17px}
    .gf-checkout-share{font-size:0}
    .gf-checkout-share i{font-size:18px}
    .gf-checkout-shell{display:block;max-width:430px;padding:10px 10px 104px}
    .gf-checkout-main,.gf-checkout-side{display:grid;gap:12px}
    .gf-checkout-side{margin-top:12px}
    .gf-checkout-panel{border-radius:13px;padding:12px}
    .gf-checkout-note{border-radius:12px;min-height:48px;padding:9px 12px}
    .gf-coupon-card{grid-template-columns:38px minmax(0,1fr) auto;border-radius:12px;padding:10px;gap:9px}
    .gf-coupon-icon{width:38px;height:38px;border-radius:10px;font-size:18px}
    .gf-coupon-copy strong{font-size:13px}
    .gf-coupon-copy small{font-size:10px}
    .gf-coupon-code span{min-height:24px;font-size:11px;padding:0 8px}
    .gf-coupon-apply{padding:7px 10px;border-radius:8px;font-size:11px}
    .gf-checkout-panel-head{margin-bottom:9px}
    .gf-account-tool-grid{gap:8px}
    .gf-account-tool-grid a{min-height:68px;border-radius:11px;padding:10px}
    .gf-account-tool-grid a i{width:28px;height:28px}
    .gf-account-tool-grid a span{font-size:11px}
    .gf-store-avatar{width:46px;height:46px;border-radius:13px}
    .gf-checkout-panel-head h2,.gf-checkout-section-title h2,.gf-bill-card h2,.gf-policy-card h2,.bigbag-checkout-payment h2{font-size:16px}
    .gf-checkout-items{max-height:382px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}
    .gf-checkout-items::-webkit-scrollbar{display:none}
    .gf-checkout-item{grid-template-columns:54px minmax(0,1fr) 42px;gap:9px;padding:8px 0}
    .gf-checkout-item img{width:54px;height:54px;border-radius:9px}
    .gf-checkout-item-info strong{font-size:12px}
    .gf-checkout-item-info span,.gf-checkout-item-info small{font-size:10px}
    .gf-checkout-item-info b{font-size:12px}
    .gf-checkout-qty{width:40px;min-width:40px;height:28px}
    .gf-checkout-form-grid{grid-template-columns:1fr;gap:10px}
    .gf-field--full{grid-column:auto}
    .gf-field label{font-size:10px}
    .gf-field input,.gf-field select{height:44px}
    .gf-field textarea{min-height:76px}
    .gf-bill-card{padding:12px}
    .gf-bill-row{font-size:12px;padding:5px 0}
    .gf-bill-total strong{font-size:17px}
    .gf-checkout-paybar{bottom:12px;width:calc(100% - 20px);max-width:410px;border-radius:13px;padding:9px;grid-template-columns:1fr 1.5fr}
    .gf-checkout-paybar>div{border-radius:9px;padding:9px 11px}
    .gf-checkout-paybar>div strong{font-size:16px}
    .gf-checkout-paybar button{min-height:56px;border-radius:9px;font-size:15px}
    .gf-account-page,.gf-support-page{padding:12px 0 96px}
    .gf-page-head{margin-bottom:12px}
    .gf-page-head h1{font-size:21px}
    .gf-page-head p{font-size:12px}
    .gf-account-nav{gap:7px;margin-bottom:10px;padding:8px;border-radius:13px}
    .gf-account-nav a{min-height:64px;padding:8px;flex-direction:column;justify-content:center;text-align:center;gap:5px;font-size:10px;line-height:1.15}
    .gf-account-nav a i{width:28px;height:28px;border-radius:8px;font-size:14px}
    .gf-account-content{padding:12px;border-radius:13px}
    .gf-order-main{align-items:flex-start}
    .gf-order-main strong{font-size:16px}
    .gf-order-status{font-size:10px;max-width:132px;white-space:normal;text-align:center;justify-content:center}
    .gf-order-meta{display:grid;gap:7px;font-size:11px}
    .gf-form-grid,.gf-support-grid,.gf-wishlist-grid,.gf-order-detail-grid{grid-template-columns:1fr}
    .gf-support-card{min-height:120px;padding:13px}
    .gf-address-panel{padding:12px}
    .gf-saved-address{display:block;padding:14px}
    .gf-saved-address a{margin-top:12px;width:100%}
    .gf-list-page,.gf-error-page{padding:12px 0 96px}
    .gf-wishlist-card{border-radius:12px;padding:10px}
    .gf-order-actions{grid-template-columns:1fr}
    .gf-order-line{grid-template-columns:48px minmax(0,1fr) auto}
    .gf-order-line img{width:48px;height:48px}
    .gf-error-card{border-radius:14px;padding:26px 14px}
    .gf-error-card h1{font-size:23px}
    .gf-error-actions{display:grid}
    .gf-pdp{padding:0 0 86px;background:#f4f6fb}
    .gf-pdp .gf-wrap{padding:0}
    .gf-breadcrumb{display:none}
    .gf-pdp-grid{display:block}
    .gf-pdp-gallery{border:0;border-radius:0;padding:0;background:#fff}
    .gf-pdp-gallery img{width:100%;height:auto;max-height:none}
    .gf-pdp-info{background:#fff;margin:8px 10px 0;border-radius:8px;padding:12px}
    .gf-pdp-info h1{font-size:16px;font-weight:900;line-height:1.2}
    .gf-pdp-price{font-size:17px}
    .gf-pdp-ctas{position:fixed;left:0;right:0;bottom:0;z-index:95;background:#fff;padding:10px 12px;box-shadow:0 -4px 18px rgba(16,24,40,.12);margin:0;display:grid;grid-template-columns:1fr;gap:10px}
    .gf-pdp-qty-stepper,.gf-pdp-buy-btn{display:none}
    .gf-pdp-add-btn{height:52px;border-radius:7px;font-size:15px;font-weight:900}
}
