/** Shopify CDN: Minification failed

Line 33:18 Unexpected "*"

**/
/* Custom background override to ensure #F6F6F6 is used everywhere */
html, 
body, 
.gradient,
.shopify-section,
.page-width,
#MainContent,
.content-for-layout,
[class*="color-background"],
.isolate,
section,
.grid,
.grid__item,
.page-width,
.background-secondary,
.content-container,
.announcement-bar,
.header-wrapper,
.rte,
.media,
.global-media-settings,
.card,
main {
  background-color: #F6F6F6 !important;
}

/* Override any section-specific background colors */
.section-template-*, 
.section-*,
.template-*,
.page-*,
.content-container--full-width,
.content-container--full-width-mobile {
  background-color: #F6F6F6 !important;
}

/* Handle any inline style overrides */
[style*="background-color"] {
  background-color: #F6F6F6 !important;
}

/* Ensure gradient backgrounds are also overridden */
body::before,
body::after,
.gradient::before,
.gradient::after,
section::before,
section::after {
  background: none !important;
  background-color: #F6F6F6 !important;
  background-image: none !important;
} 