body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.product-page{background-color:#f8f9fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.product-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-bottom:80px;padding:24px}.product-card{background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:16px;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.product-card:hover .product-image{transform:scale(1.02)}.product-image{border-radius:12px 12px 0 0;height:200px;margin:-16px -16px 12px;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1);width:calc(100% + 32px)}.store-name{background-color:#f8f9fa;border-radius:20px;color:#666;display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.3px;margin-bottom:8px;padding:4px 12px}.product-name{color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0 0 8px}.product-price{color:#3498db;font-size:1.2rem;font-weight:700;margin:0 0 16px}.add-to-cart-button{background-color:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 16px;transition:background-color .2s ease;width:100%}.add-to-cart-button:hover{background-color:#2980b9}.checkout-container{background-color:#fff;bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;justify-content:center;left:0;max-height:80px;padding:15px;position:fixed;right:0;transition:transform .3s ease;z-index:1000}.checkout-button{background-color:#4caf50;border-radius:8px;max-width:400px;min-width:200px;padding:15px 30px;transition:all .2s ease;width:auto}.checkout-button:hover{background-color:#45a049;transform:translateY(-2px)}.quantity-controls{background-color:#f8f9fa;border-radius:8px;display:flex;gap:8px;justify-content:space-between;margin-top:auto;padding:8px}.quantity-controls button{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#3498db;font-weight:700;padding:8px 12px;transition:all .2s ease}.quantity-controls button:hover{background-color:#3498db;border-color:#3498db;color:#fff}.quantity-controls span{color:#2c3e50;font-size:1rem;font-weight:600;min-width:24px}@media (max-width:768px){.product-page{padding:1rem}.product-grid{grid-template-columns:1fr;margin-bottom:70px}.page-title{font-size:2rem}.checkout-container{max-height:70px;padding:10px}.checkout-button{min-width:150px;padding:12px 20px}}.header{margin-bottom:20px;padding:0 20px}.cart-icon{cursor:pointer;font-size:24px;position:relative}.cart-count{background-color:red;border-radius:50%;color:#fff;font-size:12px;padding:2px 6px;position:absolute;right:-8px;top:-8px}.loader{color:#666;font-size:14px;margin-bottom:80px;padding:20px;text-align:center}.product-modal-overlay{align-items:center;animation:product-modal-overlayFadeIn .3s forwards;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:#0000;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}@keyframes product-modal-overlayFadeIn{to{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009}}.product-modal-content{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;max-height:90vh;max-width:900px;opacity:0;overflow:hidden;pointer-events:none;position:relative;transform:scale(.95) translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1);width:90%}.product-modal-content.entering{opacity:1;pointer-events:all;transform:scale(1) translateY(0)}.product-modal-content.closing{opacity:0;pointer-events:none;transform:scale(.95) translateY(10px)}.product-modal-body{display:flex;gap:30px;padding:30px}.product-modal-image{border-radius:12px;box-shadow:0 4px 12px #0000001a;flex:0 0 45%;overflow:hidden}.product-modal-image img{height:100%;object-fit:cover;width:100%}.product-modal-info{display:flex;flex:1 1;flex-direction:column;gap:20px}.product-modal-info h2{color:#1a1a1a;font-size:28px;font-weight:600;line-height:1.3;margin:0;padding-right:40px}.product-modal-store{color:#666;font-size:15px;margin:0}.product-modal-price{color:#2c3e50;font-size:24px;font-weight:600;margin:0}.product-modal-options{display:flex;flex-direction:column;gap:14px}.product-modal-option-group{margin-bottom:2px}.product-modal-option-group h3{color:#444;font-size:15px;font-weight:500}.product-modal-option-values{display:flex;flex-wrap:wrap;gap:6px}.product-modal-option-value{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#444;cursor:pointer;font-size:13px;font-weight:500;min-width:70px;padding:6px 30px 6px 12px;position:relative;transition:all .2s ease}.product-modal-option-value:hover:not(.disabled){background-color:#3498db0d;border-color:#3498db;transform:translateY(-1px)}.product-modal-option-value.selected{background-color:#3498db1a;border-color:#3498db;color:#2980b9}.product-modal-option-value.disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.product-modal-change-indicator{color:#f39c12;font-size:14px;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:all .2s ease}.product-modal-option-value.will-change-others{border-color:#f39c12}.product-modal-option-value.will-change-others:hover:not(.disabled){background-color:#f39c120d;border-color:#f39c12}.product-modal-option-value.will-change-others .product-modal-change-indicator{animation:product-modal-float 2s ease-in-out infinite}@keyframes product-modal-float{0%,to{transform:translateY(-50%)}50%{transform:translateY(-65%)}}.product-modal-close{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;color:#666;cursor:pointer;display:flex;font-size:20px;height:32px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:32px;z-index:10}.product-modal-close:hover{background-color:#f8f9fa;color:#333;transform:scale(1.1)}.product-modal-add-to-cart{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:auto;padding:14px 24px;transition:all .2s ease}.product-modal-add-to-cart:hover:not(:disabled){background:#2980b9;transform:translateY(-2px)}.product-modal-add-to-cart:disabled{background:#e0e0e0;cursor:not-allowed}.product-modal-spinner-container{align-items:center;display:flex;justify-content:center;min-height:200px}.product-modal-spinner{animation:product-modal-spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;width:40px}@keyframes product-modal-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.product-modal-body{flex-direction:column}.product-modal-image{flex:0 0 auto;max-height:300px}}.checkout-review{background:#fff;margin:0;max-width:100%;min-height:100vh;padding:24px 48px}.header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.back-button{background:none;border:none;color:#000;cursor:pointer;font-size:14px;padding:0}.balance{align-items:center;background:#000;border-radius:16px;color:#fff;display:flex;font-size:14px;gap:4px;padding:4px 12px}.cart-title{font-size:24px;margin:0 0 24px}.vendor-section{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:24px;padding:20px}.vendor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.vendor-name{color:#2c3e50;font-size:18px;font-weight:600}.items-count{color:#666;font-size:14px}.cart-item{grid-gap:16px;align-items:flex-start;border-bottom:1px solid #eee;display:grid;gap:16px;grid-template-columns:80px 1fr auto;padding:16px 0}.item-content{align-items:flex-start;display:flex;flex-direction:column;gap:2px;padding-top:8px}.item-name{font-size:16px;font-weight:500;margin-bottom:2px}.item-info{color:#666;font-size:13px;margin-bottom:2px}.item-price{color:#2c3e50;font-size:16px;font-weight:500}.item-controls{align-items:flex-end;display:flex;flex-direction:column;gap:8px;min-width:120px;padding-top:8px}.edit-button{color:#666;cursor:pointer;padding:2px 6px}.edit-button,.quantity-controls{background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}.quantity-controls{align-items:center;display:inline-flex;overflow:hidden}.quantity-controls button{background:#0000;border:none;color:#2c3e50;cursor:pointer;font-size:14px;height:28px;width:28px}.quantity-controls span{background:#fff;border-left:1px solid #e9ecef;border-right:1px solid #e9ecef;font-size:14px;min-width:28px;padding:4px 0;text-align:center}.delete-button{background:#fff;border:1px solid #e9ecef;border-radius:4px;color:#666;cursor:pointer;font-size:13px;padding:4px 8px}.vendor-footer{border-top:1px solid #eee;margin-top:16px;padding-top:16px}.shipping-note{color:#666;font-size:13px;font-style:italic;margin-bottom:8px}.item-total{align-items:center;color:#2c3e50;display:flex;font-size:14px;font-weight:500;justify-content:space-between}.payment-section{margin-top:24px}.payment-options{margin-bottom:24px}.payment-choice{align-items:center;display:flex;gap:8px;margin-bottom:16px}.payment-choice input[type=checkbox]{cursor:pointer;height:18px;width:18px}.bones-exchange-container{background:#fff;border-radius:8px;margin-bottom:24px;padding:16px}.bones-exchange-container label{color:#2c3e50;display:block;margin-bottom:12px}.bones-exchange{align-items:center;display:flex;gap:12px}.bones-input input{-moz-appearance:textfield;background:#0000;border:none;font-size:14px;padding:0;text-align:right;width:40px}.bones-input input::-webkit-inner-spin-button,.bones-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.discount-display{align-items:center;border:1px solid #e9ecef;border-radius:4px;color:#2c3e50;display:flex;font-size:14px;gap:4px;padding:6px 10px}.max-bones{color:#666;font-size:14px}.exchange-arrow{color:#666;font-size:18px}.discount-amount{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:4px;color:#2c3e50;display:flex;font-size:14px;font-weight:500;gap:4px;padding:8px 12px}.savings{color:#4caf50;font-size:14px;margin-bottom:8px}.subtotal{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:16px}.checkout-button{align-self:center;background:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin:16px 0;min-width:120px;padding:12px;transition:all .3s ease}.checkout-button:disabled{background:#666;cursor:not-allowed;opacity:.7}.button-content{align-items:center;display:flex;height:16px;justify-content:center;line-height:16px;width:100%}.loader{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;flex-shrink:0;height:14px;left:12px;position:absolute;width:14px}.checkout-note{color:#666;font-size:12px;font-style:italic;text-align:center;width:100%}.checkout-summary{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;flex-direction:column;margin-top:24px;padding:20px}.subtotal-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;width:100%}.subtotal-label{color:#2c3e50;font-size:16px;font-weight:500}.price-display{align-items:center;display:flex;gap:12px}.original-price{color:#666;font-size:16px;text-decoration:line-through}.final-price{color:#2c3e50;font-size:18px;font-weight:600}@media (max-width:480px){.cart-item{flex-direction:column}.item-image{height:200px;margin-bottom:16px;margin-right:0;width:100%}.item-details{margin-bottom:16px;padding-right:0;text-align:left}.item-controls{align-items:center;flex-direction:row;justify-content:space-between;width:100%}}.checkout-layout{grid-gap:48px;display:grid;gap:48px;margin-top:24px}.items-list{padding-right:24px}.checkout-sidebar{background:#f8f9fa;border-radius:12px;height:fit-content;padding:24px;position:sticky;top:24px}@media (max-width:1024px){.checkout-review{padding:24px}.checkout-layout{gap:32px}}@media (max-width:768px){.checkout-layout{grid-template-columns:1fr}.items-list{padding-right:0}.checkout-sidebar{position:static}}.bones-error{color:#dc2626;font-size:13px;margin-top:8px}.bones-input{align-items:center;border:1px solid #e9ecef;border-radius:4px;display:flex;gap:8px;padding:6px 10px}.bones-input.error{background-color:#fef2f2;border-color:#fecaca}.delivery-options{background-color:#f8f9fa;border-radius:8px;margin:20px 0;padding:15px}.delivery-options h3{color:#333;font-size:16px;margin:0 0 10px}.delivery-methods{display:flex;flex-direction:column;gap:10px}.delivery-method{border-radius:6px;padding:10px}.delivery-method:hover{background-color:#f0f0f0}.method-name{margin-right:15px}.method-price{color:#666;font-weight:500}.delivery-total{border-top:1px solid #eee;color:#666;display:flex;font-size:14px;justify-content:space-between;margin-top:10px;padding-top:10px}.delivery-options.delivery-error{background-color:#fff5f5;border:1px solid #f44;border-radius:4px;padding:10px}.delivery-error-message{color:#f44;font-size:14px;margin-top:5px}.delivery-methods{margin-top:10px}.delivery-method{align-items:center;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;margin-bottom:8px;padding:8px;transition:all .2s}.delivery-method:hover{background-color:#f8f9fa}.delivery-method input[type=radio]{margin-right:10px}.method-name{flex-grow:1}.method-price{font-weight:700}.payment-error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:14px;margin-bottom:15px;padding:10px;text-align:center}.modal-buttons button:active{transform:translateY(1px)}.fullscreen-iframe-overlay{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.fullscreen-iframe-container{background-color:#fff;border-radius:8px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:95vh;overflow:hidden;width:95vw}.fullscreen-iframe-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;flex-shrink:0;justify-content:space-between;padding:16px 24px}.fullscreen-iframe-header h2{color:#333;font-size:18px;font-weight:600;margin:0}.fullscreen-iframe-close-btn{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:24px;padding:4px 8px;transition:all .2s ease}.fullscreen-iframe-close-btn:hover{background-color:#e9ecef;color:#333}.fullscreen-iframe{border:none;flex:1 1;height:100%;width:100%}@media (max-width:768px){.fullscreen-iframe-container{border-radius:0;height:100vh;width:100vw}.fullscreen-iframe-header{padding:12px 16px}.fullscreen-iframe-header h2{font-size:16px}}.rp-review-page{background-color:#f8f9fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.rp-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.rp-back-button{background:none;border:none;border-radius:8px;color:#2c3e50;cursor:pointer;font-size:16px;padding:8px 16px;transition:background-color .2s}.rp-back-button:hover{background-color:#e9ecef}.rp-page-title{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.rp-review-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}.rp-shipping-address-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px}.rp-shipping-address-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.rp-shipping-address-item{align-items:flex-start;background:#fff;border:1px solid #e9ecef;border-radius:12px;display:flex;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;position:relative;transition:all .3s ease}.rp-shipping-address-item:hover{border-color:#dee2e6;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.rp-shipping-address-label{align-items:flex-start;border-radius:8px;cursor:pointer;display:flex;flex-grow:1;gap:1.5rem;padding:.5rem;transition:background-color .2s ease}.rp-shipping-address-label:hover{background-color:#f8f9fa}.rp-shipping-address-item-content{display:flex;flex-direction:column;flex-grow:1;gap:.75rem}.rp-shipping-address-item-content h3{align-items:center;color:#2c3e50;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin:0}.rp-shipping-address-item-content h3:before{content:"📍";font-size:1.1rem}.rp-shipping-address-item-content p{color:#6c757d;font-size:.95rem;line-height:1.5;margin:0}.rp-shipping-address-actions{padding-left:2.5rem}.rp-delete-address-button,.rp-edit-address-button{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.rp-edit-address-button:before{content:"✏️"}.rp-delete-address-button:before{content:"🗑️"}.rp-edit-address-button{background-color:#e9ecef;border:1px solid #dee2e6;color:#495057}.rp-edit-address-button:hover{background-color:#dee2e6;color:#212529}.rp-delete-address-button{background-color:#fff5f5;border:1px solid #ffd7d7;color:#e03131}.rp-delete-address-button:hover{background-color:#ffe3e3}.rp-add-address-button{align-items:center;background-color:#e7f5ff;border:1px solid #d0ebff;border-radius:8px;color:#1971c2;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.rp-add-address-button:before{content:"➕"}.rp-add-address-button:hover{background-color:#d0ebff;transform:translateY(-1px)}input[type=radio]{accent-color:#1971c2;height:20px;margin:0;position:relative;top:2px;width:20px}.rp-shipping-address-item input[type=radio]:checked+.rp-shipping-address-item-content{animation:selectAddress .3s ease}@keyframes selectAddress{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.rp-shipping-address-item input[type=radio]:checked+.rp-shipping-address-item-content{background-color:#f8f9fa;border-radius:8px;padding:.5rem}.rp-shipping-address-list{display:flex;flex-direction:column;gap:1rem;position:relative}.rp-shipping-address-list:after{background:linear-gradient(90deg,#0000,#dee2e6,#0000);bottom:-.5rem;content:"";height:1px;left:0;position:absolute;right:0}.rp-delivery-address-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px}.rp-delivery-address-title{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.rp-delivery-address-list{display:flex;flex-direction:column;gap:1rem}.rp-delivery-address-item{border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;padding:1rem}.rp-delivery-address-item-content{cursor:pointer;display:flex;flex-direction:row;gap:1rem}.rp-delivery-address-item-content-radio{align-items:center;display:flex;justify-content:center}.rp-delivery-address-item-content-details{display:flex;flex-direction:row;flex-grow:1;gap:.5rem;justify-content:space-between}.rp-vendor-section-total{display:flex;flex-direction:column;gap:.5rem;justify-content:right;padding-top:1rem;p{margin:0;text-align:right}}.rp-order-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px}.rp-vendor-section{border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1rem}.rp-vendor-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.rp-vendor-name{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.rp-review-item{border-bottom:1px solid #e9ecef;display:flex;gap:1rem;padding:1rem}.rp-review-item:last-child{border-bottom:none}.rp-item-image{border-radius:8px;height:100px;object-fit:cover;width:100px}.rp-item-details{flex:1 1}.rp-item-details h3{color:#2c3e50;font-size:1.1rem;margin:0 0 .5rem}.rp-item-info{color:#666;display:flex;flex-wrap:wrap;gap:.5rem;margin:.25rem 0}.rp-item-info span{background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:16px;color:#2c3e50;font-size:.9rem;padding:.25rem .75rem;transition:all .2s ease}.rp-item-info span:hover{background-color:#e0e0e0;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.rp-quantity{color:#666;margin:.25rem 0}.rp-price{color:#2c3e50;font-weight:700;margin:.25rem 0}.rp-payment-summary{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;height:fit-content;padding:24px;position:sticky;top:24px}.rp-total-section{align-items:center;color:#2c3e50;display:flex;font-size:1.2rem;justify-content:space-between;margin-bottom:1.5rem}.rp-total-amount{color:#3498db;font-weight:700}.rp-payment-button{background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem;transition:background-color .2s;width:100%}.rp-payment-button:hover{background-color:#45a049}.rp-payment-button:disabled{background-color:#ccc;cursor:not-allowed}.rp-payment-error{background-color:#fff5f5;border-radius:8px;color:#dc3545;margin-bottom:1rem;padding:1rem;text-align:center}.rp-reservation-timer{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px;margin:20px 0;padding:12px;text-align:center}.rp-timer-content{align-items:center;display:flex;gap:8px;justify-content:center}.rp-timer-icon{font-size:20px}.rp-timer-text{color:#856404;font-size:16px;font-weight:500}@media (max-width:768px){.rp-review-content{grid-template-columns:1fr}.rp-payment-summary{margin-top:2rem;position:static}.rp-review-page{padding:1rem}}.rp-shipping-address-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.rp-shipping-address-actions{display:flex;gap:.75rem;margin-top:1rem}.modal-overlay{align-items:center;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:400px;padding:2.5rem}.modal-content h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:2rem;margin-top:0;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{color:#666;display:block;font-size:.9rem;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus{border-color:#3498db;outline:none}.modal-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem}.modal-buttons button{border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;min-width:140px;padding:.75rem 1.5rem;transition:all .2s ease}.cancel-button{background-color:#fff;border:2px solid #e7c8c7;color:#e4b1b0}.cancel-button:hover{background-color:#ffebee;transform:translateY(-1px)}.continue-button{background-color:#4c8baf;border:none;box-shadow:0 2px 8px #2196f34d;color:#fff}.continue-button:hover{background-color:#1976d2;box-shadow:0 4px 12px #2196f366;transform:translateY(-1px)}.payment-success-page{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:20px}.payment-success-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;max-width:400px;padding:40px;text-align:center;width:100%}.payment-success-icon{align-items:center;background:#4caf50;border-radius:50%;color:#fff;display:flex;font-size:32px;height:64px;justify-content:center;margin:0 auto 24px;width:64px}.payment-success-content h1{color:#2c3e50;font-size:24px;margin:0 0 8px}.payment-success-content p{color:#666;margin:0 0 24px}.payment-success-order-info{background:#f8f9fa;border-radius:8px;margin-bottom:24px;padding:16px}.payment-success-order-info p{font-size:14px;margin:4px 0}.payment-success-continue-shopping{background:#000;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .2s ease}.payment-success-continue-shopping:hover{background:#1a1a1a}.payment-cancel-page{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh}.payment-cancel-content{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;max-width:500px;padding:2rem;text-align:center;width:90%}.payment-cancel-icon{color:#dc3545;font-size:48px;margin-bottom:1rem}.payment-cancel-content h1{color:#343a40;font-size:24px;margin-bottom:1rem}.payment-cancel-content p{color:#6c757d;margin-bottom:1rem}.payment-cancel-order-info{margin:1.5rem 0}.payment-cancel-continue-shopping{background-color:#0d6efd;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:.8rem 1.5rem;transition:background-color .2s}.payment-cancel-continue-shopping:hover{background-color:#0b5ed7}.orders-page{margin:2rem auto;max-width:1200px;padding:0 1rem}.orders-page h1{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fee2e2;border-radius:12px;margin:2rem 0;padding:2rem;text-align:center}.error-message h2{color:#991b1b;margin-bottom:1rem}.error-message p{color:#7f1d1d;margin-bottom:1.5rem}.retry-button{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.retry-button:hover{background:#b91c1c}.empty-state{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;padding:3rem;text-align:center}.empty-state h2{color:#64748b;margin-bottom:.5rem}.empty-state p{color:#94a3b8}.orders-list{display:flex;flex-direction:column;gap:2rem}.order-group{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:transform .2s ease}.order-group:hover{transform:translateY(-2px)}.order-group-header{align-items:center;border-bottom:1px solid #e1e8ed;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.order-group-header h3{color:#2c3e50;font-size:1.25rem;margin:0}.order-date{color:#718096;font-size:.9rem}.order-group-total{align-items:flex-start;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;margin:1rem 0;padding:1rem}.price-details{display:flex;flex-direction:column;gap:.5rem}.price-row{display:flex;gap:2rem;justify-content:space-between}.price-row.total{border-top:1px solid #e2e8f0;font-size:1.1rem;margin-top:.5rem;padding-top:.5rem}.status-container{align-items:flex-end;display:flex;flex-direction:column}.order-status{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-transform:uppercase}.order-status.pending{background:#fef3c7;color:#92400e}.order-status.completed{background:#dcfce7;color:#166534}.order-status.expired{background:#fee2e2;color:#991b1b}.expiration-info{font-size:.9rem;text-align:center;width:100%}.expiration-info .pending{color:#92400e}.expiration-info .expired{color:#991b1b}.sub-orders{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.order-card{background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.order-vendor{border-bottom:1px solid #e2e8f0;color:#2c3e50;font-size:1.1rem;padding-bottom:.5rem}.discount-info,.order-total{align-items:center;color:#4a5568;display:flex;justify-content:space-between}.order-total strong{color:#2c3e50}.fulfillment-status{border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.5rem}.status-badge{background:#e2e8f0;border-radius:12px;color:#4a5568;display:inline-block;font-size:.9rem;padding:.25rem .75rem;text-align:center}.status-badge.ORDER_PLACED{background:#fef3c7;color:#92400e}.status-badge.PROCESSING{background:#e0f2fe;color:#075985}.status-badge.IN_TRANSIT{background:#f0fdf4;color:#166534}.status-badge.DELAYED,.status-badge.DELIVERED,.status-badge.DELIVERY_ATTEMPTED,.status-badge.FAILED,.status-badge.OUT_FOR_DELIVERY{background:#dcfce7;color:#166534}.order-items{background:#fff;flex-direction:column;margin:1rem 0}.order-item,.order-items{border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;padding:1rem}.order-item{background:#f8fafc;transition:all .2s ease}.order-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.item-image{border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.item-image img{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.order-item:hover .item-image img{transform:scale(1.05)}.item-details{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.item-name{color:#2c3e50;font-size:1rem;font-weight:600;line-height:1.3;margin:0}.item-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.9rem;line-height:1.4;margin:0;overflow:hidden}.item-meta{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-top:auto;padding-top:.5rem}.item-quantity{background:#e2e8f0;border-radius:4px;color:#64748b;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.item-price{background:#d1fae5;border-radius:6px;color:#059669;font-size:1rem;font-weight:600;padding:.25rem .75rem}@media (max-width:768px){.orders-page h1{font-size:2rem}.order-group-header{align-items:flex-start;flex-direction:column;gap:.5rem}.order-group-total{flex-direction:column;gap:1rem}.status-container{align-items:flex-start;width:100%}.price-details{width:100%}.order-status{text-align:center;width:100%}.order-item{flex-direction:column;gap:.75rem}.item-image{height:120px;width:100%}.item-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.item-price{align-self:flex-end}}.shops-page{background-color:#f8f9fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.page-title{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.shops-grid{display:flex;flex-direction:column;gap:40px;margin-bottom:40px;padding:0}.shop-card{margin:0;max-width:none;width:100%}.shop-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.shop-title{color:#2c3e50;font-size:1.3rem;font-weight:600;margin-bottom:16px;text-align:center}.stripe-desc{color:#444;font-size:1.1rem;margin:0 auto 2rem;max-width:700px;text-align:center}.stripe-connect-block{background:none;box-shadow:none;padding:0}.stripe-connect-box{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;margin-top:8px;padding:32px 32px 28px;width:100%}.stripe-header{font-size:1.1rem;font-weight:600;margin-bottom:4px}.stripe-status{font-size:1rem;margin-bottom:4px}.connected{color:#219451;font-weight:500}.not-connected{color:#b71c1c;font-weight:500}.stripe-terms{color:#666;font-size:.95rem;margin-bottom:8px}.stripe-terms a{color:#246e9f;text-decoration:underline}.stripe-actions{align-items:center;display:flex;gap:12px}.connect-button,.continue-button,.disconnect-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 20px;transition:background .2s,color .2s,transform .2s}.connect-button{background:#000;color:#fff}.connect-button:hover{background:#333}.disconnect-button{background:#fff;border:1px solid #b71c1c;color:#b71c1c}.disconnect-button:hover{background:#b71c1c;color:#fff}.continue-button{background:#e0e0e0;color:#888;cursor:not-allowed}.continue-button:enabled{background:#246e9f;color:#fff;cursor:pointer}.continue-button:enabled:hover{background:#145070}.shop-row{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:space-between}.shop-info{flex:1 1 auto}.shop-actions-right{align-items:flex-end;display:flex;flex:0 0 auto;flex-direction:column;justify-content:center;min-width:160px}@media (max-width:768px){.shops-page{padding:1rem}.shops-grid{grid-template-columns:1fr;margin-bottom:70px;padding:8px}.page-title{font-size:2rem}.stripe-connect-box{padding:16px 8px 12px}.stripe-desc{font-size:1rem}}.nav{background:linear-gradient(90deg,#2c3e50,#246e9f);box-shadow:0 2px 4px #0000001a;padding:1rem}.nav-list{justify-content:space-between;list-style:none;margin:0 auto;max-width:1200px;padding:0}.nav-list,.nav-list-items{align-items:center;display:flex}.nav-list-items{gap:2rem}.nav-list-items a{border-radius:4px;color:#fff;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-list-items a:hover{background:#ffffff1a}.activeLink{background:#fff3!important}.tokenSection{align-items:center;color:#fff;display:flex;gap:1rem}.tokenInput{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:#fff;font-size:.9rem;padding:.5rem;width:200px}.tokenInput:focus{border-color:#fff6;outline:none}.tokenInput::placeholder{color:#ffffff80}.refreshButton{background:#219451;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s ease}.refreshButton:hover{background:#145730}
/*# sourceMappingURL=main.25f37c88.css.map*/