.cartItem{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;gap:1rem;padding:1.5rem;transition:all .2s;display:flex}.cartItem:hover{background:#ffffff14;border-color:#ffffff26}.cartItem__checkbox{align-items:flex-start;padding-top:.25rem;display:flex}.cartItem__checkbox-input{cursor:pointer;accent-color:#e5c28a;width:1.25rem;height:1.25rem}.cartItem__image{background:#ffffff0d;border-radius:.5rem;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.cartItem__image .productImageCarousel,.cartItem__image .productImageCarousel__frame{width:100%;height:100%}.cartItem__content{flex-direction:column;flex:1;gap:.75rem;display:flex}.cartItem__title{color:#fff;font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.cartItem__title:hover{color:#e5c28a}.cartItem__variants{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cartItem__variant-swatch-wrapper{cursor:default;border:1px solid #ffffff40;border-radius:9999px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:inline-flex;position:relative}.cartItem__variant-swatch-wrapper:hover{border-color:#ffffff80}.cartItem__variant-swatch{border:1px solid #0003;border-radius:9999px;flex-shrink:0;width:1.75rem;height:1.75rem;display:inline-block}.cartItem__variant-pill{color:#fff;-webkit-user-select:none;user-select:none;background:#ffffff0d;border:1px solid #ffffff26;border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:inline-flex}.cartItem__variant-pill:hover{background:#ffffff1a;border-color:#ffffff40}.cartItem__price{align-items:center;gap:.75rem;display:flex}.cartItem__price-current{color:#fff;font-size:1.25rem;font-weight:700}.cartItem__price-old{color:#ffffff80;font-size:1rem;text-decoration:line-through}.cartItem__right{flex-direction:column;flex-shrink:0;justify-content:center;align-items:flex-end;display:flex}.cartItem__right-controls{align-items:center;gap:1rem;display:flex}.cartItem__quantity{align-items:center;gap:.75rem;width:fit-content;display:flex}.cartItem__quantity-button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex}.cartItem__quantity-button:hover{background:#ffffff26;border-color:#ffffff4d}.cartItem__quantity-button:active{transform:scale(.95)}.cartItem__quantity-value{text-align:center;color:#fff;min-width:2.5rem;font-size:1.125rem;font-weight:600}.cartItem__remove{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;transition:all .2s;display:flex}.cartItem__remove:hover{color:#ef4444}.cartItem__remove:active{transform:scale(.9)}@media (max-width:768px){.cartItem{flex-wrap:wrap}.cartItem__image{width:100px;height:100px}.cartItem__content{flex:1 1 0;min-width:0}}
.paymentMethod{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;gap:1.5rem;margin-top:30px;padding:1.5rem;display:flex}.paymentMethod__title{color:#fff;font-size:1.25rem;font-weight:600}.paymentMethod__options{flex-direction:column;gap:1rem;display:flex}.paymentMethod__option{cursor:pointer;border:1px solid #ffffff26;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.paymentMethod__option:hover{background:#ffffff0d;border-color:#ffffff40}.paymentMethod__radio{accent-color:#e5c28a;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.125rem}.paymentMethod__option:has(.paymentMethod__radio:checked){background:#e5c28a0d;border-color:#e5c28a}.paymentMethod__option-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.paymentMethod__option-name{color:#fff;font-size:1.125rem;font-weight:600;transition:color .2s}.paymentMethod__option:has(.paymentMethod__radio:checked) .paymentMethod__option-name{color:#e5c28a}
.deliveryMethod{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;margin-top:2rem;padding:1.5rem}.deliveryMethod__title{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.deliveryMethod__options{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.deliveryMethod__option{cursor:pointer;background:#ffffff08;border:2px solid #ffffff1a;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;transition:all .2s;display:flex}.deliveryMethod__option:hover{background:#ffffff0d;border-color:#fff3}.deliveryMethod__radio{cursor:pointer;accent-color:#e5c28a;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.25rem}.deliveryMethod__option:has(.deliveryMethod__radio:checked){background:#e5c28a1a;border-color:#e5c28a}.deliveryMethod__option-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.deliveryMethod__option-header{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.deliveryMethod__option-name{color:#fff;font-size:1rem;font-weight:600}.deliveryMethod__option-badge{color:#e5c28a;background:#e5c28a26;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.deliveryMethod__option-address{color:#ffffffb3;font-size:.875rem;line-height:1.5}.deliveryMethod__map{background:#ffffff0d;border-radius:.5rem;width:100%;height:400px;overflow:hidden}.deliveryMethod__map [class*=ymaps]{border-radius:.5rem}
.customerInfo{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;margin-top:2rem;padding:1.5rem}.customerInfo__title{color:#fff;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.customerInfo__form{flex-direction:column;gap:1.25rem;display:flex}.customerInfo__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.customerInfo__row{grid-template-columns:1fr}}.customerInfo__field{flex-direction:column;gap:.5rem;display:flex}.customerInfo__label{color:#ffffffe6;font-size:.875rem;font-weight:500}.customerInfo__required{color:#ef4444}.customerInfo__input,.customerInfo__textarea{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.customerInfo__input::placeholder,.customerInfo__textarea::placeholder{color:#fff6}.customerInfo__input:focus,.customerInfo__textarea:focus{background:#ffffff14;border-color:#e5c28a;outline:none;box-shadow:0 0 0 3px #e5c28a1a}.customerInfo__input:hover:not(:focus),.customerInfo__textarea:hover:not(:focus){border-color:#ffffff4d}.customerInfo__textarea{resize:vertical;min-height:100px}.customerInfo__input--error{background:#ef44441a!important;border-color:#ef4444!important}.customerInfo__input--error:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.customerInfo__error{color:#ef4444;margin-top:.25rem;font-size:.75rem}.customerInfo__success{color:#10b981;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.75rem;display:flex}.customerInfo__input--valid{background:#10b9810d!important;border-color:#10b981!important}.customerInfo__input--valid:focus{border-color:#10b981!important;box-shadow:0 0 0 3px #10b9811a!important}
