:root {
  --blue-950: #082545;
  --blue-900: #0a3768;
  --blue-800: #164f94;
  --blue-700: #2368b8;
  --blue-600: #337ac8;
  --blue-100: #e8f2ff;
  --blue-50: #f5f9ff;
  --ink: #10243b;
  --muted: #61758a;
  --line: #dce7f3;
  --gold: #d7a83f;
  --surface: #ffffff;
  --radius: 20px;
  --shadow-sm: 0 10px 34px rgba(8, 42, 79, .08);
  --shadow-lg: 0 24px 70px rgba(8, 42, 79, .16);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #f4bd4f; outline-offset: 3px; }
::selection { color: #fff; background: var(--blue-700); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.skip-link {
  position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 15px;
  color: #fff; background: var(--blue-950); border-radius: 8px; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.topbar { color: #dcecff; background: var(--blue-950); font-size: .78rem; font-weight: 700; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-actions { display: flex; align-items: center; gap: 18px; }
.topbar a { color: #fff; }
.topbar a:hover { text-decoration: underline; }

.site-header {
  position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(210,224,239,.85); backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--blue-900); font-weight: 900; letter-spacing: -.03em; }
.brand img { width: 66px; height: 66px; object-fit: contain; border-radius: 12px; }
.brand span { font-size: 1rem; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2.2vw, 30px); }
.site-nav > a:not(.button) { position: relative; color: #40566e; font-size: .88rem; font-weight: 750; }
.site-nav > a:not(.button)::after {
  content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px;
  background: var(--blue-600); border-radius: 3px; transform: scaleX(0); transition: transform .2s ease;
}
.site-nav > a:not(.button):hover { color: var(--blue-800); }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); }
.site-nav .nav-whatsapp { color: #168044; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 12px; }
.menu-toggle span:not(.sr-only) { width: 21px; height: 2px; display: block; margin: 4px auto; background: currentColor; border-radius: 2px; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-6px) rotate(-45deg); }

.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-800));
  border: 1px solid transparent; border-radius: 14px; box-shadow: 0 10px 26px rgba(35,104,184,.23);
  font-size: .92rem; font-weight: 850; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 32px rgba(35,104,184,.3); }
.button-small { min-height: 42px; padding: 9px 16px; border-radius: 11px; font-size: .82rem; }
.button-ghost { color: var(--blue-800); background: rgba(255,255,255,.72); border-color: #bed7f2; box-shadow: none; }
.button-ghost:hover { background: #fff; }
.button-light { color: var(--blue-900); background: #fff; box-shadow: 0 12px 30px rgba(0,24,55,.16); }
.button-whatsapp { color: #fff; background: #168a49; box-shadow: 0 10px 26px rgba(22,138,73,.22); }
.button-whatsapp:hover { background: #11763d; box-shadow: 0 15px 32px rgba(22,138,73,.28); }

.hero {
  position: relative; overflow: hidden; background:
    radial-gradient(circle at 88% 12%, rgba(51,122,200,.22), transparent 32%),
    linear-gradient(112deg, #fff 4%, #f3f8ff 56%, #e6f2ff 100%);
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35;
  background-image: radial-gradient(rgba(22,79,148,.22) .8px, transparent .8px); background-size: 24px 24px;
  mask-image: linear-gradient(90deg, transparent 28%, #000);
}
.hero-grid { position: relative; min-height: 630px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(42px, 7vw, 90px); padding-block: 70px 82px; }
.eyebrow { margin: 0 0 16px; color: var(--blue-700); font-size: .76rem; font-weight: 900; letter-spacing: .14em; line-height: 1.2; }
.hero h1 { max-width: 700px; margin: 0; color: var(--blue-950); font-size: clamp(3.25rem, 6vw, 5.5rem); font-weight: 950; letter-spacing: -.065em; line-height: .94; }
.hero h1 span { color: var(--blue-600); }
.hero-lead { max-width: 640px; margin: 27px 0 0; color: #536b84; font-size: clamp(1rem, 1.7vw, 1.17rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.microcopy { max-width: 640px; margin: 20px 0 0; color: #596f86; font-size: .82rem; }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.hero-visual::before {
  content: ""; width: 350px; aspect-ratio: 1/.82; position: absolute; border-radius: 28px;
  background: linear-gradient(145deg, var(--blue-500, #4d91d8), var(--blue-900));
  box-shadow: 25px 32px 60px rgba(6,47,95,.24); transform: perspective(850px) rotateY(-9deg) rotateX(3deg) rotateZ(2deg);
}
.hero-visual::after { content: ""; position: absolute; width: 260px; height: 90px; right: 6%; bottom: 3%; background: rgba(6,47,95,.25); border-radius: 50%; filter: blur(28px); }
.hero-mark { position: relative; z-index: 2; width: 82px; height: 82px; display: grid; place-items: center; color: var(--blue-800); background: #fff; border-radius: 22px; box-shadow: 0 12px 25px rgba(4,36,75,.22); font-size: 1.45rem; font-weight: 950; letter-spacing: -.07em; }
.hero-mark img { width: 72px; height: 72px; object-fit: contain; border-radius: 15px; }
.hero-product { position: absolute; z-index: 3; width: 178px; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.9); border-radius: 17px; box-shadow: var(--shadow-lg); transition: transform .2s ease; }
.hero-product:hover { transform: translateY(-5px); }
.hero-product img { width: 100%; height: 126px; padding: 8px; object-fit: contain; background: #fff; }
.hero-product span { display: block; padding: 8px 12px 10px; color: var(--blue-900); border-top: 1px solid var(--line); font-size: .82rem; font-weight: 900; text-align: center; }
.hero-product-1 { top: 10px; right: -5px; transform: rotate(2deg); }
.hero-product-2 { bottom: 18px; left: -16px; transform: rotate(-2deg); }
.hero-product-3 { right: -10px; bottom: 5px; transform: rotate(3deg); }

.benefits { position: relative; z-index: 2; margin-top: -34px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); }
.benefit-grid > div { min-height: 112px; display: grid; grid-template-columns: 50px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 15px; padding: 22px 28px; }
.benefit-grid > div + div { border-left: 1px solid var(--line); }
.benefit-icon { grid-row: 1/3; width: 48px; height: 48px; display: grid; place-items: center; color: var(--blue-800); background: var(--blue-100); border-radius: 14px; font-weight: 950; }
.benefit-grid strong { align-self: end; font-size: .98rem; }
.benefit-grid small { color: var(--muted); font-size: .78rem; }

.section { padding-block: 96px; }
.section-heading { max-width: 660px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; color: var(--blue-950); font-size: clamp(2.15rem, 4vw, 3.35rem); font-weight: 950; letter-spacing: -.05em; line-height: 1.04; }
.section-heading p:not(.eyebrow) { margin: 19px 0 0; color: var(--muted); font-size: 1rem; }

.categories { padding-bottom: 62px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 42px; }
.category-card { min-height: 180px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 5px; padding: 22px; text-align: left; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); border-color: #a9caee; box-shadow: 0 18px 42px rgba(8,42,79,.12); }
.category-card strong { margin-top: auto; color: var(--blue-950); font-size: .98rem; line-height: 1.3; }
.category-card small { color: var(--muted); font-size: .76rem; }
.category-swatch, .category-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 16px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.06); }
.category-swatch::after { content: ""; width: 25px; height: 25px; border: 6px solid rgba(255,255,255,.75); border-radius: 50%; }
.category-chrome .category-swatch { background: linear-gradient(145deg, #eef4f9, #879eb2 55%, #fff); }
.category-gold .category-swatch { background: linear-gradient(145deg, #fff5bd, #c89425 55%, #fbe99b); }
.category-black .category-swatch { background: linear-gradient(145deg, #4f5a66, #080b0e 60%, #2b3440); }
.category-symbol { color: var(--blue-800); background: var(--blue-100); font-size: 1.5rem; font-weight: 900; }
.seo-copy { margin-top: 54px; padding: clamp(27px, 4vw, 42px); background: #f7faff; border: 1px solid var(--line); border-radius: 22px; }
.seo-copy h2 { max-width: 760px; margin: 0; color: var(--blue-950); font-size: clamp(1.55rem, 3vw, 2.25rem); letter-spacing: -.035em; line-height: 1.12; }
.seo-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 22px; }
.seo-copy p { margin: 0; color: #50677f; font-size: .92rem; }
.seo-copy strong { color: var(--blue-900); }

.catalog { background: var(--blue-50); }
.catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.product-search { width: min(100%, 340px); height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-sm); }
.product-search svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: var(--muted); stroke-linecap: round; stroke-width: 2; }
.product-search input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.product-search input::placeholder { color: #8b9aab; }
.filter-bar { display: flex; gap: 9px; overflow-x: auto; margin: 35px 0 28px; padding: 3px 0 9px; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; min-height: 42px; padding: 9px 16px; color: #50667d; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .82rem; font-weight: 800; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { color: #fff; background: var(--blue-800); border-color: var(--blue-800); }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 26px rgba(8,42,79,.06); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(8,42,79,.12); }
.product-image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.product-image img { width: 100%; height: 100%; padding: 14px; object-fit: contain; transition: transform .28s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-body { padding: 17px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-badge { padding: 4px 8px; color: var(--blue-800); background: var(--blue-100); border-radius: 8px; font-size: .68rem; font-weight: 900; }
.product-group { color: #61758a; font-size: .68rem; font-weight: 750; }
.product-card h3 { min-height: 48px; margin: 13px 0 18px; color: var(--blue-950); font-size: .93rem; line-height: 1.45; }
.product-buy { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.product-buy strong { color: var(--blue-900); font-size: 1.15rem; white-space: nowrap; }
.product-cta { color: var(--blue-700); font-size: .75rem; font-weight: 900; text-align: right; }
.product-cta:hover { color: var(--blue-950); text-decoration: underline; }
.catalog-more-wrap { display: flex; justify-content: center; margin-top: 30px; }
.catalog-more { min-width: min(100%, 280px); cursor: pointer; }
.no-results { padding: 34px; color: var(--muted); background: #fff; border: 1px dashed #b8cce1; border-radius: 18px; text-align: center; }
.catalog-note { margin: 24px 0 0; color: #596f86; font-size: .78rem; text-align: center; }

.steps { color: #fff; background: linear-gradient(135deg, var(--blue-950), var(--blue-800)); }
.steps-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 120px); align-items: center; }
.steps .eyebrow { color: #a9cff8; }
.steps .section-heading h2 { color: #fff; }
.steps .section-heading p:not(.eyebrow) { color: #c1d6eb; }
.steps .button { margin-top: 26px; }
.step-list { margin: 0; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.step-list li:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.step-list > li > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue-900); background: #fff; border-radius: 15px; font-weight: 950; }
.step-list strong { font-size: 1.02rem; }
.step-list p { margin: 5px 0 0; color: #c1d6eb; font-size: .88rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; color: var(--blue-950); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--blue-700); font-size: 1.5rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -7px 50px 21px 0; color: var(--muted); font-size: .92rem; }
.inline-whatsapp { color: #14763f; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.final-cta { padding-block: 52px; color: #fff; background: var(--blue-700); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta .eyebrow { color: #dcecff; margin-bottom: 9px; }
.final-cta h2 { max-width: 700px; margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -.04em; line-height: 1.1; }
.final-cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }

.site-footer { padding: 60px 0 24px; color: #bed0e4; background: #061c34; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr; gap: 70px; }
.site-footer .brand { color: #fff; }
.site-footer .brand img { background: #fff; }
.footer-brand p, .footer-shop p { max-width: 360px; margin: 18px 0 0; color: #9db3ca; font-size: .88rem; }
.footer-nav, .footer-shop { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-nav strong, .footer-shop strong { margin-bottom: 8px; color: #fff; font-size: .9rem; }
.footer-nav a { color: #a9bfd5; font-size: .85rem; }
.footer-nav a:hover { color: #fff; }
.text-link { color: #fff; font-size: .86rem; font-weight: 850; }
.text-link:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #7f98b2; font-size: .72rem; }

.mobile-shopier-cta { display: none; }
.whatsapp-float {
  position: fixed; z-index: 96; right: 24px; bottom: 24px; width: 58px; height: 58px;
  display: grid; place-items: center; color: #fff; background: #168a49; border: 2px solid rgba(255,255,255,.88);
  border-radius: 50%; box-shadow: 0 16px 35px rgba(4,80,39,.3); transition: transform .2s ease, background .2s ease;
}
.whatsapp-float:hover { transform: translateY(-3px); background: #11763d; }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.error-page { min-height: 64vh; display: grid; place-items: center; padding-block: 100px; text-align: center; }
.error-page h1 { margin: 0; color: var(--blue-950); font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.05em; }
.error-page p:not(.eyebrow) { color: var(--muted); }
.error-page .button { margin-top: 20px; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr .82fr; }
  .hero-visual { transform: scale(.88); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 82px; }
  .topbar { display: none; }
  .header-inner { min-height: 74px; }
  .brand img { width: 56px; height: 56px; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav {
    position: fixed; z-index: 90; top: 74px; right: 0; left: 0; max-height: calc(100vh - 74px);
    display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto;
    padding: 15px 20px 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 25px 50px rgba(8,42,79,.14);
    transform: translateY(-125%); visibility: hidden; transition: transform .24s ease, visibility .24s ease;
  }
  .site-nav.is-open { transform: translateY(0); visibility: visible; }
  .site-nav > a:not(.button) { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .site-nav .button { margin-top: 16px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 65px 80px; }
  .hero h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .hero-visual { width: min(100%, 520px); margin-inline: auto; transform: none; }
  .benefits { margin-top: -28px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid > div { min-height: 92px; }
  .benefit-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-copy-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .catalog-head { align-items: stretch; flex-direction: column; }
  .product-search { width: 100%; }
  .steps-grid, .faq-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.1fr .9fr; gap: 45px; }
  .footer-shop { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand span { font-size: .86rem; }
  .section { padding-block: 72px; }
  .hero-grid { padding-block: 52px 66px; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-lead { margin-top: 21px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; transform: scale(.82); margin-block: -32px; }
  .category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .category-card { min-height: 162px; padding: 17px; }
  .category-swatch, .category-symbol { width: 45px; height: 45px; margin-bottom: 13px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-body { padding: 12px; }
  .product-group { display: none; }
  .product-card h3 { min-height: 58px; margin: 10px 0 13px; font-size: .8rem; }
  .product-buy { align-items: stretch; flex-direction: column; gap: 8px; }
  .product-buy strong { font-size: 1rem; }
  .product-cta { min-height: 38px; display: flex; align-items: center; justify-content: center; padding: 8px; color: #fff; background: var(--blue-700); border-radius: 9px; font-size: .7rem; text-align: center; }
  .step-list li { grid-template-columns: 48px 1fr; gap: 14px; }
  .step-list > li > span { width: 44px; height: 44px; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta-actions { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-shop { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-shopier-cta {
    position: fixed; z-index: 95; right: 12px; bottom: 12px; left: 12px; min-height: 50px;
    display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff;
    background: linear-gradient(135deg, var(--blue-600), var(--blue-800)); border: 1px solid rgba(255,255,255,.25);
    border-radius: 14px; box-shadow: 0 16px 36px rgba(8,42,79,.28); font-size: .84rem; font-weight: 900;
  }
  .whatsapp-float { right: 14px; bottom: 76px; width: 52px; height: 52px; }
  .site-footer { padding-bottom: 90px; }
}

@media (max-width: 380px) {
  .product-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
