:root {
  --ink: #111510;
  --muted: #687067;
  --line: #dde2dc;
  --soft: #f4f6f2;
  --lime: #b8f33d;
  --lime-dark: #85bd10;
  --dark: #192019;
  --radius: 18px;
  --font-commerce: Inter, "Avenir Next", "Helvetica Neue", "Segoe UI", Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-commerce-display: Inter, "Avenir Next", "Helvetica Neue", Arial, ui-sans-serif, system-ui, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-commerce); font-feature-settings: "kern" 1, "liga" 1, "tnum" 1; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.standalone-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(17,21,16,.1); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.standalone-header .page-shell { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.standalone-brand { display: flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.03em; }
.standalone-brand b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--ink); color: var(--lime); }
.standalone-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 14px; font-weight: 700; }
.standalone-nav a[aria-current="page"] { border-bottom: 2px solid var(--lime-dark); }
.header-utility { display: flex; gap: 9px; }
.header-utility select, .header-account { min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 0 14px; font-size: 13px; }
.page-hero { padding: 76px 0 54px; }
.page-hero h1 { max-width: 820px; margin: 0; font-size: clamp(48px, 7vw, 92px); line-height: .94; letter-spacing: -.07em; }
.page-hero p { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
body[data-page="support"] .page-hero h1,
body[data-page="warranty"] .page-hero h1 { max-width: 700px; font-size: clamp(36px, 4.2vw, 58px); line-height: 1.05; letter-spacing: -.04em; }
body[data-page="support"] .page-hero,
body[data-page="warranty"] .page-hero { padding-top: 62px; }
.market-note { display: inline-flex; margin-top: 24px; gap: 8px; align-items: center; font-size: 13px; font-weight: 800; }
.market-note::before { width: 9px; height: 9px; border-radius: 50%; background: var(--lime-dark); content: ""; }
.group-buy-stage { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); min-height: 590px; overflow: hidden; border-radius: 28px; background: var(--soft); }
.group-product { position: relative; display: grid; place-items: center; min-height: 520px; padding: 42px; }
.group-product img { width: 100%; max-height: 480px; object-fit: contain; filter: drop-shadow(0 30px 28px rgba(17,21,16,.18)); }
.group-product-label { position: absolute; left: 34px; bottom: 30px; color: var(--muted); font-size: 13px; }
.group-panel { display: flex; flex-direction: column; padding: 44px; background: var(--dark); color: #fff; }
.group-panel h2 { margin: 0; font-size: clamp(33px, 4vw, 54px); line-height: 1; letter-spacing: -.055em; }
.price-line { display: flex; align-items: end; gap: 14px; margin-top: 28px; }
.price-line del { color: #9aa39a; font-size: 18px; }
.price-line strong { color: var(--lime); font-size: 32px; }
.progress-copy { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; font-size: 13px; }
.progress-track { height: 10px; margin-top: 12px; overflow: hidden; border-radius: 999px; background: #3e463e; }
.progress-track i { display: block; width: var(--progress, 0%); height: 100%; border-radius: inherit; background: var(--lime); transition: width .5s ease; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 26px; }
.countdown div { padding: 13px 8px; border: 1px solid #424b42; border-radius: 12px; text-align: center; }
.countdown b { display: block; font-size: 20px; }
.countdown span { color: #aeb7ae; font-size: 10px; text-transform: uppercase; }
.group-rule { margin: 24px 0 0; color: #c8d0c8; font-size: 14px; line-height: 1.55; }
.join-button { width: 100%; min-height: 56px; margin-top: auto; border: 0; border-radius: 999px; background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer; }
.join-button:disabled { cursor: wait; opacity: .65; }
.join-status { min-height: 21px; margin: 12px 0 0; color: #cbd3cb; font-size: 13px; text-align: center; }
.how-it-works { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 70px 0; border-block: 1px solid var(--line); }
.how-it-works article { padding: 34px; border-right: 1px solid var(--line); }
.how-it-works article:last-child { border-right: 0; }
.how-it-works b { display: block; color: var(--lime-dark); font-size: 13px; }
.how-it-works h3 { margin: 12px 0 8px; font-size: 20px; }
.how-it-works p { margin: 0; color: var(--muted); line-height: 1.6; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 80px 0 26px; }
.section-head h2 { margin: 0; font-size: clamp(34px, 5vw, 58px); letter-spacing: -.055em; }
.section-head p { max-width: 480px; margin: 0; color: var(--muted); line-height: 1.6; }
.bundle-list { border-top: 1px solid var(--line); }
.bundle-row { border-bottom: 1px solid var(--line); }
.bundle-row summary { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; padding: 25px 4px; cursor: pointer; list-style: none; }
.bundle-row summary::-webkit-details-marker { display: none; }
.bundle-row summary strong { font-size: 22px; }
.bundle-markets { color: var(--muted); font-size: 12px; font-weight: 800; }
.bundle-row summary::after { content: "+"; font-size: 26px; }
.bundle-row[open] summary::after { content: "−"; }
.bundle-body { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; padding: 0 4px 28px; color: var(--muted); }
.bundle-body b { color: var(--ink); }
.timer-inline { color: var(--lime-dark); font-weight: 800; text-align: right; }
.empty-state { padding: 36px; border-radius: var(--radius); background: var(--soft); color: var(--muted); text-align: center; }
.support-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; margin-bottom: 80px; }
.content-panel { border: 1px solid var(--line); border-radius: 24px; padding: 34px; }
.content-panel h2 { margin: 0 0 12px; font-size: 30px; letter-spacing: -.04em; }
.content-panel p { color: var(--muted); line-height: 1.65; }
.page-form { display: grid; gap: 15px; margin-top: 26px; }
.page-form label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 700; }
.page-form input, .page-form select, .page-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 13px 14px; color: var(--ink); }
.page-form button { min-height: 48px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 800; }
.carrier-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.carrier-strip a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; font-size: 12px; font-weight: 800; }
.carrier-logo-strip { gap: 10px; align-items: center; }
.carrier-logo-strip .carrier-logo {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 0;
  border-radius: 8px;
  padding: 9px 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
}
.carrier-logo.dhl { background: #ffcc00; color: #d40511; }
.carrier-logo.dpd { background: linear-gradient(135deg, #dc0032 0 50%, #414042 50%); color: #fff; }
.carrier-logo.ups { background: #351c15; color: #ffb500; }
.carrier-logo.gls { background: #ffcc00; color: #003399; }
.carrier-logo.fedex { background: #fff; color: #4d148c; }
.carrier-logo.fedex span:last-child { color: #ff6600; }
.carrier-logo.usps { background: #004b8d; color: #fff; }
.carrier-logo.royalmail { background: #da202a; color: #ffd200; }
.carrier-logo.evri { background: linear-gradient(90deg, #5f2eea, #00b8a9, #ffcc00); color: #fff; }
.carrier-logo.laposte { background: #ffcb05; color: #003da5; }
.carrier-logo.colissimo { background: #f05a28; color: #fff; }
.carrier-logo.chronopost { background: #0055a4; color: #fff; }
.carrier-logo.postnl { background: #f58220; color: #fff; }
.carrier-logo.bpost { background: #e30613; color: #fff; }
.carrier-logo.correos { background: #ffd200; color: #002b5c; }
.carrier-logo.posteitaliane { background: #ffcc00; color: #003b79; }
.carrier-logo.austrianpost { background: #ffcc00; color: #e2001a; }
.carrier-logo.swisspost { background: #ffcc00; color: #dc0018; }
.carrier-logo.postnord { background: #00a3e0; color: #fff; }
.carrier-logo.canadapost { background: #e31b23; color: #fff; }
.warranty-hero { position: relative; }
.page-kicker { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border: 1px solid #b8d8ce; border-radius: 999px; background: #edf8f4; color: #0d513f; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.policy-source-status { display: inline-flex; align-items: center; gap: 8px; min-height: 36px; margin-top: 22px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--muted); font-size: 13px; font-weight: 750; }
.policy-source-status::before { width: 8px; height: 8px; border-radius: 50%; background: #d4a72c; content: ""; }
.policy-source-status.is-synced::before { background: #15966b; box-shadow: 0 0 0 4px #dff4eb; }
.policy-source-status.is-fallback::before { background: #c77720; }
body[data-page="warranty"] .commerce-footer-trust { display: none; }
.warranty-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 32px; margin-bottom: 90px; }
.brand-list { position: sticky; top: 92px; display: grid; align-content: start; gap: 16px; padding: 22px; border: 1px solid #d8d8d8; border-radius: 12px; background: #fff; box-shadow: none; }
.selector-heading { display: grid; gap: 4px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.selector-heading strong { color: var(--ink); font-size: 20px; letter-spacing: -.02em; }
.selector-heading small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.brand-list button { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 15px; text-align: left; font-weight: 800; cursor: pointer; }
.brand-list button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.brand-list label { display: grid; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 650; text-transform: uppercase; }
.brand-list select { min-height: 50px; width: 100%; border: 1px solid #d8d8d8; border-radius: 8px; background: #fff; padding: 0 14px; color: var(--ink); font: inherit; font-weight: 600; }
.policy-selector-note { margin: 2px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.warranty-policy { overflow: hidden; border: 1px solid #d8e5df; border-radius: 24px; background: #f7faf8; box-shadow: 0 24px 60px rgba(9, 50, 40, .08); }
.policy-heading { padding: 38px 42px 30px; background: #0e4f3e; color: #fff; }
.policy-heading > span { display: block; margin-bottom: 8px; color: #bfe8d8; font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.warranty-policy h2 { margin: 0; font-size: 40px; letter-spacing: -.04em; }
.policy-heading p { max-width: 650px; margin: 10px 0 0; color: #d5eee5; line-height: 1.6; }
.policy-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #d8e5df; }
.policy-columns article { min-width: 0; padding: 30px 34px; background: #fff; }
.policy-columns article:only-child { grid-column: 1 / -1; }
.policy-columns p { color: var(--muted); line-height: 1.65; }
.policy-section-label { display: block; margin-bottom: 18px; color: #0e4f3e; font-size: 12px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.policy-aftercare { padding: 30px 34px 34px; border-top: 1px solid #d8e5df; background: #f4f8f6; }
.policy-rich { color: var(--muted); line-height: 1.65; }
.policy-rich p { margin: 0 0 12px; }
.policy-rich h3 { margin: 24px 0 10px; color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.25; }
.policy-rich h3:first-child { margin-top: 0; }
.policy-rich h4 { margin: 18px 0 8px; color: #0e4f3e; font-size: 15px; line-height: 1.3; }
.policy-rich strong { color: var(--ink); font-weight: 600; }
.policy-rich a { color: #0c6d55; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }
.policy-rich dl { display: grid; grid-template-columns: minmax(120px, .65fr) minmax(0, 1.35fr); margin: 0 0 16px; border: 1px solid #d8e5df; border-radius: 12px; overflow: hidden; }
.policy-rich dt, .policy-rich dd { margin: 0; padding: 10px 12px; border-bottom: 1px solid #d8e5df; }
.policy-rich dt { background: #edf5f1; color: #0e4f3e; font-weight: 600; }
.policy-rich dd { background: #fff; color: var(--ink); }
.policy-rich dt:last-of-type, .policy-rich dd:last-of-type { border-bottom: 0; }
.policy-rich .policy-alert { padding: 14px 16px; border-left: 4px solid #c97719; border-radius: 0 10px 10px 0; background: #fff3df; color: #72400f; }
.policy-rich ul, .policy-rich ol { margin: 0 0 12px; padding-left: 22px; }
.policy-rich figure { margin: 14px 0; }
.policy-rich img { display: block; max-width: 100%; height: auto; border-radius: 8px; cursor: zoom-in; }
.policy-rich hr { height: 1px; margin: 18px 0; border: 0; background: var(--line); }
.aftercare-media-lightbox {
  z-index: 95;
}
.aftercare-media-lightbox .media-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}
.aftercare-image-frame {
  width: min(1040px, calc(100vw - 56px));
  max-height: calc(100vh - 120px);
}
.aftercare-zoom-controls {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
.aftercare-zoom-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}
.standalone-footer { margin-top: 90px; padding: 36px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.legal-page-shell { padding-bottom: 90px; }
.legal-hero { padding-bottom: 34px; }
.legal-content { max-width: 880px; margin-bottom: 0; }
.legal-content p { margin: 0 0 18px; color: var(--ink); font-size: 17px; line-height: 1.8; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content h2 { margin: 30px 0 12px; font-size: 24px; letter-spacing: -.025em; }
.legal-content h3 { margin: 24px 0 10px; font-size: 19px; }
.legal-content ul, .legal-content ol { margin: 0 0 18px; padding-left: 24px; color: var(--ink); font-size: 17px; line-height: 1.75; }
.legal-content a { color: var(--lime-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.legal-table-scroll { width: 100%; margin: 22px 0; overflow-x: auto; border: 1px solid #dfe3e1; border-radius: 8px; background: #fff; -webkit-overflow-scrolling: touch; }
.legal-content table { width: 100%; min-width: 720px; border-collapse: collapse; border-spacing: 0; color: var(--ink); font-size: 15px; line-height: 1.4; }
.legal-content th, .legal-content td { min-width: 120px; padding: 12px 14px; border-right: 1px solid #dfe3e1; border-bottom: 1px solid #dfe3e1; text-align: left; vertical-align: middle; overflow-wrap: normal; word-break: normal; }
.legal-content th { background: #f4f7f5; font-weight: 800; text-align: center; }
.legal-content tr:last-child > th, .legal-content tr:last-child > td { border-bottom: 0; }
.legal-content tr > :last-child { border-right: 0; }
@media (max-width: 620px) {
  .legal-table-scroll { margin-right: 0; margin-left: 0; border-radius: 6px; }
  .legal-content table { min-width: 760px; font-size: 14px; }
  .legal-content th, .legal-content td { padding: 10px 12px; }
}
@media (max-width: 840px) {
  .standalone-header .page-shell { min-height: 64px; flex-wrap: wrap; padding: 12px 0; }
  .standalone-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; overflow-x: auto; }
  .header-utility select { display: none; }
  .page-hero { padding-top: 50px; }
  .group-buy-stage, .support-grid, .warranty-layout { grid-template-columns: 1fr; }
  .brand-list { position: static; }
  .policy-heading { padding: 30px 24px 26px; }
  .policy-columns article, .policy-aftercare { padding: 26px 24px; }
  .group-product { min-height: 340px; }
  .group-panel { min-height: 560px; padding: 30px; }
  .how-it-works { grid-template-columns: 1fr; }
  .how-it-works article { border-right: 0; border-bottom: 1px solid var(--line); }
  .bundle-body, .policy-columns { grid-template-columns: 1fr; }
  .timer-inline { text-align: left; }
}

@media (max-width: 620px) {
  body[data-page="warranty"] .page-hero h1 { font-size: 40px; }
  .policy-columns { grid-template-columns: 1fr; }
  .policy-rich dl { grid-template-columns: 1fr; }
  .policy-rich dt, .policy-rich dd { border-bottom: 1px solid #d8e5df; }
}

/* Deals fidelity layout */
.deals-page { color: #111; font-family: Arial, Helvetica, sans-serif; }
.deals-header { min-height: 58px; display: flex; align-items: center; gap: 46px; padding: 0 32px; border-bottom: 1px solid #dfe3e7; background: #fff; }
.deals-logo { display: inline-flex; align-items: center; gap: 10px; min-width: 220px; }
.deals-logo-mark { display: grid; width: 31px; height: 31px; place-items: center; clip-path: polygon(50% 0, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%); background: #9bd300; color: #fff; font-size: 17px; font-weight: 900; }
.deals-logo > span:last-child { display: grid; }
.deals-logo b { font-size: 19px; line-height: 1; letter-spacing: -.4px; }
.deals-logo small { margin-top: 3px; color: #66707a; font-size: 10px; letter-spacing: .2px; }
.deals-nav { display: flex; align-self: stretch; gap: 34px; }
.deals-nav a { position: relative; display: grid; place-items: center; font-size: 14px; }
.deals-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: #9bd300; content: ""; }
.deals-header-tools { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.deals-region { display: flex; align-items: center; gap: 7px; }
.deals-region svg, .deals-tool-link svg, .deals-search svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.deals-region select { border: 0; background: transparent; font-size: 13px; }
.deals-search { display: flex; width: min(300px, 24vw); height: 40px; overflow: hidden; border: 1px solid #d7dce1; border-radius: 4px; }
.deals-search input { width: 100%; border: 0; outline: 0; padding: 0 14px; }
.deals-search button { display: grid; width: 42px; border: 0; background: #fff; place-items: center; cursor: pointer; }
.deals-tool-link { position: relative; display: flex; align-items: center; gap: 7px; font-size: 13px; white-space: nowrap; }
.deals-tool-link i { position: absolute; top: -10px; left: 15px; display: grid; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 99px; background: #9bd300; font-size: 10px; font-style: normal; font-weight: 800; place-items: center; }
.deals-main { width: calc(100% - 64px); margin: 0 auto; }
.deals-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 0 10px; }
.deals-title h1 { margin: 0; font-size: 43px; line-height: 1; letter-spacing: -1.5px; }
.deals-title p { margin: 6px 0 0; color: #505963; font-size: 14px; }
.deals-share-button {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid #8bc500;
  border-radius: 999px;
  background: linear-gradient(135deg, #b7ff23 0%, #92d900 58%, #76b900 100%);
  box-shadow: 0 12px 28px rgba(118, 185, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 0 22px;
  color: #101827;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.deals-share-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.75), transparent 34%);
  pointer-events: none;
}
.deals-share-button:hover {
  border-color: #6ea900;
  box-shadow: 0 16px 34px rgba(118, 185, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  filter: saturate(1.08);
  transform: translateY(-1px);
}
.deals-share-button:focus-visible {
  outline: 3px solid rgba(139, 197, 0, 0.35);
  outline-offset: 3px;
}
.deals-share-button svg,
.deals-share-button span { position: relative; z-index: 1; }
.deals-share-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.deals-loading { padding: 40px; border: 1px solid #dfe3e7; color: #68717a; text-align: center; }
.deals-group-card { display: grid; grid-template-columns: 40% 60%; min-height: 310px; overflow: hidden; border: 1px solid #d9dde1; border-radius: 5px; background: #fff; }
.deals-group-stack { display: grid; gap: 18px; }
.group-buy-config-error { display: grid; gap: 7px; border: 1px solid #ef4444; border-radius: 6px; background: #fef2f2; padding: 22px; color: #991b1b; }
.deals-group-card.without-countdown .deals-stats { grid-template-columns: repeat(2, 1fr); }
.deals-group-gallery { position: relative; min-width: 0; overflow: hidden; background: #f1f3f3; }
.deals-group-gallery > a { display: grid; width: 100%; height: 100%; min-height: 310px; place-items: center; }
.deals-main-product { width: 100%; height: 100%; max-height: 310px; object-fit: contain; background: #fff; }
.group-buy-badge { position: absolute; z-index: 2; top: 13px; left: 16px; padding: 6px 9px; border-radius: 4px; background: #131a20; color: #fff; font-size: 9px; font-weight: 800; }
.deals-thumbnails { position: absolute; z-index: 3; bottom: 10px; left: 10px; display: flex; gap: 5px; }
.deals-thumbnails button { width: 54px; height: 48px; overflow: hidden; border: 1px solid #fff; border-radius: 4px; background: #fff; padding: 2px; cursor: pointer; }
.deals-thumbnails button.active { border: 2px solid #9bd300; }
.deals-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.deals-group-content { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto auto auto; column-gap: 32px; align-content: start; padding: 17px 25px 12px 30px; }
.deals-product-copy h2 { margin: 0 0 7px; font-size: 21px; line-height: 1.12; }
.deals-product-copy p { max-width: 520px; margin: 0; color: #555d65; font-size: 12px; line-height: 1.45; }
.deals-product-copy small { display: block; margin-top: 4px; color: #777f86; font-size: 12px; }
.deals-price {
  position: relative;
  display: grid;
  justify-items: start;
  min-width: 300px;
  border: 1px solid rgba(143, 198, 0, 0.35);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(135deg, #f8ffe8 0%, #eefbd2 58%, #e5f6bd 100%);
  box-shadow: 0 16px 32px rgba(143, 198, 0, 0.16);
  padding: 16px 18px 14px;
}
.deals-card-share {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(16, 24, 39, 0.12);
  border-radius: 999px;
  background: #101827;
  box-shadow: 0 8px 18px rgba(16, 24, 39, 0.18);
  padding: 7px 11px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.deals-card-share:hover,
.deals-card-share:focus-visible {
  background: #76b900;
  box-shadow: 0 10px 22px rgba(118, 185, 0, 0.28);
  color: #101827;
  transform: translateY(-1px);
}
.deals-card-share svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
}
.deals-price del {
  display: inline-flex;
  margin: 30px 0 8px;
  color: #5f6870;
  font-size: 17px;
  font-weight: 700;
}
.deals-price > span {
  display: grid;
  gap: 2px;
  color: #111827;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.deals-price strong {
  display: block;
  margin: 0;
  color: #76b900;
  font-size: clamp(45px, 4vw, 62px);
  font-weight: 950;
  line-height: 0.95;
  letter-spacing: -2.8px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.deals-price small {
  margin-top: 8px;
  color: #45505a;
  font-size: 12px;
  font-weight: 700;
}
.deals-progress { grid-column: 1 / -1; margin-top: 16px; }
.deals-progress p { display: flex; align-items: baseline; margin: 0 0 8px; font-size: 14px; }
.deals-progress p strong { color: #8fc600; font-size: 22px; }
.deals-progress p b { margin-left: auto; color: #8fc600; }
.deals-ship-note { display: block; margin: -2px 0 10px; color: #0f513d; font-size: 12px; font-weight: 850; letter-spacing: .01em; }
.deals-progress > div { height: 8px; overflow: hidden; border-radius: 99px; background: #e7e9e8; }
.deals-progress i { display: block; min-width: 4px; height: 100%; border-radius: inherit; background: #93ca00; }
.deals-stats { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 15px 0 12px; }
.deals-stats > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 53px; border-right: 1px solid #dfe3e7; }
.deals-stats > div:last-child { border-right: 0; }
.deals-stats svg { width: 34px; height: 34px; fill: none; stroke: #111; stroke-width: 1.5; }
.deals-stats p { display: grid; margin: 0; }
.deals-stats b { font-size: 15px; }
.deals-stats span { color: #697179; font-size: 12px; }
.deals-join { grid-column: 1 / -1; justify-self: center; width: min(410px, 70%); min-height: 44px; margin: 0; border-radius: 4px; font-size: 16px; }
.deals-join { display: flex; align-items: center; justify-content: center; text-decoration: none; }
.deals-join[aria-disabled="true"] { pointer-events: none; opacity: .65; }
.deals-join span { float: right; margin-left: 12px; font-size: 22px; }
.deals-group-content .join-status { grid-column: 1 / -1; margin: 7px 0 0; color: #626a71; font-size: 12px; }
.deals-how { display: grid; grid-template-columns: 21% repeat(3, 1fr); min-height: 92px; margin-top: 11px; border: 1px solid #d9dde1; border-radius: 5px; }
.deals-how > * { min-width: 0; }
.deals-how header { padding: 22px 18px; }
.deals-how h2 { margin: 0; font-size: 20px; }
.deals-how header p { margin: 7px 0 0; color: #687079; font-size: 12px; }
.deals-how article { position: relative; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 11px; padding: 13px 20px; border-left: 1px solid #dfe3e7; }
.deals-how article > b { position: absolute; top: 12px; left: 3px; display: grid; width: 23px; height: 23px; border-radius: 50%; background: #a6da18; font-size: 12px; place-items: center; }
.deals-step-icon { display: grid; width: 50px; height: 50px; border-radius: 50%; background: #f5f6f6; place-items: center; }
.deals-step-icon svg { width: 30px; height: 30px; fill: none; stroke: #111; stroke-width: 1.6; }
.deals-how article h3 { margin: 0 0 5px; font-size: 13px; }
.deals-how article p { margin: 0; color: #656d74; font-size: 10px; line-height: 1.45; }
.deals-bundles { margin-top: 11px; }
.deals-bundles > h2, .more-deals > h2 { margin: 0 0 5px; font-size: 21px; }
.deals-bundles .bundle-list { border: 1px solid #d9dde1; border-radius: 5px; }
.deals-bundles .bundle-row { border-bottom-color: #d9dde1; }
.deals-bundles .bundle-row:last-child { border-bottom: 0; }
.deals-bundles .bundle-row summary { grid-template-columns: 24px 1fr auto auto; min-height: 33px; padding: 5px 14px; }
.deals-bundles .bundle-row summary strong { font-size: 13px; }
.bundle-tag-icon { font-size: 19px; transform: rotate(-35deg); }
.deals-bundles .bundle-markets { display: flex; gap: 20px; }
.deals-bundles .bundle-markets i { color: #4c555d; font-size: 10px; font-style: normal; font-weight: 400; }
.deals-bundles .bundle-row summary::after { font-size: 18px; }
.deals-bundles .bundle-body { padding: 12px 52px 18px; font-size: 12px; }
.more-deals { margin-top: 18px; margin-bottom: 72px; }
.deals-share-overlay[hidden] { display: none; }
.deals-share-overlay { position: fixed; inset: 0; z-index: 100; display: grid; padding: 22px; background: rgba(8, 18, 14, .58); backdrop-filter: blur(5px); place-items: center; }
.share-panel-open { overflow: hidden; }
.deals-share-card { position: relative; width: min(620px, 100%); border-radius: 18px; background: #fff; padding: 30px; box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.deals-share-close { position: absolute; top: 14px; right: 14px; display: grid; width: 36px; height: 36px; border: 1px solid #d9dde1; border-radius: 50%; background: #fff; color: #111; font-size: 24px; cursor: pointer; place-items: center; }
.deals-share-kicker { color: #79b600; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.deals-share-card h2 { margin: 7px 42px 7px 0; font-size: 30px; letter-spacing: -.04em; }
.deals-share-card > p { margin: 0; color: #626b72; line-height: 1.55; }
.deals-share-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }
.deals-share-grid button { display: grid; gap: 7px; justify-items: center; border: 1px solid #e0e4e7; border-radius: 10px; background: #fff; padding: 12px 5px 10px; color: #20262a; font-size: 11px; font-weight: 800; cursor: pointer; }
.deals-share-grid button:hover { border-color: #9bd300; transform: translateY(-2px); }
.deals-share-grid b {
  display: grid;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #fff;
  place-items: center;
  box-shadow: 0 10px 20px rgba(14, 24, 20, 0.1);
}

.deals-share-grid b svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.share-facebook { background: #1877f2; }
.share-x { background: #111; }
.share-whatsapp { background: #25d366; }
.share-linkedin { background: #0a66c2; }
.share-pinterest { background: #e60023; }
.share-reddit { background: #ff4500; }
.share-telegram { background: #229ed9; }
.share-email { background: #4b5963; }
.share-youtube,
.share-tiktok {
  background: transparent;
  border-radius: 12px;
  box-shadow: none;
}

.share-youtube svg {
  width: 42px;
  height: 42px;
  fill: none;
}

.share-tiktok svg {
  width: 42px;
  height: 42px;
  fill: none;
}
.deals-copy-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; margin-top: 20px; }
.deals-copy-row input { min-width: 0; height: 43px; border: 1px solid #d8dde1; border-radius: 7px; background: #f7f8f8; padding: 0 12px; color: #4d565d; }
.deals-copy-row button { border: 0; border-radius: 7px; background: #9bd300; padding: 0 18px; color: #111; font-weight: 900; cursor: pointer; }
.deals-share-card > small { display: block; margin-top: 10px; color: #69727a; }
.deal-product-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.deal-product-rail > .deals-loading, .deal-product-rail > .empty-state { grid-column: 1 / -1; }
.mini-deal-card { position: relative; display: grid; grid-template-columns: 42% 1fr; align-items: center; min-height: 100px; overflow: hidden; border: 1px solid #d9dde1; border-radius: 5px; padding: 8px 35px 8px 10px; }
.mini-deal-card img { width: 100%; height: 78px; object-fit: contain; }
.mini-deal-card > div { display: grid; gap: 5px; }
.mini-deal-card b { font-size: 11px; }
.mini-deal-card span { font-size: 10px; }
.mini-deal-card strong { font-size: 11px; font-weight: 500; }
.mini-deal-card del { margin-left: 5px; color: #8a9197; font-size: 9px; }
.mini-deal-card em { position: absolute; right: 9px; bottom: 12px; padding: 3px 5px; background: #b9e84b; font-size: 9px; font-style: normal; }
.backend-mini-deal b { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-height: 1.3; }
.backend-live-badge { background: #111 !important; color: #fff; letter-spacing: .05em; }
.deals-footer { margin-top: 15px; border-top: 1px solid #d9dde1; background: #fff; }
.deals-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, .75fr) 1.25fr; gap: 30px; padding: 24px 32px 18px; }
.deals-footer section { display: grid; align-content: start; gap: 7px; }
.deals-footer h3 { margin: 0 0 3px; font-size: 11px; }
.deals-footer a, .deals-footer p { margin: 0; color: #4f5860; font-size: 10px; line-height: 1.45; }
.deals-footer-brand .deals-logo { min-width: 0; margin-bottom: 4px; }
.deals-footer-market p { display: flex; gap: 9px; align-items: center; }
.deals-footer-market div { display: flex; flex-wrap: wrap; gap: 5px; }
.deals-footer-market div b { padding: 4px 6px; border: 1px solid #dde1e4; border-radius: 3px; font-size: 9px; }
.deals-footer-bottom { display: flex; justify-content: space-between; padding: 12px 32px; border-top: 1px solid #e1e4e7; color: #687079; font-size: 9px; }
.deals-footer-bottom nav { display: flex; gap: 35px; }
@media (max-width: 1050px) {
  .deals-header { gap: 20px; padding-inline: 18px; }
  .deals-search { display: none; }
  .deals-main { width: calc(100% - 36px); }
  .deals-group-card { grid-template-columns: 45% 55%; }
  .deals-group-content { grid-template-columns: 1fr; }
  .deals-price { width: 100%; min-width: 0; margin-top: 12px; }
  .deals-progress, .deals-stats, .deals-join, .deals-group-content .join-status { grid-column: 1; }
  .deals-how { grid-template-columns: 1fr 1fr; }
  .deals-how article { border-top: 1px solid #dfe3e7; }
  .deal-product-rail { grid-template-columns: repeat(2, 1fr); }
  .deals-footer-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
  .deals-header { flex-wrap: wrap; min-height: 0; padding-block: 10px; }
  .deals-logo { min-width: 0; }
  .deals-header .deals-logo small, .deals-tool-link span, .deals-region { display: none; }
  .deals-nav { order: 3; width: 100%; height: 35px; justify-content: space-around; }
  .deals-header-tools { gap: 12px; }
  .deals-main { width: calc(100% - 24px); }
  .deals-title h1 { font-size: 36px; }
  .deals-share-button { min-height: 38px; padding-inline: 13px; }
  .deals-group-card { grid-template-columns: 1fr; }
  .deals-group-gallery > a { min-height: 270px; }
  .deals-main-product { max-height: 270px; }
  .deals-group-content { padding: 22px 18px; }
  .deals-price { border-radius: 14px; padding: 14px; }
  .deals-card-share { top: 10px; right: 10px; padding: 6px 10px; }
  .deals-price strong { font-size: 40px; letter-spacing: -1.8px; }
  .deals-stats { grid-template-columns: 1fr; }
  .deals-stats > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #e1e4e7; }
  .deals-join { width: 100%; }
  .deals-how { grid-template-columns: 1fr; }
  .deals-how article { border-left: 0; }
  .deals-bundles .bundle-markets { display: none; }
  .deals-share-card { padding: 24px 18px; }
  .deals-share-grid { grid-template-columns: repeat(3, 1fr); }
  .deals-copy-row { grid-template-columns: 1fr; }
  .deals-copy-row button { min-height: 43px; }
  .deal-product-rail, .deals-footer-grid { grid-template-columns: 1fr; }
  .deals-footer-bottom { display: grid; gap: 10px; }
  .deals-footer-bottom nav { gap: 12px; flex-wrap: wrap; }
}

/* Shared storefront header normalization for standalone pages. */
body .site-header {
  min-height: 72px;
  font-family: var(--font-commerce);
}

body .site-header .brand,
body .site-header .brand-mark {
  font-weight: 620;
  letter-spacing: 0;
}

body .site-header .main-nav,
body .site-header .main-nav a,
body .site-header .nav-menu > a,
body .site-header .nav-menu > button,
body .site-header .category-menu-link,
body .site-header .category-menu-link span,
body .site-header .mega-chip-grid a,
body .site-header .mega-view-all {
  font-weight: 600;
  letter-spacing: 0;
}

body .site-header .category-menu-link small,
body .site-header .mega-group-label,
body .site-header .mega-head,
body .site-header .display-market,
body .site-header .display-market span {
  font-weight: 560;
  letter-spacing: 0.04em;
}

body .site-header .commerce-header-search input,
body .site-header .display-market select {
  font-weight: 520;
}

/* Deals professional group-buy layout */
.deals-page {
  background: #f6f8f6;
}

.deals-page .site-header {
  border-bottom: 1px solid #dfe7e2;
  box-shadow: 0 10px 28px rgba(15, 32, 24, 0.04);
}

.deals-main {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 56px 0 80px;
}

.deals-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 22px;
  padding: 0 0 22px;
}

.deals-title h1 {
  margin: 0;
  max-width: 760px;
  color: #101812;
  font-size: clamp(44px, 5.6vw, 76px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.052em;
}

.deals-title p {
  display: block;
  max-width: 560px;
  margin: 16px 0 0;
  color: #5f6d65;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.45;
}

.deals-share-button {
  min-height: 44px;
  border: 1px solid #cdd9d2;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 32, 24, 0.08);
  padding: 0 18px;
  color: #102018;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
}

.deals-share-button::after {
  display: none;
}

.deals-share-button:hover,
.deals-share-button:focus-visible {
  border-color: #0f4f3a;
  background: #f8fbf9;
  box-shadow: 0 16px 34px rgba(15, 79, 58, 0.14);
  color: #0f4f3a;
  filter: none;
  transform: translateY(-1px);
}

.deals-share-button svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.deals-filter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 24px;
  color: #5f6d65;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deals-filter-row label {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d5dfd9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 32, 24, 0.04);
  padding: 0 10px 0 14px;
  color: #142119;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deals-filter-row select {
  min-width: 122px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #53645a 50%) calc(100% - 15px) 16px / 6px 6px no-repeat,
    linear-gradient(135deg, #53645a 50%, transparent 50%) calc(100% - 11px) 16px / 6px 6px no-repeat;
  padding: 0 30px 0 0;
  color: #142119;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0;
  outline: 0;
  text-transform: none;
  cursor: pointer;
}

.deals-filter-row label:focus-within,
.deals-filter-row label:hover {
  border-color: #0f4f3a;
  color: #0f4f3a;
}

.deals-filter-row button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: #e8f1ec;
  padding: 0 13px;
  color: #0f4f3a;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

#groupBuyMount {
  position: relative;
}

#groupBuyMount::before,
#groupBuyMount::after,
.more-deals::before,
.more-deals::after {
  display: none;
}

.deals-group-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.deals-group-card {
  display: grid;
  grid-template-columns: minmax(210px, 43%) minmax(0, 1fr);
  min-height: 320px;
  overflow: hidden;
  border: 1px solid #dce5df;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15, 32, 24, 0.065);
}

.deals-group-gallery {
  position: relative;
  min-width: 0;
  min-height: 320px;
  overflow: hidden;
  background: #eef4f1;
}

.deals-group-gallery > a {
  min-height: 320px;
}

.deals-main-product {
  width: 100%;
  height: 100%;
  max-height: 320px;
  padding: 20px;
  object-fit: contain;
  background: #fff;
}

.group-buy-badge {
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid #e60073;
  padding: 7px 10px;
  color: #e60073;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.05em;
  box-shadow: none;
}

.deals-thumbnails {
  display: flex;
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  left: 12px;
  gap: 6px;
  overflow: auto;
}

.deals-thumbnails button {
  flex: 0 0 42px;
  width: 42px;
  height: 38px;
  border: 1px solid rgba(15, 32, 24, 0.12);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.92);
  padding: 2px;
}

.deals-thumbnails button.active {
  border: 2px solid #0f4f3a;
}

.deals-group-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 13px;
  padding: 24px;
}

.deals-product-copy {
  display: block;
}

.deals-product-copy h2 {
  margin: 0 0 7px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.deals-product-copy p {
  display: none;
  max-width: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  color: #64716a;
  font-size: 13px;
  line-height: 1.45;
}

.deals-product-copy small {
  display: block;
  margin-top: 8px;
  color: #0f4f3a;
  font-size: 12px;
  font-weight: 850;
}

.deals-price {
  display: grid;
  justify-items: start;
  min-width: 0;
  border: 0;
  border-radius: 14px;
  background: #f3f7f4;
  box-shadow: none;
  padding: 15px;
}

.deals-card-share {
  top: 12px;
  right: 12px;
  display: inline-flex;
  border: 1px solid #d5dfd9;
  background: #fff;
  box-shadow: none;
  color: #203028;
}

.deals-card-share:hover,
.deals-card-share:focus-visible {
  background: #0f4f3a;
  color: #fff;
}

.deals-price del {
  margin: 0 0 4px;
  color: #8a948f;
  font-size: 13px;
}

.deals-price > span {
  color: #25312b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.deals-price strong {
  color: #0f4f3a;
  font-size: clamp(32px, 3.4vw, 42px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.deals-price small {
  margin-top: 5px;
  color: #64716a;
  font-size: 11px;
}

.deals-progress {
  display: block;
  grid-column: auto;
  margin-top: 0;
}

.deals-progress p {
  gap: 4px;
  color: #66746d;
  font-size: 13px;
  font-weight: 750;
}

.deals-progress p strong {
  color: #0f4f3a;
  font-size: 20px;
}

.deals-progress p b {
  color: #0f4f3a;
}

.deals-progress .deals-ship-note {
  display: block;
  margin: -2px 0 10px;
  color: #0f513d;
  font-size: 12px;
  font-weight: 850;
}

.deals-progress > div {
  height: 7px;
  background: #e5ece8;
}

.deals-progress i {
  background: #9bd300;
}

.deals-stats {
  display: none;
}

.deals-join {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  background: #0f4f3a;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.deals-join:hover {
  background: #0b3e2e;
}

.deals-group-content .join-status {
  display: block;
  margin: -2px 0 0;
  color: #64716a;
  font-size: 11px;
}

.deals-how {
  display: none;
}

.more-deals {
  position: relative;
  width: 100%;
  margin: 46px 0 0;
}

.more-deals > h2 {
  margin: 0 0 18px;
  color: #101812;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.045em;
  text-align: left;
}

.deal-product-carousel {
  position: relative;
}

.deal-product-rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.deal-product-rail::-webkit-scrollbar {
  display: none;
}

.deal-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid #dfe7e3;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(12, 34, 27, 0.08);
  color: #0d1713;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.deal-carousel-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.deal-carousel-prev {
  left: -19px;
}

.deal-carousel-next {
  right: -19px;
}

.deal-carousel-button:hover,
.deal-carousel-button:focus-visible {
  color: #fff;
  background: #0f4f3a;
  border-color: #0f4f3a;
}

.deal-load-more {
  display: flex;
  min-width: 170px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin: 22px auto 0;
  border: 1px solid #0f4f3a;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 32, 24, 0.08);
  color: #0f4f3a;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.deal-load-more:hover,
.deal-load-more:focus-visible {
  background: #0f4f3a;
  color: #fff;
}

.deal-group-load-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 28px auto 8px;
  color: #5f6d65;
  font-size: 14px;
  font-weight: 700;
}

.deal-group-load-row[hidden] {
  display: none;
}

.deal-group-load-more {
  margin: 0;
}

.mini-deal-card {
  position: relative;
  flex: 0 0 calc((100% - 56px) / 5);
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 236px;
  overflow: hidden;
  border: 1px solid #dce5df;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 28px rgba(15, 32, 24, 0.05);
  scroll-snap-align: start;
}

.mini-group-buy-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  border-radius: 999px;
  background: #0f1a14;
  padding: 5px 8px;
  color: #fff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.mini-deal-card img {
  width: 100%;
  height: 122px;
  padding: 0;
  object-fit: contain;
}

.mini-deal-card > div {
  display: grid;
  gap: 5px;
  padding-top: 8px;
}

.mini-deal-card b {
  font-size: 13.5px;
  line-height: 1.25;
}

.mini-deal-card span {
  color: #64716a;
  font-size: 11px;
}

.mini-deal-card strong {
  color: #0f4f3a;
  font-size: 13px;
  font-weight: 900;
}

.mini-deal-card em {
  display: inline-flex;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 999px;
  background: #0f1a14;
  padding: 4px 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.04em;
}

body[data-page="deals"] .deals-main {
  font-family: var(--font-commerce);
  background: #fff;
}

body[data-page="deals"] .deals-title h1,
body[data-page="deals"] .deals-product-copy h2,
body[data-page="deals"] .more-deals > h2,
body[data-page="deals"] .deals-how h2 {
  font-family: var(--font-commerce-display);
  font-weight: 900;
  letter-spacing: -0.045em;
}

body[data-page="deals"] .deals-title h1 {
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 0.95;
}

body[data-page="deals"] .deals-title p {
  color: #56635d;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

body[data-page="deals"] .deals-filter-row,
body[data-page="deals"] .deals-share-button,
body[data-page="deals"] .deals-card-share,
body[data-page="deals"] .deals-join {
  font-family: var(--font-commerce);
  letter-spacing: 0.01em;
}

body[data-page="deals"] #groupBuyMount,
body[data-page="deals"] .deals-group-stack,
body[data-page="deals"] .more-deals,
body[data-page="deals"] .deal-product-carousel,
body[data-page="deals"] .deal-product-rail {
  background: #fff;
}

body[data-page="deals"] .deals-group-card,
body[data-page="deals"] .deals-group-gallery,
body[data-page="deals"] .deals-group-gallery > a,
body[data-page="deals"] .deals-group-content,
body[data-page="deals"] .deals-main-product,
body[data-page="deals"] .deals-thumbnails,
body[data-page="deals"] .deals-thumbnails button,
body[data-page="deals"] .mini-deal-card {
  background: #fff !important;
}

body[data-page="deals"] .deals-group-card {
  border-color: #dfe7e3;
  box-shadow: 0 16px 34px rgba(15, 32, 24, 0.055);
}

body[data-page="deals"] .deals-group-gallery {
  border-right: 1px solid #edf2ef;
}

body[data-page="deals"] .deals-thumbnails {
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding-top: 8px;
  border-top: 1px solid #edf2ef;
}

body[data-page="deals"] .deals-thumbnails button {
  box-shadow: 0 4px 12px rgba(15, 32, 24, 0.06);
}

body[data-page="deals"] .deals-price {
  background: #f7faf8;
}

body[data-page="deals"] .deals-price strong,
body[data-page="deals"] .mini-deal-card strong {
  font-family: var(--font-commerce-display);
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -0.055em;
}

body[data-page="deals"] .mini-deal-card {
  border-color: #dfe7e3;
  box-shadow: 0 12px 26px rgba(15, 32, 24, 0.045);
}

@media (max-width: 1050px) {
  .deals-group-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mini-deal-card {
    flex-basis: calc((100% - 14px) / 2);
  }

  .deals-group-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .deals-main {
    width: calc(100% - 24px);
    padding: 34px 0 54px;
  }

  .deals-title {
    grid-template-columns: 1fr;
  }

  .deals-title h1 {
    font-size: clamp(38px, 14vw, 58px);
  }

  .deals-share-button {
    justify-self: start;
  }

  .deals-filter-row {
    align-items: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 8px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .deals-filter-row > span {
    flex: 0 0 auto;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
  }

  .deals-filter-row label {
    flex: 0 0 auto;
    min-width: 150px;
    white-space: nowrap;
  }

  .deals-filter-row select {
    min-width: 96px;
  }

  .deals-group-stack {
    grid-template-columns: 1fr;
  }

  .deal-product-carousel {
    overflow: hidden;
  }

  .deal-product-rail {
    gap: 0;
    overflow: hidden;
    scroll-snap-type: none;
  }

  .mini-deal-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
  }

  .deal-carousel-prev {
    left: 4px;
  }

  .deal-carousel-next {
    right: 4px;
  }

  .deal-load-more {
    width: min(220px, 70%);
  }

  .deal-group-load-row {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 430px) {
  .deals-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(148px, 1fr));
    overflow-x: visible;
  }

  .deals-filter-row > span {
    grid-column: 1 / -1;
    min-height: 18px;
  }

  .deals-filter-row label {
    min-width: 0;
    justify-content: space-between;
  }

  .deals-filter-row select {
    min-width: 86px;
  }

  .deals-filter-row button {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .deals-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    overflow: visible;
    white-space: normal;
  }

  .deals-filter-row > span {
    grid-column: 1 / -1;
    min-height: 18px;
  }

  .deals-filter-row label {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    padding: 0 8px 0 12px;
    letter-spacing: 0.06em;
  }

  .deals-filter-row select {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    padding-right: 26px;
    font-size: 12px;
  }

  .deals-filter-row button {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

body[data-page="deals"] .deals-group-card,
body[data-page="deals"] .deals-group-gallery,
body[data-page="deals"] .deals-group-gallery > a,
body[data-page="deals"] .deals-main-product,
body[data-page="deals"] .deals-group-content,
body[data-page="deals"] .deals-thumbnails,
body[data-page="deals"] .deals-thumbnails button,
body[data-page="deals"] .mini-deal-card,
body[data-page="deals"] .mini-deal-card img {
  background-color: #fff !important;
  background-image: none !important;
}

body[data-page="deals"] .deals-page,
body[data-page="deals"],
body[data-page="deals"] .deals-main,
body[data-page="deals"] #groupBuyMount,
body[data-page="deals"] .deals-group-stack,
body[data-page="deals"] .deal-product-rail {
  background-color: #fff !important;
}

@media (max-width: 760px) {
  body[data-page="deals"] .deal-product-carousel {
    overflow: hidden;
  }

  body[data-page="deals"] .deal-product-rail {
    gap: 0;
    overflow: hidden;
    scroll-snap-type: none;
  }

  body[data-page="deals"] .mini-deal-card {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}

/* Deals typography tuning: lighter product titles, closer to the category-card reference. */
body[data-page="deals"] .deals-product-copy h2,
body[data-page="deals"] .deals-product-copy h2 a,
body[data-page="deals"] .mini-deal-card b,
body[data-page="deals"] .backend-mini-deal b {
  font-family: var(--font-commerce);
  font-weight: 650;
  letter-spacing: 0;
}

body[data-page="deals"] .deals-product-copy h2 {
  line-height: 1.16;
}

body[data-page="deals"] .deals-title h1,
body[data-page="deals"] .more-deals > h2 {
  font-weight: 680;
  letter-spacing: 0;
}

body[data-page="deals"] .deals-price > span,
body[data-page="deals"] .deals-price strong,
body[data-page="deals"] .mini-deal-card strong,
body[data-page="deals"] .deals-progress p strong,
body[data-page="deals"] .deals-progress p b,
body[data-page="deals"] .home-progress-copy b {
  font-family: var(--font-commerce);
  font-weight: 680;
  letter-spacing: 0;
}

body[data-page="deals"] .group-buy-badge,
body[data-page="deals"] .mini-group-buy-badge,
body[data-page="deals"] .deals-join,
body[data-page="deals"] .deal-load-more,
body[data-page="deals"] .deals-share-button,
body[data-page="deals"] .deals-filter-row,
body[data-page="deals"] .deals-filter-row label,
body[data-page="deals"] .deals-filter-row button {
  font-weight: 650;
}

body[data-page="deals"] .mini-deal-card em {
  font-weight: 650;
}

body[data-page="deals"] .deals-share-overlay {
  z-index: 340;
}
