.retail-outlet-form{max-width:600px;padding:1rem;margin:10% auto}@media screen and (max-width:768px){.retail-outlet-form{max-width:90%;margin:30% auto!important}.retail-outlet-form input[type=text]{margin:0!important}}.retail-outlet-form .form-card{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);border:1px solid var(--background-color,#e0e0e0);transition:all .3s ease}.retail-outlet-form .form-card:hover{box-shadow:0 6px 25px rgba(0,0,0,.15)}.retail-outlet-form .form-heading{text-align:center;margin-bottom:2rem;color:var(--text-primary,#333);font-weight:600;border-bottom:2px solid var(--background-color,#e0e0e0);padding-bottom:1rem}.retail-outlet-form .form-section{margin-bottom:2rem}.retail-outlet-form .form-section .field-label{margin-bottom:.75rem;font-weight:500;color:var(--text-primary,#333)}.retail-outlet-form .form-section .autocomplete-field{width:100%}.retail-outlet-form .form-section .autocomplete-field .MuiOutlinedInput-root{border-radius:8px;transition:all .3s ease}.retail-outlet-form .form-section .autocomplete-field .MuiOutlinedInput-root .MuiAutocomplete-input{padding:5px!important}@media screen and (max-width:768px){.retail-outlet-form .form-section .autocomplete-field .MuiOutlinedInput-root .MuiAutocomplete-input{padding:0 5px!important}}.retail-outlet-form .form-section .autocomplete-field .MuiOutlinedInput-root:hover{border-color:var(--background-color,#e0e0e0)}.retail-outlet-form .form-section .autocomplete-field .MuiOutlinedInput-root.Mui-focused{border-color:var(--background-color,#d25419);box-shadow:0 0 0 2px rgba(25,118,210,.2)}.retail-outlet-form .form-section .price-field{width:100%}.retail-outlet-form .form-section .price-field .MuiOutlinedInput-root{border-radius:8px;background-color:#f5f5f5}.retail-outlet-form .form-section .price-field .MuiOutlinedInput-root .MuiInputBase-input{padding:5px!important}@media screen and (max-width:768px){.retail-outlet-form .form-section .price-field .MuiOutlinedInput-root .MuiInputBase-input{padding:0 5px!important}}.retail-outlet-form .form-section .price-field .MuiOutlinedInput-root.Mui-disabled{background-color:#f9f9f9;color:var(--text-primary,#333)}.retail-outlet-form .quantity-section .quantity-label{margin-bottom:.75rem;font-weight:500;color:var(--text-primary,#333)}.retail-outlet-form .quantity-section .quantity-controls{display:flex;align-items:center;gap:1rem;justify-content:center}.retail-outlet-form .quantity-section .quantity-controls .MuiFormControl-root .MuiInputBase-root .MuiOutlinedInput-input{padding:10px 5px!important}.retail-outlet-form .quantity-section .quantity-controls .quantity-btn{border:1px solid var(--background-color,#e0e0e0);border-radius:8px;transition:all .3s ease;background-color:#fff}.retail-outlet-form .quantity-section .quantity-controls .quantity-btn:hover:not(:disabled){background-color:var(--background-color,#f0f0f0);border-color:var(--primary-color,#d23b19)}.retail-outlet-form .quantity-section .quantity-controls .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.retail-outlet-form .quantity-section .quantity-controls .quantity-input{width:80px}.retail-outlet-form .quantity-section .quantity-controls .quantity-input .MuiOutlinedInput-root{border-radius:8px;background-color:#f5f5f5}.retail-outlet-form .quantity-section .quantity-controls .quantity-input .MuiOutlinedInput-root.Mui-disabled{background-color:#f9f9f9;color:var(--text-primary,#333)}.retail-outlet-form .checkout-btn{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;background:var(--background-color);transition:all .3s ease;text-transform:none}.retail-outlet-form .checkout-btn:hover:not(:disabled){background:linear-gradient(135deg,var(--secondary-color,#920b06),var(--primary-color,#6f1406));box-shadow:0 4px 15px rgba(25,118,210,.3);transform:translateY(-2px)}.retail-outlet-form .checkout-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.retail-outlet-form .checkout-btn:active:not(:disabled){transform:translateY(0)}.retail-outlet-form .product-summary{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:8px;border:1px solid var(--background-color,#e0e0e0)}.retail-outlet-form .product-summary h6{margin-bottom:1rem;color:var(--text-primary,#333);font-weight:600;border-bottom:1px solid var(--background-color,#e0e0e0);padding-bottom:.5rem}.retail-outlet-form .product-summary .MuiTypography-body2{margin-bottom:.5rem;color:var(--text-secondary,#666)}.retail-outlet-form .product-summary .MuiTypography-body2 strong{color:var(--text-primary,#333);margin-right:.5rem}@media(max-width:768px){.retail-outlet-form{margin:1rem;padding:.5rem}.retail-outlet-form .form-card .MuiCardContent-root{padding:1.5rem 1rem}.retail-outlet-form .form-heading{font-size:1.5rem}.retail-outlet-form .quantity-controls{justify-content:center}.retail-outlet-form .checkout-btn{padding:.875rem 1.5rem;font-size:1rem}}.retail-outlet-form .MuiAutocomplete-loading .MuiCircularProgress-root{color:var(--primary-color,#d24419)}.retail-outlet-form .Mui-error .MuiOutlinedInput-notchedOutline{border-color:#d32f2f}.retail-outlet-form .success-border .MuiOutlinedInput-notchedOutline{border-color:#2e7d32}.retail-outlet-form .MuiAutocomplete-listbox::-webkit-scrollbar{width:6px}.retail-outlet-form .MuiAutocomplete-listbox::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.retail-outlet-form .MuiAutocomplete-listbox::-webkit-scrollbar-thumb{background:var(--background-color,#c1c1c1);border-radius:10px}.retail-outlet-form .MuiAutocomplete-listbox::-webkit-scrollbar-thumb:hover{background:var(--primary-color,#d24119)}.retail-outlet-form *{transition:all .3s ease}.text-field{width:100%}.text-field .MuiOutlinedInput-root{border-radius:8px;transition:all .3s ease}.text-field .MuiOutlinedInput-root .MuiAutocomplete-input{padding:5px!important}@media screen and (max-width:768px){.text-field .MuiOutlinedInput-root .MuiAutocomplete-input{padding:0 5px!important}}.text-field .MuiOutlinedInput-root:hover{border-color:var(--background-color,#e0e0e0)}.text-field .MuiOutlinedInput-root.Mui-focused{border-color:var(--background-color,#d24119)!important;box-shadow:0 0 0 2px rgba(25,118,210,.2)}.customer-info-accordion{box-shadow:none!important;border:none;margin-bottom:20px}.b2b-payment-options-modal .b2b-modal-paper,.b2b-product-selection-modal .b2b-modal-paper,.b2b-variant-selection-modal .b2b-modal-paper{border-radius:12px;max-height:90vh;border:1px solid #e0e0e0}.b2b-payment-options-modal .b2b-modal-header,.b2b-product-selection-modal .b2b-modal-header,.b2b-variant-selection-modal .b2b-modal-header{padding-bottom:8px;border-bottom:1px solid #e0e0e0}.b2b-payment-options-modal .b2b-modal-header .b2b-modal-title,.b2b-product-selection-modal .b2b-modal-header .b2b-modal-title,.b2b-variant-selection-modal .b2b-modal-header .b2b-modal-title{font-weight:700;color:#333}.b2b-payment-options-modal .b2b-modal-header .b2b-modal-subtitle,.b2b-product-selection-modal .b2b-modal-header .b2b-modal-subtitle,.b2b-variant-selection-modal .b2b-modal-header .b2b-modal-subtitle{color:#666;margin-top:4px}.b2b-payment-options-modal .b2b-modal-header .b2b-header-content,.b2b-product-selection-modal .b2b-modal-header .b2b-header-content,.b2b-variant-selection-modal .b2b-modal-header .b2b-header-content{display:flex;align-items:center;gap:8px}.b2b-payment-options-modal .b2b-modal-actions,.b2b-product-selection-modal .b2b-modal-actions,.b2b-variant-selection-modal .b2b-modal-actions{padding:16px;gap:8px;border-top:1px solid #e0e0e0}.b2b-payment-options-modal .b2b-modal-actions .b2b-cancel-button,.b2b-product-selection-modal .b2b-modal-actions .b2b-cancel-button,.b2b-variant-selection-modal .b2b-modal-actions .b2b-cancel-button{min-width:120px;border-color:#e0e0e0;color:#666}.b2b-payment-options-modal .b2b-modal-actions .b2b-cancel-button:hover,.b2b-product-selection-modal .b2b-modal-actions .b2b-cancel-button:hover,.b2b-variant-selection-modal .b2b-modal-actions .b2b-cancel-button:hover{border-color:#1976d2;background-color:var(--background-color)}.b2b-payment-options-modal .b2b-modal-actions .b2b-confirm-button,.b2b-product-selection-modal .b2b-modal-actions .b2b-confirm-button,.b2b-variant-selection-modal .b2b-modal-actions .b2b-confirm-button{min-width:120px;background-color:#d42e05}.b2b-payment-options-modal .b2b-modal-actions .b2b-confirm-button:hover,.b2b-product-selection-modal .b2b-modal-actions .b2b-confirm-button:hover,.b2b-variant-selection-modal .b2b-modal-actions .b2b-confirm-button:hover{background-color:#741c06}.b2b-payment-options-modal .b2b-modal-actions .b2b-confirm-button:disabled,.b2b-product-selection-modal .b2b-modal-actions .b2b-confirm-button:disabled,.b2b-variant-selection-modal .b2b-modal-actions .b2b-confirm-button:disabled{background-color:#f5f5f5;color:#bbb}.b2b-product-selection-modal .b2b-product-card{margin-bottom:16px;border:1px solid #e0e0e0;border-radius:8px;background-color:var(--background-color)}.b2b-product-selection-modal .b2b-product-layout{display:flex;flex-direction:row}@media(max-width:768px){.b2b-product-selection-modal .b2b-product-layout{flex-direction:column}}.b2b-product-selection-modal .b2b-product-image{width:200px;height:200px;object-fit:contain;background-color:#f5f5f5}@media(max-width:768px){.b2b-product-selection-modal .b2b-product-image{width:100%;height:200px}}.b2b-product-selection-modal .b2b-product-details{flex:1 1}.b2b-product-selection-modal .b2b-product-title{font-weight:700;margin-bottom:8px;color:#333}.b2b-product-selection-modal .b2b-product-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.b2b-product-selection-modal .b2b-product-chips .b2b-chip{border-color:#e0e0e0}.b2b-product-selection-modal .b2b-price-section{display:flex;align-items:center;gap:16px;margin-bottom:16px}.b2b-product-selection-modal .b2b-price-container{display:flex;align-items:center;gap:4px}.b2b-product-selection-modal .b2b-price-text{font-weight:700;color:#d23819}.b2b-product-selection-modal .b2b-vendor-info{display:flex;flex:1 1;gap:16px;margin-bottom:16px}.b2b-product-selection-modal .b2b-category-item,.b2b-product-selection-modal .b2b-vendor-item{display:flex;align-items:center;gap:4px}.b2b-product-selection-modal .b2b-category-text,.b2b-product-selection-modal .b2b-vendor-text{color:#666}.b2b-product-selection-modal .b2b-delivery-info{color:#666;margin-bottom:8px}.b2b-product-selection-modal .b2b-variants-card{margin-bottom:16px;border:1px solid #e0e0e0;background-color:var(--background-color)}.b2b-product-selection-modal .b2b-variants-title{margin-bottom:16px;color:#1976d2}.b2b-product-selection-modal .b2b-variants-description{color:#666;margin-bottom:16px}.b2b-product-selection-modal .b2b-variants-chips{display:flex;flex-wrap:wrap;gap:8px}.b2b-product-selection-modal .b2b-variants-chips .b2b-variant-chip,.b2b-product-selection-modal .b2b-variants-chips .b2b-variant-chip-more{border-color:#e0e0e0}.b2b-product-selection-modal .b2b-description-card{border:1px solid #e0e0e0;background-color:var(--background-color)}.b2b-product-selection-modal .b2b-description-title{margin-bottom:8px;color:#333}.b2b-product-selection-modal .b2b-description-content{max-height:150px;overflow:auto}.b2b-product-selection-modal .b2b-description-content p{margin-bottom:8px}.b2b-product-selection-modal .b2b-description-content ul{padding-left:16px}.b2b-product-selection-modal .b2b-description-content li{margin-bottom:4px}.b2b-variant-selection-modal .b2b-product-title{margin-bottom:16px;color:#333}.b2b-variant-selection-modal .b2b-variants-list{display:flex;flex-direction:column;gap:16px}.b2b-variant-selection-modal .b2b-variant-card{border:1px solid #e0e0e0;background-color:var(--background-color);margin-bottom:16px}.b2b-variant-selection-modal .b2b-variant-card.b2b-selected{border:2px solid #1976d2;background-color:#f3f7ff}.b2b-variant-selection-modal .b2b-variant-radio{width:100%;margin:0;align-items:flex-start}.b2b-variant-selection-modal .b2b-variant-radio .MuiFormControlLabel-label{width:100%}.b2b-variant-selection-modal .b2b-variant-content{margin-left:8px;width:100%}.b2b-variant-selection-modal .b2b-variant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.b2b-variant-selection-modal .b2b-variant-title{color:#333}.b2b-variant-selection-modal .b2b-variant-price{font-weight:700;color:#1976d2}.b2b-variant-selection-modal .b2b-variant-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.b2b-variant-selection-modal .b2b-variant-options .b2b-option-chip{border-color:#e0e0e0}.b2b-variant-selection-modal .b2b-variant-meta{display:flex;justify-content:space-between;align-items:center}.b2b-variant-selection-modal .b2b-variant-status{display:flex;gap:8px}.b2b-variant-selection-modal .b2b-variant-status .b2b-sku-chip,.b2b-variant-selection-modal .b2b-variant-status .b2b-status-chip{border-color:#e0e0e0}.b2b-variant-selection-modal .b2b-weight-info{color:#666}.b2b-variant-selection-modal .b2b-installment-info{margin-top:8px;padding:8px;background-color:#f3f7ff;border-radius:4px;border:1px solid #e0e0e0}.b2b-variant-selection-modal .b2b-installment-text{font-weight:700;color:#1976d2}.b2b-variant-selection-modal .b2b-no-variants-message{color:#666;text-align:center;padding:32px 0}.b2b-payment-options-modal .b2b-product-summary-card{margin-bottom:24px;border:1px solid #e0e0e0;background-color:var(--background-color)}.b2b-payment-options-modal .b2b-summary-title{margin-bottom:8px;color:#333}.b2b-payment-options-modal .b2b-summary-variant{color:#666;margin-bottom:8px}.b2b-payment-options-modal .b2b-summary-price{font-weight:700;color:#d23b19}.b2b-payment-options-modal .b2b-payment-options{display:flex;flex-direction:column;gap:16px}.b2b-payment-options-modal .b2b-payment-card{border:1px solid #e0e0e0;background-color:var(--background-color);margin-bottom:16px}.b2b-payment-options-modal .b2b-payment-card.b2b-selected{border:2px solid #1976d2;background-color:#f3f7ff}.b2b-payment-options-modal .b2b-payment-radio{width:100%;margin:0;align-items:flex-start}.b2b-payment-options-modal .b2b-payment-radio .MuiFormControlLabel-label{width:100%}.b2b-payment-options-modal .b2b-payment-content{margin-left:8px;width:100%}.b2b-payment-options-modal .b2b-payment-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.b2b-payment-options-modal .b2b-payment-title{font-weight:700;color:#333}.b2b-payment-options-modal .b2b-payment-description{color:#666;margin-bottom:16px}.b2b-payment-options-modal .b2b-payment-amount{font-weight:700;color:#da381f}.b2b-payment-options-modal .b2b-payment-highlight{font-weight:700;color:#d5330a;margin-bottom:16px}.b2b-payment-options-modal .b2b-installment-plans{margin-top:16px}.b2b-payment-options-modal .b2b-plans-title{margin-bottom:8px;font-weight:700;color:#333}.b2b-payment-options-modal .b2b-plan-option,.b2b-payment-options-modal .b2b-plans-list{margin-left:16px}.b2b-payment-options-modal .b2b-plan-option .MuiFormControlLabel-label{color:#333}.b2b-payment-options-modal .b2b-processing-fees{margin-top:16px;padding:16px;background-color:#f3f7ff;border-radius:4px;border:1px solid #e0e0e0}.b2b-payment-options-modal .b2b-fees-title{margin-bottom:8px;font-weight:700;color:#333}.b2b-payment-options-modal .b2b-fee-item{color:#666;margin-bottom:4px}.b2b-payment-options-modal .b2b-no-installments-message{color:#666;text-align:center;padding:16px 0}@media(max-width:768px){.b2b-payment-options-modal .b2b-modal-paper,.b2b-product-selection-modal .b2b-modal-paper,.b2b-variant-selection-modal .b2b-modal-paper{margin:8px;max-height:95vh}.b2b-payment-options-modal .b2b-modal-content,.b2b-product-selection-modal .b2b-modal-content,.b2b-variant-selection-modal .b2b-modal-content{padding:8px 0}.b2b-payment-options-modal .b2b-modal-actions,.b2b-product-selection-modal .b2b-modal-actions,.b2b-variant-selection-modal .b2b-modal-actions{padding:12px;flex-direction:column}.b2b-payment-options-modal .b2b-modal-actions .b2b-cancel-button,.b2b-payment-options-modal .b2b-modal-actions .b2b-confirm-button,.b2b-product-selection-modal .b2b-modal-actions .b2b-cancel-button,.b2b-product-selection-modal .b2b-modal-actions .b2b-confirm-button,.b2b-variant-selection-modal .b2b-modal-actions .b2b-cancel-button,.b2b-variant-selection-modal .b2b-modal-actions .b2b-confirm-button{width:100%;margin:4px 0}.b2b-product-selection-modal .b2b-vendor-info{flex-direction:column;gap:8px}.b2b-product-selection-modal .b2b-variants-chips{justify-content:center}.b2b-variant-selection-modal .b2b-variant-header,.b2b-variant-selection-modal .b2b-variant-meta{flex-direction:column;align-items:flex-start;gap:8px}.b2b-payment-options-modal .b2b-payment-header{flex-direction:column;align-items:flex-start;gap:4px}}.b2b-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.b2b-popup-container{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:2rem;width:100%;max-width:400px;margin:1rem;animation:b2b-popup-appear .3s ease-out}@keyframes b2b-popup-appear{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.b2b-popup-header{text-align:center;margin-bottom:2rem}.b2b-popup-title{font-size:1.875rem;font-weight:800;color:var(--background-color);margin:0 0 .5rem;line-height:1.2}.b2b-popup-subtitle{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.b2b-popup-form{display:flex;flex-direction:column;gap:1.5rem}.b2b-input-group{position:relative}.b2b-password-input{width:100%;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background-color:#fff;transition:all .2s ease;box-sizing:border-box}.b2b-password-input:focus{outline:none;border-color:var(--background-color);box-shadow:0 0 0 3px rgba(79,70,229,.1)}.b2b-password-input::placeholder{color:#9ca3af}.b2b-error-message{color:var(--background-color);font-size:.875rem;text-align:center;margin:-.5rem 0 0;padding:.5rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px}.b2b-submit-button{width:100%;padding:.75rem 1rem;background-color:var(--background-color);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em}.b2b-submit-button:hover{background-color:var(--background-color);transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,70,229,.4)}.b2b-submit-button:active{transform:translateY(0);box-shadow:0 2px 4px rgba(79,70,229,.4)}.b2b-submit-button:focus{outline:none;box-shadow:0 0 0 3px rgba(79,70,229,.5)}.b2b-content-blurred{filter:blur(5px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:480px){.b2b-popup-container{margin:.5rem;padding:1.5rem}.b2b-popup-title{font-size:1.5rem}.b2b-password-input,.b2b-submit-button{padding:1rem;font-size:1rem}}@media (prefers-color-scheme:dark){.b2b-popup-container{background-color:none;color:#fff}.b2b-popup-subtitle{color:#9ca3af}.b2b-password-input{border-color:#4b5563}.b2b-password-input:focus{border-color:var(--background-color)}}
/*# sourceMappingURL=1ca897e7a3f8698e.css.map*/