.accessories-page.svelte-euxgf9{min-height:calc(100vh - 200px);padding:var(--space-3xl) 0 6rem;background:radial-gradient(ellipse 90% 40% at 50% -5%,rgba(212,184,150,.14),transparent),linear-gradient(to bottom,var(--color-background),var(--color-light))}.page-header.svelte-euxgf9{text-align:center;margin-bottom:var(--space-2xl)}.page-eyebrow.svelte-euxgf9{font-size:var(--text-xs);font-weight:500;letter-spacing:.35em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-md)}.page-header.svelte-euxgf9 h1:where(.svelte-euxgf9){color:var(--color-dark);font-size:var(--text-4xl);font-weight:400;margin-bottom:var(--space-md)}.header-ornament.svelte-euxgf9{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.ornament-line.svelte-euxgf9{width:56px;height:1px;background:var(--color-secondary)}.ornament-diamond.svelte-euxgf9{width:6px;height:6px;background:var(--color-accent);transform:rotate(45deg)}.page-subtitle.svelte-euxgf9{color:var(--color-text-light);font-size:var(--text-lg);font-style:italic}.line-tabs.svelte-euxgf9{display:flex;justify-content:center;gap:clamp(2rem,7vw,6rem);border-bottom:1px solid var(--color-border);margin-bottom:var(--space-xl)}.line-tab.svelte-euxgf9{position:relative;display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);padding:var(--space-sm) var(--space-xs) var(--space-lg);background:none;border:none;cursor:pointer}.line-tab.svelte-euxgf9:after{content:"";position:absolute;bottom:-1px;left:50%;right:50%;height:2px;background:var(--color-accent);transition:left var(--transition-slow),right var(--transition-slow)}.line-tab.active.svelte-euxgf9:after{left:0;right:0}.tab-name.svelte-euxgf9{font-family:var(--font-primary);font-size:var(--text-2xl);color:var(--color-text-light);transition:color var(--transition-base)}.tab-desc.svelte-euxgf9{font-size:var(--text-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-light);opacity:.65;transition:opacity var(--transition-base)}@media (hover: hover){.line-tab.svelte-euxgf9:hover .tab-name:where(.svelte-euxgf9){color:var(--color-dark)}}.line-tab.active.svelte-euxgf9 .tab-name:where(.svelte-euxgf9){color:var(--color-dark)}.line-tab.active.svelte-euxgf9 .tab-desc:where(.svelte-euxgf9){color:var(--color-accent);opacity:1}.type-filter.svelte-euxgf9{display:flex;align-items:center;justify-content:center;gap:var(--space-md);margin-bottom:var(--space-3xl)}.type-label.svelte-euxgf9{font-size:var(--text-xs);letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-light)}.type-toggle.svelte-euxgf9{display:inline-flex;padding:4px;background:#fff;border:1px solid var(--color-border);border-radius:999px;box-shadow:var(--shadow-sm)}.type-btn.svelte-euxgf9{padding:.5rem 1.75rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-text-light);background:transparent;border:none;border-radius:999px;cursor:pointer;transition:all var(--transition-base)}@media (hover: hover){.type-btn.svelte-euxgf9:hover:not(.active){color:var(--color-dark)}}.type-btn.active.svelte-euxgf9{background:var(--color-dark);color:var(--color-light)}.category-filter.svelte-euxgf9{display:flex;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-3xl);flex-wrap:wrap}.category-chip.svelte-euxgf9{padding:.45rem 1.25rem;font-size:var(--text-xs);font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-light);background:#fff;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;transition:all var(--transition-base)}@media (hover: hover){.category-chip.svelte-euxgf9:hover:not(.active){color:var(--color-dark);border-color:var(--color-secondary)}}.category-chip.active.svelte-euxgf9{background:var(--color-dark);color:var(--color-light);border-color:var(--color-dark)}.accessories-content.svelte-euxgf9{animation:svelte-euxgf9-fadeIn .3s ease-in-out}@keyframes svelte-euxgf9-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.category-section.svelte-euxgf9{margin-bottom:5rem;animation:svelte-euxgf9-fadeIn .45s ease-in-out both;animation-delay:calc(var(--stagger) * 90ms)}.category-header.svelte-euxgf9{display:flex;align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-xl)}.category-title.svelte-euxgf9{font-size:var(--text-2xl);font-weight:500;color:var(--color-dark);white-space:nowrap}.category-count.svelte-euxgf9{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);white-space:nowrap}.category-rule.svelte-euxgf9{flex:1;height:1px;background:var(--color-border);transform:translateY(-4px)}.products-grid.svelte-euxgf9{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-xl);margin-bottom:var(--space-2xl)}.product-card.svelte-euxgf9{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:all var(--transition-base);display:flex;flex-direction:column}@media (hover: hover){.product-card.svelte-euxgf9:hover{border-color:var(--color-secondary);box-shadow:var(--shadow-lg)}}.product-image-container.svelte-euxgf9{position:relative;width:100%;height:280px;background:var(--color-light);display:flex;align-items:center;justify-content:center;overflow:hidden;border:none;padding:0;cursor:pointer}.details-overlay.svelte-euxgf9{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#2b241e47;opacity:0;transition:opacity var(--transition-base)}.details-btn.svelte-euxgf9{padding:.55rem 1.5rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-dark);background:#fffffff2;border-radius:999px;box-shadow:var(--shadow-sm);transform:translateY(6px);transition:transform var(--transition-base)}@media (hover: hover){.product-image-container.svelte-euxgf9:hover .details-overlay:where(.svelte-euxgf9),.product-image-container.svelte-euxgf9:focus-visible .details-overlay:where(.svelte-euxgf9){opacity:1}.product-image-container.svelte-euxgf9:hover .details-btn:where(.svelte-euxgf9),.product-image-container.svelte-euxgf9:focus-visible .details-btn:where(.svelte-euxgf9){transform:translateY(0)}}.product-image.svelte-euxgf9{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}@media (hover: hover){.product-card.svelte-euxgf9:hover .product-image:where(.svelte-euxgf9){transform:scale(1.04)}}.product-info.svelte-euxgf9{padding:var(--space-lg);flex:1;display:flex;flex-direction:column}.product-name.svelte-euxgf9{font-size:var(--text-lg);font-weight:500;color:var(--color-dark);margin-bottom:var(--space-xs)}.product-description.svelte-euxgf9{font-size:var(--text-sm);color:var(--color-text-light);font-style:italic;line-height:1.5;margin-bottom:var(--space-sm)}.product-finish.svelte-euxgf9{font-size:var(--text-sm);color:var(--color-text-light);font-style:italic;margin-bottom:var(--space-sm)}.product-price.svelte-euxgf9{font-family:var(--font-primary);font-size:var(--text-xl);color:var(--color-dark);margin-bottom:var(--space-md)}.color-variants.svelte-euxgf9{margin-top:auto;padding-top:var(--space-md);border-top:1px solid var(--color-border)}.variants-label.svelte-euxgf9{display:block;font-size:var(--text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:var(--space-sm)}.variant-options.svelte-euxgf9{display:flex;gap:var(--space-sm);flex-wrap:wrap}.variant-btn.svelte-euxgf9{width:44px;height:44px;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;transition:all var(--transition-fast);padding:0;background:#fff}@media (hover: hover){.variant-btn.svelte-euxgf9:hover{border-color:var(--color-accent);transform:scale(1.05)}}.variant-btn.active.svelte-euxgf9{border-color:var(--color-accent);box-shadow:0 0 0 2px #c19a6b40}.variant-image.svelte-euxgf9{width:100%;height:100%;object-fit:cover;pointer-events:none}.size-options-group.svelte-euxgf9{margin-top:auto;padding-top:var(--space-md);border-top:1px solid var(--color-border)}.color-variants.svelte-euxgf9+.size-options-group:where(.svelte-euxgf9){margin-top:var(--space-md)}.size-options.svelte-euxgf9{display:flex;gap:var(--space-sm);flex-wrap:wrap}.size-btn.svelte-euxgf9{padding:.45rem 1.1rem;font-size:var(--text-sm);font-weight:500;color:var(--color-text-light);background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast)}@media (hover: hover){.size-btn.svelte-euxgf9:hover:not(.active){color:var(--color-dark);border-color:var(--color-accent)}}.size-btn.active.svelte-euxgf9{color:var(--color-dark);border-color:var(--color-accent);box-shadow:0 0 0 2px #c19a6b40}.item-quantity.svelte-euxgf9{display:inline-flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;background:#fff;width:100%;margin-top:var(--space-md)}.qty-btn.svelte-euxgf9{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;color:var(--color-text);font-size:18px;font-weight:400;cursor:pointer;transition:all var(--transition-fast);padding-bottom:2px}@media (hover: hover){.qty-btn.svelte-euxgf9:hover:not(:disabled){background:var(--color-light);color:var(--color-accent)}}.qty-btn.svelte-euxgf9:disabled{opacity:.4;cursor:not-allowed}.qty-minus.svelte-euxgf9{border-right:1px solid var(--color-border)}.qty-plus.svelte-euxgf9{border-left:1px solid var(--color-border)}.qty-input.svelte-euxgf9{flex:1;height:40px;border:none;text-align:center;font-size:var(--text-sm);font-weight:500;color:var(--color-dark);padding:2px 0 0;background:#fff;-moz-appearance:textfield}.qty-input.svelte-euxgf9::-webkit-outer-spin-button,.qty-input.svelte-euxgf9::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input.svelte-euxgf9:focus{outline:none}.add-to-cart-btn.svelte-euxgf9{width:100%;padding:.8rem var(--space-md);margin-top:var(--space-md);font-size:var(--text-xs);font-weight:600;letter-spacing:.15em;text-transform:uppercase;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base)}@media (hover: hover){.add-to-cart-btn.svelte-euxgf9:hover{background:var(--color-dark)}}.details-modal-backdrop.svelte-euxgf9{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-md);background:#2b241e8c;animation:svelte-euxgf9-fadeIn .2s ease-in-out}.details-modal.svelte-euxgf9{position:relative;width:100%;max-width:420px;max-height:calc(100vh - 2 * var(--space-md));overflow-y:auto;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:svelte-euxgf9-modalIn .25s ease-out}@keyframes svelte-euxgf9-modalIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.details-modal-close.svelte-euxgf9{position:absolute;top:var(--space-sm);right:var(--space-sm);z-index:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;color:var(--color-dark);background:#ffffffeb;border:1px solid var(--color-border);border-radius:50%;cursor:pointer;transition:all var(--transition-fast)}@media (hover: hover){.details-modal-close.svelte-euxgf9:hover{color:var(--color-accent);border-color:var(--color-accent)}}.details-modal-image.svelte-euxgf9{height:240px;background:var(--color-light);overflow:hidden}.details-modal-image.svelte-euxgf9 img:where(.svelte-euxgf9){width:100%;height:100%;object-fit:cover}.details-modal-body.svelte-euxgf9{padding:var(--space-lg) var(--space-xl) var(--space-xl);text-align:center}.details-modal-title.svelte-euxgf9{font-size:var(--text-xl);font-weight:500;color:var(--color-dark);margin-bottom:var(--space-sm)}.details-modal-ornament.svelte-euxgf9{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.details-modal-ornament.svelte-euxgf9 .ornament-line:where(.svelte-euxgf9){width:36px}.details-modal-label.svelte-euxgf9{display:block;font-size:var(--text-xs);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-md)}.dimensions-list.svelte-euxgf9{margin:0;border-top:1px solid var(--color-border)}.dimension-row.svelte-euxgf9{display:flex;align-items:baseline;justify-content:space-between;padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border)}.dimension-row.svelte-euxgf9 dt:where(.svelte-euxgf9){font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-light)}.dimension-row.svelte-euxgf9 dd:where(.svelte-euxgf9){margin:0;font-family:var(--font-primary);font-size:var(--text-lg);color:var(--color-dark)}.coming-soon.svelte-euxgf9{max-width:560px;margin:0 auto;padding:5rem var(--space-xl);text-align:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);animation:svelte-euxgf9-fadeIn .45s ease-in-out both}.coming-soon-mark.svelte-euxgf9{display:block;font-size:var(--text-xl);color:var(--color-accent);margin-bottom:var(--space-md)}.coming-soon-title.svelte-euxgf9{font-size:var(--text-3xl);font-weight:400;color:var(--color-dark);margin-bottom:var(--space-md)}.coming-soon-text.svelte-euxgf9{color:var(--color-text-light);font-size:var(--text-base);font-style:italic;line-height:1.7}.empty-category.svelte-euxgf9{grid-column:1 / -1;text-align:center;padding:var(--space-3xl) var(--space-md);color:var(--color-text-light);font-style:italic;font-size:var(--text-lg)}@media (prefers-reduced-motion: reduce){.accessories-content.svelte-euxgf9,.category-section.svelte-euxgf9,.coming-soon.svelte-euxgf9,.details-modal-backdrop.svelte-euxgf9,.details-modal.svelte-euxgf9{animation:none}.product-image.svelte-euxgf9,.product-card.svelte-euxgf9:hover .product-image:where(.svelte-euxgf9){transition:none;transform:none}}@media (max-width: 768px){.accessories-page.svelte-euxgf9{padding:var(--space-xl) 0 var(--space-3xl)}.page-header.svelte-euxgf9 h1:where(.svelte-euxgf9){font-size:var(--text-3xl)}.page-subtitle.svelte-euxgf9{font-size:var(--text-base)}.line-tabs.svelte-euxgf9{gap:var(--space-xl)}.tab-name.svelte-euxgf9{font-size:var(--text-xl)}.tab-desc.svelte-euxgf9{display:none}.type-filter.svelte-euxgf9{margin-bottom:var(--space-lg)}.type-label.svelte-euxgf9{display:none}.category-filter.svelte-euxgf9{margin-bottom:var(--space-2xl);gap:var(--space-xs)}.category-chip.svelte-euxgf9{padding:.4rem 1rem}.products-grid.svelte-euxgf9{grid-template-columns:1fr;gap:var(--space-lg)}.category-section.svelte-euxgf9{margin-bottom:var(--space-3xl)}.category-title.svelte-euxgf9{font-size:var(--text-xl)}.product-image-container.svelte-euxgf9{height:240px}.coming-soon.svelte-euxgf9{padding:var(--space-3xl) var(--space-lg)}}@media (min-width: 769px) and (max-width: 1024px){.products-grid.svelte-euxgf9{grid-template-columns:repeat(2,1fr)}}
