.backdrop.svelte-hjfgw2{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:1000;overflow:hidden}.modal.svelte-hjfgw2{display:flex;flex-direction:column;height:100%;overflow-y:auto}.back-button.svelte-hjfgw2{position:absolute;top:16px;left:16px;background:transparent;border:none;font-size:1rem;cursor:pointer;z-index:1010}.option-group.svelte-hjfgw2{border:2px solid #00c4c4;border-radius:12px;padding:1rem;margin:1rem 0}.group-title.svelte-hjfgw2{font-weight:700;margin-bottom:1rem}.option-row.svelte-hjfgw2{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding:.5rem;border-radius:8px;transition:background .2s;cursor:pointer}.option-row.svelte-hjfgw2:hover{background:#f4f4f4}.option-row.svelte-hjfgw2 input[type=radio]:where(.svelte-hjfgw2){-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #ccc;border-radius:50%;margin-right:12px;position:relative}.option-row.svelte-hjfgw2 input[type=radio]:where(.svelte-hjfgw2):checked{border-color:#00c4c4;background-color:#fff}.option-row.svelte-hjfgw2 input[type=radio]:where(.svelte-hjfgw2):checked:after{content:"";position:absolute;top:3px;left:3px;width:8px;height:8px;background:#00c4c4;border-radius:50%}.label-text.svelte-hjfgw2{flex-grow:1;margin-left:8px}.image-container.svelte-hjfgw2{flex:0 0 50%;width:100%;overflow:hidden}.image-container.svelte-hjfgw2 img:where(.svelte-hjfgw2){width:100%;height:100%;object-fit:cover}.info.svelte-hjfgw2{flex:1;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start}.price-quantity.svelte-hjfgw2{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;margin-bottom:1rem}.price.svelte-hjfgw2{font-size:1.25rem;font-weight:700}.quantity-selector.svelte-hjfgw2{display:flex;gap:.5rem;align-items:center}.quantity-selector.svelte-hjfgw2 button:where(.svelte-hjfgw2){padding:.25rem .5rem;font-size:1.25rem}.description.svelte-hjfgw2{flex:1;color:#555;margin-bottom:2rem}.add-to-cart.svelte-hjfgw2{position:absolute;bottom:1rem;left:1rem;right:1rem;padding:1rem;background-color:#ff6f0f;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer}.cart.svelte-9u56cy{margin-top:2rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}h2.svelte-9u56cy{margin:0 0 1rem;color:#2d3748}.empty-message.svelte-9u56cy{text-align:center;color:#718096;padding:1rem}.cart-items.svelte-9u56cy{display:flex;flex-direction:column;gap:1rem}.cart-item.svelte-9u56cy{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-bottom:1px solid #e2e8f0}.item-info.svelte-9u56cy h3:where(.svelte-9u56cy){margin:0;font-size:1rem;color:#2d3748}.price.svelte-9u56cy{margin:.25rem 0 0;color:#4a5568;font-size:.875rem}.quantity-controls.svelte-9u56cy{display:flex;align-items:center;gap:.5rem}.quantity-btn.svelte-9u56cy{width:24px;height:24px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#4a5568}.quantity-btn.svelte-9u56cy:hover{background:#f7fafc}.quantity.svelte-9u56cy{min-width:2rem;text-align:center;font-weight:700}.cart-summary.svelte-9u56cy{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.total.svelte-9u56cy{text-align:right;font-weight:700;color:#2d3748;margin:0}.error-message.svelte-d264p7{color:red;font-size:.875rem;margin-top:.5rem;font-weight:700}.order-form-container.svelte-d264p7{margin-top:1rem}.order-button.svelte-d264p7{width:100%;padding:.75rem;background:#4299e1;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.order-button.svelte-d264p7:hover{background:#3182ce}.order-button.svelte-d264p7:disabled{background:#cbd5e0;cursor:not-allowed}.order-form.svelte-d264p7{margin-top:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}h3.svelte-d264p7{margin:0 0 1rem;color:#2d3748}.form-group.svelte-d264p7{margin-bottom:1rem}label.svelte-d264p7{display:block;margin-bottom:.5rem;color:#4a5568;font-size:.875rem}input.svelte-d264p7{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem}input.svelte-d264p7:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e133}.order-summary.svelte-d264p7{margin:1rem 0;padding:1rem;background:#f7fafc;border-radius:4px}h4.svelte-d264p7{margin:0 0 .5rem;color:#2d3748;font-size:1rem}ul.svelte-d264p7{margin:0 0 .5rem;padding-left:1.5rem}li.svelte-d264p7{font-size:.875rem;color:#4a5568;margin-bottom:.25rem}.total.svelte-d264p7{margin:.5rem 0 0;font-weight:700;color:#2d3748;text-align:right}.submit-button.svelte-d264p7{width:100%;padding:.75rem;background:#10b981;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s}.submit-button.svelte-d264p7:hover{background:#059669}.submit-button.svelte-d264p7:disabled{background:#cbd5e0;cursor:not-allowed}.overlay.svelte-11xhayu{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal.svelte-11xhayu{background:#fff;max-width:600px;width:90%;border-radius:8px;padding:2rem;position:relative;box-shadow:0 2px 10px #0003}.close-btn.svelte-11xhayu{position:absolute;top:.5rem;right:.5rem;background:transparent;border:none;font-size:2rem;line-height:1;cursor:pointer}h2.svelte-11xhayu,h3.svelte-11xhayu{color:#2d3748;margin-bottom:.5rem}.order-id.svelte-11xhayu{margin-bottom:1rem;color:#4a5568}p.svelte-11xhayu{color:#4a5568;margin:.5rem 0}ul.svelte-11xhayu{list-style:none;margin:0;padding:0}li.svelte-11xhayu{padding:.25rem 0;border-bottom:1px solid #e2e8f0}.payment-info.svelte-11xhayu p:where(.svelte-11xhayu){font-size:1rem}.copy-btn.svelte-11xhayu{margin-left:.5rem;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;border:1px solid #e2e8f0;border-radius:4px;background:#f7fafc}
