/** Shopify CDN: Minification failed

Line 23:0 Unexpected ".3949aa08-25fd-4e9d-aea7-ada6ac229ea5"
Line 48:2 Unexpected "#7ade0110-051b-4d11-b59f-8766abf3b528"
Line 54:0 Unexpected "#7ade0110-051b-4d11-b59f-8766abf3b528"

**/
.product-info__badge-list > .badge--on-sale {
  font-size:12px!important;
  background-color:#159615!important;
}

.price-list.price-list--lg > .text-subdued.line-through.text-on-sale {
  font-size: var(--text-base)!important;
  line-height: 1.6!important;
}

.price-list.price-list--lg > sale-price {
  font-weight: 700;
  color:#0d700d!important;
}

.3949aa08-25fd-4e9d-aea7-ada6ac229ea5 {
    margin-block-start: 0px;
}

.cart-drawer__line-items .badge {
  background-color: #eaf2ed;
  color: #00a341;
  font-size: 12px;
}

.totals_footer > h6 {
    font: var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.6 var(--text-font-family);
}

.total_compare_price {
  text-decoration: line-through;
    margin-right: 8px;
    opacity: 0.8;
}

.total_final_price {
  color:#00A341;
}

@media screen and (min-width: 479px) {
  #7ade0110-051b-4d11-b59f-8766abf3b528 {
    display:none;
  }
}

@media screen and (max-width: 479px) {
#7ade0110-051b-4d11-b59f-8766abf3b528 {
    display:block;
  }
}

.rounded-full {
  border: 1px solid black !important;
}