/*
Theme Name: Gorerkhabar Child
Theme URI: https://gorerkhabar.com
Description: Astra child theme for Gorerkhabar — premium Bangla organic food storefront. Modern Ghorer-Bazar inspired layout (green primary #0f4c3a, orange CTA #f27a21). WooCommerce ready. Font: Hind Siliguri.
Author: Gorerkhabar
Author URI: https://gorerkhabar.com
Template: astra
Version: 2.0.0
Text Domain: gorerkhabar-child
*/

/* =====================================================
   Gorerkhabar — Design System v2 (Bento / Ghorer Bazar)
   ===================================================== */

:root {
    --gk-green: #0f4c3a;
    --gk-green-2: #0c3e2f;
    --gk-green-bright: #12b36c;
    --gk-green-soft: #eaf4f0;
    --gk-green-mint: #e2f9ee;

    --gk-orange: #f27a21;
    --gk-orange-2: #d86512;
    --gk-orange-soft: #fef2e6;
    --gk-orange-tint: #fdf3eb;

    --gk-amber: #f59e0b;
    --gk-amber-soft: #fff3c2;

    --gk-red: #d32f2f;
    --gk-red-soft: #fef2f2;
    --gk-pink: #ec4899;

    --gk-bg: #faf9f6;
    --gk-white: #ffffff;
    --gk-slate-50: #f8fafc;
    --gk-slate-100: #f1f5f9;
    --gk-slate-150: #ecf1f6;
    --gk-slate-200: #e2e8f0;
    --gk-slate-300: #cbd5e1;
    --gk-slate-400: #94a3b8;
    --gk-slate-500: #64748b;
    --gk-slate-600: #475569;
    --gk-slate-700: #334155;
    --gk-slate-800: #1e293b;
    --gk-slate-900: #0f172a;
    --gk-slate-950: #020617;

    --gk-shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);
    --gk-shadow-sm: 0 1px 3px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);
    --gk-shadow: 0 4px 12px rgba(15, 23, 42, .07);
    --gk-shadow-md: 0 8px 24px rgba(15, 23, 42, .08);
    --gk-shadow-lg: 0 18px 48px rgba(15, 23, 42, .14);
    --gk-shadow-orange: 0 10px 25px -5px rgba(242, 122, 33, .25);

    --gk-r-sm: 10px;
    --gk-r: 12px;
    --gk-r-lg: 16px;
    --gk-r-xl: 20px;
    --gk-r-2xl: 24px;
    --gk-r-3xl: 30px;
    --gk-pill: 9999px;

    --gk-font: "Hind Siliguri", "Inter", "SolaimanLipi", system-ui, -apple-system, sans-serif;
    --gk-container: 1280px;
}

/* ---------- Global reset ---------- */
body, body *, body *::before, body *::after { box-sizing: border-box; }

body {
    font-family: var(--gk-font);
    background: var(--gk-bg);
    color: var(--gk-slate-800);
    -webkit-font-smoothing: antialiased;
    line-height: 1.55;
}

body img, body video, body svg { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }
body svg { flex-shrink: 0; }

a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gk-orange); }

::selection { background: var(--gk-green); color: #fff; }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--gk-slate-100); }
::-webkit-scrollbar-thumb { background: var(--gk-slate-300); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gk-slate-400); }

/* Container */
.gk-container { max-width: var(--gk-container); margin: 0 auto; padding: 0 16px; width: 100%; }
@media (min-width: 1024px) { .gk-container { padding: 0 24px; } }

/* =====================================================
   ASTRA OVERRIDES — strip parent decorations
   ===================================================== */
/* Astra CSS variable override — force full-width content */
:root {
    --site-content-max-width: 100% !important;
    --content-width: 100% !important;
    --ast-site-content-max-width: 100% !important;
}

html, body { max-width: 100%; overflow-x: hidden; }
body.gk-site, #page, #content, .site-content, .hfeed.site,
.ast-container, .ast-container-fluid,
.entry-content, .site-main, main#primary,
.woocommerce, .woocommerce-page main,
.woocommerce-page .site-main,
.single-product .site-main, .single-product main {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ast-container, .site-content > .ast-container, #content > .ast-container,
.entry-content, .ast-archive-description, .site-main { max-width: 100% !important; padding: 0 !important; }
.ast-builder-grid-row-container, .ast-builder-grid-row { display: none !important; }
.site-header, .ast-primary-header-bar, .ast-mobile-header-wrap, .ast-above-header-wrap, .ast-below-header-wrap { display: none !important; }
.ast-site-identity, .site-branding { display: none !important; }
#secondary, .secondary { display: none !important; }
.ast-archive-title, .page-header { display: none; }
.entry-header { display: none; }
.ast-no-sidebar #primary, .ast-right-sidebar #primary, .ast-left-sidebar #primary,
body.ast-page-builder-template #primary, body.ast-page-builder-template .site-main { width: 100% !important; max-width: 100% !important; padding: 0 !important; }
.site-content { padding: 0; }

/* Strip Astra page-wrapper padding on all WC contexts */
.woocommerce-page #primary, .woocommerce-page .site-content,
.single-product #primary, .single-product .site-content,
.post-type-archive-product #primary, .post-type-archive-product .site-content,
.tax-product_cat #primary, .tax-product_cat .site-content {
    max-width: 100% !important; padding: 0 !important; margin: 0 !important;
}

/* =====================================================
   GK HEADER
   ===================================================== */
.gk-header { position: sticky; top: 0; z-index: 40; width: 100%; background: #fff; box-shadow: var(--gk-shadow-xs); border-bottom: 1px solid var(--gk-slate-100); }

/* Announcement Bar */
.gk-announce {
    background: var(--gk-green);
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .3px;
}
.gk-announce-inner {
    max-width: var(--gk-container); margin: 0 auto;
    display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 6px;
}
@media (min-width: 640px) { .gk-announce-inner { flex-direction: row; gap: 16px; } }
.gk-announce-pill {
    background: #fbbf24; color: var(--gk-slate-900);
    padding: 2px 14px; border-radius: var(--gk-pill);
    font-size: 10px; font-weight: 700;
    display: none;
}
@media (min-width: 640px) { .gk-announce-pill { display: inline-block; } }
.gk-announce span { display: inline-flex; align-items: center; gap: 4px; }

/* Main Nav */
.gk-nav-main {
    max-width: var(--gk-container);
    margin: 0 auto;
    padding: 12px 16px;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
@media (min-width: 640px) { .gk-nav-main { padding: 16px; } }

.gk-mobile-toggle { display: inline-flex; padding: 4px; color: var(--gk-slate-700); background: none; border: 0; cursor: pointer; }
.gk-mobile-toggle:hover { color: var(--gk-green); }
@media (min-width: 768px) { .gk-mobile-toggle { display: none; } }

.gk-logo { display: flex; align-items: center; gap: 8px; cursor: pointer; user-select: none; text-decoration: none; }
.gk-logo-mark { background: #d1fae5; padding: 8px; border-radius: 12px; color: var(--gk-green); border: 1px solid #a7f3d0; display: inline-flex; }
.gk-logo-img { max-height: 44px; width: auto; }
.gk-logo-text { display: flex; flex-direction: column; line-height: 1; }
.gk-logo-name { display: inline-flex; gap: 4px; align-items: baseline; }
.gk-logo-name .gk-l-green { font-size: 22px; font-weight: 800; color: var(--gk-green); letter-spacing: -0.02em; }
.gk-logo-name .gk-l-orange { font-size: 22px; font-weight: 800; color: var(--gk-orange); letter-spacing: -0.02em; }
.gk-logo-tag { font-size: 10px; color: var(--gk-slate-500); font-weight: 500; letter-spacing: .15em; text-transform: uppercase; display: none; margin-top: 4px; }
@media (min-width: 640px) { .gk-logo-tag { display: block; } }

/* Search */
.gk-search-wrap { display: none; flex: 1; max-width: 520px; position: relative; }
@media (min-width: 768px) { .gk-search-wrap { display: block; } }
.gk-search-form { position: relative; }
.gk-search-form input[type="search"], .gk-search-form input[type="text"] {
    width: 100%;
    background: var(--gk-slate-50);
    border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-pill);
    padding: 9px 20px 9px 44px;
    font-size: 13px;
    color: var(--gk-slate-800);
    transition: all .2s ease;
    font-family: inherit;
    outline: none;
}
.gk-search-form input:focus { background: #fff; border-color: var(--gk-green); box-shadow: 0 0 0 3px rgba(15, 76, 58, .08); }
.gk-search-form .gk-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--gk-slate-400); }
.gk-search-form button[type="submit"] { display: none; }

/* Mobile Search Bar */
.gk-search-mobile { padding: 0 16px 12px; border-bottom: 1px solid var(--gk-slate-100); }
@media (min-width: 768px) { .gk-search-mobile { display: none; } }
.gk-search-mobile input[type="search"], .gk-search-mobile input[type="text"] {
    width: 100%;
    background: var(--gk-slate-100);
    border: 1px solid transparent;
    border-radius: var(--gk-pill);
    padding: 8px 16px 8px 36px;
    font-size: 12px;
    font-family: inherit;
    outline: none;
}

/* Right tools */
.gk-tools { display: flex; align-items: center; gap: 8px; color: var(--gk-slate-700); }
@media (min-width: 640px) { .gk-tools { gap: 14px; } }
.gk-tool-shop {
    display: none;
    align-items: center; gap: 6px;
    font-size: 12px; font-weight: 600;
    padding: 8px 18px;
    border-radius: var(--gk-pill);
    border: 1px solid var(--gk-slate-200);
    background: #fff;
    transition: all .2s ease;
}
@media (min-width: 640px) { .gk-tool-shop { display: inline-flex; } }
.gk-tool-shop:hover { border-color: var(--gk-green); color: var(--gk-green); }

.gk-tool-hotline {
    display: none;
    align-items: center; gap: 10px;
    color: var(--gk-slate-800);
}
@media (min-width: 1024px) { .gk-tool-hotline { display: flex; } }
.gk-tool-hotline .gk-hot-icon {
    background: var(--gk-green-soft); color: var(--gk-green);
    padding: 9px; border-radius: var(--gk-pill); display: inline-flex;
    transition: all .2s ease;
}
.gk-tool-hotline:hover .gk-hot-icon { background: var(--gk-green); color: #fff; }
.gk-tool-hotline .gk-hot-label { font-size: 10px; color: var(--gk-slate-500); font-weight: 500; line-height: 1; }
.gk-tool-hotline .gk-hot-num { font-size: 12px; font-weight: 700; color: var(--gk-slate-800); line-height: 1; margin-top: 3px; }

.gk-cart-btn {
    display: flex; align-items: center; gap: 8px;
    background: var(--gk-slate-50);
    color: var(--gk-slate-800);
    padding: 8px 16px;
    border-radius: var(--gk-pill);
    border: 1px solid rgba(226, 232, 240, .6);
    cursor: pointer;
    position: relative;
    transition: all .2s ease;
    font-family: inherit;
}
.gk-cart-btn:hover { background: var(--gk-green-soft); color: var(--gk-green); border-color: rgba(15, 76, 58, .25); }
.gk-cart-btn .gk-cart-icon-wrap { position: relative; display: inline-flex; }
.gk-cart-btn .gk-cart-count-badge {
    position: absolute; top: -10px; right: -10px;
    background: var(--gk-orange); color: #fff;
    font-size: 10px; font-weight: 800;
    width: 20px; height: 20px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--gk-pill); border: 2px solid #fff;
    animation: gk-pulse 2s ease-in-out infinite;
}
@keyframes gk-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.08); } }
.gk-cart-btn .gk-cart-meta { display: none; text-align: left; }
@media (min-width: 640px) { .gk-cart-btn .gk-cart-meta { display: block; } }
.gk-cart-btn .gk-cart-meta-label { font-size: 10px; color: var(--gk-slate-500); line-height: 1; }
.gk-cart-btn .gk-cart-meta-total { font-size: 13px; font-weight: 700; color: var(--gk-slate-800); margin-top: 3px; line-height: 1.1; }

/* Main category nav row */
.gk-cat-nav {
    display: none;
    background: var(--gk-slate-50);
    border-top: 1px solid rgba(241, 245, 249, .6);
    border-bottom: 1px solid rgba(241, 245, 249, .6);
}
@media (min-width: 768px) { .gk-cat-nav { display: block; } }
.gk-cat-nav-inner {
    max-width: var(--gk-container); margin: 0 auto;
    padding: 0 16px;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 13px;
}
.gk-cat-nav-inner nav { display: flex; align-items: center; gap: 2px; }
.gk-cat-nav-inner nav a, .gk-cat-nav-inner nav button {
    padding: 12px 14px;
    color: var(--gk-slate-700);
    font-weight: 600;
    transition: color .2s;
    background: none; border: 0; cursor: pointer;
    font-family: inherit; font-size: inherit;
    display: inline-flex; align-items: center; gap: 4px;
}
.gk-cat-nav-inner nav a.gk-strong, .gk-cat-nav-inner nav button.gk-strong { font-weight: 700; }
.gk-cat-nav-inner nav a:hover, .gk-cat-nav-inner nav button:hover { color: var(--gk-green); }
.gk-cat-nav-inner .gk-divider { width: 1px; height: 16px; background: var(--gk-slate-200); margin: 0 6px; }
.gk-cat-nav-right { color: var(--gk-green); font-weight: 600; font-size: 12px; display: inline-flex; align-items: center; gap: 4px; }

/* Mobile Drawer */
.gk-mobile-drawer { display: none; position: fixed; inset: 0; z-index: 60; }
.gk-mobile-drawer.is-open { display: flex; }
.gk-mobile-drawer .gk-md-bg { position: fixed; inset: 0; background: rgba(15, 23, 42, .6); backdrop-filter: blur(2px); }
.gk-mobile-drawer .gk-md-panel {
    position: relative; width: 320px; max-width: 85vw; background: #fff; height: 100%;
    box-shadow: var(--gk-shadow-lg); display: flex; flex-direction: column; z-index: 10;
    animation: gk-slide-left .25s ease-out;
}
@keyframes gk-slide-left { from { transform: translateX(-100%); } to { transform: translateX(0); } }
.gk-md-header { padding: 16px; background: var(--gk-slate-50); border-bottom: 1px solid var(--gk-slate-100); display: flex; justify-content: space-between; align-items: center; }
.gk-md-close { color: var(--gk-slate-500); padding: 4px; background: none; border: 0; cursor: pointer; }
.gk-md-close:hover { color: var(--gk-red); }
.gk-md-body { flex: 1; overflow-y: auto; padding: 16px; }
.gk-md-section { margin-bottom: 16px; }
.gk-md-section h4 { font-size: 11px; font-weight: 700; color: var(--gk-slate-400); text-transform: uppercase; letter-spacing: .15em; padding-left: 8px; margin: 0 0 8px; }
.gk-md-section a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 13px; font-weight: 600; color: var(--gk-slate-700); }
.gk-md-section a:hover { background: var(--gk-slate-50); color: var(--gk-green); }
.gk-md-section a.is-active { background: var(--gk-green-soft); color: var(--gk-green); border-left: 4px solid var(--gk-green); }
.gk-md-contact { padding: 12px; background: var(--gk-slate-50); border-radius: 12px; margin-top: 12px; }
.gk-md-contact .label { font-size: 10px; color: var(--gk-slate-500); font-weight: 600; }
.gk-md-contact a { color: var(--gk-slate-800); font-weight: 700; padding: 4px 0; display: inline-flex; align-items: center; gap: 4px; }

/* =====================================================
   FOOTER
   ===================================================== */
.gk-footer { background: #fff; color: var(--gk-slate-800); padding: 48px 0 24px; border-top: 1px solid var(--gk-slate-200); }

.gk-footer-features {
    max-width: var(--gk-container); margin: 0 auto; padding: 0 16px;
    display: grid; grid-template-columns: 1fr; gap: 24px;
    padding-bottom: 40px; border-bottom: 1px solid var(--gk-slate-200);
}
@media (min-width: 768px) { .gk-footer-features { grid-template-columns: repeat(4, 1fr); } }
.gk-feature { display: flex; gap: 16px; align-items: flex-start; }
.gk-feature-ico {
    background: var(--gk-slate-50); padding: 12px;
    border-radius: 12px; color: var(--gk-green);
    border: 1px solid var(--gk-slate-100); flex-shrink: 0;
}
.gk-feature h4 { font-size: 14px; font-weight: 700; color: var(--gk-slate-900); margin: 0 0 2px; }
.gk-feature p { font-size: 12px; color: var(--gk-slate-500); margin: 0; line-height: 1.55; }

.gk-footer-cols {
    max-width: var(--gk-container); margin: 0 auto; padding: 40px 16px;
    display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 768px) { .gk-footer-cols { grid-template-columns: repeat(4, 1fr); } }
.gk-fcol h4 {
    font-size: 14px; font-weight: 700; color: var(--gk-slate-900);
    text-transform: uppercase; letter-spacing: .08em;
    border-bottom: 1px solid var(--gk-slate-200);
    padding-bottom: 8px; margin: 0 0 14px;
}
.gk-fcol ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.gk-fcol ul li a { font-size: 12px; color: var(--gk-slate-600); transition: color .2s; }
.gk-fcol ul li a:hover { color: var(--gk-orange); text-decoration: underline; }
.gk-fcol .gk-fcol-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.gk-fcol .gk-fcol-brand .gk-fb-mark { background: var(--gk-green-soft); padding: 6px; border-radius: 8px; border: 1px solid rgba(15, 76, 58, .3); color: var(--gk-green); }
.gk-fcol .gk-fcol-brand .gk-fb-text { display: inline-flex; gap: 4px; align-items: baseline; }
.gk-fcol .gk-fcol-brand .gk-fb-text .gk-l-green { font-size: 18px; font-weight: 900; color: var(--gk-slate-900); }
.gk-fcol .gk-fcol-brand .gk-fb-text .gk-l-orange { font-size: 18px; font-weight: 900; color: var(--gk-orange); }
.gk-fcol-about { font-size: 12px; color: var(--gk-slate-600); line-height: 1.7; margin: 0 0 14px; }
.gk-fcol-socials { display: flex; gap: 10px; }
.gk-fcol-socials a {
    width: 34px; height: 34px; border-radius: var(--gk-pill);
    background: var(--gk-slate-50); border: 1px solid var(--gk-slate-200);
    color: var(--gk-slate-700);
    display: inline-flex; align-items: center; justify-content: center;
    transition: all .2s;
}
.gk-fcol-socials a:hover { background: var(--gk-orange); color: #fff; border-color: var(--gk-orange); }

.gk-fcontact { font-size: 12px; color: var(--gk-slate-600); display: flex; flex-direction: column; gap: 12px; }
.gk-fcontact li { display: flex; gap: 10px; align-items: flex-start; }
.gk-fcontact li svg { color: var(--gk-green); flex-shrink: 0; margin-top: 1px; }

.gk-footer-bottom {
    max-width: var(--gk-container); margin: 0 auto; padding: 24px 16px 0;
    border-top: 1px solid var(--gk-slate-200);
    display: flex; flex-direction: column; gap: 16px; align-items: center; justify-content: space-between;
    font-size: 12px;
}
@media (min-width: 768px) { .gk-footer-bottom { flex-direction: row; } }
.gk-copy { color: var(--gk-slate-500); font-weight: 500; }
.gk-payments { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: center; }
.gk-payments .label { font-size: 10px; color: var(--gk-slate-500); font-weight: 700; margin-right: 4px; }
.gk-payments .gk-pm {
    background: var(--gk-slate-50); padding: 5px 10px;
    border-radius: 8px; border: 1px solid var(--gk-slate-200);
    font-size: 10px; font-weight: 800; letter-spacing: -.01em;
}
.gk-payments .gk-pm.bkash { color: var(--gk-pink); }
.gk-payments .gk-pm.nagad { color: var(--gk-orange-2); }
.gk-payments .gk-pm.rocket { color: #3b82f6; }
.gk-payments .gk-pm.cod { color: var(--gk-slate-500); }

/* =====================================================
   HOME / FRONT PAGE
   ===================================================== */
.gk-home { padding-bottom: 64px; background: var(--gk-bg); }
.gk-home > section { max-width: var(--gk-container); margin: 0 auto; padding: 0 16px; }
.gk-home > section + section { margin-top: 48px; }
.gk-section-head { border-bottom: 1px solid var(--gk-slate-200); padding-bottom: 12px; margin-bottom: 24px; }
.gk-section-head .gk-eyebrow {
    display: inline-block;
    background: var(--gk-green-soft); color: var(--gk-green);
    font-size: 10px; font-weight: 800; letter-spacing: .08em;
    padding: 4px 12px; border-radius: var(--gk-pill);
    text-transform: uppercase;
}
.gk-section-head .gk-eyebrow.orange { background: var(--gk-orange-soft); color: var(--gk-orange); }
.gk-section-head .gk-eyebrow.amber { background: var(--gk-amber-soft); color: var(--gk-green); }
.gk-section-head .gk-eyebrow.mint { background: var(--gk-green-mint); color: var(--gk-green-bright); }
.gk-section-head h2 {
    font-size: 22px; font-weight: 800; color: var(--gk-slate-800);
    margin: 8px 0 0; line-height: 1.25;
}
@media (min-width: 640px) { .gk-section-head h2 { font-size: 24px; } }
.gk-section-head .gk-section-row { display: flex; justify-content: space-between; align-items: center; }
.gk-view-all { font-size: 12px; font-weight: 700; color: var(--gk-green); display: inline-flex; align-items: center; gap: 4px; }
.gk-view-all:hover { color: var(--gk-orange); text-decoration: underline; }

/* Hero / Slider */
.gk-hero {
    display: grid; grid-template-columns: 1fr; gap: 16px;
    padding-top: 16px;
}
@media (min-width: 1024px) { .gk-hero { grid-template-columns: 2fr 1fr; } }
.gk-hero.gk-hero-no-teaser { grid-template-columns: 1fr !important; }

.gk-slider {
    position: relative; height: 280px;
    background: var(--gk-slate-900); border-radius: var(--gk-r-2xl); overflow: hidden;
    box-shadow: var(--gk-shadow);
}
@media (min-width: 640px) { .gk-slider { height: 380px; } }
@media (min-width: 768px) { .gk-slider { height: 440px; } }
.gk-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease-in-out; z-index: 0; }
.gk-slide.is-active { opacity: 1; z-index: 10; }
.gk-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .4), rgba(0, 0, 0, .2)); z-index: 10; }
.gk-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gk-slide picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.gk-slide picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Image-only slider/teaser — no overlay, whole image clickable */
.gk-slider-clean .gk-slide { display: block; cursor: pointer; }
.gk-hero-teaser-clean { display: block; cursor: pointer; }
.gk-hero-teaser-clean img, .gk-hero-teaser-clean picture { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Teaser as a synced fading slider */
.gk-teaser-slider { position: relative; overflow: hidden; }
.gk-teaser-slide { position: absolute; inset: 0; display: block; opacity: 0; transition: opacity 1s ease-in-out; z-index: 0; cursor: pointer; }
.gk-teaser-slide.is-active { opacity: 1; z-index: 2; }
.gk-teaser-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
/* Image-only mid promo banner — auto height, no overlay/text, clickable */
.gk-promo-banner.gk-promo-clean {
    display: block; height: auto; padding: 0;
    border-radius: var(--gk-r-3xl); overflow: hidden;
    box-shadow: var(--gk-shadow); cursor: pointer;
    background: transparent;
}
.gk-promo-banner.gk-promo-clean::before { display: none; }
.gk-promo-banner.gk-promo-clean img,
.gk-promo-banner.gk-promo-clean picture { position: static; width: 100%; height: auto; display: block; object-fit: contain; }
.gk-slide-content {
    position: absolute; inset: 0; z-index: 20;
    display: flex; align-items: center;
    padding: 24px;
}
@media (min-width: 640px) { .gk-slide-content { padding: 48px; } }
.gk-slide-content .inner { max-width: 480px; color: #fff; }
.gk-slide-promo {
    background: var(--gk-orange); color: #fff;
    font-size: 10px; font-weight: 800; letter-spacing: .12em;
    padding: 4px 14px; border-radius: var(--gk-pill);
    display: inline-block; text-transform: uppercase; margin-bottom: 12px;
}
.gk-slide-title { font-size: 22px; font-weight: 800; line-height: 1.2; margin: 0 0 12px; text-shadow: 0 2px 4px rgba(0,0,0,.3); }
@media (min-width: 640px) { .gk-slide-title { font-size: 30px; } }
@media (min-width: 768px) { .gk-slide-title { font-size: 36px; } }
.gk-slide-sub { font-size: 13px; color: rgba(255,255,255,.85); font-weight: 600; line-height: 1.6; margin: 0 0 16px; }
.gk-slide-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.gk-btn-primary {
    background: var(--gk-green); color: #fff;
    padding: 12px 24px; border-radius: var(--gk-pill);
    font-size: 13px; font-weight: 800; cursor: pointer; border: 0;
    box-shadow: 0 10px 25px -5px rgba(15, 76, 58, .3);
    transition: all .2s; display: inline-flex; align-items: center; gap: 6px;
    font-family: inherit;
}
.gk-btn-primary:hover { background: var(--gk-green-2); transform: translateY(-1px); color: #fff; }
.gk-btn-ghost {
    background: rgba(255,255,255,.1); color: #fff;
    padding: 12px 24px; border-radius: var(--gk-pill);
    font-size: 13px; font-weight: 700; cursor: pointer;
    border: 1px solid rgba(255,255,255,.2);
    backdrop-filter: blur(2px); transition: all .2s;
    font-family: inherit;
}
.gk-btn-ghost:hover { background: rgba(255,255,255,.2); color: #fff; }

.gk-slider-dots { position: absolute; bottom: 16px; left: 24px; z-index: 20; display: flex; gap: 6px; }
.gk-slider-dots button {
    width: 8px; height: 8px; border-radius: var(--gk-pill);
    background: rgba(255,255,255,.4); border: 0; cursor: pointer; transition: all .25s;
    padding: 0;
}
.gk-slider-dots button.is-active { background: var(--gk-orange); width: 22px; }

.gk-hero-teaser {
    display: none;
    position: relative;
    background: var(--gk-slate-900);
    border-radius: var(--gk-r-2xl); overflow: hidden;
    box-shadow: var(--gk-shadow);
    height: 440px;
}
@media (min-width: 1024px) { .gk-hero-teaser { display: block; } }
.gk-hero-teaser .gk-tease-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.4), rgba(0,0,0,.1)); z-index: 10; }
.gk-hero-teaser img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gk-hero-teaser:hover img { transform: scale(1.05); }
.gk-hero-teaser .gk-tease-content { position: absolute; bottom: 0; left: 0; right: 0; z-index: 20; padding: 32px; color: #fff; }
.gk-tease-content .tag {
    background: var(--gk-green); color: #fff;
    text-transform: uppercase; letter-spacing: .12em; font-weight: 600; font-size: 10px;
    padding: 4px 12px; border-radius: var(--gk-pill); display: inline-block; margin-bottom: 12px;
}
.gk-tease-content h3 { font-size: 20px; font-weight: 700; line-height: 1.25; margin: 0 0 8px; }
.gk-tease-content p { font-size: 12px; color: rgba(255,255,255,.85); font-weight: 500; margin: 0 0 14px; line-height: 1.6; }
.gk-tease-content .gk-btn-tease {
    background: var(--gk-orange); color: #fff;
    font-weight: 700; padding: 8px 20px;
    border-radius: var(--gk-pill); font-size: 12px;
    transition: all .2s; display: inline-flex; align-items: center; gap: 6px;
}
.gk-tease-content .gk-btn-tease:hover { background: var(--gk-orange-2); transform: scale(1.04); color: #fff; }

/* Top Sellers Bento */
.gk-top-sellers { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 768px) { .gk-top-sellers { grid-template-columns: repeat(2, 1fr); } }
.gk-ts-card {
    background: #fff; border-radius: var(--gk-r-2xl);
    border: 1px solid rgba(226, 232, 240, .8);
    padding: 16px;
    display: flex; flex-direction: column; gap: 16px;
    align-items: center;
    transition: all .25s;
    position: relative;
}
@media (min-width: 640px) { .gk-ts-card { flex-direction: row; align-items: stretch; } }
.gk-ts-card:hover { box-shadow: var(--gk-shadow); }
.gk-ts-card .gk-ts-img {
    width: 112px; height: 112px;
    border-radius: var(--gk-r); overflow: hidden; flex-shrink: 0;
    background: var(--gk-slate-50);
    border: 1px solid var(--gk-slate-100); position: relative;
    cursor: pointer;
}
@media (min-width: 640px) { .gk-ts-card .gk-ts-img { width: 144px; height: 144px; } }
.gk-ts-card .gk-ts-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gk-ts-card:hover .gk-ts-img img { transform: scale(1.05); }
.gk-ts-img .badge-save {
    position: absolute; top: 8px; left: 8px;
    background: var(--gk-orange); color: #fff;
    font-size: 9px; font-weight: 800;
    padding: 2px 8px; border-radius: 6px;
}
.gk-ts-img .badge-fire {
    position: absolute; top: 8px; right: 8px;
    background: var(--gk-red); color: #fff;
    font-size: 9px; font-weight: 700;
    padding: 2px 8px; border-radius: 6px;
    display: inline-flex; align-items: center; gap: 2px;
}
.gk-ts-body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; text-align: left; gap: 8px; }
.gk-ts-body .gk-cat-tag { font-size: 10px; color: var(--gk-green); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.gk-ts-body h3 {
    font-size: 14px; font-weight: 800; color: var(--gk-slate-800);
    line-height: 1.35; margin: 4px 0; cursor: pointer;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; text-overflow: ellipsis;
}
.gk-ts-body h3:hover { color: var(--gk-green); }
.gk-ts-rate { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--gk-slate-400); }
.gk-stars { display: inline-flex; color: #fbbf24; }
.gk-stars svg.muted { color: var(--gk-slate-200); }
.gk-ts-price { display: flex; align-items: baseline; gap: 10px; }
.gk-ts-price .now { font-size: 18px; font-weight: 800; color: var(--gk-orange); }
.gk-ts-price .was { font-size: 12px; color: var(--gk-slate-400); text-decoration: line-through; font-weight: 700; }
.gk-ts-save { display: inline-block; font-size: 10px; font-weight: 800; color: var(--gk-green-bright); background: var(--gk-green-mint); padding: 2px 8px; border-radius: 6px; }
.gk-ts-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 4px; }
.gk-btn-cart-out {
    background: #fff; color: var(--gk-orange);
    border: 1px solid var(--gk-orange); border-radius: var(--gk-r);
    padding: 9px 6px; font-size: 11px; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center; gap: 4px;
    transition: all .2s; cursor: pointer; font-family: inherit;
}
.gk-btn-cart-out:hover { background: var(--gk-orange); color: #fff; }
.gk-btn-order {
    background: var(--gk-orange); color: #fff;
    border: 0; border-radius: var(--gk-r);
    padding: 9px 6px; font-size: 11px; font-weight: 800;
    box-shadow: 0 4px 6px -1px rgba(242, 122, 33, .15);
    transition: all .2s; cursor: pointer; font-family: inherit;
}
.gk-btn-order:hover { background: var(--gk-orange-2); transform: translateY(-1px); color: #fff; }

/* Category Tiles */
.gk-cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
@media (min-width: 640px) { .gk-cats { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 768px) { .gk-cats { grid-template-columns: repeat(8, 1fr); } }
.gk-cat-tile {
    background: #fff; border: 1px solid var(--gk-slate-200);
    padding: 16px; border-radius: var(--gk-r-lg);
    text-align: center; cursor: pointer;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    box-shadow: var(--gk-shadow-xs); transition: all .25s;
}
.gk-cat-tile:hover { border-color: var(--gk-orange); box-shadow: var(--gk-shadow-sm); color: var(--gk-slate-800); }
.gk-cat-tile .gk-cat-ico {
    width: 56px; height: 56px; border-radius: var(--gk-pill);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px; margin-bottom: 12px;
    transition: transform .25s;
}
.gk-cat-tile:hover .gk-cat-ico { transform: scale(1.1); }
.gk-cat-tile h4 { font-size: 12px; font-weight: 800; color: var(--gk-slate-700); line-height: 1.3; margin: 0; }
.gk-cat-tile:hover h4 { color: var(--gk-orange); }
/* Per-category color presets */
.gk-cat-ico.bg-emerald { background: var(--gk-green-soft); color: var(--gk-green); }
.gk-cat-ico.bg-amber { background: #fef3c7; color: #b45309; }
.gk-cat-ico.bg-yellow { background: #fef9c3; color: #a16207; }
.gk-cat-ico.bg-orange { background: #ffedd5; color: var(--gk-orange); }
.gk-cat-ico.bg-tan { background: var(--gk-orange-tint); color: #c25a00; }
.gk-cat-ico.bg-red { background: #fef2f2; color: #dc2626; }
.gk-cat-ico.bg-stone { background: #f5f5f4; color: #92400e; }
.gk-cat-ico.bg-teal { background: #ccfbf1; color: #0f766e; }

/* Brands Strip */
.gk-brands {
    background: #fff;
    padding: 24px 16px;
    border: 1px solid rgba(226, 232, 240, .6);
    border-radius: var(--gk-r-3xl);
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around;
    gap: 24px; opacity: .7;
    transition: opacity .25s, filter .25s;
    filter: grayscale(100%);
}
.gk-brands:hover { opacity: 1; filter: grayscale(0%); }
.gk-brands .gk-brands-label {
    font-size: 11px; color: var(--gk-slate-400);
    text-transform: uppercase; letter-spacing: .18em; font-weight: 800;
}
.gk-brands .gk-brand { font-size: 13px; font-weight: 800; color: var(--gk-slate-700); letter-spacing: .08em; }

/* Video Showcase */
.gk-video-showcase {
    background: #0e2a35; border-radius: var(--gk-r-3xl);
    overflow: hidden;
    display: flex; flex-direction: column;
    border: 1px solid #1e293b;
    box-shadow: var(--gk-shadow-lg);
    position: relative;
}
@media (min-width: 768px) { .gk-video-showcase { flex-direction: row; } }
.gk-video-showcase::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(6, 78, 59, .2), rgba(2, 6, 23, .8)); pointer-events: none; z-index: 1; }
.gk-vs-media {
    position: relative; min-height: 240px; background: var(--gk-slate-800);
    display: flex; align-items: center; justify-content: center;
}
@media (min-width: 768px) { .gk-vs-media { width: 50%; min-height: 320px; } }
.gk-vs-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.gk-vs-play {
    position: relative; z-index: 2;
    background: rgba(242, 122, 33, .9); color: #fff;
    width: 80px; height: 80px; border-radius: var(--gk-pill);
    display: inline-flex; align-items: center; justify-content: center;
    border: 0; cursor: pointer;
    box-shadow: 0 0 0 8px rgba(255,255,255,.1), 0 25px 50px rgba(0,0,0,.3);
    animation: gk-pulse 2.5s ease-in-out infinite;
    transition: all .25s;
}
.gk-vs-play:hover { background: var(--gk-orange); transform: scale(1.08); }
.gk-vs-body { padding: 32px; display: flex; flex-direction: column; justify-content: center; gap: 16px; z-index: 2; color: #fff; text-align: left; position: relative; }
@media (min-width: 768px) { .gk-vs-body { width: 50%; padding: 48px; } }
.gk-vs-body .eyebrow { font-size: 12px; font-weight: 800; color: var(--gk-orange); }
.gk-vs-body h2 { font-size: 24px; font-weight: 800; line-height: 1.2; margin: 0; color: #fff; }
@media (min-width: 640px) { .gk-vs-body h2 { font-size: 28px; } }
.gk-vs-body p { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.7; font-weight: 500; margin: 0; }
.gk-vs-cta { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
@media (min-width: 640px) { .gk-vs-cta { flex-direction: row; align-items: center; } }
.gk-vs-btn { background: var(--gk-orange); color: #fff; font-weight: 800; font-size: 12px; padding: 12px 22px; border-radius: var(--gk-pill); border: 0; box-shadow: var(--gk-shadow-md); cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all .2s; font-family: inherit; }
.gk-vs-btn:hover { background: var(--gk-orange-2); color: #fff; }
.gk-vs-meta { color: rgba(255,255,255,.6); font-size: 12px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }

/* =====================================================
   PRODUCT CARDS — used in shop & category rows
   ===================================================== */
.gk-grid { display: grid; gap: 16px; }
.gk-grid-2 { grid-template-columns: repeat(2, 1fr); }
.gk-grid-3 { grid-template-columns: repeat(2, 1fr); }
.gk-grid-4 { grid-template-columns: repeat(2, 1fr); }
.gk-grid-5 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) {
    .gk-grid-3 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
    .gk-grid-4 { grid-template-columns: repeat(4, 1fr); }
    .gk-grid-5 { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 1024px) {
    .gk-grid-5 { grid-template-columns: repeat(5, 1fr); }
}

.gk-card {
    background: #fff; border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-r-2xl); overflow: hidden;
    transition: all .25s;
    display: flex; flex-direction: column; height: 100%;
    position: relative;
}
.gk-card:hover { box-shadow: var(--gk-shadow); border-color: rgba(15, 76, 58, .2); }
.gk-card .gk-card-img {
    position: relative; aspect-ratio: 1 / 1;
    background: var(--gk-slate-50); overflow: hidden; cursor: pointer;
}
.gk-card .gk-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gk-card:hover .gk-card-img img { transform: scale(1.05); }
.gk-card-img .gk-badge-sale {
    position: absolute; top: 10px; left: 10px;
    background: var(--gk-orange); color: #fff;
    font-size: 11px; font-weight: 800;
    padding: 4px 10px; border-radius: 8px;
    z-index: 2;
}
.gk-card-img .gk-badge-weight {
    position: absolute; top: 10px; right: 10px;
    background: rgba(15, 23, 42, .6); color: #fff;
    font-size: 10px; font-weight: 800;
    padding: 2px 8px; border-radius: 6px;
    backdrop-filter: blur(4px); z-index: 2;
}
.gk-card-img .gk-badge-preorder {
    position: absolute; top: 10px; left: 10px;
    background: var(--gk-green-bright); color: #fff;
    font-size: 9px; font-weight: 800; letter-spacing: .1em;
    padding: 2px 8px; border-radius: 6px;
    z-index: 2; text-transform: uppercase;
}
.gk-card-img .gk-hover-eye {
    position: absolute; inset: 0; background: rgba(0,0,0,.2);
    opacity: 0; transition: opacity .25s;
    display: flex; align-items: center; justify-content: center;
}
.gk-card:hover .gk-card-img .gk-hover-eye { opacity: 1; }
.gk-card-img .gk-hover-eye a { background: #fff; color: var(--gk-slate-800); padding: 10px; border-radius: var(--gk-pill); box-shadow: var(--gk-shadow); transition: all .25s; transform: translateY(8px); }
.gk-card:hover .gk-card-img .gk-hover-eye a { transform: translateY(0); }
.gk-card-img .gk-hover-eye a:hover { background: var(--gk-green); color: #fff; }
.gk-card-body { padding: 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gk-card-rate { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--gk-slate-400); }
.gk-card-title {
    font-size: 13px; font-weight: 700; color: var(--gk-slate-800);
    line-height: 1.35; cursor: pointer; min-height: 38px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; text-overflow: ellipsis; margin: 0;
}
.gk-card-title:hover { color: var(--gk-green); }
.gk-card-price { display: flex; align-items: baseline; gap: 8px; padding-top: 4px; }
.gk-card-price .now { font-size: 15px; font-weight: 800; color: var(--gk-orange); }
.gk-card-price .was { font-size: 11px; color: var(--gk-slate-400); text-decoration: line-through; font-weight: 600; }
.gk-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 8px; }
.gk-btn-add-cart {
    font-size: 11px; font-weight: 700; color: var(--gk-orange);
    background: #fff; border: 1px solid var(--gk-orange);
    border-radius: var(--gk-r); padding: 8px 6px;
    display: inline-flex; align-items: center; justify-content: center; gap: 4px;
    cursor: pointer; transition: all .2s; font-family: inherit;
}
.gk-btn-add-cart:hover { background: var(--gk-orange); color: #fff; }
.gk-btn-buy-now {
    font-size: 11px; font-weight: 800; color: #fff;
    background: var(--gk-orange); border: 1px solid var(--gk-orange);
    border-radius: var(--gk-r); padding: 8px 6px;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .2s; font-family: inherit;
}
.gk-btn-buy-now:hover { background: var(--gk-orange-2); border-color: var(--gk-orange-2); color: #fff; }

/* Combo card variant */
.gk-card.gk-card-combo .gk-badge-sale { background: var(--gk-red); color: #fff; text-transform: uppercase; }
.gk-card.gk-card-combo .gk-btn-buy-now { padding: 10px 6px; font-size: 12px; }

/* Trust band */
.gk-trust-band {
    background: #fff; padding: 24px;
    border-radius: var(--gk-r-2xl); border: 1px solid var(--gk-slate-200);
    box-shadow: var(--gk-shadow-xs);
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
    text-align: center;
}
@media (min-width: 768px) { .gk-trust-band { grid-template-columns: repeat(4, 1fr); } }
.gk-trust-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 12px; transition: transform .25s; }
.gk-trust-item:hover { transform: scale(1.03); }
.gk-trust-ico {
    width: 56px; height: 56px; border-radius: var(--gk-pill);
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--gk-green-soft); color: var(--gk-green);
    border: 1px solid rgba(15, 76, 58, .12);
}
.gk-trust-ico.orange { background: var(--gk-orange-tint); color: var(--gk-orange); border-color: rgba(242, 122, 33, .15); }
.gk-trust-item h4 { font-size: 14px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
.gk-trust-item p { font-size: 11px; color: var(--gk-slate-500); font-weight: 600; margin: 0; }

/* Testimonials */
.gk-tests-head { text-align: center; max-width: 600px; margin: 0 auto 24px; }
.gk-tests-head h2 { font-size: 22px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
@media (min-width: 640px) { .gk-tests-head h2 { font-size: 24px; } }
.gk-tests-head p { font-size: 12px; color: var(--gk-slate-500); margin: 4px 0 8px; }
.gk-tests-head .gk-tests-dash { width: 48px; height: 2px; background: var(--gk-green); margin: 8px auto 0; border-radius: var(--gk-pill); }
.gk-tests { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 768px) { .gk-tests { grid-template-columns: repeat(3, 1fr); } }
.gk-test-card {
    background: #fff; border: 1px solid var(--gk-slate-200);
    padding: 24px; border-radius: var(--gk-r-2xl);
    display: flex; flex-direction: column; justify-content: space-between; gap: 14px;
    transition: box-shadow .25s; text-align: left;
}
.gk-test-card:hover { box-shadow: var(--gk-shadow); }
.gk-test-card p { font-size: 13px; color: var(--gk-slate-600); line-height: 1.7; font-style: italic; font-weight: 500; margin: 0; }
.gk-test-card .gk-test-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--gk-slate-100); padding-top: 14px; }
.gk-test-card .gk-test-foot h4 { font-size: 13px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
.gk-test-card .gk-test-foot .role { font-size: 10px; color: var(--gk-slate-400); font-weight: 600; }
.gk-test-card .gk-test-city { background: var(--gk-slate-50); font-size: 10px; color: var(--gk-slate-500); font-weight: 700; padding: 4px 8px; border-radius: 6px; }

/* FAQs */
.gk-faqs-wrap { max-width: 720px; margin: 0 auto; padding: 0 16px; }
.gk-faqs-head { text-align: center; margin-bottom: 24px; }
.gk-faqs-head h2 { font-size: 22px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
@media (min-width: 640px) { .gk-faqs-head h2 { font-size: 24px; } }
.gk-faqs-head p { font-size: 12px; color: var(--gk-slate-500); margin: 4px 0 0; }
.gk-faq {
    background: #fff; border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-r); overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s;
}
.gk-faq-q {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 16px; background: none; border: 0; cursor: pointer;
    font-family: inherit; font-size: 13px; font-weight: 700; color: var(--gk-slate-800);
    text-align: left; transition: color .2s;
}
.gk-faq-q:hover { color: var(--gk-green); }
.gk-faq-q .gk-chev { transition: transform .25s; }
.gk-faq.is-open .gk-faq-q .gk-chev { transform: rotate(180deg); }
.gk-faq-a { display: none; padding: 4px 16px 16px; font-size: 12px; color: var(--gk-slate-600); line-height: 1.7; border-top: 1px solid var(--gk-slate-100); font-weight: 500; }
.gk-faq.is-open .gk-faq-a { display: block; }

/* Mid Promo Banner */
.gk-promo-banner {
    position: relative; height: 180px; background: var(--gk-slate-900);
    border-radius: var(--gk-r-3xl); overflow: hidden; box-shadow: var(--gk-shadow);
    display: flex; align-items: center; justify-content: space-between;
    padding: 24px;
}
@media (min-width: 640px) { .gk-promo-banner { height: 220px; padding: 48px; } }
.gk-promo-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5), transparent); z-index: 1; }
.gk-promo-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gk-promo-banner > * { position: relative; z-index: 2; }
.gk-promo-text { color: #fff; max-width: 480px; }
.gk-promo-text .eyebrow { display: inline-block; color: var(--gk-orange); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; background: rgba(242, 122, 33, .15); padding: 2px 10px; border-radius: var(--gk-pill); margin-bottom: 6px; }
.gk-promo-text h2 { font-size: 22px; font-weight: 800; line-height: 1.2; margin: 0 0 6px; color: #fff; }
@media (min-width: 640px) { .gk-promo-text h2 { font-size: 30px; } }
.gk-promo-text p { font-size: 12px; color: rgba(255,255,255,.7); font-weight: 600; margin: 0; }
.gk-promo-cta { display: none; }
@media (min-width: 640px) { .gk-promo-cta { display: block; } }
.gk-promo-cta .gk-btn-promo { background: var(--gk-orange); color: #fff; font-weight: 800; padding: 12px 32px; border-radius: var(--gk-pill); font-size: 13px; box-shadow: var(--gk-shadow-lg); transition: transform .2s; display: inline-block; }
.gk-promo-cta .gk-btn-promo:hover { transform: scale(1.05); color: #fff; }

/* Combo wrap section */
.gk-combo-wrap {
    background: #fef9e8;
    padding: 24px;
    border-radius: var(--gk-r-3xl);
    border: 1px solid rgba(254, 215, 170, .6);
}

/* =====================================================
   SHOP / ARCHIVE
   ===================================================== */
.gk-shop {
    max-width: var(--gk-container); margin: 0 auto; padding: 32px 16px;
}
.gk-shop > * + * { margin-top: 32px; }
.gk-shop-hero {
    background: var(--gk-green-soft);
    border: 1px solid rgba(15, 76, 58, .1);
    border-radius: var(--gk-r-2xl);
    padding: 24px;
    display: flex; flex-direction: column; gap: 16px; align-items: flex-start;
}
@media (min-width: 640px) { .gk-shop-hero { padding: 40px; } }
@media (min-width: 768px) { .gk-shop-hero { flex-direction: row; justify-content: space-between; align-items: center; } }
.gk-shop-hero .crumbs { font-size: 11px; font-weight: 700; color: var(--gk-green); text-transform: uppercase; letter-spacing: .15em; }
.gk-shop-hero h1 { font-size: 22px; font-weight: 800; color: var(--gk-slate-800); margin: 4px 0; line-height: 1.25; }
@media (min-width: 640px) { .gk-shop-hero h1 { font-size: 30px; } }
.gk-shop-hero p { font-size: 12px; color: var(--gk-slate-500); margin: 0; font-weight: 500; }

.gk-shop-layout { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: flex-start; }
@media (min-width: 1024px) { .gk-shop-layout { grid-template-columns: 280px 1fr; } }

.gk-shop-sidebar {
    background: #fff;
    border: 1px solid var(--gk-slate-150);
    border-radius: var(--gk-r-2xl);
    padding: 24px;
    display: none;
}
@media (min-width: 1024px) { .gk-shop-sidebar { display: block; } }
.gk-shop-sidebar h3 { font-size: 15px; font-weight: 800; color: var(--gk-slate-800); margin: 0 0 12px; padding-bottom: 12px; border-bottom: 1px solid var(--gk-slate-100); display: flex; align-items: center; gap: 6px; }
.gk-shop-sidebar h4 { font-size: 11px; font-weight: 800; color: var(--gk-slate-400); text-transform: uppercase; letter-spacing: .12em; margin: 0 0 8px; padding-left: 4px; }
.gk-sidebar-section + .gk-sidebar-section { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--gk-slate-150); }
.gk-shop-sidebar ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }
.gk-shop-sidebar ul li a {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 12px; border-radius: var(--gk-r);
    font-size: 12px; font-weight: 700; color: var(--gk-slate-600);
    transition: all .2s;
}
.gk-shop-sidebar ul li a:hover { background: var(--gk-slate-50); color: var(--gk-green); }
.gk-shop-sidebar ul li.is-active a { background: var(--gk-green); color: #fff; }
.gk-shop-sidebar ul li .count {
    background: var(--gk-slate-100); color: var(--gk-slate-500);
    font-size: 10px; padding: 2px 8px; border-radius: var(--gk-pill);
}
.gk-shop-sidebar ul li.is-active .count { background: rgba(255,255,255,.2); color: #fff; }

.gk-shop-toolbar {
    background: #fff; padding: 14px; border-radius: var(--gk-r);
    border: 1px solid var(--gk-slate-150);
    display: flex; gap: 14px; flex-direction: column;
}
@media (min-width: 1024px) { .gk-shop-toolbar { display: none; } }
.gk-shop-toolbar select {
    width: 100%; background: var(--gk-slate-50);
    border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-r-sm); padding: 8px 12px;
    font-size: 12px; font-weight: 700; font-family: inherit;
}

.gk-shop-content > .gk-shop-toolbar { margin-bottom: 16px; }
.gk-shop-results { font-size: 12px; color: var(--gk-slate-500); font-weight: 600; margin-bottom: 12px; }
.gk-shop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 768px) { .gk-shop-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .gk-shop-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; } }

/* =====================================================
   SINGLE PRODUCT
   ===================================================== */
.gk-pdp { max-width: var(--gk-container); margin: 0 auto; padding: 32px 16px; }
.gk-pdp > * + * { margin-top: 32px; }
.gk-pdp .gk-crumbs { font-size: 11px; font-weight: 700; color: var(--gk-slate-400); display: inline-flex; align-items: center; gap: 4px; text-transform: uppercase; letter-spacing: .15em; }
.gk-pdp .gk-crumbs .active { color: var(--gk-green); }
.gk-pdp .gk-crumbs .title { color: var(--gk-slate-600); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.gk-pdp-top { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: flex-start; }
@media (min-width: 1024px) { .gk-pdp-top { grid-template-columns: 7fr 5fr; } }

.gk-pdp-gallery { display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 768px) { .gk-pdp-gallery { flex-direction: row; } }
.gk-pdp-thumbs {
    order: 2; display: flex; flex-direction: row; gap: 10px; overflow-x: auto;
    flex-shrink: 0; max-height: none; padding-bottom: 4px;
}
@media (min-width: 768px) { .gk-pdp-thumbs { order: 1; flex-direction: column; max-height: 460px; overflow-y: auto; padding-bottom: 0; } }
.gk-pdp-thumb {
    width: 64px; height: 64px; border-radius: var(--gk-r);
    overflow: hidden; border: 2px solid var(--gk-slate-200);
    background: #fff; flex-shrink: 0; cursor: pointer; padding: 0;
    transition: all .2s;
}
@media (min-width: 640px) { .gk-pdp-thumb { width: 76px; height: 76px; } }
.gk-pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gk-pdp-thumb.is-active { border-color: var(--gk-orange); box-shadow: 0 0 0 4px rgba(254, 242, 230, 1); }

.gk-pdp-main {
    order: 1; flex: 1; background: #fff; padding: 12px;
    border-radius: var(--gk-r-2xl); border: 1px solid var(--gk-slate-200);
    overflow: hidden;
}
@media (min-width: 768px) { .gk-pdp-main { order: 2; } }
.gk-pdp-main .gk-pdp-img-wrap { aspect-ratio: 1 / 1; width: 100%; border-radius: var(--gk-r); overflow: hidden; position: relative; }
.gk-pdp-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; display: block; }
.gk-pdp-main img:hover { transform: scale(1.02); }
.gk-pdp-main .gk-pdp-save {
    position: absolute; top: 12px; left: 12px;
    background: var(--gk-orange); color: #fff;
    font-size: 11px; font-weight: 800;
    padding: 4px 14px; border-radius: 8px;
}

.gk-pdp-meta { display: flex; flex-direction: column; gap: 20px; text-align: left; }
.gk-pdp-cat { font-size: 11px; font-weight: 800; color: var(--gk-slate-400); text-transform: uppercase; letter-spacing: .12em; }
.gk-pdp-title { font-size: 22px; font-weight: 800; color: var(--gk-slate-800); margin: 4px 0 0; line-height: 1.2; }
@media (min-width: 640px) { .gk-pdp-title { font-size: 26px; } }
@media (min-width: 768px) { .gk-pdp-title { font-size: 32px; } }
.gk-pdp-rating { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gk-slate-500); font-weight: 800; }
.gk-pdp-price-wrap {
    border-top: 1px solid var(--gk-slate-100); border-bottom: 1px solid var(--gk-slate-100);
    padding: 14px 0; display: flex; flex-direction: column; gap: 4px;
}
.gk-pdp-price-row { display: flex; align-items: baseline; gap: 12px; }
.gk-pdp-price-now { font-size: 30px; font-weight: 800; color: var(--gk-orange); }
.gk-pdp-price-was { font-size: 16px; color: var(--gk-slate-400); text-decoration: line-through; font-weight: 600; }
.gk-pdp-save-pill { background: var(--gk-green-bright); color: #fff; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: var(--gk-pill); }
.gk-pdp-stock { font-size: 11px; font-weight: 800; color: var(--gk-green-bright); padding-left: 2px; }

/* Live total line */
.gk-pdp-total {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    background: var(--gk-green-soft);
    border: 1px solid rgba(15, 76, 58, .12);
    border-radius: var(--gk-r);
    padding: 12px 16px;
}
.gk-pdp-total .lbl { font-size: 13px; font-weight: 800; color: var(--gk-green); }
.gk-pdp-total .val { font-size: 20px; font-weight: 900; color: var(--gk-orange); font-family: ui-sans-serif, system-ui, sans-serif; }

.gk-pdp-variants .gk-pdp-vlabel { font-size: 11px; font-weight: 800; color: var(--gk-slate-400); text-transform: uppercase; letter-spacing: .12em; margin: 0 0 10px; }
.gk-pdp-vlist { display: flex; flex-wrap: wrap; gap: 8px; }
.gk-pdp-vbtn {
    padding: 8px 14px; border-radius: var(--gk-r);
    border: 1px solid var(--gk-slate-200);
    background: #fff; color: var(--gk-slate-600);
    font-weight: 700; font-size: 12px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 6px; font-family: inherit;
    transition: all .2s;
}
.gk-pdp-vbtn:hover { border-color: var(--gk-slate-300); }
.gk-pdp-vbtn.is-active { border-color: var(--gk-orange); background: rgba(254, 242, 230, .5); color: var(--gk-orange); font-weight: 800; box-shadow: var(--gk-shadow-xs); }
.gk-pdp-vbtn .divider { color: var(--gk-slate-300); }

.gk-pdp-qty { display: flex; align-items: center; gap: 14px; }
.gk-pdp-qty-label { font-size: 12px; font-weight: 800; color: var(--gk-slate-500); }
.gk-qty-stepper {
    display: flex; align-items: center; justify-content: space-between;
    background: #fff; border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-r); padding: 2px; width: 128px;
    box-shadow: var(--gk-shadow-xs);
}
.gk-qty-stepper button {
    padding: 6px 10px; background: none; border: 0;
    color: var(--gk-slate-700); cursor: pointer; font-family: inherit;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 8px; transition: all .15s;
}
.gk-qty-stepper button:hover { color: var(--gk-orange); background: var(--gk-slate-50); }
.gk-qty-stepper .qty-val { font-size: 14px; font-weight: 800; color: var(--gk-slate-800); }

.gk-pdp-actions { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.gk-pdp-actions-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gk-btn-add {
    background: var(--gk-orange); color: #fff;
    padding: 13px 24px; border-radius: var(--gk-r);
    font-size: 13px; font-weight: 800;
    box-shadow: 0 4px 6px -1px rgba(242, 122, 33, .1);
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border: 0; cursor: pointer; transition: all .2s; font-family: inherit;
}
.gk-btn-add:hover { background: var(--gk-orange-2); color: #fff; }
.gk-btn-buy {
    background: var(--gk-slate-900); color: #fff;
    padding: 13px 24px; border-radius: var(--gk-r);
    font-size: 13px; font-weight: 800; text-transform: uppercase;
    box-shadow: var(--gk-shadow); display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    border: 0; cursor: pointer; transition: all .2s; font-family: inherit;
}
.gk-btn-buy:hover { background: #000; color: #fff; }
.gk-btn-wa {
    background: #059669; color: #fff;
    padding: 11px 16px; border-radius: var(--gk-r);
    font-size: 12px; font-weight: 800;
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    border: 0; transition: all .2s; font-family: inherit;
}
.gk-btn-wa:hover { background: #047857; color: #fff; }
.gk-btn-call {
    background: var(--gk-slate-800); color: #fff;
    padding: 11px 16px; border-radius: var(--gk-r);
    font-size: 12px; font-weight: 800;
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    border: 0; transition: all .2s; font-family: inherit;
}
.gk-btn-call:hover { background: var(--gk-slate-900); color: #fff; }

.gk-pdp-brand {
    border-top: 1px solid rgba(241, 245, 249, .8);
    padding-top: 14px; font-size: 12px; font-weight: 600; color: var(--gk-slate-500);
    display: inline-flex; align-items: center; gap: 6px;
}
.gk-pdp-brand .brand { color: var(--gk-orange); font-weight: 800; }

/* PDP Tabs */
.gk-pdp-tabs { background: #fff; border: 1px solid var(--gk-slate-200); border-radius: var(--gk-r-3xl); overflow: hidden; box-shadow: var(--gk-shadow-xs); }
.gk-pdp-tabs-heads { background: var(--gk-slate-50); border-bottom: 1px solid var(--gk-slate-200); display: flex; overflow-x: auto; }
.gk-pdp-tab-head {
    padding: 16px 22px; background: none; border: 0; cursor: pointer;
    font-family: inherit; font-size: 13px; font-weight: 800;
    color: var(--gk-slate-500); white-space: nowrap;
    border-bottom: 2px solid transparent;
}
.gk-pdp-tab-head.is-active { background: #fff; color: var(--gk-green); border-bottom-color: var(--gk-green); }
.gk-pdp-tabs-body { padding: 24px; font-size: 13px; color: var(--gk-slate-600); line-height: 1.7; font-weight: 500; }
@media (min-width: 768px) { .gk-pdp-tabs-body { padding: 32px; } }
.gk-pdp-tab-pane { display: none; }
.gk-pdp-tab-pane.is-active { display: block; }
.gk-pdp-tab-pane h3 { font-size: 16px; font-weight: 800; color: var(--gk-slate-800); margin: 0 0 12px; display: flex; align-items: center; gap: 6px; }
.gk-pdp-howto { background: rgba(234, 244, 240, .6); padding: 16px; border-radius: var(--gk-r); border: 1px solid rgba(15, 76, 58, .12); margin-top: 16px; }
.gk-pdp-howto h4 { font-size: 12px; font-weight: 800; color: var(--gk-green); margin: 0 0 4px; }
.gk-pdp-benefits { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 8px; }
@media (min-width: 768px) { .gk-pdp-benefits { grid-template-columns: 1fr 1fr; } }
.gk-pdp-benefit { display: flex; gap: 10px; align-items: flex-start; background: var(--gk-bg); padding: 12px; border-radius: var(--gk-r); border: 1px solid var(--gk-slate-150); }
.gk-pdp-benefit .check { background: var(--gk-green-soft); color: var(--gk-green); border-radius: var(--gk-pill); padding: 2px; flex-shrink: 0; margin-top: 2px; }
.gk-pdp-benefit span.text { color: var(--gk-slate-700); font-weight: 700; line-height: 1.6; }
.gk-pdp-reviews-head {
    display: flex; justify-content: space-between; align-items: center;
    background: var(--gk-slate-50); padding: 16px;
    border-radius: var(--gk-r); border-bottom: 1px solid var(--gk-slate-200);
    margin-bottom: 16px;
}
.gk-pdp-reviews-head h3 { font-size: 32px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
.gk-pdp-reviews-head .right { text-align: right; }
.gk-pdp-reviews-head .right h4 { font-size: 13px; font-weight: 800; color: var(--gk-green); margin: 0; }
.gk-pdp-reviews-head .right p { font-size: 11px; color: var(--gk-slate-400); margin: 0; font-weight: 600; }

.gk-trust-single {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    margin-top: 16px;
}
@media (min-width: 768px) { .gk-trust-single { grid-template-columns: repeat(4, 1fr); } }
.gk-trust-single > div {
    background: var(--gk-slate-50); border-radius: var(--gk-r);
    padding: 12px; text-align: center; border: 1px solid var(--gk-slate-100);
    display: flex; flex-direction: column; gap: 2px;
}
.gk-trust-single strong { font-size: 12px; font-weight: 800; color: var(--gk-slate-800); }
.gk-trust-single small { font-size: 10px; color: var(--gk-slate-500); font-weight: 600; }

/* PDP Fast Order Form */
.gk-fast-order {
    max-width: 640px; margin: 0 auto;
    background: #fff; border: 2px solid var(--gk-green);
    border-radius: var(--gk-r-3xl); overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(15, 76, 58, .15);
}
.gk-fast-order-head { background: var(--gk-green); color: #fff; text-align: center; padding: 16px 24px; }
.gk-fast-order-head h2 { font-size: 16px; font-weight: 800; margin: 0; color: #fff; }
@media (min-width: 640px) { .gk-fast-order-head h2 { font-size: 18px; } }
.gk-fast-order-head p { font-size: 12px; color: rgba(255,255,255,.85); margin: 4px 0 0; font-weight: 600; }
.gk-fast-order-body { padding: 24px; }
@media (min-width: 640px) { .gk-fast-order-body { padding: 32px; } }
.gk-fast-order-body .field { margin-bottom: 18px; }
.gk-fast-order-body label { font-size: 12px; font-weight: 800; color: var(--gk-slate-700); display: block; margin-bottom: 4px; }
.gk-fast-order-body input, .gk-fast-order-body textarea, .gk-fast-order-body select {
    width: 100%; background: var(--gk-slate-50);
    border: 1px solid var(--gk-slate-200); border-radius: var(--gk-r);
    padding: 10px 14px; font-size: 13px; color: var(--gk-slate-800);
    font-weight: 600; font-family: inherit; outline: none;
    transition: all .2s;
}
.gk-fast-order-body input:focus, .gk-fast-order-body textarea:focus, .gk-fast-order-body select:focus { background: #fff; border-color: var(--gk-green); }
.gk-fast-order-body textarea { resize: vertical; min-height: 90px; }

.gk-fast-area-grid, .gk-fast-pay-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gk-fast-area-btn, .gk-fast-pay-btn {
    background: #fff; border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-r); padding: 14px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 4px; cursor: pointer; transition: all .2s;
    font-family: inherit; color: var(--gk-slate-600); font-weight: 700; font-size: 11px;
}
.gk-fast-area-btn:hover, .gk-fast-pay-btn:hover { background: var(--gk-slate-50); }
.gk-fast-area-btn.is-active, .gk-fast-pay-btn.is-active { border-color: var(--gk-green); background: var(--gk-green-soft); color: var(--gk-green); font-weight: 800; }

.gk-fast-pay-btn { flex-direction: row; padding: 12px; }
.gk-fast-pay-btn .gk-radio {
    width: 16px; height: 16px; border-radius: var(--gk-pill);
    border: 1px solid var(--gk-slate-300); display: inline-flex; align-items: center; justify-content: center;
}
.gk-fast-pay-btn.is-active .gk-radio::before { content: ''; width: 10px; height: 10px; border-radius: var(--gk-pill); background: var(--gk-green); }
.gk-fast-pay-btn.bkash-color { color: var(--gk-pink); font-weight: 800; }

.gk-fast-order-invoice {
    background: var(--gk-slate-50); border: 1px solid var(--gk-slate-200);
    border-radius: var(--gk-r-lg); padding: 16px;
    font-size: 12px; color: var(--gk-slate-700);
    margin-top: 16px;
}
.gk-fast-order-invoice > div { display: flex; justify-content: space-between; padding: 3px 0; }
.gk-fast-order-invoice .total { font-weight: 800; color: var(--gk-green); font-size: 14px; border-top: 1px solid var(--gk-slate-200); padding-top: 10px; margin-top: 4px; }

.gk-fast-submit {
    width: 100%; background: var(--gk-orange); color: #fff;
    padding: 16px; border-radius: var(--gk-r-lg);
    font-size: 14px; font-weight: 800; letter-spacing: .04em;
    box-shadow: var(--gk-shadow-md); cursor: pointer; border: 0;
    text-transform: uppercase; transition: all .2s; font-family: inherit;
    margin-top: 18px;
}
.gk-fast-submit:hover { background: var(--gk-orange-2); color: #fff; }
.gk-fast-disclaimer { font-size: 10px; color: var(--gk-slate-400); font-weight: 700; text-align: center; line-height: 1.6; margin-top: 10px; }

/* =====================================================
   WOOCOMMERCE OVERRIDES
   ===================================================== */
.woocommerce-message, .woocommerce-info, .woocommerce-notice, .woocommerce-error {
    border-radius: var(--gk-r); border-left-width: 4px; font-family: inherit; padding: 14px 18px;
}
.woocommerce-message { background: var(--gk-green-mint); border-left-color: var(--gk-green-bright); color: var(--gk-green); }
.woocommerce-error { background: var(--gk-red-soft); border-left-color: var(--gk-red); color: var(--gk-red); }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: var(--gk-green) !important; color: #fff !important;
    font-weight: 800 !important; border-radius: var(--gk-pill) !important;
    padding: 11px 26px !important; font-family: inherit !important;
    transition: all .2s ease !important; border: 0 !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: var(--gk-green-2) !important; transform: translateY(-1px); color: #fff !important;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: var(--gk-orange) !important; color: #fff !important;
    border-radius: var(--gk-r) !important; text-transform: uppercase;
    box-shadow: var(--gk-shadow-orange) !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: var(--gk-orange-2) !important; color: #fff !important;
}

/* =====================================================
   CHECKOUT
   ===================================================== */
.gk-checkout { max-width: var(--gk-container); margin: 0 auto; padding: 32px 16px; }
.gk-checkout h1 { font-size: 24px; font-weight: 800; color: var(--gk-slate-800); margin: 0 0 24px; }
.gk-checkout .woocommerce-form-coupon-toggle { display: none; }
.gk-checkout form.checkout {
    display: grid; grid-template-columns: 1fr; gap: 24px;
}
@media (min-width: 992px) { .gk-checkout form.checkout { grid-template-columns: 1.4fr 1fr; } }
.gk-checkout .col-1, .gk-checkout .col-2 { width: auto; max-width: none; float: none; padding: 0; }
.gk-checkout #customer_details { background: #fff; border: 1px solid var(--gk-slate-200); border-radius: var(--gk-r-lg); padding: 22px; }
.gk-checkout #customer_details .col-1, .gk-checkout #customer_details .col-2 { width: auto; }
.gk-checkout h3 { font-size: 16px; font-weight: 800; color: var(--gk-slate-800); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--gk-slate-100); display: flex; align-items: center; gap: 6px; }
.gk-checkout .form-row { margin-bottom: 16px; padding: 0; }
.gk-checkout label { font-size: 12px; font-weight: 800; color: var(--gk-slate-600); display: block; margin-bottom: 4px; }
.gk-checkout input[type="text"], .gk-checkout input[type="tel"], .gk-checkout input[type="email"], .gk-checkout textarea, .gk-checkout select {
    width: 100% !important;
    background: var(--gk-slate-50) !important;
    border: 1px solid var(--gk-slate-200) !important;
    border-radius: var(--gk-r) !important;
    padding: 11px 14px !important;
    font-size: 13px !important; color: var(--gk-slate-800) !important;
    font-weight: 600 !important; font-family: inherit !important;
}
.gk-checkout input:focus, .gk-checkout textarea:focus, .gk-checkout select:focus { background: #fff !important; border-color: var(--gk-green) !important; outline: 0; box-shadow: 0 0 0 3px rgba(15, 76, 58, .08); }
.gk-checkout textarea { min-height: 96px; }
.gk-checkout .select2-container--default .select2-selection--single { height: auto; padding: 4px; border-radius: var(--gk-r); border-color: var(--gk-slate-200); background: var(--gk-slate-50); }
.gk-checkout .select2-container--default .select2-selection--single .select2-selection__rendered { color: var(--gk-slate-800); font-weight: 600; font-size: 13px; line-height: 38px; padding: 0 12px; }
.gk-checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 46px; }

.gk-checkout-review { background: #fff; border: 1px solid var(--gk-slate-200); border-radius: var(--gk-r-lg); padding: 22px; align-self: flex-start; position: sticky; top: 90px; }
.gk-checkout-review h3 { font-size: 16px; font-weight: 800; color: var(--gk-slate-800); margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--gk-slate-100); }
.gk-checkout-review table { width: 100%; border-collapse: collapse; font-size: 12px; }
.gk-checkout-review table th, .gk-checkout-review table td { padding: 10px 0; border-bottom: 1px dashed var(--gk-slate-100); text-align: left; font-weight: 600; color: var(--gk-slate-700); }
.gk-checkout-review table .product-name { font-weight: 700; }
.gk-checkout-review table .product-total { text-align: right; font-weight: 800; color: var(--gk-slate-800); }
.gk-checkout-review table .cart-subtotal td, .gk-checkout-review table tr.shipping td { font-weight: 700; }
.gk-checkout-review table .order-total td { font-size: 16px; font-weight: 800; color: var(--gk-green); padding-top: 14px; }
.gk-checkout-review table .order-total td .amount { color: var(--gk-orange); }
.gk-checkout-review #payment { background: none; border: 0; padding: 0; }
.gk-checkout-review #payment ul.payment_methods { padding: 0; border: 0; list-style: none; }
.gk-checkout-review #payment ul.payment_methods li { background: var(--gk-slate-50); border: 1px solid var(--gk-slate-200); border-radius: var(--gk-r); padding: 12px; margin-bottom: 10px; }
.gk-checkout-review #payment .payment_box { background: #fff; padding: 12px; margin-top: 10px; border-radius: var(--gk-r); border: 1px solid var(--gk-slate-100); font-size: 12px; color: var(--gk-slate-600); }
.gk-checkout-review #place_order {
    width: 100%; background: var(--gk-orange) !important;
    padding: 14px 22px !important; font-size: 14px !important;
    border-radius: var(--gk-r-lg) !important; text-transform: uppercase;
    box-shadow: var(--gk-shadow-orange) !important;
}
.gk-checkout-review #place_order:hover { background: var(--gk-orange-2) !important; }

/* Thank You / Order Received */
.gk-thankyou {
    max-width: 720px; margin: 0 auto; padding: 60px 20px;
    text-align: center;
}
.gk-thankyou .gk-ty-ico { width: 92px; height: 92px; background: var(--gk-green-soft); border-radius: var(--gk-pill); color: var(--gk-green); display: inline-flex; align-items: center; justify-content: center; border: 4px solid var(--gk-green); margin-bottom: 20px; }
.gk-thankyou h1 { font-size: 26px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
.gk-thankyou .sub { font-size: 14px; color: var(--gk-slate-500); margin: 6px 0 26px; font-weight: 500; }
.gk-thankyou .gk-ty-order { background: #fff; border: 1px solid var(--gk-slate-200); border-radius: var(--gk-r-lg); padding: 20px; text-align: left; box-shadow: var(--gk-shadow-xs); }
.gk-thankyou ul.woocommerce-order-overview { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; list-style: none; padding: 0; margin: 0 0 18px; border: 0; }
@media (min-width: 768px) { .gk-thankyou ul.woocommerce-order-overview { grid-template-columns: repeat(4, 1fr); } }
.gk-thankyou ul.woocommerce-order-overview li { padding: 12px; background: var(--gk-slate-50); border-radius: var(--gk-r); font-size: 12px; color: var(--gk-slate-500); font-weight: 700; }
.gk-thankyou ul.woocommerce-order-overview li strong { display: block; font-size: 14px; color: var(--gk-slate-800); font-weight: 800; margin-top: 2px; }

/* =====================================================
   CART DRAWER
   ===================================================== */
.gk-cart-drawer { position: fixed; inset: 0; z-index: 60; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.gk-cart-open .gk-cart-drawer { visibility: visible; opacity: 1; }
.gk-cart-bg { position: absolute; inset: 0; background: rgba(15, 23, 42, .6); backdrop-filter: blur(2px); }
.gk-cart-panel {
    position: absolute; top: 0; right: 0; bottom: 0;
    width: 100%; max-width: 440px; background: #fff;
    display: flex; flex-direction: column;
    box-shadow: var(--gk-shadow-lg);
    transform: translateX(100%); transition: transform .3s ease;
}
.gk-cart-open .gk-cart-panel { transform: translateX(0); }
.gk-cart-header {
    padding: 20px 24px; border-bottom: 1px solid var(--gk-slate-100);
    background: var(--gk-slate-50);
    display: flex; justify-content: space-between; align-items: center;
}
.gk-cart-header strong { font-size: 16px; font-weight: 800; color: var(--gk-slate-800); display: inline-flex; align-items: center; gap: 8px; }
.gk-cart-header .gk-cart-close { color: var(--gk-slate-400); padding: 4px; border: 0; background: none; cursor: pointer; border-radius: var(--gk-pill); }
.gk-cart-header .gk-cart-close:hover { color: var(--gk-red); background: var(--gk-slate-100); }

.gk-cart-body { flex: 1; overflow-y: auto; padding: 18px 22px; }
.gk-cart-body .cart_list, .gk-cart-body ul.product_list_widget { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.gk-cart-body .cart_list li, .gk-cart-body ul.product_list_widget li {
    background: var(--gk-slate-50);
    border: 1px solid rgba(226, 232, 240, .5);
    border-radius: var(--gk-r);
    padding: 12px; padding-left: 12px !important;
    display: flex; gap: 12px; align-items: flex-start;
    position: relative; transition: all .2s;
}
.gk-cart-body .cart_list li img, .gk-cart-body ul.product_list_widget li img {
    width: 56px !important; height: 56px !important;
    object-fit: cover; border-radius: 8px;
    border: 1px solid var(--gk-slate-200); flex-shrink: 0;
    margin: 0; float: none;
}
.gk-cart-body .cart_list li a:not(.remove), .gk-cart-body ul.product_list_widget li a:not(.remove) {
    font-size: 13px; font-weight: 700; color: var(--gk-slate-800);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden; padding-right: 24px;
}
.gk-cart-body .cart_list li .quantity, .gk-cart-body ul.product_list_widget li .quantity { font-size: 12px; color: var(--gk-slate-500); font-weight: 700; }
.gk-cart-body .cart_list li .quantity .amount, .gk-cart-body ul.product_list_widget li .quantity .amount { color: var(--gk-green); font-weight: 800; }
.gk-cart-body .cart_list li .remove, .gk-cart-body ul.product_list_widget li .remove {
    position: absolute !important;
    top: 8px !important; right: 8px !important;
    color: var(--gk-slate-400) !important;
    font-size: 16px !important; font-weight: 800;
    width: 24px; height: 24px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--gk-pill); background: none;
}
.gk-cart-body .cart_list li .remove:hover, .gk-cart-body ul.product_list_widget li .remove:hover { color: var(--gk-red); background: var(--gk-red-soft); }

.gk-cart-body p.woocommerce-mini-cart__total {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 14px 0; border-top: 1px solid var(--gk-slate-200); margin-top: 14px;
    font-weight: 700; color: var(--gk-slate-800); font-size: 13px;
}
.gk-cart-body p.woocommerce-mini-cart__total .amount { color: var(--gk-green); font-size: 18px; font-weight: 800; }
.gk-cart-body .woocommerce-mini-cart__buttons { display: none; }
.gk-cart-body .woocommerce-mini-cart__empty-message {
    text-align: center; padding: 40px 20px;
    color: var(--gk-slate-500); font-size: 13px; font-weight: 600;
}

.gk-cart-footer {
    padding: 18px 22px;
    border-top: 1px solid var(--gk-slate-100); background: var(--gk-slate-50);
    display: flex; flex-direction: column; gap: 10px;
}
.gk-cart-footer .gk-cart-continue {
    width: 100%; background: #fff; color: var(--gk-slate-700);
    border: 1px solid var(--gk-slate-200);
    padding: 12px; border-radius: var(--gk-r);
    font-weight: 700; font-size: 12px; text-align: center;
    transition: all .2s;
}
.gk-cart-footer .gk-cart-continue:hover { background: var(--gk-slate-100); color: var(--gk-slate-800); }
.gk-cart-footer .gk-cart-checkout {
    width: 100%; background: var(--gk-orange); color: #fff;
    padding: 14px; border-radius: var(--gk-r);
    font-weight: 800; font-size: 13px; text-align: center;
    box-shadow: var(--gk-shadow-orange);
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    animation: gk-pulse 3s ease-in-out infinite;
}
.gk-cart-footer .gk-cart-checkout:hover { background: var(--gk-orange-2); color: #fff; }

/* Floating side cart (desktop) */
.gk-side-cart {
    display: none; position: fixed; right: 0; top: 50%; transform: translateY(-50%);
    background: var(--gk-orange); color: #fff;
    flex-direction: column; align-items: center; justify-content: center;
    padding: 14px 10px; border-radius: var(--gk-r-lg) 0 0 var(--gk-r-lg);
    box-shadow: var(--gk-shadow-lg); cursor: pointer; z-index: 30;
    min-width: 76px; text-align: center;
    transition: transform .2s;
    user-select: none;
}
@media (min-width: 768px) { .gk-side-cart { display: flex; } }
.gk-side-cart:hover { transform: translate(-4px, -50%); color: #fff; }
.gk-side-cart .icon { margin-bottom: 6px; }
.gk-side-cart .count { font-size: 11px; font-weight: 800; white-space: nowrap; }
.gk-side-cart .divider { width: 100%; height: 1px; background: rgba(255,255,255,.2); margin: 4px 0; }
.gk-side-cart .total { background: #fff; color: var(--gk-orange); font-size: 11px; font-weight: 900; padding: 4px 8px; border-radius: 6px; margin-top: 4px; }

/* Mobile Bottom Nav */
.gk-mob-nav {
    position: fixed; bottom: 0; left: 0; right: 0;
    background: #fff; border-top: 1px solid var(--gk-slate-100);
    z-index: 30; box-shadow: 0 -10px 25px rgba(0,0,0,.08);
    display: flex; justify-content: space-around; align-items: center;
    padding: 8px 4px;
}
@media (min-width: 768px) { .gk-mob-nav { display: none; } }
body.has-gk-mob-nav { padding-bottom: 60px; }
.gk-mob-nav a, .gk-mob-nav button {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    color: var(--gk-slate-400); font-size: 10px; font-weight: 800;
    background: none; border: 0; cursor: pointer;
    width: 64px; text-align: center; padding: 4px 0;
    font-family: inherit;
}
.gk-mob-nav a.is-active, .gk-mob-nav button.is-active,
.gk-mob-nav a:hover, .gk-mob-nav button:hover { color: var(--gk-green); }
.gk-mob-nav .gk-mob-badge {
    position: absolute; top: -4px; right: -4px;
    background: var(--gk-orange); color: #fff;
    font-size: 9px; font-weight: 900;
    width: 16px; height: 16px;
    border-radius: var(--gk-pill); border: 1px solid #fff;
    display: inline-flex; align-items: center; justify-content: center;
    animation: gk-pulse 2s ease-in-out infinite;
}

/* Float WhatsApp */
.gk-float-wa {
    position: fixed; right: 14px; bottom: 78px;
    width: 50px; height: 50px;
    background: #25d366; color: #fff;
    border-radius: var(--gk-pill);
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: var(--gk-shadow-md); z-index: 35;
    transition: transform .2s;
}
@media (min-width: 768px) { .gk-float-wa { bottom: 100px; right: 22px; } }
.gk-float-wa:hover { transform: scale(1.08); color: #fff; }
.gk-float-wa svg { width: 26px; height: 26px; }

/* Body modifier when cart is open */
.gk-cart-open { overflow: hidden; }

/* Search Suggestions dropdown */
.gk-search-suggest {
    position: absolute; top: 100%; left: 0; right: 0;
    margin-top: 8px; background: #fff; border: 1px solid var(--gk-slate-100);
    border-radius: var(--gk-r-lg); box-shadow: var(--gk-shadow-lg);
    overflow: hidden; z-index: 50; display: none;
}
.gk-search-suggest.is-open { display: block; }
.gk-search-suggest .head { background: var(--gk-slate-50); padding: 6px 16px; font-size: 11px; color: var(--gk-slate-500); font-weight: 700; border-bottom: 1px solid var(--gk-slate-100); }
.gk-search-suggest .item { display: flex; gap: 12px; padding: 10px 14px; align-items: center; border-bottom: 1px solid var(--gk-slate-50); transition: background .15s; }
.gk-search-suggest .item:hover { background: var(--gk-slate-50); }
.gk-search-suggest .item img { width: 38px; height: 38px; object-fit: cover; border-radius: 8px; border: 1px solid var(--gk-slate-100); }
.gk-search-suggest .item h4 { font-size: 13px; font-weight: 700; color: var(--gk-slate-800); margin: 0; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.gk-search-suggest .item .price { font-size: 12px; color: var(--gk-green); font-weight: 800; }
.gk-search-suggest .more { padding: 10px; text-align: center; font-size: 12px; font-weight: 700; color: var(--gk-green); border-top: 1px solid var(--gk-slate-50); }

/* Video Modal */
.gk-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 16px; }
.gk-modal.is-open { display: flex; }
.gk-modal-bg { position: absolute; inset: 0; background: rgba(2, 6, 23, .85); backdrop-filter: blur(2px); }
.gk-modal-card { position: relative; z-index: 10; background: #fff; border-radius: var(--gk-r-lg); width: 100%; max-width: 640px; overflow: hidden; box-shadow: var(--gk-shadow-lg); }
.gk-modal-head { background: var(--gk-slate-50); display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--gk-slate-100); }
.gk-modal-head h4 { font-size: 13px; font-weight: 800; color: var(--gk-slate-800); margin: 0; }
.gk-modal-close { background: var(--gk-red-soft); color: var(--gk-red); border: 0; padding: 4px 10px; border-radius: 6px; font-weight: 800; font-size: 11px; cursor: pointer; }
.gk-modal-body { background: #000; aspect-ratio: 16 / 9; position: relative; display: flex; align-items: center; justify-content: center; color: #fff; padding: 24px; text-align: center; }
.gk-modal-body iframe { width: 100%; height: 100%; border: 0; }

/* =====================================================
   ANIMATIONS / UTILITIES
   ===================================================== */
.gk-fade-in { animation: gk-fade-in .4s ease-out both; }
@keyframes gk-fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.gk-tablet-up { display: none; }
@media (min-width: 768px) { .gk-tablet-up { display: inline-flex; } }
.gk-only-mobile { display: inline-flex; }
@media (min-width: 768px) { .gk-only-mobile { display: none; } }

/* Spinner / loading */
.gk-loading { opacity: .55; pointer-events: none; }

/* Hide on small */
.gk-hide-sm { display: none; }
@media (min-width: 640px) { .gk-hide-sm { display: initial; } }

/* PDP related products */
.gk-pdp-related { margin-top: 32px; }
.gk-pdp-related h2 { font-size: 22px; font-weight: 800; color: var(--gk-slate-800); margin: 0 0 24px; }

/* Make sure Astra footer/header chrome doesn't leak */
.ast-builder-html-element, .ast-builder-button-element { display: none !important; }
.main-header-bar-navigation { display: none !important; }

/* =====================================================
   FULL-WIDTH + RESPONSIVE TUNING (v2.0.1 polish)
   ===================================================== */

/* Make absolutely sure no Astra wrapper limits content */
.gk-site, .gk-site #content, .gk-site .site-content, .gk-site #primary,
.gk-site main, .gk-site .ast-container { width: 100% !important; max-width: 100% !important; }

/* Hero, sections, shop, pdp — use container internally for centering */
.gk-home > section,
.gk-shop, .gk-pdp, .gk-checkout, .gk-thankyou {
    width: 100%;
    max-width: var(--gk-container);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1024px) {
    .gk-home > section,
    .gk-shop, .gk-pdp, .gk-checkout, .gk-thankyou {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Header — restore proper centering */
.gk-header { width: 100%; max-width: 100%; }
.gk-announce-inner,
.gk-nav-main,
.gk-cat-nav-inner,
.gk-footer-features,
.gk-footer-cols,
.gk-footer-bottom { max-width: var(--gk-container); margin-left: auto; margin-right: auto; }

/* =====================================================
   HEADER — RESPONSIVE FINE-TUNING
   ===================================================== */

/* Wide desktop polish */
@media (min-width: 1280px) {
    .gk-nav-main { gap: 24px; padding: 18px 24px; }
    .gk-search-wrap { max-width: 600px; }
}

/* Mid-desktop (1100px – 1280px) */
@media (max-width: 1280px) {
    .gk-tool-hotline .gk-hot-num { font-size: 11px; }
}

/* Small desktop / large tablet */
@media (max-width: 1100px) {
    .gk-nav-main { padding: 12px 16px; gap: 12px; }
    .gk-tool-hotline { display: none !important; }
    .gk-cat-nav-inner nav { gap: 0; flex-wrap: wrap; }
    .gk-cat-nav-inner nav a,
    .gk-cat-nav-inner nav button { padding: 12px 10px; font-size: 12px; }
    .gk-cat-nav-right .gk-tablet-up,
    .gk-cat-nav-right { font-size: 11px; }
}

/* Tablet */
@media (max-width: 900px) {
    .gk-cat-nav-right { display: none; }
    .gk-search-wrap { max-width: 320px; }
    .gk-tool-shop { display: none; }
    .gk-logo-tag { display: none; }
    .gk-cat-nav-inner nav a,
    .gk-cat-nav-inner nav button { padding: 10px 8px; font-size: 11.5px; }
}

/* Small tablet / large mobile */
@media (max-width: 767px) {
    .gk-search-wrap { display: none; }
    .gk-cat-nav { display: none; }
    .gk-nav-main { padding: 10px 12px; gap: 8px; }
    .gk-logo-mark { padding: 6px; }
    .gk-logo-mark svg { width: 22px; height: 22px; }
    .gk-cart-meta { display: none; }
    .gk-cart-btn { padding: 8px 12px; }
    .gk-announce { padding: 6px 12px; font-size: 11px; }
    .gk-announce-inner { gap: 4px; font-size: 10.5px; }
    .gk-announce-inner span:first-child { font-size: 10px; }
    .gk-search-mobile { padding: 0 12px 10px; }
}

/* Mobile */
@media (max-width: 480px) {
    .gk-logo-name .gk-l-green,
    .gk-logo-name .gk-l-orange { font-size: 18px; }
    .gk-announce-inner > span:nth-child(1) { display: none; }
    .gk-announce-inner { justify-content: center; }
    .gk-cart-btn .gk-cart-icon-wrap svg { width: 18px; height: 18px; }
}

/* =====================================================
   HERO — RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 1023px) {
    .gk-hero { grid-template-columns: 1fr; }
    .gk-hero-teaser { display: none; }
}
@media (max-width: 640px) {
    .gk-slider { height: 240px; border-radius: var(--gk-r-lg); }
    .gk-slide-content { padding: 18px; }
    .gk-slide-title { font-size: 18px; }
    .gk-slide-sub { font-size: 11px; }
    .gk-btn-primary, .gk-btn-ghost { padding: 9px 16px; font-size: 11px; }
}

/* =====================================================
   PDP — RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 1023px) {
    .gk-pdp-top { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .gk-pdp { padding: 20px 12px; }
    .gk-pdp-title { font-size: 20px; }
    .gk-pdp-price-now { font-size: 24px; }
    .gk-pdp-price-was { font-size: 14px; }
    .gk-pdp-main { padding: 8px; }
    .gk-pdp-thumb { width: 56px; height: 56px; }
    .gk-pdp-tabs-heads { font-size: 11px; }
    .gk-pdp-tab-head { padding: 12px 14px; font-size: 11px; }
    .gk-pdp-tabs-body { padding: 16px; }
    .gk-pdp-vbtn { padding: 7px 10px; font-size: 11px; }
    .gk-pdp-actions-row { grid-template-columns: 1fr; }
    .gk-btn-add, .gk-btn-buy { padding: 12px 18px; font-size: 12px; }
    .gk-btn-wa, .gk-btn-call { padding: 10px 12px; font-size: 11px; }
    .gk-pdp-reviews-head { flex-direction: column; gap: 10px; align-items: flex-start; }
    .gk-pdp-reviews-head .right { text-align: left; }
}

/* =====================================================
   SHOP — RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 1023px) {
    .gk-shop-layout { grid-template-columns: 1fr; }
    .gk-shop-sidebar { display: none; }
}
@media (max-width: 767px) {
    .gk-shop { padding: 16px 12px; }
    .gk-shop-hero { padding: 18px; }
    .gk-shop-hero h1 { font-size: 18px; }
    .gk-shop-toolbar { padding: 10px; gap: 10px; }
    .gk-shop-grid { gap: 12px; grid-template-columns: repeat(2, 1fr); }
    .gk-card-body { padding: 10px; }
    .gk-card-title { font-size: 12px; min-height: 32px; }
    .gk-card-price .now { font-size: 14px; }
}
@media (max-width: 380px) {
    .gk-card-actions { grid-template-columns: 1fr; gap: 4px; }
    .gk-btn-add-cart, .gk-btn-buy-now { font-size: 10px; padding: 7px 4px; }
}

/* =====================================================
   HOME — RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 767px) {
    .gk-home { padding-bottom: 80px; }
    .gk-home > section + section { margin-top: 32px; }
    .gk-section-head h2 { font-size: 18px; }
    .gk-cats { grid-template-columns: repeat(3, 1fr); }
    .gk-cat-tile { padding: 12px 8px; }
    .gk-cat-ico { width: 44px; height: 44px; font-size: 18px; margin-bottom: 8px; }
    .gk-cat-tile h4 { font-size: 10px; }
    .gk-trust-band { grid-template-columns: repeat(2, 1fr); padding: 16px; gap: 16px; }
    .gk-trust-ico { width: 44px; height: 44px; }
    .gk-top-sellers { grid-template-columns: 1fr; }
    .gk-video-showcase { flex-direction: column; }
    .gk-vs-media { width: 100%; min-height: 200px; }
    .gk-vs-body { width: 100%; padding: 24px; }
    .gk-vs-body h2 { font-size: 20px; }
    .gk-promo-banner { height: auto; padding: 24px; }
    .gk-promo-text h2 { font-size: 18px; }
    .gk-promo-cta { display: none; }
}

/* =====================================================
   CHECKOUT — RESPONSIVE FIXES
   ===================================================== */
@media (max-width: 991px) {
    .gk-checkout form.checkout { grid-template-columns: 1fr; }
    .gk-checkout-review { position: static; }
}
@media (max-width: 767px) {
    .gk-checkout { padding: 20px 12px; }
    .gk-checkout h1 { font-size: 20px; }
}

/* =====================================================
   FOOTER — RESPONSIVE
   ===================================================== */
@media (max-width: 767px) {
    .gk-footer { padding: 32px 0 24px; }
    .gk-footer-features { grid-template-columns: 1fr; gap: 16px; padding-bottom: 24px; }
    .gk-footer-cols { padding: 24px 16px; gap: 24px; }
}

/* =====================================================
   CART DRAWER — RESPONSIVE
   ===================================================== */
@media (max-width: 480px) {
    .gk-cart-panel { max-width: 100vw; }
    .gk-cart-header { padding: 14px 16px; }
    .gk-cart-body { padding: 14px; }
    .gk-cart-footer { padding: 14px 16px; }
}

/* =====================================================
   GENERAL UTILITY OVERRIDES — prevent overflow
   ===================================================== */
* { box-sizing: border-box; }
img, video { max-width: 100%; height: auto; }
.gk-card-img img { aspect-ratio: 1 / 1; }
.gk-pdp-main img { aspect-ratio: 1 / 1; }

/* =====================================================
   SUNDARBAN-STYLE CHECKOUT (sec, form-checkout.php)
   Brand: orange #f28226 / accent #e97410
   ===================================================== */

.gk-sbn-page {
    background: #f3f4f6;
    min-height: 100vh;
    padding: 32px 0;
}
.gk-sbn-wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}
@media (min-width: 640px) { .gk-sbn-wrap { padding: 0 24px; } }
@media (min-width: 1024px) { .gk-sbn-wrap { padding: 0 32px; } }

/* Hide WC core duplicate notices in our checkout */
.gk-sbn-page .woocommerce-form-coupon-toggle,
.gk-sbn-page .woocommerce-form-login,
.gk-sbn-page .woocommerce-additional-fields,
.gk-sbn-page h3#order_review_heading { display: none !important; }

/* Title row */
.gk-sbn-title { text-align: center; margin-bottom: 32px; }
.gk-sbn-title h1 { font-size: 28px; font-weight: 800; color: #111827; margin: 0 0 6px; letter-spacing: -0.02em; }
.gk-sbn-crumbs { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; }
.gk-sbn-crumbs a, .gk-sbn-crumbs span { color: #9ca3af; }
.gk-sbn-crumbs a:hover { color: #f28226; }
.gk-sbn-crumbs span.active { color: #f28226; cursor: pointer; }
.gk-sbn-crumbs span.active:hover { text-decoration: underline; }

/* Login banner */
.gk-sbn-login-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ffedd5;
    padding: 16px 20px;
    margin-bottom: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
    display: flex; flex-direction: column;
    gap: 14px; align-items: stretch;
}
@media (min-width: 640px) { .gk-sbn-login-card { flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; } }
.gk-sbn-login-msg {
    display: flex; align-items: center; gap: 10px;
    font-size: 13px; font-weight: 600; color: #374151;
    flex: 1 1 auto; min-width: 0;
}
.gk-sbn-login-msg > span:last-child { flex: 1; white-space: normal; word-break: keep-all; }
.gk-sbn-login-msg .dot {
    width: 10px; height: 10px; border-radius: 9999px;
    background: #f59e0b; display: inline-block; flex-shrink: 0;
    animation: gk-sbn-ping 1.5s ease-in-out infinite;
}
@keyframes gk-sbn-ping { 0%, 80%, 100% { transform: scale(1); opacity: 1; } 40% { transform: scale(1.4); opacity: .4; } }
.gk-sbn-login-actions { display: flex; gap: 10px; flex-shrink: 0; justify-content: flex-end; }
@media (max-width: 639px) {
    .gk-sbn-login-actions { width: 100%; }
    .gk-sbn-login-actions > a { flex: 1; }
}
.gk-sbn-btn-outline {
    padding: 6px 22px; border: 1px solid #f28226;
    color: #f28226; font-weight: 700; font-size: 12px;
    border-radius: 8px; transition: background .2s;
    text-decoration: none; text-align: center;
    display: inline-block; line-height: 1.6;
}
.gk-sbn-btn-outline:hover { background: #fffbeb; color: #f28226; }
.gk-sbn-btn-solid {
    padding: 6px 22px; border: 1px solid #f28226;
    background: #f28226; color: #fff;
    font-weight: 700; font-size: 12px;
    border-radius: 8px; box-shadow: 0 1px 2px rgba(242,130,38,.2);
    transition: background .2s; text-decoration: none;
    text-align: center; display: inline-block; line-height: 1.6;
}
.gk-sbn-btn-solid:hover { background: #ea580c; color: #fff; }

/* Grid */
.gk-sbn-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
@media (min-width: 1024px) {
    .gk-sbn-grid { grid-template-columns: 7fr 5fr; }
}
.gk-sbn-left, .gk-sbn-right { display: flex; flex-direction: column; gap: 24px; min-width: 0; }

/* Card base */
.gk-sbn-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 1px 2px rgba(0,0,0,.03);
    padding: 20px;
}
.gk-sbn-h2 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 20px;
    padding-left: 12px;
    border-left: 4px solid #e97410;
    display: flex; align-items: center; gap: 8px;
    line-height: 1.2;
}
.gk-sbn-h2 .opt { font-size: 12px; color: #9ca3af; font-weight: 500; margin-left: 4px; }

/* Order review item */
.gk-sbn-review-item {
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; padding: 16px;
    border: 1px solid #f3f4f6;
    border-radius: 12px;
    background: rgba(249, 250, 251, 0.5);
    flex-wrap: wrap;
}
@media (max-width: 639px) { .gk-sbn-review-item { flex-direction: column; align-items: stretch; } }
.gk-sbn-review-item .left { display: flex; gap: 16px; align-items: center; flex: 1; min-width: 0; }
.gk-sbn-review-item .thumb {
    width: 64px; height: 64px;
    border-radius: 8px; background: #fff;
    border: 1px solid #f3f4f6; padding: 4px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; overflow: hidden;
}
.gk-sbn-review-item .thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gk-sbn-review-item h3 { font-size: 14px; font-weight: 700; color: #111827; margin: 0 0 4px; line-height: 1.25; }
.gk-sbn-qty { display: flex; align-items: center; margin-top: 8px; }
.gk-sbn-qty .lbl { font-size: 12px; color: #6b7280; font-weight: 600; margin-right: 12px; }
.gk-sbn-qty .stepper {
    display: inline-flex; align-items: center;
    border: 1px solid #e5e7eb; background: #fff;
    border-radius: 6px; padding: 2px;
}
.gk-sbn-qty .stepper button {
    padding: 4px; background: none; border: 0; cursor: pointer;
    color: #9ca3af; border-radius: 4px; line-height: 0;
}
.gk-sbn-qty .stepper button:hover { color: #374151; background: #f9fafb; }
.gk-sbn-qty .stepper .val {
    padding: 0 12px; font-size: 12px; font-weight: 800;
    color: #111827; font-family: ui-monospace, "Roboto Mono", monospace;
    min-width: 24px; text-align: center;
}
.gk-sbn-review-item .right {
    display: flex; flex-direction: column; align-items: flex-end;
    justify-content: center; gap: 10px; flex-shrink: 0;
}
@media (max-width: 639px) {
    .gk-sbn-review-item .right { flex-direction: row; align-items: center; width: 100%; justify-content: space-between; border-top: 1px solid #f3f4f6; padding-top: 12px; }
}
.gk-sbn-review-item .price { font-size: 14px; font-weight: 900; color: #92400e; font-family: ui-sans-serif, system-ui, sans-serif; }
.gk-sbn-review-item .price .amount { color: inherit; font-weight: inherit; }
.gk-sbn-review-item .del {
    padding: 8px; background: #fef2f2; color: #ef4444;
    border: 1px solid #fee2e2; border-radius: 8px;
    cursor: pointer; transition: all .2s; line-height: 0;
}
.gk-sbn-review-item .del:hover { background: #ef4444; color: #fff; border-color: #ef4444; }

.gk-sbn-empty {
    text-align: center; padding: 32px 16px;
    background: #f9fafb; border-radius: 12px;
}
.gk-sbn-empty svg { margin: 0 auto 8px; color: #d1d5db; }
.gk-sbn-empty p { font-size: 12px; color: #6b7280; font-weight: 600; margin: 0 0 8px; }
.gk-sbn-empty .gk-sbn-link { font-size: 12px; color: #d97706; font-weight: 700; text-decoration: none; }
.gk-sbn-empty .gk-sbn-link:hover { text-decoration: underline; }

/* Form fields */
.gk-sbn-fields { display: flex; flex-direction: column; gap: 16px; }
.gk-sbn-fields > div { width: 100%; }
.gk-sbn-fields input[type="text"],
.gk-sbn-fields input[type="tel"],
.gk-sbn-fields input[type="email"],
.gk-sbn-fields select,
.gk-sbn-billing-fields input,
.gk-sbn-card textarea {
    width: 100%; height: 48px; padding: 0 16px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px; color: #1f2937;
    background: #fff; transition: all .2s;
    font-family: inherit; outline: none;
}
.gk-sbn-card textarea { height: auto; padding: 12px 16px; line-height: 1.5; resize: vertical; }
.gk-sbn-fields input:focus,
.gk-sbn-fields select:focus,
.gk-sbn-billing-fields input:focus,
.gk-sbn-card textarea:focus {
    border-color: #f28226;
    box-shadow: 0 0 0 1px #f28226;
}

/* Phone with prefix */
.gk-sbn-phone { display: flex; height: 48px; }
.gk-sbn-phone .prefix {
    background: #f9fafb; color: #6b7280;
    border: 1px solid #e5e7eb; border-right: 0;
    padding: 0 16px;
    border-top-left-radius: 8px; border-bottom-left-radius: 8px;
    font-family: ui-monospace, monospace; font-weight: 700;
    font-size: 14px; display: inline-flex; align-items: center; flex-shrink: 0;
}
.gk-sbn-phone input {
    border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;
    flex: 1; height: 48px !important; min-width: 0;
}

/* Row of 2 */
.gk-sbn-row-2 { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .gk-sbn-row-2 { grid-template-columns: 1fr 1fr; } }

/* Select */
.gk-sbn-select { position: relative; }
.gk-sbn-select select { appearance: none; padding-right: 44px; cursor: pointer; }
.gk-sbn-select select:disabled { background: #f9fafb; color: #9ca3af; cursor: not-allowed; }
.gk-sbn-select .chev {
    position: absolute; right: 16px; top: 50%;
    transform: translateY(-50%); color: #9ca3af; pointer-events: none;
    display: inline-flex;
}

/* Billing toggle */
.gk-sbn-billing-head {
    display: flex; align-items: center; justify-content: space-between;
    cursor: pointer; user-select: none;
}
.gk-sbn-radio {
    width: 24px; height: 24px;
    border-radius: 9999px;
    border: 2px solid #d1d5db;
    background: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .2s; padding: 0;
}
.gk-sbn-radio.is-on { border-color: #f28226; background: rgba(242,130,38,.05); }
.gk-sbn-radio .dot { width: 12px; height: 12px; border-radius: 9999px; background: transparent; transition: background .2s; }
.gk-sbn-radio.is-on .dot { background: #f28226; }

.gk-sbn-billing-fields {
    margin-top: 20px; padding-top: 16px;
    border-top: 1px dashed #f3f4f6;
    display: flex; flex-direction: column; gap: 16px;
    animation: gk-sbn-slide-down .25s ease-out;
}
.gk-sbn-billing-fields .hint { font-size: 10px; color: #6b7280; font-weight: 600; margin: 0; }
@keyframes gk-sbn-slide-down { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* Payment options */
.gk-sbn-pay-list { display: flex; flex-direction: column; gap: 12px; }
.gk-sbn-pay-option {
    border: 2px solid #f3f4f6;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all .2s;
    cursor: pointer;
}
.gk-sbn-pay-option:hover { border-color: #e5e7eb; }
.gk-sbn-pay-option.is-on { border-color: #f28226; background: rgba(242,130,38,.05); }
.gk-sbn-pay-option .head {
    display: flex; align-items: center; gap: 12px;
    padding: 16px; cursor: pointer;
    margin: 0;
}
.gk-sbn-pay-option .head input[type="radio"] {
    position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0;
}
.gk-sbn-pay-option .head .emoji { font-size: 22px; line-height: 1; }
.gk-sbn-pay-option .head .title { flex: 1; font-size: 12px; font-weight: 700; color: #1f2937; }
.gk-sbn-pay-option .head .dot {
    width: 20px; height: 20px; border-radius: 9999px;
    border: 1px solid #e5e7eb; background: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    color: transparent; transition: all .2s;
}
.gk-sbn-pay-option.is-on .head .dot { background: #f28226; border-color: #f28226; color: #fff; }
.gk-sbn-pay-option .drawer {
    padding: 14px; margin: 0 14px 14px;
    background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px;
    animation: gk-sbn-slide-down .25s ease-out;
}
.gk-sbn-pay-option .drawer .form-row { margin-bottom: 10px; }
.gk-sbn-pay-option .drawer input,
.gk-sbn-pay-option .drawer select {
    width: 100%; height: 40px; padding: 0 12px;
    border: 1px solid #e5e7eb; border-radius: 8px;
    font-size: 12px; background: #fff;
}
.gk-sbn-pay-option .drawer p { font-size: 12px; color: #6b7280; margin: 0 0 8px; line-height: 1.6; }
.gk-sbn-pay-option .drawer p:last-child { margin-bottom: 0; }
.gk-sbn-pay-empty { font-size: 13px; color: #6b7280; padding: 16px; background: #fef2f2; border-radius: 8px; border: 1px solid #fee2e2; }

/* Coupon */
.gk-sbn-coupon { padding: 0; overflow: hidden; }
.gk-sbn-coupon .head {
    width: 100%; padding: 16px;
    background: none; border: 0; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    text-align: left; font-family: inherit;
    transition: background .15s;
}
.gk-sbn-coupon .head:hover { background: rgba(249,250,251,.5); }
.gk-sbn-coupon .head > span:first-child {
    font-size: 12px; font-weight: 800; color: #374151;
    display: inline-flex; align-items: center; gap: 8px;
}
.gk-sbn-coupon .head .badge {
    background: #ecfdf5; color: #065f46;
    padding: 2px 8px; border-radius: 9999px;
    font-size: 10px; font-weight: 700;
    border: 1px solid #d1fae5;
    display: inline-flex; align-items: center; gap: 4px;
}
.gk-sbn-coupon .body {
    padding: 16px; background: rgba(249,250,251,.8);
    border-top: 1px solid #f3f4f6;
    display: flex; flex-direction: column; gap: 12px;
    animation: gk-sbn-slide-down .25s ease-out;
}
.gk-sbn-coupon .hint { font-size: 11px; color: #6b7280; font-weight: 500; margin: 0; line-height: 1.6; }
.gk-sbn-coupon .kbd {
    color: #b45309; font-weight: 700;
    font-family: ui-monospace, monospace; margin-right: 6px;
}
.gk-sbn-coupon .apply-row { display: flex; gap: 8px; }
.gk-sbn-coupon .apply-row input {
    flex: 1; height: 40px; padding: 0 12px;
    background: #fff; border: 1px solid #e5e7eb;
    border-radius: 8px; font-size: 12px;
    font-weight: 600; letter-spacing: .04em;
    text-transform: uppercase; font-family: inherit; outline: none;
}
.gk-sbn-coupon .apply-row input:focus { border-color: #d97706; box-shadow: 0 0 0 1px #d97706; }
.gk-sbn-coupon .apply-row input::placeholder { text-transform: none; }
.gk-sbn-coupon .apply-row button {
    height: 40px; padding: 0 20px;
    background: #d97706; color: #fff;
    border: 0; border-radius: 8px;
    font-weight: 700; font-size: 12px; cursor: pointer;
    transition: background .2s; font-family: inherit;
}
.gk-sbn-coupon .apply-row button:hover { background: #b45309; color: #fff; }
.gk-sbn-coupon .err {
    font-size: 11px; font-weight: 700; color: #dc2626;
    margin: 0; display: flex; align-items: center; gap: 4px;
    min-height: 0;
}
.gk-sbn-coupon .err:empty { display: none; }
.gk-sbn-coupon .ok {
    padding: 8px 12px; background: #ecfdf5;
    border: 1px solid #d1fae5; border-radius: 8px;
    font-size: 11px; color: #065f46; font-weight: 600;
    display: flex; align-items: center; justify-content: space-between;
}
.gk-sbn-coupon .ok button {
    font-size: 11px; font-weight: 800; color: #ef4444;
    background: none; border: 0; border-left: 1px solid #d1fae5;
    padding-left: 8px; margin-left: 8px; cursor: pointer;
}
.gk-sbn-coupon .ok button:hover { text-decoration: underline; }

/* Totals */
.gk-sbn-totals { padding: 20px; display: flex; flex-direction: column; gap: 14px; }
.gk-sbn-totals .row {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 12px; color: #4b5563;
}
.gk-sbn-totals .row .lbl { font-weight: 600; }
.gk-sbn-totals .row .val { font-family: ui-monospace, monospace; color: #111827; font-weight: 700; }
.gk-sbn-totals .row.discount {
    background: #ecfdf5; padding: 8px;
    border-radius: 8px; color: #065f46;
}
.gk-sbn-totals .row.discount .lbl, .gk-sbn-totals .row.discount .val { color: #065f46; font-weight: 800; }
.gk-sbn-totals .row.total {
    padding-top: 14px; border-top: 1px solid #f3f4f6;
    font-size: 14px;
}
.gk-sbn-totals .row.total .lbl { font-weight: 700; color: #111827; }
.gk-sbn-totals .row.total .val { color: #e97410; font-weight: 900; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.gk-sbn-totals .row.total .val .amount { color: inherit; font-weight: inherit; }

/* Special notes */
.gk-sbn-card textarea {
    width: 100%; padding: 12px;
    border: 1px solid #e5e7eb; border-radius: 8px;
    font-size: 12px; color: #1f2937; background: #fff;
    font-family: inherit; resize: vertical; min-height: 80px;
}
.gk-sbn-card .char-count {
    font-size: 10px; color: #9ca3af;
    font-family: ui-monospace, monospace; text-align: right;
    font-weight: 600; margin-top: 4px;
}

/* Agreement + Place Order */
.gk-sbn-agreement { display: flex; flex-direction: column; gap: 16px; }
.gk-sbn-agreement .check {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 12px; color: #4b5563; font-weight: 500;
    user-select: none; cursor: pointer; padding: 0 4px;
    line-height: 1.6;
}
.gk-sbn-agreement .check input[type="checkbox"] {
    margin-top: 2px;
    width: 16px; height: 16px;
    border-radius: 4px; border: 1px solid #d1d5db;
    accent-color: #d97706; cursor: pointer; flex-shrink: 0;
}
.gk-sbn-agreement .check button {
    color: #f28226; font-weight: 700;
    background: transparent; border: 0; padding: 0; cursor: pointer;
    text-decoration: none;
}
.gk-sbn-agreement .check button:hover { text-decoration: underline; color: #f28226; }

.gk-sbn-place {
    width: 100%; height: 56px;
    background: #f28226; color: #fff;
    border: 0; border-radius: 8px;
    font-weight: 700; font-size: 14px;
    text-transform: uppercase; letter-spacing: .04em;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,.07);
    transition: all .2s;
    font-family: ui-sans-serif, system-ui, sans-serif;
    display: flex; align-items: center; justify-content: center; gap: 8px;
}
.gk-sbn-place:hover { background: #ea580c; color: #fff; box-shadow: 0 8px 16px rgba(242,130,38,.2); }
.gk-sbn-place:active { transform: scale(.98); }
.gk-sbn-place:disabled { opacity: .6; cursor: not-allowed; }

/* Policy modal */
.gk-sbn-modal {
    position: fixed; inset: 0; z-index: 60;
    display: none; align-items: center; justify-content: center;
    padding: 16px;
}
.gk-sbn-modal.is-open { display: flex; }
.gk-sbn-modal .bg {
    position: absolute; inset: 0;
    background: rgba(15,23,42,.6);
    backdrop-filter: blur(4px);
}
.gk-sbn-modal .card {
    position: relative; z-index: 10;
    background: #fff; border-radius: 24px;
    max-width: 540px; width: 100%;
    max-height: 80vh; display: flex; flex-direction: column;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,.2);
    border: 1px solid #f3f4f6;
    animation: gk-sbn-fade-in .2s ease-out;
}
@keyframes gk-sbn-fade-in { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }
.gk-sbn-modal .head {
    padding: 24px;
    border-bottom: 1px solid #f3f4f6;
    display: flex; align-items: center; justify-content: space-between;
}
.gk-sbn-modal .head h3 { font-size: 16px; font-weight: 700; color: #111827; margin: 0; }
.gk-sbn-modal .head button {
    color: #9ca3af; font-size: 14px; font-weight: 700;
    width: 32px; height: 32px;
    background: #f9fafb; border: 0; border-radius: 9999px;
    cursor: pointer; transition: background .15s;
    display: inline-flex; align-items: center; justify-content: center;
}
.gk-sbn-modal .head button:hover { background: #f3f4f6; color: #111827; }
.gk-sbn-modal .body {
    padding: 24px; overflow-y: auto;
    font-size: 13px; color: #4b5563; line-height: 1.7;
}
.gk-sbn-modal .body p { margin: 0 0 12px; }
.gk-sbn-modal .body strong { color: #111827; font-weight: 700; }
.gk-sbn-modal .foot {
    padding: 24px;
    border-top: 1px solid #f3f4f6;
    background: rgba(249,250,251,.5);
    text-align: right;
}
.gk-sbn-modal-close {
    padding: 10px 20px;
    background: #111827; color: #fff;
    border: 0; border-radius: 12px;
    font-weight: 700; font-size: 12px;
    cursor: pointer; font-family: inherit;
    transition: background .15s;
}
.gk-sbn-modal-close:hover { background: #1f2937; color: #fff; }

/* WC native field cleanup inside our checkout */
.gk-sbn-page .form-row, .gk-sbn-page #order_review { padding: 0; margin: 0; max-width: 100%; }
.gk-sbn-page .form-row label, .gk-sbn-page #order_review > h3 { display: none !important; }
.gk-sbn-page select { color: #1f2937; }

/* Override our previous form-checkout grid (old gk-checkout) for any leftover Astra wrappers */
.gk-checkout, .gk-sbn-page .gk-checkout { padding: 0 !important; max-width: 100% !important; }

/* Container override at checkout — full width body */
body.woocommerce-checkout #content,
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .gk-site-content,
body.woocommerce-checkout main#primary { padding: 0 !important; max-width: 100% !important; }
body.woocommerce-checkout .site-main { padding: 0 !important; max-width: 100% !important; margin: 0 !important; }

/* Hide cart drawer on checkout (avoid duplicate) */
body.woocommerce-checkout .gk-side-cart { display: none !important; }

/* Mobile responsive tweaks */
@media (max-width: 767px) {
    .gk-sbn-page { padding: 16px 0; }
    .gk-sbn-title h1 { font-size: 24px; }
    .gk-sbn-card { padding: 16px; }
    .gk-sbn-h2 { font-size: 14px; }
    .gk-sbn-fields input, .gk-sbn-fields select, .gk-sbn-phone, .gk-sbn-phone input, .gk-sbn-phone .prefix { height: 44px; }
}
@media (max-width: 480px) {
    .gk-sbn-place { height: 50px; font-size: 13px; }
    .gk-sbn-title h1 { font-size: 22px; }
    .gk-sbn-pay-option .head .emoji { font-size: 18px; }
}

/* =====================================================
   SUNDARBAN THANK-YOU CARD
   ===================================================== */
.gk-sbn-thankyou-page {
    background: #f3f4f6;
    min-height: 100vh;
    padding: 32px 16px;
    display: flex; align-items: flex-start; justify-content: center;
}
.gk-sbn-thankyou-wrap { width: 100%; max-width: 540px; padding: 32px 0; }

.gk-sbn-success-card {
    background: #fff; border-radius: 24px;
    overflow: hidden;
    border: 1px solid #f3f4f6;
    box-shadow: 0 25px 50px rgba(0,0,0,.1);
    display: flex; flex-direction: column;
    animation: gk-sbn-fade-in .3s ease-out;
}

.gk-sbn-success-banner {
    background: #ecfdf5;
    padding: 40px 24px;
    text-align: center;
    border-bottom: 1px solid #d1fae5;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.gk-sbn-success-circle {
    width: 64px; height: 64px;
    border-radius: 9999px;
    background: #10b981; color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 25px rgba(16,185,129,.25);
    margin-bottom: 16px;
    animation: gk-sbn-scale-up .4s cubic-bezier(.34, 1.56, .64, 1);
}
@keyframes gk-sbn-scale-up { 0% { transform: scale(.5); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
.gk-sbn-success-banner h2 { font-size: 24px; font-weight: 900; color: #064e3b; margin: 0; letter-spacing: -0.02em; }
.gk-sbn-success-banner p { font-size: 12px; color: #065f46; font-weight: 600; margin: 4px 0 0; }

.gk-sbn-success-body {
    padding: 24px;
    display: flex; flex-direction: column; gap: 24px;
}
@media (min-width: 640px) { .gk-sbn-success-body { padding: 32px; } }

.gk-sbn-success-meta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    padding-bottom: 20px; border-bottom: 1px solid #f3f4f6;
    font-size: 12px;
}
.gk-sbn-success-meta .lbl {
    color: #9ca3af; font-weight: 700; display: block;
    margin-bottom: 4px; font-size: 10px; letter-spacing: .05em;
}
.gk-sbn-success-meta .val { color: #030712; font-weight: 700; display: block; }
.gk-sbn-success-meta .mono { font-family: ui-monospace, monospace; }

.gk-sbn-success-section { display: flex; flex-direction: column; gap: 12px; }
.gk-sbn-success-sec-title {
    font-size: 10px; color: #9ca3af;
    text-transform: uppercase; font-weight: 900; letter-spacing: .08em;
    display: flex; align-items: center;
}

.gk-sbn-success-item {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    gap: 12px;
}
.gk-sbn-success-item .left { display: flex; align-items: center; gap: 14px; min-width: 0; flex: 1; }
.gk-sbn-success-item .thumb {
    width: 44px; height: 44px;
    background: #fff; border-radius: 12px;
    padding: 4px; border: 1px solid #e5e7eb;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.gk-sbn-success-item .thumb img { max-height: 100%; max-width: 100%; object-fit: contain; }
.gk-sbn-success-item .name { font-weight: 700; font-size: 14px; color: #030712; display: block; }
.gk-sbn-success-item .meta { font-size: 10px; color: #9ca3af; font-weight: 600; display: block; }
.gk-sbn-success-item .right { text-align: right; flex-shrink: 0; display: flex; flex-direction: column; gap: 2px; align-items: flex-end; }
.gk-sbn-success-item .qty { font-size: 12px; color: #6b7280; font-weight: 700; }
.gk-sbn-success-item .price { font-size: 12px; font-family: ui-monospace, monospace; font-weight: 700; color: #111827; }

.gk-sbn-success-shipping {
    padding: 16px;
    background: rgba(249,250,251,.5);
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    font-size: 12px;
    display: flex; flex-direction: column; gap: 8px;
}
.gk-sbn-success-shipping .row1 { display: flex; justify-content: space-between; font-weight: 700; color: #111827; }
.gk-sbn-success-shipping .phone { font-family: ui-monospace, monospace; }
.gk-sbn-success-shipping .address { color: #4b5563; font-weight: 600; margin: 0; }
.gk-sbn-success-shipping .locale { color: #e97410; font-weight: 900; margin: 0; }

.gk-sbn-success-price {
    background: #f9fafb;
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #f3f4f6;
    display: flex; flex-direction: column; gap: 10px;
    font-size: 12px; color: #4b5563;
}
.gk-sbn-success-price .row { display: flex; align-items: center; justify-content: space-between; }
.gk-sbn-success-price .row .mono { font-family: ui-monospace, monospace; font-weight: 700; color: #111827; }
.gk-sbn-success-price .row .free { color: #059669; font-weight: 700; text-transform: uppercase; }
.gk-sbn-success-price .row.discount {
    color: #065f46;
    background: #ecfdf5;
    padding: 6px 10px;
    border-radius: 8px;
}
.gk-sbn-success-price .row.discount .mono { color: #065f46; font-weight: 800; }
.gk-sbn-success-price .row.total {
    padding-top: 10px; border-top: 1px dashed #e5e7eb;
}
.gk-sbn-success-price .row.total > span:first-child { font-weight: 700; color: #111827; display: inline-flex; align-items: center; }
.gk-sbn-success-price .row.total .mono { font-weight: 900; font-size: 14px; color: #e97410; }
.gk-sbn-success-price .row.total .mono .amount { color: inherit; }

.gk-sbn-success-foot {
    padding: 24px;
    border-top: 1px solid #f3f4f6;
    background: rgba(249,250,251,.5);
    display: flex; flex-direction: column; gap: 12px;
}
@media (min-width: 640px) { .gk-sbn-success-foot { flex-direction: row; } }
.gk-sbn-success-print, .gk-sbn-success-continue {
    height: 48px; flex: 1;
    border-radius: 12px;
    font-weight: 700; font-size: 12px;
    text-transform: uppercase; letter-spacing: .05em;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    cursor: pointer; transition: all .15s;
    text-decoration: none; font-family: inherit;
}
.gk-sbn-success-print {
    border: 1px solid #d1d5db;
    background: #fff; color: #374151;
}
.gk-sbn-success-print:hover { background: #f3f4f6; color: #111827; }
.gk-sbn-success-continue {
    background: #d97706; color: #fff;
    border: 0;
    box-shadow: 0 4px 8px rgba(217,119,6,.2);
}
.gk-sbn-success-continue:hover { background: #b45309; color: #fff; }
.gk-sbn-success-continue:active { transform: scale(.97); }

/* WC order details bleed below — make them blend */
.gk-sbn-thankyou-page .woocommerce-order { max-width: 540px; margin: 24px auto 0; }
.gk-sbn-thankyou-page .woocommerce-order ul.woocommerce-order-overview,
.gk-sbn-thankyou-page .woocommerce-order h2.woocommerce-order-details__title,
.gk-sbn-thankyou-page .woocommerce-order .woocommerce-order-details,
.gk-sbn-thankyou-page .woocommerce-order .woocommerce-customer-details,
.gk-sbn-thankyou-page .woocommerce-thankyou-order-received,
.gk-sbn-thankyou-page .woocommerce-thankyou-order-details { display: none !important; }

/* Strip Astra container on thankyou */
body.woocommerce-order-received #content,
body.woocommerce-order-received .site-content,
body.woocommerce-order-received main#primary,
body.woocommerce-order-received .site-main { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
body.woocommerce-order-received .gk-side-cart { display: none !important; }

