.scot-products-title{padding:150px 0 48px;background:var(--brand-neutral-light);text-align:center}.scot-products-title .container{max-width:820px}.scot-products-tabs{background:var(--brand-bg)}.scot-tab-nav{justify-content:center;gap:10px;margin-bottom:36px}.scot-tab-nav .nav-link{border:1px solid var(--brand-border);border-radius:999px;color:var(--brand-text);font-weight:800}.scot-tab-nav .nav-link.active{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--brand-text-inverse)}.scot-category-head{margin-bottom:22px;text-align:center}.scot-dynamic-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.scot-product-card{overflow:hidden;transition:transform .2s,box-shadow .2s}.scot-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.scot-product-card a{display:grid;color:var(--brand-text)}.scot-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.scot-product-card h3{min-height:54px;margin:0;padding:16px 16px 6px;color:var(--brand-text);font-size:1.02rem;line-height:1.3}.scot-product-card span{padding:0 16px 18px;color:var(--brand-secondary);font-weight:800}@media (max-width:991.98px){.scot-dynamic-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.scot-dynamic-product-grid{grid-template-columns:1fr}}