@media (max-width: 767px) {
    body.hrd-shop-mobile-page .hrd-shop-mobile-controls {
        margin-bottom: 12px;
    }

    body.hrd-shop-mobile-page .hrd-shop-title {
        font-size: 22px;
        line-height: 1.3;
        margin: 0 0 12px;
        text-align: center;
    }

    body.hrd-shop-mobile-page .hrd-mobile-actions {
        align-items: stretch;
        display: grid;
        column-gap: 12px;
        row-gap: 0;
        grid-template-columns: minmax(0, 3fr) minmax(88px, 1fr);
        margin-bottom: 10px;
        width: 100%;
    }

    body.hrd-shop-mobile-page .hrd-category-trigger {
        align-items: center;
        appearance: none;
        background: #ffffff;
        border: 1px solid #d7d7d7;
        border-radius: 6px;
        color: #222222;
        cursor: pointer;
        display: inline-flex;
        font-size: 13px;
        font-weight: 600;
        gap: 4px;
        height: 38px;
        justify-content: space-between;
        margin: 0;
        padding: 0 12px;
        white-space: nowrap;
        width: 100%;
    }

    body.hrd-shop-mobile-page .hrd-category-trigger span:last-child {
        margin-left: auto;
    }

    body.hrd-shop-mobile-page .hrd-sorting-slot {
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
        min-width: 0;
        width: 100%;
    }

    body.hrd-shop-mobile-page .hrd-mobile-ordering {
        margin: 0;
        max-width: none;
        position: relative;
        width: 100%;
        min-width: 44px;
        height: 38px;
    }

    body.hrd-shop-mobile-page .hrd-mobile-ordering::after {
        content: none;
    }

    body.hrd-shop-mobile-page .hrd-mobile-ordering .orderby {
        appearance: none;
        background: #ffffff url('../images/ICON-Sorting.png') center center / 18px 18px no-repeat;
        border: 0;
        border-radius: 0;
        color: transparent;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        height: 38px;
        line-height: 38px;
        margin: 0;
        max-width: none;
        min-width: 0;
        padding: 0;
        text-indent: -9999px;
        width: 100%;
    }

    body.hrd-shop-mobile-page .hrd-mobile-ordering .orderby option {
        color: #222222;
        font-size: 13px;
    }

    body.hrd-shop-mobile-page .hrd-mobile-ordering .orderby:focus-visible,
    body.hrd-shop-mobile-page .hrd-category-trigger:focus-visible,
    body.hrd-shop-mobile-page .hrd-promo-button:focus-visible {
        outline: 2px solid #222222;
        outline-offset: 2px;
    }

    body.hrd-shop-mobile-page .hrd-promo-button {
        align-items: center;
        background: #ffffff url('../images/ICON-Promo.png') center center / 18px 18px no-repeat;
        border: 0;
        border-left: 0;
        border-radius: 0;
        cursor: pointer;
        display: inline-flex;
        height: 38px;
        justify-content: center;
        text-decoration: none;
        width: 100%;
        min-width: 44px;
    }

    body.hrd-shop-mobile-page .hrd-icon-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        width: 100%;
        min-width: 88px;
        border: 1px solid #d7d7d7;
        border-radius: 6px;
        overflow: hidden;
        background: #ffffff;
    }

    body.hrd-shop-mobile-page .hrd-icon-actions > *:first-child {
        border-right: 1px solid #d7d7d7;
        width: 100%;
    }

    body.hrd-shop-mobile-page .hrd-shop-breadcrumb {
        color: #666666;
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

    body.hrd-shop-mobile-page .hrd-shop-breadcrumb a {
        color: #666666;
        text-decoration: none;
    }

    body.hrd-shop-mobile-page .hrd-shop-breadcrumb a:focus,
    body.hrd-shop-mobile-page .hrd-shop-breadcrumb a:hover {
        color: #222222;
        text-decoration: underline;
    }

    body.hrd-shop-mobile-page .hrd-shop-breadcrumb-sep {
        margin: 0 6px;
    }

    body.hrd-shop-mobile-page.hrd-shop-mobile-ready .elementor-location-archive .elementor-widget-nav-menu.elementor-nav-menu--toggle,
    body.hrd-shop-mobile-page.hrd-shop-mobile-ready .elementor-location-archive .elementor-widget-wc-archive-products .filter-wrap {
        display: none !important;
    }

    body.hrd-shop-mobile-page .hrd-category-panel-overlay {
        background: rgba(0, 0, 0, 0.45);
        inset: 0;
        opacity: 0;
        position: fixed;
        transition: opacity 0.24s ease;
        visibility: hidden;
        z-index: 9997;
    }

    body.hrd-shop-mobile-page .hrd-category-panel-overlay.is-open {
        opacity: 1;
        visibility: visible;
    }

    body.hrd-shop-mobile-page .hrd-category-panel {
        background: #ffffff;
        box-shadow: 2px 0 12px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-direction: column;
        height: 100%;
        left: 0;
        max-width: 320px;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: transform 0.24s ease;
        width: 86vw;
        z-index: 9998;
    }

    body.hrd-shop-mobile-page .hrd-category-panel.is-open {
        transform: translateX(0);
    }

    body.hrd-shop-mobile-page .hrd-category-panel-header {
        align-items: center;
        border-bottom: 1px solid #ececec;
        display: flex;
        justify-content: space-between;
        padding: 14px 16px;
    }

    body.hrd-shop-mobile-page .hrd-category-panel-title {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

    body.hrd-shop-mobile-page .hrd-category-panel-close {
        align-items: center;
        background: transparent;
        border: 0;
        color: #222222;
        cursor: pointer;
        display: inline-flex;
        font-size: 24px;
        height: 34px;
        justify-content: center;
        line-height: 1;
        width: 34px;
    }

    body.hrd-shop-mobile-page .hrd-category-panel-body {
        flex: 1;
        overflow-y: auto;
        padding: 0 16px 18px;
    }

    body.hrd-shop-mobile-page .hrd-category-list,
    body.hrd-shop-mobile-page .hrd-category-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    body.hrd-shop-mobile-page .hrd-category-list > li {
        border-bottom: 1px solid #f2f2f2;
    }

    body.hrd-shop-mobile-page .hrd-category-list a {
        color: #222222;
        display: block;
        font-size: 14px;
        line-height: 1.4;
        padding: 12px 0;
        text-decoration: none;
    }

    body.hrd-shop-mobile-page .hrd-category-list .sub-menu {
        display: none;
        border-left: 1px solid #ebebeb;
        margin-left: 10px;
        padding-left: 12px;
    }

    body.hrd-shop-mobile-page .hrd-category-list li.is-open > .sub-menu {
        display: block;
    }

    body.hrd-shop-mobile-page .hrd-category-list .hrd-has-children {
        position: relative;
    }

    body.hrd-shop-mobile-page .hrd-category-list .hrd-has-children > a {
        padding-right: 34px;
    }

    body.hrd-shop-mobile-page .hrd-category-list .hrd-submenu-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        color: #222222;
        cursor: pointer;
        display: inline-flex;
        height: 28px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 0;
        top: 7px;
        width: 28px;
    }

    body.hrd-shop-mobile-page .hrd-category-list .hrd-submenu-toggle span {
        border-bottom: 1.5px solid currentColor;
        border-right: 1.5px solid currentColor;
        display: inline-block;
        height: 8px;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
        width: 8px;
    }

    body.hrd-shop-mobile-page .hrd-category-list li.is-open > .hrd-submenu-toggle span {
        transform: rotate(135deg);
    }

    body.hrd-category-panel-open {
        overflow: hidden;
    }
}
