@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap');

html[data-storefront-template="modern"] {
  --sfm-brand: #e8420e;
  --sfm-brand-dark: #c23208;
  --sfm-brand-light: #fff0eb;
  --sfm-ink: #0f0d0b;
  --sfm-ink-2: #3a3530;
  --sfm-ink-3: #7a736c;
  --sfm-surface: #fafaf8;
  --sfm-surface-2: #f2f0ec;
  --sfm-surface-3: #e8e4de;
  --sfm-white: #ffffff;
  --sfm-radius-sm: 8px;
  --sfm-radius-md: 14px;
  --sfm-radius-lg: 22px;
  --sfm-radius-xl: 32px;
  --sfm-shadow-card: 0 2px 16px rgba(15, 13, 11, 0.07), 0 0 0 1px rgba(15, 13, 11, 0.04);
  --sfm-shadow-hover: 0 12px 40px rgba(15, 13, 11, 0.14), 0 0 0 1px rgba(15, 13, 11, 0.06);
}

html[data-storefront-template="modern"] body {
  background: var(--sfm-surface);
  color: var(--sfm-ink);
  font-family: 'DM Sans', sans-serif !important;
  line-height: 1.6;
}

html[data-storefront-template="modern"].storefront-modern-booting body {
  overflow: hidden;
}

html[data-storefront-template="modern"].storefront-modern-booting body > :not(script):not(style) {
  visibility: hidden !important;
}

html[data-storefront-template="modern"] body.storefront-modern-active {
  padding-top: 0;
}

html[data-storefront-template="modern"] h1,
html[data-storefront-template="modern"] h2,
html[data-storefront-template="modern"] h3,
html[data-storefront-template="modern"] h4,
html[data-storefront-template="modern"] h5,
html[data-storefront-template="modern"] h6 {
  font-family: 'Syne', sans-serif;
  line-height: 1.1;
}

html[data-storefront-template="modern"] .storefront-hidden-by-template {
  display: none !important;
}

html[data-storefront-template="modern"] .sfm-shell {
  position: relative;
  z-index: 20;
}

html[data-storefront-template="modern"] .sfm-announce-bar {
  background: var(--sfm-ink);
  color: #f5f0ea;
  text-align: center;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

html[data-storefront-template="modern"] .sfm-announce-bar a {
  color: var(--sfm-brand);
  text-decoration: none;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-announce-dots {
  display: inline-flex;
  gap: 6px;
}

html[data-storefront-template="modern"] .sfm-announce-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sfm-brand);
  opacity: 0.5;
}

html[data-storefront-template="modern"] .sfm-announce-dot.active {
  opacity: 1;
}

html[data-storefront-template="modern"] .sfm-navbar {
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--sfm-surface-3);
  position: sticky;
  top: 0;
  z-index: 100;
}

html[data-storefront-template="modern"] .sfm-navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 18px;
}

html[data-storefront-template="modern"] .sfm-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
  color: var(--sfm-ink);
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
}

html[data-storefront-template="modern"] .sfm-logo-mark,
html[data-storefront-template="modern"] .sfm-logo-image-wrap {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--sfm-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 8px 24px rgba(232, 66, 14, 0.22);
}

html[data-storefront-template="modern"] .sfm-logo-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

html[data-storefront-template="modern"] .sfm-search {
  flex: 1;
  max-width: 520px;
  position: relative;
}

html[data-storefront-template="modern"] .sfm-search input {
  width: 100%;
  height: 42px;
  border: 1.5px solid var(--sfm-surface-3);
  border-radius: 999px;
  padding: 0 46px 0 18px;
  background: var(--sfm-surface-2);
  color: var(--sfm-ink);
  font-size: 14px;
  outline: none;
}

html[data-storefront-template="modern"] .sfm-search input:focus {
  background: #fff;
  border-color: var(--sfm-brand);
}

html[data-storefront-template="modern"] .sfm-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: var(--sfm-brand);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html[data-storefront-template="modern"] .sfm-nav-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

html[data-storefront-template="modern"] .sfm-nav-btn {
  min-height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1.5px solid var(--sfm-surface-3);
  background: transparent;
  color: var(--sfm-ink-2);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}

html[data-storefront-template="modern"] .sfm-nav-btn:hover {
  border-color: var(--sfm-ink-3);
  background: var(--sfm-surface-2);
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] .sfm-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--sfm-brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-category-nav {
  background: #fff;
  border-bottom: 1px solid var(--sfm-surface-3);
  padding: 0 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

html[data-storefront-template="modern"] .sfm-category-nav::-webkit-scrollbar {
  display: none;
}

html[data-storefront-template="modern"] .sfm-category-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 46px;
}

html[data-storefront-template="modern"] .sfm-category-link {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sfm-ink-3);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}

html[data-storefront-template="modern"] .sfm-category-link.active,
html[data-storefront-template="modern"] .sfm-category-link:hover {
  color: var(--sfm-brand);
  border-bottom-color: var(--sfm-brand);
}

html[data-storefront-template="modern"] .sfm-home-hero,
html[data-storefront-template="modern"] .sfm-page-hero {
  position: relative;
  overflow: hidden;
  background: var(--sfm-ink);
  color: #fff;
}

html[data-storefront-template="modern"] .sfm-home-hero {
  min-height: 500px;
}

html[data-storefront-template="modern"] .sfm-page-hero {
  min-height: 280px;
}

html[data-storefront-template="modern"] .sfm-hero-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

html[data-storefront-template="modern"] .sfm-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 44px;
  min-height: inherit;
  padding: 72px 0;
}

html[data-storefront-template="modern"] .sfm-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

html[data-storefront-template="modern"] .sfm-hero-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a65;
}

html[data-storefront-template="modern"] .sfm-hero-title {
  margin: 18px 0 14px;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.04em;
}

html[data-storefront-template="modern"] .sfm-hero-title em {
  color: var(--sfm-brand);
  font-style: normal;
}

html[data-storefront-template="modern"] .sfm-hero-sub {
  max-width: 600px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.76);
}

html[data-storefront-template="modern"] .sfm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

html[data-storefront-template="modern"] .sfm-btn-primary,
html[data-storefront-template="modern"] .sfm-btn-secondary,
html[data-storefront-template="modern"] .sfm-btn-ghost {
  border-radius: 999px;
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}

html[data-storefront-template="modern"] .sfm-btn-primary {
  background: var(--sfm-brand);
  color: #fff;
}

html[data-storefront-template="modern"] .sfm-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

html[data-storefront-template="modern"] .sfm-btn-ghost {
  background: #fff;
  color: var(--sfm-ink);
  border-color: var(--sfm-surface-3);
}

html[data-storefront-template="modern"] .sfm-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 24px;
}

html[data-storefront-template="modern"] .sfm-hero-stat-value {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
}

html[data-storefront-template="modern"] .sfm-hero-stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

html[data-storefront-template="modern"] .sfm-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

html[data-storefront-template="modern"] .sfm-hero-product-card {
  width: min(100%, 360px);
  border-radius: var(--sfm-radius-lg);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 14px;
  backdrop-filter: blur(8px);
}

html[data-storefront-template="modern"] .sfm-hero-product-card:nth-child(2) {
  margin-right: 24px;
}

html[data-storefront-template="modern"] .sfm-hero-product-card:nth-child(3) {
  margin-right: 12px;
}

html[data-storefront-template="modern"] .sfm-hero-card-image {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[data-storefront-template="modern"] .sfm-hero-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-storefront-template="modern"] .sfm-hero-card-title {
  font-size: 14px;
  font-weight: 600;
}

html[data-storefront-template="modern"] .sfm-hero-card-price {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-hero-card-badge {
  align-self: start;
  border-radius: 999px;
  background: rgba(232, 66, 14, 0.24);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-promo-strip {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

html[data-storefront-template="modern"] .sfm-promo-item,
html[data-storefront-template="modern"] .sfm-page-surface,
html[data-storefront-template="modern"] .sfm-home-banner,
html[data-storefront-template="modern"] .sfm-newsletter,
html[data-storefront-template="modern"] .sfm-static-card,
html[data-storefront-template="modern"] .sfm-home-editorial {
  border-radius: var(--sfm-radius-lg);
  background: #fff;
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] .sfm-promo-item {
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}

html[data-storefront-template="modern"] .sfm-promo-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--sfm-brand-light);
  color: var(--sfm-brand);
  font-size: 18px;
}

html[data-storefront-template="modern"] .sfm-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 46px 24px 0;
}

html[data-storefront-template="modern"] .sfm-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

html[data-storefront-template="modern"] .sfm-section-title {
  font-size: 28px;
  letter-spacing: -0.04em;
}

html[data-storefront-template="modern"] .sfm-section-link {
  color: var(--sfm-brand);
  text-decoration: none;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-category-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
}

html[data-storefront-template="modern"] .sfm-category-card {
  background: #fff;
  box-shadow: var(--sfm-shadow-card);
  border-radius: var(--sfm-radius-lg);
  padding: 18px;
  text-decoration: none;
  color: var(--sfm-ink);
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

html[data-storefront-template="modern"] .sfm-category-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--sfm-shadow-hover);
}

html[data-storefront-template="modern"] .sfm-category-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--sfm-brand-light);
  color: var(--sfm-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

html[data-storefront-template="modern"] .sfm-flash-banner {
  background: linear-gradient(135deg, #130f0b 0%, #2d1d11 50%, #47290f 100%);
  color: #fff;
  border-radius: var(--sfm-radius-xl);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
}

html[data-storefront-template="modern"] .sfm-flash-title {
  font-size: 34px;
  margin: 0;
}

html[data-storefront-template="modern"] .sfm-flash-sub {
  color: rgba(255, 255, 255, 0.7);
}

html[data-storefront-template="modern"] .sfm-flash-timer {
  display: flex;
  gap: 10px;
  align-items: center;
}

html[data-storefront-template="modern"] .sfm-flash-timeblock {
  min-width: 68px;
  padding: 12px 10px;
  text-align: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

html[data-storefront-template="modern"] .sfm-flash-timevalue {
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-home-banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html[data-storefront-template="modern"] .sfm-home-banner {
  min-height: 220px;
  padding: 26px;
  color: var(--sfm-ink);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

html[data-storefront-template="modern"] .sfm-home-banner.banner-1 { background: linear-gradient(135deg, #fef5e6, #fff8ee); }
html[data-storefront-template="modern"] .sfm-home-banner.banner-2 { background: linear-gradient(135deg, #f3ecff, #f8f5ff); }
html[data-storefront-template="modern"] .sfm-home-banner.banner-3 { background: linear-gradient(135deg, #eaf7f1, #f4fbf7); }

html[data-storefront-template="modern"] .sfm-home-banner-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 13, 11, 0.08);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

html[data-storefront-template="modern"] .sfm-home-banner-title {
  margin-top: 14px;
  font-size: 28px;
}

html[data-storefront-template="modern"] .sfm-home-banner-sub {
  margin-top: 8px;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] .sfm-home-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  overflow: hidden;
}

html[data-storefront-template="modern"] .sfm-home-editorial-left {
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 40%), linear-gradient(135deg, #18120d 0%, #2d1d11 100%);
  color: #fff;
  padding: 36px;
}

html[data-storefront-template="modern"] .sfm-home-editorial-title {
  font-size: 40px;
  margin: 12px 0;
}

html[data-storefront-template="modern"] .sfm-home-editorial-price {
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 800;
}

html[data-storefront-template="modern"] .sfm-home-editorial-right {
  padding: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

html[data-storefront-template="modern"] .sfm-products-grid,
html[data-storefront-template="modern"] #product-list.sfm-products-grid,
html[data-storefront-template="modern"] #featured-products.sfm-products-grid,
html[data-storefront-template="modern"] #flash-sale-products.sfm-products-grid,
html[data-storefront-template="modern"] #search-results.sfm-products-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

html[data-storefront-template="modern"] .sfm-products-grid > .col {
  width: auto;
  margin: 0;
}

html[data-storefront-template="modern"] .sfm-products-grid .card,
html[data-storefront-template="modern"] .sfm-products-grid .product-card {
  height: 100%;
  border: 0;
  border-radius: var(--sfm-radius-lg);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sfm-shadow-card);
  padding: 0;
}

html[data-storefront-template="modern"] .sfm-products-grid .card:hover,
html[data-storefront-template="modern"] .sfm-products-grid .product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sfm-shadow-hover);
}

html[data-storefront-template="modern"] .sfm-products-grid .card-img-top,
html[data-storefront-template="modern"] .sfm-products-grid .product-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: var(--sfm-surface-2);
}

html[data-storefront-template="modern"] .sfm-products-grid .card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
}

html[data-storefront-template="modern"] .sfm-products-grid .card-title,
html[data-storefront-template="modern"] .sfm-products-grid .product-name {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  margin: 0;
}

html[data-storefront-template="modern"] .sfm-products-grid .card-text {
  color: var(--sfm-ink-3);
  font-size: 14px;
}

html[data-storefront-template="modern"] .sfm-products-grid .card-footer,
html[data-storefront-template="modern"] .sfm-products-grid .product-card-footer {
  padding: 0 18px 18px;
  background: transparent;
  border-top: 0;
}

html[data-storefront-template="modern"] .sfm-products-grid .btn,
html[data-storefront-template="modern"] .sfm-products-grid button {
  border-radius: 999px;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-products-grid .btn-primary,
html[data-storefront-template="modern"] .sfm-products-grid .btn-cart {
  background: var(--sfm-brand);
  border-color: var(--sfm-brand);
}

html[data-storefront-template="modern"] .sfm-products-grid .btn-outline-primary {
  color: var(--sfm-brand);
  border-color: rgba(232, 66, 14, 0.28);
}

html[data-storefront-template="modern"] .sfm-page-main,
html[data-storefront-template="modern"] .sfm-page-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 24px 0;
}

html[data-storefront-template="modern"] .sfm-page-main .container,
html[data-storefront-template="modern"] .sfm-page-main.container {
  max-width: 1280px;
}

html[data-storefront-template="modern"] .sfm-page-surface,
html[data-storefront-template="modern"] #page-content,
html[data-storefront-template="modern"] #cart-container,
html[data-storefront-template="modern"] .checkout-summary-card,
html[data-storefront-template="modern"] .checkout-section,
html[data-storefront-template="modern"] #orders-container > *,
html[data-storefront-template="modern"] .accordion-item,
html[data-storefront-template="modern"] .auth-card {
  background: #fff !important;
  border: 0 !important;
  border-radius: var(--sfm-radius-lg) !important;
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] .sfm-page-surface,
html[data-storefront-template="modern"] #page-content {
  padding: 28px !important;
}

html[data-storefront-template="modern"] .page-title,
html[data-storefront-template="modern"] .checkout-title,
html[data-storefront-template="modern"] .checkout-section-title,
html[data-storefront-template="modern"] .product-reviews-heading {
  font-family: 'Syne', sans-serif;
  letter-spacing: -0.04em;
}

html[data-storefront-template="modern"] .product-detail-row {
  gap: 28px;
}

html[data-storefront-template="modern"] .product-detail-gallery img,
html[data-storefront-template="modern"] #product-main-image {
  border-radius: var(--sfm-radius-lg) !important;
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] .product-detail-info {
  background: #fff;
  border-radius: var(--sfm-radius-xl);
  box-shadow: var(--sfm-shadow-card);
  padding: 28px;
}

html[data-storefront-template="modern"] .product-detail-title {
  font-size: clamp(28px, 3vw, 48px);
  margin-bottom: 14px;
}

html[data-storefront-template="modern"] .product-detail-price .discounted-price,
html[data-storefront-template="modern"] .discounted-price {
  color: var(--sfm-brand);
  font-weight: 800;
}

html[data-storefront-template="modern"] .original-price {
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] .product-detail-actions .btn,
html[data-storefront-template="modern"] .checkout-form-actions .btn,
html[data-storefront-template="modern"] #checkout-btn {
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
}

html[data-storefront-template="modern"] .checkout-page {
  background: var(--sfm-surface);
}

html[data-storefront-template="modern"] .checkout-row {
  align-items: start;
}

html[data-storefront-template="modern"] .checkout-col-summary,
html[data-storefront-template="modern"] .checkout-col-form {
  margin-bottom: 24px;
}

html[data-storefront-template="modern"] .checkout-sticky-bar {
  background: rgba(250, 250, 248, 0.94);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--sfm-surface-3);
}

html[data-storefront-template="modern"] .auth-page {
  min-height: 100vh;
  background: radial-gradient(circle at top right, rgba(232, 66, 14, 0.16), transparent 32%), linear-gradient(180deg, #fbfaf7, #f1eee8);
  display: grid;
  place-items: center;
  padding: 32px 18px;
}

html[data-storefront-template="modern"] .auth-card {
  max-width: 520px;
  width: 100%;
  padding: 10px;
}

html[data-storefront-template="modern"] .auth-card-body {
  padding: 34px;
}

html[data-storefront-template="modern"] .auth-heading {
  font-family: 'Syne', sans-serif;
  letter-spacing: -0.04em;
}

html[data-storefront-template="modern"] .auth-input,
html[data-storefront-template="modern"] .form-control,
html[data-storefront-template="modern"] .form-select {
  border-radius: 16px;
  border-color: var(--sfm-surface-3);
  min-height: 48px;
}

html[data-storefront-template="modern"] .auth-btn-primary {
  border-radius: 999px;
  background: var(--sfm-brand);
  color: #fff;
  font-weight: 700;
}

html[data-storefront-template="modern"] .sfm-newsletter {
  background: linear-gradient(135deg, #18120d 0%, #2d1d11 100%);
  color: #fff;
  padding: 42px;
}

html[data-storefront-template="modern"] .sfm-newsletter-title {
  font-size: clamp(30px, 3vw, 52px);
  margin-bottom: 12px;
}

html[data-storefront-template="modern"] .sfm-newsletter-sub {
  color: rgba(255, 255, 255, 0.72);
}

html[data-storefront-template="modern"] .sfm-newsletter-form {
  margin-top: 22px;
  display: flex;
  gap: 12px;
}

html[data-storefront-template="modern"] .sfm-newsletter-form input {
  flex: 1;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
}

html[data-storefront-template="modern"] .sfm-newsletter-form button {
  min-width: 160px;
}

html[data-storefront-template="modern"] .sfm-footer {
  margin-top: 54px;
  background: #18120d;
  color: rgba(255, 255, 255, 0.74);
}

html[data-storefront-template="modern"] .sfm-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px 26px;
}

html[data-storefront-template="modern"] .sfm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}

html[data-storefront-template="modern"] .sfm-footer-brand-name {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}

html[data-storefront-template="modern"] .sfm-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

html[data-storefront-template="modern"] .sfm-footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

html[data-storefront-template="modern"] .sfm-footer-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

html[data-storefront-template="modern"] .sfm-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}

html[data-storefront-template="modern"] .sfm-footer-links a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

html[data-storefront-template="modern"] .sfm-footer-bottom {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

html[data-storefront-template="modern"] .sfm-payment-badges,
html[data-storefront-template="modern"] .sfm-trust-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

html[data-storefront-template="modern"] .sfm-payment-badges img,
html[data-storefront-template="modern"] .sfm-trust-badges img {
  height: 36px;
  border-radius: 10px;
  background: #fff;
  padding: 6px 8px;
}

html[data-storefront-template="modern"] .sfm-floating-actions {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 110;
}

html[data-storefront-template="modern"] .sfm-fab {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--sfm-shadow-hover);
}

html[data-storefront-template="modern"] .sfm-fab--wa {
  background: #128c7e;
}

html[data-storefront-template="modern"] .sfm-fab--cart {
  background: var(--sfm-brand);
  position: relative;
}

html[data-storefront-template="modern"] .sfm-fab-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  color: var(--sfm-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 1200px) {
  html[data-storefront-template="modern"] .sfm-navbar-inner,
  html[data-storefront-template="modern"] .sfm-category-nav,
  html[data-storefront-template="modern"] .sfm-hero-shell,
  html[data-storefront-template="modern"] .sfm-section,
  html[data-storefront-template="modern"] .sfm-page-main,
  html[data-storefront-template="modern"] .sfm-promo-strip,
  html[data-storefront-template="modern"] .sfm-footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  html[data-storefront-template="modern"] .sfm-promo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  html[data-storefront-template="modern"] .sfm-navbar-inner {
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  html[data-storefront-template="modern"] .sfm-search {
    order: 3;
    width: 100%;
    max-width: none;
  }

  html[data-storefront-template="modern"] .sfm-nav-actions {
    width: 100%;
    justify-content: flex-end;
    overflow-x: auto;
  }

  html[data-storefront-template="modern"] .sfm-hero-grid,
  html[data-storefront-template="modern"] .sfm-home-editorial {
    grid-template-columns: 1fr;
  }

  html[data-storefront-template="modern"] .sfm-home-editorial-right,
  html[data-storefront-template="modern"] .sfm-home-banners,
  html[data-storefront-template="modern"] .sfm-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-storefront-template="modern"] .sfm-flash-banner {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 768px) {
  html[data-storefront-template="modern"] .sfm-announce-bar {
    font-size: 11.5px;
    gap: 10px;
  }

  html[data-storefront-template="modern"] .sfm-promo-strip,
  html[data-storefront-template="modern"] .sfm-home-banners,
  html[data-storefront-template="modern"] .sfm-home-editorial-right,
  html[data-storefront-template="modern"] .sfm-footer-grid {
    grid-template-columns: 1fr;
  }

  html[data-storefront-template="modern"] .sfm-hero-title {
    font-size: 38px;
  }

  html[data-storefront-template="modern"] .sfm-hero-visual {
    display: none;
  }

  html[data-storefront-template="modern"] .sfm-newsletter {
    padding: 28px;
  }

  html[data-storefront-template="modern"] .sfm-newsletter-form {
    flex-direction: column;
  }

  html[data-storefront-template="modern"] .sfm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

html[data-storefront-template="modern"] #sfm-home-experience {
  padding-bottom: 72px;
}

html[data-storefront-template="modern"] #sfm-home-experience .sfm-home-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff7f3 0%, #ffffff 45%, #fff4ee 100%);
  border-bottom: 1px solid var(--sfm-surface-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-bg-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-blob {
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
  opacity: 0.8;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-blob-1 {
  width: 360px;
  height: 360px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(232, 66, 14, 0.22), rgba(232, 66, 14, 0.02) 65%);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-blob-2 {
  width: 260px;
  height: 260px;
  left: -80px;
  bottom: -80px;
  background: radial-gradient(circle, rgba(255, 196, 135, 0.35), rgba(255, 196, 135, 0.03) 68%);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-blob-3 {
  width: 180px;
  height: 180px;
  left: 44%;
  top: 18%;
  background: radial-gradient(circle, rgba(232, 66, 14, 0.12), rgba(232, 66, 14, 0.01) 70%);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
  min-height: 620px;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-content {
  position: relative;
  z-index: 1;
  padding: 72px 0;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(232, 66, 14, 0.14);
  box-shadow: 0 10px 30px rgba(232, 66, 14, 0.08);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sfm-brand);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-tag-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sfm-brand);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-title {
  margin: 22px 0 14px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(48px, 5.6vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-title em {
  font-style: normal;
  color: var(--sfm-brand);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-sub {
  max-width: 640px;
  font-size: 18px;
  color: var(--sfm-ink-2);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

html[data-storefront-template="modern"] #sfm-home-experience .btn-hero-primary,
html[data-storefront-template="modern"] #sfm-home-experience .btn-hero-sec,
html[data-storefront-template="modern"] #sfm-home-experience .btn-flash,
html[data-storefront-template="modern"] #sfm-home-experience .btn-subscribe {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}

html[data-storefront-template="modern"] #sfm-home-experience .btn-hero-primary,
html[data-storefront-template="modern"] #sfm-home-experience .btn-flash,
html[data-storefront-template="modern"] #sfm-home-experience .btn-subscribe {
  background: var(--sfm-brand);
  color: #fff;
}

html[data-storefront-template="modern"] #sfm-home-experience .btn-hero-sec {
  background: #fff;
  color: var(--sfm-ink);
  border-color: var(--sfm-surface-3);
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 30px;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-stat-num {
  font-family: 'Syne', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding: 48px 0;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-floating-badge {
  position: absolute;
  top: 16px;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 13, 11, 0.06);
  box-shadow: 0 20px 44px rgba(15, 13, 11, 0.12);
  padding: 14px 16px;
  backdrop-filter: blur(16px);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-floating-badge-icon {
  font-size: 20px;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-floating-badge-label {
  font-size: 11px;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-floating-badge-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-product-card {
  width: min(100%, 390px);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 13, 11, 0.06);
  box-shadow: 0 24px 54px rgba(15, 13, 11, 0.16);
  padding: 18px;
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 14px;
  text-decoration: none;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-product-card:nth-child(2) {
  margin-right: 34px;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-product-card:nth-child(3) {
  margin-right: 12px;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-card-img {
  width: 86px;
  height: 86px;
  border-radius: 22px;
  background: var(--sfm-surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-card-price {
  margin-top: 6px;
  font-family: 'Syne', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: var(--sfm-brand);
}

html[data-storefront-template="modern"] #sfm-home-experience .hero-card-badge {
  align-self: start;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(232, 66, 14, 0.14);
  color: var(--sfm-brand);
  font-size: 12px;
  font-weight: 800;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-strip {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-item,
html[data-storefront-template="modern"] #sfm-home-experience .cat-card,
html[data-storefront-template="modern"] #sfm-home-experience .product-card,
html[data-storefront-template="modern"] #sfm-home-experience .trending-sidebar,
html[data-storefront-template="modern"] #sfm-home-experience .newsletter {
  border-radius: var(--sfm-radius-lg);
  background: #fff;
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-item {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--sfm-brand-light);
  color: var(--sfm-brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-sub {
  font-size: 12.5px;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .section-sm,
html[data-storefront-template="modern"] #sfm-home-experience .section {
  padding-top: 42px;
}

html[data-storefront-template="modern"] #sfm-home-experience .section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

html[data-storefront-template="modern"] #sfm-home-experience .section-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.05em;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .section-link {
  color: var(--sfm-brand);
  text-decoration: none;
  font-weight: 700;
}

html[data-storefront-template="modern"] #sfm-home-experience .cat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

html[data-storefront-template="modern"] #sfm-home-experience .cat-card {
  min-height: 150px;
  padding: 18px;
  text-decoration: none;
  color: var(--sfm-ink);
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

html[data-storefront-template="modern"] #sfm-home-experience .cat-card.active,
html[data-storefront-template="modern"] #sfm-home-experience .cat-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--sfm-shadow-hover);
}

html[data-storefront-template="modern"] #sfm-home-experience .cat-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .cat-name {
  font-size: 16px;
  font-weight: 700;
}

html[data-storefront-template="modern"] #sfm-home-experience .cat-count {
  font-size: 13px;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .flash-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #13110f 0%, #2c1a10 50%, #573517 100%);
  color: #fff;
  border-radius: 30px;
  padding: 30px 34px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 22px;
}

html[data-storefront-template="modern"] #sfm-home-experience .flash-banner::before {
  content: '';
  position: absolute;
  inset: auto -10% -40% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

html[data-storefront-template="modern"] #sfm-home-experience .flash-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
}

html[data-storefront-template="modern"] #sfm-home-experience .flash-title {
  margin-top: 12px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.9;
}

html[data-storefront-template="modern"] #sfm-home-experience .flash-sub {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
}

html[data-storefront-template="modern"] #sfm-home-experience .flash-timer {
  display: flex;
  align-items: center;
  gap: 10px;
}

html[data-storefront-template="modern"] #sfm-home-experience .timer-block {
  min-width: 72px;
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

html[data-storefront-template="modern"] #sfm-home-experience .timer-num {
  font-family: 'Syne', sans-serif;
  font-size: 26px;
  font-weight: 800;
}

html[data-storefront-template="modern"] #sfm-home-experience .timer-label,
html[data-storefront-template="modern"] #sfm-home-experience .timer-sep {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.72);
}

html[data-storefront-template="modern"] #sfm-home-experience .products-grid,
html[data-storefront-template="modern"] #sfm-home-experience .products-grid-4 {
  display: grid;
  gap: 18px;
}

html[data-storefront-template="modern"] #sfm-home-experience .products-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

html[data-storefront-template="modern"] #sfm-home-experience .products-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card {
  overflow: hidden;
  text-decoration: none;
  color: var(--sfm-ink);
  display: flex;
  flex-direction: column;
  height: 100%;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sfm-shadow-hover);
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card-img {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f7f5f1, #efebe6);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card-img > span {
  font-size: 48px;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}

html[data-storefront-template="modern"] #sfm-home-experience .badge-sale { background: #ef4444; }
html[data-storefront-template="modern"] #sfm-home-experience .badge-hot { background: #f97316; }
html[data-storefront-template="modern"] #sfm-home-experience .badge-new { background: #16a34a; }

html[data-storefront-template="modern"] #sfm-home-experience .product-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--sfm-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-wish.active {
  color: var(--sfm-brand);
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card-body {
  padding: 18px 18px 14px;
  display: grid;
  gap: 8px;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-cat {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .product-name {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  line-height: 1.08;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-rating {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
}

html[data-storefront-template="modern"] #sfm-home-experience .stars {
  color: #f59e0b;
  letter-spacing: 0.08em;
}

html[data-storefront-template="modern"] #sfm-home-experience .rating-count {
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .product-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-price {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .product-price-old {
  font-size: 13px;
  color: var(--sfm-ink-3);
  text-decoration: line-through;
}

html[data-storefront-template="modern"] #sfm-home-experience .product-discount {
  font-size: 12px;
  font-weight: 800;
  color: var(--sfm-brand);
}

html[data-storefront-template="modern"] #sfm-home-experience .product-card-footer {
  padding: 0 18px 18px;
}

html[data-storefront-template="modern"] #sfm-home-experience .btn-cart {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  border: 0;
  background: var(--sfm-brand);
  color: #fff;
  font-weight: 700;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-banners {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-banner {
  min-height: 220px;
  padding: 28px;
  border-radius: 28px;
  color: var(--sfm-ink);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-1 { background: linear-gradient(135deg, #fef5e6, #fff8ee); }
html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-2 { background: linear-gradient(135deg, #f3ecff, #f8f5ff); }
html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-3 { background: linear-gradient(135deg, #eaf7f1, #f4fbf7); }

html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-emoji {
  position: absolute;
  right: 22px;
  bottom: 16px;
  font-size: 54px;
  opacity: 0.82;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15, 13, 11, 0.08);
  font-size: 12px;
  font-weight: 700;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-title {
  margin-top: 16px;
  font-family: 'Syne', sans-serif;
  font-size: 32px;
  line-height: 0.96;
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-banner-sub {
  margin-top: 10px;
  color: var(--sfm-ink-3);
}

html[data-storefront-template="modern"] #sfm-home-experience .promo-arrow {
  margin-top: 16px;
  color: var(--sfm-ink);
}

html[data-storefront-template="modern"] #sfm-home-experience .wide-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--sfm-shadow-card);
}

html[data-storefront-template="modern"] #sfm-home-experience .wide-feature-left {
  position: relative;
  background: linear-gradient(135deg, #13110f 0%, #2c1a10 100%);
  color: #fff;
  min-height: 520px;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-blob {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-blob-1 {
  width: 320px;
  height: 320px;
  top: -80px;
  right: -60px;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-blob-2 {
  width: 180px;
  height: 180px;
  left: -30px;
  bottom: -30px;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-left-content {
  position: relative;
  z-index: 1;
  padding: 40px;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.68);
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-title {
  margin-top: 14px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.92;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-desc {
  margin-top: 14px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-emoji {
  width: 140px;
  height: 140px;
  margin: 28px 0 22px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  overflow: hidden;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-emoji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-price {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
}

html[data-storefront-template="modern"] #sfm-home-experience .wf-price-old {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

html[data-storefront-template="modern"] #sfm-home-experience .wide-feature-right {
  background: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

html[data-storefront-template="modern"] #sfm-home-experience .sfm-inline-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

html[data-storefront-template="modern"] #sfm-home-experience .sfm-sort-select {
  height: 38px;
  padding: 0 14px;
  border: 1.5px solid var(--sfm-surface-3);
  border-radius: 999px;
  background: #fff;
  color: var(--sfm-ink);
  font-size: 13px;
  outline: none;
}

html[data-storefront-template="modern"] #sfm-home-experience .trending-row {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 20px;
}

html[data-storefront-template="modern"] #sfm-home-experience .trending-sidebar {
  padding: 24px;
}

html[data-storefront-template="modern"] #sfm-home-experience .trending-sidebar-title {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-group + .filter-group {
  margin-top: 20px;
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sfm-ink-3);
  margin-bottom: 12px;
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-chip {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--sfm-surface-3);
  background: #fff;
  color: var(--sfm-ink-2);
  font-size: 12px;
  font-weight: 600;
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-chip.active,
html[data-storefront-template="modern"] #sfm-home-experience .filter-chip:hover {
  border-color: var(--sfm-brand);
  color: var(--sfm-brand);
  background: var(--sfm-brand-light);
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-options {
  display: grid;
  gap: 10px;
}

html[data-storefront-template="modern"] #sfm-home-experience .filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--sfm-ink-2);
}

html[data-storefront-template="modern"] #sfm-home-experience #sfm-pagination {
  margin-top: 32px;
}

html[data-storefront-template="modern"] #sfm-home-experience .sfm-pagination-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

html[data-storefront-template="modern"] #sfm-home-experience .sfm-page-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1.5px solid var(--sfm-surface-3);
  background: #fff;
  color: var(--sfm-ink-2);
  font-size: 13px;
  font-weight: 700;
}

html[data-storefront-template="modern"] #sfm-home-experience .sfm-page-btn.active {
  border-color: var(--sfm-brand);
  background: var(--sfm-brand);
  color: #fff;
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter {
  background: linear-gradient(135deg, #18120d 0%, #2d1d11 100%);
  color: #fff;
  padding: 42px;
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter-inner {
  max-width: 760px;
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter-title {
  margin: 12px 0 10px;
  font-family: 'Syne', sans-serif;
  font-size: 36px;
  line-height: 0.98;
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter-sub {
  color: rgba(255, 255, 255, 0.72);
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter-form {
  margin-top: 22px;
  display: flex;
  gap: 12px;
}

html[data-storefront-template="modern"] #sfm-home-experience .newsletter-form input {
  flex: 1;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
}

@media (max-width: 1100px) {
  html[data-storefront-template="modern"] #sfm-home-experience .hero-grid,
  html[data-storefront-template="modern"] #sfm-home-experience .wide-feature,
  html[data-storefront-template="modern"] #sfm-home-experience .trending-row {
    grid-template-columns: 1fr;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .products-grid,
  html[data-storefront-template="modern"] #sfm-home-experience .products-grid-4,
  html[data-storefront-template="modern"] #sfm-home-experience .cat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html[data-storefront-template="modern"] #sfm-home-experience .hero-visual {
    display: none;
  }
}

@media (max-width: 768px) {
  html[data-storefront-template="modern"] #sfm-home-experience .promo-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-storefront-template="modern"] #sfm-home-experience .products-grid,
  html[data-storefront-template="modern"] #sfm-home-experience .products-grid-4,
  html[data-storefront-template="modern"] #sfm-home-experience .wide-feature-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-storefront-template="modern"] #sfm-home-experience .cat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html[data-storefront-template="modern"] #sfm-home-experience .promo-banners,
  html[data-storefront-template="modern"] #sfm-home-experience .newsletter-form {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .flash-banner {
    grid-template-columns: 1fr;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .trending-sidebar {
    display: none;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .sfm-inline-actions {
    width: 100%;
    justify-content: space-between;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .newsletter {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  html[data-storefront-template="modern"] #sfm-home-experience .promo-strip,
  html[data-storefront-template="modern"] #sfm-home-experience .cat-grid {
    grid-template-columns: 1fr;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .products-grid,
  html[data-storefront-template="modern"] #sfm-home-experience .products-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-storefront-template="modern"] #sfm-home-experience .hero-title {
    font-size: 42px;
  }

  html[data-storefront-template="modern"] #sfm-home-experience .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
