@charset "utf-8";

.ps-cart-pay { margin-top: -16px; padding: 0px 24px 4px; font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1; }

.ps-cart-pay__label { text-align: center; font-size: 12px; color: rgb(74, 74, 74); margin: 0px 0px 8px; line-height: 1.2; }

.ps-cart-pay__list { display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 8px; margin: 0px; padding: 0px; list-style: none; }

.ps-cart-pay__list li { display: inline-flex; flex-shrink: 0; }

.ps-cart-pay__list svg { height: 22px; width: auto; display: block; }

@media (max-width: 480px) {
  .ps-cart-pay { margin-top: -14px; padding: 0px 20px 2px; }
  .ps-cart-pay__list { gap: 6px; }
  .ps-cart-pay__list svg { height: 18px; }
}

cart-drawer .horizontal-product__details .price { display: inline-flex !important; flex-wrap: wrap !important; align-items: baseline !important; gap: 6px !important; }

.ps-cart-price-old { color: rgb(191, 5, 5); text-decoration: line-through rgb(191, 5, 5); font-weight: 400; font-size: 13px; }

.ps-cart-price-new { color: rgb(18, 18, 18); font-weight: 600; font-size: 14px; }