.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:30px;padding:0 10px}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.product-card__link{display:block;text-decoration:none;color:inherit;padding:16px}.product-card .PrImg{height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa;border-radius:8px;margin-bottom:16px}.product-card .PrImg img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .PrImg img{transform:scale(1.05)}.product-card__text{padding:0 4px}.product-card__text h3{font-family:Poppins,sans-serif;font-size:16px;font-weight:600;color:#333;margin:0 0 8px;line-height:1.3}.product-card__text p{font-family:Poppins,sans-serif;font-size:13px;color:#666;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card--skeleton{padding:16px}.product-card__img-skeleton{background:#f0f0f0;height:200px;border-radius:8px;animation:productPulse 1.5s ease-in-out infinite}.product-card__title-skeleton{margin-top:12px;background:#f0f0f0;height:20px;border-radius:4px;width:80%;animation:productPulse 1.5s ease-in-out infinite}.product-card__desc-skeleton{margin-top:8px;background:#f0f0f0;height:14px;border-radius:4px;width:60%;animation:productPulse 1.5s ease-in-out infinite}@keyframes productPulse{0%,to{opacity:1}50%{opacity:.5}}[data-theme=dark] .product-card{background:#1e1e1e;box-shadow:0 4px 15px #0000004d}[data-theme=dark] .product-card:hover{box-shadow:0 8px 30px #0006}[data-theme=dark] .product-card .PrImg{background:#2a2a2a}[data-theme=dark] .product-card__text h3{color:#e0e0e0}[data-theme=dark] .product-card__text p{color:#aaa}@media (max-width: 768px){.product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;scrollbar-width:none;-ms-overflow-style:none}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 85%;scroll-snap-align:center;min-width:85%}.product-card .PrImg{height:200px}}
