#fw-section-rich-text-79a07701-3c3e-4ad0-9514-b7dad2bd5f57 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-featured-collection-0 {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-featured-collection-0 {

/* Force 3 products per row on mobile */
@media (max-width: 768px) {
  [class*="grid"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Force 6 products per row on desktop */
@media (min-width: 1024px) {
  [class*="grid"] {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}

/* ================= OFF-WHITE STYLE ================= */

/* Remove fancy effects */
[class*="grid"] > * {
  transition: none !important;
}

/* Image: very subtle scale only */
[class*="grid"] img {
  transition: transform 0.2s ease;
}

[class*="grid"] > *:hover img {
  transform: scale(1.03);
}

/* No fading of other items */
[class*="grid"]:hover > * {
  opacity: 1 !important;
}

/* Cursor crosshair feel */
[class*="grid"] > * {
  cursor: crosshair;
}

/* Hard black/white image tone */
[class*="grid"] img {
  filter: contrast(1.05) grayscale(10%);
}
}

#fw-section-footer {
--color-primary: #dadada;
--color-primary-rgb: 218, 218, 218;
--color-background: #0a0a0a;
--color-background-rgb: 10, 10, 10;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-on-primary: #000000;
--color-on-primary-rgb: 0, 0, 0;
--color-product-image-background: #ffffff;
--color-background-brightness: 10;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #dadada;
--primary-btn-text: #000000;
--primary-btn-border-color: #ffffff;
--secondary-btn-bg: transparent;
--secondary-btn-text: #ffffff;
--secondary-btn-border-color: #ffffff;

}
#fw-section-header {
--font-heading-scale: 0.7;
--font-body-scale: 0.87;
}