.responsive-img{max-width:100%;height:auto}.products-container{padding:60px 0 80px}.product-row{padding:60px 0;border-bottom:1px solid rgba(0,0,0,.055)}.product-row:last-child{border-bottom:none}.product-img{border-radius:12px;box-shadow:0 12px 48px rgba(0,0,0,.11);transition:transform .4s ease,box-shadow .4s ease;object-fit:cover}.product-img:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.16)}.product-title{color:var(--b-tittle-color);font-weight:700;position:relative;padding-bottom:14px;margin-bottom:18px}.product-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,var(--b-primary-color),var(--b-secondary-color));border-radius:2px}.product-description{color:#4a5568;line-height:1.85}