.vro-products-title{padding:56px 0 40px;border-bottom:1px solid var(--brand-border);background:var(--brand-bg-alt)}.vro-products-title .container{max-width:820px;margin-left:max(0px,(100vw - 1200px) / 2)}.vro-products-title p{color:var(--brand-text)}.vro-products-tabs{min-height:520px;background:var(--brand-bg)}.vro-tab-list{gap:8px;overflow-x:auto;flex-wrap:nowrap;margin-bottom:32px;padding-bottom:8px}.vro-tab-list .nav-link{white-space:nowrap;border:1px solid var(--brand-border);border-radius:var(--brand-radius);color:var(--brand-text);background:var(--brand-bg)}.vro-tab-list .nav-link.active{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.vro-product-card{overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.vro-product-card button{width:100%;height:100%;padding:0;border:0;color:var(--brand-text);background:var(--brand-bg);text-align:left}.vro-product-image{display:block;aspect-ratio:1;overflow:hidden;background:var(--brand-neutral-light)}.vro-product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.vro-product-card:hover img{transform:scale(1.04)}.vro-product-name{display:block;padding:16px 16px 6px;font-weight:700}.vro-product-action{display:block;padding:0 16px 16px;color:var(--brand-primary-dark);font-size:.82rem}