:root{--quantity-input-height: 1.5rem}.quantity-input{white-space:nowrap;font-size:.875rem;display:inline-flex;align-items:center;justify-content:space-between;font-size:1.0625rem;gap:var(--spacing-s)}.quantity-input__quantity{display:inline-flex;align-items:center;justify-content:space-between;background:var(--kiwa-mint--light)}.quantity-input__text{text-decoration:underline}.quantity-input input::-webkit-outer-spin-button,.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input__increase,.quantity-input__decrease,.quantity-input__remove{flex:none;border:none;display:inline-flex;line-height:0;font-weight:var(--normal);justify-content:center;height:var(--quantity-input-height);background:var(--kiwa-mint--light);color:var(--kiwa-dark-blue);flex-shrink:0;padding:0;aspect-ratio:1/1;align-items:center}.quantity-input__increase:where(:not([disabled]):not([data-disabled])):hover,.quantity-input__increase:where(:not([disabled]):not([data-disabled])):focus-visible,.quantity-input__decrease:where(:not([disabled]):not([data-disabled])):hover,.quantity-input__decrease:where(:not([disabled]):not([data-disabled])):focus-visible,.quantity-input__remove:where(:not([disabled]):not([data-disabled])):hover,.quantity-input__remove:where(:not([disabled]):not([data-disabled])):focus-visible{background:var(--kiwa-mint)}.quantity-input__increase[disabled],.quantity-input__increase [data-disabled],.quantity-input__decrease[disabled],.quantity-input__decrease [data-disabled],.quantity-input__remove[disabled],.quantity-input__remove [data-disabled]{cursor:not-allowed}.quantity-input__increase svg,.quantity-input__decrease svg,.quantity-input__remove svg{width:50%}.quantity-input__input{display:flex;background-color:transparent;align-items:center;padding:0;width:4ch;height:var(--quantity-input-height)}.quantity-input__input input[type=number]{-webkit-appearance:none;appearance:none;flex:auto;text-align:center;border:none;padding:0;color:var(--kiwa-dark-blue);background-color:transparent;height:var(--quantity-input-height);min-height:var(--quantity-input-height);-moz-appearance:textfield}.quantity-input__input input[type=number][disabled]{background-position:center;color:transparent}.quantity-input__input input[type=number]:invalid{padding-right:var(--spacing-s);background-position:right;outline:none}.cart-item{font-size:1.0625rem;padding:var(--spacing) 0;display:flex;gap:var(--spacing);align-items:flex-start;flex-wrap:wrap;font-family:var(--font-secondary)}@media screen and (min-width: 48rem){.cart-item{flex-wrap:nowrap;gap:var(--spacing-m)}}.cart-item__text{flex-grow:1}.cart-item__details{display:flex;flex-direction:column;gap:var(--spacing-xs);flex-shrink:0}@media screen and (max-width: 47.99875rem){.cart-item__details{width:100%}}.cart-item__details-head{display:flex;align-items:flex-end;gap:var(--spacing-s)}@media screen and (max-width: 47.99875rem){.cart-item__details-head{gap:0;justify-content:space-between}}@media screen and (max-width: 29.99875rem){.cart-item__details-head{flex-wrap:wrap}}.cart-item__details-foot{width:100%;text-align:right;display:flex;flex-direction:column}.cart-item__heading{grid-area:heading;font-size:1.0625rem;font-weight:var(--normal);margin:0}.cart-item__heading a{text-decoration:none}.cart-item__heading a:hover{text-decoration:underline}.cart-item__description{color:var(--color-grey--dark);font-size:1rem}.cart-item__quantity{grid-area:quantity}.cart-item__price{min-width:5em;text-align:right;margin-left:auto;font-weight:var(--bold)}.cart-item__surcharge{font-size:.875rem;color:var(--color-grey--dark)}.cart-item--compact{flex-wrap:wrap;gap:var(--spacing)}.cart-item--compact:where(:not(:last-child)){border-bottom:.0625rem solid var(--color-grey--medium)}.cart-item--compact .cart-item__description{color:var(--color-grey--medium)}.cart-item--compact .cart-item__surcharge{color:var(--color-grey--light)}.cart-item--compact .cart-item__details{width:100%}.cart-item--compact .cart-item__details-head{flex-wrap:wrap}.discount{--input-bg: var(--color-white);--input-fg: var(--color-black)}.discount:where(:not(:first-child)){margin-top:var(--spacing-l)}.discount__head{display:flex;font-size:inherit;font-weight:var(--regular);margin:0}.discount__toggle{padding:0;background:none;font-size:inherit;font-family:inherit;border:none;min-height:var(--button-height);color:inherit;text-decoration:underline;min-height:auto;line-height:inherit}.discount__toggle:hover,.discount__toggle:focus-visible{text-decoration:none}.discount__content{display:flex;flex-direction:column;gap:var(--spacing-s);align-items:flex-start;padding-top:var(--spacing-s)}.discount__content:where([hidden]){display:none}.discount__content input{width:11.875rem}.discount__form{display:flex}.modal:has(.cart){--button-bg: var(--kiwa-mint--light);--button-fg: var(--kiwa-dark-blue);--button-bg--hover: var(--kiwa-mint);--button-fg--hover: var(--kiwa-dark-blue);--modal-padding-left: var(--spacing-xl)}.cart__button{margin-top:var(--spacing-xl);display:flex;flex-flow:column}.cart__empty-text{text-align:center;font-size:1.1875rem;margin:var(--spacing-xl) 0}@media screen and (min-width: 48rem){.cart__empty-text{font-size:1.25rem}}
