@charset "UTF-8";.products-featured{background:var(--grad-soft);padding-top:176px;padding-bottom:72px;border-bottom:1px solid var(--brand-border)}.products-featured-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.products-featured .products-copy h1{font-size:max(2rem, min(4vw, 3.4rem));line-height:1.1;margin-bottom:1rem;max-width:18ch}.products-featured .products-copy p{color:var(--brand-text-secondary);font-size:1.08rem;margin-bottom:1.6rem;max-width:52ch}.products-featured .products-visual{position:relative}.products-featured .products-visual img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:var(--brand-bg-alt)}.products-featured .products-visual::before{content:"";position:absolute;right:-18px;top:-18px;width:130px;height:130px;border-radius:var(--radius-lg);background:var(--brand-primary-light);opacity:.5;z-index:0}.product-catalog-section{background:var(--brand-bg)}.product-category-block{margin-bottom:56px}.product-category-block:last-child{margin-bottom:0}.product-category-block>h2{font-size:1.6rem;margin-bottom:.4rem;padding-bottom:.6rem;border-bottom:2px solid var(--brand-bg-alt)}.product-category-block .category-desc{color:var(--brand-text-secondary);margin-bottom:1.6rem;max-width:60ch}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.product-card{position:relative;display:flex;flex-direction:column;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--brand-primary-light)}.product-card>a{display:flex;flex-direction:column;color:inherit;flex:1}.product-card .product-image-wrap{display:block;overflow:hidden;background:var(--brand-bg-alt)}.product-card .product-image-wrap img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;transition:transform .4s var(--ease)}.product-card:hover .product-image-wrap img{transform:scale(1.05)}.product-card .product-card-body{display:block;padding:1.1rem 1.2rem .6rem}.product-card .product-card-body h3{font-size:1.12rem;margin-bottom:.5rem;color:var(--brand-text)}.product-card .product-note{display:block;color:var(--brand-text-secondary);font-size:.86rem;line-height:1.5}.product-card .btn-link-action{margin:.4rem 1.2rem 1.1rem;align-self:flex-start}@media (max-width:991px){.products-featured{padding-top:160px}.products-featured-grid{grid-template-columns:1fr;gap:32px}.products-featured .products-visual img{max-height:420px;aspect-ratio:auto}}@media (max-width:575px){.product-grid{grid-template-columns:1fr}}