.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin:40px 0;display:grid}.product-card{transition:var(--shopify-transition);background:0 0;position:relative}.product-link{color:inherit;text-decoration:none;display:block}.product-image{aspect-ratio:3/4;background-color:#fff;width:100%;margin-bottom:12px;position:relative;overflow:hidden}.product-img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.product-card:hover .product-img{opacity:.8}.product-tag{color:#fff;text-transform:uppercase;letter-spacing:.05em;z-index:2;background:#000;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.product-info{text-align:left;padding:0}.product-name{color:#000;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.2}.product-price{align-items:center;gap:8px;font-size:13px;font-weight:400;display:flex}.price{color:#000}.discount-price{color:#000;font-weight:700}.original-price{color:#999;font-size:12px;text-decoration:line-through}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:0;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-img{aspect-ratio:4/5;width:100%;margin-bottom:15px}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-name{width:80%}.skeleton-price{width:40%}@media (max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-name,.product-price{font-size:14px}}
