/** Shopify CDN: Minification failed

Line 73:60 Unexpected "{"

**/
.product__meta--mobile {
  padding-top: 5px;
}
/* .product__meta--mobile ~ .product__details .product__meta .product__description,
.product__meta--mobile ~ .product__details .product__meta .product__block--product-header {
  display: none;
} */
 .product__meta.product__meta--mobile{
  display:none;
 }
.product__meta--mobile .product__block--product-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__meta--mobile .product-badges {
  display: none;
}

.product__meta--mobile .product__price-and-ratings {
  margin-top: 0;
}

.product__meta--mobile   ~ .product__details .product__meta .product__controls-group {
  margin-top: 10px;  
}


.product__color-chips[data-layout=natural] .product__chip {
  padding-left: 21px;
  padding-right: 21px;
}

.product-form__item--mobile {
  position: absolute;
  z-index: 99;
  left: 11px;
  top: 8px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.product-form__item--mobile .icon {
  width: 17px;
  height: 17px;
  user-select: none;
}
.product__media-container.below-mobile .swiper-button-prev,
.product__media-container.below-mobile .swiper-button-next {
  margin: 0;
  /* background-color: rgba(217, 217, 217, 0.6); */
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 0px 4px 0px #00000040; */
  top: 44%;
}

.product__media-container.below-mobile .swiper-button-prev, {
  left: 15px;
}

.product__media-container.below-mobile .swiper-button-next {
  right: 15px;
}
.product__media-container.below-mobile .swiper-button-prev:after,
.product__media-container.below-mobile .swiper-button-next:after {
  font-size: 17px;
  color: #3A2E21;
  font-weight: 700;
}
.product__color-swatches, .product__color-chips {
  flex-wrap: wrap;
}

@media screen and (min-width: 960px) {
  .product-form__item--mobile {
    display: none;
  }
  .product__meta--mobile {
    display: none;
  }
  .product__meta--mobile ~ .product__details .product__meta .product__description,
  .product__meta--mobile ~ .product__details .product__meta .product__block--product-header {
    display: block;
  }
  .product__details {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1800px) {
  .product__color-chips[data-layout=natural] .product__chip {
     padding: 10px var(--spacing-12);
  }
}
@media screen and (max-width: 1799px) and (min-width: 1200px) {
  .product__color-chips[data-layout=natural] .product__chip {
   padding: 10px var(--spacing-8);
  }
}
@media screen and (max-width: 1199px) and (min-width: 960px) {
  .product__color-chips[data-layout=natural] .product__chip {
   padding: 6px var(--spacing-5);
  }
}

@media screen and (max-width: 959px) {
  .template-product .this-is-net-positive {
    margin: 45px auto 0;
  }
}