/** Shopify CDN: Minification failed

Line 11:16 Unexpected "{"
Line 11:25 Expected ":"
Line 11:32 Unexpected "{"

**/

/* =================hero banner======================== */
@media only screen and (min-width: 769px) {
.hero-natural--{{ section.id }} {
    padding-bottom: 100% !important;
}
}



/*cstm usp item*/
.cstm-usp-item {
  display: flex;
  align-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.cstm-usp-item .cstm-usp-item__icon {
  width: 25px;
  height: auto;
}

.cstm-usp-item .cstm-usp-item__text {
  margin: unset;
}

/*cstm red info box*/
.cstm-red-info-box {
  border: 1px solid #ffaaaa;
  padding: 10px 15px;
  background-color: #fee6e6;
  border-radius: 0px;
  margin-top: 20px;
  font-family: inherit;
  color: #c30000;
  line-height: 1.4;
  text-align: left;
}

.cstm-red-info-box p {
  margin: unset;
}
.product-block ol,.product-block ul {
    margin: 0;
}
.payment-icons li {
    margin: 0 !important;
}

.section-header__title {
    text-align: center;
}
.product-single__meta .product-block.product-block--price {
    margin: 10px 0!important;
}


