@charset "UTF-8";.wm-products-header{background:var(--brand-bg-alt);border-bottom:1px solid var(--brand-border);padding:100px 0 32px}.wm-products-header h1{font-size:32px;margin-bottom:8px}.wm-products-header p{color:var(--brand-text-secondary);margin-bottom:0}.wm-category-section{padding:48px 0;border-bottom:1px solid var(--brand-border)}.wm-category-section:last-child{border-bottom:none}.wm-category-title{font-size:1.2rem;font-weight:600;margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid var(--brand-secondary);display:inline-block}.wm-product-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;transition:box-shadow .2s;cursor:pointer;height:100%;display:flex;flex-direction:column}.wm-product-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.wm-product-img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.wm-product-info{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.wm-product-info h6{font-size:.88rem;font-weight:600;margin-bottom:8px}.wm-product-info .btn-sm{font-size:.78rem;padding:4px 12px}