/* FAH Clean Blue. Presentation only; existing app.css components and handlers are reused. */
:root {
  --bg-main: #f6f8fc;
  --bg-secondary: #eef4ff;
  --surface-soft: #f8fafc;
  --surface-blue: #eff6ff;
  --primary: #1877f2;
  --primary-hover: #1468d8;
  --primary-light: #eaf3ff;
  --accent-cyan: #60a5fa;
  --text-primary: #111827;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --border: #e2e8f0;
  --border-blue: #d7e7ff;
  --success: #22c55e;
  --success-bg: #eafbf1;
  --warning: #f59e0b;
  --danger: #ef4444;
  --shadow-sm: 0 4px 14px rgba(15,23,42,.05);
  --shadow-md: 0 8px 24px rgba(15,23,42,.08);
  --shadow-blue: 0 8px 24px rgba(24,119,242,.16);
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
}
body.storefront-shell {
  color-scheme: light;
  --bg: var(--bg-main);
  --surface: #fff;
  --surface-2: var(--surface-soft);
  --line: var(--border);
  --line-strong: #cbd5e1;
  --fg: var(--text-primary);
  --fg-2: var(--text-secondary);
  --accent: var(--primary);
  --accent-fg: #fff;
  --accent-soft: var(--primary-light);
  --ok: #15803d;
  --ok-soft: var(--success-bg);
  --warn: #a15c07;
  --warn-soft: #fff7e6;
  --err: #c92c2c;
  --err-soft: #fff0f0;
  --r-sm: var(--radius-sm);
  --r: var(--radius-md);
  --r-lg: var(--radius-lg);
  --shadow: var(--shadow-sm);
  --shadow-lift: var(--shadow-md);
  font-family: "Noto Sans Thai", "IBM Plex Sans Thai", -apple-system, BlinkMacSystemFont, "Thonburi", "Tahoma", "Segoe UI", sans-serif;
  background: var(--bg);
  padding-bottom: calc(92px + env(safe-area-inset-bottom));
}
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--primary); color: #fff; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.storefront-shell :focus-visible { outline: 3px solid var(--primary); outline-offset: 4px; }
.storefront-shell main:focus { outline: none; }
.storefront-shell a, .storefront-shell button, .storefront-shell input { touch-action: manipulation; }
.storefront-shell svg { width: 22px; height: 22px; flex: none; }
.storefront-shell main { max-width: 760px; width: 100%; padding: 24px 16px; min-width: 0; }
.storefront-shell main.catalog-main { max-width: 1248px; padding: 16px 16px 0; }

/* Sticky app header. */
.storefront-shell .topbar {
  top: 0; margin: 0; min-height: 78px; padding: max(12px, env(safe-area-inset-top)) 16px 12px;
  gap: 10px; border-radius: 0; border: 0; border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.92); box-shadow: 0 2px 12px rgba(15,23,42,.025);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.storefront-shell .brand { gap: 9px; font-size: 18px; font-weight: 750; line-height: 1.3; white-space: nowrap; }
.storefront-shell .brand-mark { display: block; width: 44px; height: 44px; flex: none; filter: drop-shadow(0 4px 8px #1877f21a); }
.brand-caption { display: block; margin-top: 4px; font-size: 7px; font-weight: 600; letter-spacing: .17em; color: #536785; }
.storefront-shell .topbar-actions { display: flex; gap: 7px; }
.storefront-shell .topnav { display: none; }
.storefront-shell .mobile-logout { display: block; }
.storefront-shell .install-btn { min-height: 44px; padding: 7px 9px; gap: 4px; border: 1px solid var(--border-blue); border-radius: 14px; background: var(--surface); color: var(--fg); font-size: 11px; box-shadow: none; }
.storefront-shell .install-btn .ic { width: 24px; height: 24px; background: transparent; color: var(--primary); }
.storefront-shell .install-btn svg { width: 20px; height: 20px; }
.storefront-shell .mobile-logout button, .mobile-signin { min-height: 44px; padding: 8px 9px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; color: var(--fg); background: #f1f5f9; border: 1px solid var(--border); border-radius: 14px; font-size: 11px; }
.storefront-shell .mobile-logout svg { width: 17px; height: 17px; color: var(--primary); }
.mobile-signin { width: 44px; color: var(--primary); }

/* Shared buttons and fields, including login, checkout, modal and account pages. */
.storefront-shell :is(.btn, .btn-primary, .btn-secondary, .btn-outline, .btn-ghost) { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 14px; font: inherit; font-size: 14px; font-weight: 700; text-align: center; cursor: pointer; transition: background .18s, box-shadow .18s, transform .18s; }
.storefront-shell :is(.btn, .btn-primary) { background: var(--primary); color: #fff; }
.storefront-shell :is(.btn.soft, .btn-secondary) { background: var(--primary-light); color: #1468d8; }
.storefront-shell :is(.btn.ghost, .btn-outline) { background: #fff; border-color: var(--border); color: var(--fg); box-shadow: none; }
.storefront-shell .btn-ghost { background: transparent; color: #1468d8; }
.storefront-shell .btn.danger { background: var(--err); color: #fff; }
.storefront-shell :is(.btn, .btn-primary, .btn-secondary, .btn-outline, .btn-ghost):active { transform: scale(.98); }
.storefront-shell :is(.btn, .btn-primary, .btn-secondary, .btn-outline, .btn-ghost):disabled { opacity: .5; cursor: not-allowed; pointer-events: auto; }
.storefront-shell input:not([type=radio]):not([type=checkbox]), .storefront-shell textarea, .storefront-shell select { background: #fff; border: 1px solid var(--border); border-radius: 14px; transition: border-color .18s, box-shadow .18s; }
.storefront-shell input::placeholder { color: var(--text-secondary); }
.storefront-shell input:not([type=radio]):not([type=checkbox]):focus, .storefront-shell textarea:focus, .storefront-shell select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px #1877f21a; }

/* Hero = แบนเนอร์สำเร็จรูป (มีข้อความ/ปุ่มอยู่ในภาพ) จึงไม่มี overlay หรือข้อความทับ */
.shop-hero { display: block; position: relative; overflow: hidden; border-radius: 22px; background: #0a0a1a; border: 1px solid #1765ce; box-shadow: var(--shadow-md); line-height: 0; }
.shop-hero img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: cover; }
.shop-hero:hover { border-color: var(--primary); box-shadow: var(--shadow-blue); }
.shop-hero:active { opacity: .92; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #576d8b; font-size: 10px; font-weight: 650; letter-spacing: .15em; }
.status-dot { display: inline-block; width: 7px; height: 7px; flex: none; border-radius: 50%; background: currentColor; }

/* Three independent facts, with live counts from the original query. */
.shop-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 14px 0 28px; }
.shop-facts > div { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 12px 10px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.shop-facts > div:nth-child(2) { background: linear-gradient(115deg,#eaf3ff,#f8fbff); border-color: var(--border-blue); }
.shop-facts > div:nth-child(3) { background: linear-gradient(115deg,#edfbf5,#f8fdfb); border-color: #dcf0e5; }
.shop-facts svg { width: 33px; height: 33px; padding: 6px; border-radius: 10px; background: #eaf3ff; color: var(--primary); }
.shop-facts > div:nth-child(3) svg { color: #14834d; background: #d9f5e8; }
.shop-facts p { margin: 0; line-height: 1.5; }
.shop-facts strong { display: block; font-size: 16px; font-weight: 750; letter-spacing: -.025em; }
.shop-facts strong small { font-size: 12px; font-weight: 600; }
.shop-facts > div:last-child strong { font-size: 12px; letter-spacing: -.035em; }
.shop-facts p > span { display: block; margin-top: 3px; font-size: 11px; color: #586b81; overflow-wrap: break-word; }

/* Catalogue discovery. Keep all search/filter IDs and data attributes intact. */
.catalog-section, .how-section, #product-grid { scroll-margin-top: 100px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.section-heading h2 { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 24px; font-weight: 750; margin: 5px 0 0; letter-spacing: -.03em; }
.count-badge { display: inline-grid; place-items: center; min-width: 29px; min-height: 29px; padding: 2px 8px; border-radius: 10px; background: var(--primary); color: #fff; font-size: 14px; font-weight: 650; }
.view-all { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; flex: none; font-size: 12px; color: #1468d8; }
.view-all svg { width: 17px; height: 17px; }
.catalog-search { position: relative; display: block; margin: 19px 0 0; width: 100%; }
.catalog-search svg { position: absolute; top: 19px; left: 17px; color: var(--text-secondary); pointer-events: none; }
.storefront-shell .catalog-search input { width: 100%; height: 60px; padding-left: 51px; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.catalog-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0 20px; }
.catalog-filters { display: flex; min-width: 0; gap: 9px; padding: 3px; margin: -3px; overflow-x: auto; scrollbar-width: none; }
.catalog-filters::-webkit-scrollbar { display: none; }
.filter-chip { display: inline-flex; align-items: center; justify-content: center; flex: none; gap: 8px; min-height: 44px; border: 1px solid transparent; border-radius: 14px; padding: 9px 16px; background: #edf1f7; color: #53657d; font: inherit; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .18s, color .18s, box-shadow .18s; }
.filter-chip svg { width: 17px; height: 17px; }
.filter-chip .status-dot { color: #169746; }
.filter-chip.active { background: var(--primary); color: #fff; box-shadow: var(--shadow-blue); }
.filter-chip.active .status-dot { color: #fff; }
.results-count { color: var(--text-secondary); font-size: 11px; }

/* Product cards. One readable column on iPhone, two from 640px up. */
.product-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 20px; }
.storefront-shell .product-card { display: flex; flex-direction: column; min-width: 0; margin: 0; border: 1px solid var(--border); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.storefront-shell .product-card .banner { width: 100%; height: auto; aspect-ratio: 16/9; border: 0; flex: none; }
.product-card .banner > a { display: block; width: 100%; height: 100%; }
.stock-badge { position: absolute; left: 12px; top: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; border-radius: 99px; font-size: 12px; font-weight: 600; pointer-events: none; }
.stock-badge.available { background: #178139f2; color: #fff; }
.stock-badge.unavailable { background: #fff4de; color: #875107; }
.product-details { display: flex; flex: 1; flex-direction: column; padding: 17px; color: var(--fg); }
.product-heading { display: flex; align-items: center; gap: 11px; }
.product-heading > :last-child { min-width: 0; }
.game-icon { width: 44px; height: 44px; object-fit: cover; border-radius: 12px; border: 1px solid var(--border); flex: none; }
.product-kind { display: block; color: var(--text-secondary); font-size: 9px; letter-spacing: .075em; }
.storefront-shell .product-card .name { display: block; margin: 0; font-size: 20px; font-weight: 750; line-height: 1.5; overflow-wrap: anywhere; }
.product-description { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 10px; color: var(--text-secondary); font-size: 14px; line-height: 1.75; white-space: pre-line; }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.product-tags > span { display: inline-flex; align-items: center; gap: 5px; border-radius: 9px; padding: 4px 8px; background: #f1f5fb; color: #586d8b; font-size: 11px; }
.product-tags svg { width: 14px; height: 14px; }
.product-availability { display: block; margin: 11px 0 0; font-size: 12px; color: var(--text-secondary); }
.product-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 13px; }
.price-caption { display: block; font-size: 12px; color: var(--text-secondary); }
.storefront-shell .product-card .price { display: block; font-size: 30px; font-weight: 750; color: #1468d8; line-height: 1.3; letter-spacing: -.04em; overflow-wrap: anywhere; }
.product-go { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; border-radius: 14px; padding: 12px 15px; background: var(--primary); color: #fff; font-size: 13px; font-weight: 650; box-shadow: var(--shadow-blue); transition: background .18s; }
.product-go svg { width: 18px; height: 18px; }
.product-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg,#dceaff,#f3f7ff); }
.product-placeholder svg { color: var(--primary); width: 64px; height: 64px; stroke-width: 1; }
.storefront-shell .sound-toggle { width: 44px; height: 44px; }
.empty-icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: var(--primary-light); color: var(--primary); }
.empty h3 { color: var(--fg); margin: 15px 0 5px; }

/* Instructions and footer. */
.how-section { margin-top: 42px; padding: 28px 0; border-top: 1px solid var(--border); }
.how-section .section-heading h2 { font-size: 22px; }
.how-section .section-heading > .dim { display: none; }
.how-steps { display: grid; grid-template-columns: 1fr; gap: 22px; list-style: none; padding: 0; margin: 24px 0 0; }
.how-steps li { display: flex; gap: 15px; align-items: flex-start; }
.step-number { display: grid; place-items: center; width: 42px; height: 42px; flex: none; border-radius: 13px; background: var(--primary-light); color: #1468d8; font: 600 14px ui-monospace, monospace; }
.how-steps h3 { margin: 0 0 6px; font-size: 15px; font-weight: 650; }
.how-steps p { margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.9; }
.storefront-shell .store-footer { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; max-width: 1200px; width: calc(100% - 32px); margin: 20px auto 0; padding: 23px 0; border-top: 1px solid var(--border); font-size: 11px; text-align: left; }
.store-footer > div:first-child { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.store-footer strong { font-size: 14px; color: var(--fg); }
.footer-payments { display: flex; align-items: center; gap: 12px; }
.footer-payments img { object-fit: contain; border-radius: 5px; background: #fff; padding: 3px; }

/* App navigation. Real destinations only; guest authentication is preserved. */
.storefront-shell .tabbar { position: fixed; inset: auto 0 0; z-index: 30; display: flex; gap: 8px; margin: 0; min-height: calc(76px + env(safe-area-inset-bottom)); padding: 7px 16px max(7px,env(safe-area-inset-bottom)); border-top: 1px solid var(--border); background: rgba(255,255,255,.92); box-shadow: 0 -8px 24px rgba(15,23,42,.06); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.storefront-shell .tabbar a { flex: 1 1 0; min-width: 0; min-height: 60px; gap: 3px; border-radius: 16px; color: var(--text-secondary); font-size: 12px; }
.storefront-shell .tabbar a.on { background: var(--primary-light); color: #1468d8; }
.storefront-shell .tabbar svg { width: 24px; height: 24px; }

/* Account screens and the original purchase journey. */
.auth-heading { text-align: center; margin: 20px 0 26px; }
.auth-symbol { display: inline-grid; place-items: center; width: 60px; height: 60px; border-radius: 19px; background: var(--primary-light); color: var(--primary); margin-bottom: 18px; }
.auth-symbol svg { width: 29px; height: 29px; }
.auth-heading h1 { font-size: 29px; margin-bottom: 9px; }
.auth-heading p { color: var(--text-secondary); font-size: 14px; }
/* ปุ่ม Google: ทรง/สีตามแนวทางแบรนด์ของ Google (พื้นขาว ขอบเทา โลโก้ 4 สี) */
.btn-google { display: flex; align-items: center; justify-content: center; gap: 12px; max-width: 440px; margin: 0 auto; min-height: 52px; padding: 0 20px; border: 1px solid #dadce0; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); color: #1f2937; font-size: 15px; font-weight: 600; }
.btn-google:hover { border-color: #c6cbd2; background: #f8fafc; }
.btn-google:active { transform: scale(.99); }
.btn-google svg { width: 20px; height: 20px; flex: none; }
.auth-or { display: flex; align-items: center; gap: 14px; max-width: 440px; margin: 20px auto; color: var(--text-muted); font-size: 12px; }
.auth-or::before, .auth-or::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.auth-form { max-width: 440px; padding: 24px; margin-inline: auto; border-radius: 22px; }
.auth-form .field { margin-bottom: 20px; }
.auth-form label { margin-bottom: 8px; color: #43536b; font-size: 14px; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 74px; }
.password-toggle { position: absolute; right: 5px; top: 4px; bottom: 4px; min-width: 58px; min-height: 44px; border: 0; border-radius: 10px; background: transparent; color: #1468d8; font: inherit; font-size: 12px; cursor: pointer; }
.auth-switch { margin-top: 22px; color: var(--text-secondary); }
.auth-switch a, .back-link { display: inline-flex; align-items: center; min-height: 44px; }
.auth-switch a { margin-left: 5px; }
.back-link { font-size: 14px; margin-bottom: 14px; color: #1468d8; }
.product-intro { display: grid; grid-template-columns: 1fr; gap: 19px; padding-bottom: 25px; border-bottom: 1px solid var(--border); }
.product-intro .hero-banner { width: 100%; max-height: 240px; margin: 0; border-radius: 20px; }
.product-intro h1 { margin-top: 6px; font-size: 28px; overflow-wrap: anywhere; }
.product-intro p { font-size: 14px; }
.purchase-form h2 { display: flex; align-items: center; gap: 10px; margin-top: 28px; font-size: 18px; }
.section-number { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: var(--primary-light); color: #1468d8; font: 12px ui-monospace, monospace; }
.purchase-form .plan { padding: 16px; border-width: 1px; border-radius: 16px; }
.purchase-form .plan .title { font-size: 15px; }
.purchase-form .plan .small { font-size: 12px; }
.purchase-form .plan .grow { min-width: 0; overflow-wrap: anywhere; }
.storefront-shell .sticky-bar { position: sticky; bottom: calc(86px + env(safe-area-inset-bottom)); padding: 6px; margin: 22px -6px 0; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.purchase-note { margin-top: 12px; text-align: center; font-size: 12px; color: var(--text-secondary); }
.storefront-shell .ord-filter .chip.on { color: #fff; background: var(--primary); }
.storefront-shell .rank-fill { background: linear-gradient(90deg,var(--primary),#60a5fa); }
.storefront-shell .list-item .grow { min-width: 0; overflow-wrap: anywhere; }

@media (hover: hover) {
  .storefront-shell .product-card:hover { transform: translateY(-2px); border-color: #c9dcf8; box-shadow: var(--shadow-md); }
  .product-details:hover .product-go, .storefront-shell :is(.btn, .btn-primary):not(:disabled):hover { background: var(--primary-hover); }
  .storefront-shell :is(.btn.soft, .btn-secondary, .btn.ghost, .btn-outline, .btn-ghost):not(:disabled):hover, .storefront-shell .install-btn:hover { background: var(--primary-light); }
  .storefront-shell .btn.danger:not(:disabled):hover { background: #b52323; }
  .filter-chip:not(.active):hover { background: #e2eaf5; }
}
@media (min-width: 640px) {
  .mobile-fact-break { display: none; }
  .storefront-shell .topbar { padding-inline: 24px; }
  .storefront-shell main { padding: 28px 24px; }
  .storefront-shell main.catalog-main { padding: 24px 24px 0; }
  .storefront-shell .brand { font-size: 22px; gap: 12px; }
  .storefront-shell .brand-mark { width: 50px; height: 50px; }
  .brand-caption { font-size: 9px; }
  .storefront-shell .install-btn, .storefront-shell .mobile-logout button { font-size: 13px; padding-inline: 15px; min-height: 48px; }
  .shop-hero { border-radius: 24px; }
  .shop-facts { gap: 14px; margin: 20px 0 34px; }
  .shop-facts > div { flex-direction: row; align-items: center; padding: 18px 13px; gap: 11px; }
  .shop-facts svg { width: 43px; height: 43px; padding: 9px; border-radius: 13px; }
  .shop-facts strong { font-size: 21px; }
  .shop-facts > div:last-child strong { font-size: 15px; }
  .shop-facts p > span { font-size: 11px; }
  .section-heading h2 { font-size: 29px; }
  .view-all { font-size: 14px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .product-intro { grid-template-columns: 240px minmax(0,1fr); gap: 24px; }
  .product-intro:not(:has(.hero-banner)) { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
  .storefront-shell .store-footer { width: calc(100% - 48px); flex-direction: row; align-items: center; justify-content: space-between; }
}
@media (min-width: 768px) {
  .product-details { padding: 20px; }
  .product-bottom { padding-top: 17px; }
  .storefront-shell .tabbar { padding-inline: max(24px,calc((100vw - 760px)/2)); }
}
@media (min-width: 1024px) {
  .storefront-shell .topbar { min-height: 84px; padding-inline: max(24px,calc((100vw - 1200px)/2)); }
  .shop-facts > div { padding: 22px; gap: 17px; border-radius: 20px; }
  .shop-facts svg { width: 52px; height: 52px; padding: 12px; }
  .shop-facts strong { font-size: 26px; }
  .shop-facts > div:last-child strong { font-size: 20px; }
  .shop-facts p > span { font-size: 13px; }
  .product-grid { gap: 24px; }
  .how-section { margin-top: 50px; }
}
@media (max-width: 379px) {
  .storefront-shell .install-btn { width: 44px; padding: 0; font-size: 0; gap: 0; justify-content: center; }
  .storefront-shell .mobile-logout button { padding-inline: 8px; }
  .storefront-shell .brand { font-size: 16px; }
  .section-heading h2 { font-size: 22px; }
  .shop-facts > div { padding-inline: 8px; }
  .shop-facts > div:last-child strong { font-size: 11px; }
  .shop-facts p > span { font-size: 10px; }
  .product-go { padding-inline: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .storefront-shell *, .storefront-shell *::before, .storefront-shell *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .storefront-shell .product-card:hover { transform: none; }
}
