#fw-section-hero-1706139161 {
--color-primary: #cc2317;
--color-primary-rgb: 204, 35, 23;
--color-background: #142a49;
--color-background-rgb: 20, 42, 73;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 39;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #cc2317;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;

}
#fw-section-hero-video-0 {
--color-primary: #cc2317;
--color-primary-rgb: 204, 35, 23;
--color-background: #142a49;
--color-background-rgb: 20, 42, 73;
--color-on-background: #F9F8FF;
--color-on-background-rgb: 249, 248, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-product-image-background: #F9F8FF;
--color-background-brightness: 39;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #cc2317;
--primary-btn-text: #ffffff;
--primary-btn-border-color: #F9F8FF;
--secondary-btn-bg: transparent;
--secondary-btn-text: #F9F8FF;
--secondary-btn-border-color: #F9F8FF;

}






#fw-section-product-product-card-shop-cards-only {

/* Enlarge and style the price block */
.product-info__prices {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Original (current) price — bold & white */
.product-info__price--original {
  color: #fff !important;
  font-weight: 600;
}

/* Compare-at price — strike-through and dimmed */
.product-info__price--offer {
  color: #ccc;
  font-weight: 500;
  font-size: .9rem;
  text-decoration: line-through;
}

.product-info__error.visible {
  color: white !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-info__error.visible::before {
  content: "❌";
  font-size: 1.2rem;
}

}






#fw-section-product {

/* Enlarge and style the price block */
.product-info__prices {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

/* Original (current) price — bold & white */
.product-info__price--original {
  color: #fff !important;
  font-weight: 600;
}

/* Compare-at price — strike-through and dimmed */
.product-info__price--offer {
  color: #ccc;
  font-weight: 500;
  font-size: .9rem;
  text-decoration: line-through;
}

.product-info__error.visible {
  color: white !important;
  text-decoration: underline;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-info__error.visible::before {
  content: "❌";
  font-size: 1.2rem;
}

}