/* Public broker storefront — mobile-first, expands on desktop */

.storefront {
  --store-green: #0a9b5c;
  --store-green-deep: #08764d;
  --store-ink: #111827;
  --store-muted: #6b7280;
  --store-line: #e5e7eb;
  --store-bg: #ffffff;
  --store-soft: #f3f4f6;
  --store-content: 72rem;
  min-height: 100dvh;
  background: var(--store-bg);
  color: var(--store-ink);
}

.store-phone {
  position: relative;
  width: 100%;
  min-height: 100dvh;
  background: var(--store-bg);
}

.store-body {
  width: 100%;
  padding-bottom: calc(4.9rem + env(safe-area-inset-bottom, 0px));
}

.store-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid var(--store-line);
}

.storefront-hero-mode {
  background: var(--store-bg);
}

.storefront-hero-mode .store-topbar-over-hero {
  position: absolute;
  inset-inline: 0;
  top: 0;
  background: transparent;
  border-bottom: 0;
}

.store-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
  max-width: var(--store-content);
  margin-inline: auto;
  padding: 0.7rem 1rem;
}

.store-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.store-brand-logo {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  overflow: hidden;
  border-radius: 0.7rem;
  background: #fff;
  color: var(--store-green-deep);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.12);
}

.store-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-brand-copy {
  min-width: 0;
  display: grid;
}

.store-brand-copy strong {
  font-family: var(--font-manrope), sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.store-brand-copy small {
  color: var(--store-muted);
  font-size: 0.62rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.storefront-hero-mode .store-topbar-over-hero .store-brand-copy strong,
.storefront-hero-mode .store-topbar-over-hero .store-icon-btn {
  color: #fff;
}

.storefront-hero-mode .store-topbar-over-hero .store-brand-copy small {
  color: rgb(255 255 255 / 0.78);
}

.store-topbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.05rem;
  flex-shrink: 0;
}

.store-icon-btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  color: var(--store-ink);
  text-decoration: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.store-badge {
  position: absolute;
  top: 0.05rem;
  right: 0;
  min-width: 1rem;
  height: 1rem;
  padding-inline: 0.22rem;
  border-radius: 999px;
  background: var(--store-green);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1rem;
  text-align: center;
  box-shadow: 0 0 0 2px #0b1d28;
}

.storefront:not(.storefront-hero-mode) .store-badge,
.store-bottom-nav .store-badge {
  box-shadow: 0 0 0 2px #fff;
}

.store-badge-sm {
  top: -0.25rem;
  right: -0.4rem;
}

.store-main {
  width: 100%;
  background: #fff;
}

.store-hero {
  position: relative;
  min-height: 20.5rem;
  overflow: hidden;
  background-color: #0b1d28;
  background-size: cover;
  background-position: center 35%;
  color: #fff;
}

.store-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(8 18 28 / 0.55) 0%, rgb(8 18 28 / 0.28) 42%, rgb(8 18 28 / 0.72) 100%),
    linear-gradient(90deg, rgb(8 18 28 / 0.55) 0%, transparent 55%);
}

.store-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  min-height: 20.5rem;
  padding: 4.6rem 1rem 1.35rem;
}

.store-hero-copy {
  max-width: 16rem;
}

.store-hero-copy h1 {
  margin: 0;
  font-family: var(--font-manrope), sans-serif;
  font-size: 2.05rem;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
  font-style: normal;
}

.store-hero-copy h1 em {
  display: block;
  font-style: normal;
  color: #2fe39a;
}

.store-hero-copy p {
  margin: 0.7rem 0 0;
  color: rgb(255 255 255 / 0.82);
  font-size: 0.78rem;
  line-height: 1.45;
  max-width: 18rem;
}

.store-hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.45rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.store-btn-sm {
  min-height: 2.15rem;
  padding-inline: 0.85rem;
  font-size: 0.74rem;
}

.store-btn-primary {
  background: var(--store-green);
  color: #fff;
}

.store-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgb(255 255 255 / 0.65);
}

.store-btn-light {
  background: #fff;
  color: var(--store-ink);
  box-shadow: 0 6px 16px rgb(16 42 67 / 0.08);
}

.store-notice {
  margin: 0.65rem 0.9rem 0;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.8rem;
}

.store-services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.25rem;
  padding: 0.85rem 0.55rem 0.75rem;
  border-bottom: 1px solid var(--store-line);
  background: #fff;
}

.store-service {
  display: grid;
  justify-items: center;
  gap: 0.28rem;
  text-align: center;
  min-width: 0;
}

.store-service-icon {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  color: var(--store-green-deep);
}

.store-service strong {
  display: block;
  font-size: 0.58rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.store-service small {
  display: block;
  color: var(--store-muted);
  font-size: 0.52rem;
  line-height: 1.15;
}

.store-section {
  padding: 0.95rem 0.9rem 0.15rem;
}

.store-section-tight {
  padding-top: 0.85rem;
}

.store-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.store-section-head h2 {
  margin: 0;
  font-family: var(--font-manrope), sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
}

.store-section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  color: var(--store-green-deep);
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
}

.store-categories-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  pointer-events: none;
  user-select: none;
}

.store-categories-track {
  display: flex;
  width: max-content;
  gap: 0.65rem;
  padding: 0.1rem 0.15rem 0.35rem;
  animation: store-categories-marquee 28s linear infinite;
}

@keyframes store-categories-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .store-categories-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}

.store-category {
  display: grid;
  justify-items: center;
  gap: 0.28rem;
  min-width: 3.15rem;
  max-width: 3.5rem;
  flex: 0 0 auto;
  color: var(--store-ink);
  text-decoration: none;
  font-size: 0.58rem;
  font-weight: 700;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: default;
  font-family: inherit;
  text-align: center;
  line-height: 1.15;
}

.store-category-avatar {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: #fff;
  color: var(--store-green-deep);
  box-shadow: 0 5px 12px rgb(16 42 67 / 0.08);
  border: 1px solid rgb(16 42 67 / 0.04);
}

.store-category-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.store-category-more {
  background: #e8f7ef;
}

.store-promo-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.5rem;
  align-items: center;
  min-height: 8.4rem;
  padding: 1rem 0.85rem 1rem 1rem;
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 88% 20%, rgb(47 227 154 / 0.18), transparent 34%),
    linear-gradient(135deg, #0b3d34 0%, #0f4f42 48%, #123a45 100%);
  color: #fff;
  overflow: hidden;
}

.store-promo-copy h2 {
  margin: 0;
  font-family: var(--font-manrope), sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.store-promo-copy p {
  margin: 0.35rem 0 0.75rem;
  color: rgb(255 255 255 / 0.74);
  font-size: 0.72rem;
  line-height: 1.35;
}

.store-promo-media {
  display: flex;
  justify-content: center;
  align-items: end;
  min-height: 6.5rem;
}

.store-promo-media img {
  max-height: 7.2rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgb(0 0 0 / 0.35));
}

.store-promo-fallback {
  display: grid;
  place-items: center;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.08);
  color: rgb(255 255 255 / 0.55);
}

.store-promo-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.65rem;
}

.store-promo-dots button {
  width: 0.38rem;
  height: 0.38rem;
  border: 0;
  border-radius: 999px;
  background: #d1d5db;
  cursor: pointer;
  padding: 0;
}

.store-promo-dots button.is-active {
  width: 1.05rem;
  background: var(--store-green);
}

.store-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 0.7rem) / 2);
  gap: 0.7rem;
  overflow-x: auto;
  padding-bottom: 0.35rem;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.store-product-rail > .store-product-card {
  scroll-snap-align: start;
}

.store-product-rail::-webkit-scrollbar {
  display: none;
}

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

.store-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--store-line);
  box-shadow: 0 8px 18px rgb(16 42 67 / 0.05);
  min-width: 0;
}

.store-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #f8fafc;
  text-decoration: none;
}

.store-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-product-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #9ca3af;
}

.store-product-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 1;
  border-radius: 999px;
  padding: 0.22rem 0.48rem;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fff;
}

.store-product-badge.is-new {
  background: var(--store-green);
}

.store-product-badge.is-sale {
  background: #ef4444;
}

.store-wish {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.95);
  color: #9ca3af;
  box-shadow: 0 4px 10px rgb(16 42 67 / 0.1);
  cursor: pointer;
  padding: 0;
}
.store-wish.is-saved {
  color: #ef4444;
  background: #fff;
}
.store-wish.is-saved svg {
  fill: currentColor;
}

.store-deals-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.store-deals-head h2 {
  margin: 0;
  font-family: var(--font-manrope), sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--store-ink);
}
.store-deals-timer {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: var(--store-ink);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}
.store-deals-timer-label {
  color: var(--store-ink);
}
.store-deals-timer-value {
  color: var(--store-green-deep);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.store-deals-timer.is-expired {
  color: var(--store-muted);
}
.store-deals-shell {
  position: relative;
}
.store-deals-rail {
  padding-inline: 0.1rem;
}
.store-deals-arrow {
  display: none;
}
.store-deals-note {
  margin: 0.65rem 0 0;
  color: var(--store-muted);
  font-size: 0.75rem;
}

@media (min-width: 720px) {
  .store-deals-shell {
    padding-inline: 1.6rem;
  }
  .store-deals-arrow {
    position: absolute;
    top: 42%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--store-line);
    border-radius: 999px;
    background: #fff;
    color: var(--store-ink);
    box-shadow: 0 8px 18px rgb(16 42 67 / 0.1);
    cursor: pointer;
    transform: translateY(-50%);
  }
  .store-deals-arrow:disabled {
    opacity: 0.35;
    cursor: default;
  }
  .store-deals-arrow.is-prev {
    left: 0;
  }
  .store-deals-arrow.is-next {
    right: 0;
  }
  .store-deals-arrow-icon.is-left {
    transform: rotate(180deg);
  }
  .store-deals-head h2 {
    font-size: 1.15rem;
  }
  .store-deals-timer {
    font-size: 0.85rem;
  }
}

.store-product-body {
  display: grid;
  gap: 0.28rem;
  padding: 0.65rem 0.65rem 0.75rem;
}

.store-product-name {
  color: var(--store-ink);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 1.85em;
}

.store-product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
}

.store-product-price {
  margin: 0;
  font-family: var(--font-manrope), sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

.store-product-compare {
  margin: 0;
  color: #9ca3af;
  font-size: 0.68rem;
  text-decoration: line-through;
}

.store-product-rating {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  color: #d1d5db;
  font-size: 0.62rem;
}

.store-product-rating .is-on {
  color: #f5b301;
  fill: currentColor;
}

.store-product-rating span {
  margin-left: 0.2rem;
  color: var(--store-muted);
}

.store-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.15rem;
  margin-top: 0.2rem;
  border: 0;
  border-radius: 999px;
  background: var(--store-green);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  cursor: pointer;
}

.store-add-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.store-delivery {
  display: grid;
  grid-template-columns: 4.8rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  margin: 1rem 0.9rem 0.35rem;
  padding: 0.7rem 0.75rem;
  border-radius: 1.05rem;
  background: linear-gradient(90deg, #d7eef9 0%, #e7f5fc 60%, #f2f9fd 100%);
  overflow: hidden;
}

.store-delivery-copy h2 {
  margin: 0;
  font-family: var(--font-manrope), sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
}

.store-delivery-copy p {
  margin: 0.15rem 0 0;
  color: var(--store-muted);
  font-size: 0.68rem;
}

.store-delivery-art {
  width: 4.8rem;
  height: 3.4rem;
  border-radius: 0.7rem;
  overflow: hidden;
}

.store-delivery-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-delivery .store-btn-light {
  min-height: 2.05rem;
  padding-inline: 0.7rem;
  font-size: 0.68rem;
}

.store-brands {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.45rem;
  width: 100%;
}

.store-brand-tile {
  display: grid;
  place-items: center;
  aspect-ratio: 1.1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid var(--store-line);
  background: #fff;
  padding: 0.35rem 0.25rem;
}

.store-brand-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.store-powered {
  margin: 1.15rem 0 0.35rem;
  text-align: center;
  color: #9ca3af;
  font-size: 0.68rem;
  font-weight: 600;
}

.store-powered a {
  color: inherit;
}

.store-empty {
  padding: 1.5rem 0.75rem;
  text-align: center;
  color: var(--store-muted);
  font-size: 0.85rem;
}

.store-bottom-nav {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 50;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.1rem;
  padding: 0.4rem 0.25rem calc(0.4rem + env(safe-area-inset-bottom, 0px));
  background: #ffffff;
  border-top: 1px solid var(--store-line);
  box-shadow: 0 -8px 24px rgb(16 42 67 / 0.05);
}

.store-bottom-link {
  display: grid;
  justify-items: center;
  gap: 0.12rem;
  padding: 0.3rem 0.15rem;
  color: #9ca3af;
  text-decoration: none;
  font-size: 0.58rem;
  font-weight: 700;
}

.store-bottom-icon {
  position: relative;
  display: grid;
  place-items: center;
}

.store-bottom-link.is-active {
  color: var(--store-green-deep);
}

.store-page {
  padding: 0.95rem 1rem 1.25rem;
  width: 100%;
  max-width: var(--store-content);
  margin-inline: auto;
  background: #fff;
  min-height: 100%;
}

.store-page h1 {
  margin: 0 0 0.8rem;
  font-family: var(--font-manrope), sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.store-catalog-page {
  padding-bottom: 1.5rem;
}

.store-catalog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.store-catalog-head h1 {
  margin: 0;
}

.store-catalog-sub {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0.28rem 0 0;
  color: var(--store-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.store-catalog-search-btn {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  border: 1px solid var(--store-line);
  background: #fff;
  color: var(--store-ink);
  text-decoration: none;
  flex-shrink: 0;
}

.store-catalog-layout {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  min-height: 18rem;
}

.store-catalog-rail {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  position: sticky;
  top: 4.6rem;
  max-height: calc(100dvh - 8.5rem);
  overflow-y: auto;
  padding: 0.1rem 0.1rem 0.4rem;
  scrollbar-width: none;
}

.store-catalog-rail::-webkit-scrollbar {
  display: none;
}

.store-catalog-rail-item {
  display: grid;
  justify-items: center;
  gap: 0.28rem;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  color: var(--store-muted);
}

.store-catalog-rail-avatar {
  display: grid;
  place-items: center;
  width: 3.15rem;
  height: 3.15rem;
  overflow: hidden;
  border-radius: 999px;
  background: #f3f4f6;
  border: 2px solid transparent;
  color: #6b7280;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.store-catalog-rail-avatar.is-all {
  background: #eef2f5;
  color: #6b7280;
}

.store-catalog-rail-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-catalog-rail-label {
  font-size: 0.58rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
  max-width: 4.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-catalog-rail-item.is-active {
  color: var(--store-green-deep);
}

.store-catalog-rail-item.is-active .store-catalog-rail-avatar {
  border-color: var(--store-green);
  box-shadow: 0 0 0 3px rgb(10 155 92 / 0.14);
}

.store-catalog-rail-item.is-active .store-catalog-rail-avatar.is-all {
  background: #e8f7ef;
  color: var(--store-green-deep);
}

.store-catalog-main {
  min-width: 0;
}

.store-catalog-grid {
  gap: 0.65rem;
}

.store-catalog-empty {
  display: grid;
  justify-items: center;
  gap: 0.35rem;
  padding: 2.4rem 1rem;
  text-align: center;
  border: 1px dashed var(--store-line);
  border-radius: 1rem;
  background: #fafafa;
}

.store-catalog-empty-icon {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 0.35rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #9ca3af;
}

.store-catalog-empty strong {
  font-size: 0.95rem;
  color: var(--store-ink);
}

.store-catalog-empty p {
  margin: 0 0 0.55rem;
  color: var(--store-muted);
  font-size: 0.8rem;
}

.store-chip-row {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  margin: 0 0 1rem;
  padding-bottom: 0.2rem;
  scrollbar-width: none;
}

.store-chip-row::-webkit-scrollbar {
  display: none;
}

.store-chip {
  flex: 0 0 auto;
  border: 1px solid var(--store-line);
  background: #fff;
  color: var(--store-muted);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}

.store-chip.is-active {
  background: #e8f7ef;
  border-color: rgb(10 155 92 / 0.35);
  color: var(--store-green-deep);
}

@media (min-width: 768px) {
  .store-catalog-layout {
    grid-template-columns: 6.5rem minmax(0, 1fr);
    gap: 1.1rem;
  }

  .store-catalog-rail-avatar {
    width: 3.6rem;
    height: 3.6rem;
  }

  .store-catalog-rail-label {
    font-size: 0.68rem;
    white-space: normal;
  }

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

@media (min-width: 1100px) {
  .store-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.store-search-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  padding: 0 0.85rem;
  margin-bottom: 0.9rem;
  border-radius: 0.9rem;
  border: 1px solid var(--store-line);
  background: var(--store-soft);
}

.store-search-box input {
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 0.95rem;
}

.store-cart-list {
  display: grid;
  gap: 0.65rem;
}

.store-cart-row {
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  gap: 0.65rem;
  align-items: center;
  padding: 0.65rem;
  border-radius: 0.95rem;
  border: 1px solid var(--store-line);
  background: #fff;
}

.store-cart-row img,
.store-cart-thumb {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
  object-fit: cover;
  background: var(--store-soft);
}

.store-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
}

.store-qty button {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  border: 1px solid var(--store-line);
  background: #fff;
  cursor: pointer;
}

.store-desktop-nav {
  display: none;
}

.store-menu-btn {
  display: grid;
}

@media (min-width: 768px) {
  .store-menu-btn {
    display: none;
  }
}

@media (min-width: 768px) {
  .store-body {
    padding-bottom: 2rem;
  }

  .store-bottom-nav {
    display: none;
  }

  .store-desktop-nav {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
    margin-right: 0.5rem;
  }

  .store-desktop-nav a {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: inherit;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    opacity: 0.78;
  }

  .store-desktop-nav a:hover,
  .store-desktop-nav a.is-active {
    opacity: 1;
    background: rgb(255 255 255 / 0.14);
  }

  .storefront:not(.storefront-hero-mode) .store-desktop-nav a:hover,
  .storefront:not(.storefront-hero-mode) .store-desktop-nav a.is-active {
    background: var(--store-soft);
    color: var(--store-green-deep);
  }

  .store-topbar-inner {
    padding: 0.85rem 1.5rem;
    gap: 1rem;
  }

  .store-brand-copy strong {
    font-size: 1.05rem;
  }

  .store-brand-copy small {
    font-size: 0.72rem;
  }

  .store-hero,
  .store-hero-inner {
    min-height: 28rem;
  }

  .store-hero-inner {
    max-width: var(--store-content);
    margin-inline: auto;
    width: 100%;
    padding: 6.5rem 1.5rem 2.5rem;
    align-items: center;
  }

  .store-hero-copy {
    max-width: 28rem;
  }

  .store-hero-copy h1 {
    font-size: clamp(2.6rem, 4vw, 3.4rem);
  }

  .store-hero-copy h1 em {
    display: inline;
  }

  .store-hero-copy p {
    font-size: 1rem;
    max-width: 28rem;
  }

  .store-services,
  .store-section {
    max-width: var(--store-content);
    margin-inline: auto;
  }

  .store-delivery {
    width: calc(100% - 3rem);
    max-width: var(--store-content);
    margin: 1.5rem auto 0.75rem;
    padding: 1.1rem 1.35rem;
  }

  .store-services {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .store-service {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 0.7rem;
  }

  .store-service strong {
    font-size: 0.82rem;
  }

  .store-service small {
    font-size: 0.72rem;
  }

  .store-section {
    padding: 1.35rem 1.5rem 0.35rem;
  }

  .store-product-rail {
    grid-auto-columns: minmax(11.5rem, 18%);
  }

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

  .store-deals-shell {
    padding-inline: 2rem;
  }
}

@media (min-width: 1100px) {
  .store-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .store-hero-copy h1 em {
    display: inline;
  }
}
