.products-title-section{padding-top:150px;background:linear-gradient(180deg,#eaf6fb 0,#fff 100%);text-align:center}.products-title-section p{max-width:760px;margin:0 auto}.product-tabs-section{padding-top:40px}.product-tabs{gap:10px;justify-content:center;margin-bottom:34px}.product-tabs .nav-link{border-radius:6px;color:var(--brand-primary-dark);border:1px solid var(--brand-border);font-weight:800}.product-tabs .nav-link.active{background:var(--brand-primary);color:#fff}.category-intro{max-width:760px;margin-bottom:28px}.product-card{height:100%;background:#fff;border:1px solid var(--brand-border);border-radius:8px;overflow:hidden;box-shadow:0 10px 28px rgba(11,36,64,.08)}.product-card a{display:flex;flex-direction:column;height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{display:flex;flex:1;flex-direction:column;padding:22px}.product-card-body span{color:var(--brand-primary);font-size:13px;font-weight:900;text-transform:uppercase}.product-card-body h3{margin:8px 0 10px}.product-card-body strong{margin-top:auto;color:var(--brand-primary)}