
/* KARMA PRODUCT UX V3.9 */
.special-price[hidden],
.mobile-buy-bar[hidden],
.mobile-buy-bar__price[hidden]{display:none!important}

.special-price{
  margin:18px 0 22px;
  padding:16px 18px;
  border-left:3px solid #b42318;
  background:#faf8f4;
}
.special-price__badge{
  margin-bottom:10px;
  background:#b42318;
  color:#fff;
  font-weight:700;
}
.special-price>div{gap:14px}
.special-price strong{font-size:32px}
.special-price__old{font-size:16px}

.choice-card>span:last-of-type b{line-height:1.3}
.packaging-card .addon-card__copy small{font-size:12px;color:#666}

.mobile-buy-bar{
  --karma-footer-lift:0px;
  transform:translateY(calc(-1 * var(--karma-footer-lift)));
  transition:transform .18s ease,opacity .18s ease;
}
.mobile-buy-bar.is-visible{opacity:1;pointer-events:auto}

@media(max-width:840px){
  .product-page{padding-bottom:96px}
  .mobile-buy-bar{
    z-index:65;
    display:flex!important;
    align-items:center;
    gap:10px;
    padding:8px 14px;
  }
  .mobile-buy-bar__product{flex:1 1 auto;min-width:0}
  .mobile-buy-bar__price{min-width:0}
  .mobile-buy-bar .button{flex:0 0 auto;min-width:138px}
  .special-price{margin:14px 0 18px;padding:14px}
  .special-price strong{font-size:28px}
}
@media(max-width:390px){
  .mobile-buy-bar{padding-inline:10px;gap:8px}
  .mobile-buy-bar .button{min-width:124px;padding-inline:14px}
}
