#logo {
    width: 380px;
}

/* ============================================================
   HEADINGS — tiêu đề section trang chủ
   Dùng cho: .headings.clear  và  .headingss
   ============================================================ */

.headings,
.headingss {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 16px 10px 20px;
    margin-bottom: 18px;
    background: #fff;
    border-left: 4px solid var(--primary, #e31837);
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0 6px 6px 0;
}

/* H2 — không co, không giãn */
.headings h2,
.headingss h2 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
}

/* headingss không có .des → h2 chiếm hết khoảng trống */
.headingss h2 {
    flex: 1 1 auto;
}

/* Link tiêu đề */
.headings h2 .title,
.headingss h2 .title {
    color: #1a1a1a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: color .2s;
}

.headings h2 .title:hover,
.headingss h2 .title:hover {
    color: var(--primary, #e31837);
}

/* Mô tả — chiếm hết khoảng còn lại → đẩy .view sang phải */
.headings .des {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.headings .des p {
    margin: 0;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

/* Nút "Xem thêm" — không co giãn, căn giữa dọc */
.headings .view,
.headingss .view {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: var(--primary, #e31837);
    text-decoration: none;
    padding: 4px 14px;
    border: 1.5px solid var(--primary, #e31837);
    border-radius: 20px;
    line-height: 1.5;
    transition: background .2s, color .2s;
    white-space: nowrap;
}

.headings .view:hover,
.headingss .view:hover {
    background: var(--primary, #e31837);
    color: #fff;
}
.txt-line-mini{
    font-size:13px;
    font-weight:600;
    color:#222;
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height:1.4;
}
.sp-cl{
    font-size:12px;
    color:#e31837;
    display:block;
    margin-top:3px;
}
.tong-txt{
    text-align:right;
    font-weight:700;
    margin-bottom:12px;
}
.a-gio-hang{
    display:block;
    text-align:center;
    padding:8px;
    background:var(--primary,#e31837);
    color:#fff;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
}
.filter-brand-item:first-child{
    padding-top: 10px;
}
.filter-brand-item input[type="radio"]{
    margin-bottom: 0px;
}
.da_ban{
    display: none;
}