.ad-mobile-shop-filters {
    display: none;
}

@media (max-width: 767px) {
    .ad-mobile-shop-filters {
        display: block;
        width: 100%;
		margin: 0 0 24px;
        font-family: inherit;
    }

    .ad-mobile-shop-filters__details {
        position: relative;
        width: 100%;
    }

    .ad-mobile-shop-filters__summary {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-height: 36px;
        padding: 9px 42px 9px 16px;
        background: var(--e-global-color-secondary);
        color: var(--e-global-color-243f42d);
		font-size: 16px;
		font-weight: 500;
        line-height: 1.2;
        list-style: none;
        cursor: pointer;
        user-select: none;
    }

    .ad-mobile-shop-filters__summary::-webkit-details-marker {
        display: none;
    }

    .ad-mobile-shop-filters__chevron {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 9px;
        height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
        transform: translateY(-65%) rotate(45deg);
        transition: transform 160ms ease;
    }

    .ad-mobile-shop-filters__details[open] .ad-mobile-shop-filters__chevron {
        transform: translateY(-35%) rotate(225deg);
    }

    .ad-mobile-shop-filters__panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 10px 0 4px;
        background: transparent;
    }

    .ad-mobile-shop-filters__item {
        display: block;
        min-width: 0;
        background: var(--e-global-color-243f42d);
        color: var(--e-global-color-primary);
        text-align: left;
        text-decoration: none;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
        overflow: hidden;
    }

    .ad-mobile-shop-filters__item:focus-visible {
        outline: 2px solid var(--e-global-color-primary);
        outline-offset: 2px;
    }

    .ad-mobile-shop-filters__image {
        display: block;
        width: 100%;
        aspect-ratio: 244 / 95;
        height: auto;
        object-fit: cover;
    }

    .ad-mobile-shop-filters__label {
        display: block;
        padding: 6px 8px 7px;
        color: var(--e-global-color-secondary);
        font-size: 13px;
        font-weight: 500;
        line-height: 1.2;
    }
}
