.explore-products{padding-top:15px;padding-bottom:60px}.explore-products__heading{font-family:'Gilroy',sans-serif;font-size:45px;line-height:100%;letter-spacing:-0.06px;color:#1f1f1f;margin-bottom:24px;font-weight:700}.explore-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{display:block;position:relative;background-color:#d6d6d6;border-radius:20px;overflow:hidden;text-decoration:none;height:505px}.product-card__image-container{width:100%;height:100%;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__content{position:absolute;bottom:12px;left:12px;right:12px;background-color:#fff;border-radius:20px;padding:15px 24px;display:flex;justify-content:space-between;align-items:center;height:90px;box-sizing:border-box}.product-card__text{display:flex;flex-direction:column;gap:5px}.product-card__title{font-family:'Gilroy',sans-serif;font-size:32px;line-height:100%;color:#1f1f1f;margin:0;font-weight:700;letter-spacing:-0.25%}.product-card__description{font-family:'Gilroy',sans-serif;font-size:14px;line-height:22px;color:#1f1f1f;margin:0;font-weight:500}.product-card__arrow{display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.product-card:hover .product-card__arrow{transform:translateX(5px)}@media (max-width:1024px){.explore-products__heading{font-size:36px;line-height:36px}.explore-products__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.explore-products__grid{grid-template-columns:1fr}.explore-products__heading{font-size:36px;line-height:100%;text-align:center}.product-card__title{font-size:28px;line-height:28px}}
