.svg-wrapper.svelte-1anoi9k{display:inline-block;line-height:0}svg.svelte-1anoi9k{width:100%;height:auto;display:block}.shop-container.svelte-rw80wh.svelte-rw80wh{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}@media (max-width: 768px){.shop-container.svelte-rw80wh.svelte-rw80wh{padding:0 1rem 1.5rem}}.shop-header.svelte-rw80wh.svelte-rw80wh{text-align:center;margin-bottom:3rem}@media (max-width: 768px){.shop-header.svelte-rw80wh.svelte-rw80wh{margin-bottom:2rem}}.products-grid.svelte-rw80wh.svelte-rw80wh{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem}@media (max-width: 768px){.products-grid.svelte-rw80wh.svelte-rw80wh{grid-template-columns:1fr;gap:1.5rem}}.product-card.svelte-rw80wh.svelte-rw80wh{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-rw80wh-slideInUp .6s ease-out;position:relative;text-decoration:none;color:inherit;cursor:pointer;box-shadow:0 2px 8px #00000014}.product-card.svelte-rw80wh.svelte-rw80wh:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000029;border-color:var(--bg-action);text-decoration:none;color:inherit}.product-card.svelte-rw80wh.svelte-rw80wh:visited,.product-card.svelte-rw80wh.svelte-rw80wh:focus{color:inherit;text-decoration:none}@keyframes svelte-rw80wh-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.purchased-badge.svelte-rw80wh.svelte-rw80wh{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#10b981,#059669);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 12px #10b98159}.purchased-badge.subscription.svelte-rw80wh.svelte-rw80wh{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 12px #f59e0b59}.purchased-badge.svelte-rw80wh i.svelte-rw80wh{font-size:.7rem}.product-image.svelte-rw80wh.svelte-rw80wh{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-rw80wh.svelte-rw80wh:hover{transform:scale(1.02)}.product-image.svelte-rw80wh.svelte-rw80wh:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(transparent 60%,#0000000d);pointer-events:none;opacity:0;transition:opacity .3s ease}.product-image.svelte-rw80wh.svelte-rw80wh:hover:after{opacity:1}.product-content.svelte-rw80wh.svelte-rw80wh{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-name.svelte-rw80wh.svelte-rw80wh{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.product-description.svelte-rw80wh.svelte-rw80wh{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;flex:1}.product-footer.svelte-rw80wh.svelte-rw80wh{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}@media (max-width: 480px){.product-footer.svelte-rw80wh.svelte-rw80wh{flex-direction:column;align-items:stretch;gap:1rem}}.product-price.svelte-rw80wh.svelte-rw80wh{display:flex;flex-direction:column;gap:.25rem}.product-price.svelte-rw80wh .price-label.svelte-rw80wh{font-size:.875rem;color:var(--text-secondary);font-weight:500}.product-price.svelte-rw80wh .price-options.svelte-rw80wh{display:flex;flex-direction:column;gap:.375rem}.product-price.svelte-rw80wh .price-amount.svelte-rw80wh{font-size:1.25rem;font-weight:700;color:var(--bg-action)}.product-price.svelte-rw80wh .price-with-sale.svelte-rw80wh{display:flex;flex-direction:column;gap:.125rem}.product-price.svelte-rw80wh .original-price.svelte-rw80wh{font-size:.875rem;color:#c0392b;text-decoration:line-through;font-weight:500}.product-price.svelte-rw80wh .sale-price.svelte-rw80wh{font-size:1.375rem;font-weight:700;color:var(--text-green)}.product-price.svelte-rw80wh .monthly-price.svelte-rw80wh{font-size:.875rem;color:var(--text-green);font-weight:600}.product-price.svelte-rw80wh .monthly-price-with-sale.svelte-rw80wh{display:flex;flex-direction:column;gap:.125rem}.product-price.svelte-rw80wh .monthly-original.svelte-rw80wh{font-size:.75rem;color:#c0392b;text-decoration:line-through;font-weight:500}.product-price.svelte-rw80wh .monthly-sale.svelte-rw80wh{font-size:.875rem;color:var(--text-green);font-weight:700}.details-button.svelte-rw80wh.svelte-rw80wh{background:linear-gradient(135deg,var(--bg-action) 0%,#3b5fc9 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;box-shadow:0 2px 8px #4a7cff40}.details-button.svelte-rw80wh.svelte-rw80wh:hover{transform:translateY(-1px);box-shadow:0 4px 16px #4a7cff59}.details-button.svelte-rw80wh.svelte-rw80wh:active{transform:translateY(0)}.details-button.purchased.svelte-rw80wh.svelte-rw80wh{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b98140}.details-button.purchased.svelte-rw80wh.svelte-rw80wh:hover{box-shadow:0 4px 16px #10b98159}.details-button.svelte-rw80wh i.svelte-rw80wh{font-size:.85rem}.no-products.svelte-rw80wh.svelte-rw80wh{text-align:center;padding:4rem 2rem;background-color:var(--bg-secondary);border-radius:1rem;border:1px solid var(--border-primary)}.no-products.svelte-rw80wh .empty-icon.svelte-rw80wh{font-size:4rem;margin-bottom:1rem}.no-products.svelte-rw80wh h3.svelte-rw80wh{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}@keyframes svelte-rw80wh-slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
