.products-title{padding:88px 0 40px;background:linear-gradient(180deg,var(--brand-bg-alt),#fff)}.products-title .container{max-width:860px}.product-tabs{gap:10px}.product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);font-weight:800;border-radius:var(--brand-radius)}.product-tabs .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.category-intro{max-width:760px;margin-bottom:26px}.product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.product-card-button{width:100%;height:100%;padding:0;text-align:left;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden}.product-card-button:hover{border-color:var(--brand-primary);box-shadow:0 18px 36px rgba(31,81,121,.14)}.product-image{display:block;aspect-ratio:4/3;background:var(--brand-bg-alt)}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-body{display:block;padding:20px}.product-body small,.product-body strong{display:block;color:var(--brand-text)}.product-body small{margin-top:8px}@media (max-width:991px){.product-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.product-card-grid{grid-template-columns:1fr}}