.store-header{padding-bottom:2rem}.store-section{padding-top:0;padding-bottom:4rem}.store-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.store-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.product-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background:rgba(255,255,255,.03);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem 1.5rem;text-decoration:none;color:inherit;transition:transform var(--transition-base),box-shadow var(--transition-base),background var(--transition-base),border-color var(--transition-base);overflow:hidden}.product-card:first-child{--card-accent:#6F95F1}.product-card:nth-child(2){--card-accent:#D06CFF}.product-card:nth-child(3){--card-accent:#3FFFFF}.product-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.06);box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 30px rgba(var(--color-primary-rgb),.5);border-color:rgba(255,255,255,.15)}.product-card:first-child:hover{box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 40px rgba(111,149,241,.2)}.product-card:nth-child(2):hover{box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 40px rgba(208,108,255,.2)}.product-card:nth-child(3):hover{box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 40px rgba(63,255,255,.2)}.product-card-header{margin-bottom:1.5rem;padding-top:1rem}.product-card-name{font-family:var(--font-orbitron);font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.product-card-description{font-family:var(--font-space-grotesk);font-size:.9rem;color:var(--color-text-muted);margin:0;line-height:1.4}.product-card-images{display:flex;justify-content:center;align-items:center;gap:0;min-height:160px;margin-bottom:1.5rem;padding:1rem;flex:1}.product-card-images.single{min-height:180px}.product-card-images.double,.product-card-images.triple{gap:0}.product-card-images .product-image:not(:first-child){margin-left:-15px}.product-image{max-height:140px;width:auto;object-fit:contain;filter:drop-shadow(0 5px 15px rgba(0, 0, 0, .3));transition:transform .4s,filter .3s;animation:4s ease-in-out infinite float}.product-card-images.single .product-image{max-height:160px}.product-card-images.double .product-image{max-height:120px}.product-card-images.triple .product-image{max-height:100px}.product-card-images .product-image:first-child{animation-delay:0s}.product-card-images .product-image:nth-child(2){animation-delay:-1.3s}.product-card-images .product-image:nth-child(3){animation-delay:-2.6s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.product-card:hover .product-image{filter:drop-shadow(0 8px 25px rgba(0, 0, 0, .4)) drop-shadow(0 0 20px rgba(var(--color-primary-rgb), .3))}.product-card:first-child:hover .product-image{filter:drop-shadow(0 8px 25px rgba(0, 0, 0, .4)) drop-shadow(0 0 15px rgba(111, 149, 241, .3))}.product-card:nth-child(2):hover .product-image{filter:drop-shadow(0 8px 25px rgba(0, 0, 0, .4)) drop-shadow(0 0 15px rgba(208, 108, 255, .3))}.product-card:nth-child(3):hover .product-image{filter:drop-shadow(0 8px 25px rgba(0, 0, 0, .4)) drop-shadow(0 0 15px rgba(63, 255, 255, .3))}.product-card-price{display:flex;align-items:baseline;gap:.35rem;margin-bottom:1.5rem}.product-card-price-currency{font-family:var(--font-space-grotesk);font-size:.9rem;font-weight:500;color:var(--color-text-muted)}.product-card-price-amount{font-family:var(--font-orbitron);font-size:2rem;font-weight:700;color:var(--color-text);text-shadow:0 0 20px rgba(99,102,241,.2)}.product-card-cta{display:inline-block;font-family:var(--font-orbitron);font-size:clamp(.75rem, 2vw, .9rem);font-weight:700;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;position:relative;transition:opacity var(--transition-base);margin-top:auto}.product-card-cta::after{content:'';display:block;width:100%;height:1px;background-color:#fff;transform:scaleX(0);transform-origin:right;transition:transform var(--transition-base);margin-top:4px}.product-card:hover .product-card-cta::after{transform:scaleX(1);transform-origin:left}.product-card:hover .product-card-cta{opacity:.9}@media (max-width:767px){.store-grid{padding:0 .5rem}.product-card{padding:2rem 1.25rem}.product-card-name{font-size:1.15rem}.product-image{max-height:120px}.product-card-images.single .product-image{max-height:140px}.product-card-images.double .product-image{max-height:100px}.product-card-images.triple .product-image{max-height:85px}.product-card-price-amount{font-size:1.75rem}}@media (min-width:768px) and (max-width:1023px){.store-grid{gap:1.25rem}.product-card{padding:1.5rem 1rem}.product-card-name{font-size:1rem}.product-card-description{font-size:.8rem}.product-image{max-height:100px}.product-card-images.single .product-image{max-height:120px}.product-card-images.double .product-image{max-height:90px}.product-card-images.triple .product-image{max-height:70px}.product-card-price-amount{font-size:1.5rem}}