.brit-products-page{padding:168px 0 92px;background:var(--brand-bg)}.brit-products-heading{max-width:760px;margin-bottom:36px}.brit-products-heading h1{font-size:max(2rem, min(4vw, 3.3rem))}.brit-product-tabs{gap:10px;margin-bottom:34px}.brit-product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--brand-radius);font-weight:800}.brit-product-tabs .nav-link.active{background:var(--brand-primary-dark);color:var(--brand-text-inverse);border-color:var(--brand-primary-dark)}.brit-category-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px;padding-bottom:18px;border-bottom:1px solid var(--brand-border)}.brit-category-title h2{margin:0}.brit-category-title p{max-width:520px;margin:0}.brit-dynamic-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.brit-dynamic-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--brand-border);background:var(--brand-bg)}.brit-dynamic-card a{display:flex;flex-direction:column;flex:1 1 auto;color:var(--brand-text)}.brit-dynamic-card__image{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light);overflow:hidden}.brit-dynamic-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.brit-dynamic-card__body{display:flex;flex-direction:column;gap:8px;padding:22px}.brit-dynamic-card__body strong{font-size:1.05rem}.brit-card-button{width:calc(100% - 44px);margin:0 22px 22px}@media (max-width:991px){.brit-dynamic-products{grid-template-columns:repeat(2,minmax(0,1fr))}.brit-category-title{display:block}}@media (max-width:575px){.brit-dynamic-products{grid-template-columns:1fr}}