.checkout-header{display:flex;flex-direction:column;align-items:center;padding:20px 0;width:100%}.checkout-logo{margin-bottom:20px;text-align:center}.checkout-logo img{max-width:1200px;transition:all .3s ease}.checkout-line{display:flex;align-items:center;justify-content:center;width:100%;max-width:1200px;margin:0 auto}.checkout-line:before,.checkout-line:after{content:"";flex:1;height:1px;background-color:#e1e3e5}.checkout-line-content{padding:0 16px;color:#6d7175;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.checkout-header{padding:16px 0}.checkout-logo img,.checkout-line{max-width:350px}.checkout-line-content{font-size:12px;padding:0 12px}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.loading-overlay.active{opacity:1;visibility:visible}.loading-spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #2c6ecb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-text{font-size:16px;color:#202223;text-align:center;max-width:300px;line-height:1.5}.loading-note{font-size:14px;color:#6d7175;margin-top:12px;text-align:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}body{background-color:#f6f6f7;color:#202223;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:0 20px}.checkout-layout{display:flex;flex-wrap:wrap;gap:40px}.checkout-main{flex:2;min-width:300px}.order-summary{flex:1;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;position:sticky;top:20px;transition:all .3s ease;max-width:400px}.order-summary-header{display:none;justify-content:space-between;align-items:center;padding:16px 0;cursor:pointer;border:1px solid #e1e3e5}.order-summary-title-container{display:flex;align-items:center;gap:8px}.order-summary-title{font-size:18px;font-weight:600}.order-summary-total{font-weight:600;font-size:18px}.order-summary-toggle{display:flex;align-items:center;justify-content:center;transition:transform .3s ease;font-size:14px;color:#6d7175;width:16px;height:16px}.order-summary-toggle.collapsed{transform:rotate(180deg)}.order-summary-content{transition:all .3s ease}.section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;margin-bottom:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:18px;font-weight:600}.section-link{color:#2c6ecb;font-size:14px;text-decoration:none}.form-group{margin-bottom:16px;position:relative}input,select{width:100%;padding:12px;border:1px solid #c9cccf;border-radius:4px;font-size:16px;transition:border-color .2s}input:focus,select:focus{outline:none;border-color:#2c6ecb;box-shadow:0 0 0 1px #2c6ecb}input.error{border-color:#d72c0d}.error-message{color:#d72c0d;font-size:12px;margin-top:4px;display:none}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.product-item{display:flex;padding:16px 0;border-bottom:1px solid #e1e3e5;align-items:flex-start}.product-item:last-child{border-bottom:none}.product-image{width:64px;height:64px;border-radius:4px;background:#f1f2f3;margin-right:12px;display:flex;align-items:center;justify-content:center;color:#6d7175;font-size:12px;overflow:hidden;flex-shrink:0}.product-image img{width:100%;height:100%;object-fit:cover}.product-details{flex:1;min-width:0}.product-name{font-weight:500;margin-bottom:4px;font-size:14px;line-height:1.4}.product-variant{color:#6d7175;font-size:13px;margin-bottom:4px}.product-price{font-weight:500;font-size:14px;margin-bottom:4px}.quantityClass{display:flex;align-items:center;margin-top:4px;font-size:13px;color:#6d7175;position:static}.product-line-price{font-weight:500;font-size:14px;text-align:right;margin-left:12px}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.summary-total{border-top:1px solid #e1e3e5;padding-top:12px;margin-top:12px;font-weight:600;font-size:16px}.shipping-method{display:flex;align-items:center;padding:12px;border:1px solid #e1e3e5;border-radius:4px;margin-bottom:8px;cursor:pointer}.shipping-method.selected{border-color:#2c6ecb;background-color:#f0f7ff}.shipping-radio{margin-right:12px}.shipping-details{flex:1}.shipping-title,.shipping-price{font-weight:500}.payment-methods{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.payment-method{display:flex;align-items:center;border:1px solid #e1e3e5;border-radius:4px;padding:12px;cursor:pointer;position:relative}.payment-method.selected{border-color:#2c6ecb;background-color:#f0f7ff}.payment-radio{margin-right:12px}.payment-name{font-size:14px;font-weight:500}.payment-form-container{margin-top:0;margin-bottom:16px;transition:all .3s ease;overflow:hidden}.payment-form{display:none;padding:16px;border:1px solid #e1e3e5;border-radius:4px;background-color:#fafbfb;transition:all .3s ease}.payment-form.active{display:block}.paypal-note{margin-top:8px;font-size:14px;color:#6d7175}.pay-now-btn{width:100%;background:#2c6ecb;color:#fff;border:none;border-radius:4px;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:16px}.pay-now-btn:hover{background:#1a5ab8}.pay-now-btn:disabled{background:#a0a0a0;cursor:not-allowed}.security-notice{display:flex;align-items:center;justify-content:center;margin-top:16px;font-size:14px;color:#6d7175}.security-icon{margin-right:8px}.card-icons-container{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.card-icons{display:flex;align-items:center;gap:8px}.card-icon{width:32px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:2px;overflow:hidden}.card-icon img{width:100%;height:100%;object-fit:contain}.more-cards-btn{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:#f1f2f3;border-radius:50%;cursor:pointer;font-size:12px;color:#6d7175}.more-cards-popup{display:none;position:absolute;right:0;top:100%;background:#fff;border:1px solid #e1e3e5;border-radius:4px;padding:12px;box-shadow:0 4px 12px #0000001a;z-index:10}.more-cards-popup.active{display:flex;gap:8px}.paypal-logo{position:absolute;right:12px;top:50%;transform:translateY(-50%);height:20px}.paypal-logo img{height:100%}.checkbox-text{display:flex;align-items:center;font-size:14px;cursor:pointer}.discount-applied{color:#008a00;font-size:14px;margin-top:8px;display:none}.loading{position:relative;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.custom-select-wrapper{position:relative}.custom-select-wrapper input{width:100%}.custom-select-dropdown{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #c9cccf;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 8px #0000001a;z-index:100;display:none}.custom-select-dropdown.active{display:block}.custom-select-option{padding:10px 12px;cursor:pointer;border-bottom:1px solid #f1f2f3}.custom-select-option:hover{background-color:#f6f6f7}.custom-select-option:last-child{border-bottom:none}.custom-select-option.highlighted{background-color:#e1e3e5}@media (max-width: 768px){.container{padding:0 10px}.section{padding:10px}.checkout-layout{flex-direction:column;gap:20px}.checkout-main{order:2}.order-summary{order:1;position:static;padding:0;margin-bottom:0;transition:all .3s ease;max-width:none}.card-icons{flex-wrap:wrap;justify-content:flex-end}.order-summary-header{display:flex;padding:20px}.order-summary-content{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.order-summary.expanded .order-summary-content{max-height:800px}.order-summary.expanded .order-summary-toggle{transform:rotate(180deg)}.order-summary:not(.expanded){padding-bottom:0}.product-item{padding:12px 0}.product-image{width:56px;height:56px}}@media (min-width: 769px){.checkout-layout{align-items:flex-start}.checkout-main,.order-summary{margin-bottom:24px}.section{width:100%}.checkout-main .section:last-child,.order-summary{box-shadow:0 1px 3px #0000001a;border-radius:8px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/checkout-core-min.css.map */
