.td-products-hero{position:relative;padding:120px 0 80px;overflow:hidden}.td-products-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--td-gradient);opacity:.08}.td-products-hero-bg::after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,var(--td-bg),transparent)}.td-products-hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.td-products-hero-content h1{margin-bottom:16px}.td-products-hero-sub{color:var(--td-text-muted);font-size:18px;line-height:1.7}.td-product-category{margin-bottom:60px}.td-product-category:last-child{margin-bottom:0}.td-category-header{margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid var(--td-border)}.td-category-header h2{margin-bottom:8px}.td-category-desc{color:var(--td-text-muted);font-size:16px;margin:0}.td-product-grid-card{text-align:center;padding:20px;height:100%;display:flex;flex-direction:column}.td-product-img-wrap{display:block;overflow:hidden;margin-bottom:16px}.td-product-img-wrap img{width:100%;height:220px;-o-object-fit:contain;object-fit:contain;transition:transform var(--td-duration-transition) var(--td-ease)}.td-product-grid-card:hover .td-product-img-wrap img{transform:scale(1.05)}.td-product-grid-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.td-product-grid-info h4{margin-bottom:12px;font-size:17px}.td-product-grid-info .btn{align-self:center;margin-top:auto}@media (max-width:768px){.td-products-hero{padding:80px 0 60px}.td-product-img-wrap img{height:180px}}