@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Inter:wght@400;500;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;color:#1f2937;background-color:#f8fafc}*{box-sizing:border-box}body{margin:0}.store-page{max-width:1000px;margin:0 auto;padding:2rem 1rem 3rem}.hero-banner{position:relative;overflow:hidden;border-radius:14px;margin-bottom:1.5rem}.hero-image{width:100%;height:280px;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center;color:#fff;background:linear-gradient(to bottom,#00000040,#00000073);padding:1rem}.hero-title{margin:0;font-size:2rem;font-family:Playfair Display,Georgia,serif;font-weight:700;color:#ffe6a7;text-shadow:0 2px 12px rgb(0 0 0 / 50%)}.hero-subtitle{margin:.35rem 0 0;font-size:1rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:500;color:#f7f3ff;text-shadow:0 1px 8px rgb(0 0 0 / 45%)}.store-header h1{margin:0;font-size:2rem}.store-header p{margin:.5rem 0 1.5rem;color:#4b5563}.gift-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.85rem 1rem;margin-bottom:1rem}.gift-list-title{margin:0 0 .6rem;font-size:1.05rem}.gift-list-empty{margin:0;color:#6b7280}.gift-list-items{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.gift-list-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #e5e7eb;border-radius:8px;padding:.55rem .7rem}.gift-list-name{margin:0;font-weight:600}.gift-list-price{margin:.1rem 0 0;color:#0f766e;font-size:.9rem}.gift-remove-button{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:.35rem .55rem;font-size:.85rem;cursor:pointer}.gift-remove-button:hover{background:#f9fafb}.checkout-button{margin-top:.75rem;width:100%;border:none;border-radius:8px;padding:.7rem .85rem;font-size:.95rem;font-weight:700;cursor:pointer;background:#0f766e;color:#fff;transition:background-color .15s ease}.checkout-button:hover{background:#0b5f59}.checkout-button:disabled{background:#9ca3af;cursor:not-allowed}.checkout-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.95rem 1rem;margin-bottom:1rem}.checkout-title{margin:0 0 .7rem;font-size:1.05rem}.checkout-product-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.checkout-product-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid #e5e7eb;border-radius:8px;padding:.55rem .7rem}.checkout-product-name{font-weight:600}.checkout-product-price{font-weight:700;color:#0f766e}.checkout-total{margin:.85rem 0 0;text-align:right;font-weight:700}.payment-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem}.payment-option{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;padding:.65rem .8rem;font-size:.95rem;font-weight:600;cursor:pointer}.payment-option:hover{background:#f9fafb}.payment-option-selected{border-color:#0f766e;color:#0f766e;background:#ecfdf5}.installments-field{margin-top:.75rem;display:grid;gap:.35rem}.installments-label{font-size:.9rem;font-weight:600;color:#374151}.installments-select{border:1px solid #d1d5db;border-radius:8px;padding:.55rem .65rem;font-size:.95rem;color:#1f2937;background:#fff}.installments-select:focus-visible{outline:2px solid #0b5f59;outline-offset:2px}.checkout-actions{display:flex;gap:.75rem}.back-button,.advance-button{flex:1;border:none;border-radius:8px;padding:.7rem .85rem;font-size:.95rem;font-weight:700;cursor:pointer}.back-button{border:1px solid #d1d5db;background:#fff;color:#374151}.back-button:hover{background:#f9fafb}.back-button:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.advance-button{background:#0f766e;color:#fff}.advance-button:hover{background:#0b5f59}.advance-button:disabled{background:#9ca3af;cursor:not-allowed}.checkout-feedback{margin:.85rem 0 0;font-size:.9rem}.checkout-feedback-error{color:#b91c1c}@media(max-width:640px){.checkout-actions{flex-direction:column}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.product-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.product-name{margin:.75rem 0 .35rem;font-size:1.05rem}.product-price{margin:0;font-weight:700;color:#0f766e}.gift-button{margin-top:.9rem;width:100%;border:none;border-radius:8px;padding:.65rem .8rem;font-size:.95rem;font-weight:700;cursor:pointer;background:#0f766e;color:#fff;transition:background-color .15s ease}.gift-button:hover{background:#0b5f59}.gift-button:focus-visible{outline:2px solid #0b5f59;outline-offset:2px}.gift-button:disabled{background:#9ca3af;cursor:not-allowed}
