.enhanced-product-grid{contain:layout style;grid-template-columns:1fr;gap:1.5rem;padding:0;display:grid}.product-card{-webkit-tap-highlight-color:transparent;cursor:pointer;background:#fff;border-radius:.5rem;flex-direction:column;transition:all .15s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}@media (hover:hover){.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.product-card:hover .product-image{transform:scale(1.02)}}.product-card:active{transform:scale(.99)}.product-image-container{aspect-ratio:4/3;background:#f9fafb;position:relative;overflow:hidden}.product-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s ease-out}.product-content{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.product-title{letter-spacing:-.01em;color:#111827;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .5rem;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.375;display:-webkit-box;overflow:hidden}.product-description{color:#6b7280;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;line-height:1.625;display:-webkit-box;overflow:hidden}.product-price-section{margin-top:auto;padding-top:1rem}.product-price-display{font-variant-numeric:tabular-nums;align-items:baseline;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1;display:inline-flex}.price-currency{color:#6b7280;margin-right:.125rem;font-size:.875rem;font-weight:500}.price-whole{color:#111827;letter-spacing:-.02em;font-size:1.5rem;font-weight:600}.price-decimal{color:#111827;margin-left:.05rem;font-size:1rem;font-weight:500}.product-price-display.minimal .price-currency{font-size:.75rem}.product-price-display.minimal .price-whole{font-size:1rem}.product-price-display.minimal .price-decimal{font-size:.75rem}.product-price-original{color:#9ca3af;margin-right:.5rem;font-size:.875rem;font-weight:400;text-decoration:line-through}.free-product-badge{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.free-text{text-transform:capitalize;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.freshness-badge{letter-spacing:.05em;text-transform:uppercase;color:#111827;z-index:10;background:#fffffff2;border:1px solid #e5e7eb;border-radius:.375rem;padding:.25rem .5rem;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;position:absolute;top:.75rem;right:.75rem}.badge-new{color:#fff;background:#2563eb;border:none}.badge-ending-soon{color:#fff;background:#dc2626;border:none}.product-type-badge{backdrop-filter:blur(4px);text-transform:capitalize;color:#6b7280;background:#fffffff2;border:1px solid #e5e7eb;border-radius:.375rem;padding:.25rem .5rem;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;position:absolute;bottom:.75rem;left:.75rem}.discount-badges{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.badge-promotion{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.badge-member-teaser{color:#9333ea;background:#9333ea1a;border:1px dashed #9333ea;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.badge-member-exclusive{background:hsl(var(--chart-4)/.15);color:hsl(var(--chart-4));border:1px solid hsl(var(--chart-4));border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.product-search-container{margin-bottom:2rem}.search-wrapper{max-width:400px;margin:0 auto;position:relative}.product-search{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem 1rem .75rem 3rem;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;transition:all .15s ease-out}.product-search:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.search-icon{color:#6b7280;width:1.25rem;height:1.25rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.show-more-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;justify-content:center;align-items:center;margin:3rem auto;padding:.75rem 1.5rem;font-family:Mulish,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:500;transition:all .15s ease-out;display:inline-flex}.show-more-button:hover{background:#f9fafb;border-color:#9ca3af}@media (width>=640px){.enhanced-product-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.product-title{font-size:1.25rem}}@media (width>=1024px){.enhanced-product-grid{grid-template-columns:repeat(3,1fr)}.product-content{padding:2rem}}.product-card{opacity:1}.product-card[data-new=true]{opacity:0;animation:.3s ease-out forwards gentleFadeIn}@keyframes gentleFadeIn{to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}[data-theme=minimal] .product-card{box-shadow:none;border:1px solid #e5e7eb}[data-theme=bold] .product-card{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}[data-theme=corporate] .product-card{border-radius:.375rem}[data-theme=creative] .product-card{border-radius:1rem}@media (prefers-reduced-motion:reduce){.product-card,.product-image,.show-more-button{transition:none;animation:none}}@media (width<=639px){.enhanced-product-grid{grid-template-columns:1fr!important}}.enhanced-product-grid.is-transitioning{opacity:.8}

/*# sourceMappingURL=ffd7d78933af5a9d.css.map*/