/* Public catalogue: image cards, a wide promotion banner and a compact shop header. */
body.storefront.catalog-store {
  --bg: #101010;
  --bg-deep: #080808;
  --catalog-width: 1560px;
  --catalog-content-width: min(calc(100% - 64px), var(--catalog-width));
  --catalog-surface: #161d16;
  --catalog-panel: #1c261b;
  background: var(--bg-deep);
  color: #eef1e8;
}
@media (min-width: 1024px) {
  body.storefront.catalog-store { --catalog-content-width: min(84%, var(--catalog-width)); }
}
body.storefront.catalog-store [hidden] { display: none !important; }
body.storefront.catalog-store .catalog-header { position: relative; z-index: 100; background: var(--bg); }
body.storefront.catalog-store .catalog-header-inner,
body.storefront.catalog-store .catalog-navigation-inner,
body.storefront.catalog-store .catalog-main,
body.storefront.catalog-store .catalog-footer-inner { width: var(--catalog-content-width); margin-inline: auto; }
body.storefront.catalog-store .catalog-header-inner { display: grid; grid-template-columns: minmax(160px, 220px) minmax(0, 1fr) auto; align-items: center; gap: 30px; min-height: 93px; padding-block: 17px; }
body.storefront.catalog-store .catalog-brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; min-width: 0; color: var(--primary-soft); font-size: 23px; font-weight: 750; letter-spacing: -.7px; line-height: 1.2; overflow-wrap: anywhere; }
body.storefront.catalog-store .catalog-brand img { display: block; width: 48px; height: 48px; flex: 0 0 auto; object-fit: contain; }
body.storefront.catalog-store .catalog-search { display: flex; align-items: center; min-width: 0; padding: 4px; border: 1px solid #2b3829; border-radius: 12px; background: #161d16; }
body.storefront.catalog-store .catalog-search:focus-within { border-color: var(--primary); }
body.storefront.catalog-store .catalog-search input { width: 100%; min-width: 0; min-height: 42px; padding: 10px 17px; border: 0; border-radius: 9px; background: transparent; box-shadow: none; font-size: 14px; }
body.storefront.catalog-store .catalog-search input:focus { outline: 0; box-shadow: none; }
body.storefront.catalog-store .catalog-search button { flex: 0 0 auto; min-width: 72px; min-height: 42px; padding: 9px 18px; border: 0; border-radius: 8px; background: var(--primary); color: #11180c; font-size: 13px; font-weight: 650; }
body.storefront.catalog-store .catalog-search button:hover { background: var(--primary-soft); }
body.storefront.catalog-store .catalog-locale { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 10px 16px; border: 1px solid #2b3829; border-radius: 10px; background: #161d16; color: var(--primary-soft); font-size: 13px; font-weight: 550; white-space: nowrap; }
body.storefront.catalog-store .catalog-navigation { border-top: 1px solid #ffffff06; border-bottom: 1px solid #292929; background: var(--bg); }
body.storefront.catalog-store .catalog-navigation-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 60px; }
body.storefront.catalog-store .catalog-nav { display: flex; align-items: stretch; gap: 29px; min-width: 0; }
body.storefront.catalog-store .catalog-nav a { display: inline-flex; align-items: center; min-height: 59px; padding: 12px 0; border-bottom: 2px solid transparent; color: #c4cebb; font-size: 14px; white-space: nowrap; }
body.storefront.catalog-store .catalog-nav a:hover,
body.storefront.catalog-store .catalog-nav a[aria-current="page"] { color: var(--primary); border-color: var(--primary); }
body.storefront.catalog-store .catalog-admin { display: inline-flex; align-items: center; min-height: 44px; color: var(--primary-soft); font-size: 13px; white-space: nowrap; }
body.storefront.catalog-store .catalog-admin:hover { text-decoration: underline; text-underline-offset: 5px; }
body.storefront.catalog-store .catalog-main { min-height: calc(100vh - 390px); padding-block: 33px 76px; }
body.storefront.catalog-store .catalog-hero { margin-bottom: 36px; }
body.storefront.catalog-store .promo-stage { min-width: 0; }
body.storefront.catalog-store .promo-carousel { width: 100%; }
body.storefront.catalog-store .promo-slide { position: relative; overflow: hidden; width: 100%; min-width: 0; border: 1px solid #2b3829; border-radius: 27px; background: #101510; }
body.storefront.catalog-store .promo-image-link { display: block; width: 100%; }
body.storefront.catalog-store .promo-image { display: block; width: 100%; height: auto; object-fit: contain; }
body.storefront.catalog-store .promo-slide.is-image-missing .promo-image { display: none; }
body.storefront.catalog-store .promo-image-error { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 240px; padding: 35px; background: linear-gradient(120deg, #1c261b, #354b2b); color: var(--primary-soft); font-size: 18px; text-align: center; }
body.storefront.catalog-store .promo-fallback { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; min-height: 380px; aspect-ratio: 3.55; background: linear-gradient(105deg, #101510 8%, #263522e8 57%, #496238 100%); }
body.storefront.catalog-store .promo-copy { position: relative; z-index: 2; padding: 38px 0 42px 6%; }
body.storefront.catalog-store .promo-kicker { margin: 0 0 15px; color: var(--primary); font-size: 12px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; }
body.storefront.catalog-store .promo-copy h2 { color: var(--text); font-size: clamp(36px, 3.6vw, 62px); font-weight: 750; line-height: 1.04; letter-spacing: -2.1px; }
body.storefront.catalog-store .promo-copy h2 span { display: block; color: var(--primary); }
body.storefront.catalog-store .promo-copy p:not(.promo-kicker) { max-width: 430px; margin-top: 19px; color: #c4cebb; font-size: 14px; line-height: 1.7; }
body.storefront.catalog-store .promo-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin-top: 25px; padding: 12px 24px; border: 1px solid var(--primary); border-radius: 8px; background: var(--primary); color: #11180c; font-size: 13px; font-weight: 650; }
body.storefront.catalog-store .promo-cta:hover { background: var(--primary-soft); }
body.storefront.catalog-store .promo-art { display: flex; flex-direction: column; justify-content: center; align-items: center; justify-self: center; width: 77%; max-width: 370px; aspect-ratio: 1.1; border: 1px solid #98bd504d; border-radius: 34px; background: linear-gradient(145deg, #90aa6224, #98bd500a); box-shadow: 19px 18px 0 #98bd5011, 20px 19px 0 #98bd501c; transform: rotate(-9deg); }
body.storefront.catalog-store .promo-art-top,
body.storefront.catalog-store .promo-art-bottom { color: #bfd991; font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; }
body.storefront.catalog-store .promo-art-main { display: block; padding: 16px 0 13px; color: #bfd991; font-size: clamp(80px, 8vw, 140px); font-weight: 850; line-height: .9; letter-spacing: -8px; text-shadow: 1px 2px 0 #739b38, 3px 6px 0 #354b2b, 5px 11px 0 #263522; }
body.storefront.catalog-store .promo-controls { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
body.storefront.catalog-store .promo-controls button { min-height: 44px; padding: 8px 12px; border: 0; border-radius: 7px; background: transparent; color: var(--primary-soft); font-size: 12px; }
body.storefront.catalog-store .promo-controls button:hover { background: #98bd5014; }
body.storefront.catalog-store .promo-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; }
body.storefront.catalog-store .promo-pagination button { color: #9ba695; }
body.storefront.catalog-store .promo-pagination button[aria-pressed="true"] { background: #98bd5020; color: var(--primary-soft); }

/* The moving track is controlled by catalog.js, with a pause control and manual scroll. */
body.storefront.catalog-store .flash-sale-section { min-width: 0; margin-bottom: 39px; padding: 25px; border: 1px solid #272727; border-radius: 23px; background: #0b0b0b; }
body.storefront.catalog-store .flash-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 23px; }
body.storefront.catalog-store .flash-section-heading h2 { color: var(--primary); font-size: 25px; font-weight: 750; letter-spacing: -.7px; line-height: 1.2; }
body.storefront.catalog-store .flash-section-heading p { margin-top: 6px; color: #b0bba7; font-size: 13px; }
body.storefront.catalog-store .flash-tools { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px; }
body.storefront.catalog-store .flash-countdown { display: inline-flex; align-items: center; gap: 7px; min-height: 42px; color: #bfd991; font-size: 13px; font-variant-numeric: tabular-nums; letter-spacing: .3px; }
body.storefront.catalog-store .flash-time-unit { display: flex; flex-direction: column; align-items: center; min-width: 42px; padding: 6px 8px; border: 1px solid #354b2b; border-radius: 7px; background: #0b0b0b; }
body.storefront.catalog-store .flash-time-unit strong { color: var(--primary-soft); font-size: 17px; line-height: 1.2; font-weight: 700; }
body.storefront.catalog-store .flash-time-unit small { margin-top: 3px; color: #b0bba7; font-size: 9px; line-height: 1.2; }
body.storefront.catalog-store #flash-motion-toggle { min-height: 44px; padding: 9px 12px; border: 1px solid #354b2b; border-radius: 8px; background: #263522; color: var(--primary-soft); font-size: 12px; }
body.storefront.catalog-store #flash-motion-toggle:hover { border-color: var(--primary); }
body.storefront.catalog-store .flash-viewport { width: 100%; overflow-x: auto; overflow-y: hidden; border-radius: 14px; scrollbar-width: thin; scrollbar-color: #496238 #0b0b0b; overscroll-behavior-inline: contain; }
body.storefront.catalog-store .flash-track { display: flex; gap: 16px; width: max-content; padding-bottom: 7px; }
body.storefront.catalog-store .flash-group { display: flex; flex: 0 0 auto; gap: 16px; }
body.storefront.catalog-store .flash-card { position: relative; display: grid; grid-template-columns: 100px minmax(0, 1fr); align-items: center; gap: 14px; flex: 0 0 350px; width: 350px; min-height: 184px; padding: 17px 16px 43px; overflow: hidden; border: 1px solid #354b2b; border-radius: 14px; background: #161d16; }
body.storefront.catalog-store .flash-card:hover { border-color: var(--primary); background: #1c261b; }
body.storefront.catalog-store .flash-art { position: relative; width: 100px; aspect-ratio: 1; overflow: hidden; border-radius: 10px; background: #354b2b; }
body.storefront.catalog-store .flash-art img,
body.storefront.catalog-store .popular-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
body.storefront.catalog-store .flash-art-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 11px; background: linear-gradient(135deg, #496238, #23301e); color: var(--primary-soft); text-align: center; font-size: 16px; font-weight: 750; line-height: 1.1; overflow-wrap: anywhere; }
body.storefront.catalog-store .flash-copy { min-width: 0; }
body.storefront.catalog-store .flash-label { display: inline-block; margin-bottom: 6px; padding: 2px 7px; border-radius: 5px; background: var(--primary); color: #11180c; font-size: 9px; font-weight: 750; letter-spacing: .7px; text-transform: uppercase; }
body.storefront.catalog-store .flash-game { color: #b0bba7; font-size: 11px; line-height: 1.35; overflow-wrap: anywhere; }
body.storefront.catalog-store .flash-product { margin-top: 4px; color: #eef1e8; font-size: 15px; font-weight: 650; line-height: 1.3; overflow-wrap: anywhere; }
body.storefront.catalog-store .flash-prices { display: flex; align-items: baseline; flex-wrap: wrap; gap: 3px 9px; margin-top: 9px; }
body.storefront.catalog-store .flash-prices del { color: #9ba695; font-size: 11px; }
body.storefront.catalog-store .flash-prices strong { color: var(--primary-soft); font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; }
body.storefront.catalog-store .flash-stock { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: center; min-height: 28px; padding: 5px 12px; background: #739b38; color: #11180c; font-size: 10px; font-weight: 650; }
body.storefront.catalog-store .flash-empty { padding: 18px 20px; border: 1px dashed #343434; border-radius: 12px; color: #c4cebb; font-size: 13px; background: #0b0b0b; }

body.storefront.catalog-store .catalog-section,
body.storefront.catalog-store .popular-section { margin-top: 38px; scroll-margin-top: 22px; }
body.storefront.catalog-store .catalog-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
body.storefront.catalog-store .catalog-eyebrow { margin-bottom: 5px; color: var(--primary); font-size: 11px; font-weight: 500; letter-spacing: 1.8px; text-transform: uppercase; }
body.storefront.catalog-store .catalog-section-heading h1,
body.storefront.catalog-store .catalog-section-heading h2 { margin: 0; color: var(--text); font-size: 25px; line-height: 1.3; font-weight: 700; letter-spacing: -.6px; }
body.storefront.catalog-store .catalog-section-heading p:not(.catalog-eyebrow) { margin-top: 6px; color: var(--muted); font-size: 13px; }
body.storefront.catalog-store .catalog-count { flex: 0 0 auto; color: var(--muted); font-size: 12px; }
body.storefront.catalog-store .popular-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 21px; }
body.storefront.catalog-store .popular-card { display: flex; align-items: center; gap: 19px; min-width: 0; min-height: 118px; padding: 13px; overflow: hidden; border: 1px solid #2b3829; border-radius: 16px; background: linear-gradient(135deg, transparent 69%, #90aa621c 69%, #90aa621c 77%, transparent 77%), linear-gradient(135deg, #161d16 82%, #49623880 82%, #49623865 91%, #161d16 91%); transition: border-color .18s, background-color .18s; }
body.storefront.catalog-store .popular-card:hover { border-color: var(--primary); background-color: #1c261b; }
body.storefront.catalog-store .popular-art { position: relative; flex: 0 0 90px; width: 90px; aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: #354b2b; }
body.storefront.catalog-store .popular-art-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 10px; background: linear-gradient(135deg, #496238, #23301e); color: var(--primary-soft); font-size: 15px; font-weight: 750; line-height: 1.15; text-align: center; overflow-wrap: anywhere; }
body.storefront.catalog-store .popular-copy { min-width: 0; padding-right: 18px; }
body.storefront.catalog-store .popular-copy h3 { color: #eef1e8; font-size: 16px; font-weight: 650; line-height: 1.35; overflow-wrap: anywhere; }
body.storefront.catalog-store .popular-copy p { margin-top: 6px; color: #b0bba7; font-size: 12px; overflow-wrap: anywhere; }
body.storefront.catalog-store .popular-empty { padding: 16px 0; color: var(--muted); font-size: 13px; }
body.storefront.catalog-store .catalog-category-filters { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 25px; }
body.storefront.catalog-store .catalog-category { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 10px 23px; border: 1px solid #2b3829; border-radius: 26px; background: #161d16; color: #c4cebb; font-size: 13px; font-weight: 550; }
body.storefront.catalog-store .catalog-category:hover { border-color: var(--primary); color: var(--primary-soft); }
body.storefront.catalog-store .catalog-category[aria-current="page"],
body.storefront.catalog-store .catalog-category.is-active { border-color: var(--primary); background: var(--primary); color: #11180c; }
body.storefront.catalog-store .catalog-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
body.storefront.catalog-store .catalog-game-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid #2b3829; border-radius: 17px; background: var(--catalog-surface); transition: border-color .2s, transform .2s; }
body.storefront.catalog-store .catalog-game-card:hover,
body.storefront.catalog-store .catalog-game-card:focus-visible { border-color: var(--primary-soft); transform: translateY(-3px); }
body.storefront.catalog-store .catalog-game-art { position: relative; flex: 0 0 auto; width: 100%; aspect-ratio: 1; overflow: hidden; background: #23301e; }
body.storefront.catalog-store .catalog-game-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
body.storefront.catalog-store .catalog-game-card:hover .catalog-game-art img { transform: scale(1.035); }
body.storefront.catalog-store [data-game-poster].is-image-missing img { display: none; }
body.storefront.catalog-store .catalog-game-fallback { display: flex; flex-direction: column; height: 100%; padding: 20px 17px; background: radial-gradient(ellipse at 80% 0%, #90aa6277, transparent 68%), linear-gradient(135deg, transparent 52%, #98bd5010 52%, #98bd5010 65%, transparent 65%), #23301e; }
body.storefront.catalog-store .catalog-game-category { color: #bfd991bc; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; overflow-wrap: anywhere; }
body.storefront.catalog-store .catalog-game-fallback-name { display: block; margin-block: auto; padding: 10px 0; color: #bfd991d9; font-size: clamp(17px, 1.6vw, 28px); line-height: 1.05; font-weight: 850; letter-spacing: -.9px; text-transform: uppercase; overflow-wrap: anywhere; transform: rotate(-6deg); }
body.storefront.catalog-store .catalog-game-fallback-label { color: #bfd9919c; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
body.storefront.catalog-store [data-poster-tone="1"] .catalog-game-fallback { background-color: #23301e; }
body.storefront.catalog-store [data-poster-tone="2"] .catalog-game-fallback { background-color: #23301e; }
body.storefront.catalog-store [data-poster-tone="3"] .catalog-game-fallback { background-color: #23301e; }
body.storefront.catalog-store [data-poster-tone="4"] .catalog-game-fallback { background-color: #23301e; }
body.storefront.catalog-store [data-poster-tone="5"] .catalog-game-fallback { background-color: #23301e; }
body.storefront.catalog-store .catalog-game-overlay { position: static; flex: 1; min-height: 83px; padding: 15px 14px; border-top: 1px solid #2b3829; background: #1c261b; color: var(--text); }
body.storefront.catalog-store .catalog-game-overlay h2 { color: var(--text); font-size: 15px; font-weight: 750; line-height: 1.35; letter-spacing: -.15px; overflow-wrap: anywhere; }
body.storefront.catalog-store .catalog-game-overlay p { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
body.storefront.catalog-store .catalog-empty { padding: 40px 28px; border: 1px solid #2b3829; border-radius: 17px; background: #161d16; }
body.storefront.catalog-store .catalog-empty h2 { margin-bottom: 8px; color: var(--primary-soft); font-size: 21px; font-weight: 600; }
body.storefront.catalog-store .catalog-empty p { max-width: 530px; color: var(--muted); }
body.storefront.catalog-store .catalog-empty .btn { margin-top: 20px; }
body.storefront.catalog-store .catalog-footer { border-top: 1px solid #292929; background: var(--bg); }
body.storefront.catalog-store .catalog-footer-inner { display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 40px; padding-block: 36px 40px; color: var(--muted); font-size: 13px; }
body.storefront.catalog-store .catalog-footer-inner strong { display: block; margin-bottom: 10px; color: var(--primary-soft); font-size: 16px; font-weight: 600; }
body.storefront.catalog-store .catalog-footer-inner p { margin: 4px 0; }
body.storefront.catalog-store .catalog-footer-inner small { display: block; margin-top: 15px; font-size: 12px; }
body.storefront.catalog-store .catalog-footer-inner a { display: inline-block; padding: 5px 0; color: var(--primary-soft); }
body.storefront.catalog-store .catalog-footer-inner a:hover { text-decoration: underline; text-underline-offset: 4px; }
body.storefront.catalog-store .catalog-footer-inner > * { min-width: 0; overflow-wrap: anywhere; }
body.storefront.catalog-store .catalog-footer-inner > nav { display: flex; flex-direction: column; align-items: flex-start; }
body.storefront.catalog-store #store-help { scroll-margin-top: 20px; }

/* Purchase and invoice pages remain readable within the wider catalogue shell. */
body.storefront.catalog-store .catalog-main:has(#form-order),
body.storefront.catalog-store .catalog-main:has(.invoice-grid) { max-width: 1100px; }
body.storefront.catalog-store .quick-top-heading { margin-bottom: 26px; }
body.storefront.catalog-store .quick-top-heading h1 { font-size: 32px; }
body.storefront.catalog-store .quick-top-heading p { color: #b0bba7; font-size: 13px; }
body.storefront.catalog-store .quick-smallmark { color: #b0bba7; }
body.storefront.catalog-store .quick-order-grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 25px; }
body.storefront.catalog-store .quick-game-rail { grid-column: 1 / -1; display: flex; align-items: center; gap: 13px; padding: 0 0 19px; border: 0; border-bottom: 1px solid #98bd5026; }
body.storefront.catalog-store .quick-game-rail .quick-eyebrow,
body.storefront.catalog-store .quick-game-rail .quick-support { display: none; }
body.storefront.catalog-store .quick-game-list { flex: 1; min-width: 0; flex-direction: row; overflow-x: auto; padding: 3px 3px 9px; margin: -3px; scrollbar-width: thin; }
body.storefront.catalog-store .quick-game-link { flex: 0 0 151px; min-height: 61px; padding: 10px 13px; background: #161d16; border: 1px solid #4962386b; }
body.storefront.catalog-store .quick-game-link.active { border-color: var(--primary); background: #263522; }
body.storefront.catalog-store .quick-all-games { flex: 0 0 auto; margin-top: 0; padding: 10px 4px; }
body.storefront.catalog-store .quick-order-main { padding: 25px; border: 1px solid #2b382958; border-radius: 16px; background: #161d16; }
body.storefront.catalog-store .quick-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
body.storefront.catalog-store .quick-payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.storefront.catalog-store .quick-ticket { top: 25px; }
body.storefront.catalog-store .quick-step:last-child { margin-bottom: 0; }
body.storefront.catalog-store .card { background: #161d16; border-color: #2b38296b; }

@media (max-width: 1200px) {
  body.storefront.catalog-store .catalog-header-inner { grid-template-columns: minmax(145px, 185px) minmax(0, 1fr) auto; gap: 22px; }
  body.storefront.catalog-store .catalog-grid { gap: 17px; }
  body.storefront.catalog-store .popular-grid { gap: 16px; }
  body.storefront.catalog-store .popular-card { gap: 13px; padding: 12px; }
  body.storefront.catalog-store .popular-art { flex-basis: 77px; width: 77px; }
  body.storefront.catalog-store .popular-copy { padding-right: 8px; }
  body.storefront.catalog-store .popular-copy h3 { font-size: 14px; }
  body.storefront.catalog-store .popular-copy p { font-size: 11px; }
  body.storefront.catalog-store .catalog-game-overlay { padding: 13px 11px; }
  body.storefront.catalog-store .catalog-game-overlay h2 { font-size: 13px; }
  body.storefront.catalog-store .promo-fallback { min-height: 340px; }
  body.storefront.catalog-store .promo-copy h2 { font-size: 43px; }
  body.storefront.catalog-store .promo-art-main { font-size: 105px; }
}
@media (max-width: 1000px) {
  body.storefront.catalog-store .catalog-header-inner,
  body.storefront.catalog-store .catalog-navigation-inner,
  body.storefront.catalog-store .catalog-main,
  body.storefront.catalog-store .catalog-footer-inner { width: calc(100% - 48px); }
  body.storefront.catalog-store .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  body.storefront.catalog-store .popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.storefront.catalog-store .popular-art { flex-basis: 90px; width: 90px; }
  body.storefront.catalog-store .popular-copy h3 { font-size: 15px; }
  body.storefront.catalog-store .quick-order-grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 19px; }
  body.storefront.catalog-store .quick-order-main { padding: 22px; }
  body.storefront.catalog-store .quick-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  body.storefront.catalog-store .catalog-header-inner { grid-template-columns: minmax(0, 1fr) auto; min-height: 126px; padding-block: 15px; gap: 13px; }
  body.storefront.catalog-store .catalog-brand { font-size: 22px; }
  body.storefront.catalog-store .catalog-brand img { width: 38px; height: 38px; }
  body.storefront.catalog-store .catalog-locale { min-height: 38px; font-size: 12px; padding: 8px 12px; }
  body.storefront.catalog-store .catalog-search { grid-column: 1 / -1; grid-row: 2; }
  body.storefront.catalog-store .catalog-navigation-inner { gap: 20px; overflow-x: auto; scrollbar-width: none; }
  body.storefront.catalog-store .catalog-navigation-inner::-webkit-scrollbar { display: none; }
  body.storefront.catalog-store .catalog-nav { flex: 0 0 auto; gap: 24px; }
  body.storefront.catalog-store .catalog-nav a { min-height: 52px; font-size: 13px; }
  body.storefront.catalog-store .catalog-admin { flex: 0 0 auto; font-size: 12px; }
  body.storefront.catalog-store .catalog-main { padding-top: 25px; }
  body.storefront.catalog-store .promo-slide { border-radius: 21px; }
  body.storefront.catalog-store .promo-fallback { min-height: 320px; grid-template-columns: 1.25fr 1fr; }
  body.storefront.catalog-store .promo-copy { padding: 28px 0 30px 25px; }
  body.storefront.catalog-store .promo-kicker { font-size: 10px; letter-spacing: 1.5px; margin-bottom: 11px; }
  body.storefront.catalog-store .promo-copy h2 { font-size: 35px; letter-spacing: -1.5px; }
  body.storefront.catalog-store .promo-copy p:not(.promo-kicker) { margin-top: 14px; font-size: 12px; }
  body.storefront.catalog-store .promo-cta { margin-top: 19px; padding: 10px 17px; font-size: 12px; }
  body.storefront.catalog-store .promo-art-main { font-size: 77px; letter-spacing: -5px; }
  body.storefront.catalog-store .promo-art-top,
  body.storefront.catalog-store .promo-art-bottom { font-size: 8px; letter-spacing: 2px; }
  body.storefront.catalog-store .flash-sale-section { padding: 21px; }
  body.storefront.catalog-store .flash-section-heading { align-items: flex-start; }
  body.storefront.catalog-store .flash-tools { gap: 8px; }
  body.storefront.catalog-store .flash-countdown { font-size: 11px; min-height: 38px; }
  body.storefront.catalog-store #flash-motion-toggle { font-size: 11px; }
  body.storefront.catalog-store .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
  body.storefront.catalog-store .catalog-game-fallback-name { font-size: 24px; }
  body.storefront.catalog-store .catalog-game-overlay h2 { font-size: 14px; }
  body.storefront.catalog-store .quick-order-grid { grid-template-columns: minmax(0, 1fr); }
  body.storefront.catalog-store .quick-ticket { position: static; }
  body.storefront.catalog-store .quick-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.storefront.catalog-store .catalog-footer-inner { grid-template-columns: 1.3fr 1fr; gap: 27px; }
  body.storefront.catalog-store .catalog-footer-inner > :last-child { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: 9px 24px; }
}
@media (max-width: 580px) {
  body.storefront.catalog-store .catalog-header-inner,
  body.storefront.catalog-store .catalog-navigation-inner,
  body.storefront.catalog-store .catalog-main,
  body.storefront.catalog-store .catalog-footer-inner { width: calc(100% - 32px); }
  body.storefront.catalog-store .catalog-header-inner { gap: 12px; padding-block: 13px; }
  body.storefront.catalog-store .catalog-brand { font-size: 21px; }
  body.storefront.catalog-store .catalog-brand img { width: 34px; height: 34px; }
  body.storefront.catalog-store .catalog-search input { font-size: 16px; padding-inline: 11px; }
  body.storefront.catalog-store .catalog-search button { min-width: 62px; padding-inline: 13px; font-size: 12px; }
  body.storefront.catalog-store .catalog-nav { gap: 21px; }
  body.storefront.catalog-store .catalog-nav a { font-size: 12px; }
  body.storefront.catalog-store .catalog-main { padding-block: 20px 44px; }
  body.storefront.catalog-store .catalog-hero { margin-bottom: 24px; }
  body.storefront.catalog-store .promo-slide { border-radius: 17px; }
  body.storefront.catalog-store .promo-fallback { grid-template-columns: 1.22fr .78fr; min-height: 270px; }
  body.storefront.catalog-store .promo-copy { padding: 24px 0 25px 18px; }
  body.storefront.catalog-store .promo-kicker { font-size: 8px; letter-spacing: 1px; }
  body.storefront.catalog-store .promo-copy h2 { font-size: 28px; letter-spacing: -1px; }
  body.storefront.catalog-store .promo-copy p:not(.promo-kicker) { font-size: 11px; line-height: 1.55; margin-top: 13px; }
  body.storefront.catalog-store .promo-cta { min-height: 44px; margin-top: 17px; padding: 9px 12px; font-size: 11px; }
  body.storefront.catalog-store .promo-art { width: 84%; border-radius: 18px; box-shadow: 11px 11px 0 #98bd5011, 12px 12px 0 #98bd5019; }
  body.storefront.catalog-store .promo-art-main { padding-block: 12px; font-size: 51px; letter-spacing: -3px; }
  body.storefront.catalog-store .promo-art-top,
  body.storefront.catalog-store .promo-art-bottom { font-size: 5px; letter-spacing: 1px; }
  body.storefront.catalog-store .promo-controls { gap: 3px; }
  body.storefront.catalog-store .promo-controls button { padding: 8px; font-size: 10px; }
  body.storefront.catalog-store .flash-sale-section { margin-bottom: 29px; padding: 18px 14px 15px; border-radius: 18px; }
  body.storefront.catalog-store .flash-section-heading { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 17px; }
  body.storefront.catalog-store .flash-section-heading h2 { font-size: 24px; }
  body.storefront.catalog-store .flash-section-heading p { font-size: 12px; }
  body.storefront.catalog-store .flash-tools { justify-content: flex-start; }
  body.storefront.catalog-store .flash-card { grid-template-columns: 83px minmax(0, 1fr); width: 300px; flex-basis: 300px; min-height: 176px; gap: 12px; padding: 14px 13px 41px; }
  body.storefront.catalog-store .flash-art { width: 83px; }
  body.storefront.catalog-store .flash-track,
  body.storefront.catalog-store .flash-group { gap: 13px; }
  body.storefront.catalog-store .flash-product { font-size: 14px; }
  body.storefront.catalog-store .flash-prices strong { font-size: 16px; }
  body.storefront.catalog-store .flash-prices del { font-size: 10px; }
  body.storefront.catalog-store .popular-grid { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  body.storefront.catalog-store .popular-card { gap: 16px; min-height: 110px; padding: 12px; }
  body.storefront.catalog-store .popular-art { flex-basis: 84px; width: 84px; }
  body.storefront.catalog-store .popular-copy h3 { font-size: 16px; }
  body.storefront.catalog-store .popular-copy p { font-size: 12px; }
  body.storefront.catalog-store .catalog-section,
  body.storefront.catalog-store .popular-section { margin-top: 29px; }
  body.storefront.catalog-store .catalog-section-heading { gap: 13px; margin-bottom: 18px; }
  body.storefront.catalog-store .catalog-section-heading h1,
  body.storefront.catalog-store .catalog-section-heading h2 { font-size: 23px; }
  body.storefront.catalog-store .catalog-section-heading p:not(.catalog-eyebrow) { font-size: 12px; }
  body.storefront.catalog-store .catalog-eyebrow { font-size: 10px; }
  body.storefront.catalog-store .catalog-count { font-size: 11px; }
  body.storefront.catalog-store .catalog-category-filters { gap: 8px; margin-bottom: 21px; }
  body.storefront.catalog-store .catalog-category { min-height: 44px; padding: 9px 16px; font-size: 12px; }
  body.storefront.catalog-store .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  body.storefront.catalog-store .catalog-game-card { border-radius: 13px; }
  body.storefront.catalog-store .catalog-game-fallback { padding: 14px 12px; }
  body.storefront.catalog-store .catalog-game-category { font-size: 8px; }
  body.storefront.catalog-store .catalog-game-fallback-name { font-size: 22px; }
  body.storefront.catalog-store .catalog-game-fallback-label { font-size: 8px; }
  body.storefront.catalog-store .catalog-game-overlay { min-height: 80px; padding: 13px 11px; }
  body.storefront.catalog-store .catalog-game-overlay h2 { font-size: 13px; }
  body.storefront.catalog-store .catalog-game-overlay p { font-size: 10px; }
  body.storefront.catalog-store .catalog-footer-inner { grid-template-columns: 1fr; padding-block: 29px 31px; gap: 24px; }
  body.storefront.catalog-store .catalog-footer-inner > :last-child { grid-column: auto; }
  body.storefront.catalog-store .catalog-empty { padding: 28px 20px; }
  body.storefront.catalog-store .quick-top-heading { margin-bottom: 20px; }
  body.storefront.catalog-store .quick-top-heading h1 { font-size: 29px; }
  body.storefront.catalog-store .quick-game-rail { align-items: stretch; flex-direction: column; gap: 7px; padding-bottom: 14px; }
  body.storefront.catalog-store .quick-all-games { align-self: flex-start; }
  body.storefront.catalog-store .quick-game-link { flex-basis: 145px; }
  body.storefront.catalog-store .quick-order-main { padding: 19px 15px; }
  body.storefront.catalog-store .quick-product-grid,
  body.storefront.catalog-store .quick-payment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.storefront.catalog-store .quick-game-title h2 { font-size: 21px; }
}
@media (max-width: 360px) {
  body.storefront.catalog-store .catalog-header-inner,
  body.storefront.catalog-store .catalog-navigation-inner,
  body.storefront.catalog-store .catalog-main,
  body.storefront.catalog-store .catalog-footer-inner { width: calc(100% - 26px); }
  body.storefront.catalog-store .catalog-brand { font-size: 19px; }
  body.storefront.catalog-store .catalog-locale { padding-inline: 9px; }
  body.storefront.catalog-store .promo-copy h2 { font-size: 25px; }
  body.storefront.catalog-store .promo-copy { padding-left: 15px; }
  body.storefront.catalog-store .promo-art-main { font-size: 43px; letter-spacing: -3px; }
  body.storefront.catalog-store .catalog-game-fallback-name { font-size: 20px; }
  body.storefront.catalog-store .catalog-game-overlay h2 { font-size: 12px; }
  body.storefront.catalog-store .catalog-count { max-width: 63px; text-align: right; }
}
@media (prefers-reduced-motion: reduce) {
  body.storefront.catalog-store *,
  body.storefront.catalog-store *::before,
  body.storefront.catalog-store *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
