.shop-container.svelte-1cjfnp0.svelte-1cjfnp0{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}@media (max-width: 768px){.shop-container.svelte-1cjfnp0.svelte-1cjfnp0{padding:0 1rem 1.5rem}}.shop-header.svelte-1cjfnp0.svelte-1cjfnp0{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.shop-header.svelte-1cjfnp0.svelte-1cjfnp0{margin-bottom:2rem}}.shop-header.svelte-1cjfnp0 .shop-subtitle.svelte-1cjfnp0{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}@media (max-width: 768px){.shop-header.svelte-1cjfnp0 .shop-subtitle.svelte-1cjfnp0{font-size:1rem}}.products-grid.svelte-1cjfnp0.svelte-1cjfnp0{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.products-grid.svelte-1cjfnp0.svelte-1cjfnp0{grid-template-columns:1fr;gap:1.5rem}}.product-card.svelte-1cjfnp0.svelte-1cjfnp0{background-color:var(--bg-secondary);border-radius:1rem;overflow:hidden;border:1px solid var(--border-primary);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;animation:svelte-1cjfnp0-slideInUp .6s ease-out;position:relative;text-decoration:none;color:inherit;cursor:pointer}.product-card.svelte-1cjfnp0.svelte-1cjfnp0:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026;border-color:var(--bg-action);text-decoration:none;color:inherit}.product-card.svelte-1cjfnp0.svelte-1cjfnp0:visited,.product-card.svelte-1cjfnp0.svelte-1cjfnp0:focus{color:inherit;text-decoration:none}.purchased-badge.svelte-1cjfnp0.svelte-1cjfnp0{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,var(--text-green) 0%,#10b981 100%);color:#fff;padding:.5rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;z-index:10;display:flex;align-items:center;gap:.25rem;box-shadow:0 2px 8px #10b9814d}.purchased-badge.subscription.svelte-1cjfnp0.svelte-1cjfnp0{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b4d}.purchased-badge.svelte-1cjfnp0 i.svelte-1cjfnp0{font-size:.7rem}.product-image.svelte-1cjfnp0.svelte-1cjfnp0{width:100%;height:250px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:var(--bg-tertiary);position:relative;transition:transform .3s ease;background-image:url(../../../images/flaynox_logo.png)}.product-image.svelte-1cjfnp0.svelte-1cjfnp0:hover{transform:scale(1.02)}.product-image.svelte-1cjfnp0.svelte-1cjfnp0:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(transparent 60%,#0000001a);pointer-events:none;opacity:0;transition:opacity .3s ease}.product-image.svelte-1cjfnp0.svelte-1cjfnp0:hover:after{opacity:1}.product-content.svelte-1cjfnp0.svelte-1cjfnp0{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-name.svelte-1cjfnp0.svelte-1cjfnp0{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.product-description.svelte-1cjfnp0.svelte-1cjfnp0{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex:1}.product-footer.svelte-1cjfnp0.svelte-1cjfnp0{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}@media (max-width: 480px){.product-footer.svelte-1cjfnp0.svelte-1cjfnp0{flex-direction:column;align-items:stretch;gap:1rem}}.product-price.svelte-1cjfnp0.svelte-1cjfnp0{display:flex;flex-direction:column;gap:.25rem}.product-price.svelte-1cjfnp0 .price-label.svelte-1cjfnp0{font-size:.875rem;color:var(--text-secondary);font-weight:500}.product-price.svelte-1cjfnp0 .price-options.svelte-1cjfnp0{display:flex;flex-direction:column;gap:.25rem}.product-price.svelte-1cjfnp0 .price-amount.svelte-1cjfnp0{font-size:1.25rem;font-weight:700;color:var(--bg-action)}.product-price.svelte-1cjfnp0 .monthly-price.svelte-1cjfnp0{font-size:.875rem;color:var(--text-green);font-weight:600}.details-button.svelte-1cjfnp0.svelte-1cjfnp0{background:linear-gradient(135deg,var(--bg-action) 0%,#4169e1 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}.details-button.svelte-1cjfnp0.svelte-1cjfnp0:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4169e166}.details-button.svelte-1cjfnp0.svelte-1cjfnp0:active{transform:translateY(0)}.details-button.purchased.svelte-1cjfnp0.svelte-1cjfnp0{background:linear-gradient(135deg,var(--text-green) 0%,#10b981 100%)}.details-button.purchased.svelte-1cjfnp0.svelte-1cjfnp0:hover{box-shadow:0 4px 12px #10b98166}.details-button.svelte-1cjfnp0 i.svelte-1cjfnp0{font-size:.85rem}.no-products.svelte-1cjfnp0.svelte-1cjfnp0{text-align:center;padding:4rem 2rem;background-color:var(--bg-secondary);border-radius:1rem;border:1px solid var(--border-primary)}.no-products.svelte-1cjfnp0 .empty-icon.svelte-1cjfnp0{font-size:4rem;margin-bottom:1rem}.no-products.svelte-1cjfnp0 h3.svelte-1cjfnp0{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}@keyframes svelte-1cjfnp0-slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
