/* Glassica Storefront — Dazzle-style, container-based, sales-focused */

.gx-root { font-family: 'Inter', sans-serif; background: var(--bone); color: var(--cocoa-ink); min-height: 100vh; font-size: 14px; }
.gx-root *, .gx-root *::before, .gx-root *::after { box-sizing: border-box; }
.gx-container { max-width: 1280px; margin: 0 auto; padding: 0 16px; width: 100%; }

img { max-width: 100%; display: block; }
.gx-img-fallback { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--bone-deep), var(--blush-soft)); color: var(--cocoa); font-size: 11px; padding: 12px; text-align: center; width: 100%; height: 100%; font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 14px; line-height: 1.3; }

/* Buttons */
.gx-btn-primary { background: var(--saffron); color: var(--cocoa); border: none; padding: 12px 22px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; transition: all 0.15s; letter-spacing: 0.02em; }
.gx-btn-primary:hover { background: var(--cocoa); color: var(--bone); }

/* ─── Utility bar ─── */
.gx-util { background: var(--cocoa); color: var(--bone-soft); font-size: 12px; }
.gx-util-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 16px; flex-wrap: wrap; gap: 8px; }
.gx-util-links a { color: var(--bone-soft); text-decoration: none; margin-left: 18px; opacity: 0.88; cursor: pointer; transition: color 0.15s; }
.gx-util-links a:hover { color: var(--saffron); opacity: 1; }

/* ─── Header ─── */
.gx-header { background: var(--paper); border-bottom: 1px solid var(--line-soft); }
.gx-header-row { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding: 16px; }
.gx-logo img { height: 56px; display: block; }
.gx-logo { text-decoration: none; }

.gx-search { display: flex; background: var(--bone); border: 2px solid var(--cocoa); border-radius: 6px; overflow: hidden; height: 44px; max-width: 640px; width: 100%; }
.gx-search select { background: transparent; border: none; border-right: 1px solid var(--line); padding: 0 14px; font-size: 13px; color: var(--cocoa); font-family: inherit; cursor: pointer; outline: none; }
.gx-search input { flex: 1; padding: 0 16px; background: transparent; border: none; font-family: inherit; font-size: 14px; color: var(--cocoa); outline: none; }
.gx-search input::placeholder { color: var(--cocoa-soft); opacity: 0.7; }
.gx-search button { background: var(--cocoa); color: var(--bone); border: none; padding: 0 22px; font-size: 12px; letter-spacing: 0.08em; cursor: pointer; font-family: inherit; font-weight: 600; }
.gx-search button:hover { background: var(--saffron-dk); }

.gx-head-r { display: flex; gap: 14px; align-items: center; }
.gx-icon-btn { display: flex; flex-direction: column; align-items: center; gap: 2px; background: transparent; border: none; cursor: pointer; color: var(--cocoa); font-family: inherit; padding: 4px 8px; }
.gx-icon-btn span { font-size: 22px; }
.gx-icon-btn b { font-size: 11px; font-weight: 500; letter-spacing: 0.04em; }
.gx-icon-btn:hover { color: var(--saffron-dk); }

.gx-cart-btn { display: flex; gap: 10px; align-items: center; background: var(--saffron); color: var(--cocoa); border: none; padding: 8px 14px; border-radius: 6px; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.gx-cart-btn:hover { background: var(--saffron-dk); color: var(--bone); }
.gx-cart-ico { position: relative; font-size: 22px; line-height: 1; }
.gx-cart-ico em { position: absolute; top: -6px; right: -8px; background: var(--cocoa); color: var(--bone); font-size: 10px; min-width: 18px; height: 18px; border-radius: 9px; padding: 0 5px; font-style: normal; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.gx-cart-btn div { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.gx-cart-btn small { font-size: 10px; opacity: 0.8; }
.gx-cart-btn b { font-size: 13px; font-weight: 700; }

/* ─── Category nav ─── */
.gx-catnav { background: var(--paper); border-bottom: 1px solid var(--line-soft); }
.gx-catnav-row { display: flex; align-items: stretch; gap: 0; padding: 0 16px; flex-wrap: wrap; }
.gx-catnav a, .gx-allcats { color: var(--cocoa); text-decoration: none; padding: 12px 16px; font-size: 13px; cursor: pointer; font-family: inherit; background: transparent; border: none; transition: all 0.15s; font-weight: 500; }
.gx-catnav a:hover { color: var(--saffron-dk); }
.gx-allcats { background: var(--cocoa); color: var(--bone); font-weight: 600; letter-spacing: 0.04em; }
.gx-allcats:hover { background: var(--saffron-dk); color: var(--bone); }
.gx-hot { color: var(--danger) !important; font-weight: 600; }
.gx-end { margin-left: auto; }

/* ─── Hero ─── */
.gx-hero { padding: 16px 0; background: var(--bone); }
.gx-hero-grid { display: grid; grid-template-columns: 220px 1fr 240px; gap: 16px; padding: 0 16px; }

.gx-side { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 8px; padding: 12px 0; height: fit-content; }
.gx-side h4 { font-family: 'Cormorant Garamond', serif; font-size: 18px; margin: 4px 16px 10px; color: var(--cocoa); font-weight: 600; }
.gx-side ul { list-style: none; padding: 0; margin: 0; }
.gx-side li { padding: 9px 16px; font-size: 13px; color: var(--cocoa); cursor: pointer; display: flex; justify-content: space-between; transition: all 0.15s; border-left: 3px solid transparent; }
.gx-side li:hover { background: var(--bone); border-left-color: var(--saffron); }
.gx-side li.act { background: var(--bone); color: var(--cocoa); font-weight: 600; border-left-color: var(--saffron); }
.gx-side li.sale { color: var(--danger); font-weight: 600; }
.gx-side li span { color: var(--cocoa-soft); }

.gx-hero-main { border-radius: 8px; overflow: hidden; position: relative; min-height: 380px; display: flex; flex-direction: column; }
.gx-hero-inner { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; padding: 36px 36px 48px; }
.gx-hero-copy { color: var(--cocoa); }
.gx-hero-tag { display: inline-block; background: var(--cocoa); color: var(--bone); padding: 5px 12px; border-radius: 999px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; white-space: nowrap; }
.gx-hero-main h1 { font-family: 'Cormorant Garamond', serif; font-size: 44px; line-height: 1.05; margin: 0 0 14px; font-weight: 600; color: var(--cocoa); }
.gx-hero-main h1 em { font-style: italic; color: var(--saffron-dk); }
.gx-hero-copy p { font-size: 14px; color: var(--cocoa); opacity: 0.85; line-height: 1.55; margin: 0 0 20px; max-width: 320px; }
.gx-hero-img { aspect-ratio: 1/1; max-width: 320px; justify-self: end; align-self: center; border-radius: 8px; overflow: hidden; }
.gx-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.gx-hero-dots { position: absolute; bottom: 14px; left: 36px; display: flex; gap: 6px; }
.gx-hero-dots button { width: 24px; height: 4px; border: none; border-radius: 2px; background: rgba(92,46,18,0.3); cursor: pointer; padding: 0; transition: background 0.15s; }
.gx-hero-dots button.act { background: var(--cocoa); width: 40px; }

.gx-promos { display: flex; flex-direction: column; gap: 16px; }
.gx-promo { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 8px; overflow: hidden; cursor: pointer; transition: all 0.18s; display: flex; flex-direction: column; }
.gx-promo:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.gx-promo-img { aspect-ratio: 16/10; overflow: hidden; }
.gx-promo-img img { width: 100%; height: 100%; object-fit: cover; }
.gx-promo-text { padding: 12px 14px; }
.gx-promo-text small { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--saffron-dk); font-weight: 600; }
.gx-promo-text h4 { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: var(--cocoa); margin: 2px 0 6px; font-weight: 600; }
.gx-promo-text span { font-size: 12px; color: var(--cocoa); font-weight: 600; letter-spacing: 0.04em; }

/* ─── Trust bar ─── */
.gx-trust { background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 14px 0; }
.gx-trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0 16px; }
.gx-trust-row > div b { font-size: 13px; color: var(--cocoa); display: block; font-weight: 600; margin-bottom: 2px; }
.gx-trust-row > div span { font-size: 11px; color: var(--cocoa-soft); }

/* ─── Section heads ─── */
.gx-sec-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 28px 0 16px; flex-wrap: wrap; }
.gx-sec-head h2 { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--cocoa); margin: 0; font-weight: 600; }
.gx-sec-head a, .gx-link { font-size: 12px; color: var(--cocoa); text-decoration: none; letter-spacing: 0.06em; cursor: pointer; font-weight: 600; }
.gx-sec-head a:hover, .gx-link:hover { color: var(--saffron-dk); }
.gx-sec-tabs { display: flex; gap: 4px; flex-wrap: wrap; margin-left: auto; }
.gx-sec-tabs button { background: var(--paper); border: 1px solid var(--line); padding: 6px 12px; border-radius: 4px; font-size: 12px; color: var(--cocoa); cursor: pointer; font-family: inherit; transition: all 0.15s; }
.gx-sec-tabs button:hover { border-color: var(--cocoa); }
.gx-sec-tabs button.act { background: var(--cocoa); color: var(--bone); border-color: var(--cocoa); }

/* ─── Category pills ─── */
.gx-pills-sec { padding: 4px 0 12px; }
.gx-pills { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; padding: 0 16px; }
.gx-pill { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 8px; padding: 12px 8px; cursor: pointer; transition: all 0.18s; font-family: inherit; display: flex; flex-direction: column; align-items: center; text-align: center; }
.gx-pill:hover { border-color: var(--saffron); box-shadow: var(--shadow); transform: translateY(-2px); }
.gx-pill-img { width: 64px; height: 64px; border-radius: 50%; overflow: hidden; margin-bottom: 8px; background: var(--bone); }
.gx-pill-img img { width: 100%; height: 100%; object-fit: cover; }
.gx-pill b { font-size: 12px; color: var(--cocoa); font-weight: 600; line-height: 1.2; white-space: nowrap; }
.gx-pill small { font-size: 10px; color: var(--cocoa-soft); margin-top: 4px; line-height: 1.3; white-space: nowrap; }

/* ─── Flash Sale ─── */
.gx-flash { padding: 12px 0; }
.gx-flash > .gx-container > div:not(.gx-grid) { background: linear-gradient(95deg, var(--cocoa-ink), var(--cocoa)); border-radius: 8px 8px 0 0; padding: 14px 20px; margin: 0 16px; color: var(--bone); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.gx-flash-title { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.gx-flash-badge { background: var(--saffron); color: var(--cocoa); padding: 6px 12px; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; }
.gx-flash-title h2 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--bone); margin: 0; font-weight: 600; }
.gx-flash-title h2 em { font-style: normal; color: var(--saffron); }
.gx-flash-cd { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.gx-flash-cd small { font-size: 11px; letter-spacing: 0.1em; opacity: 0.8; margin-right: 4px; }
.gx-cd-box { background: var(--bone); color: var(--cocoa); font-family: 'JetBrains Mono', monospace; font-weight: 700; padding: 6px 8px; border-radius: 4px; min-width: 36px; text-align: center; font-size: 14px; font-variant-numeric: tabular-nums; }
.gx-flash-cd i { font-style: normal; color: var(--saffron); font-weight: 700; }
.gx-flash-cd a { color: var(--saffron); font-size: 11px; letter-spacing: 0.08em; text-decoration: none; margin-left: 14px; cursor: pointer; font-weight: 700; }
.gx-flash-cd a:hover { color: var(--bone); }
.gx-flash .gx-grid { background: var(--cocoa); padding: 16px 20px 20px; margin: 0 16px; border-radius: 0 0 8px 8px; }

/* ─── Section ─── */
.gx-section { padding: 16px 0; }
.gx-section .gx-grid { padding: 0 16px; }
.gx-section .gx-sec-head { padding: 0 16px; }
.gx-pills-sec .gx-sec-head { padding: 0 16px; }

/* ─── Product Grid & Card ─── */
.gx-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gx-card { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 8px; position: relative; transition: all 0.18s; overflow: hidden; display: flex; flex-direction: column; }
.gx-card:hover { border-color: var(--saffron); box-shadow: var(--shadow); transform: translateY(-3px); }
.gx-disc { position: absolute; top: 8px; left: 8px; background: var(--danger); color: white; font-size: 11px; padding: 4px 8px; border-radius: 4px; font-weight: 700; z-index: 2; letter-spacing: 0.02em; }
/* Featured/New badge sits top-left so it never collides with the top-right
   wishlist button. When a discount badge is also present, it stacks below it. */
.gx-tag { position: absolute; top: 8px; left: 8px; right: auto; background: rgba(60,30,8,0.85); color: var(--bone); font-size: 10px; padding: 4px 8px; border-radius: 4px; letter-spacing: 0.04em; z-index: 2; font-weight: 500; }
.gx-disc + .gx-tag { top: 34px; }
.gx-card-img { aspect-ratio: 1/1; overflow: hidden; cursor: pointer; background: var(--bone); display: block; }
.gx-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gx-card:hover .gx-card-img img { transform: scale(1.05); }
.gx-card-img-wrap { position: relative; }
.gx-quick-btn { position: absolute; left: 50%; bottom: 12px; transform: translate(-50%, 8px); background: var(--paper); color: var(--cocoa); border: none; padding: 8px 16px; border-radius: 999px; font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; opacity: 0; transition: all 0.22s; box-shadow: 0 4px 14px -4px rgba(60,30,8,0.3); display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.gx-quick-btn span { font-size: 13px; }
.gx-quick-btn:hover { background: var(--cocoa); color: var(--bone); }
.gx-card:hover .gx-quick-btn { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 768px) { .gx-quick-btn { display: none; } }
.gx-card-body { padding: 12px; flex: 1; display: flex; flex-direction: column; }
.gx-card-coll { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cocoa-soft); margin-bottom: 4px; font-weight: 500; }
.gx-card-name { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--cocoa); font-weight: 600; line-height: 1.35; margin: 0 0 8px; cursor: pointer; min-height: 36px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gx-card-name:hover { color: var(--saffron-dk); }
.gx-card-price { display: flex; gap: 6px; align-items: baseline; margin: 4px 0 2px; }
.gx-card-price b { font-size: 18px; color: var(--danger); font-weight: 700; font-family: 'Inter', sans-serif; }
.gx-card-price s { font-size: 12px; color: var(--cocoa-soft); }
.gx-card-save { font-size: 10px; color: var(--success); font-weight: 600; margin-bottom: 10px; }
.gx-card-btns { display: flex; gap: 6px; margin-top: auto; }
.gx-view { flex: 0 0 auto; padding: 8px 14px; background: transparent; border: 1px solid var(--line); color: var(--cocoa); border-radius: 4px; font-size: 11px; font-weight: 600; cursor: pointer; letter-spacing: 0.06em; font-family: inherit; transition: all 0.15s; }
.gx-view:hover { background: var(--cocoa); color: var(--bone); border-color: var(--cocoa); }
.gx-add { flex: 1; padding: 8px 12px; background: var(--saffron); color: var(--cocoa); border: 1px solid var(--saffron); border-radius: 4px; font-size: 11px; font-weight: 700; cursor: pointer; letter-spacing: 0.04em; font-family: inherit; transition: all 0.15s; }
.gx-add:hover { background: var(--cocoa); color: var(--bone); border-color: var(--cocoa); }
.gx-add.in { background: var(--success); color: var(--bone); border-color: var(--success); }
.gx-no-results { grid-column: 1 / -1; padding: 48px; text-align: center; color: var(--cocoa-soft); font-size: 14px; }

/* ─── Why Glassica ─── */
.gx-why { padding: 32px 0; }
.gx-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 36px; background: var(--paper); border-radius: 12px; border: 1px solid var(--line-soft); }
.gx-why-img { aspect-ratio: 4/3; border-radius: 8px; overflow: hidden; }
.gx-why-img img { width: 100%; height: 100%; object-fit: cover; }
.gx-why-text small { font-size: 11px; letter-spacing: 0.18em; color: var(--saffron-dk); font-weight: 700; }
.gx-why-text h2 { font-family: 'Cormorant Garamond', serif; font-size: 38px; color: var(--cocoa); margin: 10px 0 14px; font-weight: 600; line-height: 1.05; }
.gx-why-text p { font-size: 14px; color: var(--cocoa-soft); line-height: 1.7; margin: 0 0 20px; }
.gx-why-stats { display: flex; gap: 28px; margin: 20px 0 24px; padding: 16px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.gx-why-stats b { display: block; font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--cocoa); font-weight: 600; }
.gx-why-stats span { font-size: 11px; color: var(--cocoa-soft); letter-spacing: 0.04em; }

/* ─── Newsletter ─── */
.gx-newsletter { background: var(--blush-soft); padding: 28px 0; margin-top: 24px; }
.gx-news-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; padding: 0 16px; }
.gx-news-row h3 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--cocoa); margin: 0; font-weight: 600; }
.gx-news-row p { color: var(--cocoa-soft); font-size: 13px; margin: 4px 0 0; }
.gx-news-row form { display: flex; gap: 8px; }
.gx-news-row input { flex: 1; padding: 14px 18px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); font-family: inherit; font-size: 14px; color: var(--cocoa); outline: none; }
.gx-news-row input:focus { border-color: var(--cocoa); }
.gx-news-row button { background: var(--cocoa); color: var(--bone); border: none; padding: 0 24px; border-radius: 6px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; letter-spacing: 0.04em; }
.gx-news-row button:hover { background: var(--saffron-dk); }

/* ─── Footer ─── */
.gx-footer { background: var(--cocoa); color: var(--bone-soft); padding: 40px 0 20px; }
.gx-footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr; gap: 28px; padding: 0 16px 28px; border-bottom: 1px solid rgba(241,236,224,0.12); }
.gx-foot-brand img { height: 50px; margin-bottom: 12px; filter: brightness(0) invert(1) sepia(0.15); }
.gx-foot-brand p { font-size: 13px; opacity: 0.78; line-height: 1.65; margin: 0 0 14px; }
.gx-pay { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 14px; }
.gx-pay span { background: var(--bone); color: var(--cocoa); padding: 3px 7px; border-radius: 3px; font-size: 9px; font-weight: 700; letter-spacing: 0.04em; }
.gx-socials { display: flex; gap: 8px; }
.gx-socials a { width: 34px; height: 34px; border-radius: 50%; background: rgba(241,236,224,0.12); display: flex; align-items: center; justify-content: center; color: var(--bone); font-size: 13px; cursor: pointer; transition: background 0.15s; text-decoration: none; }
.gx-socials a:hover { background: var(--saffron); color: var(--cocoa); }

.gx-footer h5 { font-family: 'Cormorant Garamond', serif; color: var(--bone); margin: 0 0 14px; font-size: 16px; font-weight: 600; }
.gx-footer ul { list-style: none; padding: 0; margin: 0; }
.gx-footer li { padding: 5px 0; font-size: 13px; opacity: 0.82; cursor: pointer; transition: color 0.15s; }
.gx-footer li:hover { color: var(--saffron); opacity: 1; }
.gx-foot-bottom { padding: 18px 16px 0; display: flex; justify-content: space-between; font-size: 11px; opacity: 0.62; gap: 10px; flex-wrap: wrap; }

/* ─── Cart Drawer ─── */
.gx-overlay { position: fixed; inset: 0; background: rgba(60,30,8,0.45); opacity: 0; pointer-events: none; transition: opacity 0.22s; z-index: 100; }
.gx-overlay.open { opacity: 1; pointer-events: auto; }
.gx-cart { position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 96vw; background: var(--paper); z-index: 110; transform: translateX(110%); transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; box-shadow: -16px 0 60px -20px rgba(60,30,8,0.3); }
.gx-cart.open { transform: none; }
.gx-cart header { padding: 18px 22px; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; background: var(--bone); }
.gx-cart header h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--cocoa); margin: 0; font-weight: 600; }
.gx-x { background: transparent; border: 1px solid var(--line); width: 32px; height: 32px; border-radius: 50%; color: var(--cocoa); font-size: 12px; cursor: pointer; transition: all 0.15s; }
.gx-x:hover { background: var(--cocoa); color: var(--bone); }
.gx-cart-body { flex: 1; overflow: auto; padding: 8px 0; }
.gx-cart-body-inner { padding: 0 22px; }
.gx-empty { text-align: center; padding: 60px 20px; color: var(--cocoa-soft); }
.gx-empty-glyph { font-size: 56px; margin-bottom: 12px; opacity: 0.5; }
.gx-empty p { margin: 0 0 18px; font-size: 14px; }
.gx-cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line-soft); align-items: flex-start; }
.gx-cart-item .gx-cart-img { width: 64px; height: 64px; border-radius: 6px; overflow: hidden; background: var(--bone); }
.gx-cart-item .gx-cart-img img { width: 100%; height: 100%; object-fit: cover; }
.gx-cart-name { font-size: 13px; color: var(--cocoa); font-weight: 600; line-height: 1.3; }
.gx-cart-coll { font-size: 10px; color: var(--cocoa-soft); letter-spacing: 0.04em; margin-top: 2px; }
.gx-cart-price { font-size: 14px; color: var(--danger); font-weight: 700; white-space: nowrap; }
.gx-cart-item-main { min-width: 0; }
.gx-cart-unit { font-size: 11px; color: var(--cocoa-soft); margin-top: 2px; }
.gx-qty { display: flex; align-items: center; gap: 4px; margin-top: 8px; }
.gx-qty button { width: 24px; height: 24px; border: 1px solid var(--line); background: var(--paper); border-radius: 4px; cursor: pointer; font-size: 13px; color: var(--cocoa); transition: all 0.15s; font-family: inherit; display: flex; align-items: center; justify-content: center; line-height: 1; }
.gx-qty button:hover { background: var(--cocoa); color: var(--bone); border-color: var(--cocoa); }
.gx-qty span { min-width: 20px; text-align: center; font-size: 12px; color: var(--cocoa); font-weight: 600; }
.gx-qty-input { width: 40px; height: 24px; text-align: center; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--cocoa); font-size: 12px; font-weight: 600; font-family: inherit; -moz-appearance: textfield; appearance: textfield; }
.gx-qty-input::-webkit-outer-spin-button, .gx-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.gx-qty-input:focus { outline: 2px solid var(--saffron); outline-offset: -1px; }
.gx-remove { display: inline-block; margin-top: 6px; background: transparent !important; border: none !important; color: var(--cocoa-soft) !important; font-size: 10px !important; letter-spacing: 0.04em; cursor: pointer; text-decoration: underline; text-underline-offset: 2px; }
.gx-remove:hover { color: var(--danger) !important; }
.gx-cart-busy .gx-cart-body-inner { opacity: 0.5; pointer-events: none; transition: opacity 0.15s; }
.gx-cart footer { padding: 16px 22px 20px; border-top: 1px solid var(--line-soft); background: var(--bone); }
.gx-cart-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--cocoa); padding: 4px 0; }
.gx-cart-row b { font-weight: 600; }
.gx-cart-row.total { padding: 10px 0 0; margin-top: 8px; border-top: 1px solid var(--line); font-size: 14px; }
.gx-cart-row.total b { font-size: 18px; color: var(--danger); }
.gx-progress { background: var(--bone-deep); height: 6px; border-radius: 3px; position: relative; margin: 8px 0 16px; }
.gx-progress > div { background: var(--saffron); height: 100%; border-radius: 3px; transition: width 0.3s; }
.gx-progress span { position: absolute; top: 100%; left: 0; font-size: 10px; color: var(--cocoa-soft); margin-top: 4px; }
.gx-checkout { width: 100%; margin-top: 14px; background: var(--saffron); color: var(--cocoa); border: none; padding: 14px; border-radius: 6px; font-size: 13px; letter-spacing: 0.06em; cursor: pointer; font-family: inherit; font-weight: 700; transition: background 0.15s; }
.gx-checkout:hover { background: var(--cocoa); color: var(--bone); }
.gx-emi { text-align: center; font-size: 11px; color: var(--cocoa-soft); margin-top: 8px; }

/* ─── Quick View Modal ─── */
.gx-modal { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(880px, 96vw); max-height: 92vh; background: var(--paper); border-radius: 12px; z-index: 120; overflow: hidden; box-shadow: var(--shadow-lg); }
.gx-x-abs { position: absolute; top: 12px; right: 12px; z-index: 5; background: var(--paper); }
.gx-modal-grid { display: grid; grid-template-columns: 1fr 1fr; max-height: 92vh; }
.gx-modal-img { aspect-ratio: 1/1; overflow: hidden; background: var(--bone); }
.gx-modal-img img { width: 100%; height: 100%; object-fit: cover; }
.gx-modal-body { padding: 28px 28px 24px; overflow: auto; }
.gx-modal-coll { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--saffron-dk); font-weight: 700; }
.gx-modal-body h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: var(--cocoa); margin: 6px 0 10px; font-weight: 600; line-height: 1.15; }
.gx-stars { color: var(--saffron); font-size: 13px; letter-spacing: 0.06em; }
.gx-stars span { color: var(--cocoa-soft); font-size: 11px; margin-left: 6px; }
.gx-modal-price { display: flex; gap: 10px; align-items: baseline; margin: 14px 0 6px; padding: 12px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.gx-modal-price b { font-size: 28px; color: var(--danger); font-weight: 700; font-family: 'Inter', sans-serif; }
.gx-modal-price s { font-size: 15px; color: var(--cocoa-soft); }
.gx-save { background: var(--success); color: white; padding: 3px 8px; border-radius: 4px; font-size: 11px; font-weight: 700; margin-left: auto; }
.gx-modal-desc { font-size: 13px; color: var(--cocoa-soft); line-height: 1.6; margin: 12px 0; }
.gx-modal-info { list-style: none; padding: 12px 14px; margin: 0 0 14px; background: var(--bone); border-radius: 6px; }
.gx-modal-info li { padding: 4px 0; font-size: 12px; color: var(--cocoa); }
.gx-modal-row { display: flex; align-items: center; gap: 14px; margin: 12px 0 14px; }
.gx-lbl { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cocoa-soft); min-width: 70px; font-weight: 600; }
.gx-modal-cta { display: flex; gap: 8px; }
.gx-add-big { flex: 1; background: var(--saffron); color: var(--cocoa); border: none; padding: 14px 22px; border-radius: 6px; font-size: 13px; letter-spacing: 0.06em; cursor: pointer; font-family: inherit; font-weight: 700; transition: background 0.15s; }
.gx-add-big:hover { background: var(--cocoa); color: var(--bone); }

/* ─── Toast ─── */
.gx-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: var(--cocoa); color: var(--bone); padding: 12px 22px; border-radius: 999px; font-size: 13px; z-index: 200; box-shadow: var(--shadow-lg); animation: gxToast 0.3s; }
@keyframes gxToast { from { transform: translate(-50%, 12px); opacity: 0; } to { transform: translate(-50%, 0); opacity: 1; } }

/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .gx-hero-grid { grid-template-columns: 200px 1fr; }
  .gx-promos { grid-column: 1 / -1; flex-direction: row; }
  .gx-promo { flex: 1; }
  .gx-pills { grid-template-columns: repeat(4, 1fr); }
  .gx-grid { grid-template-columns: repeat(3, 1fr); }
  .gx-footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .gx-foot-brand { grid-column: 1 / -1; }
}
@media (max-width: 768px) {
  .gx-header-row { grid-template-columns: auto auto; gap: 12px; }
  .gx-search { grid-column: 1 / -1; order: 3; }
  .gx-icon-btn b { display: none; }
  .gx-cart-btn div { display: none; }
  .gx-util-links a { margin-left: 12px; }
  .gx-hero-grid { grid-template-columns: 1fr; }
  .gx-side { display: none; }
  .gx-promos { flex-direction: column; }
  .gx-hero-inner { grid-template-columns: 1fr; padding: 24px; }
  .gx-hero-main h1 { font-size: 32px; }
  .gx-hero-img { display: none; }
  .gx-trust-row { grid-template-columns: repeat(2, 1fr); }
  .gx-pills { grid-template-columns: repeat(3, 1fr); }
  .gx-grid { grid-template-columns: repeat(2, 1fr); }
  .gx-flash > .gx-container > div:not(.gx-grid) { flex-direction: column; align-items: flex-start; }
  .gx-why-grid { grid-template-columns: 1fr; padding: 24px; }
  .gx-why-text h2 { font-size: 28px; }
  .gx-news-row { grid-template-columns: 1fr; }
  .gx-footer-top { grid-template-columns: 1fr 1fr; }
  .gx-modal-grid { grid-template-columns: 1fr; }
  .gx-modal-img { aspect-ratio: 4/3; }
  .gx-card-name { font-size: 12px; min-height: 32px; }
  .gx-card-price b { font-size: 16px; }
}


/* ─── Mobile chrome (hamburger, mobile-search, mobile menu drawer, bottom nav) ─── */
.gx-hamburger { display: none; background: transparent; border: none; font-size: 24px; color: var(--cocoa); cursor: pointer; padding: 4px 8px; line-height: 1; }
.gx-mobile-search { display: none; background: var(--paper); border-bottom: 1px solid var(--line-soft); padding: 0 0 10px; }
.gx-search-m { height: 40px; }
.gx-search-m input { padding: 0 14px; }
.gx-search-m button { padding: 0 16px; font-size: 16px; }

/* Mobile menu drawer */
.gx-mmenu { position: fixed; top: 0; left: 0; bottom: 0; width: 300px; max-width: 86vw; background: var(--paper); z-index: 110; transform: translateX(-110%); transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1); display: flex; flex-direction: column; box-shadow: 16px 0 60px -20px rgba(60,30,8,0.3); }
.gx-mmenu.open { transform: none; }
.gx-mmenu header { padding: 18px 22px; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; align-items: center; background: var(--bone); }
.gx-mmenu header h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--cocoa); margin: 0; font-weight: 600; }
.gx-mmenu-list { list-style: none; padding: 8px 0; margin: 0; flex: 1; overflow-y: auto; }
.gx-mmenu-list li { padding: 0; }
.gx-mmenu-list li a { display: block; padding: 12px 22px; font-size: 14px; color: var(--cocoa); text-decoration: none; transition: background 0.15s; cursor: pointer; }
.gx-mmenu-list li a:hover { background: var(--bone); color: var(--saffron-dk); }
.gx-mmenu-list li.hot a { color: var(--danger); font-weight: 600; }
.gx-mmenu-list li.div { height: 1px; background: var(--line-soft); margin: 8px 22px; }
.gx-mmenu footer { padding: 16px 22px; border-top: 1px solid var(--line-soft); background: var(--bone); font-size: 12px; color: var(--cocoa-soft); }

/* Mobile sticky bottom nav */
.gx-mob-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--paper); border-top: 1px solid var(--line); z-index: 80; padding: 6px 0 8px; box-shadow: 0 -4px 20px -8px rgba(60,30,8,0.18); }
.gx-mob-nav button, .gx-mob-nav a { flex: 1; background: transparent; border: none; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 4px; color: var(--cocoa); font-family: inherit; cursor: pointer; text-decoration: none; }
.gx-mob-nav span { font-size: 20px; position: relative; }
.gx-mob-nav small { font-size: 10px; letter-spacing: 0.04em; }
.gx-mob-nav em { position: absolute; top: -4px; right: -10px; background: var(--danger); color: white; font-size: 9px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; font-style: normal; font-weight: 700; display: flex; align-items: center; justify-content: center; }

@media (max-width: 768px) {
  .gx-hamburger { display: block; }
  .gx-mobile-search { display: block; }
  .gx-mob-nav { display: flex; }
  body { padding-bottom: 60px; }
  .gx-util-l { display: none; }
  .gx-util-links { font-size: 11px; }
  .gx-util-links a:first-child { margin-left: 0; }
  .gx-logo img { height: 44px; }
  .gx-header-row { padding: 12px 16px; }
  .gx-catnav { display: none; }
}

/* ── Footer newsletter band (light card inset on the dark footer) ── */
.gx-foot-news {
  background: var(--blush-soft);
  margin: 0 16px 28px;
  border-radius: 12px;
  overflow: hidden;
}
.gx-foot-news-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 30px 36px;
}
.gx-foot-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--saffron-dk);
  font-weight: 600;
  margin-bottom: 8px;
}
.gx-foot-news-copy h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  line-height: 1.15;
  color: var(--cocoa);
  margin: 0;
  font-weight: 600;
}
.gx-foot-news-copy p {
  font-size: 13px;
  color: var(--cocoa-soft);
  margin: 6px 0 0;
  max-width: 38ch;
}
.gx-news-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.gx-news-field { display: block; margin: 0; }
.gx-news-field input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  font-family: inherit;
  font-size: 14px;
  color: var(--cocoa);
  outline: none;
  transition: border-color 0.15s;
}
.gx-news-field input::placeholder { color: var(--cocoa-soft); opacity: 0.7; }
.gx-news-field input:focus { border-color: var(--cocoa); }
.gx-news-submit {
  height: 48px;
  padding: 0 26px;
  background: var(--cocoa);
  color: var(--bone);
  border: none;
  border-radius: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.15s;
}
.gx-news-submit:hover { background: var(--saffron-dk); }
.gx-news-submit[disabled] { opacity: 0.6; cursor: default; }
.gx-news-status {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  font-size: 12px;
  min-height: 1em;
}
.gx-news-status.ok  { color: var(--success); }
.gx-news-status.err { color: var(--danger); }
.gx-news-done .gx-news-field input,
.gx-news-done .gx-news-submit { opacity: 0.5; }

@media (max-width: 760px) {
  .gx-foot-news { margin: 0 12px 20px; }
  .gx-foot-news-row { grid-template-columns: 1fr; gap: 16px; padding: 24px 20px; }
  .gx-foot-news-copy h4 { font-size: 23px; }
  .gx-news-form { grid-template-columns: 1fr; }
}
