a.Home_brands_grid_item__PWbed {
    height: 154px;
    width: 143px;
}

@layer component {
    .mkdf-brand-carousel * {
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        margin: 0;
        padding: 0;
    }

    .mkdf-brand-carousel {
        font-family: Nunito, Helvetica, sans-serif;
    }

    .mkdf-brand-carousel a {
        color: inherit;
        text-decoration: none !important;
    }

    .mkdf-brand-carousel button {
        -webkit-appearance: none;
        cursor: pointer;
        color: #000;
        background: 0 0;
        border: 0;
    }

    .mkdf-brand-carousel button,
    .mkdf-brand-carousel button:focus {
        outline: none;
    }

    .mkdf-brand-carousel h2 {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        font-size: calc(1.325rem + 0.9vw);
    }

    @media (width>=1200px) {
        .mkdf-brand-carousel h2 {
            font-size: 2rem;
        }
    }

    .mkdf-brand-carousel .swiper-wrapper {
        z-index: 1;
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        transition-property: transform;
        display: flex;
        position: relative;
        transform: translateZ(0);
    }

    .Home_space_y_reserve__9JLOV {
        margin-top: 3.5rem;
        margin-bottom: 0;
    }

    .Home_section_heading__m_tuW {
        color: #111827;
        text-align: center;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 2rem;
        display: flex;
        position: relative;
    }

    .Home_section_heading_text__tanus {
        font-size: 1.875rem;
        font-weight: 600;
    }

    .Home_section_heading_description__UtpAt {
        color: #6b7280;
        margin-top: 0.5rem;
        font-size: 1rem;
        font-weight: 400;
        display: block;
    }

    .Home_mt_4__BCLtR {
        flex: 1;
        justify-content: flex-end;
        margin-top: 1rem;
        display: flex;
    }

    .Home_notes_nav_controls__ce3FX {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .Home_view_button__UGUEA {
        flex-shrink: 0;
        display: none;
    }

    .Home_notes_nav_controls__ce3FX .Home_view_button__UGUEA {
        display: block;
    }

    .Home_view_button__UGUEA button {
        cursor: pointer;
        color: #6b7280 !important;
        background-color: #fff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 50px !important;
        justify-content: center;
        align-items: center;
        height: auto;
        padding: 0.75rem 1rem;
        font-family: Nunito;
        font-weight: 500;
        transition-property: background-color, border-color, color, fill, stroke;
        transition-duration: 0.15s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        display: inline-flex;
        position: relative;
    }

    .Home_view_button__UGUEA button svg {
        fill: #6b7280;
    }

    .Home_view_button__UGUEA button:hover {
        background-color: #f3f4f6;
    }

    .Home_next_prev__y_7q1 {
        color: #111827;
        align-items: center;
        display: flex;
        position: relative;
        gap: 10px;
    }

    .Home_next_prev__y_7q1 button {
        cursor: pointer;
        background-color: #fff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 50px !important;
        justify-content: center;
        align-items: center;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
    }

    .Home_next_prev__y_7q1 button svg {
        fill: gray;
        width: 8px;
    }

    .Home_next_prev__y_7q1>button:nth-child(2) svg {
        transform: rotate(180deg);
    }

    .Home_next_prev__y_7q1 button:hover {
        border-color: #d1d5db;
    }

    .Home_next_prev__y_7q1>button:first-child {
        margin-right: 6px;
    }

    .Home_unselectable__uRPib {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .Home_glide__track__YHKq5 {
        overflow: hidden;
    }

    .Home_glide__slides__owGud {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        touch-action: pan-y;
        will-change: transform;
        flex-wrap: nowrap;
        padding: 0;
        display: flex;
        position: relative;
        overflow: hidden;
    }

    .Home_brands_grid_item__PWbed {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        background-image: #fff;
        border: 1px solid #fff;
        justify-content: center;
        align-items: center;
        padding: 0.75rem;
        text-decoration: none;
        transition-property: box-shadow;
        transition-duration: 0.15s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        position: relative;
        overflow: hidden;
        padding-bottom: 90%;
        /* Removed !important to allow override */
    }

    .Home_brands_grid_item__PWbed img {
        object-fit: contain;
        width: 100%;
    }

    .Home_brands_grid_item__PWbed:hover .Home_item_count__qDY0o {
        opacity: 1;
        display: inline-flex;
    }

    .Home_item_count__qDY0o {
        color: #27272a;
        opacity: 0;
        z-index: 5;
        background: #f4f4f5;
        border-radius: 9999px;
        padding: 0.25rem 0.625rem;
        font-size: 0.75rem;
        font-weight: 500;
        transition: opacity 0.3s ease-out;
        display: none;
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
    }

    @media (width>=640px) {
        .Home_space_y_reserve__9JLOV {
            margin-top: 96px;
            margin-bottom: 0;
        }

        .Home_section_heading__m_tuW {
            flex-direction: row;
            align-items: flex-end;
        }

        .Home_section_heading__left_col__VkpEd {
            flex: 1;
        }

        .Home_section_heading_description__UtpAt {
            font-size: 1.25rem;
        }

        .Home_mt_4__BCLtR {
            margin-left: 0.5rem;
        }

        .Home_view_button__UGUEA {
            display: block;
        }

        .Home_view_button__UGUEA button {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            font-size: 1rem;
        }

        .Home_notes_nav_controls__ce3FX {
            justify-content: flex-end;
            align-items: center;
            row-gap: 0.75rem;
        }

        .Home_brands_grid_item__PWbed {
            padding: 1.5rem;
        }
    }

    @media (width>=768px) {
        .Home_section_heading_text__tanus {
            font-size: 2rem;
        }

        .Home_section_heading_description__UtpAt {
            margin-top: 0.75rem;
        }
    }

    @media (width>=1024px) {
        .Home_section_heading__m_tuW {
            margin-bottom: 2rem;
        }
    }

    @media (width<=767px) {
        .Home_section_heading_text__tanus {
            font-size: 18px;
        }

        .Home_section_heading_description__UtpAt {
            font-size: 14px;
        }

        .Home_view_button__UGUEA button {
            padding: 0.5rem 1rem;
            font-size: 13px;
        }

        .Home_next_prev__y_7q1 button {
            width: 1.8rem;
            height: 1.8rem;
        }

        .Home_next_prev__y_7q1 button svg {
            width: 6px;
        }
    }

    .mkdf-brand-carousel .swiper {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .mkdf-brand-carousel .swiper,
    .mkdf-brand-carousel .swiper-wrapper {
        z-index: 1;
        position: relative;
    }

    .mkdf-brand-carousel .swiper-wrapper {
        box-sizing: content-box;
        width: 100%;
        height: 100%;
        transition-property: transform;
        display: flex;
        transform: translateZ(0);
    }

    .mkdf-brand-carousel .swiper-pointer-events {
        touch-action: pan-y;
    }

    .mkdf-brand-carousel .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        transition-property: transform;
        position: relative;
    }
}