:root{--amber-50: #fffbeb;--amber-100: #fef3c7;--amber-200: #fde68a;--amber-300: #fcd34d;--amber-400: #fbbf24;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--amber-800: #92400e;--green-500: #16a34a;--green-600: #15803d;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--red-500: #ef4444}.shop-page.svelte-37an1f{color:var(--gray-800);line-height:1.5;margin-top:2rem;padding-top:1rem;font-family:Segoe UI,SF Pro Display,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container.svelte-37an1f{max-width:1280px;margin:0 auto;padding:0 2rem}.empty-cart.svelte-37an1f{text-align:center;padding:3rem;background-color:#fff;border-radius:1rem;box-shadow:0 5px 15px #0000000d}.empty-cart.svelte-37an1f p:where(.svelte-37an1f){font-size:1.2rem;color:var(--gray-600);margin-bottom:2rem}.cart-table.svelte-37an1f{background-color:#fff;border-radius:1rem;box-shadow:0 5px 15px #0000000d;overflow:hidden;margin-bottom:3rem}.cart-header.svelte-37an1f{display:grid;grid-template-columns:3fr 1fr 1.5fr 1fr .5fr;padding:1.5rem;background-color:var(--amber-100);font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--amber-200)}.cart-item.svelte-37an1f{display:grid;grid-template-columns:3fr 1fr 1.5fr 1fr .5fr;padding:1.5rem;border-bottom:1px solid var(--amber-100);align-items:center}.cart-item.svelte-37an1f:last-child{border-bottom:none}.cart-item-product.svelte-37an1f{display:flex;align-items:center;gap:1rem}.cart-item-image-link.svelte-37an1f{display:block;border-radius:.5rem;overflow:hidden;transition:transform .2s}.cart-item-image-link.svelte-37an1f:hover{transform:scale(1.05)}.cart-item-image.svelte-37an1f{width:80px;height:80px;object-fit:cover;display:block}.cart-item-details.svelte-37an1f{display:flex;flex-direction:column}.cart-item-name.svelte-37an1f{font-weight:600;color:var(--amber-700);text-decoration:none;font-size:1.1rem;margin-bottom:.5rem}.cart-item-name.svelte-37an1f:hover{text-decoration:underline}.cart-item-option.svelte-37an1f,.cart-item-variant.svelte-37an1f{font-size:.875rem;color:var(--gray-600);background-color:var(--amber-50);padding:.25rem .5rem;border-radius:.25rem;display:inline-block;margin-top:.25rem}.color-swatch.svelte-37an1f{display:inline-block;width:12px;height:12px;border:1px solid var(--gray-300);border-radius:2px;margin-right:5px;vertical-align:middle}.cart-item-price.svelte-37an1f{font-weight:500;color:var(--gray-700)}.cart-item-quantity.svelte-37an1f{display:flex;align-items:center}.quantity-btn.svelte-37an1f{width:32px;height:32px;border:1px solid var(--gray-300);background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem}.quantity-btn.svelte-37an1f:first-child{border-radius:.375rem 0 0 .375rem}.quantity-btn.svelte-37an1f:last-child{border-radius:0 .375rem .375rem 0}.quantity-btn.svelte-37an1f:hover{background-color:var(--amber-50)}.quantity-value.svelte-37an1f{width:40px;height:32px;border-top:1px solid var(--gray-300);border-bottom:1px solid var(--gray-300);display:flex;align-items:center;justify-content:center;font-weight:500}.cart-item-total.svelte-37an1f{font-weight:700;color:var(--amber-700)}.remove-btn.svelte-37an1f{width:32px;height:32px;border:1px solid var(--gray-300);border-radius:.375rem;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--red-500);font-size:.875rem}.remove-btn.svelte-37an1f:hover{background-color:var(--red-500);color:#fff;border-color:var(--red-500)}.cart-footer.svelte-37an1f{margin-top:2rem}.cart-subtotal.svelte-37an1f{background-color:#fff;border-radius:.75rem;padding:1.5rem;display:flex;justify-content:space-between;font-size:1.25rem;margin-bottom:2rem;box-shadow:0 5px 15px #0000000d}.cart-subtotal.svelte-37an1f span:where(.svelte-37an1f):first-child{font-weight:600;color:var(--gray-700)}.cart-subtotal.svelte-37an1f span:where(.svelte-37an1f):last-child{font-weight:700;color:var(--amber-700)}.cart-actions.svelte-37an1f{display:flex;justify-content:flex-end;gap:1rem}.btn.svelte-37an1f{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s;border:none;cursor:pointer}.btn-primary.svelte-37an1f{background-color:var(--green-500);color:#fff}.btn-primary.svelte-37an1f:hover{background-color:var(--green-600)}.btn-primary.svelte-37an1f:disabled{opacity:.7;cursor:not-allowed}.btn-secondary.svelte-37an1f{background-color:#fff;color:var(--gray-700);border:1px solid var(--gray-300)}.btn-secondary.svelte-37an1f:hover{background-color:var(--amber-50);border-color:var(--amber-200)}.cart-error.svelte-37an1f{margin-top:1rem;padding:1rem;background-color:#fee2e2;color:var(--red-500);border-radius:.5rem;text-align:center;font-weight:500}@media (max-width: 768px){.cart-header.svelte-37an1f{display:none}.cart-item.svelte-37an1f{grid-template-columns:1fr;grid-template-areas:"product" "price" "quantity" "total" "actions";gap:1rem;padding:1.5rem}.cart-item-product.svelte-37an1f{grid-area:product}.cart-item-price.svelte-37an1f{grid-area:price}.cart-item-price.svelte-37an1f:before{content:"Price: ";font-weight:600}.cart-item-quantity.svelte-37an1f{grid-area:quantity;justify-content:flex-start}.cart-item-quantity.svelte-37an1f:before{content:"Quantity: ";font-weight:600;margin-right:.5rem}.cart-item-total.svelte-37an1f{grid-area:total}.cart-item-total.svelte-37an1f:before{content:"Total: ";font-weight:600}.cart-item-actions.svelte-37an1f{grid-area:actions}.cart-actions.svelte-37an1f{flex-direction:column}.btn.svelte-37an1f{width:100%}}
