.uakc-brand-landing {
    max-width: 1220px;
    margin: 0 auto;
    padding: 18px 15px 50px;
}
.uakc-brand-header { margin-bottom: 22px; }
.uakc-brand-header h1 {
    margin: 8px 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}
.uakc-breadcrumb { color: #777; font-size: 12px; text-transform: uppercase; }
.uakc-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background: #fff;
}
.uakc-brand-card {
    min-height: 320px;
    padding: 22px 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.uakc-brand-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
    margin-bottom: 14px;
    text-decoration: none;
}
.uakc-brand-image img { max-width: 100%; max-height: 145px; object-fit: contain; }
.uakc-brand-noimage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 110px;
    padding: 12px;
    background: #f4f4f4;
    color: #777;
    font-size: 13px;
    line-height: 1.3;
}
.uakc-brand-card h2 { margin: 0 0 12px; font-size: 15px; font-weight: 600; line-height: 1.3; }
.uakc-brand-card h2 a { color: #333; text-decoration: none; }
.uakc-brand-card ul { margin: 0 auto; padding: 0; max-width: 230px; text-align: left; list-style: none; }
.uakc-brand-card li { margin: 5px 0; font-size: 12px; line-height: 1.3; }
.uakc-brand-card li:before { content: "›"; color: #00aeef; margin-right: 6px; font-weight: 700; }
.uakc-brand-card li a { color: #333; text-decoration: none; }
.uakc-brand-card a:hover { color: #00aeef; }
.uakc-debug-message { margin-top: 8px; color: #777; font-size: 12px; }
.uakc-brand-landing-page .products.wrapper,
.uakc-brand-landing-page .toolbar-products,
.uakc-brand-landing-page .block.filter,
.uakc-brand-landing-page .sidebar-main { display: none !important; }
.uakc-brand-landing-page .column.main { width: 100% !important; max-width: none !important; }
@media (max-width: 1199px) { .uakc-brand-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) {
    .uakc-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .uakc-brand-card { min-height: 275px; padding: 18px 14px; }
}
@media (max-width: 480px) { .uakc-brand-grid { grid-template-columns: 1fr; } }
