*{box-sizing:border-box;margin:0;padding:0}.cod-checkout-container{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background-color:#f8f9fa;min-height:100vh}.checkout-header{margin-bottom:30px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #00000014}.checkout-title{font-size:24px;font-weight:600;color:#333;margin:0}.checkout-subtitle{font-size:14px;color:#666;margin:8px 0 0}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start}.checkout-left{display:flex;flex-direction:column;gap:20px}.checkout-right{position:sticky;top:20px}.form-section{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef}.section-title{font-size:18px;font-weight:600;color:#333;margin-bottom:20px}.shipping-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.shipping-option{display:block;position:relative;cursor:pointer;padding:20px;border:2px solid #e9ecef;border-radius:12px;background:#fff;transition:all .3s ease;text-align:center}.shipping-option:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26}.shipping-option.selected{border-color:#007bff;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;box-shadow:0 4px 16px #007bff4d}.shipping-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.shipping-option:before{content:"";display:block;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background-size:24px 24px;background-position:center;background-repeat:no-repeat}.shipping-option[data-method=home_delivery]:before{background-color:#ff6b35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M3 13h1v7c0 1.103.897 2 2 2h12c1.103 0 2-.897 2-2v-7h1a1 1 0 0 0 .707-1.707l-9-9a.999.999 0 0 0-1.414 0l-9 9A1 1 0 0 0 3 13z'/%3E%3C/svg%3E")}.shipping-option[data-method=store_pickup]:before{background-color:#28a745;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M21.5 15a3 3 0 0 0-1.9-2.78l1.87-7.48a1 1 0 0 0-.18-.87A1 1 0 0 0 20.5 3H6.8l-.33-1.26A1 1 0 0 0 5.5 1h-2a1 1 0 0 0 0 2h1.18l2.3 8.78a3 3 0 1 0 4.52 2.22H16a3 3 0 1 0 5.5 1z'/%3E%3C/svg%3E")}.shipping-option.selected[data-method=home_delivery]:before,.shipping-option.selected[data-method=store_pickup]:before{background-color:#fff3}.shipping-option strong{display:block;font-size:16px;font-weight:600;margin-bottom:4px}.shipping-desc{font-size:14px;opacity:.8;margin:0}.store-info-banner{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:16px 20px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:12px}.store-info-banner:before{content:"\2139\fe0f";font-size:20px}.store-selector-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;margin-bottom:20px}.store-search{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;margin-bottom:20px;transition:border-color .3s ease}.store-search:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.store-list-header{margin-top:24px;margin-bottom:12px}.store-list-title{font-size:18px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.4}.store-list-subtitle{font-size:14px;color:#666;margin:0;line-height:1.5}.store-list{max-height:300px;overflow-y:auto;border:2px solid #e9ecef;border-radius:8px;background:#fff}.store-list-empty{padding:40px 20px;text-align:center;color:#666;display:flex;flex-direction:column;align-items:center;gap:16px}.store-list-empty:before{content:"\1f4cd";font-size:48px;opacity:.5}.store-item{padding:16px 20px;border-bottom:1px solid #f1f3f4;cursor:pointer;transition:background-color .2s ease}.store-item:last-child{border-bottom:none}.store-item:hover{background-color:#f8f9fa}.store-item.selected{background-color:#e8f5e9;border-left:4px solid #28a745}.store-name{font-weight:600;color:#333;margin-bottom:4px}.store-address{font-size:14px;color:#666;margin-bottom:2px}.store-phone{font-size:12px;color:#999}.selected-store{margin-top:20px;padding:20px;background:linear-gradient(135deg,#e8f5e9,#d4edda);border:2px solid #28a745;border-radius:8px}.selected-store.hidden{display:none}.selected-store-title{color:#155724;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.selected-store-title:before{content:"\2713";background:#28a745;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.selected-store-name{font-weight:600;color:#155724;font-size:16px;margin:0 0 8px}.selected-store-address,.selected-store-phone{color:#495057;font-size:14px;margin:0 0 4px;line-height:1.4}.selected-store-address:last-child,.selected-store-phone:last-child{margin-bottom:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.form-field,.form-field-full{margin-bottom:16px}.form-field-full{grid-column:1 / -1}.field-label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:14px}.field-hint{margin-top:8px;font-size:14px;color:#666;line-height:1.4}.form-input,.form-select{width:100%;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.form-input::placeholder,.form-select::placeholder,textarea::placeholder{color:#bbb;opacity:.65}.form-input:focus,.form-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-input:disabled,.form-select:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.form-input.readonly{background:#f8f9fa;cursor:default}.input-error{border-color:#dc3545!important;background-color:#fff5f5}.input-error:focus{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc35451a!important}.input-success{border-color:#28a745}.input-success:focus{border-color:#28a745;box-shadow:0 0 0 3px #28a7451a}.field-error-message{display:none;color:red!important;font-size:14px;margin-top:8px;line-height:1.4;font-weight:600}.cart-summary{background:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e9ecef;height:fit-content}.cart-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #f1f3f4}.cart-item:last-of-type{border-bottom:none}.item-image{width:60px;height:60px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f8f9fa}.item-img{width:100%;height:100%;object-fit:cover}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#999;background:#f1f3f4}.item-details{flex:1}.item-title{font-size:16px;font-weight:600;color:#333;margin-bottom:4px;line-height:1.3}.item-variant,.item-quantity{font-size:14px;color:#666;margin-bottom:2px}.item-price{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.item-price-text{font-size:16px;font-weight:600;color:#333;margin:0}.item-quantity-control{display:flex;align-items:center;gap:8px;font-size:12px;color:#666}.quantity-selector{display:inline-flex;align-items:center;gap:0;border:1px solid #d0d0d0;border-radius:6px;background:#fff;overflow:hidden}.qty-btn{background:#fff;border:1px solid #d0d0d0;border-right:none;padding:8px 10px;cursor:pointer;font-size:16px;color:#555;transition:all .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:500}.qty-btn:last-of-type{border-right:1px solid #d0d0d0;border-left:none}.qty-btn:hover{background:#f5f5f5;color:#333}.qty-btn:active{background:#e9ecef;color:#333}.qty-input{border:none;border-left:1px solid #d0d0d0;border-right:1px solid #d0d0d0;text-align:center;width:50px;padding:8px 4px;font-size:14px;color:#333;background:#fff;font-weight:600;height:36px}.qty-input:focus{outline:none;background:#fafafa}.btn-delete-item{background:transparent;border:none;padding:4px 6px;cursor:pointer;font-size:18px;color:#ccc;border-radius:3px;transition:all .2s ease;min-width:28px;min-height:28px;display:flex;align-items:center;justify-content:center}.btn-delete-item:hover{background:#f8f9fa;color:#dc3545}.btn-delete-item:active{background:#ffe6e6}.cart-totals{margin-top:24px;padding-top:24px;border-top:2px solid #f1f3f4}.cart-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:16px}.cart-total-row.final{font-size:20px;font-weight:700;color:#333;padding-top:12px;border-top:1px solid #dee2e6;margin-top:12px}.payment-info{margin-top:20px;padding:16px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;font-size:14px;color:#856404}.checkout-actions{margin-top:30px;text-align:center}.submit-button{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:16px 40px;border-radius:50px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #28a7454d;min-width:200px}.submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.submit-button:active{transform:translateY(0)}.submit-button:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.order-success-container{max-width:700px;margin:40px auto;padding:40px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#333}.success-icon{width:80px;height:80px;margin:0 auto 30px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #4caf50}.checkmark{font-size:36px;color:#4caf50;font-weight:700}.success-title{font-size:24px;font-weight:600;color:#333;margin-bottom:16px}.success-subtitle{font-size:16px;color:#666;margin-bottom:30px;line-height:1.5}.order-number-highlight{background:#f5f5f5;border:1px solid #d0d0d0;border-radius:8px;padding:16px 24px;margin-bottom:40px;display:inline-block;text-align:center}.order-number-highlight p:first-child{margin:0 0 8px;font-size:14px;color:#666;font-weight:500}.order-number{margin:0;font-size:18px;font-weight:700;color:#333;font-family:Courier New,monospace;letter-spacing:1px}.order-summary-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:24px;margin-bottom:40px;text-align:left}.order-summary-section h3{font-size:18px;font-weight:600;color:#333;margin-bottom:20px}.order-summary-content{display:flex;flex-direction:column;gap:16px}.order-items-list{display:flex;flex-direction:column;gap:12px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.summary-item{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#333}.summary-item .item-name{flex:1;color:#333}.summary-item .item-price{font-weight:500;color:#333;margin-left:16px}.order-summary-totals{display:flex;flex-direction:column;gap:8px}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#666}.summary-row.total{padding-top:8px;border-top:2px solid #333;font-size:16px;font-weight:700;color:#333;margin-top:8px}.order-details{background:#fff;border-radius:8px;padding:0;margin-bottom:40px;text-align:left}.order-details h3{display:none}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:30px}.detail-section{background:#fafafa;padding:20px;border-radius:8px;border:1px solid #f0f0f0}.detail-section h4{font-size:16px;font-weight:600;color:#333;margin-bottom:16px;display:flex;align-items:center;gap:8px}.detail-section h4:before{font-size:16px;color:#666}.detail-section h4[data-icon=contact]:before{content:"\1f4de"}.detail-section h4[data-icon=delivery]:before{content:"\1f4cd"}.detail-item{margin-bottom:8px;font-size:14px;line-height:1.4;display:flex;align-items:flex-start}.detail-label{font-weight:500;color:#333;margin-right:8px;min-width:40px;flex-shrink:0}.detail-value{color:#666;flex:1}.delivery-tag{display:inline-block;background:#343a40;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:12px;text-align:center}.payment-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:24px;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;text-align:left}.payment-info-left h4{font-size:16px;font-weight:600;color:#333;margin-bottom:8px}.payment-amount{font-size:14px;font-weight:500;color:#666}.payment-tag{background:#6c757d;color:#fff;padding:8px 16px;border-radius:16px;font-size:12px;font-weight:600}.delivery-time{background:#e3f2fd;border:1px solid #bbdefb;padding:20px;margin-bottom:30px;border-radius:8px;text-align:left}.delivery-time h4{font-size:16px;font-weight:600;color:#1976d2;margin-bottom:8px}.delivery-time p{font-size:14px;color:#1976d2;margin:0;font-weight:500}.action-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:40px}.action-button{padding:14px 32px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;border:none;min-width:140px}.action-button.secondary{background:#fff;color:#333;border:1px solid #d0d0d0}.action-button.secondary:hover{background:#f8f9fa;border-color:#999}.action-button.primary{background:#343a40;color:#fff}.action-button.primary:hover{background:#23272b}.support-info{font-size:14px;color:#999;text-align:center;margin-top:20px}.empty-cart{text-align:center;padding:60px 20px;color:#666}.empty-cart p{font-size:18px;margin-bottom:20px}.empty-cart-link{color:#007bff;text-decoration:none;font-weight:600}.empty-cart-link:hover{text-decoration:underline}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr;max-width:800px}.checkout-right{position:static;order:-1}}@media(max-width:768px){.cod-checkout-container{padding:15px}.form-section{padding:20px}.shipping-options,.form-grid,.store-selector-grid{grid-template-columns:1fr}.details-grid{grid-template-columns:1fr;gap:20px}.action-buttons{flex-direction:column}.order-success-container{margin:20px auto;padding:30px 20px}}@media(max-width:480px){.success-icon{width:80px;height:80px}.checkmark{font-size:36px}.success-title{font-size:24px}.payment-section{flex-direction:column;gap:12px;text-align:center}}.hidden{display:none!important}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loading-content{background:#fff;padding:40px;border-radius:16px;text-align:center;box-shadow:0 10px 40px #0000004d;max-width:400px;width:90%}.loading-spinner{width:60px;height:60px;margin:0 auto 20px;border:4px solid #f3f3f3;border-top:4px solid #4CAF50;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{font-size:20px;font-weight:600;color:#333;margin-bottom:12px}.loading-message{font-size:14px;color:#666;line-height:1.6}.loading-steps{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.loading-step{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 0;font-size:14px;color:#999;transition:all .3s ease}.loading-step.active{color:#4caf50;font-weight:600}.loading-step.completed{color:#4caf50}.step-icon{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s ease}.loading-step.active .step-icon,.loading-step.completed .step-icon{border-color:#4caf50;background:#4caf50;color:#fff}.loading-step.completed .step-icon:before{content:"\2713"}.fade-in{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading{opacity:.6;pointer-events:none}.submit-button.loading:after{content:"";width:16px;height:16px;margin-left:8px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}.checkout-bottom{margin-top:40px;padding:30px 0;text-align:center;border-top:2px solid #e9ecef;background:linear-gradient(to bottom,#fafafa,#fff)}.checkout-bottom .submit-button{min-width:320px;padding:20px 48px;font-size:18px;font-weight:700;border-radius:12px;box-shadow:0 6px 20px #28a74540}.checkout-bottom .submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #28a74559}@keyframes spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/42/assets/cod-checkout-styles.css.map */
