.app-basket-summary{padding:var(--space-m);background:var(--color-1);border-radius:var(--space-xs)}.app-basket-summary__subtotal{display:flex;justify-content:space-between;font-size:var(--step-1);margin-top:var(--space-s);padding-bottom:var(--space-xs);font-weight:500;border-bottom:1px solid var(--color-6)}.app-basket-summary__subtotal strong{font-weight:600}.app-basket-summary__checkout-btn{margin-top:var(--space-m)}.app-basket-summary__tax-message{margin-top:var(--space-xs);font-size:var(--step--1);text-align:center}.app-basket-summary__payment-icons{margin-top:var(--space-s);text-align:center}.app-basket-upsells__items{display:flex;gap:var(--space-s);list-style:none}.app-basket-upsells__item{flex:0 0 260px}.app-basket{position:relative}.app-basket__loader{display:flex;justify-content:center;align-items:center;padding:var(--space-s);position:absolute;inset:0;background:var(--color-11);opacity:.7;cursor:progress}.app-basket__loading-spinner{position:absolute;width:100px;height:100px}.app-basket__mobile-checkout-cta{margin-bottom:var(--space-l)}@media only screen and (min-width:35rem){.app-basket__mobile-checkout-cta{display:none}}.app-basket__items{display:grid;gap:var(--space-s);list-style:none;background:var(--color-1);padding:var(--space-s);border-radius:var(--space-xs)}@media only screen and (min-width:35rem){.app-basket__items{padding:var(--space-m);gap:var(--space-m)}}.app-basket__item+.app-basket__item{padding-top:var(--space-s);border-top:2px solid var(--color-5)}@media only screen and (min-width:35rem){.app-basket__item+.app-basket__item{padding-top:var(--space-m)}}.card-basket-item{display:grid;grid-template-columns:64px 1fr;gap:var(--space-xs) var(--space-s)}@media only screen and (min-width:25rem){.card-basket-item{grid-template-columns:80px 1fr}}@media only screen and (min-width:35rem){.card-basket-item{grid-template-columns:120px 1fr;gap:var(--space-s) var(--space-m)}}@media only screen and (min-width:47.5rem){.card-basket-item{gap:var(--space-xs) var(--space-m)}}.card-basket-item__img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:var(--space-xs)}.card-basket-item__media{grid-column:1;grid-row:1}@media only screen and (min-width:35rem){.card-basket-item__media{grid-row:1/span 2}}.card-basket-item__content{grid-column:2;grid-row:1}.card-basket-item__header{display:grid;flex-wrap:wrap;gap:var(--space-xs) var(--space-l);justify-content:space-between}@media only screen and (min-width:35rem){.card-basket-item__header{display:flex}}.card-basket-item__price{flex:0 1 auto;font-weight:600;font-size:var(--step-1);line-height:1.5;color:var(--color-3)}.card-basket-item__heading{flex:1;font-weight:600;font-size:var(--step-0);line-height:1.5;text-wrap:balance;text-wrap:pretty}@media only screen and (min-width:35rem){.card-basket-item__heading{font-size:var(--step-1)}}.card-basket-item__heading a{text-decoration:none;color:var(--color-3)}.card-basket-item__heading a:hover,.card-basket-item__heading a:focus{color:var(--color-body-link--hover);text-decoration:underline}.card-basket-item__options{display:inline-grid;gap:var(--space-3xs) var(--space-xs);grid-template-columns:auto auto;margin-top:var(--space-2xs);font-size:.9375rem;line-height:1.5}.card-basket-item__options .fw{grid-column:span 2}.card-basket-item__controls{display:flex;justify-content:space-between;align-items:center;grid-column:1/span 2;grid-row:2}@media only screen and (min-width:35rem){.card-basket-item__controls{grid-column:2;grid-row:2}}.card-basket-item__remove-btn{display:flex;align-items:center;gap:.5em;font-weight:600;font-size:var(--step--1);background:none;border:0;color:var(--color-2);cursor:pointer}.card-basket-item__remove-btn:disabled{opacity:.7;cursor:not-allowed}.card-basket-item__remove-btn-icon{flex-shrink:0;width:1em;height:1em;fill:currentColor}
