.products-tabs-page{padding:160px 0 88px;background:linear-gradient(180deg,var(--brand-bg-alt),var(--brand-bg) 360px)}.products-title{max-width:780px;margin-bottom:34px}.products-title h1{margin:8px 0 14px;color:var(--brand-text);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.products-title p{margin:0;color:var(--brand-text)}.lego-product-tabs{gap:10px;margin-bottom:30px}.lego-product-tabs .nav-link{border-radius:var(--brand-radius);color:var(--brand-primary-dark);background:var(--brand-bg);border:1px solid var(--brand-border);font-weight:800}.lego-product-tabs .nav-link.active{background:var(--brand-primary);color:var(--brand-text-inverse)}.lego-product-panels{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:28px}.category-heading{margin-bottom:24px}.category-heading h2{margin:0 0 8px;color:var(--brand-text);font-size:max(1.5rem, min(2.4vw, 2.2rem))}.category-heading p{margin:0;color:var(--brand-text)}.lego-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.lego-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.lego-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(21,22,31,.12)}.lego-product-card a{display:grid;color:var(--brand-text)}.lego-product-card__media{display:block;aspect-ratio:4/3;background:var(--brand-neutral-light)}.lego-product-card__media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.lego-product-card__body{display:grid;grid-gap:8px;gap:8px;padding:20px}.lego-product-card h3{margin:0;color:var(--brand-text);font-size:1.05rem}.lego-product-card__body span{color:var(--brand-primary);font-weight:800}@media (max-width:991px){.lego-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.lego-product-panels{padding:18px}.lego-product-grid{grid-template-columns:1fr}}