/** Shopify CDN: Minification failed

Line 319:0 Expected "}" to go with "{"

**/
/* Swatch custom styling */

.swatches-wrapper-custom {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.save-text-mobile{
  display:none;
}
.save-text-desktop{
    display:inline;
}
.swatches-wrapper-custom .swatch-custom {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--color-primary-25);
  border: 0.1rem solid var(--color-primary-25);
  border-radius: 2.4rem;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.swatch-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  padding-left: 0 !important;
}
.swatches-wrapper-custom .swatch-custom label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.6rem 1.2rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  border: none;
}
.swatch-custom .content-custom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.swatches-wrapper-custom .swatch-custom label * {
  white-space: normal !important;
}

.swatch input[type="radio"]:checked + label {
  border: 1px solid var(--color-primary-500) !important;
  border-radius: 2.4rem;
  box-shadow: 0 0 0 0.3rem var(--color-primary-50) !important; 
}

.swatch-custom input[type="radio"]:checked ~ label + .swatch-custom {
  border: 2px solid var(--color-primary-500) !important;
}

.swatch-custom:hover {
  border-color: var(--color-primary-500) !important;
  box-shadow: 0 0 0 0.3rem var(--color-primary-50);
}

.swatch-custom input[type="radio"]:checked ~ .swatch-custom:hover {
  border-color: var(--color-primary-500);
  box-shadow: 0 0 0 0.3rem var(--color-primary-50);
}

.swatch-custom input[type="radio"] + label:before,
.swatch-custom input[type="radio"] + label:after {
  display: none;
}

.swatches-wrapper-custom .swatch-custom .media {
  width: 100%;
  height: 4rem;
  background-color: transparent;
}

.swatches-wrapper-custom .swatch-custom .media img {
  object-fit: contain;
  mix-blend-mode: darken;
}

.swatches-wrapper-custom .swatch-custom .swatch-custom-title,
.swatches-wrapper-custom .swatch-custom .swatch-custom-subtitle {
  margin: 0;
  text-align: center;
}

.swatches-wrapper-custom .swatch-custom .swatch-custom-title {
  margin-bottom: 0.3rem;
  margin-top: 1rem;
}

.swatches-wrapper-custom .swatch-custom .swatch-custom-subtitle {
  color: var(--color-primary-600);
} /* Featured product custom styling */

.price-item-custom {
  color: var(--color-secondary-500);
  display: inline-block;
  vertical-align: top;
  font-family: Inter, sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 600;
  letter-spacing: inherit;
  border-bottom: none !important;
}

.product-single__photo {
  border-radius: 1.2rem;
}

.buy-wrapper-custom {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
  padding: 0 2rem;
}

.featured-product--submit-action {
  margin-top: 0;
  flex: 1;
}

.featured-product__usp-group {
  height: 516px;
}

.swatches-wrapper-custom .swatch-custom .price {
  margin-left: 0;
}

.swatches-wrapper-custom
  .swatch-custom
  .price
  .price__sale
  .price-item--regular {
  display: none;
}

.swatches-wrapper-custom + .buy-wrapper {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
}

.swatches-wrapper-custom + .buy-wrapper .product-form__quantity {
  flex: 0 0 auto;
  margin: 0;
}

.swatches-wrapper-custom + .buy-wrapper .button {
  flex: 1;
}

.swatches-wrapper-custom .swatch-custom .price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.swatches-wrapper-custom .swatch-custom .price-wrap .badge {
  line-height: 2;
}

.swatches-wrapper-custom .swatch-custom .swatch-custom-free-shipping {
  color: var(--color-primary-600);
  font-size: 1.1rem;
  margin: 0;
  text-align: center;
}

.price-custom {
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  color: var(--color-secondary-500);
  line-height: 1.4;
  font-weight: 600;
}

.bullet-points {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 10px;
  font-weight:600;
}

@media (max-width: 749px) {
 .bullet-points {
   flex-direction: column;
   padding: 0;
   gap: 5px;
}

@media (max-width: 749px) {
  .buy-wrapper-custom {
    display: flex;
    gap: 1rem;
    margin-top: 1.6rem;
    padding: 0 2rem;
  }
  .save-text-desktop{
    display:none;
  }
  .save-text-mobile{
    display:inline;
  }
  .swatches-wrapper-custom {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }
  .product .price__container{
    margin:0;
    display:flex;
    align-items:center;
  }
  .text-body--small.title-custom {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
  
  .text-body--small.title-custom strong {
    margin: 0;
    padding: 0;
  }

  .swatch-custom {
    width: 100%;
  }
  
  .swatches-wrapper-custom .swatch-custom label{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1.6rem 1.2rem;
    text-align: start;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: start;
    border: none;
  }
  .swatches-wrapper-custom .swatch-custom img{
    flex: 0 0 20%;
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 0.4rem;
  }
    .swatch-custom .content-custom {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: start;
    height:auto;
  }
  .swatch-custom .content .title-custom {
      color: var(--color-primary-600);
      margin: 0;
      margin-bottom: 0.2rem;
      text-align: start;
  }

  .swatch-custom .content .description-custom {
    font-size: 0.6rem;
    color: var(--color-primary-500);
    margin: 0;
    text-align:start;
  }
  .swatch-custom .price-mobile-custom{
    margin-top:12px;
    margin-bottom:12px;
    display: flex;
    width:100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 8px;
    align-items: center;
  }
  .swatch-custom .bundle-pack-free-shipping{
    font-size: 0.9rem;
    color: var(--color-primary-600);
    font-weight: bold;
    text-align:start;
    margin:0;
  }
  .price__regular{
    flex-direction:row-reverse;
  }
}
