.product-sec{grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding:1.5rem;display:grid}@media (min-width:768px){.product-sec{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.product-sec{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:26rem;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.img-div{width:100%;height:65%;position:relative}.productImage{object-fit:cover}.product-info{background:#f4f4f4;flex-direction:column;justify-content:space-between;width:100%;height:35%;padding:.8rem;display:flex}.product-title{font-size:1.1rem;font-weight:700;font-family:var(--play-txt);white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}.product-desc{font-family:var(--inter-txt);color:#4a4a4a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.product-btn{text-align:center;background:var(--text-teal,teal);color:#fff;border-radius:4px;width:100%;padding:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out}.product-btn:hover{opacity:.9;background:#005e60}@media (max-width:768px){.product-card{height:22rem}.product-sec{gap:.2em;padding:1rem .2em}}
