cart-discounts{display:block;font-family:var(--font-heading-family)!important;margin:24px 0}cart-discounts .title{color:var(--white);font-size:1.6rem;font-weight:700;letter-spacing:-.019rem;line-height:2.242rem;margin:0}cart-discounts .discount-form #discount-error{color:red;display:none;font-size:14px;margin-top:10px}cart-discounts .discount-form .wrapper{align-items:center;display:flex}cart-discounts .discount-form .wrapper #discount_code{background:#fff;line-height:1;margin-right:10px;width:100%}cart-discounts .discount-form .wrapper #apply-discount,cart-discounts .discount-form .wrapper #discount_code{border:1px solid #a8a8a8;border-radius:5px;color:rgba(37,37,37,.7);font-size:14px;letter-spacing:-.14px;padding:19px 9px}cart-discounts .discount-form .wrapper #apply-discount{align-items:center;background:#f4f4f4;cursor:pointer;display:flex;font-weight:600;justify-content:center;line-height:142%;line-height:1;min-width:60px;text-align:center}cart-discounts .discount-form .wrapper #apply-discount .spinner{margin-left:4px}cart-discounts #cart-codes .title-wrapper{align-items:center;display:none;justify-content:space-between;margin-bottom:1rem}cart-discounts #cart-codes .title-wrapper .remove-code{fill:#fff;background-color:transparent;border-style:none;color:#fff;cursor:pointer;font-size:13px;padding:0;text-decoration-line:underline}cart-discounts #cart-codes .codes-note{color:#a8a8a8;display:none;font-size:11px;letter-spacing:-.11px;line-height:142%;margin-top:1.6rem}cart-discounts #cart-codes .cart-code-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}cart-discounts #cart-codes .cart-code-wrapper>:not(:last-child){margin-right:1.6rem}cart-discounts #cart-codes .cart-code{align-items:center;background-color:#f5f5f5;border-radius:8px;display:flex;font-size:12px;padding:7px;text-transform:uppercase;width:max-content}cart-discounts #cart-codes .cart-code-amount{color:#22b815;font-size:15px;font-weight:700;letter-spacing:-.15px;line-height:142%;text-align:right}cart-discounts #cart-codes .cart-code .icon-coupon{margin-right:4px}cart-discounts #cart-codes .cart-code .remove-code{align-items:center;background-color:transparent;border:none;color:rgba(37,37,37,.7);cursor:pointer;display:flex;font-size:18px;height:18px;line-height:0;padding:4px}cart-discounts .spinner{animation:spin 1s linear infinite;border:2px solid hsla(0,0%,100%,.7);border-radius:50%;border-top-color:transparent;display:inline-block;height:16px;width:16px}cart-discounts #apply-discount .spinner{border:2px solid rgba(37,37,37,.7)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}