.gridMaker{display:grid;width:100%;grid-template-columns:repeat(auto-fill,minmax(321px,1fr));grid-gap:10px;gap:10px;min-height:100vh}#noProducts{grid-column:1/-1;display:flex;justify-content:center}.imgContainer{background:#f8f6f9}#productImg{max-width:100%;height:auto;border-radius:3px}.title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:15px;font-family:inter;font-weight:400;margin:0}.textBlack,.title{color:rgb(21,20,20)}.fwMedium{font-weight:500;color:#262626}@media (max-width:768px){.gridMaker{gap:1px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}#productImg,.toaster{width:100%}}.wishList{opacity:0}.wishlist-hover{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.wishlist-hover:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.imgContainer:hover .wishList{opacity:1;transition:opacity .8s ease}.placeholder-card{animation:pulse 1.5s ease-in-out infinite;border-radius:.5rem;overflow:hidden}.placeholder-img{height:220px;background:#e0e0e0;border-radius:.5rem .5rem 0 0}.placeholder-text{height:14px;background:#ddd;border-radius:4px}.placeholder-text.short{width:60%;margin-top:8px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.card-img-top{aspect-ratio:3/4;width:100%;object-fit:cover;background-color:#e0e0e0;display:block}