.brand .brand_info{border-bottom:1px solid var(--surface-border);width:100%;margin-bottom:2rem;padding-bottom:2rem;display:flex}.brand .brand_info .brand_logo{background-color:var(--bg-white);justify-content:center;align-items:center;width:12rem;height:6rem;display:flex}.brand .brand_info .brand_logo img{object-fit:scale-down;width:100%;height:100%}.brand .brand_info .seo_body{max-width:60rem;min-height:6rem;margin-top:.5rem;margin-left:2rem}
.card_collection{box-sizing:border-box;border:1px solid #0000;border-radius:.1rem;padding:1rem}.card_collection:hover{border:1px solid var(--primary-color)}.card_collection .image{justify-content:center;align-items:center;width:100%;height:180px;display:flex}.card_collection .image img{object-fit:cover;border-radius:.2rem;width:100%;height:100%}.card_collection .info{padding:1rem .5rem 0}.card_collection .info .producer{color:var(--text-color-secondary);cursor:default;font-size:.85rem;font-weight:600}.card_collection .info .name{color:var(--text-color);font-size:1.1rem;font-weight:500;text-decoration:none}.card_collection .info .name:hover{color:var(--primary-color)}
