.checkout-layout{display:flex;width:100%;min-height:calc(100vh - 80px)}.checkout-form-col{flex:0 0 auto;width:652px;max-width:100%;display:flex;flex-direction:column;gap:64px;padding:64px 0 64px 300px;box-sizing:border-box}.checkout-products-panel{flex:1;background:rgb(var(--color-background-secondary, var(--color-background)));min-height:100%}.checkout-products-inner{display:flex;flex-direction:column;gap:50px;width:520px;max-width:100%;padding:64px;box-sizing:border-box}.checkout-section{display:flex;flex-direction:column;gap:16px}.checkout-section-header{display:flex;justify-content:space-between;align-items:center}.checkout-section-title{font-size:18px;line-height:24px;color:rgb(var(--color-foreground));margin:0;font-weight:600}.checkout-login-link{font-size:14px;line-height:19px;text-decoration:underline;color:#5b6b7d;transition:color .15s}.checkout-login-link:hover{color:rgb(var(--color-foreground))}.checkout-fields-row{display:flex;gap:16px}.checkout-input{box-sizing:border-box;height:56px;padding:0 16px;background:#ebf0f5;border:1.5px solid transparent;border-radius:12px;font-size:16px;line-height:22px;color:rgb(var(--color-foreground));outline:none;transition:border-color .15s}.checkout-input::placeholder{color:#8e99a4}.checkout-input:focus{border-color:rgb(var(--color-foreground));background:#e3e9f0}.checkout-input--half{flex:1;min-width:0}.checkout-input--full{width:100%}.checkout-input.checkout-input--error{border-color:#e53e3e;background:#fdf2f2}.checkout-address-wrap{display:flex;flex-direction:column;gap:16px}.checkout-address-search-wrap{position:relative}.checkout-dadata-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;background:#fff;border:1px solid #E0E4EA;border-radius:12px;max-height:240px;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.checkout-dadata-suggestions.hidden{display:none}.checkout-dadata-item{padding:12px 16px;font-size:14px;line-height:20px;color:rgb(var(--color-foreground));cursor:pointer;transition:background .1s;border-bottom:1px solid #F0F2F5}.checkout-dadata-item:first-child{border-radius:12px 12px 0 0}.checkout-dadata-item:last-child{border-bottom:none;border-radius:0 0 12px 12px}.checkout-dadata-item:only-child{border-radius:12px}.checkout-dadata-item:hover{background:#f5f7fa}.checkout-address-selected{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#ebf0f5;border-radius:12px;gap:12px}.checkout-address-selected.hidden{display:none}.checkout-address-selected span{font-size:14px;line-height:20px;color:rgb(var(--color-foreground))}.checkout-address-change{background:none;border:none;font-size:14px;color:#5b6b7d;text-decoration:underline;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:color .15s}.checkout-address-change:hover{color:rgb(var(--color-foreground))}.checkout-address-manual{display:flex;flex-direction:column;gap:16px}.checkout-address-manual.hidden{display:none}.checkout-delivery-options{display:flex;flex-direction:column;gap:12px}.checkout-shipping-option{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:16px;min-height:60px;border:1.5px solid #E0E4EA;border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s}.checkout-shipping-option:hover{border-color:#b0b8c4}.checkout-shipping-option--selected{border-color:rgb(var(--color-foreground));background:#f5f7fa}.checkout-shipping-left{display:flex;align-items:center;gap:8px}.checkout-shipping-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.checkout-shipping-name,.checkout-shipping-price{font-size:15px;font-weight:500;color:rgb(var(--color-foreground))}.checkout-shipping-days{font-size:13px;color:#8e99a4}.checkout-section .hidden{display:none!important}.checkout-delivery-placeholder,.checkout-delivery-error,.checkout-delivery-unavailable{padding:16px;border:1.5px dashed #D0D5DD;border-radius:12px;text-align:center;background:#f9fafb}.checkout-delivery-loading{display:flex;align-items:center;gap:12px;padding:16px;border:1.5px solid #E0E4EA;border-radius:12px;background:#f9fafb}.checkout-delivery-loading.hidden{display:none}.checkout-delivery-spinner{width:20px;height:20px;border:2px solid rgb(var(--color-muted) / .3);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:co-spin .6s linear infinite}@keyframes co-spin{to{transform:rotate(360deg)}}.checkout-shipping-mode{font-size:12px;color:#8e99a4;margin-top:2px}.checkout-radio{width:20px;height:20px;accent-color:rgb(var(--color-foreground));cursor:pointer}.checkout-payment-subtitle{font-size:14px;line-height:19px;color:rgb(var(--color-muted));margin:0}.checkout-payment-method{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.checkout-payment-method-text{display:flex;align-items:center;gap:8px}.checkout-submit-btn{width:100%;height:56px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:12px;font-size:16px;font-weight:500;cursor:pointer;transition:filter .15s}.checkout-submit-btn:hover{filter:brightness(.85)}.checkout-submit-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-error{text-align:center;font-size:14px;color:#e53e3e;margin:-48px 0 0}.checkout-terms{font-size:12px;line-height:16px;color:rgb(var(--color-muted));margin:-48px 0 0}.checkout-terms a{color:rgb(var(--color-muted));text-decoration:underline}.checkout-product-list{display:flex;flex-direction:column;gap:50px}.checkout-product-item{display:flex;gap:24px;align-items:flex-start}.checkout-product-img-wrap{position:relative;flex-shrink:0;width:120px;height:120px}.checkout-product-img{width:120px;height:120px;border-radius:12px;object-fit:cover;background:#ebf0f5}.checkout-product-counter{position:absolute;top:-4px;right:-4px;width:24px;height:24px;border-radius:100px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:14px;display:flex;align-items:center;justify-content:center;z-index:1}.checkout-product-info{flex:1;display:flex;justify-content:space-between;align-items:flex-start;padding-top:4px}.checkout-product-name{font-size:16px;line-height:22px;color:rgb(var(--color-foreground))}.checkout-product-variants{display:flex;flex-direction:column;gap:4px;margin-top:8px}.checkout-product-variant{font-size:14px;line-height:19px}.checkout-product-variant-label{color:rgb(var(--color-muted))}.checkout-product-variant-value{color:rgb(var(--color-foreground))}.checkout-product-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.checkout-product-price-current{font-size:16px;line-height:22px;color:rgb(var(--color-foreground))}.checkout-product-price-old{font-size:12px;line-height:16px;text-decoration:line-through;color:rgb(var(--color-muted))}.checkout-promo-wrap{display:flex;flex-direction:column;gap:8px}.checkout-promo-row{display:flex;height:56px;border:1.5px solid #E0E4EA;border-radius:12px;overflow:hidden;background:#fff}.checkout-promo-input{flex:1;border:none;padding:0 12px;font-size:16px;background:transparent;color:rgb(var(--color-foreground));outline:none}.checkout-promo-input::placeholder{color:rgb(var(--color-muted))}.checkout-promo-btn{padding:0 16px;margin:6px;height:44px;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:filter .15s}.checkout-promo-btn:hover{filter:brightness(.85)}.checkout-promo-applied{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#ebf0f5;border-radius:12px;font-size:14px;color:rgb(var(--color-foreground))}.checkout-promo-remove{background:none;border:none;color:#e53e3e;font-size:14px;cursor:pointer;text-decoration:underline}.checkout-promo-error{font-size:14px;color:#e53e3e}.checkout-totals{display:flex;flex-direction:column;gap:12px}.checkout-totals-row{display:flex;justify-content:space-between;align-items:center;color:rgb(var(--color-foreground))}.checkout-totals-row--total{padding-top:16px;border-top:1.5px solid #E0E4EA;font-weight:600}.checkout-pvz-section{display:flex;flex-direction:column;gap:12px;margin-top:16px}.checkout-pvz-section.hidden{display:none}.checkout-pvz-title{font-size:14px;font-weight:500;color:rgb(var(--color-foreground));margin:0}.checkout-pvz-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.checkout-pvz-list.hidden{display:none}.checkout-pvz-item{box-sizing:border-box;display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border:1.5px solid #E0E4EA;border-radius:12px;cursor:pointer;transition:border-color .15s,background .15s}.checkout-pvz-item:hover{border-color:#b0b8c4}.checkout-pvz-item--selected{border-color:rgb(var(--color-foreground));background:#f5f7fa}.checkout-pvz-item-radio{flex-shrink:0;margin-top:2px}.checkout-pvz-item-info{flex:1;min-width:0}.checkout-pvz-item-name{font-size:14px;font-weight:500;color:rgb(var(--color-foreground));margin:0 0 4px}.checkout-pvz-item-address{font-size:13px;color:rgb(var(--color-foreground));margin:0 0 4px;line-height:1.4}.checkout-pvz-item-worktime{font-size:12px;color:rgb(var(--color-muted));margin:0}.checkout-pvz-badge{flex-shrink:0;font-size:11px;padding:3px 10px;border-radius:20px;background:#ebf0f5;color:#5b6b7d;white-space:nowrap;font-weight:500}.checkout-pvz-error{padding:14px 16px;border:1.5px dashed #D0D5DD;border-radius:12px;text-align:center;background:#f9fafb}.checkout-pvz-error.hidden{display:none}.checkout-shipping-info{display:flex;flex-direction:column;gap:4px;min-width:0}.checkout-shipping-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.checkout-shipping-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:500;padding:2px 8px;border-radius:20px;white-space:nowrap;line-height:1.4}.checkout-shipping-badge--door{background:#e8f0fe;color:#3b6cb5}.checkout-shipping-badge--pvz{background:#e6f4ea;color:#2e7d42}.checkout-shipping-desc{font-size:13px;color:#8e99a4;line-height:1.3}.checkout-shipping-option .checkout-shipping-addr{font-size:13px;color:#5b6b7d!important;line-height:1.3;text-decoration:underline;text-decoration-color:#d0d5dd;text-underline-offset:2px;transition:color .15s}.checkout-shipping-option .checkout-shipping-addr:hover{color:#2b3a4a!important;text-decoration-color:currentColor}@media(max-width:767px){.checkout-layout{flex-direction:column}.checkout-products-panel{order:-1}.checkout-form-col,.checkout-products-inner{width:100%;padding:32px 20px;gap:32px}.checkout-fields-row{flex-direction:column}.checkout-input--half{width:100%}.checkout-error,.checkout-terms{margin:-16px 0 0}}@media(min-width:768px)and (max-width:1440px){.checkout-form-col{padding-left:5%;width:45%}.checkout-products-inner{width:100%;max-width:520px}}
