#fw-section-featured-collection-1732935186 {

/* --- Make the product cards smaller ONLY in this section --- */
.product-tile[data-id="fw-section-featured-collection-1732935186"] .tile__image {
  /* reduce image area */
  max-height: 170px;
}

.product-tile[data-id="fw-section-featured-collection-1732935186"] .image__object,
.product-tile[data-id="fw-section-featured-collection-1732935186"] .tile__item {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.product-tile[data-id="fw-section-featured-collection-1732935186"] .tile__description {
  padding: 8px 8px 10px;
}

.product-tile[data-id="fw-section-featured-collection-1732935186"] .tile__heading {
  font-size: 0.95rem;
  line-height: 1.25;
}

.product-tile[data-id="fw-section-featured-collection-1732935186"] .tile__prices,
.product-tile[data-id="fw-section-featured-collection-1732935186"] .tile__price {
  font-size: 0.9rem;
}

.product-tile[data-id="fw-section-featured-collection-1732935186"] .badge {
  font-size: 10px;
  padding: 2px 6px;
}

/* --- Optional: fit more cards per row in THIS section only (modern browsers) --- */
.collection:has(.product-tile[data-id="fw-section-featured-collection-1732935186"]) .grid {
  gap: 12px; /* tighter spacing between cards */
}

.collection:has(.product-tile[data-id="fw-section-featured-collection-1732935186"]) .grid__column {
  flex: 0 0 20%;
  max-width: 20%;        /* 5 cards per row on desktop */
}

@media (max-width: 1024px) {
  .collection:has(.product-tile[data-id="fw-section-featured-collection-1732935186"]) .grid__column {
    flex: 0 0 25%;
    max-width: 25%;      /* 4 per row on tablet */
  }
}

@media (max-width: 640px) {
  .collection:has(.product-tile[data-id="fw-section-featured-collection-1732935186"]) .grid__column {
    flex: 0 0 50%;
    max-width: 50%;      /* 2 per row on mobile */
  }
}

}
#fw-section-rich-text-9816b156-b648-419c-a410-63190da60825 {
--color-primary: #4d26fe;
--color-primary-rgb: 77, 38, 254;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #dde5ed;
--color-on-primary-rgb: 221, 229, 237;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-image-with-text-88bda609-2431-4de8-97ed-5dd82c747203 {

/* Base: remove extra gap between image + text */
.grid.grid--gapless {
  gap: 0; /* kills built-in grid spacing */
}

.image-with-text__image-container {
  margin: 0;
  padding: 0;
}

.image-with-text__content {
  margin: 0;
  padding-left: 1rem; /* tiny breathing room so text isn’t flush */
}

/* Desktop: allow slight overlap if needed */
@media (min-width: 1024px) {
  .image-with-text__image {
    margin-right: -20px; /* just nudges into text */
  }
}

}











#fw-section-footer {

/* Footer section background only */
[class*="footer"] {
  background-image: url("https://i.imgur.com/j4jRhXg.png") !important;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 0;
}

/* Remove any background from all child elements and pseudo-elements */
[class*="footer"] * {
  background: none !important;
  background-image: none !important;
}

[class*="footer"] *::before,
[class*="footer"] *::after {
  background: none !important;
  background-image: none !important;
}
}











#fw-section-hero-video-4214fe95-7854-4db1-a2b6-73f01f8f44ea {

[class*="fw-section-hero-video"] {
  background-image: url("https://i.imgur.com/j4jRhXg.png") !important;
  background-size: cover !important;
  background-position: top center !important; /* aligns top of image */
  background-repeat: no-repeat !important;
}

}



#fw-section-featured-collection-8f959627-48f0-4946-931e-432ba3b7f58f {

[class*="fw-section-featured-collection"] {
background-image: url("https://i.imgur.com/j4jRhXg.png") !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
}


#fw-section-links-list-cbcebbba-6df3-471e-93ac-91f4cfe5db14 {
--color-primary: #4d26fe;
--color-primary-rgb: 77, 38, 254;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #dde5ed;
--color-on-primary-rgb: 221, 229, 237;
--color-on-background: #dde5ed;
--color-on-background-rgb: 221, 229, 237;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);

}

#fw-section-tiers-80529974-660e-4d7f-b040-f5ca8d178fa7 {
--color-primary: #4d26fe;
--color-primary-rgb: 77, 38, 254;
--color-background: #000000;
--color-background-rgb: 0, 0, 0;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #000000;
--color-background-brightness: 0;
background-color: var(--color-background);
color: var(--color-on-background);
a[href="/supporters/sign_up"] {
  display: none !important; /* completely hides the link */
}

}