.checkout-modal-content{background-color:#fff;border-radius:.75rem;width:100%;max-height:95vh;padding:0;overflow:hidden}@media (min-width:768px){.checkout-modal-content{width:600px}}@media (min-width:1024px){.checkout-modal-content{width:1000px}}.checkout-layout{flex-direction:column;max-height:95vh;display:flex}@media (min-width:1024px){.checkout-layout{flex-direction:row}}.checkout-form-section{flex-direction:column;width:100%;height:100%;max-height:95vh;display:flex}@media (min-width:1024px){.checkout-form-section{border-right:1px solid var(--neutral-4);width:660px}}.checkout-header{border-bottom:1px solid var(--neutral-4);background-color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.checkout-title{font-size:1.125rem;font-family:var(--font-britti)}.checkout-timer{color:#9ca3af;margin-top:.25rem;font-size:.75rem}.checkout-form-container{flex:1;min-height:0;overflow:hidden}.checkout-form{margin:.75rem 1.5rem}.checkout-section{margin-bottom:.75rem}.checkout-section-title{font-size:1.125rem;font-family:var(--font-britti);margin-bottom:.5rem}.user-info{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.user-email{color:#000;font-weight:600}.signout-link{color:#0d9488;cursor:pointer;margin-inline-start:.5rem}.signout-link:hover{text-decoration:underline}.signout-link:focus{border-radius:.25rem;outline:none;box-shadow:0 0 0 2px #14b8a6}.auth-warning{background-color:#fefce8;border:1px solid #fde047;border-radius:.375rem;margin-bottom:.5rem;padding:.5rem .75rem}.auth-warning-text{color:#92400e;font-size:.875rem}.guest-checkout-banner{background-color:#f0fdfa;border:1px solid #22c55e;border-radius:.5rem;margin-bottom:.75rem;padding:.75rem 1rem}.guest-checkout-banner__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.guest-checkout-banner__title{color:#22c55e;font-size:.9375rem;font-weight:600;font-family:var(--font-britti),var(--font-inter),sans-serif}.guest-checkout-banner__signin{color:#22c55e;white-space:nowrap;font-size:.875rem;font-weight:600;text-decoration:none}.guest-checkout-banner__signin:hover{text-decoration:underline}.guest-checkout-banner__lead{color:#134e4a;margin:0 0 .5rem;font-size:.875rem;line-height:1.5}.guest-checkout-banner__requirements{color:#115e59;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.5rem;font-size:.8125rem;line-height:1.45;display:flex}.guest-checkout-banner__requirements span{flex:200px;min-width:min(100%,12rem)}.guest-checkout-banner__help{color:#0f766e;margin:0;font-size:.8125rem;line-height:1.45}.form-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:.75rem;display:grid}.form-field{margin-bottom:.75rem}.field-helper-text{color:#ef4444;margin-top:.25rem;font-size:.8125rem;line-height:1.45;display:block}.field-helper-text-valid{color:#22c55e}.form-label{margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.required-asterisk{color:#ef4444}.phone-validation-error{color:#ef4444;margin-top:.25rem;font-size:.875rem;display:block}.payment-section{margin:.5rem 0}.payment-title{font-size:1.125rem;font-family:var(--font-britti);margin-bottom:.5rem}.payment-options{border:1px solid var(--neutral-4);border-radius:.75rem}.payment-option{justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.payment-option.border-t{border-top:1px solid var(--neutral-4)}.payment-option-content{align-items:center;gap:.5rem;display:flex}.payment-logo{height:35px}.payment-logo-cart{width:35px;height:35px}.guest-notice{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.375rem;margin-bottom:.5rem;padding:.5rem .75rem}.guest-notice-text{color:#1e40af;font-size:.875rem}.checkout-footer{border-top:1px solid var(--neutral-4);z-index:10;background-color:#fff;flex-shrink:0;padding:.75rem 1.5rem}.order-summary-section{background-color:#f9fafb;border-radius:0 .75rem .75rem 0;width:340px;display:none;position:relative}@media (min-width:1024px){.order-summary-section{display:block}}.close-button{top:1rem;color:#4b5563;z-index:10;cursor:pointer;background-color:#fff;border:none;border-radius:9999px;padding:.25rem;position:absolute;inset-inline-end:1rem}.close-button:hover{color:#1f2937}.close-button:focus{outline:none;box-shadow:0 0 0 2px #6b7280}.close-button:disabled{opacity:.5;cursor:not-allowed}.close-icon{width:1.5rem;height:1.5rem}.background-image-checkout{width:100%;height:170px}.background-image-checkout img{border-radius:-.25rem 0 0}.summary-content{padding:1.5rem}.summary-title{font-size:1.25rem;font-family:var(--font-britti);margin-bottom:.75rem}.promo-code-container{border:1px solid var(--neutral-4);background:var(--white);border-radius:999px;align-items:center;width:100%;height:48px;margin-bottom:0;padding:0 16px;transition:all .2s ease-in-out;display:flex;overflow:hidden}.promo-code-container:hover:not(:has(input:disabled)){border-color:var(--neutral-5)}.promo-code-container:focus-within{border-color:var(--primary-400);box-shadow:0 0 0 2px var(--primary-200);outline:none}.promo-code-container>div{flex-direction:column;flex:1;align-items:stretch;gap:0;min-width:0;margin-bottom:0;display:flex}.promo-code-container>div>div{flex:1;min-height:0}.promo-code-container .promo-code-base-input,.promo-code-container input{padding:0;min-width:0;height:100%;color:var(--neutral-9);outline:none;flex:1;padding-inline-end:8px;font-size:16px;font-weight:400;box-shadow:none!important;background:0 0!important;border:none!important}.promo-code-container input::placeholder{color:var(--neutral-6);opacity:1}.promo-code-button{color:var(--primary-500,#0d9488);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0;font-size:14px;font-weight:400;transition:opacity .2s}.promo-code-button:hover:not(:disabled){opacity:.8}.promo-code-button:disabled{opacity:.5;cursor:not-allowed}.promo-code-applied{color:#059669;background:#ecfdf5;border:1px solid #10b981;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.promo-code-remove{color:#059669;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-left:.5rem;padding:0;font-size:1rem;transition:background-color .2s;display:flex}.promo-code-remove:hover{background:#d1fae5}.checkout-modal-content .items-list{max-height:12rem;margin-bottom:1rem;overflow-y:auto}.checkout-modal-content .item-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.checkout-modal-content .item-image{object-fit:contain;border:1px solid #e5e7eb;border-radius:.5rem;width:50px}.checkout-modal-content .item-details{flex:1;min-width:0}.checkout-modal-content .item-title{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.checkout-modal-content .item-description{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.checkout-modal-content .item-price{text-align:right;color:#059669;font-size:.875rem;font-weight:600}.summary-totals{border-top:1px solid var(--neutral-4);padding-top:1rem}.total-row{justify-content:space-between;margin-bottom:.5rem;display:flex}.total-label{color:#6b7280}.total-value{margin-top:1rem;font-size:1.125rem;font-weight:600}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
