/** Shopify CDN: Minification failed

Line 8:12 Expected ":"

**/

.no-bg {
  background color: transparent !important;
  box-shadow: none !important;
}
/*
* {
  outline: 2px solid limegreen !important;
} */

/* Remove white background from rich text section */
.shopify-section-custom-content,
.shopify-section-custom-content * {
  background: transparent !important;
  box-shadow: none !important;
}
/*.no-bg {
  background-color: rgba(0, 255, 0, 0.2) !important;
  outline: 4px dashed red !important;
} */

.no-bg .m-button {
  background-color: #000 !important; /* Or use your actual brand color */
  color: #fff !important;            /* Ensures the text is visible */
}
.no-bg .m-button:hover {
  background-color: #333 !important;
}
/* Override for cascading collection background to show selected image */
.shopify-section-cascading-collection,
.shopify-section-cascading-collection .m-color-scheme-10 {
  background-color: transparent !important;
  background-image: none !important; /* Remove solid fill first */
}

.shopify-section-cascading-collection .m-cascading-collection {
  background-image: inherit !important; /* Make sure background image is shown */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Fix transparent image card background in Custom Content section */
.m-image-card,
.m-image-card__inner {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

/* Optional: if there's a gradient overlay making it look faded */
.m-image-card__inner.m-gradient {
  background-image: none !important;
  background-color: #ffffff !important;
}
