:root {
  --bg: #f3f4f6;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --border: #e5e7eb;
  --dark: #101318;
  --dark-2: #171b22;
  --muted: #667085;
  --text: #101828;
  --gold: #f7b825;
  --gold-2: #dc9e18;
  --green: #00a85a;
  --green-2: #047a43;
  --danger: #e5484d;
  --blue: #2563eb;
  --shadow-sm: 0 8px 18px rgba(15, 23, 42, .08);
  --shadow-md: 0 18px 48px rgba(15, 23, 42, .20);
  --radius-sm: 8px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

:focus-visible {
  outline: 3px solid rgba(247, 184, 37, .42);
  outline-offset: 2px;
}

.app-shell {
  min-height: 100vh;
  padding-bottom: 88px;
}

.top-strip {
  color: #111827;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: linear-gradient(90deg, #f7b825, #ffd964);
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  font-size: 11px;
  font-weight: 900;
  padding: 7px 12px;
}

@keyframes strip-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 40;
  color: #ffffff;
  background: rgba(16, 19, 24, .97);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #2a303a;
}

.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1320px;
  min-height: 62px;
  margin: 0 auto;
  padding: 0 14px;
}

.brand {
  max-width: min(58vw, 520px);
  color: var(--gold);
  border: 0;
  background: none;
  letter-spacing: .01em;
  font-size: clamp(18px, 2.4vw, 29px);
  font-style: italic;
  font-weight: 950;
  line-height: .96;
  text-align: left;
  overflow-wrap: anywhere;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  padding: 0 14px;
  background: #171b22;
  border-top: 1px solid #282e38;
  color: #f8fafc;
  font-size: 12px;
}

.location-bar p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-bar span {
  flex: 0 0 auto;
  color: #ffd669;
  font-size: 12px;
  font-weight: 800;
}

.icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: #1d222b;
  border: 1px solid #2f3744;
  border-radius: 12px;
  transition: transform .14s ease, background .18s ease;
}

.icon-btn:hover {
  background: #252c37;
}

.icon-btn:active {
  transform: scale(.96);
}

.cart-counter {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #ffffff;
  background: var(--danger);
  border: 2px solid #101318;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
}

.content-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

.content-top-gap {
  position: relative;
  z-index: 4;
  margin-top: 8px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 315px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 8%, rgba(104, 54, 16, .20), rgba(0, 0, 0, 0) 38%),
    linear-gradient(90deg, #20110b 0%, #2a1605 24%, #15100c 54%, #08090c 100%);
  border-bottom: 1px solid #151515;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .32) 76%, rgba(0, 0, 0, .76)),
    linear-gradient(rgba(0, 0, 0, .04), rgba(0, 0, 0, .60));
}

.hero::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -78px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(247, 184, 37, .56), rgba(247, 184, 37, .20) 32%, rgba(247, 184, 37, 0) 70%);
  border-radius: 50%;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  padding: 24px 12px 26px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #a7f3d0;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .45);
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .24);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  letter-spacing: 0;
  font-size: clamp(31px, 7vw, 50px);
  line-height: 1.08;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .68);
}

.hero p {
  max-width: 580px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  line-height: 1.5;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .58);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #fef3c7;
  background: rgba(0, 0, 0, .34);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.promo-strip {
  overflow: hidden;
  color: #111827;
  background: linear-gradient(90deg, #f7b825, #ffd964);
  border-bottom: 1px solid rgba(0, 0, 0, .10);
}

.promo-strip__track {
  display: flex;
  width: max-content;
  animation: strip-scroll 28s linear infinite;
}

.promo-strip span {
  padding: 7px 24px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 900;
}

.promo-strip span::after {
  content: "•";
  margin-left: 24px;
  opacity: .55;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(520px, 100%);
  min-height: 54px;
  margin-top: 20px;
  padding: 0 16px;
  color: #98a2b3;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .26);
}

.search-wrap input {
  width: 100%;
  color: var(--text);
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: 600;
}

.categories-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0 10px;
  scrollbar-width: none;
}

.categories-scroll::-webkit-scrollbar {
  display: none;
}

.category-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 78px;
  max-width: 78px;
  min-height: 88px;
  padding: 8px 6px;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: transform .16s ease, border-color .18s ease;
}

.category-pill:hover {
  border-color: #f0c25a;
  transform: translateY(-2px);
}

.category-pill__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fff7df;
  font-size: 21px;
}

.category-pill small {
  color: #344054;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
}

.free-delivery-banner {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  margin: 0 0 4px;
  padding: 10px 14px;
  color: #065f46;
  background: linear-gradient(135deg, #ecfff4, #d4f8e5);
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 650;
}

.free-delivery-banner strong {
  color: #047857;
}

.reviews-section {
  display: grid;
  gap: 14px;
  margin: 26px 0 8px;
  scroll-margin-top: 96px;
}

.reviews-page {
  padding-top: 16px;
}

.reviews-section--page {
  margin-top: 12px;
}

.reviews-section--page .reviews-score-card {
  width: min(860px, 100%);
}

.reviews-heading {
  display: grid;
  gap: 5px;
  text-align: center;
}

.reviews-eyebrow {
  color: #667085;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 900;
}

.reviews-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.1;
}

.reviews-score-card {
  display: grid;
  place-items: center;
  gap: 6px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 25px 18px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dfe4ec;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.reviews-score-card strong {
  color: #1d2939;
  font-size: 46px;
  line-height: .95;
  font-weight: 950;
}

.reviews-stars,
.review-card__stars {
  color: #f7b825;
  letter-spacing: .04em;
  line-height: 1;
}

.reviews-stars {
  font-size: 23px;
}

.reviews-score-card p,
.reviews-score-card span {
  margin: 0;
  color: #475467;
  font-size: 13px;
}

.reviews-score-card p b {
  color: #1f2937;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.review-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-card__top > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #111827;
  background: linear-gradient(180deg, #ffd964, #f7b825);
  border-radius: 50%;
  font-weight: 950;
}

.review-card__top strong,
.review-card__top small {
  display: block;
}

.review-card__top strong {
  color: #111827;
  font-size: 14px;
}

.review-card__top small {
  margin-top: 2px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

.review-card p {
  margin: 0;
  color: #344054;
  font-size: 13px;
  line-height: 1.42;
}

.reviews-more {
  justify-self: center;
  min-height: 42px;
  padding: 0 18px;
  color: #111827;
  background: linear-gradient(180deg, #ffd964, #f7b825);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: 13px;
  font-weight: 950;
}

.privacy-page,
.company-page {
  padding-top: 16px;
}

.policy-card {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 12px auto 32px;
  padding: 22px;
  color: #344054;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  font-size: 14px;
  line-height: 1.55;
}

.policy-card p {
  margin: 0;
}

.policy-date {
  color: #667085;
  font-size: 13px;
}

.company-card {
  border-left: 4px solid #16a34a;
}

.section-header,
.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 10px;
}

.section-header h2,
.category-header h1 {
  margin: 0;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.15;
}

.section-accent {
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 8px;
  border-radius: 4px;
  vertical-align: middle;
}

.section-more,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #b86f00;
  border: 1px solid #f7d995;
  background: #fff8e8;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 850;
}

.product-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.product-carousel::-webkit-scrollbar {
  display: none;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.category-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
  gap: 10px;
  align-items: end;
  margin-bottom: 14px;
}

.category-tools .search-wrap {
  width: 100%;
  margin-top: 0;
  box-shadow: var(--shadow-sm);
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  transition: transform .16s ease, box-shadow .2s ease, border-color .2s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, .16);
  border-color: var(--gold-2);
}

.product-carousel .product-card {
  flex: 0 0 138px;
}

.product-image {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 35% 20%, rgba(247, 184, 37, .17), transparent 34%),
    linear-gradient(#ffffff, #f8fafc);
  overflow: hidden;
}

.product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 9px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.06);
}

.image-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
}

.discount-chip {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 7px;
  color: #ffffff;
  background: linear-gradient(#ef4444, #c92a2a);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  z-index: 2;
}

.product-tags {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 2;
}

.tag {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.tag-gelado {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.9), rgba(4, 122, 67, 0.9));
}

.tag-express {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.9), rgba(180, 83, 9, 0.9));
}

.tag-entrega-rápida,
.tag-rápido {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(30, 58, 138, 0.9));
}

.product-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 11px;
  background: var(--surface);
}

.product-content h3 {
  display: -webkit-box;
  min-height: 43px;
  margin: 0 0 8px 0;
  overflow: hidden;
  color: #1f2937;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}

.product-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
}

.price-block {
  display: grid;
  gap: 2px;
}

.price-original {
  color: var(--danger);
  font-size: 10px;
  text-decoration: line-through;
}

.price-sale {
  color: var(--green);
  font-size: 19px;
  line-height: 1;
}

.add-btn {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: linear-gradient(#1ecb7d, #00a85a);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 15px rgba(0, 168, 90, .28);
  font-size: 20px;
  font-weight: 900;
}

.empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 180px;
  padding: 24px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
}

.empty-state strong {
  color: var(--text);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  opacity: 0;
  pointer-events: none;
  background: rgba(15, 23, 42, .62);
  border: 0;
  transition: opacity .2s ease;
}

.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  width: min(430px, 100vw);
  background: #ffffff;
  box-shadow: var(--shadow-md);
  transform: translateX(100%);
  transition: transform .24s ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-header,
.drawer-footer {
  flex: 0 0 auto;
  padding: 12px;
  border-color: #edf1f5;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  border-bottom: 1px solid #edf1f5;
}

.drawer-header h2 {
  margin: 0;
  font-size: 22px;
}

.drawer-body {
  flex: 1;
  overflow: auto;
  padding: 12px;
}

.drawer-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f4f7;
}

.drawer-item img {
  object-fit: contain;
  width: 62px;
  height: 62px;
  background: #f8fafc;
  border-radius: 10px;
}

.drawer-item h3 {
  margin: 0;
  font-size: 13px;
  line-height: 1.25;
}

.drawer-item small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.drawer-item strong {
  color: #d97706;
}

.drawer-item__meta {
  display: grid;
  gap: 6px;
}

.drawer-item__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 7px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 2px;
  border: 1px solid #dfe6ee;
  border-radius: 999px;
}

.qty-control button {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #344054;
  background: #edf2f7;
  border: 0;
  border-radius: 50%;
  font-weight: 900;
}

.qty-control span {
  min-width: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.remove-btn {
  min-height: 32px;
  padding: 0 9px;
  color: #b42318;
  background: #fff5f5;
  border: 1px solid #f3caca;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
}

.drawer-footer {
  display: grid;
  gap: 8px;
  border-top: 1px solid #edf1f5;
}

.totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #344054;
  font-size: 14px;
}

.totals-row.total {
  color: #f59e0b;
  font-size: 25px;
  font-weight: 950;
}

.success {
  color: var(--green);
}

.free-delivery-badge {
  display: inline-block;
  padding: 4px 12px;
  margin-top: 6px;
  color: #ffffff;
  background: linear-gradient(135deg, #00a85a 0%, #047a43 100%);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(0, 168, 90, 0.3);
}

.min-order-box {
  padding: 10px 12px;
  color: #92400e;
  background: #fff7df;
  border: 1px solid #f3d28b;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .12s ease, filter .16s ease;
}

.btn:hover {
  filter: brightness(1.02);
}

.btn:active {
  transform: translateY(1px);
}

.btn:disabled {
  opacity: .55;
}

.btn-gold {
  color: #111827;
  background: linear-gradient(#f9c843, #dea319);
}

.btn-green {
  color: #ffffff;
  background: linear-gradient(#1ecb7d, #07965b);
}

.btn-light {
  color: #344054;
  background: #ffffff;
  border: 1px solid #d0d5dd;
}

.bottom-cart {
  position: fixed;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  z-index: 55;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  color: #111827;
  background: linear-gradient(160deg, #f8c33e, #e4a61c);
  border: 0;
  border-radius: 12px;
  box-shadow: var(--shadow-md);
  font-weight: 900;
}

.bottom-cart small {
  display: block;
  color: #4b5563;
  font-size: 10px;
  font-weight: 700;
}

.bottom-cart strong {
  margin-left: auto;
  font-size: 18px;
}

.cart-feedback-overlay {
  position: fixed;
  inset: 0;
  z-index: 95;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 14px;
  background: rgba(15, 23, 42, .42);
  backdrop-filter: blur(3px);
}

.cart-feedback-popup {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 12px;
  width: min(400px, 100%);
  padding: 16px 16px 18px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .26);
  animation: feedback-pop .24s cubic-bezier(.16, 1, .3, 1);
}

@keyframes feedback-pop {
  from {
    opacity: 0;
    transform: translateY(28px) scale(.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cart-feedback-check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0 auto 2px;
  color: var(--green);
  border: 2px solid var(--green);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.cart-feedback-popup h2 {
  margin: 0;
  text-align: center;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.15;
}

.cart-feedback-product {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #dfe6ee;
  border-radius: 12px;
}

.cart-feedback-img {
  position: relative;
  flex: 0 0 auto;
  overflow: hidden;
  width: 52px;
  height: 52px;
  background: #ffffff;
  border: 1px solid #eef2f6;
  border-radius: 9px;
}

.cart-feedback-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
}

.cart-feedback-img .image-fallback {
  font-size: 10px;
}

.cart-feedback-info {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.cart-feedback-info strong {
  display: -webkit-box;
  overflow: hidden;
  color: #101828;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  line-height: 1.25;
}

.cart-feedback-info span {
  color: var(--green);
  font-size: 17px;
  font-weight: 950;
}

.cart-feedback-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cart-feedback-actions .btn {
  min-height: 48px;
  padding: 0 12px;
  white-space: normal;
  text-align: center;
  font-size: 13px;
  line-height: 1.15;
}

.cart-feedback-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #e5e7eb;
}

.cart-feedback-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #16c977);
  transform-origin: left center;
  animation: feedback-progress 4.8s linear forwards;
}

@keyframes feedback-progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}

.checkout-page {
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 92px;
  background: #f8fafc;
}

.checkout-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  min-height: 58px;
  padding: 0 12px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid #e7ebf1;
  backdrop-filter: blur(10px);
}

.checkout-back {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #d28b11;
  background: transparent;
  border: 0;
  border-radius: 10px;
  font-size: 22px;
}

.checkout-title {
  justify-self: center;
  font-size: 15px;
  font-weight: 900;
}

.checkout-total {
  color: #f59e0b;
  font-weight: 950;
}

.checkout-content {
  display: grid;
  gap: 10px;
  padding: 12px 10px;
}

.checkout-banner {
  padding: 10px 12px;
  color: #111827;
  background: linear-gradient(135deg, #ffd247, #f6b82a);
  border: 1px solid #f4d28f;
  border-radius: 12px;
}

.checkout-banner span {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 11px;
  font-weight: 950;
}

.checkout-banner p {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 650;
}

.checkout-card {
  display: grid;
  gap: 11px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #e9edf3;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}

.checkout-card h2,
.checkout-card h3 {
  margin: 0;
  font-size: 18px;
}

.form-field {
  display: grid;
  gap: 6px;
  color: #344054;
  font-size: 12px;
  font-weight: 850;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  color: #101828;
  background: #fbfcfe;
  border: 1px solid #dfe5ee;
  border-radius: 10px;
  outline: 0;
  font-size: 16px;
}

.form-field textarea {
  min-height: 70px;
  padding-top: 10px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: #f4b738;
  box-shadow: 0 0 0 3px rgba(244, 183, 56, .18);
}

.input-error {
  border-color: var(--danger) !important;
  box-shadow: 0 0 0 3px rgba(229, 72, 77, .14) !important;
}

.field-error {
  color: #b42318;
  font-size: 11px;
  font-weight: 850;
}

.split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.inline-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475467;
  font-size: 13px;
  font-weight: 750;
}

.inline-check input {
  width: 16px;
  height: 16px;
}

.stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.step {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 850;
}

.step span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #98a2b3;
  background: #e5e7eb;
  border-radius: 50%;
  font-size: 11px;
}

.step.active {
  color: #101828;
}

.step.done {
  color: var(--green-2);
}

.step.active span {
  color: #111827;
  background: var(--gold);
}

.step.done span {
  color: #ffffff;
  background: var(--green);
}

.checkout-sticky {
  position: fixed;
  right: max(50vw - 360px, 0px);
  bottom: 0;
  left: max(50vw - 360px, 0px);
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 78px;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  background: #ffffff;
  border-top: 1px solid #e8edf3;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .08);
}

.checkout-sticky small {
  display: block;
  color: #7c8797;
  font-size: 11px;
}

.checkout-sticky strong {
  color: #f59e0b;
  font-size: 20px;
  line-height: 1;
}

.checkout-sticky .btn {
  width: 100%;
}

.checkout-sticky__total {
  min-width: 112px;
}

.checkout-sticky__button {
  flex: 1;
}

.order-list {
  display: grid;
  gap: 8px;
}

.order-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 9px;
}

.order-row img {
  object-fit: contain;
  width: 48px;
  height: 48px;
  background: #f8fafc;
  border: 1px solid #eef2f6;
  border-radius: 8px;
}

.order-row p {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.order-row small {
  color: var(--muted);
}

.totals-box {
  display: grid;
  gap: 7px;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.save-box,
.notice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  color: #047857;
  background: #ecfff4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  font-weight: 900;
}

.payment-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.payment-methods {
  display: grid;
  gap: 8px;
}

.payment-option {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) minmax(104px, auto);
  align-items: center;
  gap: 10px;
  min-height: 60px;
  width: 100%;
  padding: 10px 12px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e5eaf1;
  border-radius: 12px;
  transition: border-color .16s ease, background .16s ease, transform .12s ease;
}

.payment-option.active {
  cursor: pointer;
  border-color: rgba(0, 168, 90, .42);
  background: #f0fff7;
}

.payment-option.active:hover {
  border-color: var(--green);
  transform: translateY(-1px);
}

.payment-option.disabled {
  color: #7c8797;
  background: #ffffff;
  opacity: .72;
}

.payment-option__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #475467;
  background: #f3f6fa;
  border: 1px solid #dfe5ee;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 950;
}

.payment-option__icon--pix {
  position: relative;
  color: #047857;
  background: #dcfce7;
  border-color: #a7f3d0;
}

.payment-option__icon--pix::before,
.payment-option__icon--pix::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 2px solid #10b981;
  border-radius: 4px;
  transform: rotate(45deg);
}

.payment-option__icon--pix::before {
  left: 5px;
  top: 7px;
}

.payment-option__icon--pix::after {
  right: 5px;
  top: 7px;
}

.payment-option__icon--cards {
  position: relative;
}

.payment-option__icon--cards::before,
.payment-option__icon--cards::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 11px;
  border: 2px solid #7c8797;
  border-radius: 3px;
  background: #f8fafc;
}

.payment-option__icon--cards::before {
  left: 5px;
  top: 7px;
}

.payment-option__icon--cards::after {
  left: 8px;
  top: 10px;
  background: #ffffff;
}

.payment-option__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.payment-option__text strong {
  color: #111827;
  font-size: 14px;
  line-height: 1.18;
}

.payment-option__text small {
  color: #667085;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.25;
}

.payment-option__status {
  justify-self: end;
  max-width: 142px;
  color: #8b95a5;
  text-align: right;
  overflow-wrap: anywhere;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.22;
}

.payment-option.active .payment-option__status {
  color: #047857;
}

.payment-card .btn {
  width: 100%;
}

.payment-confirmed {
  align-items: center;
  text-align: center;
}

.payment-confirmed__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: #ffffff;
  background: var(--green);
  border-radius: 50%;
  font-size: 34px;
  font-weight: 900;
}

.pix-screen {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 8px 0 24px;
  text-align: center;
}

.pix-screen h2 {
  margin: 0;
  font-size: 22px;
}

.pix-screen p {
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pix-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  color: #92400e;
  background: #fef3c7;
  border-radius: 999px;
  font-size: 13px;
}

.pix-qr {
  display: grid;
  place-items: center;
  width: min(220px, 70vw);
  height: min(220px, 70vw);
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.pix-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pix-code-box {
  width: 100%;
  padding: 14px;
  text-align: left;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.pix-code-box label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 12px;
  font-weight: 900;
}

.pix-code-row {
  display: flex;
  gap: 8px;
}

.pix-code-row input {
  min-width: 0;
  flex: 1;
  padding: 10px 12px;
  color: var(--text);
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-box {
  justify-content: center;
  color: #92400e;
  background: #fef3c7;
  border-color: #f7d995;
  text-align: center;
  font-size: 13px;
}

.driver-card {
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.driver-card--available {
  gap: 0;
  border-radius: 8px;
}

.driver-card--available > p[style],
.driver-card--available .driver-pin,
.driver-card--available .driver-name + .driver-rating + p[style] {
  display: none;
}

.driver-card__intro {
  display: grid;
  gap: 6px;
  padding: 22px 18px 18px;
}

.driver-card__intro h2 {
  color: #1f2937;
  font-size: 22px;
  line-height: 1.1;
}

.driver-card__intro p {
  max-width: 420px;
  margin: 0 auto;
  color: #344054;
  font-size: 15px;
  line-height: 1.35;
}

.driver-map {
  position: relative;
  overflow: hidden;
  height: 252px;
  border: 0;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 0;
  background:
    linear-gradient(28deg, transparent 0 45%, rgba(248, 181, 55, .42) 45% 49%, transparent 49% 100%),
    linear-gradient(95deg, transparent 0 27%, rgba(255, 255, 255, .85) 27% 31%, transparent 31% 100%),
    linear-gradient(4deg, transparent 0 58%, rgba(255, 255, 255, .9) 58% 62%, transparent 62% 100%),
    linear-gradient(82deg, transparent 0 70%, rgba(255, 255, 255, .86) 70% 74%, transparent 74% 100%),
    linear-gradient(0deg, rgba(203, 213, 225, .52) 1px, transparent 1px),
    linear-gradient(90deg, rgba(203, 213, 225, .52) 1px, transparent 1px),
    #edf2f7;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 92px 72px, 92px 72px, auto;
}

.osm-static-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #dfe8ef;
}

.osm-static-map__canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 768px;
  height: 360px;
  transform: translate(-50%, -50%);
}

.osm-static-map__tile {
  position: absolute;
  width: 256px;
  height: 256px;
  max-width: none;
  object-fit: cover;
  user-select: none;
}

.driver-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.driver-map--unavailable {
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 193, 53, .2), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #e5e7eb 100%);
}

.driver-map-unavailable {
  display: grid;
  gap: 8px;
  width: min(420px, 100%);
  padding: 18px 20px;
  color: #1f2937;
  background: rgba(255, 255, 255, .94);
  border: 1px solid #d8dee8;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .12);
  text-align: center;
}

.driver-map-unavailable strong {
  font-size: 16px;
  line-height: 1.25;
}

.driver-map-unavailable span {
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
}

.driver-address-bubble {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 56%;
  display: grid;
  gap: 2px;
  min-width: 126px;
  padding: 13px 28px 13px 16px;
  color: #222831;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .18);
  font-size: 13px;
  line-height: 1.15;
  text-align: left;
  transform: translateX(-50%);
  pointer-events: none;
}

.driver-address-bubble strong,
.driver-address-bubble span {
  display: block;
}

.driver-address-bubble i {
  position: absolute;
  top: 7px;
  right: 8px;
  color: #667085;
  font-style: normal;
  font-size: 12px;
}

.driver-map-pin {
  position: absolute;
  z-index: 2;
  top: 142px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  background: #f59e0b;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .25);
  transform: translate(-50%, -50%);
  font-size: 15px;
  pointer-events: none;
}

.driver-profile {
  position: relative;
  z-index: 2;
  width: 112px;
  margin: -56px auto 8px;
}

.driver-avatar {
  position: relative;
  overflow: hidden;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .22);
  font-size: 30px;
  font-weight: 950;
}

.driver-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.driver-avatar span {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, .34), transparent 22%),
    linear-gradient(145deg, rgba(17, 24, 39, .2), transparent 55%);
}

.driver-check {
  position: absolute;
  right: 2px;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #32d477;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 950;
}

.driver-name {
  margin: 18px 16px 4px;
  color: #202a44;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .02em;
}

.driver-rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #202a44;
  font-size: 13px;
  font-weight: 850;
}

.driver-rating span {
  color: #fbbf24;
}

.driver-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 22px;
  padding: 15px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.driver-meta small {
  display: block;
  color: #667085;
  font-size: 11px;
}

.driver-meta strong {
  display: block;
  margin-top: 3px;
  color: #172033;
  font-size: 15px;
  font-weight: 950;
}

.driver-verification {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(390px, calc(100% - 44px));
  margin: 0 auto 16px;
  text-align: left;
}

.driver-verification p {
  display: grid;
  gap: 3px;
  margin: 0;
  color: #172033;
  font-size: 12px;
  font-weight: 850;
}

.driver-verification span {
  color: #667085;
  font-weight: 650;
}

.driver-delivery-address {
  display: grid;
  gap: 4px;
  margin: 0 22px 14px;
  padding: 13px 14px;
  color: #172033;
  background: #f4f7fb;
  border-radius: 8px;
  text-align: left;
}

.driver-delivery-address strong {
  font-size: 13px;
}

.driver-delivery-address span {
  color: #344054;
  font-size: 14px;
  line-height: 1.35;
}

.driver-map-note {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  margin: 0 22px 14px;
  color: #667085;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

.driver-map-note span {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #f59e0b;
  border: 1px solid #f59e0b;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 950;
}

.driver-continue {
  width: calc(100% - 44px);
  margin: 0 22px 22px;
  min-height: 56px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(#f6a609, #ec9500);
  box-shadow: 0 9px 20px rgba(236, 149, 0, .24);
}

.plate {
  display: inline-grid;
  min-width: 120px;
  overflow: hidden;
  color: #111827;
  background: #ffffff;
  border: 1px solid #c8d1df;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, .1);
  font-family: "Courier New", monospace;
  text-align: center;
}

.plate small {
  color: #ffffff;
  background: #1d4ed8;
  font-size: 9px;
  font-weight: 900;
}

.plate strong {
  padding: 5px 8px;
  letter-spacing: 2px;
  font-size: 17px;
}

.checkout-footer {
  max-width: 720px;
  margin: 0 auto;
  padding: 34px 12px 28px;
  color: #63708a;
  background: #f8fafc;
}

.checkout-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.checkout-footer__contact {
  display: grid;
  gap: 2px;
}

.checkout-footer__contact strong {
  color: #172033;
  font-size: 13px;
  font-weight: 950;
}

.checkout-footer__contact span,
.checkout-footer__contact a {
  color: #53627d;
  font-size: 13px;
  line-height: 1.3;
}

.checkout-footer__secure {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #53627d;
}

.checkout-footer__secure strong,
.checkout-footer__secure small {
  display: block;
  letter-spacing: .04em;
  font-size: 11px;
  line-height: 1.15;
}

.checkout-footer__secure strong {
  font-weight: 950;
}

.checkout-footer__lock {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  color: #6b7c99;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkout-footer__divider {
  height: 1px;
  margin: 24px 0 18px;
  background: #dfe5ee;
}

.checkout-footer__copy,
.checkout-footer__legal {
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
}

.checkout-footer__copy {
  color: #53627d;
}

.checkout-footer__legal {
  max-width: 650px;
  margin: 16px auto 0;
  color: #7b88a0;
}

.checkout-footer__warning {
  display: inline-grid;
  place-items: center;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  color: #ffffff;
  background: #ef4444;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 950;
  line-height: 1;
  vertical-align: 1px;
}

.site-footer {
  margin-top: 36px;
  color: #ffffff;
  background: #f59e0b;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 86px;
  padding: 18px 28px;
}

.site-footer__brand {
  display: grid;
  gap: 3px;
}

.site-footer__brand strong {
  font-size: 15px;
  font-weight: 950;
}

.site-footer__brand span,
.site-footer__nav,
.site-footer__legal {
  font-size: 13px;
}

.site-footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.site-footer__nav button,
.site-footer__nav a {
  padding: 4px 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-weight: 500;
}

.site-footer__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer__social span {
  display: grid;
  place-items: center;
  min-width: 20px;
  min-height: 20px;
  font-size: 19px;
  font-weight: 950;
  line-height: 1;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 44px;
  padding: 12px 18px;
  color: #d7dde6;
  background: #171717;
  text-align: center;
}

.site-footer__warning {
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  color: #ffffff;
  background: #ef4444;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
}

.toast {
  position: fixed;
  right: 14px;
  bottom: 84px;
  z-index: 120;
  max-width: min(360px, calc(100vw - 28px));
  padding: 12px 14px;
  color: #ffffff;
  background: rgba(16, 24, 40, .94);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  font-size: 13px;
  font-weight: 800;
}

.age-gate-lock {
  overflow: hidden;
}

.age-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(16, 19, 24, .92), rgba(16, 19, 24, .78)),
    rgba(15, 23, 42, .72);
  backdrop-filter: blur(6px);
}

.age-gate-card {
  display: grid;
  gap: 14px;
  width: min(460px, 100%);
  padding: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(247, 184, 37, .55);
  border-radius: 12px;
  box-shadow: var(--shadow-md);
}

.age-gate-badge {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  color: #111827;
  background: linear-gradient(#ffd95e, #f0aa1d);
  border: 4px solid #fff4c4;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 950;
}

.age-gate-card h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 950;
}

.age-gate-card p {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.45;
}

.age-gate-denied {
  color: #8a4b00;
  background: #fff3cd;
  border-color: #ffd66f;
}

.location-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow-y: auto;
  background: #f3f4f6;
}

.location-gate-shell {
  min-height: 100vh;
  color: #0f172a;
  background: #f3f4f6;
}

.location-gate-strip {
  min-height: 24px;
  padding: 6px 12px;
  color: #0f1115;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(180deg, #ffd451, #f7b825);
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  font-size: 10px;
  font-weight: 950;
}

.location-gate-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 max(16px, calc((100vw - 1290px) / 2));
  color: #ffffff;
  background: linear-gradient(180deg, #11141a, #151920);
  border-bottom: 1px solid #2a303a;
}

.location-gate-brand {
  max-width: min(64vw, 520px);
  color: var(--gold);
  letter-spacing: .01em;
  font-size: clamp(18px, 2.4vw, 29px);
  font-style: italic;
  font-weight: 950;
  line-height: .96;
  overflow-wrap: anywhere;
}

.location-gate-online {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-width: 72px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.location-gate-online span {
  width: 9px;
  height: 9px;
  background: #19c66a;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(25, 198, 106, .16);
}

.location-gate-main {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: calc(100vh - 82px);
  padding: 16px 16px 44px;
}

.location-gate-close {
  position: absolute;
  top: 16px;
  right: max(16px, calc((100vw - 468px) / 2));
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: rgba(15, 23, 42, .56);
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
}

.location-gate-hero {
  position: relative;
  overflow: hidden;
  width: min(468px, 100%);
  min-height: 258px;
  padding: 23px 25px 48px;
  color: #ffffff;
  background: #270f05;
  border-radius: 22px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, .12);
}

.location-gate-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.location-gate-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -112px;
  width: 260px;
  height: 260px;
  background: #704b12;
  border-radius: 50%;
  pointer-events: none;
}

.location-gate-metrics,
.location-gate-hero h2,
.location-gate-hero p {
  position: relative;
  z-index: 2;
}

.location-gate-metrics {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

.location-gate-metrics strong {
  color: #ffd24a;
  font-weight: 950;
}

.location-gate-seal {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #42300f;
  border: 8px solid #1f180e;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(255, 210, 74, .15);
}

.location-gate-seal::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #f7b825;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(247, 184, 37, .16);
}

.location-gate-driver {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 8px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  font-weight: 750;
}

.location-gate-driver i {
  width: 8px;
  height: 8px;
  background: #19c66a;
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(25, 198, 106, .16);
}

.location-gate-hero h2 {
  max-width: 410px;
  margin: 0;
  letter-spacing: 0;
  font-size: 31px;
  font-weight: 950;
  line-height: 1.1;
}

.location-gate-hero h2 span {
  color: var(--gold);
}

.location-gate-hero p {
  max-width: 372px;
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 1.45;
}

.location-gate-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(452px, calc(100vw - 32px));
  margin-top: -54px;
  padding: 22px 20px 20px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, .18);
}

.location-gate-label {
  margin: 0;
  color: #344054;
  font-size: 13px;
  font-weight: 650;
}

.location-gate-input {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 18px;
  color: #667085;
  background: #f3f4f6;
  border: 2px solid #e1e5eb;
  border-radius: 12px;
}

.location-gate-input:focus-within {
  border-color: #f2bd34;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(247, 184, 37, .16);
}

.location-gate-pin {
  position: relative;
  flex: 0 0 24px;
  display: block;
  width: 24px;
  height: 24px;
}

.location-gate-pin::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid #667085;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.location-gate-pin::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #667085;
  border-radius: 50%;
}

.location-gate-input input {
  width: 100%;
  min-width: 0;
  color: #111827;
  text-align: center;
  letter-spacing: .08em;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 18px;
  font-weight: 900;
}

.location-gate-input input::placeholder {
  color: #777b84;
}

.location-gate-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  color: #ffffff;
  background: linear-gradient(180deg, #19ce7c, #0bb766);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(18, 196, 112, .26);
  font-size: 16px;
  font-weight: 950;
}

.location-gate-submit:disabled {
  opacity: .58;
  box-shadow: none;
}

.location-gate-submit span {
  font-size: 22px;
  line-height: 1;
}

.location-gate-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  color: #111827;
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
  font-size: 14px;
  font-weight: 900;
}

.location-gate-secondary:disabled {
  opacity: .58;
  box-shadow: none;
}

.location-gate-message {
  padding: 11px 13px;
  text-align: left;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.location-gate-message--success {
  color: #065f46;
  background: #dcfce7;
  border: 1px solid #86efac;
}

.location-gate-message--error {
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.location-gate-map {
  position: relative;
  min-height: 150px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #e4eaf2;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

.location-gate-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-gate-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .04)),
    radial-gradient(circle at 50% 63%, rgba(255, 166, 0, .2), transparent 19%);
}

.location-gate-map-bubble {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 2;
  min-width: 142px;
  padding: 10px 13px;
  color: #1d2433;
  text-align: center;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(218, 224, 232, .9);
  border-radius: 12px;
  box-shadow: 0 13px 28px rgba(15, 23, 42, .15);
  transform: translateX(-50%);
}

.location-gate-map-bubble strong,
.location-gate-map-bubble span {
  display: block;
}

.location-gate-map-bubble strong {
  font-size: 13px;
  font-weight: 950;
}

.location-gate-map-bubble span {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
}

.location-gate-map-pin {
  position: absolute;
  top: 86px;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background: #ff9900;
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .22);
  transform: translate(-50%, -50%);
}

.location-gate-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.location-gate-benefits span {
  display: grid;
  place-items: center;
  min-height: 79px;
  padding: 10px 6px;
  color: #0f172a;
  background: #f4f5f7;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.16;
}

.location-gate-benefit-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.location-gate-benefit-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-gate-benefit-icon--green {
  color: #00a85a;
}

.location-gate-benefit-icon--gold {
  color: #f5b400;
}

.location-gate-benefit-icon--dark {
  color: #0f172a;
}

.location-gate-trust {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: min(452px, calc(100vw - 32px));
  margin-top: 16px;
  color: #5b6574;
  font-size: 11px;
  font-weight: 700;
}

.location-gate-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.location-gate-trust svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: #00a85a;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.location-gate-copy {
  margin: 58px 0 0;
  color: #6b7280;
  text-align: center;
  font-size: 11px;
}

.modal-actions {
  display: flex;
  gap: 8px;
}

.modal-actions .btn {
  flex: 1;
}

@media (min-width: 768px) {
  .main-header__inner,
  .location-bar,
  .hero__inner,
  .content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 370px;
  }

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

  .product-carousel {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: visible;
  }

  .product-carousel .product-card {
    flex: initial;
  }

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

  .cart-feedback-overlay {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .app-shell {
    padding-bottom: 32px;
  }

  .bottom-cart {
    display: none;
  }

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

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

@media (max-width: 540px) {
  .brand {
    max-width: calc(100vw - 118px);
    font-size: 18px;
  }

  .hero {
    min-height: 335px;
    background:
      radial-gradient(circle at 20% 8%, rgba(104, 54, 16, .20), rgba(0, 0, 0, 0) 38%),
      linear-gradient(90deg, #20110b 0%, #2a1605 24%, #15100c 54%, #08090c 100%);
  }

  .hero h1 {
    font-size: 34px;
  }

  .split-2 {
    grid-template-columns: 1fr;
  }

  .checkout-content {
    padding: 10px 8px;
  }

  .checkout-card {
    padding: 11px 10px;
  }

  .stepper {
    gap: 4px;
    padding: 10px 8px;
  }

  .step {
    font-size: 10px;
  }

  .step span {
    width: 22px;
    height: 22px;
  }

  .checkout-footer {
    padding: 28px 16px 24px;
  }

  .checkout-footer__top {
    align-items: flex-start;
  }

  .checkout-footer__contact span,
  .checkout-footer__contact a {
    font-size: 12px;
  }

  .checkout-footer__legal {
    font-size: 11px;
  }

  .site-footer {
    margin-top: 28px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    padding: 18px 16px;
    text-align: center;
  }

  .site-footer__nav {
    gap: 18px;
  }

  .site-footer__social {
    justify-content: center;
  }

  .site-footer__legal {
    align-items: flex-start;
    padding: 12px 16px;
    font-size: 11px;
    line-height: 1.35;
  }

  .pix-code-row,
  .modal-actions,
  .category-tools {
    grid-template-columns: 1fr;
  }

  .payment-option {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .payment-option__status {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
    text-align: left;
  }

  .pix-code-row,
  .modal-actions,
  .cart-feedback-actions {
    flex-direction: column;
  }

  .cart-feedback-actions {
    grid-template-columns: 1fr;
  }

  .location-gate-header {
    padding: 0 16px;
  }

  .location-gate-strip {
    font-size: 9px;
    letter-spacing: .035em;
  }

  .location-gate-brand {
    font-size: 25px;
  }

  .location-gate-main {
    padding: 14px 12px 34px;
  }

  .location-gate-close {
    right: 12px;
  }

  .location-gate-hero {
    min-height: 244px;
    padding: 22px 20px 54px;
    border-radius: 20px;
  }

  .location-gate-metrics {
    flex-wrap: wrap;
    gap: 7px;
    font-size: 11px;
  }

  .location-gate-driver {
    padding-left: 0;
    border-left: 0;
  }

  .location-gate-hero h2 {
    font-size: 28px;
  }

  .location-gate-card {
    gap: 12px;
    width: min(452px, calc(100vw - 24px));
    margin-top: -50px;
    padding: 19px 14px 16px;
    border-radius: 17px;
  }

  .location-gate-input {
    min-height: 58px;
    padding: 0 14px;
  }

  .location-gate-input input {
    font-size: 17px;
  }

  .location-gate-submit {
    min-height: 53px;
    font-size: 15px;
  }

  .location-gate-benefits {
    gap: 7px;
  }

  .location-gate-benefits span {
    min-height: 76px;
    font-size: 11px;
  }

  .location-gate-trust {
    width: min(452px, calc(100vw - 24px));
    gap: 8px;
    font-size: 10px;
  }

  .location-gate-copy {
    margin-top: 42px;
  }
}
