.products-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:2em;display:grid}.product-card{border:1px solid #e2e8f0;border-radius:.5rem;transition:transform .2s,box-shadow .2s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-card img{object-fit:cover;width:100%;height:200px}.product-card h3{margin:.5rem 0;padding:.5em;font-size:1rem;font-weight:600}.product-title{padding:.5em}.product-title a{color:inherit;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;display:block;overflow:hidden}.product-title a:hover{text-decoration:underline}.product-card-amount{color:#4a5568;margin-bottom:.5rem;padding:.5em;font-size:1rem;font-weight:700}.cart-popup{text-align:center;z-index:1001;background:#fff;border-radius:10px;width:320px;max-width:90%;padding:1.2rem 1.5rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #0003}.cart-popup button{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:4px;margin-top:.5rem;padding:.4rem 1rem}.product-card-amount{align-items:center;gap:.5rem;padding:.5em;display:flex}.price-regular{color:#a0aec0;font-size:.9rem;text-decoration:line-through}.price-sale{color:#e53e3e;font-size:1.05rem;font-weight:700}.price-normal{color:#2d3748;font-size:1rem;font-weight:700}@media (max-width:640px){.product-card{flex-direction:row;align-items:flex-start;gap:.5rem;display:flex}.product-card img{object-fit:cover;border-radius:.5rem 0 0 .5rem;width:40%;height:auto}.product-image-link{flex-shrink:0;width:40%;display:block}.product-image-link img{object-fit:cover;width:100%;height:100%;max-height:140px}.product-details{flex-direction:column;width:60%;display:flex}.product-details h3{margin-bottom:.25rem}.price-icons{align-items:center;gap:.5rem;display:flex}}.skeleton-card{animation:1.2s ease-in-out infinite pulse}.skeleton-image{background-color:#e2e8f0;border-radius:.25rem;width:100%;height:200px}.skeleton-details{padding:.5rem}.skeleton-text{background-color:#cbd5e0;border-radius:4px;height:16px;margin:.25rem 0}.skeleton-text.short{width:40%}.skeleton-text.long{width:80%}@keyframes pulse{0%{background-color:#f0f4f8}50%{background-color:#e2e8f0}to{background-color:#f0f4f8}}
.product-actions{flex-direction:column;gap:.5rem;padding:.5em;display:flex}.action-btn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.45rem .6rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.cart-btn{color:#1a202c;background:#edf2f7}.cart-btn:hover{background:#e2e8f0}.whatsapp-btn{color:#fff;background:#25d366}.whatsapp-btn:hover{background:#1ebc5a}.cart-btn.added{color:#fff;background:#e53e3e}.cart-btn.added:hover{background:#c53030}
