/** Shopify CDN: Minification failed

Line 45:1 Unexpected "{"

**/
/* Place any CSS overrides in this file. */
.btn {
  font-weight: 900;
}
.footer-main {
  background-color: white;
}

.homepage-section--slideshow-wrapper{
  background: linear-gradient(180deg, rgba(255,255,255,1) 7%, rgba(214,212,212,1) 8%, rgba(255,255,255,1) 12%);
  padding-top:10px;
  margin-top:70px;
}

.color{
  padding:0px;
}
/* Hide the product swatch (Size selector with Pack options) */
product-swatch[data-option="Size"],
.swatch[data-swatch-sold-out-string="Sold out"] {
  display: none !important;
}

/* Or more specifically, hide the swatch items wrapper */
.swatch-items-wrapper {
  display: none !important;
}

/* If you want to hide individual pack options */
.swatch-element.variant-swatch.pack-of-1,
.swatch-element.variant-swatch.pack-of-2 {
  display: none !important;
}

.text-with-icon.product-form-block {
  display: none !important;
}

.cart__meta-text,
 {
  display: none !important;
}

/* Hide collection icon list stars */
.collection-icon-list.ystar-star,
div[class*="ystar-star"],
div[data-review-num],
div[rating] {
  display: none !important;
}

/* Force hide ystar stars - multiple methods */
div.product-icon-list.ystar-star {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Hide by data attribute */
div[data-position="afterEnd"][data-product-id] {
  display: none !important;
}

/* Hide any element with ystar in class name */
*[class*="ystar"] {
  display: none !important;
}