.play-products-page{padding-top:160px;padding-bottom:90px}.play-products-head{max-width:760px;margin-bottom:34px}.play-products-head h1{font-size:max(2rem, min(4vw, 3.5rem))}.play-product-tabs{border-bottom:1px solid var(--brand-border);gap:8px;margin-bottom:34px}.play-product-tabs .nav-link{border:1px solid var(--brand-border);color:var(--brand-text);border-radius:var(--brand-radius) var(--brand-radius) 0 0;font-weight:700}.play-product-tabs .nav-link.active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.play-category-head{margin-bottom:22px}.play-category-head h2{font-size:max(1.5rem, min(3vw, 2rem))}.play-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.play-dynamic-product-card{border:1px solid var(--brand-border);background:#fff;position:relative}.play-dynamic-product-card a{color:var(--brand-text);display:block}.play-dynamic-product-card a:hover{-webkit-text-decoration:none;text-decoration:none}.play-dynamic-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.play-dynamic-product-card h3{font-size:1rem;margin:16px 16px 8px}.play-dynamic-product-card span{display:block;margin:0 16px 18px;font-weight:700;color:var(--brand-primary)}@media (max-width:991px){.play-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.play-products-grid{grid-template-columns:1fr}}