@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");

:root {
  --storefront-accent: #0e7c86;
  --storefront-accent-2: #1f2937;
  --storefront-ink: #111827;
  --storefront-muted: #6b7280;
  --storefront-surface: #ffffff;
  --storefront-bg: #f4f6f8;
  --storefront-border: rgba(17, 24, 39, 0.12);
  --storefront-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
  --storefront-shadow-sm: 0 8px 22px rgba(17, 24, 39, 0.08);
  --storefront-radius: 16px;
}

/* Scope everything so the admin/dashboard stays untouched */
.storefront-app {
  color: var(--storefront-ink);
  background: radial-gradient(1200px 600px at 15% -10%, rgba(14, 124, 134, 0.11), transparent 60%),
              radial-gradient(1000px 500px at 90% 0%, rgba(17, 24, 39, 0.08), transparent 60%),
              var(--storefront-bg);
  min-height: 100vh;
  font-family: "Plus Jakarta Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

.storefront-app a {
  text-decoration: none;
}

.storefront-app a:hover {
  text-decoration: none;
}

.storefront-app .text-muted {
  color: var(--storefront-muted) !important;
}

/* Brand polish */
.storefront-app .btn-primary {
  background: var(--storefront-accent);
  border: 1px solid rgba(14, 124, 134, 0.28);
  box-shadow: 0 12px 26px rgba(14, 124, 134, 0.24);
  color: #fff;
}

.storefront-app .btn-primary:hover,
.storefront-app .btn-primary:focus {
  background: #0a666f;
  box-shadow: 0 16px 34px rgba(14, 124, 134, 0.28);
}

.storefront-app .btn-outline-secondary {
  border-color: rgba(15, 23, 42, 0.24);
  color: var(--storefront-ink);
}

.storefront-app .btn-outline-secondary:hover {
  background: rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.32);
}

.storefront-app .btn-light {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: var(--storefront-ink);
}

.storefront-app .btn-light:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(15, 23, 42, 0.20);
}

.storefront-app .btn {
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.storefront-app .btn-lg {
  padding: 0.9rem 1.1rem;
}

.storefront-app .btn-sm {
  border-radius: 12px;
}

.storefront-app .btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(14, 124, 134, 0.2);
}

.storefront-app h1,
.storefront-app h2,
.storefront-app h3,
.storefront-app h4,
.storefront-app h5 {
  letter-spacing: -0.02em;
}

.storefront-app .form-control,
.storefront-app .form-select,
.storefront-app .input-group-text {
  border-color: rgba(15, 23, 42, 0.14) !important;
}

.storefront-app .form-control:focus,
.storefront-app .form-select:focus {
  border-color: rgba(14, 124, 134, 0.6) !important;
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 134, 0.14) !important;
}

/* Header/nav */
.storefront-announcement {
  background: linear-gradient(90deg, rgba(14, 124, 134, 0.12), rgba(17, 24, 39, 0.07));
  border-bottom: 1px solid var(--storefront-border);
}

.storefront-navbar {
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--storefront-border);
}

.storefront-brand {
  letter-spacing: -0.02em;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.storefront-brand-logo {
  display: block;
  height: 42px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

.storefront-brand-logo-mobile {
  height: 34px;
  max-width: 160px;
}

.storefront-icon-btn {
  border-radius: 12px;
  padding: 0.55rem 0.7rem;
}

.storefront-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--storefront-accent), #0b5560);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 10px 18px rgba(14, 124, 134, 0.28);
}

.storefront-search .form-control,
.storefront-search .input-group-text {
  border-color: rgba(15, 23, 42, 0.10) !important;
}

.storefront-search .input-group {
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
}

.storefront-search .input-group-text,
.storefront-search .form-control {
  border-radius: 0;
}

.storefront-header .form-control {
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  border-color: rgba(15, 23, 42, 0.10) !important;
}

.storefront-subnav {
  background: rgba(247, 248, 250, 0.85);
  backdrop-filter: blur(8px);
}

.storefront-pill-row {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.storefront-pill-row::-webkit-scrollbar {
  display: none;
}

.storefront-pill-row .btn {
  white-space: nowrap;
}

.storefront-categories-dropdown {
  width: min(980px, calc(100vw - 2rem));
  border-radius: var(--storefront-radius);
}

@media (max-width: 991.98px) {
  .storefront-brand-logo {
    height: 34px;
    max-width: 150px;
  }
}

/* Collection toolbar */
.storefront-collection-bar {
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: calc(var(--storefront-radius) - 4px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.storefront-chip {
  border-radius: 999px !important;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
}

.storefront-chip.active {
  border-color: rgba(14, 124, 134, 0.4) !important;
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 134, 0.12);
}

.storefront-filter-menu {
  width: 260px;
  border-radius: var(--storefront-radius);
}

/* Offcanvas */
.storefront-app .offcanvas {
  border-right: 1px solid var(--storefront-border);
}

.storefront-app .accordion-item {
  border-color: rgba(15, 23, 42, 0.10);
}

.storefront-app .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 134, 0.12);
}

/* Hero */
.storefront-hero {
  border-radius: calc(var(--storefront-radius) + 6px);
  background:
    radial-gradient(900px 380px at 10% 0%, rgba(14, 124, 134, 0.2), transparent 60%),
    radial-gradient(900px 280px at 90% 20%, rgba(17, 24, 39, 0.14), transparent 60%),
    linear-gradient(180deg, #ffffff, #ffffff);
  border: 1px solid var(--storefront-border);
  box-shadow: var(--storefront-shadow-sm);
  animation: sf-fade-in 460ms ease;
}

.storefront-hero .badge {
  border: 1px solid rgba(15, 23, 42, 0.12);
}

/* Cards */
.storefront-app .card {
  border: 1px solid rgba(15, 23, 42, 0.10) !important;
  border-radius: var(--storefront-radius) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

/* Shopify-like product tile */
.storefront-tile {
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: calc(var(--storefront-radius) - 2px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  animation: sf-rise-in 420ms ease both;
}

.storefront-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
}

.storefront-tile-media {
  position: relative;
  display: block;
  background: #f1f5f9;
}

.storefront-tile-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8fafc;
  display: block;
}

.storefront-tile-video {
  pointer-events: none;
}

.storefront-video-badge,
.storefront-thumb-video-badge {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
}

.storefront-video-badge {
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
}

.storefront-tile-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
}

.storefront-tile-body {
  padding: 12px 12px 14px;
}

.storefront-tile-title {
  display: block;
  font-weight: 800;
  color: var(--storefront-ink);
  line-height: 1.25;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.storefront-tile-sub {
  min-height: 2.6em;
}

.storefront-tile-price {
  font-weight: 900;
  font-size: 1.05rem;
}

.storefront-tile-actions .input-group-text,
.storefront-tile-actions .form-control {
  border-color: rgba(15, 23, 42, 0.14) !important;
}

.storefront-tile-actions .btn-primary {
  box-shadow: none;
}

.storefront-app .card-title {
  letter-spacing: -0.02em;
}

.storefront-app .card-text {
  color: var(--storefront-muted);
}

/* Category swimlane (homepage) */
.storefront-category-showcase {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.storefront-category-swimlane {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.storefront-category-chip {
  scroll-snap-align: start;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 10px;
  background: #f8fafc;
  padding: 10px;
  text-align: center;
  box-shadow: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.storefront-category-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(14, 124, 134, 0.32);
  background: #ffffff;
}

.storefront-category-chip-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #eef2f7;
}

.storefront-category-chip-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.storefront-category-chip-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #64748b;
}

.storefront-category-chip-name {
  margin-top: 9px;
  font-size: 0.88rem;
  font-weight: 800;
  color: #12151a;
  line-height: 1.2;
  letter-spacing: 0;
}

@media (max-width: 1200px) {
  .storefront-category-swimlane {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .storefront-category-swimlane {
    grid-auto-flow: column;
    grid-auto-columns: minmax(132px, 154px);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}

/* Categories index page */
.storefront-categories-hero,
.storefront-collection-hero.is-category {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
    linear-gradient(90deg, rgba(14, 124, 134, 0.10), rgba(15, 23, 42, 0.08));
}

.storefront-category-hero-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #eef2f7;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.storefront-category-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.storefront-category-hero-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #64748b;
  font-size: 2rem;
}

.storefront-category-card {
  display: block;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  transition: transform 180ms ease;
}

.storefront-category-card:hover {
  transform: translateY(-2px);
}

.storefront-category-card-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 150px;
  background: #f7f8fa;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
}

.storefront-category-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.storefront-category-card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: #64748b;
}

.storefront-category-card-body {
  padding: 9px 2px 0;
  text-align: center;
}

.storefront-category-card-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.storefront-category-card-meta {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
}

.storefront-category-index-grid {
  align-items: start;
}

@media (min-width: 1200px) {
  .storefront-category-index-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .storefront-category-card-media {
    max-height: 132px;
    padding: 8px;
  }

  .storefront-category-card-title {
    font-size: 0.84rem;
  }
}

.storefront-whatsapp-btn {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1080;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.35);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.storefront-whatsapp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(22, 163, 74, 0.4);
}

.storefront-whatsapp-btn i {
  font-size: 1.05rem;
}

.storefront-toast-container {
  position: fixed;
  top: 88px;
  right: 18px;
  z-index: 1090;
  width: min(380px, calc(100vw - 24px));
  pointer-events: none;
}

.storefront-toast {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-left: 4px solid var(--storefront-accent);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
  padding: 12px;
  pointer-events: auto;
  animation: sf-toast-in 180ms ease both;
}

.storefront-toast[data-tone="warning"] {
  border-left-color: #f59e0b;
}

.storefront-toast-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(14, 124, 134, 0.12);
  color: var(--storefront-accent);
  flex: 0 0 auto;
}

.storefront-toast[data-tone="warning"] .storefront-toast-icon {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}

.storefront-toast-body {
  min-width: 0;
  flex: 1;
}

.storefront-toast-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--storefront-ink);
  line-height: 1.2;
}

.storefront-toast-message {
  font-size: 0.78rem;
  color: var(--storefront-muted);
  line-height: 1.35;
}

.storefront-toast-action {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--storefront-accent);
  white-space: nowrap;
}

@keyframes sf-toast-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 575.98px) {
  .storefront-whatsapp-btn {
    right: 12px;
    bottom: 12px;
    height: 44px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .storefront-toast-container {
    top: 74px;
    left: 12px;
    right: 12px;
    width: auto;
  }
}

.storefront-price {
  letter-spacing: -0.02em;
}

/* Checkout */
.storefront-summary {
  position: sticky;
  top: 18px;
}

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

.storefront-line {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: calc(var(--storefront-radius) - 6px);
  background: rgba(255, 255, 255, 0.95);
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.storefront-line-title {
  font-weight: 900;
  line-height: 1.2;
}

.storefront-line-meta {
  color: var(--storefront-muted);
  font-size: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.storefront-line-price {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.storefront-line-controls {
  display: flex;
  gap: 10px;
  align-items: center;
}

.storefront-line-controls input {
  width: 90px;
}

@media (min-width: 768px) {
  .storefront-line {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .storefront-line-price {
    justify-content: flex-start;
    gap: 14px;
  }
}

.storefront-kpi {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
}

.storefront-table thead th {
  color: var(--storefront-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.storefront-empty {
  border: 1px dashed rgba(15, 23, 42, 0.18);
  border-radius: var(--storefront-radius);
  background: rgba(15, 23, 42, 0.02);
}

.storefront-confirmation-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(14, 124, 134, 0.12);
  color: var(--storefront-accent);
  font-size: 1.8rem;
}

.storefront-confirmation-stat {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 8px;
  background: #f8fafc;
  padding: 12px;
}

.storefront-confirmation-lines {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 8px;
  padding: 4px 12px;
}

/* Footer */
.storefront-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  background:
    radial-gradient(900px 260px at 0% 0%, rgba(14, 124, 134, 0.1), transparent 65%),
    linear-gradient(180deg, #ffffff, #f8fafc);
}

.storefront-footer-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.storefront-footer-title {
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.storefront-footer-copy {
  color: var(--storefront-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.storefront-footer-list li {
  margin-bottom: 0.6rem;
  color: var(--storefront-muted);
}

.storefront-footer-list a {
  color: var(--storefront-ink);
  text-decoration: none;
}

.storefront-footer-list a:hover {
  color: var(--storefront-accent);
}

/* PDP */
.storefront-pdp-gallery {
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: var(--storefront-radius);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  padding: 12px;
}

.storefront-pdp-main {
  border-radius: calc(var(--storefront-radius) - 8px);
  overflow: hidden;
  background: #f1f5f9;
}

.storefront-pdp-main img,
.storefront-pdp-main video {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f8fafc;
  display: block;
}

.storefront-pdp-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.storefront-pdp-thumbs::-webkit-scrollbar {
  display: none;
}

.storefront-thumb {
  position: relative;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 14px;
  background: #fff;
  padding: 0;
  width: 78px;
  flex: 0 0 auto;
  overflow: hidden;
}

.storefront-thumb img,
.storefront-thumb video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #f8fafc;
  display: block;
}

.storefront-thumb-video-badge {
  right: 6px;
  bottom: 6px;
  width: 22px;
  height: 22px;
  font-size: 0.78rem;
}

.storefront-thumb.is-active {
  border-color: rgba(14, 124, 134, 0.65);
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 134, 0.14);
}

.storefront-pdp-buybox {
  position: sticky;
  top: 18px;
}

.storefront-pdp-price {
  font-weight: 950;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.storefront-trust {
  display: grid;
  gap: 10px;
}

.storefront-trust-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.02);
}

.storefront-trust-item i {
  font-size: 1.2rem;
  color: var(--storefront-ink);
}

.storefront-variant-row {
  min-height: 56px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.storefront-variant-row:last-child {
  border-bottom: 0;
}

.storefront-quantity-stepper {
  width: 132px;
  min-width: 132px;
  height: 42px;
  display: grid;
  grid-template-columns: 40px minmax(44px, 1fr) 40px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 12px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.storefront-quantity-stepper:focus-within {
  border-color: rgba(14, 124, 134, 0.62);
  box-shadow: 0 0 0 0.2rem rgba(14, 124, 134, 0.12);
}

.storefront-quantity-stepper-lg {
  width: 144px;
  min-width: 144px;
  height: 46px;
  grid-template-columns: 44px minmax(48px, 1fr) 44px;
}

.storefront-quantity-btn {
  border: 0;
  background: #f8fafc;
  color: #0f172a;
  display: grid;
  place-items: center;
  padding: 0;
  font-size: 0.95rem;
  transition: background 150ms ease, color 150ms ease;
}

.storefront-quantity-btn:hover:not(:disabled) {
  background: rgba(14, 124, 134, 0.11);
  color: var(--storefront-accent);
}

.storefront-quantity-btn:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid var(--storefront-accent);
  outline-offset: -2px;
}

.storefront-quantity-btn:disabled {
  color: #94a3b8;
  background: #f8fafc;
  cursor: not-allowed;
}

.storefront-quantity-input {
  width: 100%;
  min-width: 0;
  border: 0;
  border-right: 1px solid rgba(15, 23, 42, 0.11);
  border-left: 1px solid rgba(15, 23, 42, 0.11);
  border-radius: 0;
  background: #fff;
  color: var(--storefront-ink);
  font-weight: 800;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.storefront-quantity-input::-webkit-inner-spin-button,
.storefront-quantity-input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

.storefront-quantity-input:focus {
  outline: 0;
}

.storefront-quantity-input:disabled {
  background: #f8fafc;
  color: #94a3b8;
}

@media (max-width: 991.98px) {
  .storefront-summary {
    position: static;
  }
  .storefront-pdp-buybox {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .storefront-variant-row {
    min-height: 60px;
    gap: 10px;
  }

  .storefront-variant-row > .small {
    min-width: 0;
    line-height: 1.35;
  }

  .storefront-quantity-stepper {
    width: 128px;
    min-width: 128px;
    height: 44px;
    grid-template-columns: 40px minmax(40px, 1fr) 40px;
  }
}

@keyframes sf-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sf-rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Premium storefront homepage */
:root {
  --storefront-accent: #08796d;
  --storefront-accent-dark: #055f56;
  --storefront-mint: #74fff2;
  --storefront-ink: #111827;
  --storefront-muted: #526066;
  --storefront-bg: #f5f7fb;
  --storefront-footer-bg: #283142;
}

.storefront-app {
  background: #f5f7fb;
  overflow-x: hidden;
}

.storefront-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(245, 247, 251, 0.94);
  backdrop-filter: blur(16px) saturate(150%);
}

.storefront-navbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.storefront-nav-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto auto minmax(280px, 460px) auto;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
}

.storefront-brand {
  color: var(--storefront-accent);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.storefront-brand:hover {
  color: var(--storefront-accent-dark);
}

.storefront-brand-logo {
  height: 46px;
  max-width: 220px;
  object-fit: contain;
}

.storefront-main-nav {
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

.storefront-main-nav a {
  color: #2f383d;
  font-weight: 850;
  font-size: 1.02rem;
  letter-spacing: 0.01em;
  transition: color 160ms ease, transform 160ms ease;
}

.storefront-main-nav a:hover {
  color: var(--storefront-accent);
  transform: translateY(-1px);
}

.storefront-search {
  min-height: 46px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
  background: #f1f4fc;
  border: 1px solid rgba(15, 23, 42, 0.04);
}

.storefront-search i {
  color: #4b5563;
  font-size: 1.2rem;
}

.storefront-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--storefront-ink);
  font-size: 1rem;
  font-weight: 650;
}

.storefront-search input::placeholder {
  color: #8a93a3;
  font-weight: 650;
}

.storefront-search-mobile {
  min-height: 48px;
}

.storefront-actions {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.storefront-icon-btn,
.storefront-icon-link {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  display: inline-grid;
  place-items: center;
  font-size: 1.35rem;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.storefront-icon-link:hover,
.storefront-icon-btn:hover {
  background: rgba(8, 121, 109, 0.08);
  color: var(--storefront-accent);
  transform: translateY(-1px);
}

.storefront-cart-badge {
  top: 1px;
  right: 2px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  background: var(--storefront-accent);
  border: 2px solid #ffffff;
  font-size: 0.68rem;
  box-shadow: none;
}

.storefront-promise-bar {
  min-height: 44px;
  padding: 10px 18px;
  background: linear-gradient(90deg, #0b7d71, #168b7e);
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 56px);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.88rem;
  font-weight: 800;
}

.storefront-promise-bar i {
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.storefront-mobile-menu {
  width: min(88vw, 360px) !important;
  max-width: 360px;
  height: 100vh;
  background: #ffffff;
  color: var(--storefront-ink);
  border-right: 1px solid rgba(15, 23, 42, 0.10);
  box-shadow: 24px 0 60px rgba(15, 23, 42, 0.18);
  z-index: 1095;
}

.storefront-mobile-menu .offcanvas-header {
  align-items: flex-start;
  gap: 16px;
  padding: 24px 22px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.storefront-mobile-menu .offcanvas-body {
  height: calc(100vh - 96px);
  padding: 20px 22px 28px;
  overflow-y: auto;
  background: #ffffff;
}

.storefront-mobile-menu-brand {
  color: var(--storefront-ink);
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.storefront-mobile-menu-sub {
  margin-top: 6px;
  color: #5b6870;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.35;
}

.storefront-mobile-menu .btn-close {
  width: 42px;
  height: 42px;
  margin: -6px -6px 0 0;
  border-radius: 999px;
  opacity: 0.72;
  transition: background-color 150ms ease, opacity 150ms ease;
}

.storefront-mobile-menu .btn-close:hover {
  background-color: rgba(15, 23, 42, 0.06);
  opacity: 1;
}

.storefront-mobile-menu .btn {
  min-height: 48px;
  border-radius: 16px;
  justify-content: center;
}

.storefront-mobile-menu .btn-primary {
  background: var(--storefront-accent);
  border-color: var(--storefront-accent);
  box-shadow: none;
}

.storefront-mobile-menu .btn-outline-secondary {
  border-color: rgba(15, 23, 42, 0.16);
  color: var(--storefront-ink);
  background: #ffffff;
}

.storefront-mobile-menu .btn-outline-secondary:hover {
  border-color: rgba(8, 121, 109, 0.28);
  color: var(--storefront-accent);
  background: rgba(8, 121, 109, 0.06);
}

.storefront-mobile-menu .list-group {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.storefront-mobile-menu .list-group-item {
  min-height: 48px;
  padding: 12px 0 !important;
  border-color: rgba(15, 23, 42, 0.08);
  background: transparent;
  color: var(--storefront-ink);
  font-weight: 800;
}

.storefront-mobile-menu .list-group-item:hover {
  color: var(--storefront-accent);
}

.storefront-mobile-menu .storefront-brand-logo-mobile {
  height: 42px;
  max-width: 210px;
}

.sf-home {
  --sf-card-radius: 18px;
}

.sf-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.05fr) minmax(320px, 1fr);
  gap: clamp(18px, 2vw, 28px);
}

.sf-hero-stack {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.sf-hero-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: var(--sf-card-radius);
  background:
    radial-gradient(600px 360px at 70% 45%, rgba(42, 145, 139, 0.35), transparent 65%),
    linear-gradient(135deg, #071112, #15272b);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
  isolation: isolate;
}

.sf-hero-main {
  min-height: clamp(460px, 48vw, 640px);
}

.sf-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.74;
  filter: saturate(0.92) contrast(1.08);
  transform: scale(1.02);
  z-index: -2;
}

.sf-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 380px at 76% 50%, rgba(8, 121, 109, 0.08), transparent 55%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.36) 54%, rgba(0, 0, 0, 0.18));
  z-index: -1;
}

.sf-hero-content {
  position: absolute;
  left: clamp(28px, 4vw, 60px);
  bottom: clamp(34px, 5vw, 72px);
  max-width: 560px;
  color: #ffffff;
}

.sf-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(8, 121, 109, 0.94);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}

.sf-hero-content h1 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(2.4rem, 5.1vw, 4.9rem);
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: -0.07em;
}

.sf-hero-content p {
  max-width: 560px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.45;
  font-weight: 650;
}

.sf-hero-btn {
  min-width: 180px;
  border-radius: 999px !important;
  padding: 1rem 1.6rem;
  box-shadow: none !important;
}

.sf-promo-card {
  display: block;
  min-height: 226px;
  color: #ffffff;
}

.sf-promo-card:hover {
  color: #ffffff;
}

.sf-promo-card .sf-hero-scrim {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.22));
}

.sf-promo-content {
  position: absolute;
  left: clamp(22px, 2vw, 34px);
  bottom: clamp(22px, 2vw, 34px);
  right: 22px;
}

.sf-promo-content h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.sf-promo-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  font-weight: 650;
}

.sf-promo-content span,
.sf-link-arrow {
  color: var(--storefront-mint);
  font-size: 1.08rem;
  font-weight: 850;
}

.sf-section {
  scroll-margin-top: 140px;
}

.sf-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 3vw, 42px);
}

.sf-section-head h2 {
  margin: 0 0 8px;
  color: var(--storefront-ink);
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.sf-section-head p {
  margin: 0;
  color: #4f5d63;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 600;
}

.sf-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--storefront-accent);
  border-bottom: 3px solid rgba(8, 121, 109, 0.18);
  padding-bottom: 5px;
  white-space: nowrap;
}

.sf-link-arrow:hover {
  color: var(--storefront-accent-dark);
}

.sf-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}

.sf-category-card {
  min-height: 176px;
  padding: 26px 18px 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 22px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sf-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(8, 121, 109, 0.25);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
}

.sf-category-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(8, 121, 109, 0.10);
  color: var(--storefront-ink);
  font-size: 2rem;
  overflow: hidden;
}

.sf-category-card:hover .sf-category-icon {
  background: var(--storefront-accent);
  color: #ffffff;
}

.sf-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.sf-category-title {
  color: var(--storefront-ink);
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sf-section-title-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin-top: clamp(58px, 6vw, 100px);
}

.sf-section-title-row span {
  height: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
}

.sf-section-title-row h2 {
  margin: 0;
  color: var(--storefront-ink);
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
  font-weight: 950;
  letter-spacing: -0.055em;
}

.sf-home .storefront-tile {
  border-radius: 16px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.sf-home .storefront-tile-media {
  margin: 18px 18px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #edf2f4;
}

.sf-home .storefront-tile-img {
  border-radius: 12px;
}

.sf-bulk-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  margin-bottom: clamp(54px, 7vw, 96px);
  padding: clamp(36px, 5vw, 72px);
  border-radius: 24px;
  background:
    radial-gradient(620px 300px at 86% 20%, rgba(116, 255, 242, 0.14), transparent 65%),
    linear-gradient(105deg, #077064, #0c897b);
  color: #ffffff;
  overflow: hidden;
}

.sf-bulk-copy h2 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.06em;
}

.sf-bulk-copy p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  line-height: 1.45;
  font-weight: 650;
}

.sf-bulk-form {
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
}

.sf-bulk-form .form-control {
  min-height: 64px;
  padding-inline: 28px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 750;
}

.sf-bulk-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.sf-bulk-form .btn {
  min-height: 64px;
  padding-inline: 34px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--storefront-accent);
  border: 0;
  font-weight: 950;
}

.sf-partner-card {
  width: min(100%, 360px);
  justify-self: center;
  padding: 26px;
  border-radius: 18px;
  background: rgba(234, 255, 252, 0.86);
  color: #26313a;
  transform: rotate(3deg);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.18);
}

.sf-partner-top {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.sf-partner-top span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--storefront-accent);
  color: #ffffff;
  font-size: 1.7rem;
}

.sf-partner-top strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 950;
  line-height: 1.1;
}

.sf-partner-top small,
.sf-partner-meta small {
  color: #4f5d63;
  font-weight: 800;
}

.sf-progress {
  height: 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.10);
  overflow: hidden;
  margin-bottom: 12px;
}

.sf-progress span {
  display: block;
  width: 82%;
  height: 100%;
  background: var(--storefront-accent);
}

.sf-partner-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.sf-category-hero-photo {
  height: clamp(180px, 22vw, 260px);
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.sf-category-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 14px;
}

.sf-category-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #64748b;
  font-size: 1.5rem;
}

.storefront-footer {
  margin-top: 0;
  border-top: 0;
  background: var(--storefront-footer-bg);
  color: #dce3ef;
}

.storefront-footer-brand {
  color: var(--storefront-mint);
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  margin-bottom: 24px;
}

.storefront-footer-copy {
  max-width: 380px;
  color: #d6dde8;
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 28px;
}

.storefront-socials {
  display: flex;
  gap: 14px;
}

.storefront-socials a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 1.2rem;
}

.storefront-socials a:hover {
  background: rgba(116, 255, 242, 0.16);
  color: var(--storefront-mint);
}

.storefront-footer-title {
  margin-bottom: 24px;
  color: var(--storefront-mint);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.93rem;
  font-weight: 950;
}

.storefront-footer-list {
  display: grid;
  gap: 16px;
}

.storefront-footer-list li {
  margin-bottom: 0;
  color: #d6dde8;
  font-size: 1.03rem;
  font-weight: 650;
}

.storefront-footer-list a {
  color: #d6dde8;
}

.storefront-footer-list a:hover {
  color: var(--storefront-mint);
}

.storefront-footer-contact li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
}

.storefront-footer-contact i {
  color: var(--storefront-mint);
  font-size: 1.1rem;
}

@media (max-width: 1199.98px) {
  .storefront-nav-inner {
    grid-template-columns: auto 1fr auto;
  }

  .storefront-search {
    max-width: none;
  }

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

@media (max-width: 991.98px) {
  .storefront-header {
    position: sticky;
  }

  .storefront-nav-inner {
    min-height: 68px;
    display: flex;
    justify-content: space-between;
  }

  .storefront-brand-logo {
    height: 38px;
    max-width: 168px;
  }

  .storefront-promise-bar {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    font-size: 0.75rem;
    gap: 18px;
  }

  .storefront-promise-bar::-webkit-scrollbar {
    display: none;
  }

  .sf-hero-grid {
    grid-template-columns: 1fr;
  }

  .sf-hero-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-hero-main {
    min-height: 520px;
  }

  .sf-promo-card {
    min-height: 240px;
  }

  .sf-bulk-panel {
    grid-template-columns: 1fr;
  }

  .sf-partner-card {
    justify-self: start;
  }
}

@media (max-width: 767.98px) {
  .sf-home {
    padding-inline: 14px;
  }

  .sf-hero-main {
    min-height: 480px;
  }

  .sf-hero-stack {
    grid-template-columns: 1fr;
  }

  .sf-hero-content {
    left: 24px;
    right: 24px;
    bottom: 34px;
  }

  .sf-hero-content h1 {
    font-size: clamp(2.3rem, 13vw, 3.7rem);
  }

  .sf-hero-content p {
    font-size: 1rem;
  }

  .sf-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sf-category-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 76vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding: 2px 2px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .sf-category-grid::-webkit-scrollbar {
    display: none;
  }

  .sf-category-card {
    scroll-snap-align: start;
  }

  .sf-section-title-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sf-section-title-row span {
    display: none;
  }

  .sf-bulk-form {
    grid-template-columns: 1fr;
  }

  .sf-bulk-form .btn,
  .sf-bulk-form .form-control {
    min-height: 56px;
  }
}

@media (max-width: 575.98px) {
  .storefront-icon-btn,
  .storefront-icon-link {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .storefront-brand {
    font-size: 1.18rem;
    max-width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .storefront-promise-bar {
    min-height: 38px;
    padding-block: 8px;
  }

  .sf-hero-main,
  .sf-promo-card {
    border-radius: 16px;
  }

  .sf-hero-main {
    min-height: 430px;
  }

  .sf-promo-card {
    min-height: 210px;
  }

  .sf-pill {
    margin-bottom: 18px;
  }

  .sf-bulk-panel {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .sf-partner-card {
    transform: none;
    padding: 20px;
  }

  .storefront-footer .row {
    row-gap: 34px;
  }
}
