[hidden] {
  display: none !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--site-theme-surface-warm, #fffaf3) 92%, white) 0%, rgba(255, 255, 255, 0) 26%),
    linear-gradient(180deg, #fbfcfe 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 18%, white) 100%);
  color: var(--site-theme-text-strong, #17253a);
  margin: 0;
  font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
  max-width: 100%;
  overflow-x: clip;
}

main {
  background: transparent;
  display: block;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

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

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

#wrapper {
  min-height: 100vh;
}

.container {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-inline: 20px;
}

.container-fluid {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-center {
  align-items: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.fw-semibold,
.fw-bold,
.fw-medium {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.overflow-auto {
  overflow: auto !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-12 {
  gap: 0.75rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.mt_20 {
  margin-top: 1.25rem !important;
}

.d-none {
  display: none !important;
}

.d-lg-none {
  display: block !important;
}

.tf-spacing-6 {
  padding-block: 1.5rem;
}

.tf-spacing-7 {
  padding-block: 2rem;
}

.tf-grid-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.justify-content-xxl-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.h-100 {
  height: 100%;
}

.g-3 {
  --grid-gap: 1rem;
}

.g-4,
.g-xl-4 {
  --grid-gap: 1.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt_32,
.mt_48 {
  margin-top: 1.5rem;
}

.tf-sp-3 {
  padding-top: 1rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(var(--grid-gap, 1rem) * -0.5);
}

.row > * {
  width: 100%;
  padding-inline: calc(var(--grid-gap, 1rem) * 0.5);
}

.col-12,
.col-lg-12,
.col-lg-5,
.col-lg-7,
.col-xl-2,
.col-xl-4,
.col-xl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.form-select {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(23, 37, 58, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
}

.breakcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breakcrumbs .link {
  text-decoration: none;
  color: var(--site-theme-primary-deep, #2f747b);
}

.wg-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wg-pagination li a,
.wg-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding-inline: 0.8rem;
  border: 1px solid rgba(23, 37, 58, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  text-decoration: none;
}

.wg-pagination li.active a,
.wg-pagination li.active span {
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
}

.body-md-2,
.body-text-3,
.caption {
  line-height: 1.45;
}

.tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
  cursor: pointer;
}

.tf-btn span {
  line-height: 1;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.bg-success {
  background: #dcfce7;
  color: #166534;
}

.bg-dark {
  background: #17253a;
  color: #ffffff;
}

body.catalog-shell-mode,
html.catalog-shell-mode {
  overflow-x: clip;
}

/* Storefront style presets: global shape, density, cards, buttons, and type mood. */
body[class*="storefront-theme-style-"] {
  --storefront-card-radius: 18px;
  --storefront-card-media-radius: 14px;
  --storefront-card-padding: 0.75rem;
  --storefront-card-shadow: 0 8px 20px rgba(18, 26, 36, 0.05);
  --storefront-card-hover-shadow: 0 18px 38px rgba(18, 26, 36, 0.08);
  --storefront-panel-radius: 18px;
  --storefront-panel-shadow: 0 10px 24px rgba(18, 26, 36, 0.04);
  --storefront-button-radius: 999px;
  --storefront-button-min-height: 42px;
  --storefront-button-weight: 800;
  --storefront-nav-radius: 10px;
  --storefront-product-title-size: 0.95rem;
  --storefront-product-title-weight: 800;
  --storefront-product-media-min-height: 220px;
  --storefront-section-title-weight: 800;
  --storefront-eyebrow-letter-spacing: 0.08em;
  --storefront-body-font: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
  --storefront-heading-font: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
  font-family: var(--storefront-body-font);
}

body.storefront-theme-style-clean_square {
  --storefront-card-radius: 8px;
  --storefront-card-media-radius: 6px;
  --storefront-card-shadow: none;
  --storefront-card-hover-shadow: 0 10px 22px rgba(18, 26, 36, 0.07);
  --storefront-panel-radius: 8px;
  --storefront-panel-shadow: none;
  --storefront-button-radius: 7px;
  --storefront-nav-radius: 6px;
  --storefront-section-title-weight: 760;
  --storefront-eyebrow-letter-spacing: 0.03em;
}

body.storefront-theme-style-premium_round {
  --storefront-card-radius: 26px;
  --storefront-card-media-radius: 20px;
  --storefront-card-padding: 0.9rem;
  --storefront-card-shadow: 0 14px 34px rgba(18, 26, 36, 0.08);
  --storefront-card-hover-shadow: 0 24px 48px rgba(18, 26, 36, 0.12);
  --storefront-panel-radius: 26px;
  --storefront-panel-shadow: 0 18px 42px rgba(18, 26, 36, 0.08);
  --storefront-button-radius: 16px;
  --storefront-nav-radius: 16px;
  --storefront-product-title-size: 1rem;
  --storefront-section-title-weight: 900;
}

body.storefront-theme-style-market_compact {
  --storefront-card-radius: 12px;
  --storefront-card-media-radius: 8px;
  --storefront-card-padding: 0.55rem;
  --storefront-card-shadow: 0 6px 14px rgba(18, 26, 36, 0.04);
  --storefront-card-hover-shadow: 0 12px 24px rgba(18, 26, 36, 0.08);
  --storefront-panel-radius: 12px;
  --storefront-panel-shadow: 0 6px 16px rgba(18, 26, 36, 0.04);
  --storefront-button-radius: 8px;
  --storefront-button-min-height: 36px;
  --storefront-product-title-size: 0.88rem;
  --storefront-product-title-weight: 760;
  --storefront-product-media-min-height: 185px;
  --storefront-nav-radius: 8px;
  --storefront-eyebrow-letter-spacing: 0.02em;
}

body.storefront-theme-style-editorial_luxe {
  --storefront-card-radius: 14px;
  --storefront-card-media-radius: 10px;
  --storefront-card-shadow: 0 12px 30px rgba(18, 26, 36, 0.06);
  --storefront-card-hover-shadow: 0 22px 44px rgba(18, 26, 36, 0.1);
  --storefront-panel-radius: 14px;
  --storefront-panel-shadow: 0 14px 32px rgba(18, 26, 36, 0.06);
  --storefront-button-radius: 999px;
  --storefront-product-title-size: 0.98rem;
  --storefront-product-title-weight: 720;
  --storefront-section-title-weight: 700;
  --storefront-eyebrow-letter-spacing: 0.12em;
  --storefront-heading-font: Georgia, "Times New Roman", serif;
}

[data-cart-message]:empty,
[data-checkout-message]:empty,
[data-product-message]:empty {
  display: none;
}

.rotatorImage,
.thumbChipImage,
.thumbImage,
.mainImage,
.selectedVariantThumbImage,
.lightboxImage {
  display: block;
}

.header-cart-link__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.tf-header.tf-header-amazon {
  position: sticky;
  top: 0;
  z-index: 1200;
  margin-bottom: 8px;
  width: 100%;
}

.tf-header.tf-header-amazon .inner-header {
  display: block;
  width: 100%;
  padding-block: 0;
  background:
    radial-gradient(circle at top left, color-mix(in srgb, var(--site-theme-surface-warm, #fffaf3) 88%, white) 0%, rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, color-mix(in srgb, var(--site-theme-surface-warm, #fffaf3) 62%, white) 0%, rgba(255, 255, 255, 0.98) 54%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 42%, white) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.storefront-chrome {
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.tf-header.tf-header-amazon .header-shell {
  width: 100%;
  max-width: 1680px;
  margin-inline: auto;
  padding-inline: var(--store-header-side-padding, 20px);
}

.tf-header.tf-header-amazon .header-right,
.tf-header.tf-header-amazon .header-bt-left,
.tf-header.tf-header-amazon .header-bt-right,
.tf-header.tf-header-amazon .header-all-link,
.tf-header.tf-header-amazon .header-highlight-link,
.tf-header.tf-header-amazon .header-cart-link,
.tf-header.tf-header-amazon .header-cart-link__icon,
.tf-header.tf-header-amazon .header-utility-card,
.tf-header.tf-header-amazon .main-nav-menu .nav-list,
.tf-header.tf-header-amazon .main-nav-menu .item-link,
.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon,
.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category,
.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .tf-select-custom,
.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .btn-submit-form {
  display: flex;
  align-items: center;
}

.tf-header.tf-header-amazon .header-shell--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--store-header-top-gap, 16px);
  min-height: auto;
  padding-block: var(--store-header-top-padding-y, 8px);
  padding-inline: 2px;
}

.tf-header.tf-header-amazon .header-shell--bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
  padding-block: var(--store-header-bottom-padding-y, 4px);
}

.tf-header.tf-header-amazon .header-brand {
  flex: 0 0 var(--store-header-brand-width, 308px);
  margin-right: 0;
  padding-left: 0;
}

.tf-header.tf-header-amazon .header-brand .store-logo--compact {
  display: inline-flex;
  justify-content: flex-start;
  width: auto;
  max-width: none;
}

.tf-header.tf-header-amazon .header-brand .store-logo--compact img {
  width: auto !important;
  max-width: min(100%, var(--store-header-logo-width, 286px)) !important;
  height: var(--store-header-logo-height, 62px) !important;
  object-fit: contain;
  object-position: left center;
}

.tf-header.tf-header-amazon .header-search-slot {
  flex: 1 1 auto;
  min-width: clamp(300px, 30vw, 660px);
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon {
  width: 100%;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon {
  min-height: 52px;
  padding: 4px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  overflow: hidden;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon:hover,
.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon:focus-within {
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.03), 0 12px 30px rgba(15, 23, 42, 0.06);
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category {
  flex: 0 0 108px;
  height: 42px;
  margin-right: 2px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category .tf-select-custom {
  padding: 0 32px 0 16px;
  border-radius: 16px;
  background: transparent;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category .tf-select-custom::after {
  content: "";
  position: absolute;
  right: 12px;
  color: #475467;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon fieldset {
  flex: 1 1 auto;
  min-width: 0;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon fieldset input {
  width: 100%;
  height: 42px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0f172a;
  font-size: 14px;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon fieldset input::placeholder {
  color: #64748b;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .btn-submit-form {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin-left: 2px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.95);
  color: #334155;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .btn-submit-form:hover {
  background: #eef2f7;
  color: #0f172a;
}

.tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .btn-submit-form svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tf-header.tf-header-amazon .header-right {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-shrink: 0;
  gap: 8px;
}

.tf-header.tf-header-amazon .header-language-link,
.tf-header.tf-header-amazon .header-utility-card,
.tf-header.tf-header-amazon .header-cart-link {
  min-height: 42px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.tf-header.tf-header-amazon .header-language-link:hover,
.tf-header.tf-header-amazon .header-utility-card:hover,
.tf-header.tf-header-amazon .header-cart-link:hover {
  border-color: rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.tf-header.tf-header-amazon .header-language-link {
  padding-inline: 10px;
}

.tf-header.tf-header-amazon .header-language-link__text,
.tf-header.tf-header-amazon .header-language-link i {
  color: #111827;
}

.tf-header.tf-header-amazon .header-utility-card {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 4px 10px;
  text-decoration: none;
}

.tf-header.tf-header-amazon .header-utility-card__eyebrow {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 600;
}

.tf-header.tf-header-amazon .header-utility-card__label {
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1720px) {
  .tf-header.tf-header-amazon .header-shell--top {
    flex-wrap: wrap;
  }

  .tf-header.tf-header-amazon .header-search-slot {
    flex: 1 1 min(620px, 100%);
    min-width: min(100%, 320px);
  }

  .tf-header.tf-header-amazon .header-right {
    flex: 1 1 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.tf-header.tf-header-amazon .header-utility-card__count {
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: 6px;
  padding-inline: 5px;
  border-radius: 999px;
  background: var(--site-theme-primary-deep, #2f747b);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.tf-header.tf-header-amazon .header-utility-card__count--alert {
  background: #ff6a00;
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.14);
}

.tf-header.tf-header-amazon .header-cart-link {
  gap: 8px;
  padding: 0 14px;
  color: #0f172a;
  text-decoration: none;
}

.tf-header.tf-header-amazon .header-cart-link__icon {
  color: #111827;
  position: relative;
}

.tf-header.tf-header-amazon .header-cart-link__icon .count-box {
  position: absolute;
  top: -4px;
  right: -6px;
  min-width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding-inline: 4px;
  font-size: 10px;
  font-weight: 800;
  background: #0f172a;
  color: #ffffff;
  box-shadow: 0 3px 8px rgba(15, 23, 42, 0.16);
}

.tf-header.tf-header-amazon .header-cart-link__text {
  color: #0f172a;
  font-weight: 800;
}

.tf-header.tf-header-amazon .store-lang-switcher .lang-switcher__group {
  padding: 3px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
}

.tf-header.tf-header-amazon .store-lang-switcher .lang-switcher__btn {
  border: 1px solid transparent;
  background: transparent;
  padding: 7px 13px;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.tf-header.tf-header-amazon .store-lang-switcher .lang-switcher__btn.is-active {
  border-color: var(--site-theme-primary-deep, #2f747b);
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 16%, transparent);
}

.tf-header.tf-header-amazon .header-bottom {
  background: linear-gradient(180deg, var(--site-theme-nav-start, #4b98a0) 0%, var(--site-theme-nav-end, #3b868d) 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.22) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 24px rgba(18, 26, 36, 0.08);
}

.tf-header.tf-header-amazon .header-bt-left,
.tf-header.tf-header-amazon .header-bt-right {
  min-height: auto;
  flex: 0 0 auto;
}

.tf-header.tf-header-amazon .header-bt-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.tf-header.tf-header-amazon .main-nav-menu {
  flex: 1 1 auto;
  min-width: 0;
}

.tf-header.tf-header-amazon .header-all-link,
.tf-header.tf-header-amazon .header-highlight-link {
  min-height: var(--store-header-nav-item-height, 34px);
  padding-inline: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.tf-header.tf-header-amazon .header-highlight-link {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(8, 15, 28, 0.14);
}

.tf-header.tf-header-amazon .header-all-link:hover,
.tf-header.tf-header-amazon .header-highlight-link:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(8, 15, 28, 0.1);
}

.tf-header.tf-header-amazon .header-highlight-link:hover {
  border-color: var(--site-theme-primary-deep, #2f747b);
  background: linear-gradient(180deg, var(--site-theme-primary-hover, #4a9da5) 0%, color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 88%, white) 100%);
  color: #ffffff;
}

.tf-header.tf-header-amazon .main-nav-menu .nav-list {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.tf-header.tf-header-amazon .header-bottom {
  width: 100%;
}

.tf-header.tf-header-amazon .main-nav-menu .item-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--store-header-nav-item-height, 34px);
  padding: 0 14px;
  border-radius: 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.82) !important;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
  text-decoration: none;
}

.tf-header.tf-header-amazon .main-nav-menu .item-link::before,
.tf-header.tf-header-amazon .main-nav-menu .item-link::after {
  content: none;
}

.tf-header.tf-header-amazon .main-nav-menu .item-link span {
  display: inline-flex;
  align-items: center;
  min-height: var(--store-header-nav-item-height, 34px);
}

.tf-header.tf-header-amazon .br-line,
.tf-header.tf-header-amazon .bg-line {
  width: 1px;
  align-self: stretch;
  background: rgba(15, 23, 42, 0.08);
}

.tf-header.tf-header-amazon .main-nav-menu .nav-item:hover .item-link,
.tf-header.tf-header-amazon .main-nav-menu .nav-item.active .item-link {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(8, 15, 28, 0.1);
}

.tf-btn,
.subscribe-button,
.pageShell .buyButton,
.pageShell .primaryLink,
.cartButton,
.viewButton {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.tf-btn.btn-fill,
.tf-btn.btn-fill-2,
.subscribe-button,
.cartButton,
.pageShell .buyButton,
.pageShell .primaryLink {
  border: 1px solid var(--site-theme-primary-deep, #2f747b) !important;
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(28, 74, 79, 0.18);
}

.tf-btn.btn-fill:hover,
.tf-btn.btn-fill-2:hover,
.subscribe-button:hover,
.cartButton:hover,
.pageShell .buyButton:hover,
.pageShell .primaryLink:hover {
  border-color: color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 90%, black) !important;
  background: linear-gradient(180deg, var(--site-theme-primary-hover, #4a9da5) 0%, color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 88%, white) 100%) !important;
  color: #ffffff !important;
}

.tf-btn.btn-line,
.tf-btn.btn-white,
.viewButton,
.pageShell .secondaryLink {
  border: 1px solid rgba(23, 37, 58, 0.12) !important;
  background: #ffffff !important;
  color: var(--site-theme-text-strong, #17253a) !important;
  box-shadow: 0 8px 18px rgba(18, 26, 36, 0.04);
}

.tf-btn.btn-line:hover,
.tf-btn.btn-white:hover,
.viewButton:hover,
.pageShell .secondaryLink:hover {
  border-color: rgba(23, 37, 58, 0.2) !important;
  background: #f8fafc !important;
  color: var(--site-theme-text-strong, #17253a) !important;
}

.tf-btn.btn-fill span,
.tf-btn.btn-fill-2 span,
.subscribe-button span,
.cartButton span,
.pageShell .buyButton span,
.pageShell .primaryLink span,
.tf-btn.btn-line span,
.tf-btn.btn-white span,
.viewButton span,
.pageShell .secondaryLink span,
.tf-btn .text-white {
  color: inherit !important;
}

.tf-btn:hover,
.subscribe-button:hover,
.pageShell .buyButton:hover,
.pageShell .primaryLink:hover,
.cartButton:hover,
.viewButton:hover {
  transform: translateY(-1px);
}

@media (max-width: 1199px) {
  .tf-header.tf-header-amazon .header-shell--top {
    flex-wrap: wrap;
  }

  .tf-header.tf-header-amazon .header-brand {
    flex-basis: 240px;
    padding-left: 0;
  }

  .tf-header.tf-header-amazon .header-search-slot {
    order: 3;
    flex: 1 1 100%;
  }

  .tf-header.tf-header-amazon .header-right {
    margin-left: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tf-header.tf-header-amazon .header-shell {
    padding-inline: var(--store-header-mobile-side-padding, 12px);
  }

  .tf-header.tf-header-amazon .header-shell--top {
    justify-content: flex-start;
    gap: max(10px, calc(var(--store-header-top-gap, 18px) * 0.7));
    min-height: auto;
    padding-block: max(6px, calc(var(--store-header-top-padding-y, 8px) * 0.75));
  }

  .tf-header.tf-header-amazon .header-shell--bottom {
    padding-block: max(3px, calc(var(--store-header-bottom-padding-y, 4px) * 0.75));
  }

  .tf-header.tf-header-amazon .header-brand .store-logo--compact img {
    max-width: min(100%, var(--store-header-mobile-logo-width, 200px)) !important;
    height: var(--store-header-mobile-logo-height, 44px) !important;
  }

  .tf-header.tf-header-amazon .header-brand {
    flex: 0 0 auto;
    padding-left: 0;
  }

  .tf-header.tf-header-amazon .header-search-slot {
    min-width: 100%;
  }

  .tf-header.tf-header-amazon .header-right {
    width: 100%;
    justify-content: space-between;
  }

  .tf-header.tf-header-amazon .header-bt-right {
    width: 100%;
  }

  .tf-header.tf-header-amazon .header-highlight-link {
    width: 100%;
    justify-content: center;
  }

  .tf-header.tf-header-amazon .header-utility-card--account {
    flex: 1 1 180px;
  }

  .tf-header.tf-header-amazon .header-utility-card--orders,
  .tf-header.tf-header-amazon .header-utility-card--wishlist,
  .tf-header.tf-header-amazon .header-cart-link,
  .tf-header.tf-header-amazon .header-language-link {
    flex: 0 0 auto;
  }

  .tf-header.tf-header-amazon .header-bt-left {
    gap: 10px;
    flex-wrap: wrap;
  }

  .tf-header.tf-header-amazon .main-nav-menu .nav-list {
    gap: 4px;
    flex-wrap: wrap;
  }

  .tf-header.tf-header-amazon .main-nav-menu .item-link {
    padding-inline: 12px;
  }
}

.storefront-toast {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 3000;
  max-width: 300px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--site-theme-text-strong, #17253a);
  color: #fff;
  box-shadow: 0 16px 38px rgba(18, 26, 36, 0.2);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.storefront-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.store-panel {
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 26, 36, 0.04);
}

.storefront-page-intro {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  isolation: isolate;
}

.storefront-page-intro::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(46%, 520px);
  pointer-events: none;
  opacity: 0.18;
  background:
    radial-gradient(circle at 70% 34%, rgba(47, 116, 123, 0.28), transparent 0 18%, transparent 19%),
    radial-gradient(circle at 52% 58%, rgba(168, 31, 33, 0.22), transparent 0 14%, transparent 15%),
    linear-gradient(135deg, transparent 0 36%, rgba(47, 116, 123, 0.22) 36% 38%, transparent 38% 100%);
  z-index: -1;
}

.storefront-page-intro--shipping-policy::after {
  background:
    radial-gradient(circle at 70% 36%, rgba(47, 116, 123, 0.24), transparent 0 17%, transparent 18%),
    linear-gradient(140deg, transparent 0 28%, rgba(18, 32, 59, 0.18) 28% 31%, transparent 31% 100%),
    linear-gradient(28deg, transparent 0 48%, rgba(168, 31, 33, 0.16) 48% 51%, transparent 51% 100%);
}

.storefront-page-intro--returns::after {
  background:
    radial-gradient(circle at 68% 32%, rgba(168, 31, 33, 0.2), transparent 0 15%, transparent 16%),
    radial-gradient(circle at 45% 62%, rgba(47, 116, 123, 0.2), transparent 0 16%, transparent 17%),
    linear-gradient(135deg, transparent 0 38%, rgba(18, 32, 59, 0.18) 38% 41%, transparent 41% 100%);
}

.storefront-page-intro--privacy::after {
  background:
    radial-gradient(circle at 68% 38%, rgba(18, 32, 59, 0.22), transparent 0 17%, transparent 18%),
    radial-gradient(circle at 50% 60%, rgba(47, 116, 123, 0.2), transparent 0 14%, transparent 15%),
    linear-gradient(90deg, transparent 0 42%, rgba(168, 31, 33, 0.14) 42% 44%, transparent 44% 100%);
}

.storefront-page-intro--track::after {
  background:
    radial-gradient(circle at 72% 36%, rgba(47, 116, 123, 0.24), transparent 0 16%, transparent 17%),
    radial-gradient(circle at 51% 60%, rgba(168, 31, 33, 0.16), transparent 0 12%, transparent 13%),
    linear-gradient(135deg, transparent 0 33%, rgba(18, 32, 59, 0.18) 33% 36%, transparent 36% 100%);
}

.storefront-section-shell {
  display: grid;
  gap: 1rem;
}

.storefront-section-surface--default {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.storefront-section-surface--panel {
  padding: 1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(18, 26, 36, 0.05);
}

.storefront-section-surface--flush {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.storefront-section-surface--tinted {
  padding: 1rem;
  border: 1px solid rgba(23, 37, 58, 0.06);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(237, 244, 255, 0.9) 100%);
  box-shadow: 0 10px 24px rgba(18, 26, 36, 0.04);
}

.storefront-section-spacing--tight {
  gap: 0.7rem;
}

.storefront-section-spacing--tight.storefront-home-banner,
.storefront-section-spacing--tight.storefront-home-panel,
.storefront-section-spacing--tight.storefront-builder-media-panel,
.storefront-section-spacing--tight.storefront-builder-split,
.storefront-section-spacing--tight.storefront-builder-video-panel {
  padding: 0.85rem;
}

.storefront-section-spacing--relaxed {
  gap: 1.35rem;
}

.storefront-section-spacing--relaxed.storefront-home-banner,
.storefront-section-spacing--relaxed.storefront-home-panel,
.storefront-section-spacing--relaxed.storefront-builder-media-panel,
.storefront-section-spacing--relaxed.storefront-builder-split,
.storefront-section-spacing--relaxed.storefront-builder-video-panel {
  padding: 1.3rem;
}

.storefront-section-header.flat-title {
  margin-bottom: 0;
}

.storefront-section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--site-theme-surface-warm, #fffaf3) 0%, #ffffff 56%, var(--site-theme-surface-cool, #edf4ff) 100%);
  box-shadow: 0 8px 22px rgba(18, 26, 36, 0.04);
}

.storefront-section-header__main {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  flex: 1 1 auto;
}

.storefront-section-header__aside {
  flex: 0 0 auto;
}

.storefront-section-header__eyebrow {
  margin: 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-section-header__title {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: clamp(1.2rem, 2.4vw, 1.8rem);
  line-height: 1.15;
  font-weight: 800;
}

.storefront-section-header__description {
  margin: 0;
  max-width: 68ch;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.92rem;
  line-height: 1.55;
}

.storefront-section-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(23, 37, 58, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.storefront-section-header__cta:hover {
  transform: translateY(-1px);
  border-color: rgba(23, 37, 58, 0.18);
  background: #f8fafc;
  color: var(--site-theme-text-strong, #17253a);
  box-shadow: 0 10px 20px rgba(18, 26, 36, 0.06);
}

.storefront-section-header--compact {
  padding: 0.72rem 0.85rem;
  border-radius: 15px;
}

.storefront-section-header--compact .storefront-section-header__title {
  font-size: clamp(1.06rem, 2vw, 1.42rem);
}

.storefront-section-header--plain {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.storefront-section-header--hidden {
  display: none;
}

.storefront-section-header--align-center {
  text-align: center;
  align-items: center;
}

.storefront-section-header--align-center .storefront-section-header__main {
  justify-items: center;
}

.storefront-section-header--align-right {
  text-align: right;
  flex-direction: row-reverse;
}

.storefront-section-header--align-right .storefront-section-header__main {
  justify-items: end;
}

.storefront-empty-state-wrap {
  padding-block: 0.35rem;
}

.storefront-empty-state {
  display: grid;
  gap: 0.4rem;
  place-items: start;
  padding: 1rem;
  border-style: dashed;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.storefront-empty-state__title {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1rem;
  font-weight: 800;
}

.storefront-empty-state__description {
  margin: 0;
  max-width: 60ch;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.9rem;
  line-height: 1.55;
}

.storefront-summary-panel {
  padding: 0.95rem;
}

.storefront-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(23, 37, 58, 0.08);
}

.storefront-panel-head__title {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1rem;
  font-weight: 800;
}

.storefront-panel-head__meta {
  margin: 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.84rem;
  line-height: 1.45;
}

.storefront-summary-stack {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.sectionHeaderMeta {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.84rem;
  line-height: 1.45;
}

.storefront-home-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, #f9fbfe 0%, var(--site-theme-surface-warm, #fffaf3) 38%, var(--site-theme-surface-cool, #edf4ff) 100%);
  box-shadow: 0 18px 42px rgba(18, 26, 36, 0.06);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  min-height: clamp(360px, 38vw, 520px);
  isolation: isolate;
}

.storefront-home-hero--mode-single_image,
.storefront-home-hero--mode-background_slider,
.storefront-home-hero--mode-theme_gradient {
  grid-template-columns: 1fr;
}

.storefront-home-hero--slide-layout-text_right {
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
}

.storefront-home-hero--slide-layout-text_right .storefront-home-hero__content {
  order: 2;
}

.storefront-home-hero--slide-layout-text_right .storefront-home-hero__visual {
  order: 1;
}

.storefront-home-hero--mode-theme_gradient {
  background:
    radial-gradient(circle at 82% 18%, color-mix(in srgb, var(--site-theme-primary, #3f8d95) 14%, transparent), transparent 26%),
    linear-gradient(135deg, #f9fbfe 0%, var(--site-theme-surface-warm, #fffaf3) 38%, var(--site-theme-surface-cool, #edf4ff) 100%) !important;
}

.storefront-home-hero--height-compact { min-height: 320px; }
.storefront-home-hero--height-medium { min-height: 420px; }
.storefront-home-hero--height-large { min-height: clamp(440px, 42vw, 600px); }
.storefront-home-hero--height-immersive { min-height: clamp(560px, 58vw, 760px); }

.storefront-home-hero--text-center .storefront-home-hero__content {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.storefront-home-hero--text-right .storefront-home-hero__content {
  justify-items: end;
  text-align: right;
  margin-left: auto;
}

.storefront-home-hero--v-top .storefront-home-hero__content { align-content: start; }
.storefront-home-hero--v-middle .storefront-home-hero__content { align-content: center; }
.storefront-home-hero--v-bottom .storefront-home-hero__content { align-content: end; }

.storefront-home-hero--headline-medium .storefront-home-hero__title { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.storefront-home-hero--headline-large .storefront-home-hero__title { font-size: clamp(1.85rem, 4vw, 3.15rem); }
.storefront-home-hero--headline-display .storefront-home-hero__title { font-size: clamp(2.1rem, 5vw, 4rem); }
.storefront-home-hero--headline-jumbo .storefront-home-hero__title { font-size: clamp(2.4rem, 6.4vw, 5.4rem); }

.storefront-home-hero__background,
.storefront-home-hero__background-slider,
.storefront-home-hero__background-slide {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.storefront-home-hero__background,
.storefront-home-hero__background-slide {
  background-size: cover;
  background-position: center;
}

.storefront-home-hero__background::after,
.storefront-home-hero__background-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--hero-overlay-color, linear-gradient(90deg, rgba(15, 23, 42, 0.62), rgba(15, 23, 42, 0.22)));
}

.storefront-home-hero__background-slide {
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 700ms ease, transform 1200ms ease;
}

.storefront-home-hero__background-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.storefront-home-hero--mode-single_image .storefront-home-hero__content,
.storefront-home-hero--mode-background_slider .storefront-home-hero__content {
  color: #fff;
}

.storefront-home-hero--mode-single_image .storefront-home-hero__eyebrow,
.storefront-home-hero--mode-single_image .storefront-home-hero__title,
.storefront-home-hero--mode-single_image .storefront-home-hero__subheadline,
.storefront-home-hero--mode-single_image .storefront-home-hero__description,
.storefront-home-hero--mode-background_slider .storefront-home-hero__eyebrow,
.storefront-home-hero--mode-background_slider .storefront-home-hero__title,
.storefront-home-hero--mode-background_slider .storefront-home-hero__subheadline,
.storefront-home-hero--mode-background_slider .storefront-home-hero__description {
  color: var(--hero-text-color, #fff);
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.24);
}

.storefront-home-hero__content {
  display: grid;
  gap: 0.8rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  align-content: center;
  position: relative;
  z-index: 2;
}

.storefront-home-hero__eyebrow {
  margin: 0;
  color: var(--hero-text-color, #36507a);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-home-hero__title {
  margin: 0;
  max-width: 15ch;
  color: var(--hero-text-color, var(--site-theme-text-strong, #17253a));
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.05;
  font-weight: 800;
}

.storefront-home-hero__subheadline {
  margin: 0;
  max-width: 48ch;
  color: var(--hero-text-color, var(--site-theme-primary-deep, #2f747b));
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.35;
  font-weight: 800;
}

.storefront-home-hero__description {
  margin: 0;
  max-width: 58ch;
  color: var(--hero-text-color, var(--site-theme-text-muted, #596373));
  font-size: 1rem;
  line-height: 1.65;
}

.storefront-home-hero__list,
.storefront-home-panel__list,
.storefront-content-panel__list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.05rem;
}

.storefront-home-hero__list {
  color: #46556a;
}

.storefront-home-hero__actions,
.storefront-content-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.storefront-home-hero__visual {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  z-index: 1;
}

.storefront-home-hero__visual::before {
  content: "";
  position: absolute;
  inset: 12% 6% 10% 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.24) 46%, transparent 68%),
    var(--hero-visual-bg, linear-gradient(135deg, color-mix(in srgb, var(--site-theme-primary, #3f8d95) 12%, white), color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 82%, white)));
  filter: blur(0.2px);
  opacity: 0.92;
  z-index: -2;
}

.storefront-home-hero__orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
  animation: heroOrbFloat 8s ease-in-out infinite alternate;
}

.storefront-home-hero__orb--one {
  width: 92px;
  height: 92px;
  right: 10%;
  top: 14%;
  background: color-mix(in srgb, var(--site-theme-primary, #3f8d95) 30%, transparent);
}

.storefront-home-hero__orb--two {
  width: 58px;
  height: 58px;
  left: 10%;
  bottom: 16%;
  background: color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 20%, transparent);
  animation-delay: -2.5s;
}

.storefront-home-hero__slider {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.storefront-home-hero--visual-compact .storefront-home-hero__slider {
  width: min(100%, 320px);
}

.storefront-home-hero--visual-medium .storefront-home-hero__slider {
  width: min(100%, 440px);
}

.storefront-home-hero--visual-large .storefront-home-hero__slider {
  width: min(100%, 520px);
}

.storefront-home-hero--visual-full .storefront-home-hero__slider {
  width: min(100%, 620px);
}

.storefront-home-hero__slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  opacity: 0;
  transform: translateX(28px) scale(0.94) rotate(1deg);
  transition: opacity 520ms ease, transform 680ms ease;
  pointer-events: none;
}

.storefront-home-hero__slide::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 32px;
  background: var(--hero-slide-visual-bg, transparent);
  opacity: 0.9;
  z-index: -1;
}

.storefront-home-hero__slide.is-active,
.storefront-home-hero__slide:only-child {
  opacity: 1;
  transform: translateX(0) scale(1) rotate(0);
  pointer-events: auto;
}

.storefront-home-hero__slide.is-active img,
.storefront-home-hero__slide:only-child img {
  animation: heroSingleFloat 6s ease-in-out infinite alternate;
}

.storefront-home-hero__slide.is-exiting {
  opacity: 0;
  transform: translateX(-28px) scale(0.96) rotate(-1deg);
}

.storefront-home-hero__slide picture {
  display:contents;
}

.storefront-home-hero__slide img {
  width: min(100%, 390px);
  height: min(100%, 390px);
  object-fit: contain;
  filter: drop-shadow(0 26px 32px rgba(15, 23, 42, 0.18));
}

.storefront-home-hero--visual-compact .storefront-home-hero__slide img {
  width: min(100%, 260px);
  height: min(100%, 260px);
}

.storefront-home-hero--visual-large .storefront-home-hero__slide img {
  width: min(100%, 450px);
  height: min(100%, 450px);
}

.storefront-home-hero--visual-full .storefront-home-hero__slide img {
  width: min(100%, 540px);
  height: min(100%, 540px);
}

.storefront-home-hero__slide figcaption {
  position: absolute;
  left: 50%;
  bottom: 6%;
  transform: translateX(-50%);
  min-width: min(260px, 88%);
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--site-theme-text-strong, #17253a);
  text-align: center;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.storefront-home-hero__slide figcaption strong,
.storefront-home-hero__slide figcaption span,
.storefront-home-hero__slide figcaption a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.storefront-home-hero__slide figcaption strong {
  font-size: 0.85rem;
}

.storefront-home-hero__slide figcaption span {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.74rem;
}

.storefront-home-hero__slide figcaption a {
  margin-top: 0.22rem;
  color: var(--site-theme-primary-deep, #2f747b);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: none;
}

.storefront-home-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.storefront-home-hero__dot {
  width: 0.52rem;
  height: 0.52rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease, transform 180ms ease;
}

.storefront-home-hero__dot.is-active {
  width: 1.4rem;
  background: var(--site-theme-primary, #3f8d95);
  transform: scale(1.02);
}

.storefront-home-hero--ads {
  display: block;
  min-height: 0;
  background: var(--hero-ad-bg, #f8fbff);
}

.storefront-hero-section--spacing-flush_top {
  padding-top: 0 !important;
  padding-bottom: 1.5rem !important;
}

.storefront-hero-section--spacing-standard {
  padding-bottom: 1.5rem !important;
}

.storefront-home-hero--frame-none {
  border: 0;
  box-shadow: none;
}

.storefront-home-hero--frame-border {
  border: 1px solid rgba(23, 37, 58, 0.12);
  box-shadow: none;
}

.storefront-home-hero--frame-panel {
  border: 1px solid rgba(23, 37, 58, 0.08);
  box-shadow: 0 18px 42px rgba(18, 26, 36, 0.06);
}

.storefront-home-hero--corners-sharp {
  border-radius: 0;
}

.storefront-home-hero--corners-soft {
  border-radius: 8px;
}

.storefront-home-hero--corners-rounded {
  border-radius: 24px;
}

.storefront-home-hero--ads.storefront-home-hero--height-compact,
.storefront-home-hero--ads.storefront-home-hero--height-medium,
.storefront-home-hero--ads.storefront-home-hero--height-large,
.storefront-home-hero--ads.storefront-home-hero--height-immersive {
  min-height: 0;
}

.storefront-home-hero__ad-slider {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: inherit;
  background: inherit;
  isolation: isolate;
}

.storefront-home-hero--height-compact .storefront-home-hero__ad-slider { min-height: 330px; }
.storefront-home-hero--height-medium .storefront-home-hero__ad-slider { min-height: 390px; }
.storefront-home-hero--height-large .storefront-home-hero__ad-slider { min-height: 470px; }
.storefront-home-hero--height-immersive .storefront-home-hero__ad-slider { min-height: 560px; }

.storefront-home-hero__ad-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  align-items: center;
  gap: clamp(1rem, 3%, 2.4rem);
  padding: clamp(1.4rem, 4%, 3.2rem) clamp(2rem, 6%, 5rem);
  background: var(--hero-ad-bg, linear-gradient(135deg, #ffffff, #edf4ff));
  color: var(--hero-ad-text, #17253a);
  opacity: 0;
  transform: scale(1.01);
  pointer-events: none;
  transition: opacity 820ms ease, transform 1100ms ease;
  z-index: 1;
}

.storefront-home-hero__ad-slide.is-active,
.storefront-home-hero__ad-slide:only-child {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

.storefront-home-hero__ad-slide.is-exiting {
  opacity: 0;
  transform: scale(1.015);
  z-index: 1;
}

.storefront-home-hero__ad-slide--mint_market { --hero-ad-bg: linear-gradient(135deg, #dff5e4 0%, #f7fff8 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--lavender_deals { --hero-ad-bg: linear-gradient(135deg, #e4a7ff 0%, #f3d3ff 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--soft_rose { --hero-ad-bg: linear-gradient(135deg, #ffe1ec 0%, #fff7fa 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--sky_tech { --hero-ad-bg: linear-gradient(135deg, #d8efff 0%, #f7fbff 100%); --hero-ad-text: #10243e; }
.storefront-home-hero__ad-slide--warm_sale { --hero-ad-bg: linear-gradient(135deg, #fff2b8 0%, #fffaf0 100%); --hero-ad-text: #221a05; }
.storefront-home-hero__ad-slide--sunny_orange { --hero-ad-bg: linear-gradient(135deg, #ffd166 0%, #fff3cf 100%); --hero-ad-text: #1f2937; }
.storefront-home-hero__ad-slide--market_gold { --hero-ad-bg: linear-gradient(135deg, #ff9900 0%, #ffc400 58%, #ffe083 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--prime_gold { --hero-ad-bg: linear-gradient(135deg, #f59e0b 0%, #facc15 52%, #fef3c7 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--apricot_glow { --hero-ad-bg: linear-gradient(135deg, #ffbd7a 0%, #ffe8d1 100%); --hero-ad-text: #271305; }
.storefront-home-hero__ad-slide--peach_comfort { --hero-ad-bg: linear-gradient(135deg, #ffd7bf 0%, #fff4ea 100%); --hero-ad-text: #243044; }
.storefront-home-hero__ad-slide--deal_orange { --hero-ad-bg: linear-gradient(135deg, #ffc14f 0%, #ffe49a 55%, #fff7db 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--gift_cream { --hero-ad-bg: linear-gradient(135deg, #ffefcf 0%, #fffaf0 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--mist_gray { --hero-ad-bg: linear-gradient(135deg, #eef2f3 0%, #ffffff 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--silver_air { --hero-ad-bg: linear-gradient(135deg, #dfe7ea 0%, #f9fbfc 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--charcoal_soft { --hero-ad-bg: linear-gradient(135deg, #334155 0%, #64748b 100%); --hero-ad-text: #ffffff; }
.storefront-home-hero__ad-slide--fresh_green { --hero-ad-bg: linear-gradient(135deg, #c8f7c5 0%, #f4fff3 100%); --hero-ad-text: #153225; }
.storefront-home-hero__ad-slide--sage_light { --hero-ad-bg: linear-gradient(135deg, #dbead2 0%, #fbfff7 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--lime_spark { --hero-ad-bg: linear-gradient(135deg, #d9f99d 0%, #f7fee7 100%); --hero-ad-text: #1f2a10; }
.storefront-home-hero__ad-slide--clean_white { --hero-ad-bg: linear-gradient(135deg, #ffffff 0%, #eef5f8 100%); --hero-ad-text: #17253a; }
.storefront-home-hero__ad-slide--dark_premium { --hero-ad-bg: linear-gradient(135deg, #17253a 0%, #2f3f57 100%); --hero-ad-text: #ffffff; }

.storefront-home-hero__ad-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.storefront-home-hero__ad-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-home-hero__ad-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.78), rgba(255,255,255,0.22));
  z-index: 1;
}

.storefront-home-hero__ad-slide--dark_premium .storefront-home-hero__ad-bg::after {
  background: linear-gradient(90deg, rgba(15,23,42,0.78), rgba(15,23,42,0.2));
}

.storefront-home-hero__ad-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 0.72rem;
  justify-items: start;
  color: var(--hero-ad-text, #17253a);
}

.storefront-home-hero__ad-slide--text-center .storefront-home-hero__ad-copy {
  justify-items: center;
  text-align: center;
}

.storefront-home-hero__ad-slide--text-right .storefront-home-hero__ad-copy {
  justify-items: end;
  text-align: right;
}

.storefront-home-hero__ad-slide .storefront-home-hero__eyebrow,
.storefront-home-hero__ad-slide .storefront-home-hero__title,
.storefront-home-hero__ad-slide .storefront-home-hero__subheadline,
.storefront-home-hero__ad-slide .storefront-home-hero__description {
  color: var(--hero-ad-text, #17253a);
  text-shadow: none;
}

.storefront-home-hero__ad-slide .storefront-home-hero__title {
  max-width: 13ch;
  font-size: 3rem;
}

.storefront-home-hero--headline-medium .storefront-home-hero__ad-slide .storefront-home-hero__title { font-size: 2.15rem; }
.storefront-home-hero--headline-large .storefront-home-hero__ad-slide .storefront-home-hero__title { font-size: 2.6rem; }
.storefront-home-hero--headline-display .storefront-home-hero__ad-slide .storefront-home-hero__title { font-size: 3rem; }
.storefront-home-hero--headline-jumbo .storefront-home-hero__ad-slide .storefront-home-hero__title { font-size: 3.5rem; }

.storefront-home-hero__ad-slide .storefront-home-hero__description {
  max-width: 42rem;
}

.storefront-home-hero__ad-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 1.15rem;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.storefront-home-hero__ad-cta:hover {
  transform: translateY(-1px);
}

.storefront-home-hero__ad-cta--dark {
  background: #17253a;
  color: #fff;
  box-shadow: 0 12px 24px rgba(15,23,42,0.18);
}

.storefront-home-hero__ad-cta--light {
  background: #fff;
  color: #17253a;
  box-shadow: 0 12px 24px rgba(15,23,42,0.12);
}

.storefront-home-hero__ad-cta--outline {
  background: rgba(255,255,255,0.18);
  color: var(--hero-ad-text, #17253a);
  border-color: currentColor;
}

.storefront-home-hero__ad-visual {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(100%, 560px);
  min-height: 280px;
  margin: 0;
}

.storefront-home-hero__ad-visual::before {
  display: none;
}

.storefront-home-hero__ad-visual img {
  width: min(100%, 430px);
  height: min(100%, 360px);
  object-fit: contain;
  filter: drop-shadow(0 28px 32px rgba(15,23,42,0.2));
  animation: heroSingleFloat 6s ease-in-out infinite alternate;
}

.storefront-home-hero__ad-visual--compact img { width: min(100%, 270px); height: min(100%, 250px); }
.storefront-home-hero__ad-visual--medium img { width: min(100%, 350px); height: min(100%, 310px); }
.storefront-home-hero__ad-visual--large img { width: min(100%, 430px); height: min(100%, 360px); }
.storefront-home-hero__ad-visual--hero img { width: min(100%, 560px); height: min(100%, 430px); }

.storefront-home-hero__ad-slide--layout-text_right {
  grid-template-columns: minmax(280px, 1.08fr) minmax(0, 0.92fr);
}

.storefront-home-hero__ad-slide--layout-text_right .storefront-home-hero__ad-copy {
  order: 2;
}

.storefront-home-hero__ad-slide--layout-text_right .storefront-home-hero__ad-visual {
  order: 1;
}

.storefront-home-hero__ad-slide--media-left .storefront-home-hero__ad-visual {
  order: 1;
}

.storefront-home-hero__ad-slide--media-left .storefront-home-hero__ad-copy {
  order: 2;
}

.storefront-home-hero__ad-slide--media-center {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.storefront-home-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: rgba(255,255,255,0.42);
  box-shadow: 0 12px 26px rgba(15,23,42,0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 180ms ease, transform 180ms ease;
}

.storefront-home-hero__arrow:hover {
  background: rgba(255,255,255,0.72);
  transform: translateY(-50%) scale(1.03);
}

.storefront-home-hero__arrow::before {
  content: "";
  position: absolute;
  inset: 15px 17px;
  border-top: 2px solid #17253a;
  border-left: 2px solid #17253a;
}

.storefront-home-hero__arrow--prev {
  left: 18px;
}

.storefront-home-hero__arrow--prev::before {
  transform: rotate(-45deg);
}

.storefront-home-hero__arrow--next {
  right: 18px;
}

.storefront-home-hero__arrow--next::before {
  transform: rotate(135deg);
}

.storefront-home-hero--ads .storefront-home-hero__dots {
  background: rgba(255,255,255,0.5);
}

.storefront-home-hero--ads .storefront-home-hero__dot {
  background: rgba(23,37,58,0.28);
}

.storefront-home-hero--ads .storefront-home-hero__dot.is-active {
  background: #17253a;
}

@keyframes heroSingleFloat {
  from { transform: translateY(8px) scale(0.99); }
  to { transform: translateY(-8px) scale(1.02); }
}

@keyframes heroOrbFloat {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-12px, 14px, 0) scale(1.08); }
}

.storefront-home-banner,
.storefront-home-panel,
.storefront-content-panel,
.storefront-promo-panel {
  padding: 1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(18, 26, 36, 0.04);
}

.storefront-home-banner__eyebrow,
.storefront-promo-panel__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--site-theme-primary-deep, #2f747b);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-home-banner__title,
.storefront-content-panel__title,
.storefront-promo-panel__title {
  margin: 0 0 0.55rem;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.storefront-home-banner__description,
.storefront-home-banner__body,
.storefront-home-panel__body,
.storefront-content-panel__body,
.storefront-promo-panel__description,
.storefront-promo-panel__body {
  margin: 0 0 0.75rem;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.93rem;
  line-height: 1.65;
}

.storefront-home-panel__body--large {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.storefront-home-banner__description--light {
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.18);
}

.storefront-home-banner__cta,
.storefront-promo-panel__cta {
  margin-top: 0.1rem;
}

.storefront-brand-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.storefront-brand-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.15rem 0.15rem 1rem;
  scroll-snap-type: x proximity;
}

.storefront-brand-rail--standard {
  gap: 0.9rem;
}

.storefront-brand-rail--wide {
  gap: 1rem;
}

.storefront-brand-rail::-webkit-scrollbar {
  height: 10px;
}

.storefront-brand-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 37, 58, 0.18);
}

.storefront-brand-rail__item {
  min-width: 0;
  scroll-snap-align: start;
}

.storefront-section-height--compact .storefront-home-banner,
.storefront-section-height--compact .storefront-home-panel,
.storefront-section-height--compact .storefront-content-panel,
.storefront-section-height--compact .storefront-promo-panel,
.storefront-section-height--compact .storefront-category-card,
.storefront-section-height--compact .storefront-promo-card__inner {
  min-height: 0;
}

.storefront-section-height--standard .storefront-home-banner,
.storefront-section-height--standard .storefront-home-panel,
.storefront-section-height--standard .storefront-content-panel,
.storefront-section-height--standard .storefront-promo-panel,
.storefront-section-height--standard .storefront-category-card,
.storefront-section-height--standard .storefront-promo-card__inner {
  min-height: 220px;
}

.storefront-section-height--tall .storefront-home-banner,
.storefront-section-height--tall .storefront-home-panel,
.storefront-section-height--tall .storefront-content-panel,
.storefront-section-height--tall .storefront-promo-panel,
.storefront-section-height--tall .storefront-category-card,
.storefront-section-height--tall .storefront-promo-card__inner {
  min-height: 280px;
}

.storefront-section-height--showcase .storefront-home-banner,
.storefront-section-height--showcase .storefront-home-panel,
.storefront-section-height--showcase .storefront-content-panel,
.storefront-section-height--showcase .storefront-promo-panel,
.storefront-section-height--showcase .storefront-category-card,
.storefront-section-height--showcase .storefront-promo-card__inner {
  min-height: 340px;
}

.storefront-section-height--compact .storefront-product-rail,
.storefront-section-height--compact .storefront-promo-rail {
  grid-auto-columns: minmax(220px, 260px);
}

.storefront-section-height--tall .storefront-product-rail,
.storefront-section-height--tall .storefront-promo-rail {
  grid-auto-columns: minmax(280px, 320px);
}

.storefront-section-height--showcase .storefront-product-rail,
.storefront-section-height--showcase .storefront-promo-rail {
  grid-auto-columns: minmax(320px, 380px);
}

.storefront-builder-slider {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
  justify-content: start;
}

.storefront-promo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
}

.storefront-promo-grid .storefront-promo-card,
.storefront-promo-grid .storefront-promo-card__inner {
  min-width: 0;
  height: 100%;
}

.storefront-grid-layout--desktop-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.storefront-grid-layout--desktop-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.storefront-grid-layout--tablet-1 {
  --storefront-grid-tablet-cols: 1;
}

.storefront-grid-layout--tablet-2 {
  --storefront-grid-tablet-cols: 2;
}

.storefront-grid-layout--tablet-3 {
  --storefront-grid-tablet-cols: 3;
}

.storefront-grid-layout--tablet-4 {
  --storefront-grid-tablet-cols: 4;
}

@media (min-width: 1200px) {
  .storefront-featured-products-track--grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    justify-content: flex-start;
  }
}

.storefront-promo-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 340px);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.9rem;
}

.storefront-rail-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.storefront-rail-shell .storefront-product-rail,
.storefront-rail-shell .storefront-brand-rail,
.storefront-rail-shell .storefront-promo-rail,
.storefront-rail-shell .storefront-featured-categories-track--slider,
.storefront-rail-shell .storefront-related-products-rail {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  scroll-behavior: smooth;
}

.storefront-rail-shell--nav-hidden .storefront-rail-nav {
  opacity: 0;
  pointer-events: none;
}

.storefront-rail-nav {
  position: absolute;
  top: 50%;
  z-index: 12;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23, 37, 58, 0.12);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--site-theme-primary-deep, #2f747b);
  box-shadow: 0 14px 28px rgba(18, 26, 36, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease, border-color 160ms ease;
}

.storefront-rail-nav:hover {
  transform: translateY(-50%) scale(1.03);
  border-color: rgba(23, 37, 58, 0.2);
  box-shadow: 0 18px 34px rgba(18, 26, 36, 0.16);
}

.storefront-rail-nav[disabled] {
  opacity: 0.38;
  pointer-events: none;
}

.storefront-rail-nav svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.storefront-rail-nav--prev {
  left: -14px;
}

.storefront-rail-nav--next {
  right: -14px;
}

@media (max-width: 767px) {
  .storefront-rail-nav {
    display: none !important;
  }
}

.storefront-promo-rail--compact {
  grid-auto-columns: minmax(240px, 280px);
}

.storefront-promo-rail--wide {
  grid-auto-columns: minmax(340px, 400px);
}

.storefront-product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 248px);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.15rem 0.15rem 1rem;
  scroll-snap-type: x proximity;
}

.storefront-product-rail--compact {
  grid-auto-columns: minmax(220px, 220px);
}

.storefront-product-rail--wide {
  grid-auto-columns: minmax(280px, 300px);
}

.storefront-product-rail::-webkit-scrollbar {
  height: 10px;
}

.storefront-product-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 37, 58, 0.18);
}

.storefront-product-rail__item {
  scroll-snap-align: start;
  min-width: 0;
}

.storefront-featured-categories-track--slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 248px);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.15rem 0.15rem 1rem;
  padding-bottom: 0.75rem;
  scroll-snap-type: x proximity;
}

.storefront-featured-categories-track--slider::-webkit-scrollbar {
  height: 10px;
}

.storefront-featured-categories-track--slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(23, 37, 58, 0.18);
}

.storefront-featured-categories-track--slider .storefront-category-card {
  scroll-snap-align: start;
  width: 100%;
  min-width: 0;
}

@media (min-width: 1025px) {
  .storefront-product-rail::-webkit-scrollbar,
  .storefront-brand-rail::-webkit-scrollbar,
  .storefront-promo-rail::-webkit-scrollbar,
  .storefront-featured-categories-track--slider::-webkit-scrollbar,
  .storefront-related-products-rail::-webkit-scrollbar {
    display: none;
  }

  .storefront-product-rail,
  .storefront-brand-rail,
  .storefront-promo-rail,
  .storefront-featured-categories-track--slider,
  .storefront-related-products-rail {
    scrollbar-width: none;
    padding-inline: 0.2rem;
  }
}

.storefront-featured-products-track__item {
  min-width: 0;
}

.storefront-product-card--compact .mediaSurface {
  min-height: 180px;
}

.storefront-product-card--compact .content {
  gap: 0.45rem;
}

.storefront-product-card--compact .title {
  font-size: 0.92rem;
}

.storefront-product-rail--dynamic:empty {
  min-height: 320px;
}

.storefront-recent-empty {
  margin-top: 0.5rem;
}

.storefront-builder-slide {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 0.55rem;
}

.storefront-builder-slide--rail {
  min-height: 260px;
  min-width: 0;
}

.storefront-promo-card {
  min-width: 0;
}

.storefront-promo-card__inner {
  --promo-card-bg: rgba(255, 255, 255, 0.94);
  --promo-card-text: var(--site-theme-text-strong, #17253a);
  --promo-card-muted: var(--site-theme-text-muted, #596373);
  --promo-card-accent: var(--site-theme-surface-cool, #edf4ff);
  display: grid;
  gap: 0.85rem;
  height: 100%;
  padding: 0.9rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 18px;
  background: var(--promo-card-bg);
  box-shadow: 0 10px 24px rgba(18, 26, 36, 0.04);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.storefront-promo-card__inner:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 37, 58, 0.14);
  box-shadow: 0 16px 34px rgba(18, 26, 36, 0.08);
}

.storefront-promo-card__media {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.storefront-promo-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-promo-card__media--placeholder {
  display: grid;
  place-items: center;
  color: var(--site-theme-text-muted, #596373);
  font-weight: 700;
}

.storefront-promo-card__media--offer {
  position: relative;
  min-height: 150px;
  aspect-ratio: auto;
  padding: 0.85rem;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.25rem;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.5) 0 13%, transparent 14%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.38) 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.05));
  color: var(--promo-card-text);
  overflow: hidden;
}

.storefront-promo-card__media--offer::before,
.storefront-promo-card__media--offer::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.storefront-promo-card__media--offer::before {
  width: 150px;
  height: 150px;
  right: -44px;
  bottom: -52px;
}

.storefront-promo-card__media--offer::after {
  width: 92px;
  height: 92px;
  left: -28px;
  top: -26px;
}

.storefront-promo-card__badge,
.storefront-promo-card__pickup,
.storefront-promo-card__requirement {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #9a3412;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.storefront-promo-card__badge {
  padding: 0.48rem 0.72rem;
}

.storefront-promo-card__discount {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 950;
  line-height: 0.9;
  text-shadow: 0 10px 24px rgba(124, 45, 18, 0.28);
}

.storefront-promo-card__discount-suffix {
  position: relative;
  z-index: 1;
  color: #fff7ed;
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.storefront-promo-card__pickup {
  margin-top: 0.4rem;
  padding: 0.52rem 0.8rem;
  background: rgba(17, 24, 39, 0.9);
  color: #ffffff;
}

.storefront-promo-card__requirement {
  padding: 0.42rem 0.7rem;
  background: rgba(255, 255, 255, 0.86);
  color: #111827;
  font-size: 0.72rem;
}

.storefront-promo-card__copy {
  display: grid;
  gap: 0.35rem;
}

.storefront-promo-card__eyebrow {
  margin: 0;
  color: var(--promo-card-muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.storefront-promo-card__title {
  margin: 0;
  color: var(--promo-card-text);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.3;
}

.storefront-promo-card__text {
  margin: 0;
  color: var(--promo-card-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.storefront-promo-card__link {
  color: var(--site-theme-primary-deep, #2f747b);
  font-size: 0.86rem;
  font-weight: 800;
}

.storefront-builder-media-panel,
.storefront-builder-video-panel {
  display: grid;
  gap: 1.25rem;
  --storefront-video-visual-max-width: 860px;
  --storefront-video-frame-max-height: min(68vh, 620px);
  --storefront-video-frame-radius: 22px;
}

.storefront-builder-media {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.storefront-builder-media img,
.storefront-builder-split__visual img,
.storefront-builder-video-visual img {
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  background: #f6f8fb;
}

.storefront-builder-media img {
  max-height: 540px;
}

.storefront-builder-media figcaption {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.95rem;
}

.storefront-builder-split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  align-items: center;
}

.storefront-builder-split--image-left .storefront-builder-split__copy {
  order: 2;
}

.storefront-builder-split--image-left .storefront-builder-split__visual {
  order: 1;
}

.storefront-builder-split__visual,
.storefront-builder-video-visual {
  position: relative;
}

.storefront-builder-split__visual img,
.storefront-builder-video-visual img {
  min-height: 320px;
}

.storefront-builder-visual-placeholder {
  min-height: 320px;
  border-radius: 22px;
  border: 1px dashed #c7d4e2;
  display: grid;
  place-items: center;
  color: var(--site-theme-text-muted, #596373);
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.storefront-builder-video-panel--split {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
}

.storefront-builder-video-copy {
  display: grid;
  gap: 1rem;
}

.storefront-builder-video-copy--stacked {
  width: min(100%, var(--storefront-video-visual-max-width));
  max-width: none;
  justify-self: center;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--center,
.storefront-builder-video-copy--stacked.storefront-builder-video-copy--right {
  justify-items: stretch;
}

.storefront-builder-video-copy--stacked .storefront-section-header {
  width: 100%;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--center .storefront-section-header__main {
  justify-items: center;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--center .storefront-section-header {
  text-align: center;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--center > .storefront-home-panel__body,
.storefront-builder-video-copy--stacked.storefront-builder-video-copy--center > .tf-btn {
  justify-self: center;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--right .storefront-section-header {
  text-align: right;
  flex-direction: row-reverse;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--right .storefront-section-header__main {
  justify-items: end;
}

.storefront-builder-video-copy--stacked.storefront-builder-video-copy--right > .storefront-home-panel__body,
.storefront-builder-video-copy--stacked.storefront-builder-video-copy--right > .tf-btn {
  justify-self: end;
}

.storefront-builder-video-copy--center {
  text-align: center;
  justify-items: center;
}

.storefront-builder-video-copy--right {
  text-align: right;
  justify-items: end;
}

.storefront-builder-video-visual {
  display: grid;
  gap: 0.85rem;
  width: min(100%, var(--storefront-video-visual-max-width));
  justify-self: center;
}

.storefront-builder-video-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: var(--storefront-video-frame-radius);
  background: #07111f;
  box-shadow: 0 24px 60px rgba(7, 17, 31, 0.16);
  max-height: var(--storefront-video-frame-max-height);
}

.storefront-builder-video-player,
.storefront-builder-video-embed,
.storefront-builder-video-visual img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #07111f;
}

.storefront-builder-video-panel--ratio-landscape .storefront-builder-video-frame {
  aspect-ratio: 16 / 9;
}

.storefront-builder-video-panel--ratio-cinema .storefront-builder-video-frame {
  aspect-ratio: 21 / 9;
}

.storefront-builder-video-panel--ratio-square .storefront-builder-video-frame {
  aspect-ratio: 1 / 1;
}

.storefront-builder-video-panel--ratio-portrait .storefront-builder-video-frame {
  aspect-ratio: 4 / 5;
}

.storefront-builder-video-panel--visual-compact {
  --storefront-video-visual-max-width: 680px;
  --storefront-video-frame-max-height: min(54vh, 440px);
}

.storefront-builder-video-panel--visual-medium {
  --storefront-video-visual-max-width: 860px;
  --storefront-video-frame-max-height: min(68vh, 620px);
}

.storefront-builder-video-panel--visual-large {
  --storefront-video-visual-max-width: 1040px;
  --storefront-video-frame-max-height: min(74vh, 720px);
}

.storefront-builder-video-panel--visual-full {
  --storefront-video-visual-max-width: 100%;
  --storefront-video-frame-max-height: min(80vh, 820px);
}

.storefront-builder-video-panel--split .storefront-builder-video-visual {
  width: 100%;
  justify-self: stretch;
}

.storefront-builder-video-panel--split.storefront-builder-video-panel--visual-compact .storefront-builder-video-visual {
  max-width: 500px;
}

.storefront-builder-video-panel--split.storefront-builder-video-panel--visual-medium .storefront-builder-video-visual {
  max-width: 600px;
}

.storefront-builder-video-panel--split.storefront-builder-video-panel--visual-large .storefront-builder-video-visual {
  max-width: 720px;
}

.storefront-builder-video-panel--split.storefront-builder-video-panel--visual-full .storefront-builder-video-visual {
  max-width: none;
}

.storefront-builder-video-panel--corners-sharp {
  --storefront-video-frame-radius: 0;
}

.storefront-builder-video-panel--corners-soft {
  --storefront-video-frame-radius: 22px;
}

.storefront-builder-video-panel--corners-rounded {
  --storefront-video-frame-radius: 34px;
}

.storefront-builder-video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: clamp(1rem, 2vw, 1.75rem);
  background: linear-gradient(180deg, rgba(7, 17, 31, 0.1) 8%, rgba(7, 17, 31, 0.78) 100%);
  pointer-events: none;
}

.storefront-builder-video-overlay--center {
  justify-content: center;
  text-align: center;
}

.storefront-builder-video-overlay--right {
  justify-content: flex-end;
  text-align: right;
}

.storefront-builder-video-overlay__inner {
  width: min(100%, 640px);
  color: #fff;
  display: grid;
  gap: 0.75rem;
  pointer-events: auto;
}

.storefront-builder-video-overlay__title {
  margin: 0;
  color: inherit;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  line-height: 1.15;
}

.storefront-builder-video-overlay__description,
.storefront-builder-video-overlay__body {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

.storefront-builder-video-overlay__cta {
  justify-self: flex-start;
}

.storefront-builder-video-overlay--center .storefront-builder-video-overlay__cta {
  justify-self: center;
}

.storefront-builder-video-overlay--right .storefront-builder-video-overlay__cta {
  justify-self: end;
}

.storefront-builder-video-link {
  justify-self: flex-start;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(18, 32, 59, 0.88);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
}

.storefront-builder-video-related {
  grid-column: 1 / -1;
  display: grid;
  gap: 1rem;
  padding-top: 0.5rem;
}

.storefront-builder-video-related__head h4 {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1.05rem;
}

.storefront-brand-chip,
.storefront-category-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 36px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(23, 37, 58, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(18, 26, 36, 0.04);
}

.storefront-brand-chip--interactive {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.storefront-brand-chip:hover,
.storefront-category-chip:hover {
  color: var(--site-theme-text-strong, #17253a);
  border-color: rgba(23, 37, 58, 0.18);
  background: #f8fafc;
}

.storefront-brand-chip--interactive:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 26, 36, 0.08);
}

.storefront-brand-chip__name {
  white-space: nowrap;
}

.storefront-brand-chip__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--site-theme-primary, #3f8d95) 14%, white);
  color: var(--site-theme-primary-deep, #2f747b);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

.storefront-category-card {
  display: block;
  height: 100%;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(18, 26, 36, 0.04);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.storefront-category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 37, 58, 0.14);
  box-shadow: 0 16px 34px rgba(18, 26, 36, 0.08);
}

.storefront-category-card--compact {
  padding: 0.8rem 0.85rem;
  border-radius: 16px;
}

.storefront-category-card--chip {
  padding: 0.7rem 0.8rem;
  border-radius: 999px;
}

.storefront-category-card__content {
  display: grid;
  gap: 0.35rem;
}

.storefront-category-card__media {
  position: relative;
  margin-bottom: 0.85rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(23, 37, 58, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 44%, white) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  display: grid;
  place-items: center;
}

.storefront-category-card__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  max-width: calc(100% - 24px);
  max-height: calc(100% - 24px);
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
  display: none;
}

.storefront-category-card__image.is-active {
  display: block;
}

.storefront-category-card__title {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
}

.storefront-category-card__meta {
  margin: 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.86rem;
  line-height: 1.5;
}

.storefront-category-card__count {
  margin: 0.2rem 0 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.8rem;
  font-weight: 700;
}

.storefront-category-card__cta {
  margin-top: 0.15rem;
  color: var(--site-theme-primary-deep, #2f747b);
  font-size: 0.84rem;
  font-weight: 800;
}

.storefront-home-panel--support {
  display: grid;
  gap: 1.2rem;
}

.storefront-support-hub {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  align-items: start;
}

.storefront-support-hub__main,
.storefront-support-hub__assistant {
  min-width: 0;
}

.storefront-support-hub__body {
  margin: 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.98rem;
  line-height: 1.7;
}

.storefront-support-hub__highlights {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.storefront-support-hub__highlight {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.9rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.storefront-support-hub__highlight p {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  line-height: 1.55;
}

.storefront-support-hub__highlight-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--site-theme-primary, #3f8d95) 18%, white);
  color: var(--site-theme-primary-deep, #2f747b);
  font-weight: 900;
}

.storefront-support-hub__channels {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.storefront-support-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 26, 36, 0.05);
  text-decoration: none;
}

.storefront-support-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 72%, white);
  color: var(--site-theme-text-strong, #17253a);
  font-weight: 900;
}

.storefront-support-card--whatsapp .storefront-support-card__icon {
  background: #25d366;
  color: #ffffff;
}

.storefront-support-card__copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.storefront-support-card__copy strong {
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.95rem;
}

.storefront-support-card__copy span {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.storefront-support-hub__actions {
  margin-top: 1rem;
}

.storefront-support-hub__map {
  margin-top: 1rem;
}

.storefront-support-hub__map .storefront-map-embed iframe {
  min-height: 380px;
}

.storefront-support-assistant-card {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 40%, white) 100%);
  box-shadow: 0 12px 28px rgba(18, 26, 36, 0.06);
}

.storefront-support-assistant-card__head {
  display: grid;
  gap: 0.35rem;
}

.storefront-support-assistant-card__eyebrow,
.storefront-support-widget__eyebrow {
  color: var(--site-theme-primary-deep, #2f747b);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.storefront-support-assistant-card__head h4,
.storefront-support-widget__header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--site-theme-text-strong, #17253a);
}

.storefront-support-assistant-card__head p,
.storefront-support-widget__header p {
  margin: 0;
  color: var(--site-theme-text-muted, #596373);
  line-height: 1.6;
}

.storefront-support-assistant-card__bubble,
.storefront-support-message__bubble {
  max-width: 100%;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  line-height: 1.55;
  font-size: 0.92rem;
}

.storefront-support-assistant-card__bubble,
.storefront-support-message--assistant .storefront-support-message__bubble {
  background: #ffffff;
  border: 1px solid rgba(23, 37, 58, 0.08);
  color: var(--site-theme-text-strong, #17253a);
}

.storefront-support-assistant-card__prompts,
.storefront-support-widget__prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.storefront-support-prompt {
  border: 1px solid rgba(23, 37, 58, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  padding: 0.55rem 0.8rem;
  line-height: 1.35;
  cursor: pointer;
}

.storefront-support-assistant-card__footer {
  display: grid;
  gap: 0.55rem;
}

.storefront-support-assistant-card__footer small,
.storefront-support-widget__footer p {
  color: var(--site-theme-text-muted, #596373);
  line-height: 1.5;
}

.storefront-support-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1450;
  display: grid;
  gap: 0.65rem;
  justify-items: end;
}

.storefront-support-float__desktop-toggle,
.storefront-support-float__mobile-toggle {
  display: none;
}

.storefront-support-float__desktop-toggle,
.storefront-support-float__whatsapp,
.storefront-support-float__chat {
  min-height: 52px;
  min-width: 52px;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  box-shadow: 0 16px 34px rgba(18, 26, 36, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-decoration: none;
  cursor: pointer;
}

.storefront-support-float__desktop-toggle {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 250, 0.98) 100%);
  color: #152235;
  border-color: rgba(23, 37, 58, 0.12);
}

.storefront-support-float__whatsapp {
  background: linear-gradient(180deg, #35d96f 0%, #18b958 100%);
  color: #ffffff;
}

.storefront-support-float__chat {
  background: linear-gradient(180deg, color-mix(in srgb, var(--site-theme-primary, #3f8d95) 92%, white) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
}

.storefront-support-float__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.storefront-support-float__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.storefront-support-float__text,
.storefront-support-float__chat-label,
.storefront-support-float__desktop-label {
  white-space: nowrap;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1;
}

.storefront-back-to-top {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 1440;
  width: 48px;
  height: 48px;
  border: 1px solid color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 22%, white);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 70%, white) 100%);
  color: var(--site-theme-primary-deep, #2f747b);
  box-shadow: 0 16px 34px rgba(18, 26, 36, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.storefront-back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.storefront-back-to-top:hover,
.storefront-back-to-top:focus-visible {
  border-color: color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 42%, white);
  box-shadow: 0 18px 38px rgba(18, 26, 36, 0.2);
  outline: none;
}

.storefront-back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (min-width: 768px) {
  .storefront-support-float__desktop-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.72rem;
  }

  .storefront-support-float__whatsapp,
  .storefront-support-float__chat {
    display: none;
  }

  .storefront-support-mobile-menu__panel {
    right: 18px;
    left: auto;
    bottom: 84px;
    width: min(360px, calc(100vw - 32px));
    border-radius: 20px;
  }
}

.storefront-support-widget {
  position: fixed;
  inset: 0;
  z-index: 1500;
}

.storefront-support-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1490;
}

.storefront-support-mobile-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.28);
}

.storefront-support-mobile-menu__panel {
  position: absolute;
  right: 18px;
  bottom: calc(var(--storefront-mobile-bottom-nav-height, 72px) + 84px);
  width: min(100vw - 24px, 320px);
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(23, 37, 58, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 36%, white) 100%);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.storefront-support-mobile-menu__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.storefront-support-mobile-menu__head h3 {
  margin: 0.2rem 0 0;
  font-size: 1.02rem;
  color: var(--site-theme-text-strong, #17253a);
}

.storefront-support-mobile-menu__close {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
}

.storefront-support-mobile-menu__actions {
  display: grid;
  gap: 0.7rem;
}

.storefront-support-mobile-menu__action {
  min-height: 50px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
}

.storefront-support-mobile-menu__action--chat {
  border: 1px solid var(--site-theme-primary-deep, #2f747b);
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
}

.storefront-support-mobile-menu__action--whatsapp {
  border: 1px solid rgba(23, 37, 58, 0.08);
  background: linear-gradient(180deg, #35d96f 0%, #18b958 100%);
  color: #ffffff;
}

.storefront-support-widget__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
}

.storefront-support-widget__panel {
  position: absolute;
  right: 18px;
  bottom: calc(var(--storefront-mobile-bottom-nav-height, 72px) + 84px);
  width: min(100vw - 24px, 390px);
  max-height: min(76vh, 680px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(23, 37, 58, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--site-theme-primary, #3f8d95) 10%, transparent), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 36%, white) 100%);
  box-shadow: 0 28px 58px rgba(15, 23, 42, 0.22);
}

.storefront-support-widget__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.storefront-support-widget__header-copy {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.storefront-support-widget__close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.storefront-support-widget__messages {
  min-height: 220px;
  max-height: 360px;
  overflow: auto;
  display: grid;
  gap: 0.7rem;
  padding-right: 0.2rem;
}

.storefront-support-message {
  display: flex;
}

.storefront-support-message--user {
  justify-content: flex-end;
}

.storefront-support-message--user .storefront-support-message__bubble {
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
}

.storefront-support-widget__composer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: stretch;
}

.storefront-support-widget__composer-field {
  display: block;
  grid-column: 1 / -1;
}

.storefront-support-widget__composer textarea {
  width: 100%;
  min-height: 92px;
  max-height: 180px;
  resize: none;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(23, 37, 58, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--site-theme-text-strong, #17253a);
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.storefront-support-widget__composer textarea::placeholder {
  color: color-mix(in srgb, var(--site-theme-text-muted, #596373) 78%, white);
}

.storefront-support-widget__composer textarea:focus {
  outline: none;
  border-color: color-mix(in srgb, var(--site-theme-primary, #3f8d95) 60%, white);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--site-theme-primary, #3f8d95) 14%, white);
}

.storefront-support-widget__send {
  min-height: 52px;
  width: 100%;
  min-width: 0;
  padding: 0 1rem;
  border: 1px solid var(--site-theme-primary-deep, #2f747b);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(28, 74, 79, 0.18);
  cursor: pointer;
}

.storefront-support-widget__send svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.storefront-support-widget__human-send {
  min-height: 52px;
  width: 100%;
  min-width: 0;
  padding: 0 1rem;
  border: 1px solid rgba(23, 37, 58, 0.14);
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  white-space: nowrap;
}

.storefront-support-widget__human-send:hover {
  border-color: color-mix(in srgb, var(--site-theme-primary, #3f8d95) 48%, #cbd5e1);
  background: color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 54%, white);
}

.storefront-support-widget__composer.is-loading {
  opacity: 0.78;
  pointer-events: none;
}

.storefront-support-widget__footer {
  display: grid;
  gap: 0.35rem;
}

.storefront-support-widget__footer a {
  color: #25d366;
  font-weight: 800;
  text-decoration: none;
}

.storefront-footer {
  margin-top: 1.25rem;
  color: #46556a;
}

.storefront-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.storefront-footer .ft-inner,
.storefront-footer .ft-bottom,
.storefront-footer .ft-center,
.storefront-footer .ft-menu-list,
.storefront-footer .ft-contact-list,
.storefront-footer .social-list,
.storefront-footer .method-list {
  display: flex;
}

.storefront-footer .ft-inner {
  gap: 0.75rem;
  align-items: flex-start;
}

.storefront-footer .ft-logo {
  flex: 0 0 min(320px, 100%);
}

.storefront-footer .ft-link-wrap {
  align-items: stretch;
}

.storefront-footer .ft-menu-list,
.storefront-footer .ft-contact-list {
  flex-direction: column;
  gap: 0.55rem;
}

.storefront-footer .ft-contact-list li,
.storefront-footer .method-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.storefront-footer .method-list,
.storefront-footer .social-list,
.storefront-footer .ft-menu-list-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.storefront-footer .ft-bottom {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.storefront-footer .social-list {
  justify-content: center;
}

.storefront-footer .social-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  min-width: 36px;
  padding: 0;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 999px;
  background: #ffffff;
  text-decoration: none;
}

.storefront-footer .storefront-social-link {
  width: 36px;
  height: 36px;
  color: var(--site-theme-text-strong, #17253a);
  line-height: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.storefront-footer .storefront-social-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

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

.storefront-footer .ft-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.storefront-footer .notice {
  display: flex;
}

.storefront-footer .link,
.storefront-footer .product-title,
.storefront-footer .title-sidebar {
  text-decoration: none;
}

.storefront-footer .ft-body-wrap {
  background: linear-gradient(180deg, #f8fbff 0%, var(--site-theme-surface-cool, #edf4ff) 100%);
  border-top: 1px solid rgba(23, 37, 58, 0.08);
}

.storefront-footer .ft-body-inner {
  padding-block: 0.8rem 0.55rem;
}

.storefront-footer__overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.storefront-footer__logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.storefront-footer__logo img {
  width: min(230px, 54vw);
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.storefront-footer__highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  min-width: 0;
  margin: 0;
}

.storefront-footer__highlights-title {
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.88rem;
  font-weight: 850;
}

.storefront-footer__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  white-space: nowrap;
}

.storefront-footer__badge--success {
  background: #dcfce7;
  color: #166534;
}

.storefront-footer__badge--dark {
  background: var(--site-theme-text-strong, #17253a);
  color: #ffffff;
}

.storefront-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.75rem;
  align-items: stretch;
  margin-top: 0.75rem;
}

.storefront-footer__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.storefront-footer__address {
  margin: 0 0 0.6rem;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.83rem;
  line-height: 1.45;
}

.storefront-footer__contact-actions {
  gap: 0.45rem;
}

.storefront-footer .ft-heading,
.storefront-footer .footer-heading-mobile {
  margin-bottom: 0.55rem;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.94rem;
  font-weight: 800;
}

.storefront-footer .ft-menu-list .link,
.storefront-footer .ft-contact-list .link,
.storefront-footer .ft-contact-list a,
.storefront-footer .ft-menu-list-2 .link {
  color: #46556a;
  font-weight: 600;
  text-decoration: none;
}

.storefront-footer .ft-menu-list .link:hover,
.storefront-footer .ft-contact-list .link:hover,
.storefront-footer .ft-contact-list a:hover,
.storefront-footer .ft-menu-list-2 .link:hover {
  color: var(--site-theme-text-strong, #17253a);
}

.storefront-footer .ft-contact-list .icon {
  color: rgba(70, 85, 106, 0.7);
}

@media (max-width: 1199px) {
  .storefront-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.storefront-footer__notice-bar {
  margin-top: 0.95rem;
  background:
    linear-gradient(90deg, var(--site-theme-nav-end, #111827) 0%, color-mix(in srgb, var(--site-theme-nav-end, #111827) 88%, var(--site-theme-notice-end, #ff9900)) 100%);
  border-top: 1px solid color-mix(in srgb, var(--site-theme-primary, #ff9900) 28%, transparent);
  border-bottom: 1px solid rgba(15, 23, 42, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 24px rgba(18, 26, 36, 0.08);
}

.storefront-footer__notice-wrap {
  gap: 0.8rem;
  padding-block: 0.75rem;
  align-items: center;
}

.storefront-footer__notice {
  margin: 0;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.86);
  text-shadow: none;
}

.storefront-footer__notice,
.storefront-footer__notice .body-text-3,
.storefront-footer__notice .text-white,
.storefront-footer__notice .text-white * {
  color: rgba(237, 244, 255, 0.88) !important;
}

.storefront-footer__notice .main-title {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--site-theme-text-strong, #17253a);
}

.storefront-footer__notice .main-title,
.storefront-footer__notice .main-title * {
  color: #ffffff !important;
}

.storefront-footer__notice-bar .tf-btn.btn-line,
.storefront-footer__notice-bar .tf-btn.btn-white {
  border-color: color-mix(in srgb, var(--site-theme-primary, #ff9900) 46%, transparent) !important;
  background: color-mix(in srgb, var(--site-theme-primary, #ff9900) 16%, transparent) !important;
  color: #ffffff !important;
}

.storefront-footer__notice-bar .tf-btn.btn-line:hover,
.storefront-footer__notice-bar .tf-btn.btn-white:hover {
  border-color: color-mix(in srgb, var(--site-theme-primary, #ff9900) 68%, transparent) !important;
  background: color-mix(in srgb, var(--site-theme-primary, #ff9900) 24%, transparent) !important;
  color: #ffffff !important;
}

.storefront-footer__notice-action {
  margin-left: auto;
}

.storefront-footer__cta {
  min-height: 38px;
  padding-inline: 0.9rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--site-theme-primary, #ff9900) 65%, rgba(255, 255, 255, 0.18));
  background: linear-gradient(180deg, var(--site-theme-primary-hover, #ffc400) 0%, var(--site-theme-primary, #ff9900) 100%);
  box-shadow: 0 10px 24px rgba(8, 15, 28, 0.24);
}

.storefront-footer__cta:hover {
  background: linear-gradient(180deg, color-mix(in srgb, var(--site-theme-primary-hover, #ffc400) 88%, white) 0%, var(--site-theme-primary, #ff9900) 100%);
}

.storefront-footer .ft-body-bottom {
  padding-block: 0.75rem 0.85rem;
  border-top: 1px solid rgba(23, 37, 58, 0.08);
  background: #f5f8fc;
}

.storefront-footer .ft-bottom {
  gap: 0.65rem;
  justify-content: center;
}

.storefront-footer .social-list a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  flex: 0 0 auto;
}

.storefront-footer .social-list a:hover {
  background: #f8fafc;
  color: var(--site-theme-text-strong, #17253a);
  border-color: rgba(23, 37, 58, 0.14);
  transform: translateY(-1px);
}

.storefront-footer .nocopy,
.storefront-footer .body-text-3,
.storefront-footer .caption {
  color: var(--site-theme-text-muted, #596373);
}

.storefront-footer .nocopy {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  text-align: center;
}

@media (min-width: 992px) {
  .storefront-footer__grid {
    align-items: stretch;
  }

  .storefront-footer__column {
    min-height: 188px;
  }
}

.storefront-footer .text-primary,
.storefront-footer a .text-primary {
  color: var(--site-theme-primary-deep, #2f747b) !important;
}

.storefront-line-item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 14px;
  padding: 0.85rem;
  background: #ffffff;
}

.storefront-line-item__body {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.storefront-line-item__media {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  border: 1px solid #edf1f5;
  background: #ffffff;
  object-fit: contain;
  padding: 0.35rem;
}

.storefront-line-item__title {
  margin: 0 0 0.35rem;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.95rem;
  font-weight: 700;
}

.storefront-line-item__meta {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.85rem;
}

.storefront-line-item__aside {
  margin-left: auto;
  text-align: right;
}

.storefront-line-item__price {
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.95rem;
  font-weight: 800;
}

.storefront-line-item__subprice {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

.storefront-line-item__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.storefront-summary-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.storefront-summary-item__meta {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.85rem;
}

.footer-col-block.is-collapsible .tf-collapse-content {
  display: block;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 12px;
  }

  .d-lg-none {
    display: block !important;
  }

  .d-lg-block {
    display: none !important;
  }

  .storefront-home-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-home-hero--corners-rounded {
    border-radius: 20px;
  }

  .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-compact .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-medium .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-large .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-immersive .storefront-home-hero__ad-slider {
    min-height: 430px;
  }

  .storefront-home-hero__ad-slide,
  .storefront-home-hero__ad-slide--layout-text_right {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(148px, 42%) minmax(0, 1fr);
    align-content: stretch;
    gap: 0.35rem;
    padding: 0.85rem 0.85rem 0;
    text-align: center;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__ad-copy,
  .storefront-home-hero__ad-slide--layout-text_right .storefront-home-hero__ad-copy,
  .storefront-home-hero__ad-slide--media-left .storefront-home-hero__ad-copy {
    order: 2;
    justify-items: center;
    align-self: end;
    width: min(100%, 560px);
    margin-inline: auto;
    padding: 0 0.65rem 3.15rem;
    gap: 0.42rem;
    text-align: center;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__ad-visual,
  .storefront-home-hero__ad-slide--layout-text_right .storefront-home-hero__ad-visual,
  .storefront-home-hero__ad-slide--media-left .storefront-home-hero__ad-visual {
    order: 1;
    min-height: 148px;
    max-height: 190px;
    width: 100%;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__title {
    display: -webkit-box;
    max-width: 14ch;
    min-height: 0;
    font-size: 1.86rem;
    line-height: 1.05;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__subheadline {
    display: -webkit-box;
    max-width: 28ch;
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__description {
    display: -webkit-box;
    max-width: 32ch;
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.35;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .storefront-home-hero__ad-cta {
    min-height: 38px;
    max-width: min(100%, 220px);
    padding: 0.62rem 1rem;
    margin-top: 0.12rem;
    font-size: 0.9rem;
  }

  .storefront-home-hero__ad-visual img,
  .storefront-home-hero__ad-visual--compact img,
  .storefront-home-hero__ad-visual--medium img,
  .storefront-home-hero__ad-visual--large img,
  .storefront-home-hero__ad-visual--hero img {
    width: min(100%, 260px);
    height: 178px;
    object-fit: contain;
  }

  .storefront-home-hero__arrow {
    top: 36%;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.58);
  }

  .storefront-home-hero__arrow::before {
    inset: 12px 14px;
  }

  .storefront-home-hero__arrow--prev {
    left: 8px;
  }

  .storefront-home-hero__arrow--next {
    right: 8px;
  }

  .storefront-home-hero__dots {
    bottom: 0.78rem;
    padding: 0.25rem 0.42rem;
  }

  .storefront-home-hero__dot {
    width: 0.45rem;
    height: 0.45rem;
  }

  .storefront-home-hero__dot.is-active {
    width: 1.15rem;
  }

  .storefront-home-hero--slide-layout-text_right .storefront-home-hero__content,
  .storefront-home-hero--slide-layout-text_right .storefront-home-hero__visual {
    order: initial;
  }

  .storefront-home-hero__title {
    max-width: none;
  }

  .storefront-home-hero__visual {
    min-height: 260px;
    padding-top: 0;
  }

  .storefront-home-hero__slider {
    width: min(100%, 320px);
  }

  .storefront-home-hero__slide img {
    width: min(100%, 280px);
    height: min(100%, 280px);
  }

  .storefront-home-hero__actions,
  .storefront-content-panel__actions {
    flex-direction: column;
  }

  .storefront-home-banner,
  .storefront-home-panel,
  .storefront-content-panel,
  .storefront-promo-panel {
    padding: 0.9rem;
  }

  .storefront-builder-split,
  .storefront-builder-video-panel {
    grid-template-columns: 1fr;
  }

  .storefront-builder-video-panel {
    --storefront-video-frame-max-height: min(52svh, 360px);
  }

  .storefront-builder-video-panel--visual-compact {
    --storefront-video-frame-max-height: min(44svh, 280px);
  }

  .storefront-builder-video-panel--visual-medium {
    --storefront-video-frame-max-height: min(50svh, 340px);
  }

  .storefront-builder-video-panel--visual-large,
  .storefront-builder-video-panel--visual-full {
    --storefront-video-frame-max-height: min(56svh, 420px);
  }

  .storefront-product-rail {
    grid-auto-columns: minmax(220px, 220px);
  }

  .storefront-builder-split__visual img,
  .storefront-builder-video-visual img,
  .storefront-builder-visual-placeholder {
    min-height: 240px;
  }

  .storefront-builder-video-frame,
  .storefront-builder-video-player,
  .storefront-builder-video-embed {
    max-height: var(--storefront-video-frame-max-height);
  }

  .storefront-footer__overview,
  .storefront-footer__column {
    border-radius: 14px;
  }

  .storefront-footer__overview {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.85rem;
  }

  .storefront-footer__logo img {
    width: min(220px, 72vw);
    height: 44px;
  }

  .storefront-footer__highlights {
    justify-content: flex-start;
    width: 100%;
  }

  .storefront-footer__highlights-title {
    flex-basis: 100%;
  }

  .storefront-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.55rem;
  }

  .storefront-footer__column {
    padding: 0.85rem;
  }

  .storefront-section-surface--panel,
  .storefront-section-surface--tinted {
    padding: 0.85rem;
    border-radius: 16px;
  }

  .storefront-footer__notice-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-footer .ft-inner,
  .storefront-footer .ft-bottom,
  .storefront-footer .ft-center {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-footer .social-list {
    width: 100%;
  }

  .storefront-footer__notice-action {
    margin-left: 0;
    width: 100%;
  }

  .storefront-footer__cta {
    width: 100%;
  }

  .storefront-section-header {
    padding: 0.8rem 0.85rem;
    border-radius: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-section-header__description {
    max-width: none;
  }

  .storefront-section-header__aside {
    width: 100%;
  }

  .storefront-section-header__cta {
    width: 100%;
  }

  .storefront-panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-line-item__body {
    flex-direction: column;
  }

  .storefront-line-item__media {
    width: 84px;
    height: 84px;
  }

  .storefront-line-item__aside {
    margin-left: 0;
    text-align: left;
  }

  .footer-col-block.is-collapsible .tf-collapse-content[hidden] {
    display: none;
  }
}

@media (max-width: 380px) {
  .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-compact .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-medium .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-large .storefront-home-hero__ad-slider,
  .storefront-home-hero--height-immersive .storefront-home-hero__ad-slider {
    min-height: 400px;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__title {
    font-size: 1.58rem;
  }

  .storefront-home-hero__ad-slide .storefront-home-hero__subheadline,
  .storefront-home-hero__ad-slide .storefront-home-hero__description {
    font-size: 0.78rem;
  }

  .storefront-home-hero__ad-visual img,
  .storefront-home-hero__ad-visual--compact img,
  .storefront-home-hero__ad-visual--medium img,
  .storefront-home-hero__ad-visual--large img,
  .storefront-home-hero__ad-visual--hero img {
    height: 152px;
  }
}

@media (min-width: 768px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .tf-grid-layout.sm-col-2,
  .tf-grid-layout.md-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tf-grid-layout.lg-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1400px) {
  .tf-grid-layout.xl-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .grid,
  .storefront-grid-layout,
  .tf-grid-layout.xl-col-4,
  .tf-grid-layout.lg-col-4,
  .tf-grid-layout.lg-col-3,
  .tf-grid-layout.md-col-2,
  .tf-grid-layout.sm-col-2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .storefront-grid-layout {
    grid-template-columns: repeat(var(--storefront-grid-tablet-cols, 2), minmax(0, 1fr));
  }

  .storefront-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tf-grid-layout.xl-col-4,
  .tf-grid-layout.lg-col-4,
  .tf-grid-layout.lg-col-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.storefront-section-container.storefront-section-container--wide {
  width: min(100%, 1680px);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .storefront-section-tablet-compact .storefront-section-shell,
  .storefront-section-tablet-compact .store-panel {
    padding: 0.8rem !important;
    border-radius: 16px;
  }

  .storefront-section-tablet-compact .storefront-section-header {
    padding: 0.7rem 0.8rem;
  }

  .storefront-section-tablet-compact .storefront-brand-rail,
  .storefront-section-tablet-compact .storefront-product-rail,
  .storefront-section-tablet-compact .storefront-promo-rail,
  .storefront-section-tablet-compact .storefront-promo-grid,
  .storefront-section-tablet-compact .storefront-grid-layout {
    gap: 0.7rem;
  }
}

@media (max-width: 767px) {
  .storefront-section-mobile-shell--card .storefront-section-shell,
  .storefront-section-mobile-shell--card .store-panel {
    border-radius: 18px;
    border: 1px solid rgba(23, 37, 58, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(18, 26, 36, 0.05);
  }

  .storefront-section-mobile-shell--flat .storefront-section-shell,
  .storefront-section-mobile-shell--flat .store-panel {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-inline: 0 !important;
  }

  .storefront-section-mobile-shell--soft .storefront-section-shell,
  .storefront-section-mobile-shell--soft .store-panel {
    border-radius: 18px;
    border: 1px solid rgba(59, 130, 246, 0.14);
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  }

  .storefront-section-density--compact .storefront-section-shell,
  .storefront-section-density--compact .store-panel {
    padding: 0.7rem !important;
  }

  .storefront-section-density--compact .storefront-section-header {
    padding: 0.65rem 0.7rem;
    gap: 0.4rem;
  }

  .storefront-section-density--compact .storefront-section-header__title {
    font-size: 1.02rem;
  }

  .storefront-section-mobile-hide-desc .storefront-section-header__description,
  .storefront-section-mobile-hide-desc .storefront-home-banner__description,
  .storefront-section-mobile-hide-desc .storefront-home-panel__body,
  .storefront-section-mobile-hide-desc .storefront-content-panel__description {
    display: none !important;
  }

  .storefront-section-mobile-snap .storefront-brand-rail,
  .storefront-section-mobile-snap .storefront-product-rail,
  .storefront-section-mobile-snap .storefront-featured-categories-track--slider,
  .storefront-section-mobile-snap .storefront-promo-rail,
  .storefront-section-mobile-snap .storefront-promo-grid,
  .storefront-section-mobile-snap .storefront-grid-layout {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 78%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

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

  .storefront-promo-card__media--offer {
    min-height: 170px;
  }

  .storefront-section-mobile-snap .storefront-brand-rail {
    grid-auto-columns: max-content;
  }

  .storefront-section-mobile-snap .storefront-brand-rail__item,
  .storefront-section-mobile-snap .storefront-product-rail__item,
  .storefront-section-mobile-snap .storefront-promo-card,
  .storefront-section-mobile-snap .storefront-category-card,
  .storefront-section-mobile-snap .storefront-builder-slide,
  .storefront-section-mobile-snap .card {
    scroll-snap-align: start;
  }
}

[dir="rtl"] {
  direction: rtl;
}

.store-lang-switcher {
  display: inline-flex;
  align-items: center;
}

.store-lang-switcher .lang-switcher__group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background: #fff;
}

.store-lang-switcher .lang-switcher__btn {
  border: 1px solid transparent;
  background: transparent;
  color: #334155;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
}

.store-lang-switcher .lang-switcher__btn.is-active {
  border-color: var(--site-theme-primary-deep, #2f747b);
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  color: #ffffff;
  box-shadow: 0 6px 14px color-mix(in srgb, var(--site-theme-primary-deep, #2f747b) 16%, transparent);
}

[dir="rtl"] .header-right,
[dir="rtl"] .header-bt-left,
[dir="rtl"] .nav-list {
  flex-direction: row;
}

[dir="rtl"] .header-brand {
  margin-inline-end: 0;
}

[dir="rtl"] .storefront-search-slot input {
  text-align: right;
}

.header-shell--mobile,
.storefront-mobile-bottom-nav {
  display: none;
}

@media (max-width: 767px) {
  :root {
    --storefront-mobile-bottom-nav-height: 72px;
  }

  body {
    padding-bottom: calc(var(--storefront-mobile-bottom-nav-height) + env(safe-area-inset-bottom, 0px));
  }

  .tf-header.tf-header-amazon {
    margin-bottom: 6px;
    box-shadow: none;
    border-bottom: 0;
    background:
      radial-gradient(circle at top left, color-mix(in srgb, var(--site-theme-surface-warm, #fffaf3) 92%, white) 0%, rgba(255, 255, 255, 0) 28%),
      linear-gradient(135deg, var(--site-theme-surface-warm, #fffaf3) 0%, #ffffff 56%, var(--site-theme-surface-cool, #edf4ff) 100%);
  }

  .tf-header.tf-header-amazon .inner-header {
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding-top: 8px;
  }

  .storefront-desktop-top,
  .storefront-desktop-bottom,
  .storefront-nav-bar {
    display: none !important;
  }

  .header-shell--mobile {
    display: block;
    padding-inline: 14px;
    padding-bottom: 10px;
  }

  .storefront-mobile-topbar {
    display: grid;
    gap: 8px;
    min-width: 0;
  }

  .storefront-mobile-topbar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    padding: 0.7rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background:
      linear-gradient(135deg, color-mix(in srgb, var(--site-theme-surface-warm, #fffaf3) 72%, white) 0%, rgba(255, 255, 255, 0.98) 58%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 58%, white) 100%);
    box-shadow: 0 14px 30px rgba(18, 26, 36, 0.06);
  }

  .storefront-mobile-logo {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    max-width: min(54vw, 240px);
    text-decoration: none;
  }

  .storefront-mobile-logo img {
    width: 100%;
    height: var(--store-header-mobile-logo-height, 34px);
    object-fit: contain;
    object-position: left center;
  }

  [dir="rtl"] .storefront-mobile-topbar__head {
    flex-direction: row-reverse;
  }

  [dir="rtl"] .storefront-mobile-logo img {
    object-position: right center;
  }

  .storefront-mobile-topbar__location {
    display: grid;
    gap: 2px;
    color: #12203b;
  }

  [dir="rtl"] .storefront-mobile-topbar__location {
    text-align: right;
  }

  .storefront-mobile-topbar__location strong {
    font-size: clamp(1.75rem, 8vw, 2.1rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.01em;
    word-break: break-word;
  }

  .storefront-mobile-topbar__location strong {
    display: none;
  }

  body.storefront-mobile-show-company-name .storefront-mobile-topbar__location strong {
    display: block;
  }

  .storefront-mobile-topbar__location span {
    display: none;
  }

  .storefront-mobile-lang-switcher {
    flex: 0 0 auto;
    margin: 0;
  }

  .storefront-mobile-lang-switcher .lang-switcher__group {
    min-height: 38px;
    padding: 3px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .storefront-mobile-lang-switcher .lang-switcher__btn {
    min-width: 42px;
    min-height: 32px;
    padding-inline: 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
  }

  .storefront-mobile-search {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 58px;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    overflow: hidden;
  }

  .storefront-mobile-search input {
    border: 0;
    padding: 0 16px;
    min-height: 56px;
    font-size: 1.08rem;
    color: #0f172a;
    background: transparent;
  }

  .storefront-mobile-search button {
    border: 0;
    min-width: 58px;
    min-height: 56px;
    background: transparent;
    border-left: 1px solid rgba(15, 23, 42, 0.1);
    color: #0f172a;
    font-size: 1.25rem;
  }

  [dir="rtl"] .storefront-mobile-search button {
    border-left: 0;
    border-right: 1px solid rgba(15, 23, 42, 0.1);
  }

  .storefront-mobile-quick-links {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    min-width: 0;
    scrollbar-width: none;
  }

  [dir="rtl"] .storefront-mobile-quick-links {
    flex-direction: row-reverse;
  }

  .storefront-mobile-quick-links::-webkit-scrollbar {
    display: none;
  }

  .storefront-mobile-quick-link {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
  }

  .storefront-mobile-quick-link--bottom-duplicate {
    display: none;
  }

  form.storefront-mobile-quick-link {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .storefront-mobile-quick-link .lang-switcher__group {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    padding: 3px;
    background: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
  }

  .storefront-mobile-quick-link .lang-switcher__btn {
    padding: 4px 9px;
    font-size: 0.72rem;
  }

  .storefront-section-container {
    padding-inline: 12px;
  }

  .tf-spacing-7,
  .tf-spacing-6 {
    padding-block: 0.9rem;
  }

  .storefront-section-header {
    padding: 0.35rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .storefront-section-header__title {
    font-size: 1.85rem;
    font-weight: 900;
    letter-spacing: -0.01em;
  }

  .storefront-section-header__description {
    display: none;
  }

  .storefront-section-header__cta {
    min-height: 34px;
    padding: 0 10px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #0f4fc9 !important;
    font-size: 0.92rem;
    font-weight: 800;
  }

  .storefront-home-hero {
    min-height: 340px;
    border-radius: 22px;
    overflow: hidden;
  }

  .storefront-home-hero__content {
    padding: 1.15rem;
  }

  .storefront-home-hero__title {
    font-size: clamp(1.55rem, 6vw, 2.1rem);
    line-height: 1.08;
  }

  .storefront-featured-products-track--slider,
  .storefront-featured-categories-track--slider {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(72vw, 72vw);
    gap: 0.72rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
    min-width: 0;
  }

  .storefront-featured-products-track--slider::-webkit-scrollbar,
  .storefront-featured-categories-track--slider::-webkit-scrollbar {
    display: none;
  }

  .storefront-featured-products-track--slider .storefront-product-rail__item,
  .storefront-featured-products-track--slider .storefront-featured-products-track__item,
  .storefront-featured-products-track--slider .card,
  .storefront-featured-categories-track--slider .storefront-category-card {
    scroll-snap-align: start;
  }

  .storefront-featured-products-track--slider .storefront-product-rail__item {
    width: 100%;
    min-width: 0;
  }

  .storefront-featured-products-track--slider .storefront-featured-products-track__item {
    width: 100%;
    min-width: 0;
  }

  .storefront-featured-products-track--slider .card {
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border-radius: 18px;
  }

  .storefront-featured-products-track--slider .mediaSurface {
    min-height: 168px;
    aspect-ratio: 1 / 1;
  }

  .storefront-featured-products-track--slider .title {
    font-size: 0.97rem;
    line-height: 1.4;
    min-height: 4.2em;
    -webkit-line-clamp: 3;
  }

  .storefront-featured-products-track--slider .priceValue {
    font-size: 1.08rem;
    font-weight: 900;
  }

  .storefront-featured-products-track--slider .cartButton {
    min-height: 36px;
    padding-inline: 10px;
    border-radius: 12px;
    font-size: 0.8rem;
  }

  .storefront-category-card {
    border-radius: 18px;
    overflow: hidden;
    min-height: 100%;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  }

  .storefront-featured-categories-track--slider .storefront-category-card {
    min-height: 100%;
  }

  .storefront-featured-categories-track--slider .storefront-category-card__media {
    min-height: 168px;
    max-height: none;
    aspect-ratio: 1 / 1;
    border: 1px solid rgba(23, 37, 58, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, color-mix(in srgb, var(--site-theme-surface-cool, #edf4ff) 42%, white) 100%);
  }

  .storefront-featured-categories-track--slider .storefront-category-card__image {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    object-fit: contain !important;
    object-position: center;
  }

  .storefront-category-card__title {
    font-size: 1rem;
    font-weight: 800;
  }

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

  .storefront-support-hub__highlights,
  .storefront-support-hub__channels {
    grid-template-columns: minmax(0, 1fr);
  }

  .storefront-support-float {
    right: 12px;
    left: auto;
    bottom: calc(var(--storefront-mobile-bottom-nav-height, 72px) + env(safe-area-inset-bottom, 0px) + 22px);
    gap: 0.55rem;
    justify-items: end;
  }

  .storefront-support-float__desktop-toggle {
    display: none;
  }

  .storefront-support-float__mobile-toggle {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, color-mix(in srgb, var(--site-theme-primary, #3f8d95) 92%, white) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(18, 26, 36, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .storefront-support-float__whatsapp,
  .storefront-support-float__chat {
    display: none;
  }

  .storefront-back-to-top {
    left: 12px;
    bottom: calc(var(--storefront-mobile-bottom-nav-height, 72px) + env(safe-area-inset-bottom, 0px) + 22px);
    width: 46px;
    height: 46px;
  }

  .storefront-support-mobile-menu__panel,
  .storefront-support-widget__panel {
    right: 12px;
    left: 12px;
    bottom: calc(var(--storefront-mobile-bottom-nav-height, 72px) + env(safe-area-inset-bottom, 0px) + 18px);
    width: auto;
    max-height: min(72vh, 640px);
  }

  .storefront-support-widget__composer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-support-widget__send,
  .storefront-support-widget__human-send {
    min-height: 50px;
    padding-inline: 0.75rem;
  }

  .storefront-related-products-rail {
    display: grid;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(72vw, 72vw);
    gap: 0.72rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .storefront-related-products-rail::-webkit-scrollbar {
    display: none;
  }

  .storefront-related-products-rail > * {
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .storefront-mobile-bottom-nav {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 1400;
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: var(--storefront-mobile-bottom-nav-height);
    padding: 0 10px env(safe-area-inset-bottom, 0px);
    border-top: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -10px 26px rgba(15, 23, 42, 0.08);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .storefront-mobile-bottom-nav::-webkit-scrollbar {
    display: none;
  }

  .storefront-mobile-bottom-nav__item {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 2px;
    flex: 0 0 68px;
    min-height: var(--storefront-mobile-bottom-nav-height);
    text-decoration: none;
    color: #475569;
    font-weight: 700;
    font-size: 0.61rem;
    scroll-snap-align: center;
  }

  .storefront-mobile-bottom-nav__icon {
    font-size: 1.08rem;
    line-height: 1;
  }

  .storefront-mobile-bottom-nav__item.is-active {
    color: #0f4fc9;
  }

  .storefront-mobile-bottom-nav__count {
    position: absolute;
    top: 8px;
    inset-inline-end: 22%;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 4px;
    font-size: 0.58rem;
    font-weight: 900;
    background: #dc2626;
    color: #fff;
  }

  .storefront-featured-products-track--grid {
    display: grid;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(72vw, 72vw);
    gap: 0.72rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    scrollbar-width: none;
    min-width: 0;
  }

  .storefront-featured-products-track--grid::-webkit-scrollbar {
    display: none;
  }

  .storefront-featured-products-track--grid .card,
  .storefront-featured-products-track--grid .storefront-product-rail__item,
  .storefront-featured-products-track--grid .storefront-featured-products-track__item {
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .storefront-featured-categories-track--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tf-header.tf-header-amazon .header-shell--top {
    gap: 12px;
  }

  .tf-header.tf-header-amazon .header-brand {
    flex-basis: 220px;
  }

  .tf-header.tf-header-amazon .header-utility-card__label {
    font-size: 12px;
  }

  .storefront-section-container {
    padding-inline: 14px;
  }

  .storefront-section-header__title {
    font-size: 1.3rem;
  }

  .storefront-product-rail {
    grid-auto-columns: minmax(210px, 210px);
  }

  .storefront-featured-products-track--slider {
    grid-auto-columns: minmax(32vw, 32vw);
  }

  .storefront-featured-products-track--grid {
    display: grid;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(38vw, 38vw);
    gap: 0.8rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    min-width: 0;
  }

  .storefront-featured-products-track--grid .card,
  .storefront-featured-products-track--grid .storefront-product-rail__item,
  .storefront-featured-products-track--grid .storefront-featured-products-track__item {
    width: 100%;
    min-width: 0;
    scroll-snap-align: start;
  }

  .storefront-featured-categories-track--slider {
    grid-auto-columns: minmax(210px, 210px);
  }

  .storefront-support-hub__channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.storefront-auth-shell {
  width: min(100%, 640px);
  margin-inline: auto;
}

.storefront-auth-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.storefront-auth-card {
  padding: 1.25rem;
}

.storefront-auth-card--promo {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at top right, rgba(63, 141, 149, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.96));
}

.storefront-auth-kicker {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(18, 32, 59, 0.07);
  color: #12203b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.storefront-auth-promo__title {
  margin: 0;
  color: #12203b;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.storefront-auth-promo__body {
  margin: 0;
  color: #526176;
  line-height: 1.8;
}

.storefront-auth-feature-list {
  display: grid;
  gap: 12px;
}

.storefront-auth-feature {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(219, 227, 236, 0.88);
}

.storefront-auth-feature strong {
  color: #12203b;
  font-size: 14px;
}

.storefront-auth-feature span {
  color: #526176;
  font-size: 14px;
  line-height: 1.65;
}

.storefront-auth-field {
  display: grid;
  gap: 0.4rem;
}

.storefront-auth-field > span {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--site-theme-text-muted, #596373);
}

.storefront-auth-field input,
.storefront-auth-field textarea,
.storefront-auth-field select {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(23, 37, 58, 0.14);
  border-radius: 10px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
}

.storefront-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(23, 37, 58, 0.12);
  background: #ffffff;
  color: #12203b;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(18, 32, 59, 0.05);
}

.storefront-social-btn__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285f4, #34a853);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.storefront-auth-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
}

.storefront-auth-divider::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 50%;
  border-top: 1px solid rgba(203, 213, 225, 0.95);
}

.storefront-auth-divider span {
  position: relative;
  padding-inline: 12px;
  background: #fff;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.storefront-auth-errors {
  border: 1px solid rgba(220, 38, 38, 0.2);
  background: #fef2f2;
  color: #991b1b;
  border-radius: 10px;
  padding: 0.65rem 0.8rem;
  font-size: 0.84rem;
}

.storefront-auth-note {
  margin: 0.9rem 0 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.9rem;
}

.storefront-auth-note a {
  color: var(--site-theme-primary-deep, #2f747b);
  font-weight: 700;
  text-decoration: none;
}

.storefront-flash-stack {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.7rem;
}

.storefront-flash {
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 700;
  border: 1px solid rgba(23, 37, 58, 0.12);
  background: #f8fafc;
  color: #1f2937;
}

.storefront-flash--success {
  border-color: rgba(22, 163, 74, 0.24);
  background: #ecfdf3;
  color: #166534;
}

.storefront-flash--error {
  border-color: rgba(220, 38, 38, 0.2);
  background: #fef2f2;
  color: #991b1b;
}

.storefront-auth-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.86rem;
  font-weight: 700;
}

.storefront-checkout-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.storefront-checkout-assurance__item,
.storefront-stat-card,
.storefront-order-card,
.storefront-order-hero {
  border: 1px solid rgba(219, 227, 236, 0.92);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.98));
  box-shadow: 0 18px 42px rgba(18, 32, 59, 0.06);
}

.storefront-checkout-assurance__item {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
}

.storefront-checkout-assurance__item strong,
.storefront-order-card__head strong,
.storefront-timeline__item strong {
  color: #12203b;
}

.storefront-checkout-assurance__item span,
.storefront-order-hero__meta,
.storefront-timeline__item span,
.storefront-timeline__item p {
  color: #526176;
  line-height: 1.7;
}

.storefront-form-grid {
  display: grid;
  gap: 14px;
}

.storefront-form-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storefront-location-picker {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(219, 227, 236, 0.92);
  background: rgba(248, 251, 255, 0.85);
}

.storefront-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.storefront-checkout-tip {
  margin: 0;
  color: #526176;
  font-size: 14px;
  line-height: 1.7;
}

.storefront-checkout-choice {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.12), rgba(255, 255, 255, 0.96));
}

.storefront-checkout-choice strong {
  color: #12203b;
  font-size: 15px;
}

.storefront-shipping-insight {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(63, 141, 149, 0.22);
  background: linear-gradient(135deg, rgba(63, 141, 149, 0.12), rgba(255, 255, 255, 0.96));
}

.storefront-shipping-insight strong {
  color: #12203b;
  font-size: 15px;
}

.storefront-shipping-insight p {
  margin: 0;
  color: #385067;
  line-height: 1.7;
}

.storefront-shipping-breakdown {
  display: grid;
  gap: 10px;
  padding: 12px 0 6px;
}

.storefront-shipping-breakdown__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(248, 251, 255, 0.92);
  border: 1px solid rgba(219, 227, 236, 0.92);
}

.storefront-shipping-breakdown__item span {
  color: #526176;
  font-size: 13px;
}

.storefront-shipping-breakdown__item strong {
  color: #12203b;
  font-size: 14px;
}

.storefront-promise-strip {
  padding: 18px 0 8px;
  background:
    radial-gradient(circle at top left, rgba(63, 141, 149, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(244, 248, 252, 0.96));
}

.storefront-promise-strip__grid,
.storefront-policy-hero-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.storefront-policy-hero-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media (min-width: 1100px) {
  .storefront-policy-hero-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.storefront-promise-card,
.storefront-policy-hero-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.05);
}

.storefront-policy-hero-card {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 184px;
}

.storefront-promise-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.storefront-promise-card__icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 8px;
  color: #1f6d80;
  background: linear-gradient(135deg, rgba(31, 109, 128, 0.13), rgba(255, 255, 255, 0.94));
  border: 1px solid rgba(31, 109, 128, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 10px 22px rgba(15, 23, 42, 0.06);
}

.storefront-promise-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.storefront-promise-card__icon--express {
  color: #9a5b12;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(255, 255, 255, 0.94));
  border-color: rgba(245, 158, 11, 0.2);
}

.storefront-promise-card__icon--tracking {
  color: #256e55;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.14), rgba(255, 255, 255, 0.94));
  border-color: rgba(16, 185, 129, 0.2);
}

.storefront-promise-card__icon--returns {
  color: #9f3a5b;
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.14), rgba(255, 255, 255, 0.94));
  border-color: rgba(244, 114, 182, 0.2);
}

.storefront-promise-card strong,
.storefront-policy-hero-card strong {
  color: #12203b;
  font-size: 16px;
  line-height: 1.5;
}

.storefront-promise-card p,
.storefront-policy-hero-card p {
  margin: 0;
  color: #526176;
  line-height: 1.7;
  font-size: 14px;
}

.storefront-promise-card__badge,
.storefront-policy-hero-card__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(63, 141, 149, 0.12);
  color: #2f747b;
  font-size: 12px;
  font-weight: 800;
}

.storefront-promo-card--branch_pickup .storefront-promo-card__inner {
  --promo-card-bg: linear-gradient(135deg, #ff9900 0%, #ffc400 58%, #ffe083 100%);
  --promo-card-text: #ffffff;
  --promo-card-muted: #fff7d6;
  --promo-card-accent: #fff3bf;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.22);
}

.storefront-promo-card--branch_pickup .storefront-promo-card__inner:hover {
  border-color: rgba(255, 255, 255, 0.46);
  box-shadow: 0 22px 42px rgba(245, 158, 11, 0.28);
}

.storefront-promo-card--branch_pickup .storefront-promo-card__link {
  width: fit-content;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: #111827;
  color: #ffffff;
}

.storefront-promo-card--branch_pickup .storefront-promo-card__media--offer {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.48) 0 13%, transparent 14%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.34) 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.storefront-promo-card--branch_pickup .storefront-promo-card__discount,
.storefront-promo-card--branch_pickup .storefront-promo-card__discount-suffix {
  color: #17253a;
  text-shadow: none;
}

.storefront-promo-card--branch_pickup .storefront-promo-card__badge {
  color: #92400e;
}

.storefront-promo-card--free_shipping .storefront-promo-card__inner {
  --promo-card-bg: linear-gradient(135deg, #f59e0b 0%, #facc15 58%, #fff3bf 100%);
  --promo-card-text: #ffffff;
  --promo-card-muted: #fff7d6;
  --promo-card-accent: #fff3bf;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.2);
}

.storefront-promo-card--free_shipping .storefront-promo-card__link {
  width: fit-content;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: #0f172a;
  color: #ffffff;
}

.storefront-promo-card--live_preview .storefront-promo-card__inner {
  --promo-card-bg: linear-gradient(135deg, #c2410c 0%, #f97316 56%, #fed7aa 100%);
  --promo-card-text: #ffffff;
  --promo-card-muted: #ffedd5;
  --promo-card-accent: #fed7aa;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 18px 34px rgba(194, 65, 12, 0.2);
}

.storefront-promo-card--live_preview .storefront-promo-card__media--offer {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.42) 0 12%, transparent 13%),
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.28) 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.storefront-promo-card--live_preview .storefront-promo-card__link {
  width: fit-content;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: #0f172a;
  color: #ffffff;
}

.storefront-promo-card--safe_returns .storefront-promo-card__inner {
  --promo-card-bg: linear-gradient(135deg, #9a3412 0%, #ea580c 56%, #ffedd5 100%);
  --promo-card-text: #ffffff;
  --promo-card-muted: #ffedd5;
  --promo-card-accent: #ffedd5;
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 34px rgba(154, 52, 18, 0.2);
}

.storefront-promo-card--safe_returns .storefront-promo-card__media--offer {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.42) 0 12%, transparent 13%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.28) 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
}

.storefront-promo-card--safe_returns .storefront-promo-card__link {
  width: fit-content;
  border-radius: 999px;
  padding: 0.58rem 0.9rem;
  background: #0f172a;
  color: #ffffff;
}

.storefront-policy-hero-grid {
  margin-bottom: 18px;
}

.storefront-policy-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.storefront-policy-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  color: #12203b;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  transition: transform .2s ease, border-color .2s ease, color .2s ease;
}

.storefront-policy-link:hover {
  transform: translateY(-1px);
  border-color: rgba(63, 141, 149, 0.45);
  color: #2f747b;
}

@media (max-width: 991.98px) {
  .storefront-promise-strip__grid,
  .storefront-policy-hero-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .storefront-promise-strip__grid,
  .storefront-policy-hero-grid {
    grid-template-columns: 1fr;
  }

  .storefront-policy-link-row {
    gap: 8px;
  }

  .storefront-policy-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .storefront-promise-strip {
    padding: 14px 0 4px;
  }

  .storefront-promise-strip__grid {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(76vw, 76vw);
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 2px 2px 10px;
  }

  .storefront-promise-strip__grid::-webkit-scrollbar {
    display: none;
  }

  .storefront-promise-card {
    min-height: 100%;
    scroll-snap-align: start;
  }
}

.storefront-location-picker__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.storefront-location-picker__head strong {
  color: #12203b;
  font-size: 16px;
}

.storefront-location-picker__head p,
.storefront-location-picker__summary {
  margin: 0;
  color: #526176;
  line-height: 1.7;
}

.storefront-location-picker__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.storefront-location-picker__map {
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.95);
  background:
    linear-gradient(135deg, rgba(63, 141, 149, 0.08), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(45deg, rgba(148, 163, 184, 0.08), rgba(148, 163, 184, 0.08) 10px, transparent 10px, transparent 20px);
}

.storefront-location-picker__map .leaflet-container,
.storefront-location-picker__map.leaflet-container {
  width: 100%;
  min-height: 320px;
}

.storefront-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.storefront-stat-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
}

.storefront-stat-card strong {
  color: #12203b;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.storefront-stat-card span {
  color: #526176;
  line-height: 1.6;
}

.storefront-message-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.34fr) minmax(0, 0.66fr);
  gap: 18px;
  align-items: start;
}

.storefront-message-list,
.storefront-message-panel,
.storefront-message-empty {
  padding: 20px;
}

.storefront-message-thread-list {
  display: grid;
  gap: 10px;
}

.storefront-message-thread {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(0, 184, 169, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  text-decoration: none;
}

.storefront-message-thread:hover,
.storefront-message-thread.is-active {
  border-color: rgba(0, 184, 169, 0.34);
  background: linear-gradient(135deg, rgba(0, 184, 169, 0.08), rgba(255, 244, 236, 0.86));
}

.storefront-message-thread span,
.storefront-message-thread small {
  color: var(--site-theme-text-muted, #596373);
  line-height: 1.45;
}

.storefront-customer-chat {
  display: grid;
  gap: 12px;
  max-height: 620px;
  overflow: auto;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fafc, #ffffff);
  border: 1px solid rgba(23, 37, 58, 0.08);
}

.storefront-customer-chat__message {
  display: grid;
  gap: 4px;
  max-width: min(680px, 88%);
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(23, 37, 58, 0.1);
  background: #ffffff;
}

.storefront-customer-chat__message--customer {
  justify-self: end;
  background: linear-gradient(135deg, rgba(0, 184, 169, 0.12), rgba(255, 255, 255, 0.94));
}

.storefront-customer-chat__message--agent,
.storefront-customer-chat__message--bot {
  justify-self: start;
}

.storefront-customer-chat__message small {
  color: var(--site-theme-text-muted, #596373);
  font-weight: 800;
}

.storefront-customer-chat__message p {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  line-height: 1.65;
}

.storefront-customer-chat__attachments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.storefront-customer-chat__attachments a,
.storefront-support-widget__file-list {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0, 184, 169, 0.1);
  color: #007f76;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.storefront-support-widget__attach {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.storefront-support-widget__attach input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.storefront-support-widget__file-list {
  grid-column: 1 / -1;
  width: fit-content;
  max-width: 100%;
  white-space: normal;
}

.storefront-support-channel-panel {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.3vw, 28px);
}

.storefront-support-channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.storefront-support-channel-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.storefront-support-channel-list li {
  position: relative;
  padding-inline-start: 18px;
  color: #35514c;
  line-height: 1.55;
}

.storefront-support-channel-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ff6a00;
  box-shadow: 0 0 0 4px rgba(255, 106, 0, 0.12);
}

@media (max-width: 991px) {
  .storefront-message-layout {
    grid-template-columns: 1fr;
  }
}

.storefront-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--site-theme-primary-deep, #2f747b);
  font-weight: 800;
  text-decoration: none;
}

.storefront-track-lookup-card {
  padding: 1.15rem;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(47, 116, 123, 0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
  box-shadow: 0 20px 44px rgba(18, 32, 59, 0.08);
}

.storefront-track-lookup-card__head {
  margin-bottom: 1.1rem;
}

.storefront-track-lookup-card__pill {
  background: rgba(47, 116, 123, 0.1);
  color: #1f6971;
}

.storefront-track-form {
  display: grid;
  gap: 14px;
}

.storefront-track-form__field {
  display: grid;
  gap: 8px;
}

.storefront-track-form__label {
  color: #12203b;
  font-size: 0.9rem;
  font-weight: 800;
}

.storefront-track-form__input {
  min-height: 56px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(47, 116, 123, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  color: #12203b;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.storefront-track-form__input::placeholder {
  color: #7a8697;
}

.storefront-track-form__input:hover {
  border-color: rgba(47, 116, 123, 0.28);
}

.storefront-track-form__input:focus {
  border-color: rgba(47, 116, 123, 0.5);
  box-shadow: 0 0 0 4px rgba(47, 116, 123, 0.12);
  transform: translateY(-1px);
}

.storefront-track-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.storefront-track-form__submit {
  min-width: 160px;
  border-radius: 16px;
}

.storefront-track-form__link {
  min-height: 44px;
}

.storefront-track-layout--empty {
  align-items: stretch;
}

.storefront-track-empty-state {
  display: grid;
  min-height: 100%;
  place-content: center;
  gap: 0.8rem;
  padding: 1.25rem;
  text-align: center;
}

.storefront-track-empty-state h3 {
  margin: 0;
  color: #12203b;
  font-size: 1.25rem;
  font-weight: 900;
}

.storefront-track-empty-state p {
  max-width: 34rem;
  margin: 0;
  color: #526176;
  line-height: 1.6;
}

.storefront-order-card-list {
  display: grid;
  gap: 14px;
}

.storefront-order-card {
  display: grid;
  gap: 14px;
  padding: 18px 20px;
}

.storefront-order-card__head,
.storefront-order-card__body,
.storefront-order-hero {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.storefront-order-card__body span {
  color: #526176;
}

.storefront-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(63, 141, 149, 0.12);
  color: #236974;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.storefront-order-hero {
  margin-bottom: 18px;
  padding: 18px 20px;
}

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

.storefront-order-hero__meta {
  margin: 0;
}

.storefront-order-hero__total {
  color: #12203b;
  font-size: clamp(24px, 3vw, 36px);
}

.storefront-timeline {
  display: grid;
  gap: 12px;
}

.storefront-timeline__item {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(219, 227, 236, 0.88);
}

@media (max-width: 991.98px) {
  .storefront-auth-layout,
  .storefront-form-grid--2,
  .storefront-checkout-assurance,
  .storefront-stat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .storefront-location-picker__head,
  .storefront-order-card__head,
  .storefront-order-card__body,
  .storefront-order-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .storefront-location-picker__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .storefront-location-picker__actions .tf-btn {
    width: 100%;
  }

  .storefront-track-form__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-track-form__submit,
  .storefront-track-form__link {
    width: 100%;
    justify-content: center;
  }

  .storefront-location-picker__map,
  .storefront-location-picker__map .leaflet-container {
    min-height: 260px;
  }
}

.catalogViewport {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding-inline: 16px;
}

.catalogShell {
  display: grid;
  gap: 1rem;
  padding: 0;
  background: transparent;
}

.catalogShellViewport {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.catalogLayout {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
  height: auto;
  min-height: 0;
}

.sidebarCard,
.contentCard,
.subcategoriesCard {
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(18, 26, 36, 0.04);
}

.sidebarCard {
  position: sticky;
  top: calc(var(--storefront-header-height, 0px) + 12px);
  padding: 0.85rem;
  align-self: start;
  height: auto;
  max-height: none;
  overflow: visible;
}

.sidebarHeader {
  margin-bottom: 0.6rem;
}

.sidebarDescription {
  margin: 0.35rem 0 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.84rem;
  line-height: 1.5;
}

.sidebarEyebrow {
  margin: 0 0 0.2rem;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sidebarTitle {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 1.08rem;
  font-weight: 800;
}

.categoriesList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.categoryLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  min-height: 36px;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 10px;
  color: var(--site-theme-text-strong, #17253a);
  text-decoration: none;
}

.categoryLink:hover {
  background: #f8fafc;
  border-color: rgba(23, 37, 58, 0.16);
}

.categoryLink.is-active {
  border-color: color-mix(in srgb, var(--site-theme-primary, #3f8d95) 28%, rgba(23, 37, 58, 0.12));
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.95) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow: inset 0 0 0 1px rgba(63, 141, 149, 0.12);
}

.categoryCount {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.78rem;
  font-weight: 700;
}

.contentCard {
  padding: 0.9rem;
  display: block;
  height: auto;
  min-height: 0;
  overflow: visible;
}

.catalogContentCard {
  display: grid;
  gap: 1rem;
}

.sectionHeaderMeta {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.84rem;
}

.catalogHero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 1rem;
  align-items: end;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(23, 37, 58, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.96) 0%, rgba(237, 244, 255, 0.98) 100%);
}

.catalogHero__copy {
  display: grid;
  gap: 0.35rem;
}

.catalogHero__eyebrow {
  margin: 0;
  color: #36507a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogHero__title {
  margin: 0;
  color: var(--site-theme-text-strong, #17253a);
  font-size: clamp(1.75rem, 2.4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.1;
}

.catalogHero__description {
  margin: 0;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 64ch;
}

.catalogHero__tools {
  display: grid;
  gap: 0.85rem;
  justify-items: end;
}

.catalogToolbar__meta,
.catalogToolbar__controls {
  width: 100%;
}

.catalogToolbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  justify-content: flex-end;
}

.catalogStat {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 37, 58, 0.08);
  background: #f8fafc;
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.8rem;
  font-weight: 700;
}

.catalogToolbar__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  align-items: end;
}

.catalogControl {
  display: grid;
  gap: 0.32rem;
}

.catalogControl span {
  color: var(--site-theme-text-muted, #596373);
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.catalogControl select {
  min-width: 148px;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(23, 37, 58, 0.12);
  border-radius: 12px;
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.9rem;
  font-weight: 700;
}

.catalogActiveFilters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.catalogFilterPill,
.catalogFilterReset,
.catalogQuickFilter,
.catalogPagerLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding-inline: 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 37, 58, 0.1);
  background: #ffffff;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.catalogFilterPill span {
  margin-inline-start: 0.35rem;
}

.catalogFilterReset {
  background: #f8fafc;
}

.catalogQuickFilters {
  display: none;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: none;
}

.catalogQuickFilters::-webkit-scrollbar {
  display: none;
}

.catalogQuickFilter.is-active {
  background: linear-gradient(180deg, var(--site-theme-primary, #3f8d95) 0%, var(--site-theme-primary-deep, #2f747b) 100%);
  border-color: transparent;
  color: #ffffff;
}

.catalogGrid {
  margin-top: 0.1rem;
}

.catalogPagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(23, 37, 58, 0.08);
}

[dir="rtl"] .sidebarHeader,
[dir="rtl"] .catalogHero,
[dir="rtl"] .catalogToolbar__meta,
[dir="rtl"] .catalogHero__tools,
[dir="rtl"] .catalogActiveFilters,
[dir="rtl"] .catalogQuickFilters,
[dir="rtl"] .catalogPagination {
  direction: rtl;
}

[dir="rtl"] .catalogHero__tools {
  justify-items: start;
}

[dir="rtl"] .categoryLink,
[dir="rtl"] .catalogControl,
[dir="rtl"] .sectionHeaderMeta {
  text-align: right;
}

[dir="rtl"] .catalogPagination {
  flex-direction: row-reverse;
}

[dir="rtl"] .wg-pagination {
  direction: rtl;
}

.grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.subcategoriesCard {
  margin-bottom: 0.9rem;
  padding: 0.8rem;
}

.subcategoriesTitle {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 800;
}

.subcategoriesRow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.subcategoryPill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 37, 58, 0.12);
  background: #f8fafc;
  color: var(--site-theme-text-strong, #17253a);
  font-size: 0.78rem;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .catalogLayout {
    grid-template-columns: minmax(200px, 230px) minmax(0, 1fr);
    gap: 0.8rem;
  }

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

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

@media (max-width: 767px) {
  .catalogViewport {
    padding-inline: 10px;
  }

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

  .sidebarCard {
    display: none;
  }

  .contentCard {
    padding: 0.7rem;
  }

  .catalogHero {
    grid-template-columns: 1fr;
    padding: 0.85rem 0.9rem;
  }

  .catalogHero__tools {
    justify-items: stretch;
  }

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

  .catalogControl select {
    min-width: 0;
    width: 100%;
  }

  .catalogQuickFilters {
    display: flex;
  }

  [dir="rtl"] .catalogHero__tools,
  [dir="rtl"] .catalogToolbar__controls {
    direction: rtl;
  }

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

  .grid .card {
    border-radius: 14px;
  }

  .grid .mediaSurface {
    min-height: 132px;
  }

  .grid .title {
    font-size: 0.88rem;
    line-height: 1.35;
    min-height: 2.5em;
  }

  .grid .priceValue {
    font-size: 0.92rem;
  }

  .grid .cartButton {
    min-height: 32px;
    font-size: 0.74rem;
    border-radius: 10px;
    padding-inline: 8px;
  }

  .subcategoriesCard {
    margin-bottom: 0.7rem;
    padding: 0.7rem;
    border-radius: 14px;
  }

  .subcategoriesTitle {
    font-size: 0.88rem;
  }

  .subcategoriesRow {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.4rem;
    margin-inline: -0.1rem;
    padding: 0.05rem 0.1rem 0.18rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .subcategoriesRow::-webkit-scrollbar {
    display: none;
  }

  .subcategoryPill {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0.34rem 0.72rem;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .catalogPagination {
    justify-content: center;
  }
}

.storefront-rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5c6679;
  font-size: 13px;
  line-height: 1;
}

.storefront-rating-summary--card {
  margin: 10px 0 0;
  min-height: 18px;
}

.storefront-rating-summary--detail {
  margin-top: 10px;
  min-height: 18px;
}

.storefront-rating-summary--review-block {
  margin-top: -2px;
  margin-bottom: 8px;
  min-height: 18px;
}

.storefront-rating-summary--muted {
  opacity: 0.88;
}

.storefront-rating-summary__value {
  color: #12203b;
  font-weight: 800;
}

.storefront-rating-summary__count {
  color: #64748b;
}

.storefront-rating-stars {
  --rating-fill: 0%;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2px;
  color: #d7dfea;
}

.storefront-rating-summary--muted .storefront-rating-stars {
  color: #dbe3ee;
}

.storefront-rating-stars::before,
.storefront-rating-stars::after {
  content: "\2605\2605\2605\2605\2605";
}

.storefront-rating-stars::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-fill);
  overflow: hidden;
  color: #f5b93f;
}

.storefront-rating-stars--sm {
  font-size: 12px;
}

.storefront-review-section {
  display: grid;
  gap: 20px;
}

.storefront-review-section__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.storefront-review-section__side {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.storefront-review-summary-card {
  display: none;
}

.storefront-review-sort {
  display: grid;
  gap: 6px;
  min-width: 220px;
}

.storefront-review-sort span {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.storefront-review-sort select {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 14px;
  background: #fff;
  color: #12203b;
}

.storefront-review-breakdown {
  display: grid;
  gap: 10px;
}

.storefront-review-breakdown__row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
}

.storefront-review-breakdown__label,
.storefront-review-breakdown__count {
  font-size: 13px;
  color: #475569;
}

.storefront-review-breakdown__bar {
  height: 10px;
  border-radius: 999px;
  background: #edf2f8;
  overflow: hidden;
}

.storefront-review-breakdown__bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f8c55e, #f2a530);
}

.storefront-review-list {
  display: grid;
  gap: 14px;
}

.storefront-review-card {
  padding: 18px 20px;
  border: 1px solid rgba(219, 227, 236, 0.92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(18, 32, 59, 0.06);
}

.storefront-review-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.storefront-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
}

.storefront-review-card__title {
  margin: 8px 0 6px;
  font-size: 18px;
  line-height: 1.25;
  color: #12203b;
}

.storefront-review-card__body,
.storefront-review-empty p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.storefront-review-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(63, 141, 149, 0.12);
  color: #236974;
  font-size: 12px;
  font-weight: 700;
}

.storefront-review-empty {
  padding: 22px 24px;
  border: 1px dashed rgba(203, 213, 225, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.storefront-review-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #12203b;
}

.storefront-review-modal-open {
  overflow: hidden;
}

.storefront-review-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.storefront-review-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(6px);
}

.storefront-review-modal__dialog {
  position: relative;
  width: min(680px, calc(100vw - 28px));
  margin: min(9vh, 72px) auto;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(255, 255, 255, 0.99));
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
  display: grid;
  gap: 18px;
}

.storefront-review-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 32, 59, 0.08);
  color: #12203b;
  font-size: 28px;
  line-height: 1;
}

.lang-ar .storefront-review-modal__close {
  right: auto;
  left: 16px;
}

.storefront-review-modal__eyebrow {
  margin: 0 0 6px;
  color: #8a6940;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.storefront-review-modal__title {
  margin: 0 0 10px;
  color: #12203b;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.05;
}

.storefront-review-modal__message,
.storefront-review-modal__subtitle {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.storefront-review-modal__subtitle {
  color: #12203b;
  font-weight: 600;
}

.storefront-review-modal__product {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(219, 227, 236, 0.86);
}

.storefront-review-modal__product-image {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(219, 227, 236, 0.92);
}

.storefront-review-modal__product-copy {
  display: grid;
  gap: 6px;
}

.storefront-review-modal__product-copy strong {
  color: #12203b;
  font-size: 18px;
  line-height: 1.35;
}

.storefront-review-modal__product-copy span {
  color: #64748b;
  font-size: 13px;
}

.storefront-review-modal__form {
  display: grid;
  gap: 16px;
}

.storefront-review-modal__stars {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.storefront-review-star {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(219, 227, 236, 0.92);
  border-radius: 16px;
  background: #fff;
  color: #d7dfea;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.storefront-review-star.is-active,
.storefront-review-star:hover {
  color: #f5b93f;
  border-color: rgba(245, 185, 63, 0.56);
  box-shadow: 0 12px 28px rgba(245, 185, 63, 0.18);
  transform: translateY(-1px);
}

.storefront-review-modal__helper {
  font-size: 13px;
  color: #64748b;
}

.storefront-review-modal__field {
  display: grid;
  gap: 8px;
}

.storefront-review-modal__field span {
  color: #12203b;
  font-size: 14px;
  font-weight: 700;
}

.storefront-review-modal__field textarea {
  min-height: 118px;
  padding: 14px 16px;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 18px;
  background: #fff;
  color: #12203b;
  resize: vertical;
}

.storefront-review-modal__feedback {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 14px;
}

.storefront-review-modal__feedback.is-error {
  background: rgba(239, 68, 68, 0.1);
  color: #b42318;
}

.storefront-review-modal__feedback.is-success {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
}

.storefront-review-modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.storefront-review-modal__primary,
.storefront-review-modal__secondary {
  min-width: 148px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.storefront-review-modal__primary {
  border: 0;
  background: linear-gradient(135deg, #1f2937, #111827);
  color: #fff;
}

.storefront-review-modal__secondary {
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: #fff;
  color: #12203b;
}

.storefront-review-order-row {
  align-items: center;
}

.storefront-review-order-row__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 991.98px) {
  .storefront-review-section__head {
    flex-direction: column;
  }

  .storefront-review-section__side {
    width: 100%;
    justify-items: stretch;
  }

  .storefront-review-summary-card {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .storefront-review-modal__dialog {
    width: min(100vw - 20px, 100%);
    margin: 18px auto;
    padding: 22px 18px;
    border-radius: 24px;
  }

  .storefront-review-modal__product {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .storefront-review-modal__product-image {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .storefront-review-star {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 24px;
  }

  .storefront-review-modal__actions {
    justify-content: stretch;
  }

  .storefront-review-modal__primary,
  .storefront-review-modal__secondary {
    width: 100%;
  }

  .storefront-review-breakdown__row {
    grid-template-columns: 54px minmax(0, 1fr) 26px;
    gap: 8px;
  }
}

.storefront-about-section__lead {
  margin: 0 0 22px;
  color: #475569;
  line-height: 1.8;
  max-width: 78ch;
}

.storefront-about-grid {
  display: grid;
  gap: 18px;
}

.storefront-about-grid--desktop-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.storefront-about-grid--desktop-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.storefront-about-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(219, 227, 236, 0.92);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 254, 0.98));
  box-shadow: 0 20px 42px rgba(18, 32, 59, 0.06);
}

.storefront-about-card__head {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.storefront-about-card__media {
  overflow: hidden;
  border-radius: 8px;
  background: #eef3f5;
  border: 1px solid rgba(18, 32, 59, 0.08);
}

.storefront-about-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-about-card__copy {
  display: grid;
  gap: 8px;
}

.storefront-about-card__copy h3,
.storefront-about-card h3 {
  margin: 0;
  color: #12203b;
  font-size: 20px;
  line-height: 1.25;
}

.storefront-about-card__copy p,
.storefront-about-card p {
  margin: 0;
  color: #526176;
  line-height: 1.75;
}

.storefront-about-card__icon,
.storefront-about-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(63, 141, 149, 0.14), rgba(18, 32, 59, 0.08));
  color: #12203b;
  font-size: 24px;
  font-weight: 800;
  flex-shrink: 0;
  overflow: hidden;
}

.storefront-about-card__icon img,
.storefront-about-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-about-card__badge {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(18, 32, 59, 0.08);
  color: #12203b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.storefront-about-card__link,
.storefront-about-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(18, 32, 59, 0.12);
  background: rgba(18, 32, 59, 0.03);
  color: #12203b;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.storefront-about-card__link:hover,
.storefront-about-section__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(18, 32, 59, 0.08);
  background: rgba(18, 32, 59, 0.06);
}

.storefront-about-stat__value {
  color: #12203b;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 0.95;
  font-weight: 900;
}

.storefront-about-card--stat {
  align-content: start;
}

.storefront-builder-section--preset-about_portfolio {
  --about-ink: #12203b;
  --about-muted: #526176;
  --about-line: rgba(18, 32, 59, 0.12);
  --about-red: #b4232a;
  --about-teal: #2f7d84;
}

.storefront-builder-section--preset-about_portfolio .storefront-section-shell,
.storefront-builder-section--preset-about_portfolio .store-panel {
  border-radius: 8px;
  border-color: rgba(18, 32, 59, 0.1);
  box-shadow: 0 18px 44px rgba(18, 32, 59, 0.07);
}

.storefront-builder-section--about-hero .storefront-home-hero {
  background: #f6fbfc !important;
  border-radius: 0;
  overflow: hidden;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-slider {
  min-height: clamp(560px, 38vw, 680px);
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-slide {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  min-height: clamp(560px, 38vw, 680px);
  overflow: hidden;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(660px, 46vw);
  max-width: 660px;
  margin-left: clamp(44px, 6vw, 92px);
  margin-right: auto;
  padding: clamp(22px, 2.6vw, 36px);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.46) 76%, rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
}

[dir="rtl"] .storefront-builder-section--about-hero .storefront-home-hero__ad-copy {
  margin-left: clamp(44px, 6vw, 92px);
  margin-right: auto;
  text-align: right;
  direction: rtl;
}

.storefront-builder-section--about-hero .storefront-home-hero__eyebrow {
  color: var(--about-red);
  letter-spacing: 0.08em;
}

.storefront-builder-section--about-hero .storefront-home-hero__title {
  color: var(--about-ink);
  letter-spacing: 0;
  max-width: 17ch;
  font-size: clamp(38px, 3.6vw, 60px) !important;
  line-height: 1.04;
}

[dir="rtl"] .storefront-builder-section--about-hero .storefront-home-hero__title {
  max-width: 19ch;
  font-size: clamp(36px, 3.3vw, 56px) !important;
  line-height: 1.12;
}

.storefront-builder-section--about-hero .storefront-home-hero__subheadline,
.storefront-builder-section--about-hero .storefront-home-hero__description {
  color: var(--about-muted);
  max-width: 64ch;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-cta {
  margin-top: 10px;
  margin-inline-end: 10px;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-actions,
.storefront-builder-section--support-hero .storefront-home-hero__ad-actions,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-actions .storefront-home-hero__ad-cta,
.storefront-builder-section--support-hero .storefront-home-hero__ad-actions .storefront-home-hero__ad-cta,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-actions .storefront-home-hero__ad-cta {
  margin: 0;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-visual::before {
  display: none;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-visual img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  background: #f7fbfc;
}

.storefront-builder-section--about-hero .storefront-home-hero__ad-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.72) 28%, rgba(255, 255, 255, 0.18) 55%, rgba(255, 255, 255, 0.01) 100%),
    linear-gradient(180deg, rgba(246, 251, 252, 0.18), rgba(18, 32, 59, 0.04));
}

.storefront-builder-section--preset-service_page {
  --service-ink: #073b36;
  --service-muted: #5b6f6b;
  --service-line: rgba(4, 173, 160, 0.2);
  --service-red: #ff6a2a;
  --service-blue: #02b9aa;
  --service-mint: #dff8f4;
  --service-orange: #ff6a2a;
  --service-cream: #f7fbfa;
}

.storefront-builder-section--preset-service_page .storefront-section-shell,
.storefront-builder-section--preset-service_page .store-panel {
  border-radius: 8px;
  border-color: rgba(18, 32, 59, 0.1);
  box-shadow: 0 18px 44px rgba(18, 32, 59, 0.07);
}

.storefront-builder-section--support-hero .storefront-home-hero,
.storefront-builder-section--contact-hero .storefront-home-hero,
.storefront-builder-section--faq-hero .storefront-home-hero {
  background: #f6fbfc !important;
  border-radius: 0;
  overflow: hidden;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-slider,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-slider,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-slider,
.storefront-builder-section--support-hero .storefront-home-hero__ad-slide,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-slide,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-slide {
  min-height: clamp(540px, 38vw, 660px);
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-slide,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-slide,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-slide {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  overflow: hidden;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-copy,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-copy,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  width: min(720px, 52vw);
  max-width: 720px;
  padding: clamp(26px, 3vw, 42px);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74) 78%, rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-copy {
  margin-left: clamp(44px, 6vw, 92px);
  margin-right: auto;
}

.storefront-builder-section--faq-hero .storefront-home-hero__ad-copy {
  margin-left: clamp(44px, 6vw, 92px);
  margin-right: auto;
}

.storefront-builder-section--contact-hero .storefront-home-hero__ad-copy {
  margin-left: auto;
  margin-right: clamp(44px, 6vw, 92px);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.74) 78%, rgba(255, 255, 255, 0));
}

[dir="rtl"] .storefront-builder-section--support-hero .storefront-home-hero__ad-copy {
  margin-left: clamp(44px, 6vw, 92px);
  margin-right: auto;
  text-align: right;
  direction: rtl;
}

[dir="rtl"] .storefront-builder-section--contact-hero .storefront-home-hero__ad-copy {
  margin-left: auto;
  margin-right: clamp(44px, 6vw, 92px);
  text-align: right;
  direction: rtl;
}

.storefront-builder-section--support-hero .storefront-home-hero__eyebrow,
.storefront-builder-section--contact-hero .storefront-home-hero__eyebrow,
.storefront-builder-section--faq-hero .storefront-home-hero__eyebrow {
  color: var(--service-red);
  letter-spacing: 0.08em;
}

.storefront-builder-section--support-hero .storefront-home-hero__title,
.storefront-builder-section--contact-hero .storefront-home-hero__title,
.storefront-builder-section--faq-hero .storefront-home-hero__title {
  color: var(--service-ink);
  letter-spacing: 0;
  max-width: 16.5ch;
  font-size: clamp(38px, 3.8vw, 64px) !important;
  line-height: 1;
}

.storefront-builder-section--support-hero .storefront-home-hero__subheadline,
.storefront-builder-section--support-hero .storefront-home-hero__description,
.storefront-builder-section--contact-hero .storefront-home-hero__subheadline,
.storefront-builder-section--contact-hero .storefront-home-hero__description,
.storefront-builder-section--faq-hero .storefront-home-hero__subheadline,
.storefront-builder-section--faq-hero .storefront-home-hero__description {
  color: var(--service-muted);
  max-width: 64ch;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-visual,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-visual,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-visual::before,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-visual::before,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-visual::before {
  display: none;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-visual img,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-visual img,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-visual img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  background: #f7fbfc;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-visual img {
  object-position: center center;
}

.storefront-builder-section--contact-hero .storefront-home-hero__ad-visual img {
  object-position: center center;
}

.storefront-builder-section--faq-hero .storefront-home-hero__ad-visual img {
  object-position: center center;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-slide::after,
.storefront-builder-section--contact-hero .storefront-home-hero__ad-slide::after,
.storefront-builder-section--faq-hero .storefront-home-hero__ad-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.storefront-builder-section--support-hero .storefront-home-hero__ad-slide::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 29%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0.02) 100%);
}

.storefront-builder-section--faq-hero .storefront-home-hero__ad-slide::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 29%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0.02) 100%);
}

.storefront-builder-section--contact-hero .storefront-home-hero__ad-slide::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 29%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0.02) 100%);
}

.storefront-builder-section--support-workflow .storefront-builder-split {
  border-radius: 8px;
  background: #ffffff;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(22px, 3vw, 42px);
}

.storefront-builder-section--support-workflow .storefront-builder-split__copy {
  align-self: center;
  display: grid;
  gap: 18px;
}

.storefront-builder-section--support-workflow .storefront-builder-split__copy .storefront-section-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.storefront-builder-section--support-workflow .storefront-builder-split__visual,
.storefront-builder-section--contact-details .storefront-contact-teaser__visual {
  border-radius: 8px;
  min-height: clamp(380px, 34vw, 520px);
  background: #eef3f5;
  overflow: hidden;
}

.storefront-builder-section--support-workflow .storefront-builder-split__visual img,
.storefront-builder-section--contact-details .storefront-contact-teaser__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-builder-section--support-options .storefront-about-card,
.storefront-builder-section--support-details .storefront-content-panel,
.storefront-builder-section--contact-purpose .storefront-about-card,
.storefront-builder-section--contact-details .storefront-about-card {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(7, 59, 54, 0.08);
}

.storefront-builder-section--support-options .storefront-about-card__icon,
.storefront-builder-section--contact-purpose .storefront-about-card__icon {
  width: 62px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(2, 185, 170, 0.18), rgba(255, 106, 42, 0.16));
}

.storefront-builder-section--support-details .storefront-section-shell {
  overflow: hidden;
  border-color: rgba(2, 185, 170, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 95% 0%, rgba(255, 106, 42, 0.26), transparent 0 28%, transparent 29%),
    radial-gradient(circle at 0% 100%, rgba(2, 185, 170, 0.22), transparent 0 30%, transparent 31%),
    linear-gradient(135deg, #f5fffc 0%, #ffffff 54%, #fff3ed 100%);
  box-shadow: 0 24px 54px rgba(7, 59, 54, 0.08);
}

.storefront-builder-section--support-details .storefront-section-header {
  border: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 106, 42, 0.2), transparent 0 22%, transparent 23%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(223, 248, 244, 0.88));
  box-shadow: 0 18px 38px rgba(7, 59, 54, 0.08);
}

.storefront-builder-section--support-details .storefront-section-header__eyebrow {
  color: #ff6a2a;
}

.storefront-builder-section--support-details .storefront-section-header__title {
  color: #073b36;
  font-weight: 900;
}

.storefront-builder-section--support-details .storefront-section-header__description {
  color: #5b6f6b;
}

.storefront-builder-policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  align-items: stretch;
}

@media (min-width: 1100px) {
  .storefront-builder-policy-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.storefront-builder-policy-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: stretch;
  min-height: 238px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(2, 185, 170, 0.16);
}

.storefront-builder-policy-card::before {
  display: none;
}

.storefront-policy-card-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 18px;
  color: #073b36;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(135deg, rgba(2, 185, 170, 0.2), rgba(255, 106, 42, 0.16));
  border: 1px solid rgba(2, 185, 170, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 26px rgba(7, 59, 54, 0.08);
}

.storefront-policy-card-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.storefront-policy-card-icon--tracking,
.storefront-policy-card-icon--truck {
  color: #007f76;
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.86), transparent 34%),
    linear-gradient(135deg, rgba(0, 184, 169, 0.24), rgba(255, 244, 236, 0.92));
}

.storefront-policy-card-icon--return,
.storefront-policy-card-icon--package {
  color: #bb4e00;
  border-color: rgba(255, 106, 0, 0.22);
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, rgba(255, 106, 0, 0.22), rgba(0, 184, 169, 0.14));
}

.storefront-policy-card-icon--lock,
.storefront-policy-card-icon--support,
.storefront-policy-card-icon--location,
.storefront-policy-card-icon--info {
  color: #171719;
  border-color: rgba(23, 23, 25, 0.12);
  background:
    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, rgba(23, 23, 25, 0.08), rgba(0, 184, 169, 0.16));
}

.storefront-builder-policy-card .storefront-content-panel__title {
  max-width: none;
  color: #073b36;
  font-size: 18px;
  line-height: 1.25;
}

.storefront-builder-policy-card .storefront-content-panel__list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  color: #35514c;
}

.storefront-builder-policy-card .storefront-content-panel__list li {
  position: relative;
  padding-left: 22px;
}

.storefront-builder-policy-card .storefront-content-panel__list li::marker {
  content: "";
}

.storefront-builder-policy-card .storefront-content-panel__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff6a2a;
  box-shadow: 0 0 0 4px rgba(255, 106, 42, 0.14);
}

[dir="rtl"] .storefront-builder-policy-card .storefront-content-panel__title {
  max-width: none;
}

[dir="rtl"] .storefront-builder-policy-card .storefront-content-panel__list li {
  padding-left: 0;
  padding-right: 22px;
}

[dir="rtl"] .storefront-builder-policy-card .storefront-content-panel__list li::before {
  left: auto;
  right: 0;
}

.storefront-builder-section--about-brand-story .storefront-builder-split,
.storefront-builder-section--about-marketplaces .storefront-builder-split {
  border-radius: 8px;
  background: #ffffff;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: stretch;
  padding: clamp(22px, 3vw, 42px);
}

.storefront-builder-section--about-brand-story .storefront-builder-split__copy,
.storefront-builder-section--about-marketplaces .storefront-builder-split__copy {
  align-self: center;
  display: grid;
  gap: 18px;
}

.storefront-builder-section--about-brand-story .storefront-builder-split__copy .storefront-section-header,
.storefront-builder-section--about-marketplaces .storefront-builder-split__copy .storefront-section-header {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.storefront-builder-section--about-brand-story .storefront-home-panel__body,
.storefront-builder-section--about-marketplaces .storefront-home-panel__body {
  max-width: 64ch;
  color: var(--about-muted);
  line-height: 1.9;
}

.storefront-builder-section--about-brand-story .storefront-builder-split__visual,
.storefront-builder-section--about-marketplaces .storefront-builder-split__visual {
  border-radius: 8px;
  min-height: clamp(430px, 38vw, 560px);
  background: #eef3f5;
  overflow: hidden;
}

.storefront-builder-section--about-brand-story .storefront-builder-split__visual img,
.storefront-builder-section--about-marketplaces .storefront-builder-split__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-builder-section--about-why-choose-us .storefront-about-card,
.storefront-builder-section--about-brands .storefront-about-card,
.storefront-builder-section--about-marketplaces .storefront-about-card,
.storefront-builder-section--about-contact-teaser .storefront-about-card,
.storefront-builder-section--about-trust-stats .storefront-about-card {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(18, 32, 59, 0.06);
}

.storefront-builder-section--about-why-choose-us .storefront-about-card__icon {
  width: 100%;
  height: clamp(190px, 18vw, 260px);
  border-radius: 8px;
  background: #eef3f5;
}

.storefront-builder-section--about-why-choose-us .storefront-about-card__icon img {
  object-fit: cover;
}

.storefront-builder-section--about-brands .storefront-about-card__head {
  display: grid;
  gap: 18px;
}

.storefront-builder-section--about-brands .storefront-about-card__logo {
  width: 100%;
  height: clamp(250px, 25vw, 360px);
  border-radius: 8px;
  background: #f3f6f8;
}

.storefront-builder-section--about-brands .storefront-about-card__logo img {
  object-fit: cover;
}

.storefront-builder-section--about-marketplaces .storefront-about-grid--links {
  align-items: stretch;
}

.storefront-builder-section--about-marketplaces .storefront-about-card--link {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 0;
  padding: 0;
  gap: 0;
  align-content: stretch;
  overflow: hidden;
  background: #ffffff;
  border-color: rgba(18, 32, 59, 0.14);
  color: #12203b;
}

.storefront-builder-section--about-marketplaces .storefront-about-card--link::before {
  content: "";
  display: block;
  height: clamp(230px, 20vw, 320px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(18, 32, 59, 0.1)),
    var(--about-card-bg),
    linear-gradient(135deg, #eef3f5, #ffffff);
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgba(18, 32, 59, 0.1);
}

.storefront-builder-section--about-marketplaces .storefront-about-card--link::after {
  display: none;
}

.storefront-builder-section--about-marketplaces .storefront-about-card__head {
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(18px, 2vw, 24px) clamp(18px, 2.3vw, 28px) 14px;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.storefront-builder-section--about-marketplaces .storefront-about-card__logo {
  width: clamp(82px, 8vw, 112px);
  height: clamp(82px, 8vw, 112px);
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(18, 32, 59, 0.08);
  box-shadow: 0 14px 30px rgba(18, 32, 59, 0.08);
}

.storefront-builder-section--about-marketplaces .storefront-about-card__logo img {
  object-fit: contain;
}

.storefront-builder-section--about-marketplaces .storefront-about-card__badge,
.storefront-builder-section--about-marketplaces .storefront-about-card__link {
  position: relative;
  z-index: 1;
}

.storefront-builder-section--about-marketplaces .storefront-about-card__badge {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(18, 32, 59, 0.1);
}

.storefront-builder-section--about-marketplaces .storefront-about-card__copy h3 {
  color: #12203b;
  font-size: 24px;
}

.storefront-builder-section--about-marketplaces .storefront-about-card__copy p {
  color: #40506a;
}

.storefront-builder-section--about-marketplaces .storefront-about-card__link {
  margin: 4px clamp(18px, 2.3vw, 28px) clamp(18px, 2.3vw, 28px);
  border-radius: 8px;
  background: #12203b;
  color: #ffffff;
  border-color: #12203b;
  box-shadow: 0 16px 34px rgba(18, 32, 59, 0.14);
}

.storefront-builder-section--about-marketplaces .storefront-about-card__link:hover {
  background: #1f3152;
  color: #ffffff;
}

.storefront-builder-section--about-trust-stats .storefront-section-shell {
  background: linear-gradient(135deg, rgba(18, 32, 59, 0.96), rgba(47, 125, 132, 0.9));
}

.storefront-builder-section--about-trust-stats .tf-title,
.storefront-builder-section--about-trust-stats .storefront-about-card h3,
.storefront-builder-section--about-trust-stats .storefront-about-stat__value {
  color: #ffffff;
}

.storefront-builder-section--about-trust-stats .storefront-about-card,
.storefront-builder-section--about-trust-stats .storefront-about-card p,
.storefront-builder-section--about-trust-stats .storefront-section-header__description {
  color: rgba(255, 255, 255, 0.78);
}

.storefront-builder-section--about-trust-stats .storefront-about-card {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.storefront-builder-section--about-final-cta .storefront-home-banner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  min-height: 390px;
  border-radius: 8px;
  overflow: hidden;
  background-position: center right !important;
  align-content: center;
  justify-items: start;
  padding: clamp(30px, 5vw, 62px);
}

.storefront-builder-section--about-final-cta .storefront-home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 32, 59, 0.94) 0%, rgba(18, 32, 59, 0.82) 42%, rgba(18, 32, 59, 0.38) 100%);
  pointer-events: none;
}

.storefront-builder-section--about-final-cta .storefront-home-banner > * {
  position: relative;
  z-index: 1;
  grid-column: 1;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.storefront-builder-section--about-final-cta .storefront-home-banner__title,
.storefront-builder-section--about-final-cta .storefront-home-banner__description,
.storefront-builder-section--about-final-cta .storefront-home-banner__eyebrow {
  max-width: 520px;
}

[dir="rtl"] .storefront-builder-section--about-final-cta .storefront-home-banner > * {
  margin-right: 0;
  margin-left: 0;
  text-align: right;
}

.storefront-builder-section--about-final-cta .storefront-home-banner__cta {
  width: max-content;
  min-width: 150px;
  max-width: 100%;
  justify-self: start;
}

[dir="rtl"] .storefront-builder-section--about-final-cta .storefront-home-banner__cta {
  justify-self: start;
}

.storefront-builder-section--about-final-cta .storefront-home-banner__title {
  color: #ffffff;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: 0;
}

.storefront-builder-section--about-final-cta .storefront-home-banner__description,
.storefront-builder-section--about-final-cta .storefront-home-banner__body {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.storefront-builder-section--about-final-cta .storefront-home-banner__eyebrow {
  color: #ffb4b8;
}

.storefront-contact-teaser__visual {
  min-height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(219, 227, 236, 0.92);
  box-shadow: 0 22px 50px rgba(18, 32, 59, 0.08);
}

.storefront-contact-teaser__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.storefront-contact-teaser--no-map {
  grid-template-columns: 1fr;
}

.storefront-contact-teaser--no-map .storefront-contact-teaser__copy {
  max-width: 920px;
}

.storefront-contact-teaser--no-map .storefront-about-grid--contact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991.98px) {
  .storefront-builder-section--about-hero .storefront-home-hero__ad-slide {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .storefront-builder-section--support-hero .storefront-home-hero__ad-slide,
  .storefront-builder-section--contact-hero .storefront-home-hero__ad-slide {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .storefront-builder-section--about-hero .storefront-home-hero__ad-visual {
    min-height: 0;
  }

  .storefront-builder-section--support-hero .storefront-home-hero__ad-visual,
  .storefront-builder-section--contact-hero .storefront-home-hero__ad-visual {
    min-height: 0;
  }

  .storefront-builder-section--about-hero .storefront-home-hero__ad-copy {
    width: calc(100% - 32px);
    margin: auto 16px 24px;
    align-self: end;
    background: rgba(255, 255, 255, 0.92);
  }

  .storefront-builder-section--support-hero .storefront-home-hero__ad-copy,
  .storefront-builder-section--contact-hero .storefront-home-hero__ad-copy {
    width: calc(100% - 32px);
    margin: auto 16px 24px;
    align-self: end;
    background: rgba(255, 255, 255, 0.92);
  }

  [dir="rtl"] .storefront-builder-section--about-hero .storefront-home-hero__ad-copy {
    margin: auto 16px 24px;
    background: rgba(255, 255, 255, 0.92);
  }

  [dir="rtl"] .storefront-builder-section--support-hero .storefront-home-hero__ad-copy,
  [dir="rtl"] .storefront-builder-section--contact-hero .storefront-home-hero__ad-copy {
    margin: auto 16px 24px;
    background: rgba(255, 255, 255, 0.92);
  }

  .storefront-builder-section--about-hero .storefront-home-hero__title {
    font-size: clamp(32px, 8vw, 46px) !important;
    max-width: 13ch;
  }

  .storefront-builder-section--support-hero .storefront-home-hero__title,
  .storefront-builder-section--contact-hero .storefront-home-hero__title {
    font-size: clamp(31px, 8vw, 44px) !important;
    max-width: 16ch;
  }

  .storefront-builder-section--about-hero .storefront-home-hero__ad-slide::after {
    background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.92) 64%, rgba(255,255,255,0.98) 100%);
  }

  .storefront-builder-section--support-hero .storefront-home-hero__ad-slide::after,
  .storefront-builder-section--contact-hero .storefront-home-hero__ad-slide::after {
    background: linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.9) 62%, rgba(255,255,255,0.98) 100%);
  }

  .storefront-builder-section--about-final-cta .storefront-home-banner::before {
    background: linear-gradient(180deg, rgba(18, 32, 59, 0.94) 0%, rgba(18, 32, 59, 0.74) 100%);
  }

  .storefront-builder-section--about-final-cta .storefront-home-banner {
    grid-template-columns: 1fr;
  }

  .storefront-builder-section--about-final-cta .storefront-home-banner > * {
    width: 100%;
    max-width: 620px;
  }

  .storefront-builder-section--about-final-cta .storefront-home-banner__cta {
    width: max-content;
  }

  .storefront-builder-section--about-brand-story .storefront-builder-split,
  .storefront-builder-section--about-marketplaces .storefront-builder-split,
  .storefront-builder-section--support-workflow .storefront-builder-split {
    grid-template-columns: 1fr;
  }

  .storefront-builder-section--about-brand-story .storefront-builder-split__visual,
  .storefront-builder-section--about-marketplaces .storefront-builder-split__visual,
  .storefront-builder-section--support-workflow .storefront-builder-split__visual {
    min-height: 340px;
  }
}

@media (max-width: 767.98px) {
  .storefront-builder-section--about-why-choose-us .storefront-about-card__icon,
  .storefront-builder-section--about-brands .storefront-about-card__logo {
    height: 220px;
  }

  .storefront-contact-teaser--no-map .storefront-about-grid--contact {
    grid-template-columns: 1fr;
  }
}

.storefront-contact-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.storefront-contact-teaser__copy {
  display: grid;
  gap: 18px;
}

.storefront-contact-teaser__facts {
  display: grid;
  gap: 12px;
}

.storefront-contact-teaser__facts div {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(219, 227, 236, 0.88);
}

.storefront-contact-teaser__facts strong {
  color: #12203b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.storefront-contact-teaser__facts span,
.storefront-contact-teaser__facts a {
  color: #475569;
  text-decoration: none;
  line-height: 1.65;
}

.storefront-contact-teaser__map {
  min-height: 100%;
}

.storefront-map-embed,
.storefront-map-fallback {
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(219, 227, 236, 0.92);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 255, 0.98));
  box-shadow: 0 22px 50px rgba(18, 32, 59, 0.08);
}

.storefront-map-embed iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
}

.storefront-map-fallback {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 32px;
  color: #12203b;
  text-decoration: none;
}

.storefront-map-fallback strong {
  font-size: 28px;
  line-height: 1.1;
}

.storefront-map-fallback span {
  color: #526176;
  line-height: 1.7;
}

[dir="rtl"] .storefront-about-card__head,
[dir="rtl"] .storefront-contact-teaser {
  direction: rtl;
}

@media (max-width: 1199.98px) {
  .storefront-contact-teaser {
    grid-template-columns: 1fr;
  }

  .storefront-map-embed iframe {
    min-height: 360px;
  }
}

@media (max-width: 991.98px) {
  .storefront-about-grid--desktop-3,
  .storefront-about-grid--desktop-4,
  .storefront-about-grid--desktop-5,
  .storefront-about-grid--desktop-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-about-grid--tablet-1 {
    grid-template-columns: 1fr;
  }

  .storefront-about-grid--tablet-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storefront-about-grid--tablet-3,
  .storefront-about-grid--tablet-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .storefront-about-grid--desktop-2,
  .storefront-about-grid--desktop-3,
  .storefront-about-grid--desktop-4,
  .storefront-about-grid--desktop-5,
  .storefront-about-grid--tablet-1,
  .storefront-about-grid--tablet-2,
  .storefront-about-grid--tablet-3,
  .storefront-about-grid--tablet-4 {
    grid-template-columns: 1fr;
  }

  .storefront-about-card {
    padding: 18px;
    border-radius: 20px;
  }

  .storefront-about-card__icon,
  .storefront-about-card__logo {
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .storefront-map-embed iframe {
    min-height: 300px;
  }

  .storefront-map-fallback {
    padding: 24px;
  }

  .storefront-map-fallback strong {
    font-size: 22px;
  }
}

[dir="rtl"] .tf-header.tf-header-amazon .header-shell--top,
[dir="rtl"] .tf-header.tf-header-amazon .header-shell--bottom,
[dir="rtl"] .tf-header.tf-header-amazon .header-search-slot,
[dir="rtl"] .storefront-mobile-bottom-nav,
[dir="rtl"] .storefront-footer .ft-inner,
[dir="rtl"] .storefront-footer .ft-bottom,
[dir="rtl"] .storefront-footer .ft-center,
[dir="rtl"] .storefront-footer__notice-wrap,
[dir="rtl"] .storefront-line-item__body,
[dir="rtl"] .storefront-summary-item,
[dir="rtl"] .storefront-review-section__head,
[dir="rtl"] .storefront-review-card__head,
[dir="rtl"] .storefront-review-card__meta,
[dir="rtl"] .storefront-review-breakdown__row,
[dir="rtl"] .storefront-review-modal__product,
[dir="rtl"] .storefront-review-modal__stars,
[dir="rtl"] .storefront-review-modal__actions,
[dir="rtl"] .storefront-review-order-row__actions {
  direction: rtl;
}

[dir="rtl"] .tf-header.tf-header-amazon .header-brand .store-logo--compact,
[dir="rtl"] .storefront-footer .logo-site {
  justify-content: flex-end;
}

[dir="rtl"] .tf-header.tf-header-amazon .header-brand .store-logo--compact img,
[dir="rtl"] .storefront-footer .store-logo--compact img,
[dir="rtl"] .storefront-footer__logo img {
  object-position: right center !important;
}

[dir="rtl"] .tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] .tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category .tf-select-custom {
  padding: 0 16px 0 32px;
  text-align: right;
}

[dir="rtl"] .tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .select-category .tf-select-custom::after {
  right: auto;
  left: 12px;
}

[dir="rtl"] .tf-header.tf-header-amazon .form-search-product.form-search-product--amazon fieldset input,
[dir="rtl"] .storefront-mobile-search input,
[dir="rtl"] .storefront-review-modal__field textarea {
  text-align: right;
}

[dir="rtl"] .tf-header.tf-header-amazon .form-search-product.form-search-product--amazon .btn-submit-form {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] .tf-header.tf-header-amazon .header-right {
  flex-direction: row;
  justify-content: flex-start;
}

[dir="rtl"] .tf-header.tf-header-amazon .store-lang-switcher,
[dir="rtl"] .tf-header.tf-header-amazon .header-cart-link,
[dir="rtl"] .tf-header.tf-header-amazon .header-utility-card--wishlist,
[dir="rtl"] .tf-header.tf-header-amazon .header-utility-card--orders,
[dir="rtl"] .tf-header.tf-header-amazon .header-utility-card--account {
  order: initial;
}

[dir="rtl"] .tf-header.tf-header-amazon .header-shell--bottom,
[dir="rtl"] .tf-header.tf-header-amazon .header-bt-left,
[dir="rtl"] .tf-header.tf-header-amazon .main-nav-menu .nav-list {
  flex-direction: row;
}

[dir="rtl"] .tf-header.tf-header-amazon .main-nav-menu {
  text-align: right;
}

[dir="rtl"] .tf-header.tf-header-amazon .header-utility-card,
[dir="rtl"] .tf-header.tf-header-amazon .main-nav-menu .item-link,
[dir="rtl"] .storefront-section-header--align-right,
[dir="rtl"] .storefront-footer,
[dir="rtl"] .storefront-line-item,
[dir="rtl"] .storefront-review-section,
[dir="rtl"] .storefront-review-modal__dialog {
  text-align: right;
}

[dir="rtl"] .storefront-page-intro,
[dir="rtl"] .storefront-section-header,
[dir="rtl"] .storefront-section-header__main {
  text-align: right;
}

[dir="rtl"] .storefront-section-header__main,
[dir="rtl"] .storefront-section-header--align-right .storefront-section-header__main {
  justify-items: start;
}

[dir="rtl"] .storefront-section-header {
  direction: rtl;
}

[dir="rtl"] .tf-header.tf-header-amazon .header-cart-link__icon .count-box {
  right: auto;
  left: -6px;
}

[dir="rtl"] .breakcrumbs {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

[dir="rtl"] .breakcrumbs .icon-arrow-right,
[dir="rtl"] .breakcrumbs [aria-hidden="true"] {
  transform: scaleX(-1);
}

[dir="rtl"] .storefront-summary-item,
[dir="rtl"] .storefront-review-order-row {
  flex-direction: row-reverse;
  align-items: flex-start;
  text-align: right;
}

[dir="rtl"] .storefront-summary-item > div,
[dir="rtl"] .storefront-review-order-row > div:first-child {
  text-align: right;
}

[dir="rtl"] .storefront-checkout-assurance__item,
[dir="rtl"] .storefront-stat-card,
[dir="rtl"] .storefront-order-card,
[dir="rtl"] .storefront-promise-card,
[dir="rtl"] .storefront-timeline__item,
[dir="rtl"] .storefront-summary-panel,
[dir="rtl"] .storefront-panel-head__meta,
[dir="rtl"] .storefront-summary-stack .d-flex,
[dir="rtl"] [data-cart-page] .form-control,
[dir="rtl"] [data-cart-page] .form-select,
[dir="rtl"] [data-track-order-form] .form-control,
[dir="rtl"] [data-track-order-form] .form-select {
  text-align: right;
}

[dir="rtl"] .storefront-panel-head,
[dir="rtl"] .storefront-order-card__head,
[dir="rtl"] .storefront-order-card__body {
  direction: rtl;
}

[dir="rtl"] .storefront-summary-stack .d-flex {
  flex-direction: row-reverse;
}

[dir="rtl"] .storefront-timeline__item,
[dir="rtl"] .storefront-panel-head__meta,
[dir="rtl"] .storefront-line-item__price,
[dir="rtl"] .storefront-line-item__subprice,
[dir="rtl"] .storefront-order-card__body strong,
[dir="rtl"] .storefront-order-card__head .storefront-summary-item__meta {
  unicode-bidi: plaintext;
}

[dir="rtl"] .storefront-product-rail,
[dir="rtl"] .storefront-featured-categories-track--slider,
[dir="rtl"] .storefront-brand-rail {
  direction: rtl;
}

[dir="rtl"] .storefront-rail-nav--prev {
  left: auto;
  right: -14px;
}

[dir="rtl"] .storefront-rail-nav--next {
  right: auto;
  left: -14px;
}

[dir="rtl"] .storefront-rail-nav svg {
  transform: scaleX(-1);
}

[dir="rtl"] .tf-header.tf-header-amazon .store-lang-switcher .lang-switcher__group,
[dir="rtl"] .storefront-mobile-quick-link .lang-switcher__group {
  direction: ltr;
}

[dir="rtl"] .storefront-footer .ft-menu-list,
[dir="rtl"] .storefront-footer .ft-menu-list-2,
[dir="rtl"] .storefront-footer .ft-contact-list,
[dir="rtl"] .storefront-footer .social-list,
[dir="rtl"] .storefront-footer .method-list {
  direction: rtl;
  text-align: right;
}

[dir="rtl"] .storefront-footer__notice-action {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] .storefront-line-item__aside {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

[dir="rtl"] .storefront-review-section__side {
  justify-items: start;
}

[dir="rtl"] .storefront-review-modal__close {
  right: auto;
  left: 16px;
}

@media (max-width: 767px) {
  .storefront-panel-head,
  .storefront-summary-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .storefront-line-item__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .storefront-line-item__actions .form-select,
  .storefront-line-item__actions .tf-btn {
    width: 100%;
    max-width: none !important;
  }

  .storefront-summary-stack .d-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  [dir="rtl"] .storefront-mobile-search {
    direction: rtl;
  }

  [dir="rtl"] .storefront-section-header--align-right,
  [dir="rtl"] .storefront-panel-head {
    align-items: flex-end;
  }

  [dir="rtl"] .storefront-summary-item,
  [dir="rtl"] .storefront-summary-stack .d-flex {
    align-items: flex-end;
  }

  [dir="rtl"] .storefront-line-item__aside {
    margin-right: 0;
    text-align: right;
  }

  [dir="rtl"] .storefront-footer__notice-wrap {
    align-items: flex-end;
  }
}

/* Storefront style preset overrides must stay late in the cascade. */
body[class*="storefront-theme-style-"] [data-product-card].card {
  padding: var(--storefront-card-padding);
  border-radius: var(--storefront-card-radius);
  box-shadow: var(--storefront-card-shadow);
}

body[class*="storefront-theme-style-"] [data-product-card].card:hover {
  box-shadow: var(--storefront-card-hover-shadow);
}

body[class*="storefront-theme-style-"] [data-product-card] .mediaSurface {
  min-height: var(--storefront-product-media-min-height);
  border-radius: var(--storefront-card-media-radius);
}

body[class*="storefront-theme-style-"] [data-product-card] .title {
  font-family: var(--storefront-heading-font);
  font-size: var(--storefront-product-title-size);
  font-weight: var(--storefront-product-title-weight);
}

body[class*="storefront-theme-style-"] .storefront-section-header__title,
body[class*="storefront-theme-style-"] .storefront-home-hero__title,
body[class*="storefront-theme-style-"] .storefront-home-banner__title,
body[class*="storefront-theme-style-"] .storefront-content-panel__title,
body[class*="storefront-theme-style-"] .storefront-promo-panel__title,
body[class*="storefront-theme-style-"] .storefront-footer__notice-title {
  font-family: var(--storefront-heading-font);
  font-weight: var(--storefront-section-title-weight);
}

body[class*="storefront-theme-style-"] .storefront-section-header__eyebrow,
body[class*="storefront-theme-style-"] .storefront-home-banner__eyebrow,
body[class*="storefront-theme-style-"] .storefront-promo-panel__eyebrow {
  letter-spacing: var(--storefront-eyebrow-letter-spacing);
}

body[class*="storefront-theme-style-"] .storefront-home-banner,
body[class*="storefront-theme-style-"] .storefront-home-panel,
body[class*="storefront-theme-style-"] .storefront-content-panel,
body[class*="storefront-theme-style-"] .storefront-promo-panel,
body[class*="storefront-theme-style-"] .storefront-category-card,
body[class*="storefront-theme-style-"] .contentCard {
  border-radius: var(--storefront-panel-radius);
  box-shadow: var(--storefront-panel-shadow);
}

body[class*="storefront-theme-style-"] .tf-btn,
body[class*="storefront-theme-style-"] .subscribe-button,
body[class*="storefront-theme-style-"] .pageShell .buyButton,
body[class*="storefront-theme-style-"] .pageShell .primaryLink,
body[class*="storefront-theme-style-"] .cartButton,
body[class*="storefront-theme-style-"] .viewButton {
  min-height: var(--storefront-button-min-height);
  border-radius: var(--storefront-button-radius);
  font-weight: var(--storefront-button-weight);
}

body[class*="storefront-theme-style-"] .tf-header.tf-header-amazon .header-all-link,
body[class*="storefront-theme-style-"] .tf-header.tf-header-amazon .header-highlight-link,
body[class*="storefront-theme-style-"] .tf-header.tf-header-amazon .main-nav-menu .item-link {
  border-radius: var(--storefront-nav-radius);
}

body.storefront-theme-style-clean_square [data-product-card].card:hover,
body.storefront-theme-style-market_compact [data-product-card].card:hover {
  transform: translateY(-1px);
}

body.storefront-theme-style-market_compact [data-product-card] .content {
  gap: 0.42rem;
  padding-top: 0.5rem;
}

body.storefront-theme-style-market_compact [data-product-card] .cartButton,
body.storefront-theme-style-market_compact [data-product-card] .viewButton {
  min-width: 92px;
  padding: 0.48rem 0.62rem;
  font-size: 0.74rem;
}

body.storefront-theme-style-editorial_luxe .storefront-home-hero__title {
  letter-spacing: 0;
}

.catalogToolbar__controls--compact {
  width: min(100%, 460px);
  margin-inline-start: auto;
}

@media (max-width: 767px) {
  .catalogPage {
    padding-top: 0;
  }

  .catalogViewport {
    padding-inline: 6px;
  }

  .catalogContentCard {
    gap: 0.55rem;
  }

  .contentCard.catalogContentCard {
    padding: 0.55rem;
    border-radius: 12px;
    box-shadow: none;
  }

  .catalogToolbar__controls--compact {
    width: 100%;
    margin-inline-start: 0;
    padding: 0;
  }

  .catalogControl {
    gap: 0.22rem;
  }

  .catalogControl span {
    font-size: 0.66rem;
  }

  .catalogControl select {
    min-height: 36px;
    padding: 0.42rem 0.65rem;
    border-radius: 10px;
    font-size: 0.84rem;
  }

  .catalogQuickFilters {
    margin-inline: -0.1rem;
    padding-bottom: 0;
  }

  .catalogQuickFilter {
    min-height: 32px;
    padding-inline: 0.72rem;
    font-size: 0.78rem;
  }

  .catalogShell .grid,
  .grid {
    gap: 0.45rem;
  }

  .catalogGrid,
  .catalogShell .catalogGrid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.65rem;
  }

  body[class*="storefront-theme-style-"] .catalogGrid [data-product-card] .mediaSurface,
  body[class*="storefront-theme-style-"] .catalogShell [data-product-card] .mediaSurface {
    min-height: 0;
  }

  .catalogGrid [data-product-card].card,
  .catalogShell [data-product-card].card {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.7rem;
    padding: 0.55rem;
    border-radius: 14px;
    min-width: 0;
    overflow: hidden;
  }

  .catalogGrid [data-product-card] .mediaLink,
  .catalogShell [data-product-card] .mediaLink {
    flex: 0 0 min(38%, 132px);
    min-width: 0;
  }

  .catalogGrid [data-product-card] .content,
  .catalogShell [data-product-card] .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
  }

  [dir="rtl"] .catalogGrid [data-product-card] .mediaLink,
  [dir="rtl"] .catalogShell [data-product-card] .mediaLink {
    order: 2;
  }

  [dir="rtl"] .catalogGrid [data-product-card] .content,
  [dir="rtl"] .catalogShell [data-product-card] .content {
    order: 1;
  }

  .catalogGrid [data-product-card] .mediaSurface,
  .catalogShell [data-product-card] .mediaSurface {
    aspect-ratio: auto;
    width: 100%;
    min-height: 148px;
    height: 100%;
    padding: 0.35rem;
    border-radius: 10px;
  }

  .catalogGrid [data-product-card] .rotator,
  .catalogShell [data-product-card] .rotator {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .catalogGrid [data-product-card] .rotatorImage,
  .catalogShell [data-product-card] .rotatorImage {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    transform: none;
  }

  .catalogGrid [data-product-card] .content,
  .catalogShell [data-product-card] .content {
    min-width: 0;
    gap: 0.36rem;
    padding-top: 0.1rem;
  }

  .catalogGrid [data-product-card] .brand,
  .catalogShell [data-product-card] .brand {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }

  .catalogGrid [data-product-card] .title,
  .catalogShell [data-product-card] .title {
    font-size: 0.88rem;
    line-height: 1.32;
    min-height: 0;
    -webkit-line-clamp: 3;
  }

  .catalogGrid .storefront-rating-summary--card,
  .catalogShell .storefront-rating-summary--card {
    display: flex;
    min-height: 18px;
  }

  .catalogGrid [data-product-card] .comparePrice,
  .catalogShell [data-product-card] .comparePrice {
    display: none;
  }

  .catalogGrid [data-product-card] .singleFooter,
  .catalogShell [data-product-card] .singleFooter {
    align-items: stretch;
    gap: 0.42rem;
  }

  .catalogGrid [data-product-card] .priceValue,
  .catalogShell [data-product-card] .priceValue {
    font-size: 0.82rem;
  }

  .catalogGrid [data-product-card] .cartButton,
  .catalogShell [data-product-card] .cartButton,
  .catalogGrid [data-product-card] .viewButton,
  .catalogShell [data-product-card] .viewButton {
    min-height: 34px;
    padding: 0.42rem 0.58rem;
    font-size: 0.72rem;
  }

  .catalogGrid [data-product-card] .productCardActions,
  .catalogShell [data-product-card] .productCardActions {
    top: 0.85rem;
    flex-direction: row;
    inset-inline-end: 0.85rem;
    inset-inline-start: auto;
  }

  [dir="rtl"] .catalogGrid [data-product-card] .productCardActions,
  [dir="rtl"] .catalogShell [data-product-card] .productCardActions {
    inset-inline-end: auto;
    inset-inline-start: 0.85rem;
  }

  .productDetailContainer {
    padding-inline: 6px;
  }

  body.storefront-product-detail-page .tf-header.tf-header-amazon .header-shell--mobile {
    padding-block: 6px;
  }

  body.storefront-product-detail-page .storefront-mobile-topbar {
    gap: 0;
  }

  body.storefront-product-detail-page .storefront-mobile-topbar__head {
    margin-bottom: 0;
  }

  body.storefront-product-detail-page .storefront-mobile-search,
  body.storefront-product-detail-page .storefront-mobile-quick-links,
  body.storefront-product-detail-page .storefront-mobile-topbar__location {
    display: none;
  }

  .productDetailContainer .storefront-page-intro {
    display: none;
  }

  .productDetailContainer > .pageShell {
    margin-top: -0.85rem;
  }

  .productDetailContainer .row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }

  .pageShell .galleryShell,
  .pageShell .summaryCard,
  .pageShell .optionCard,
  .pageShell .buyPanel,
  .pageShell .detailCard,
  .pageShell .featureSummary {
    border-radius: 10px;
  }

  .pageShell .mediaFrame {
    min-height: clamp(300px, 68vh, 430px);
    padding: 0.35rem;
  }

  .pageShell .mainImage {
    max-height: clamp(280px, 62vh, 400px);
    max-width: 100%;
    object-fit: contain;
    object-position: center;
  }

  .pageShell .zoomBadge {
    display: none;
  }
}
