/* ==========================================================================
   HQ Motor Service — Mobile only (max-width: 767px)
   Loaded with media="(max-width: 767px)" — no wrapping query needed.
   ========================================================================== */

.rights {
    border-block-end: 1px solid #e8e8e8;
    padding-block-end: 10px;
    margin-block-end: 20px;
}

.to-hide-mobile,
.search-filter {
    display: none !important;
}

.archive-title .wd-woo-page-title,
.archive-title .wd-single-breadcrumbs {
    display: none !important;
}

.s1 .r1 .c1,
.s1 .r1 .c2,
.s1 .r1 .c3 {
    padding: 0 !important;
}

.s1 .r1 .c3 > .vc_column-inner {
    padding: 0 !important;
}

.wd-slide .wd-slide-container {
    background-color: rgb(29 29 28 / 50%);
}

.warranty-section {
    padding-block-start: 30px !important;
}

.warranty-section .r1 .c1 {
    padding-block-end: 30px !important;
}

.single-product .product-details .c2 {
    padding-inline-start: 0 !important;
}

/* Brands grid: 2 columns on phones */
.brand-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
