.cart-discount{display:block;margin-bottom:1.5rem}.cart-discount__summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}summary.cart-discount__summary{padding:1.2rem 0}.cart-discount__summary::-webkit-details-marker{display:none}.cart-discount__label{margin:0;font-weight:500;color:oklch(var(--lch-foreground))}.cart-discount__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:transform .4s var(--ease-inOut-cubic)}.cart-discount__icon svg{width:1.6rem;height:1.6rem;fill:oklch(var(--lch-foreground) / .75)}.cart-discount__details.is-open .cart-discount__icon{transform:rotate(45deg)}.cart-discount__form{margin-bottom:1.5rem}.cart-discount__form .field{display:flex;margin:0}.cart-discount__input{flex:1;min-width:0;padding:1.2rem!important;box-shadow:none!important;max-height:3.6rem}.cart-discount__button{flex-shrink:0;white-space:nowrap;min-width:auto;padding:1rem 2rem}.cart-discount__button:disabled{opacity:.6;cursor:not-allowed}.cart-discount__button.loading{position:relative;color:transparent}.cart-discount__button.loading:after{content:"";position:absolute;top:50%;left:50%;width:1.6rem;height:1.6rem;margin:-.8rem 0 0 -.8rem;border:.2rem solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.cart-discount__error{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;margin-bottom:1.5rem;background-color:oklch(var(--lch-error) / .1);border:.1rem solid oklch(var(--lch-error) / .3);border-radius:var(--inputs-radius);color:oklch(var(--lch-error))}.cart-discount__error.hidden{display:none}.cart-discount__error-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem}.cart-discount__error-icon svg{width:1.6rem;height:1.6rem;fill:currentColor}.cart-discount__error-text{margin:0;font-size:1.4rem;line-height:1.4}.cart-discount__codes{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.cart-discount__pill{display:flex;align-items:center;gap:.8rem;padding:0 1.2rem;background-color:oklch(var(--lch-success) / .1);border:.1rem solid oklch(var(--lch-success) / .3);border-radius:2rem;color:oklch(var(--lch-success));font-size:1.4rem;line-height:1.2}.cart-discount__pill:first-child{padding-left:0}.cart-discount__pill-code{font-weight:500}.cart-discount__pill-remove{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:none;border:none;border-radius:50%;cursor:pointer;transition:background-color var(--duration-short) ease}.cart-discount__pill-remove:hover{background-color:oklch(var(--lch-success) / .2)}.cart-discount__pill-remove:focus{outline:.2rem solid oklch(var(--lch-success) / .5);outline-offset:.1rem}.cart-discount__pill-remove svg{width:1.2rem;height:1.2rem;fill:currentColor}@media screen and (max-width: 749px){.cart-discount__summary{padding:1.2rem 1.5rem}.cart-discount__form .field{flex-direction:column}.cart-discount__button{width:100%}.cart-discount__codes{gap:.8rem}.cart-discount__pill{padding:.6rem 1rem;font-size:1.3rem}}@media (prefers-contrast: high){.cart-discount__details,.cart-discount__error,.cart-discount__pill{border-width:.2rem}}@media (prefers-reduced-motion: reduce){.cart-discount__summary,.cart-discount__icon,.cart-discount__pill-remove{transition:none}.cart-discount__button.loading:after{animation:none}}
