.store-page.svelte-1vodbqu{min-height:100vh;background:var(--cream);position:relative;overflow-x:hidden}.store-bg-shapes.svelte-1vodbqu{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.bg-blob.svelte-1vodbqu{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.blob-1.svelte-1vodbqu{width:500px;height:500px;background:var(--mint);top:-200px;right:-150px;animation:svelte-1vodbqu-blobFloat 20s ease-in-out infinite}.blob-2.svelte-1vodbqu{width:400px;height:400px;background:var(--lavender);bottom:20%;left:-150px;animation:svelte-1vodbqu-blobFloat 25s ease-in-out infinite reverse}.blob-3.svelte-1vodbqu{width:350px;height:350px;background:var(--sunshine);bottom:-100px;right:20%;animation:svelte-1vodbqu-blobFloat 22s ease-in-out infinite 5s}@keyframes svelte-1vodbqu-blobFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.store-page-header.svelte-1vodbqu{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff8e5d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:100;border-bottom:1px solid rgba(0,0,0,.05)}.store-logo.svelte-1vodbqu{font-family:var(--font-display);font-size:1.6rem;font-weight:700;text-decoration:none;background:linear-gradient(135deg,var(--coral),var(--bubblegum));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .2s var(--ease-out-expo)}.store-logo.svelte-1vodbqu:hover{transform:scale(1.02)}.store-nav.svelte-1vodbqu{display:flex;gap:2rem}.nav-link.svelte-1vodbqu{font-family:var(--font-mono);font-size:.9rem;color:var(--dark);text-decoration:none;opacity:.6;transition:opacity .2s;position:relative}.nav-link.svelte-1vodbqu:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--coral);border-radius:1px;transform:scaleX(0);transition:transform .2s var(--ease-out-expo)}.nav-link.svelte-1vodbqu:hover{opacity:1}.nav-link.svelte-1vodbqu:hover:after{transform:scaleX(1)}.nav-link.active.svelte-1vodbqu{opacity:1;font-weight:600}.nav-link.active.svelte-1vodbqu:after{transform:scaleX(1)}.store-cart-toggle.svelte-1vodbqu{position:relative;background:var(--white);border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--dark);box-shadow:var(--shadow-md);transition:transform .2s var(--ease-out-expo),box-shadow .2s}.store-cart-toggle.svelte-1vodbqu:hover{transform:scale(1.08);box-shadow:var(--shadow-lg)}.store-cart-toggle.svelte-1vodbqu:focus-visible{outline:none;box-shadow:var(--focus-ring),var(--shadow-md)}.store-cart-badge.svelte-1vodbqu{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,var(--coral),var(--bubblegum));color:var(--white);font-family:var(--font-display);font-size:.7rem;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:svelte-1vodbqu-badgePop .3s var(--ease-out-back)}@keyframes svelte-1vodbqu-badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.store-page-main.svelte-1vodbqu{max-width:1400px;margin:0 auto;padding:2rem;position:relative;z-index:1}.store-page-hero.svelte-1vodbqu{text-align:center;padding:4rem 0 3rem;animation:svelte-1vodbqu-fadeInUp .6s var(--ease-out-expo)}.hero-eyebrow.svelte-1vodbqu{display:inline-block;font-family:var(--font-mono);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--coral);margin-bottom:1rem;padding:.5rem 1rem;background:#fe6a6a1a;border-radius:var(--radius-full)}.hero-title.svelte-1vodbqu{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4rem);font-weight:800;color:var(--dark);margin-bottom:.75rem;letter-spacing:-.02em}.hero-subtitle.svelte-1vodbqu{font-family:var(--font-body);font-size:1.2rem;color:var(--dark);opacity:.7;max-width:500px;margin:0 auto}.store-filters.svelte-1vodbqu{display:flex;justify-content:center;gap:.75rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn.svelte-1vodbqu{background:var(--white);border:2px solid transparent;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-family:var(--font-mono);font-size:.85rem;color:var(--dark);cursor:pointer;transition:all .2s var(--ease-out-expo);box-shadow:var(--shadow-sm);animation:svelte-1vodbqu-fadeInUp .4s var(--ease-out-expo) var(--delay) both}.filter-btn.svelte-1vodbqu:hover{border-color:var(--coral);transform:translateY(-2px);box-shadow:var(--shadow-md)}.filter-btn.svelte-1vodbqu:focus-visible{outline:none;box-shadow:var(--focus-ring)}.filter-btn.active.svelte-1vodbqu{background:linear-gradient(135deg,var(--coral),var(--bubblegum));color:var(--white);border-color:transparent;box-shadow:var(--shadow-md)}.store-products-grid.svelte-1vodbqu{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.store-product-card.svelte-1vodbqu{background:var(--white);border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .4s var(--ease-out-expo),box-shadow .4s;animation:svelte-1vodbqu-cardReveal .5s var(--ease-out-expo) calc(var(--index) * 80ms) both}@keyframes svelte-1vodbqu-cardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-product-card.svelte-1vodbqu:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.store-product-image.svelte-1vodbqu{position:relative;height:280px;overflow:hidden}.store-product-image-placeholder.svelte-1vodbqu{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .5s var(--ease-out-expo)}.store-product-card.svelte-1vodbqu:hover .store-product-image-placeholder:where(.svelte-1vodbqu){transform:scale(1.08)}.store-product-icon.svelte-1vodbqu{font-size:5rem;filter:grayscale(1) brightness(2);opacity:.3}.store-product-category.svelte-1vodbqu{position:absolute;top:1rem;left:1rem;background:var(--white);padding:.5rem 1rem;border-radius:var(--radius-full);font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--dark);letter-spacing:.03em;box-shadow:var(--shadow-sm)}.store-product-details.svelte-1vodbqu{padding:1.75rem}.store-product-header.svelte-1vodbqu{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.store-product-price.svelte-1vodbqu{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--dark)}.store-product-name.svelte-1vodbqu{font-family:var(--font-display);font-size:1.35rem;font-weight:600;color:var(--dark);margin-bottom:.75rem;transition:color .2s}.store-product-description.svelte-1vodbqu{font-family:var(--font-body);font-size:.95rem;color:var(--dark);opacity:.7;line-height:1.6;margin-bottom:1.5rem;min-height:48px}.store-product-image-link.svelte-1vodbqu{display:block;background:none;border:none;padding:0;cursor:pointer;width:100%}.store-product-image-link.svelte-1vodbqu:focus-visible{outline:none}.store-product-image-link.svelte-1vodbqu:focus-visible .store-product-image:where(.svelte-1vodbqu){box-shadow:inset 0 0 0 3px var(--coral)}.store-product-name-link.svelte-1vodbqu{display:block;background:none;border:none;padding:0;cursor:pointer;text-align:left;width:100%}.store-product-name-link.svelte-1vodbqu:hover .store-product-name:where(.svelte-1vodbqu){color:var(--coral)}.store-product-name-link.svelte-1vodbqu:focus-visible{outline:none}.store-product-name-link.svelte-1vodbqu:focus-visible .store-product-name:where(.svelte-1vodbqu){color:var(--coral);text-decoration:underline}.store-cart-drawer.svelte-1vodbqu{position:fixed;top:0;right:0;width:450px;max-width:100vw;height:100vh;background:var(--white);z-index:1001;display:flex;flex-direction:column;box-shadow:-10px 0 60px #00000026;transform:translate(100%);transition:transform .3s var(--ease-out-expo)}.store-cart-drawer.open.svelte-1vodbqu{transform:translate(0)}.store-cart-overlay.svelte-1vodbqu{position:fixed;inset:0;background:#00000080;z-index:1000;border:none;cursor:pointer;animation:svelte-1vodbqu-fadeIn .3s var(--ease-out-expo)}@keyframes svelte-1vodbqu-fadeIn{0%{opacity:0}to{opacity:1}}.store-cart-header.svelte-1vodbqu{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.06);gap:1rem}.store-cart-header.svelte-1vodbqu h3:where(.svelte-1vodbqu){font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--dark);flex:1}.cart-count-label.svelte-1vodbqu{font-family:var(--font-mono);font-size:.8rem;color:var(--dark);opacity:.5}.store-cart-close.svelte-1vodbqu{background:var(--cream);border:none;cursor:pointer;color:var(--dark);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s var(--ease-out-expo)}.store-cart-close.svelte-1vodbqu:hover{background:#00000014;transform:rotate(90deg)}.store-cart-close.svelte-1vodbqu:focus-visible{outline:none;box-shadow:var(--focus-ring)}.store-cart-empty.svelte-1vodbqu{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center;gap:1rem}.store-cart-empty-icon.svelte-1vodbqu{color:var(--dark);opacity:.15}.store-cart-empty.svelte-1vodbqu p:where(.svelte-1vodbqu){font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--dark)}.store-cart-empty.svelte-1vodbqu span:where(.svelte-1vodbqu){font-family:var(--font-body);font-size:.95rem;color:var(--dark);opacity:.6;margin-bottom:.5rem}.store-cart-items.svelte-1vodbqu{flex:1;overflow-y:auto;padding:1.5rem}.store-cart-item.svelte-1vodbqu{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--cream);border-radius:var(--radius-xl);margin-bottom:1rem;animation:svelte-1vodbqu-itemSlideIn .4s var(--ease-out-expo) var(--item-delay) both;transition:transform .2s var(--ease-out-expo)}.store-cart-item.svelte-1vodbqu:hover{transform:translate(4px)}@keyframes svelte-1vodbqu-itemSlideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.store-cart-item-color.svelte-1vodbqu{width:56px;height:56px;border-radius:var(--radius-lg);flex-shrink:0;box-shadow:var(--shadow-sm)}.store-cart-item-info.svelte-1vodbqu{flex:1;min-width:0}.store-cart-item-info.svelte-1vodbqu h4:where(.svelte-1vodbqu){font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-cart-item-price.svelte-1vodbqu{font-family:var(--font-mono);font-size:.85rem;color:var(--dark);opacity:.7}.store-cart-item-quantity.svelte-1vodbqu{display:flex;align-items:center;gap:.5rem;background:var(--white);padding:.25rem;border-radius:var(--radius-lg)}.store-cart-item-quantity.svelte-1vodbqu button:where(.svelte-1vodbqu){width:32px;height:32px;border-radius:var(--radius-md);border:none;background:transparent;cursor:pointer;font-size:1.1rem;font-weight:600;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:all .2s}.store-cart-item-quantity.svelte-1vodbqu button:where(.svelte-1vodbqu):hover{background:var(--cream)}.store-cart-item-quantity.svelte-1vodbqu button:where(.svelte-1vodbqu):focus-visible{outline:none;box-shadow:var(--focus-ring)}.store-cart-item-quantity.svelte-1vodbqu span:where(.svelte-1vodbqu){font-family:var(--font-display);font-weight:600;min-width:1.5rem;text-align:center}.store-cart-item-remove.svelte-1vodbqu{background:none;border:none;cursor:pointer;color:var(--dark);opacity:.3;padding:.5rem;transition:all .2s;border-radius:50%}.store-cart-item-remove.svelte-1vodbqu:hover{opacity:1;background:#fe6a6a1a;color:var(--coral)}.store-cart-item-remove.svelte-1vodbqu:focus-visible{outline:none;box-shadow:var(--focus-ring)}.store-cart-footer.svelte-1vodbqu{padding:1.5rem 2rem 2rem;border-top:1px solid rgba(0,0,0,.06);background:var(--cream)}.store-cart-subtotal.svelte-1vodbqu{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.store-cart-subtotal.svelte-1vodbqu span:where(.svelte-1vodbqu){font-family:var(--font-body);font-size:1rem;color:var(--dark)}.store-cart-total-price.svelte-1vodbqu{font-family:var(--font-display)!important;font-size:1.75rem!important;font-weight:700!important}.store-cart-shipping.svelte-1vodbqu{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.85rem;color:var(--mint);margin-bottom:1.5rem}.store-cart-shipping.svelte-1vodbqu svg:where(.svelte-1vodbqu){stroke:var(--mint)}@keyframes svelte-1vodbqu-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.store-page-header.svelte-1vodbqu{padding:1rem}.store-nav.svelte-1vodbqu{display:none}.store-page-main.svelte-1vodbqu{padding:1rem}.store-page-hero.svelte-1vodbqu{padding:2.5rem 0 2rem}.hero-title.svelte-1vodbqu{font-size:2rem}.store-filters.svelte-1vodbqu{gap:.5rem}.filter-btn.svelte-1vodbqu{padding:.6rem 1rem;font-size:.8rem}.store-products-grid.svelte-1vodbqu{grid-template-columns:1fr;gap:1.5rem}.store-product-image.svelte-1vodbqu{height:220px}.store-cart-drawer.svelte-1vodbqu{width:100%}.store-cart-header.svelte-1vodbqu{padding:1.25rem 1.5rem}.store-cart-items.svelte-1vodbqu{padding:1rem}.store-cart-footer.svelte-1vodbqu{padding:1.25rem 1.5rem 1.5rem}}@media(min-width:769px)and (max-width:1024px){.store-products-grid.svelte-1vodbqu{grid-template-columns:repeat(2,1fr)}}@media(prefers-reduced-motion:reduce){.bg-blob.svelte-1vodbqu,.store-product-card.svelte-1vodbqu,.store-cart-item.svelte-1vodbqu,.filter-btn.svelte-1vodbqu,.store-cart-badge.svelte-1vodbqu{animation:none}.store-cart-drawer.svelte-1vodbqu{transition:none}}
