.section-title{margin-bottom:50px;text-align:center}.section-title h2{color:#1c1c1c;font-size:42px;margin-bottom:15px}.section-title p{color:#666;font-size:18px;margin:0 auto;max-width:700px}.products-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.sub-hd{background-color:#fff;border:1px solid silver;border-radius:100px;color:#000;display:inline-flex;font-size:20px;padding:8px 50px}.filters button{border:none;font-size:16px;padding:5px 15px}.filters button.active{background:#000;color:#fff}.product-card{margin-bottom:30px}.product-card .card{background:#fff;border-radius:12px;border-radius:30px;box-shadow:0 5px 20px rgba(0,0,0,.08);overflow:hidden;padding:30px;transition:all .3s ease}.product-card:hover{transform:translateY(-8px)}.product-content{padding:30px 0 0}.product-content h3{color:#222;font-size:24px;margin-bottom:12px}.product-image{background:#fff;border-radius:30px;height:240px;width:100%}.card-media,.product-image{display:flex;justify-content:center}.card-media{align-items:center;height:360px}.card-body{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:start}.card-body p,.card-foot{height:auto}.card-foot{display:flex;margin-top:auto}.product-card .card span.card-tag{border:1px solid #f8c62f;border-radius:15px;font-size:13px;font-weight:700;left:15px;padding:6px 12px;position:absolute;top:15px}.product-card .card .primary-button{font-size:16px;margin-top:30px;padding:10px 30px}.primary-button.icon i{height:30px;width:30px}@media (max-width:991px){.products-grid{grid-template-columns:repeat(2,1fr)}.section-title h2{font-size:34px}}@media (max-width:767px){.products-grid{grid-template-columns:1fr}.products-section{padding:60px 0}.section-title h2{font-size:28px}.section-title p{font-size:16px}}