/** Shopify CDN: Minification failed

Line 185:3 Unexpected "<"
Line 186:6 Expected identifier but found "%"
Line 187:7 Unexpected "<"
Line 187:39 Unexpected "{"
Line 187:48 Expected ":"
Line 187:76 Unexpected "<"
Line 188:6 Expected identifier but found "%"
Line 189:5 Unexpected "<"
Line 189:34 Unexpected "{"
Line 189:43 Expected ":"
... and 11 more hidden warnings

**/
.card_sale_price,
.product-option.price-original,
.price {
  font-size: calc(var(--font-body-scale) * 14px);
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
  font-weight: var(--font-body-weight-bold);
}
.price > * {
  display: inline-block;
  vertical-align: top;
}
.price.price--unavailable {
  visibility: hidden;
}
.wbpro_sec .price{
  line-height: normal;
}
.price--end {
  text-align: right;
}
.price .price-item {
  display: inline-block;
  margin: 0;
}
.price__regular .price-item--regular {
  margin-right: 0;
}
.price:not(.price--show-badge) .price-item--last:last-of-type {
  margin: 0;
}
.price--large {
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}
.price--sold-out .price__availability,
.price__regular {
  display: block;
}
.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}
.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.price--on-sale .percent__badge-sale,
.price--on-sale .amount__badge-sale {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.price--on-sale .price__sale {
  display: initial;
  flex-direction: row;
  flex-wrap: wrap;
}
.price--center {
  display: initial;
  justify-content: center;
}
.card_compare_price,
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: rgba(var(--color-foreground), 0.5);
  font-size: calc(var(--font-body-scale) * 12px);
  font-weight: var(--font-heading-weight);
}
.unit-price {
  display: block;
  font-size: calc(var(--font-body-scale) * 12px);
  letter-spacing: 0;
  line-height: calc(1 + .2 / var(--font-body-scale));
  margin-top: 0.2rem;
  text-transform: uppercase;
  color: rgba(var(--color-foreground),.7);
  font-weight: var(--font-body-weight-medium);
}
.totals .product-option.price-original{
 font-size: calc(var(--font-body-scale) * 16px); 
}
.card_sale_price,
.wbproduct-container .wbproductdes .price{
  font-size: calc(var(--font-body-scale) * 18px);
} 
.card_compare_price,
.wbproduct-container .wbproductdes .price--on-sale .price-item--regular {
    font-size: calc(var(--font-body-scale) * 14px);
}
.sponsored-product .wbproduct-container .wbproductdes .price,
.sponsored-product .wbproduct-container .wbproductdes .card_sale_price,
.wbcartupsell .wbproduct-container .wbproductdes .price,
.predictive-search .wbproduct-container .wbproductdes .price,
.wbmgproduct .wbproduct-container .wbproductdes .price {
  font-size: calc(var(--font-body-scale) * 16px);
}
.sponsored-product .wbproduct-container .wbproductdes .price--on-sale .price-item--regular,
.sponsored-product .wbproduct-container .wbproductdes .card_compare_price,
.wbcartupsell .wbproduct-container .wbproductdes .price--on-sale .price-item--regular,
.predictive-search .wbproduct-container .wbproductdes .price--on-sale .price-item--regular,
.wbmgproduct .wbproduct-container .wbproductdes .price--on-sale .price-item--regular {
    font-size: calc(var(--font-body-scale) * 14px);
}
.parent-selected .card_product_Price{
  display: none;
}
.product-list .card_product_Price,
.wbproductdes.card__content:not(.parent-selected) .price.card__default_price{
  display: none;
}
.product-list .wbproductdes.card__content:not(.parent-selected) .price.card__default_price{
  display: block;
}
.wbproductdes .price:not(.show_badge) .wbvariantbadges{
  display: none;
}
@media (max-width: 1199px){
  .predictive-search .wbproduct-container .wbproductdes .price{
    font-size: calc(var(--font-body-scale) * 14px);
  }
}
@media (max-width: 991px){
  .sponsored-product .wbproduct-container .wbproductdes .price,
  .sponsored-product .wbproduct-container .wbproductdes .card_sale_price,
  .wbcartupsell .wbproduct-container .wbproductdes .price,
  .wbmgproduct .wbproduct-container .wbproductdes .price {
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .sponsored-product .wbproduct-container .wbproductdes .price--on-sale .price-item--regular,
  .sponsored-product .wbproduct-container .wbproductdes .card_compare_price,
  .wbcartupsell .wbproduct-container .wbproductdes .price--on-sale .price-item--regular,
  .predictive-search .wbproduct-container .wbproductdes .price--on-sale .price-item--regular,
  .wbmgproduct .wbproduct-container .wbproductdes .price--on-sale .price-item--regular {
      font-size: calc(var(--font-body-scale) * 12px);
  }
}
@media (max-width: 767px){
  .card_sale_price,
  .wbproduct-container .wbproductdes .price{
    font-size: calc(var(--font-body-scale) * 14px);
  }
  .card_compare_price,
  .wbproduct-container .wbproductdes .price--on-sale .price-item--regular {
      font-size: calc(var(--font-body-scale) * 12px);
  }
}
@media screen and (min-width: 768px) {
  .price {
    margin-bottom: 0;
  }
  .product-option.price-original,
  .price {
    font-size: calc(var(--font-body-scale) * 16px);
  } 
  .totals .product-option.price-original{
   font-size: calc(var(--font-body-scale) * 18px); 
  }
  .price--on-sale .price-item--regular {
    font-size: calc(var(--font-body-scale) * 12px);
  }
  .price--large {
    font-size: calc(var(--font-body-scale) * 30px);
  }
}

   <div class="price">
     {%- if product.compare_at_price_varies == false -%}
       <span class="compare-at-price">{{ product.compare_at_price | money }}</span>
     {%- endif -%}
     <span class="current-price">{{ product.price | money }}</span>
   </div>

   <div class="price">
     {%- if product.compare_at_price_varies %}
       <span class="compare-at-price">{{ product.compare_at_price | money }}</span>
     {%- endif -%}
     <span class="current-price">{{ product.price | money }}</span>  
   </div>

