.products-container{max-width:1400px;margin:0 auto;padding:2rem}.products-title{color:#fff;text-align:center;text-shadow:0 2px 4px #0000004d;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;padding:1rem;display:grid}.product-card-link{color:inherit;text-decoration:none}.product-card{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#37474fcc 0%,#263238e6 100%);border:2px solid #7eb9cb4d;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0006,inset 0 1px #ffffff1a}.product-card:hover{background:linear-gradient(135deg,#37474ff2 0%,#263238f2 100%);border-color:#7eb9cb;transform:translateY(-8px);box-shadow:0 12px 30px #7eb9cb66,0 0 30px #7eb9cb33,inset 0 1px #ffffff26}.product-image-wrapper{background:linear-gradient(135deg,#455a64 0%,#37474f 100%);justify-content:center;align-items:center;width:100%;height:250px;display:flex;overflow:hidden}.product-image{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .3s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.5rem;display:flex}.product-name{word-wrap:break-word;color:#7eb9cb;margin:0 0 .5rem;font-size:1.3rem;font-weight:900}.product-price{color:#fff;margin:0;font-size:1.5rem;font-weight:700}@media (max-width:768px){.products-container{padding:1rem}.products-title{margin-bottom:2rem;font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:0}.product-image-wrapper{height:200px}.product-info{padding:1rem}.product-name,.product-price{font-size:1.2rem}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.product-image-wrapper{height:180px}.products-title{font-size:2rem}}
