/** Shopify CDN: Minification failed

Line 52:0 Unexpected "}"
Line 67:0 Unexpected "}"

**/
.featured-product .product__media-list {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}

.featured-product .product-media-container {
  margin-bottom: var(--media-shadow-vertical-offset);
  max-width: 100%;
}

.featured-product .product__media-item {
  padding-left: 0;
  width: 100%;
}

.featured-product .product__media-item:not(:first-child) {
  display: none;
}

.background-secondary .featured-product {
  padding: 2.5rem;
  background-color: #292929;
}

.featured-product .share-button:nth-last-child(2) {
  display: inline-flex;
}

.share-button + .product__view-details {
  display: inline-flex;
  float: right;
  align-items: center;
}

.share-button + .product__view-details::after {
  content: "";
  clear: both;
  display: table;
}
.featured-product .price {
  font-size: 36px !important;
  line-height: 1.1 !important;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -2px 4px 0 #000000, 1px 1px 0 #000000 !important;
}
}
.product-form__input input[type="radio"]:checked + label {
  color: white !important;
  font-size: 30px;
}
.product-form__input input[type="radio"] + label {
  background: #479854 !important;
  font-size: 30px;
}
.form__label {
  font-size: 35px;
  color: white !important;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -2px 4px 0 #000000, 1px 1px 0 #000000 !important;
  text-align: center !important;
}
}
variant-radios fieldset.js.product-form__input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .featured-product .product__media-item {
    padding-bottom: 0;
  }

  .background-secondary .featured-product {
    padding: 5rem;
  }
}

@media screen and (min-width: 990px) {
  .background-secondary .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 0 0 5rem;
  }

  .background-secondary .featured-product:not(.product--no-media).product--right > .product__info-wrapper {
    padding: 0 5rem 0 0;
  }

  .featured-product:not(.product--no-media) > .product__info-wrapper {
    padding: 0 7rem;
  }

  .background-secondary .featured-product {
    padding: 6rem 7rem;
    position: relative;
    z-index: 1;
  }
}
