.kidk-products-hero{background:var(--brand-primary-dark);color:#fff}.kidk-products-hero__grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,1.05fr);grid-gap:44px;gap:44px;align-items:center;padding-top:160px;padding-bottom:88px}.kidk-products-hero h1{color:#fff;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.kidk-products-hero .section-kicker,.kidk-products-hero p{color:#fff}.kidk-products-hero img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border-radius:var(--kidk-radius)}.kidk-products-grid-section{padding-top:72px;padding-bottom:88px;background:#fff}.kidk-category-block{padding:40px 0;border-bottom:1px solid var(--brand-border)}.kidk-category-block:first-child{padding-top:0}.kidk-category-block__head{max-width:760px;margin-bottom:24px}.kidk-category-block__head h2{margin-bottom:10px}.kidk-dynamic-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.kidk-product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--kidk-radius);background:#fff;overflow:hidden}.kidk-product-card button{width:100%;display:grid;grid-gap:14px;gap:14px;background:0 0;border:0;padding:16px;color:var(--brand-text);text-align:left;font-weight:700}.kidk-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;background:var(--brand-neutral-light);border-radius:calc(var(--kidk-radius) - 4px)}@media (max-width:991px){.kidk-dynamic-product-grid,.kidk-products-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kidk-products-hero__grid{grid-template-columns:1fr;padding-top:120px}}@media (max-width:575px){.kidk-dynamic-product-grid{grid-template-columns:1fr}}