.QuantityController_quantity__eaGLb{display:flex;align-items:center;justify-content:space-between}.QuantityController_quantity__eaGLb span{font-size:20px;font-weight:200}.QuantityController_counter__3vqWK{display:flex;gap:8px;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:6px 12px;border:1px solid hsla(0,0%,100%,.32);border-radius:25px;background:hsla(0,0%,100%,.04)}.QuantityController_counter__3vqWK button{width:24px;height:24px}.QuantityController_counter__3vqWK button:disabled{cursor:auto;opacity:.5}.QuantityController_input__7ITDi{width:40px;padding:0;border:none;border-right:1px solid var(--border-color);border-left:1px solid var(--border-color);color:var(--white);text-align:center;background:none}.CartItem_cartItem__hPa9Q{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:24px;border-bottom:1px solid #4d4d4d}@media(max-width:960px){.CartItem_cartItem__hPa9Q{flex-direction:column;gap:24px;align-items:flex-start}}.CartItem_itemInfo__yWt6e{display:flex;gap:24px;align-items:center}.CartItem_image__4TaNT{object-fit:cover}.CartItem_name__GUlem{font-size:1.25rem;font-weight:400;color:var(--primary)}.CartItem_actions__JCcrW{display:flex;gap:40px;align-items:center}@media(max-width:960px){.CartItem_actions__JCcrW{flex-wrap:wrap;gap:32px 12px;justify-content:space-between;width:100%}}.CartItem_removeButton__rE_EU{cursor:pointer;border:none;background:none}.CartItem_removeButton__rE_EU img{width:32px;height:32px}@media(max-width:960px){.CartItem_removeButton__rE_EU{order:1;margin-left:auto}}.CartItem_price__K_LRF{flex-shrink:0;font-size:1.25rem;font-weight:600;color:var(--white);text-align:right}.DeliveryController_label__60jel{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;gap:12px;align-items:center;font-size:1.125rem;color:var(--white)}@media(max-width:525px){.DeliveryController_label__60jel{font-size:1rem}}.DeliveryController_input__5ybtz{position:absolute;width:0;height:0;opacity:0}.DeliveryController_customRadio__myY8z{position:relative;display:inline-block;width:22px;height:22px;border:2px solid #fff;border-radius:50%;transition:border-color .2s ease}.DeliveryController_customRadio__myY8z:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:12px;height:12px;border-radius:50%;background-color:var(--primary);transition:transform .2s ease}.DeliveryController_input__5ybtz:checked+.DeliveryController_customRadio__myY8z{border-color:var(--primary)}.DeliveryController_input__5ybtz:checked+.DeliveryController_customRadio__myY8z:after{transform:translate(-50%,-50%) scale(1)}