:root {
  --red: #dc3032;
  --red-dark: #b82124;
  --black: #0f0f0f;
  --surface: #171717;
  --surface-2: #202020;
  --line: #2b2b2b;
  --white: #fff;
  --muted: #aaa;
  --green: #25d366;
  --shadow: 0 28px 80px rgba(0, 0, 0, .36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: #000;
  color: var(--white);
  font-family: Montserrat, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body:has(dialog[open]) {
  overflow: hidden;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1355px, 92%);
  margin-inline: auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(8, 8, 8, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: auto;
  height: 58px;
  object-fit: contain;
}

.nav nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav nav > a:not(.nav-cta),
.cart-nav-button {
  transition: color .2s ease;
}

.nav nav > a:not(.nav-cta):hover,
.cart-nav-button:hover {
  color: var(--red);
}

.cart-nav-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.cart-nav-button span {
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

.nav-cta {
  padding: 12px 17px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: linear-gradient(135deg, rgba(255, 83, 85, .92), rgba(184, 33, 36, .86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 10px 24px rgba(220, 48, 50, .18);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.nav-cta:hover,
.button.primary:hover,
.product-whatsapp:hover,
.cart-nav-button:hover span {
  background: linear-gradient(135deg, rgba(255, 90, 92, .98), rgba(184, 33, 36, .94));
  border-color: rgba(255, 255, 255, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .32), 0 0 0 1px rgba(220, 48, 50, .30), 0 0 24px rgba(220, 48, 50, .58), 0 16px 34px rgba(220, 48, 50, .34);
  transform: translateY(-1px);
}

.menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--surface);
}

.menu span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero-slider {
  position: relative;
  height: clamp(220px, 44.35vw, 1145px);
  max-height: 1145px;
  overflow: hidden;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero-track {
  position: absolute;
  inset: 0;
  background: #000;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .7s ease, visibility .7s ease;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: cover;
  object-position: center;
}

.hero-slider::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #000 0, rgba(0, 0, 0, .86) 4%, transparent 16%, transparent 84%, rgba(0, 0, 0, .86) 96%, #000 100%);
  content: "";
  pointer-events: none;
}

.hero-slider::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .72));
  content: "";
  pointer-events: none;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(0, 0, 0, .42);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.hero-arrow span {
  width: 11px;
  height: 11px;
  display: block;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.hero-prev span {
  transform: rotate(-135deg);
}

.hero-next span {
  transform: rotate(45deg);
}

.hero-arrow:hover {
  background: rgba(220, 48, 50, .82);
  border-color: rgba(255, 255, 255, .40);
  transform: translateY(-50%) scale(1.05);
}

.hero-prev {
  left: max(18px, calc((100vw - 1355px) / 2));
}

.hero-next {
  right: max(18px, calc((100vw - 1355px) / 2));
}

.hero-dots {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .36);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, width .2s ease;
}

.hero-dot.active {
  width: 30px;
  border-radius: 99px;
  border-color: rgba(255, 255, 255, .30);
  background: var(--red);
}

.hero {
  min-height: 610px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 36%, rgba(220, 48, 50, .30), transparent 34%),
    linear-gradient(rgba(15, 15, 15, .74), rgba(15, 15, 15, .92)),
    url("../pattern.svg");
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr .78fr;
  gap: 70px;
  align-items: center;
}

.kicker {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

.kicker.light {
  color: #fff;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 840px;
  margin: 18px 0 25px;
  font-size: clamp(46px, 6.4vw, 86px);
  line-height: .94;
  letter-spacing: -4px;
}

h1 em {
  color: var(--red);
  font-style: normal;
}

.hero-copy > p {
  max-width: 690px;
  color: #c9c9c9;
  font-size: 18px;
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button.primary {
  border-color: rgba(255, 255, 255, .16);
  background: linear-gradient(135deg, rgba(255, 83, 85, .92), rgba(184, 33, 36, .86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), 0 12px 28px rgba(220, 48, 50, .18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.button.outline {
  border-color: #494949;
}

.button.outline:hover {
  border-color: #777;
  background: #1c1c1c;
}

.button.white {
  background: #fff;
  color: #111;
}

.button.white:hover {
  transform: translateY(-2px);
}

.button.full {
  width: 100%;
}

.benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.hero-panel {
  position: relative;
  padding: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(31, 31, 31, .96), rgba(11, 11, 11, .96));
  box-shadow: var(--shadow);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(220, 48, 50, .18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 42%);
  content: "";
  pointer-events: none;
}

.hero-panel h2 {
  position: relative;
  margin: 22px 0 14px;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.02;
}

.hero-panel p {
  position: relative;
  color: #aaa;
  line-height: 1.65;
}

.pill {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 5px;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.text-link {
  position: relative;
  display: inline-flex;
  gap: 8px;
  margin-top: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.section {
  padding: 92px 0;
}

.products-section {
  background: #000;
}

.products-section .container {
  width: min(1355px, 92%);
  --product-columns: 5;
  --product-card-width: 255px;
  --product-gap: 20px;
  --product-grid-width: calc((var(--product-card-width) * var(--product-columns)) + (var(--product-gap) * (var(--product-columns) - 1)));
}

.section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 34px;
  text-align: center;
}

.products-section .section-title {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-inline: auto;
}

.section:not(.products-section) .section-title {
  justify-content: space-between;
  align-items: end;
  text-align: left;
}

.section-title h2,
.about h2,
.promo h2 {
  margin: 10px 0;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  text-transform: uppercase;
}

.section-title p,
.about > div > p {
  max-width: 535px;
  color: var(--muted);
  line-height: 1.75;
}

.products-section .section-title p {
  margin: 0 auto;
}

.toolbar {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 240px 190px;
  gap: var(--product-gap);
  margin: 0 auto;
}

.toolbar label {
  display: block;
}

.toolbar input,
.toolbar select {
  width: 100%;
  min-height: 51px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  outline: 0;
  background: linear-gradient(180deg, #1b1b1b, #121212);
  color: #fff;
}

.toolbar select,
.cart-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(180deg, #1b1b1b, #121212);
  background-position:
    calc(100% - 22px) 50%,
    calc(100% - 16px) 50%,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
}

.toolbar input:focus,
.toolbar select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(220, 48, 50, .15);
}

.catalog-meta {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}

.catalog-meta p {
  margin: 0;
  color: #777;
  font-size: 12px;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(var(--product-columns), minmax(0, 1fr));
  gap: var(--product-gap);
  max-width: var(--product-grid-width);
  margin: 0 auto;
}

.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 14px;
  background: #000;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 48, 50, .50);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .42), 0 0 0 1px rgba(220, 48, 50, .12);
}

.product-open {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  background: #000;
  text-align: left;
  cursor: pointer;
}

.product-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: #000;
}

.product-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(220, 48, 50, .88), rgba(255, 255, 255, .18), rgba(220, 48, 50, .88)) border-box;
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity .25s ease;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-card:hover .product-media::after {
  animation: thumbBorderGlow 1.4s linear infinite;
  opacity: 1;
}

.product-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #000;
  color: var(--red);
  font-size: 62px;
  font-weight: 900;
}

.badge {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  padding: 7px 9px;
  border-radius: 5px;
  background: var(--red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-count {
  position: absolute;
  right: 11px;
  bottom: 10px;
  padding: 6px 8px;
  border-radius: 99px;
  background: rgba(0, 0, 0, .68);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 19px;
  background: #000;
}

.product-body small {
  color: #888;
  font-size: 10px;
  font-weight: 600;
}

.product-name {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.product-description {
  display: -webkit-box;
  overflow: hidden;
  color: #999;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.prices {
  width: 100%;
  display: block;
  margin-top: auto;
  padding-top: 17px;
}

.old {
  display: block;
  min-height: 16px;
  color: #777;
  font-size: 11px;
  text-decoration: line-through;
}

.price {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.details-label {
  margin-top: 14px;
  color: #aaa;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-whatsapp {
  width: calc(100% - 28px);
  min-height: 48px;
  display: grid;
  place-items: center;
  margin: 0 14px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: linear-gradient(135deg, rgba(255, 83, 85, .92), rgba(184, 33, 36, .86));
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 10px 22px rgba(220, 48, 50, .16);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.empty-state {
  margin-top: 20px;
  padding: 55px 20px;
  border: 1px dashed #393939;
  border-radius: 18px;
  color: #aaa;
  text-align: center;
}

.empty-state strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.promo {
  padding: 74px 0;
  background: var(--red);
}

.promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.promo p {
  max-width: 680px;
  margin-bottom: 0;
  line-height: 1.7;
}

.about {
  display: grid;
  grid-template-columns: 1fr .72fr;
  align-items: center;
  gap: 72px;
}

.store-card {
  padding: 32px;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  background: #171717;
}

.store-card h3 {
  margin-top: 0;
  font-size: 27px;
}

.store-card p {
  color: #bbb;
  line-height: 1.7;
}

.social-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.social-button {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.social-button span {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 16px rgba(214, 41, 118, .32);
}

.social-button span img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.social-button:hover {
  transform: translateY(-1px);
  border-color: rgba(220, 48, 50, .50);
  background: linear-gradient(135deg, rgba(220, 48, 50, .18), rgba(255, 255, 255, .05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 0 22px rgba(220, 48, 50, .34);
}

.pre-line {
  white-space: pre-line;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: var(--green);
  color: #092011;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
  transition: transform .2s ease;
}

.floating-whatsapp span,
.floating-whatsapp img {
  display: block;
}

.floating-whatsapp img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.floating-whatsapp:hover {
  transform: scale(1.07);
}

footer {
  padding: 30px 0;
  border-top: 1px solid #262626;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.footer img {
  width: auto;
  height: 50px;
}

.footer p,
.footer a {
  color: #777;
  font-size: 11px;
}

.footer a:hover {
  color: #aaa;
}

.product-modal,
.cart-modal {
  width: min(920px, calc(100% - 30px));
  max-height: min(780px, calc(100dvh - 30px));
  padding: 0;
  overflow: auto;
  border: 1px solid #383838;
  border-radius: 22px;
  background: #151515;
  color: #fff;
  box-shadow: 0 35px 120px rgba(0, 0, 0, .72);
}

.product-modal::backdrop,
.cart-modal::backdrop {
  background: rgba(0, 0, 0, .78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
  background: rgba(15, 15, 15, .88);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.modal-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  min-height: 540px;
}

.modal-gallery {
  min-width: 0;
  padding: 25px;
  background: #000;
}

.modal-main-media {
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.modal-main-media img {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

.modal-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.modal-thumb {
  aspect-ratio: 1;
  position: relative;
  padding: 3px;
  overflow: hidden;
  border: 1px solid #333;
  border-radius: 8px;
  background: #000;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.modal-thumb:hover {
  border-color: rgba(220, 48, 50, .72);
  box-shadow: 0 0 18px rgba(220, 48, 50, .38);
  transform: translateY(-1px);
}

.modal-thumb.active {
  border-color: var(--red);
  box-shadow: 0 0 18px rgba(220, 48, 50, .36);
}

.modal-thumb img {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

@media (max-width: 1220px) {
  .products-section .container {
    --product-columns: 4;
  }
}

@keyframes thumbBorderGlow {
  0% {
    filter: hue-rotate(0deg) brightness(1);
  }

  50% {
    filter: hue-rotate(8deg) brightness(1.35);
  }

  100% {
    filter: hue-rotate(0deg) brightness(1);
  }
}

.modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 42px 40px;
}

.modal-copy h2 {
  margin: 10px 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
}

.modal-copy > p {
  color: #aaa;
  line-height: 1.7;
}

.modal-prices {
  margin: 20px 0;
}

.modal-prices strong {
  display: block;
  font-size: 33px;
}

.modal-copy > small {
  margin-top: 13px;
  color: #777;
  font-size: 9px;
  line-height: 1.5;
}

.cart-modal {
  width: min(680px, calc(100% - 28px));
  overflow-x: hidden;
}

.cart-panel {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 34px;
}

.cart-header h2 {
  margin: 8px 0 20px;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1;
  text-transform: uppercase;
}

.cart-items {
  min-width: 0;
  display: grid;
  gap: 10px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.cart-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 10px;
  background: #000;
}

.cart-item-image {
  width: 64px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  color: var(--red);
  font-size: 26px;
  font-weight: 900;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.cart-item-info strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-item-info small {
  color: #999;
  font-size: 11px;
}

.cart-item-actions {
  display: grid;
  grid-template-columns: 32px 24px 32px;
  align-items: center;
  gap: 4px;
}

.cart-item-actions button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #151515;
  color: #fff;
  cursor: pointer;
}

.cart-item-actions b {
  text-align: center;
}

.cart-empty {
  padding: 28px;
  border: 1px dashed #333;
  border-radius: 12px;
  color: #aaa;
  text-align: center;
}

.cart-form {
  min-width: 0;
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.cart-form fieldset,
.cart-form label,
.cart-address {
  min-width: 0;
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #d5d5d5;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-address > span {
  color: #d5d5d5;
}

.address-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(90px, .55fr);
  gap: 10px;
}

.address-grid label {
  min-width: 0;
}

.address-full {
  grid-column: 1 / -1;
}

.cart-form fieldset {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.cart-form legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #d5d5d5;
}

.cart-form fieldset label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 9px;
  background: #0b0b0b;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.cart-form input[type="radio"] {
  width: 16px;
  height: 16px;
  min-height: 0;
  flex: 0 0 auto;
  padding: 0;
  accent-color: var(--red);
}

.cart-form input,
.cart-form textarea,
.cart-form select {
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 10px;
  outline: 0;
  background: #080808;
  color: #fff;
}

.cart-form input {
  min-height: 46px;
  padding: 0 12px;
}

.cart-form textarea {
  resize: vertical;
  padding: 12px;
}

.cart-form select {
  min-height: 48px;
  padding: 0 42px 0 12px;
  line-height: 1.25;
  white-space: normal;
}

.cart-form input:focus,
.cart-form textarea:focus,
.cart-form select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(220, 48, 50, .14);
}

.cart-footer {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.cart-footer strong {
  font-size: 22px;
}

.button.disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
}

.button.disabled:hover {
  border-color: rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 10px 22px rgba(220, 48, 50, .16);
  transform: none;
}

.cart-clear {
  min-height: 42px;
  color: #aaa;
  font-size: 11px;
}

@media (max-width: 980px) {
  .hero-grid,
  .about {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 85px 0;
  }

  .hero-slider {
    height: clamp(210px, 44.35vw, 500px);
  }

  .hero-panel {
    max-width: 680px;
  }

  .product-grid {
    grid-template-columns: repeat(var(--product-columns), minmax(0, 1fr));
  }

  .products-section .container {
    --product-columns: 3;
  }

  .toolbar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .search-field {
    grid-column: 1 / -1;
  }

  .nav nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 4% 24px;
    border-bottom: 1px solid #2b2b2b;
    background: #111;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
  }

  .nav nav.open {
    display: flex;
  }

  .nav nav a {
    padding: 15px;
    text-align: center;
  }

  .cart-nav-button {
    justify-content: center;
    padding: 15px;
  }

  .menu {
    display: block;
  }

  .section-title,
  .promo-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-section .section-title {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 46px;
    letter-spacing: -2.5px;
  }

  .section {
    padding: 70px 0;
  }

  .modal-grid {
    grid-template-columns: 1fr;
  }

  .modal-gallery {
    padding: 15px;
  }

  .modal-main-media {
    max-height: 52dvh;
  }

  .modal-copy {
    padding: 30px 24px;
  }

  .cart-panel {
    padding: 28px 14px 20px;
  }

  .cart-modal {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .cart-form fieldset {
    grid-template-columns: 1fr;
  }

  .address-grid {
    grid-template-columns: 1fr;
  }

  .cart-item {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .cart-item-image {
    width: 54px;
  }

  .cart-item-actions {
    grid-column: 1 / -1;
    justify-content: end;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .brand img {
    height: 52px;
  }

  .hero-slider {
    height: clamp(175px, 44.35vw, 260px);
  }

  .hero-slide img {
    object-position: center;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
  }

  .hero-arrow span {
    width: 9px;
    height: 9px;
  }

  .hero-dots {
    bottom: 12px;
  }

  .hero {
    min-height: auto;
    padding: 70px 0;
  }

  .hero-panel {
    padding: 26px;
  }

  .benefits {
    flex-direction: column;
    gap: 8px;
  }

  .product-grid {
    grid-template-columns: repeat(var(--product-columns), minmax(0, 1fr));
  }

  .products-section .container {
    --product-columns: 2;
  }

  .toolbar {
    grid-template-columns: 1fr;
  }

  .search-field {
    grid-column: auto;
  }

  .product-media {
    aspect-ratio: 4 / 5;
  }

  .product-name {
    font-size: 20px;
  }

  .floating-whatsapp {
    right: 15px;
    bottom: 15px;
  }
}

@media (max-width: 380px) {
  .products-section .container {
    --product-columns: 1;
  }
}

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