.checkout-container{min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#1e293b;overflow-x:hidden}.copy-notification{position:fixed;top:20px;right:20px;left:20px;background:#0f172a;color:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.2);display:flex;align-items:center;gap:12px;z-index:10000;font-size:.8rem;font-weight:500;animation:slideInRight .3s ease-out;justify-content:center}.copy-notification-icon{color:#10b981;flex-shrink:0}@keyframes slideInRight{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.checkout-header{border-bottom:1px solid #f1f5f9;background-color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05)}.checkout-header-content{max-width:1280px;margin:0 auto;padding:0 1rem;height:60px;display:flex;align-items:center;justify-content:space-between}.checkout-logo{gap:.5rem}.checkout-logo,.logo-circle{display:flex;align-items:center}.logo-circle{width:32px;height:32px;background:linear-gradient(135deg,#fbbf24,#d97706);border-radius:50%;justify-content:center;color:#fff;box-shadow:0 4px 12px rgba(251,191,36,.3)}.logo-text{font-size:1.25rem;font-family:Georgia,serif;font-weight:700;color:#0f172a;letter-spacing:.05em}.logo-highlight{color:#d97706}.secure-badge{display:none;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b}.checkout-content{max-width:1280px;margin:0 auto;padding:1rem;box-sizing:border-box}.checkout-wrapper{display:flex;flex-direction:column;gap:2rem;width:100%}.checkout-right{width:100%;order:1;margin-bottom:0}.checkout-left{width:100%;order:2}.checkout-divider{display:none}.order-summary-sticky{position:static;background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:1px solid #e2e8f0;box-shadow:0 4px 6px rgba(0,0,0,.05);width:100%;box-sizing:border-box}.free-delivery-banner{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border-radius:8px;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px rgba(16,185,129,.25);animation:pulse-subtle 2s ease-in-out infinite}.free-delivery-banner svg{flex-shrink:0}@keyframes pulse-subtle{0%,to{box-shadow:0 2px 8px rgba(16,185,129,.25)}50%{box-shadow:0 4px 16px rgba(16,185,129,.4)}}.summary-title{font-size:1.25rem;font-family:Georgia,serif;color:#0f172a;margin-bottom:1.5rem;display:flex;align-items:center;flex-wrap:wrap}.item-count{margin-left:.5rem;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,sans-serif;color:#64748b;font-weight:400}.cart-items-list{gap:1.5rem;margin-bottom:2rem}.cart-items-list,.empty-cart-message{display:flex;flex-direction:column;width:100%}.empty-cart-message{align-items:center;justify-content:center;padding:3rem 1rem;color:#94a3b8;text-align:center}.empty-cart-icon{margin-bottom:1rem;opacity:.3}.cart-item-summary{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #e2e8f0;width:100%;box-sizing:border-box}.cart-item-summary:last-child{border-bottom:none}.item-image-wrapper{position:relative;width:90px;height:90px;background-color:#f8fafc;border-radius:8px;border:1px solid #f1f5f9;overflow:hidden;flex-shrink:0}.item-image{width:100%;height:100%;object-fit:cover;display:block}.item-quantity{position:absolute;top:-6px;right:-6px;background-color:#d97706;color:#fff;font-size:.7rem;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;box-shadow:0 2px 4px rgba(0,0,0,.1)}.item-details{flex:1 1;min-width:0;overflow:hidden}.item-name{color:#0f172a;font-weight:500;font-family:Georgia,serif;font-size:.9rem;margin:0 0 .5rem;line-height:1.3}.item-specs{color:#64748b;font-size:.75rem;margin:0 0 .5rem;line-height:1.4}.item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;min-width:100px}.item-price{text-align:right;font-weight:600;color:#0f172a;font-size:.9rem}.item-quantity-controls{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.qty-btn{width:28px;height:28px;border:1px solid #e2e8f0;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:700;color:#0f172a;transition:all .2s;flex-shrink:0}.qty-btn:hover{background:#f8fafc;border-color:#d97706;color:#d97706}.qty-btn:active{transform:scale(.95)}.qty-display{min-width:28px;text-align:center;font-weight:600;color:#0f172a;font-size:.875rem}.item-remove-btn{width:28px;height:28px;border:none;background:#fee2e2;color:#dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.item-remove-btn:hover{background:#dc2626;color:#fff;transform:scale(1.1)}.item-remove-btn:active{transform:scale(.95)}.summary-calculations{border-top:1px solid #e2e8f0;padding-top:1.5rem;display:flex;flex-direction:column;gap:.75rem;width:100%}.calc-row{display:flex;justify-content:space-between;color:#475569;font-size:.875rem;width:100%}.calc-row span:first-child{color:#64748b}.free-text{color:#16a34a;font-weight:500}.shipping-hint{color:#d97706;font-size:.75rem;font-style:italic;margin-top:-.25rem;text-align:right;width:100%}.summary-total{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem;width:100%}.total-wrapper{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.total-label{font-size:1rem;color:#0f172a;font-weight:600}.total-amount-wrapper{text-align:right}.currency-label{font-size:.75rem;color:#64748b;display:block;margin-bottom:.25rem}.total-amount{font-size:1.5rem;font-family:Georgia,serif;font-weight:700;color:#d97706;line-height:1}.trust-badges{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;text-align:center;width:100%}.trust-badge{padding:.75rem;background-color:#fff;border-radius:8px;border:1px solid #e2e8f0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;color:#d97706}.trust-badge span{font-size:.75rem;text-transform:uppercase;font-weight:600;color:#475569}.back-to-cart-btn{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#d97706;font-size:.9rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s}.back-to-cart-btn:hover{color:#b45309}.checkout-breadcrumbs{display:flex;align-items:center;font-size:.75rem;font-weight:500;margin-bottom:1.5rem;color:#64748b;flex-wrap:wrap}.breadcrumb-active{color:#d97706}.breadcrumb-inactive{color:#94a3b8}.breadcrumb-divider{margin:0 .5rem;color:#cbd5e1}.checkout-step{display:block;width:100%}.checkout-step.hidden{display:none}.checkout-section{margin-bottom:1.5rem;width:100%;box-sizing:border-box}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;width:100%}.section-title{font-size:1.125rem;font-family:Georgia,serif;color:#0f172a;font-weight:600;margin:0 0 1rem}.section-subtitle{font-size:.875rem;color:#64748b;margin-bottom:1rem}.login-link{font-size:.875rem;color:#d97706;cursor:pointer;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s}.login-link:hover{text-decoration:underline}.input-with-icon{position:relative;width:100%;max-width:100%;box-sizing:border-box}.input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;z-index:1;pointer-events:none}.checkout-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;outline:none;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;display:block;max-width:100%}@media screen and (max-width:767px){.checkout-input,input[type=email],input[type=number],input[type=tel],input[type=text]{font-size:16px}}.checkout-input:focus{border-color:#d97706;box-shadow:0 0 0 3px rgba(217,119,6,.1)}.checkbox-wrapper{display:flex;align-items:flex-start;margin-top:.75rem;gap:.5rem}.checkout-checkbox{width:16px;height:16px;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;accent-color:#d97706;margin-top:.25rem;flex-shrink:0}.checkbox-label{font-size:.875rem;color:#475569;cursor:pointer;line-height:1.4}.form-grid{gap:1rem}.form-field,.form-grid{display:flex;flex-direction:column;width:100%}.form-field{gap:.5rem;box-sizing:border-box}.form-field-full{width:100%}.field-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-left:.25rem;display:block}.info-summary{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background-color:#f8fafc;margin-bottom:1.5rem;width:100%;box-sizing:border-box}.info-row{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem 0;gap:.5rem;width:100%}.info-row:not(:last-child){border-bottom:1px solid #e2e8f0;padding-bottom:.75rem;margin-bottom:.75rem}.info-label{color:#64748b;width:100%;font-size:.875rem}.info-value{color:#0f172a;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.change-link,.info-value{font-weight:500;padding:0;font-size:.875rem}.change-link{background:none;border:none;color:#d97706;cursor:pointer;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s;align-self:flex-end}.change-link:hover{text-decoration:underline}.shipping-options{gap:.75rem}.shipping-option,.shipping-options{display:flex;flex-direction:column;width:100%}.shipping-option{align-items:flex-start;justify-content:space-between;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;gap:1rem;box-sizing:border-box}.shipping-option-selected{border-color:#d97706;background-color:#fffbeb}.shipping-option-disabled{opacity:.6;cursor:not-allowed}.shipping-info{display:flex;align-items:flex-start;gap:.75rem;width:100%}.radio-input{width:20px;height:20px;accent-color:#d97706;cursor:pointer;flex-shrink:0;margin-top:.125rem}.shipping-details{display:flex;flex-direction:column;flex:1 1}.shipping-name{color:#0f172a;font-weight:500;font-size:.875rem}.shipping-time{color:#64748b;font-size:.75rem;margin-top:.125rem}.shipping-price{font-weight:700;color:#0f172a;font-size:.875rem;align-self:flex-end}.payment-options{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background-color:#fff;width:100%}.payment-option{padding:1rem;border-bottom:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;cursor:pointer;transition:background-color .2s;width:100%;box-sizing:border-box}.payment-option:hover{background-color:#f8fafc}.payment-option:last-of-type{border-bottom:none}.payment-option-selected{background-color:#f8fafc}.payment-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;pointer-events:none;width:100%}.payment-name{font-weight:500;color:#0f172a;font-size:.875rem}.payment-badges{display:flex;flex-wrap:wrap;gap:.5rem;opacity:.7}.payment-badge{font-size:.625rem;font-weight:700;color:#64748b;border:1px solid #e2e8f0;padding:.125rem .5rem;border-radius:4px;background-color:#fff}.payment-icon{color:#94a3b8}.payment-content{padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(248,250,252,.5);gap:1.5rem;animation:fadeIn .3s ease-in;width:100%;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.upi-payment-wrapper{gap:2rem;align-items:stretch;box-sizing:border-box}.upi-payment-wrapper,.upi-section{width:100%;display:flex;flex-direction:column}.upi-section{align-items:center;gap:16px}.upi-section-title{font-size:.875rem;font-weight:600;color:#0f172a;text-align:center;display:flex;flex-direction:column;gap:8px;margin:0}.upi-badge{display:inline-block;background:linear-gradient(135deg,#d97706,#b45309);color:#fff;font-size:.625rem;padding:4px 12px;border-radius:12px;font-weight:700;letter-spacing:.05em}.qr-code-image{width:160px;height:160px;border-radius:12px;border:3px solid #d97706;box-shadow:0 10px 30px rgba(217,119,6,.25);background:#fff;padding:12px;display:block;object-fit:contain;animation:qrFadeIn .5s ease-out;transition:all .3s ease;box-sizing:border-box}.qr-code-image:hover{transform:scale(1.05);box-shadow:0 15px 40px rgba(217,119,6,.35)}@keyframes qrFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.qr-code-wrapper{position:relative;display:flex;justify-content:center}.qr-code-wrapper,.qr-fallback{flex-direction:column;align-items:center}.qr-fallback{display:none;gap:12px;padding:40px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;color:#94a3b8;box-sizing:border-box}.qr-fallback p{margin:0;font-size:.875rem;font-weight:500}.upi-helper-text{font-size:.75rem;color:#64748b;text-align:center;margin:0;max-width:200px}.upi-divider{display:flex;align-items:center;justify-content:center;width:100%;height:auto;padding:1rem 0;position:relative}.upi-divider:before{content:"";position:absolute;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent 0,#e2e8f0 20%,#e2e8f0 80%,transparent)}.divider-text{background:#fff;padding:8px 16px;font-size:.75rem;font-weight:700;color:#94a3b8;border:1px solid #e2e8f0;border-radius:20px;z-index:1}.upi-id-display{width:100%;max-width:100%;box-sizing:border-box}.upi-id-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;text-align:left}.upi-id-box{display:flex;flex-direction:column;align-items:stretch;gap:12px;background:#fffbeb;border:2px solid #fef3c7;border-radius:8px;padding:12px;box-sizing:border-box;width:100%}.upi-id-text{color:#d97706;font-family:Courier New,monospace;word-break:break-all;text-align:center;line-height:1.4}.upi-copy-btn,.upi-id-text{font-size:.875rem;font-weight:600}.upi-copy-btn{background:#d97706;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;transition:all .2s;width:100%;box-sizing:border-box}.upi-copy-btn:hover{background:#b45309;transform:translateY(-1px)}.upi-copy-btn:active{transform:translateY(0)}.upi-instructions{font-size:.75rem;color:#64748b;text-align:center;width:100%;line-height:1.6;margin:16px 0;max-width:300px}.upi-pay-button{width:100%;max-width:100%;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 12px rgba(22,163,74,.3);transition:all .2s;margin-top:16px;box-sizing:border-box}.upi-pay-button:hover{background:linear-gradient(135deg,#15803d,#166534);box-shadow:0 6px 16px rgba(22,163,74,.4);transform:translateY(-2px)}.upi-pay-button:active{transform:translateY(0)}.upi-trust-icons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}.trust-icon-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#64748b;font-weight:500}.trust-icon-item svg{color:#16a34a}.payment-amount{text-align:center;width:100%}.amount-label{font-size:.875rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.25rem}.amount-value{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Georgia,serif;margin:0}.cod-icon-wrapper{width:64px;height:64px;background-color:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d97706;margin-bottom:.5rem;box-shadow:0 0 0 16px #fffbeb}.cod-title{font-size:1.125rem;font-family:Georgia,serif;font-weight:700;color:#0f172a;margin:0}.cod-description{color:#64748b;max-width:100%;font-size:.875rem;line-height:1.6;margin:0;text-align:center}.cod-notice{background-color:#fffbeb;border:1px solid #fef3c7;border-radius:8px;padding:.75rem;font-size:.75rem;color:#92400e;max-width:100%;box-sizing:border-box}.notice-title{font-weight:600;margin-bottom:.25rem}.notice-text{margin:0;line-height:1.5}.step-actions{display:flex;justify-content:flex-end;padding-top:1rem;width:100%}.step-actions-between{flex-direction:column;gap:1rem;align-items:stretch;justify-content:space-between;width:100%}.btn-primary{background-color:#0f172a;color:#fff;padding:.875rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .2s;width:100%;justify-content:center;box-sizing:border-box}.btn-primary:hover{background-color:#1e293b;box-shadow:0 6px 16px rgba(0,0,0,.15);transform:translateY(-2px)}.btn-back{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s;padding:0;width:100%;justify-content:center;font-weight:500;box-sizing:border-box}.btn-back:hover{color:#1e293b}.btn-place-order{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;padding:1rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 4px 12px rgba(217,119,6,.3);transition:all .2s;display:flex;align-items:center;gap:.5rem;justify-content:center;width:100%;box-sizing:border-box}.btn-place-order:hover{background:linear-gradient(135deg,#b45309,#92400e);box-shadow:0 6px 16px rgba(217,119,6,.4);transform:translateY(-2px)}.btn-back:disabled,.btn-place-order:disabled{opacity:.6;cursor:not-allowed;transform:none}.spinner{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.checkout-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:#94a3b8;width:100%}.footer-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.footer-links span{cursor:pointer;transition:color .2s;font-size:.75rem}.footer-links span:hover{color:#475569}.success-screen{max-width:700px;margin:40px auto;padding:30px 20px;text-align:center;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1);box-sizing:border-box;width:calc(100% - 40px)}.success-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px;box-shadow:0 10px 40px rgba(16,185,129,.3);animation:scaleIn .5s ease-out}.success-icon{color:#fff;width:40px;height:40px;animation:checkMark .6s ease-out .2s both}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes checkMark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.success-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:16px;animation:fadeInUp .5s ease-out .3s both}.success-subtitle{font-size:1rem;color:#64748b;margin-bottom:32px;line-height:1.6;animation:fadeInUp .5s ease-out .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-details{background:#f8fafc;padding:20px;border-radius:12px;margin-bottom:32px;animation:fadeInUp .5s ease-out .5s both}.success-detail-row{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #e2e8f0;text-align:left}.success-detail-row:last-child{border-bottom:none}.detail-icon{color:#d97706;flex-shrink:0}.detail-label{font-size:.75rem;color:#64748b;margin:0 0 4px}.detail-value{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.success-message{display:flex;flex-direction:column;align-items:center;gap:12px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;padding:16px;border-radius:12px;margin-bottom:32px;animation:fadeInUp .5s ease-out .6s both}.message-icon{color:#16a34a;flex-shrink:0}.success-message p{margin:0;color:#15803d;font-weight:500;line-height:1.6;text-align:center;font-size:.875rem}.success-actions{animation:fadeInUp .5s ease-out .7s both}.btn-continue-shopping{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;border:none;padding:14px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(217,119,6,.3);transition:all .2s;width:100%}.btn-continue-shopping:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(217,119,6,.4)}.success-footer{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;animation:fadeInUp .5s ease-out .8s both}.success-footer p{margin:0;color:#64748b;font-size:.875rem}@media screen and (min-width:768px){.checkout-header-content{padding:0 1.5rem;height:80px}.logo-circle{width:40px;height:40px}.logo-text{font-size:1.5rem}.secure-badge{display:flex;font-size:.875rem}.checkout-content{padding:2rem 1.5rem 3rem}.checkout-wrapper{display:grid;grid-template-columns:1fr auto 400px;grid-gap:3rem;gap:3rem;align-items:start}.checkout-left{order:1}.checkout-right{width:400px;order:3}.checkout-divider{display:block;width:1px;background-color:#e2e8f0;margin:0 1rem}.order-summary-sticky{position:-webkit-sticky;position:sticky;top:6rem;background:transparent;padding:0;border:none;box-shadow:none}.checkout-breadcrumbs{font-size:.875rem;margin-bottom:2rem}.section-title{font-size:1.25rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-field-full{grid-column:1/-1}.info-row{flex-direction:row;align-items:center}.info-label{width:20%;min-width:80px}.info-value{width:auto;flex:1 1;padding:0 1rem}.change-link{align-self:auto}.shipping-option{flex-direction:row;align-items:center}.shipping-price{align-self:center}.payment-option{flex-direction:row;align-items:center}.payment-content{padding:2rem}.upi-payment-wrapper{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:24px;gap:24px}.upi-divider{height:100%;width:auto;padding:0}.upi-divider:before{left:50%;right:auto;top:0;bottom:0;width:1px;height:100%;background:linear-gradient(180deg,transparent 0,#e2e8f0 20%,#e2e8f0 80%,transparent)}.upi-id-box{flex-direction:row;align-items:center}.upi-id-text{text-align:left}.upi-copy-btn{width:auto}.upi-pay-button{max-width:300px}.amount-value{font-size:2rem}.step-actions-between{flex-direction:row;align-items:center}.btn-back,.btn-place-order,.btn-primary{width:auto}.btn-back{justify-content:flex-start}.cart-item-summary{display:grid;grid-template-columns:80px 1fr auto;grid-gap:1rem;gap:1rem;padding:0;border-bottom:none;align-items:center}.item-image-wrapper{width:80px;height:80px}.item-quantity{top:-8px;right:-8px;width:20px;height:20px}.item-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;min-width:auto}.item-price{text-align:right}.item-quantity-controls{margin:0}.trust-badges{flex-direction:row;gap:.5rem}.trust-badge{flex-direction:column;gap:.25rem}.total-amount{font-size:1.875rem}.checkout-footer{flex-direction:row;justify-content:space-between;font-size:.75rem}.footer-links{margin-top:0}.qr-code-image{width:180px;height:180px}.success-screen{margin:80px auto;padding:50px 40px}.success-title{font-size:2rem}.success-icon-wrapper{width:100px;height:100px}.success-icon{width:80px;height:80px}.success-message{flex-direction:row}.success-message p{text-align:left;font-size:1rem}.btn-continue-shopping{width:auto;max-width:300px}.copy-notification{top:100px;right:30px;left:auto;font-size:.875rem;padding:16px 24px;justify-content:flex-start}}@media screen and (max-width:320px){.checkout-header-content{padding:0 .75rem}.checkout-content{padding:.75rem}.qr-code-image{width:140px;height:140px}.upi-id-box{padding:10px}.upi-pay-button{padding:10px 16px;font-size:.8rem}.success-screen{margin:20px 10px;padding:20px 15px}.success-details{padding:16px}.success-detail-row{gap:12px;padding:12px 0}.item-image-wrapper{width:60px;height:60px}.item-name{font-size:.85rem}.item-specs{font-size:.7rem}}