/*
 * BRW SEARCH MOBILE + NEMAN-LIKE COMPACT DESKTOP V2
 * Fixes V1:
 * - real mobile header is one compact flex row; no wrapping
 * - mobile search icon is guaranteed directly before phone
 * - desktop compact header is 64px and has no old mobile content offset
 * - cleaner stroke search icon
 */

/* =========================================================
   SHARED SEARCH DRAWER
   ========================================================= */

.brw-search-drawer-v2[hidden],
.brw-search-drawer-v2__popup[hidden] {
    display: none !important;
}

.brw-search-drawer-v2 {
    width: 100%;
    padding: 9px 10px 11px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(0,0,0,.18);
    box-sizing: border-box;
}

.brw-search-drawer-v2__form {
    display: flex;
    width: 100%;
    height: 46px;
    margin: 0;
    overflow: visible;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
}

.brw-search-drawer-v2__lead {
    display: flex;
    width: 42px;
    min-width: 42px;
    align-items: center;
    justify-content: center;
    color: #555;
}

.brw-search-drawer-v2__lead svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brw-search-drawer-v2__input {
    min-width: 0;
    flex: 1 1 auto;
    height: 44px;
    padding: 0 8px 0 0;
    border: 0 !important;
    outline: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 44px;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.brw-search-drawer-v2__input::placeholder {
    color: #929292;
    opacity: 1;
}

.brw-search-drawer-v2__submit {
    flex: 0 0 82px;
    height: 46px;
    margin: -1px -1px -1px 0;
    padding: 0 10px;
    border: 0;
    border-radius: 0 5px 5px 0;
    background: #d71920;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.brw-search-drawer-v2__popup {
    width: 100%;
    max-height: 64vh;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.brw-search-drawer-v2__title {
    padding: 8px 11px;
    border-bottom: 1px solid #ececec;
    background: #f7f7f7;
    color: #777;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.brw-search-drawer-v2__item {
    display: flex;
    min-height: 78px;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    color: #333 !important;
    text-decoration: none !important;
    box-sizing: border-box;
}

.brw-search-drawer-v2__image {
    display: flex;
    width: 70px;
    min-width: 70px;
    height: 60px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

.brw-search-drawer-v2__image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brw-search-drawer-v2__placeholder {
    color: #c42128;
    font-size: 13px;
    font-weight: 700;
}

.brw-search-drawer-v2__content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 3px;
}

.brw-search-drawer-v2__name {
    color: #333;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.brw-search-drawer-v2__meta {
    color: #777;
    font-size: 11px;
    line-height: 1.25;
}

.brw-search-drawer-v2__price-label {
    margin-top: 2px;
    color: #777;
    font-size: 10px;
}

.brw-search-drawer-v2__price {
    display: inline-flex;
    width: fit-content;
    min-height: 27px;
    padding: 4px 8px;
    align-items: center;
    border-radius: 5px;
    background: #2e668b;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
}

.brw-search-drawer-v2__price strong {
    margin-right: 3px;
    font-size: 13px;
}

.brw-search-drawer-v2__all,
.brw-search-drawer-v2__empty {
    display: block;
    padding: 12px;
    background: #fff;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none !important;
}

.brw-search-drawer-v2__all {
    color: #b71920 !important;
    font-weight: 700;
}

.brw-search-drawer-v2__empty {
    color: #777;
}

/* =========================================================
   WIDE DESKTOP: phone block
   ========================================================= */

@media (min-width: 1001px) {
    html.brw-desktop-template-v2 .brw-header-v12 .brw-header-v9__right {
        gap: 8px !important;
    }

    html.brw-desktop-template-v2 .brw-header-v12 .brw-header-v9__phones {
        width: 180px !important;
        min-width: 180px !important;
        grid-template-columns: 35px minmax(0,1fr) !important;
        column-gap: 8px !important;
    }

    html.brw-desktop-template-v2 .brw-header-v12 .brw-header-v9__phone-icon {
        width: 35px !important;
        height: 35px !important;
    }

    html.brw-desktop-template-v2 .brw-header-v12 .brw-header-v9__phone-code {
        font-size: 10px !important;
    }

    html.brw-desktop-template-v2 .brw-header-v12 .brw-header-v9__phone-number {
        color: #333 !important;
        font-size: 14px !important;
        line-height: 1.18 !important;
        font-weight: 700 !important;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2 {
        display: none !important;
    }
}

/* =========================================================
   DESKTOP <=1000: dedicated mobile-looking header
   ========================================================= */

@media (max-width: 1000px) {
    html.brw-desktop-template-v2,
    html.brw-desktop-template-v2 body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    html.brw-desktop-template-v2 .body_header {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        overflow: visible !important;
        background: #cf2027 !important;
        z-index: 1048 !important;
    }

    html.brw-desktop-template-v2 .body_header .container {
        width: 100% !important;
        max-width: none !important;
        height: 64px !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    html.brw-desktop-template-v2 .body_header .header.brw-header-v12,
    html.brw-desktop-template-v2 .body_header .header.brw-header-v12._scrolled {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: 64px !important;
        min-height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        background: #cf2027 !important;
    }

    html.brw-desktop-template-v2 .header.brw-header-v12 > .brw-header-v9__top,
    html.brw-desktop-template-v2 .header.brw-header-v12 > .topmenu,
    html.brw-desktop-template-v2 .header.brw-header-v12 > .clr,
    html.brw-desktop-template-v2 .header.brw-header-v12 > .menu-toggle,
    html.brw-desktop-template-v2 .body_menu {
        display: none !important;
    }

    /* Critical V2 fix: remove the old fixed-mobile content compensation. */
    html.brw-desktop-template-v2 .bannertop_bonus ~ #body_content,
    html.brw-desktop-template-v2 #body_content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2 {
        position: relative;
        display: flex !important;
        width: 100%;
        height: 64px;
        padding: 0 12px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        background: #cf2027;
        box-sizing: border-box;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__logo {
        display: flex;
        width: 54px;
        min-width: 54px;
        height: 54px;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__logo img {
        display: block;
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__actions {
        display: flex;
        height: 64px;
        margin-left: auto;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 2px;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action {
        display: flex;
        width: 44px;
        min-width: 44px;
        height: 64px;
        padding: 0;
        align-items: center;
        justify-content: center;
        border: 0;
        outline: 0;
        background: transparent;
        color: #fff !important;
        text-decoration: none !important;
        cursor: pointer;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action svg {
        display: block;
        width: 25px;
        height: 25px;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action--search svg {
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action--phone svg,
    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action--cart svg,
    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action--menu svg {
        fill: currentColor;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__action--cart {
        width: 55px;
        min-width: 55px;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__count {
        margin-left: 3px;
        color: #fff;
        font-size: 17px;
        line-height: 1;
    }

    html.brw-desktop-template-v2 .brw-desktop-compact-v2__drawer {
        position: absolute;
        z-index: 100020;
        top: 64px;
        left: 0;
        right: 0;
    }

    html.brw-desktop-template-v2 .mobile-menu {
        z-index: 100030 !important;
    }

    html.brw-desktop-template-v2 .brw-search-page--v8,
    html.brw-desktop-template-v2 .brw-search-page {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 16px 10px 36px !important;
        box-sizing: border-box !important;
    }

    html.brw-desktop-template-v2 .brw-search-products-v8,
    html.brw-desktop-template-v2 .brw-search-collections-v8,
    html.brw-desktop-template-v2 .brw-search-grid,
    html.brw-desktop-template-v2 .brw-search-grid--products,
    html.brw-desktop-template-v2 .brw-search-grid--collections {
        display: grid !important;
        grid-template-columns: minmax(0,1fr) !important;
        gap: 12px !important;
    }

    html.brw-desktop-template-v2 .brw-search-native-product,
    html.brw-desktop-template-v2 .brw-search-product-v8,
    html.brw-desktop-template-v2 .brw-search-collection-v8,
    html.brw-desktop-template-v2 .brw-search-card {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}

/* =========================================================
   REAL mobile_brw: make the actual header one compact row
   ========================================================= */

html.brw-real-mobile-template-v2 header > .bottom {
    position: relative !important;
    display: flex !important;
    width: 100% !important;
    height: 76px !important;
    min-height: 76px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

html.brw-real-mobile-template-v2 header > .bottom > .logo {
    position: static !important;
    display: flex !important;
    float: none !important;
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    margin: 0 auto 0 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
}

html.brw-real-mobile-template-v2 header > .bottom > .logo img {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
    object-fit: contain !important;
}

html.brw-real-mobile-template-v2 header > .bottom > .brw-mobile-search-v2,
html.brw-real-mobile-template-v2 header > .bottom > .mobile-phones,
html.brw-real-mobile-template-v2 header > .bottom > .mobile-cart,
html.brw-real-mobile-template-v2 header > .bottom > .menu-toggle {
    position: static !important;
    display: flex !important;
    float: none !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    box-sizing: border-box !important;
}

html.brw-real-mobile-template-v2 header > .bottom > .mobile-cart {
    width: 57px !important;
    min-width: 57px !important;
    flex-basis: 57px !important;
}

html.brw-real-mobile-template-v2 .brw-mobile-search-trigger-v2,
html.brw-real-mobile-template-v2 .mobile-phones .tophone,
html.brw-real-mobile-template-v2 .mobile-cart .tocart,
html.brw-real-mobile-template-v2 header > .bottom > .menu-toggle {
    position: static !important;
    display: flex !important;
    float: none !important;
    width: 100% !important;
    height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

html.brw-real-mobile-template-v2 .brw-mobile-search-trigger-v2 {
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

html.brw-real-mobile-template-v2 .brw-mobile-search-trigger-v2 svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

html.brw-real-mobile-template-v2 .mobile-phones .tophone .fa,
html.brw-real-mobile-template-v2 .mobile-cart .tocart .fa,
html.brw-real-mobile-template-v2 header > .bottom > .menu-toggle .fa {
    margin: 0 !important;
    font-size: 25px !important;
    line-height: 1 !important;
}

html.brw-real-mobile-template-v2 .mobile-cart .tocart .quantity {
    margin-left: 4px !important;
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

html.brw-real-mobile-template-v2 .mobile-cart > .price {
    display: none !important;
}

html.brw-real-mobile-template-v2 .brw-mobile-search-panel-v2 {
    position: relative;
    z-index: 100020;
}

/* Search results price. */
.brw-search-card__price-v2 {
    display: flex;
    margin-top: 9px;
    flex-direction: column;
    gap: 4px;
}

.brw-search-card__price-v2-label {
    color: #777;
    font-size: 10px;
}

.brw-search-card__price-v2-value {
    display: inline-flex;
    width: fit-content;
    min-height: 29px;
    padding: 5px 9px;
    align-items: center;
    border-radius: 5px;
    background: #2e668b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 420px) {
    html.brw-real-mobile-template-v2 header > .bottom {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    html.brw-real-mobile-template-v2 header > .bottom > .brw-mobile-search-v2,
    html.brw-real-mobile-template-v2 header > .bottom > .mobile-phones,
    html.brw-real-mobile-template-v2 header > .bottom > .menu-toggle {
        width: 40px !important;
        min-width: 40px !important;
        flex-basis: 40px !important;
    }

    html.brw-real-mobile-template-v2 header > .bottom > .mobile-cart {
        width: 53px !important;
        min-width: 53px !important;
        flex-basis: 53px !important;
    }
}

/* =========================================================
   BRW_SEARCH_V21B_DESKTOP_ICON_RESIZE_FIX
   ========================================================= */

@media (min-width: 1001px) {
    html.brw-desktop-template-v2 .brw-header-search-v8__icon {
        color: #3c3c3c !important;
    }

    html.brw-desktop-template-v2 .brw-header-search-v8__icon svg {
        width: 21px !important;
        height: 21px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 2 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    /*
     * Safety net for a breakpoint transition:
     * autocomplete images can never expand to popup width.
     */
    html.brw-desktop-template-v2
    .brw-header-search-v8
    .brw-search-popup__item {
        display: grid !important;
        min-height: 78px !important;
        padding: 8px 12px !important;
        grid-template-columns: 92px minmax(0,1fr) auto !important;
        align-items: center !important;
        gap: 13px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    html.brw-desktop-template-v2
    .brw-header-search-v8
    .brw-search-popup__image {
        display: flex !important;
        width: 92px !important;
        min-width: 92px !important;
        max-width: 92px !important;
        height: 61px !important;
        min-height: 61px !important;
        max-height: 61px !important;
        padding: 2px !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        background: #fff !important;
        box-sizing: border-box !important;
    }

    html.brw-desktop-template-v2
    .brw-header-search-v8
    .brw-search-popup__image img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }

    html.brw-desktop-template-v2
    .brw-header-search-v8
    .brw-search-popup__content {
        min-width: 0 !important;
        overflow: hidden !important;
    }

    html.brw-desktop-template-v2
    .brw-header-search-v8
    .brw-search-popup {
        overflow-x: hidden !important;
    }
}

/* =========================================================
   BRW_SEARCH_V22_MOBILE_PRICE_LAYOUT
   Mobile autocomplete price mirrors desktop logic:
   label + blue price ticket form one right-aligned price row.
   ========================================================= */

/* Real m.brw-online.by */
html.brw-real-mobile-template-v2
.brw-search-drawer-v2__item {
    align-items: center !important;
}

html.brw-real-mobile-template-v2
.brw-search-drawer-v2__content {
    display: grid !important;
    min-width: 0 !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    align-content: center !important;
    align-items: center !important;
    text-align: left !important;
}

html.brw-real-mobile-template-v2
.brw-search-drawer-v2__name {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    width: 100% !important;
    text-align: left !important;
}

html.brw-real-mobile-template-v2
.brw-search-drawer-v2__meta {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    width: 100% !important;
    text-align: left !important;
}

html.brw-real-mobile-template-v2
.brw-search-drawer-v2__price-label {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
    color: #777 !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-align: right !important;
    white-space: nowrap !important;
}

html.brw-real-mobile-template-v2
.brw-search-drawer-v2__price {
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: end !important;
    align-self: center !important;
    min-width: 92px !important;
    min-height: 31px !important;
    margin: 0 !important;
    padding: 5px 9px !important;
    justify-content: center !important;
    border-radius: 6px !important;
    background: #2e668b !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

html.brw-real-mobile-template-v2
.brw-search-drawer-v2__price strong {
    margin-right: 3px !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

/* Same compact visual when desktop BRW is narrowed/zoomed. */
@media (max-width: 1000px) {
    html.brw-desktop-template-v2
    .brw-search-drawer-v2__content {
        display: grid !important;
        min-width: 0 !important;
        grid-template-columns: minmax(0,1fr) auto !important;
        grid-template-rows: auto auto auto !important;
        column-gap: 8px !important;
        row-gap: 4px !important;
        align-content: center !important;
        align-items: center !important;
        text-align: left !important;
    }

    html.brw-desktop-template-v2
    .brw-search-drawer-v2__name {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        width: 100% !important;
        text-align: left !important;
    }

    html.brw-desktop-template-v2
    .brw-search-drawer-v2__meta {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        width: 100% !important;
        text-align: left !important;
    }

    html.brw-desktop-template-v2
    .brw-search-drawer-v2__price-label {
        grid-column: 1 !important;
        grid-row: 3 !important;
        justify-self: end !important;
        align-self: center !important;
        margin: 0 !important;
        font-size: 10px !important;
        white-space: nowrap !important;
    }

    html.brw-desktop-template-v2
    .brw-search-drawer-v2__price {
        grid-column: 2 !important;
        grid-row: 3 !important;
        justify-self: end !important;
        align-self: center !important;
        min-width: 92px !important;
        min-height: 31px !important;
        margin: 0 !important;
        padding: 5px 9px !important;
        justify-content: center !important;
        border-radius: 6px !important;
        box-sizing: border-box !important;
    }
}

/* Very narrow phones: keep the price row compact but never overlap image. */
@media (max-width: 360px) {
    html.brw-real-mobile-template-v2
    .brw-search-drawer-v2__item {
        gap: 7px !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    html.brw-real-mobile-template-v2
    .brw-search-drawer-v2__image {
        width: 62px !important;
        min-width: 62px !important;
    }

    html.brw-real-mobile-template-v2
    .brw-search-drawer-v2__content {
        column-gap: 5px !important;
    }

    html.brw-real-mobile-template-v2
    .brw-search-drawer-v2__price-label {
        font-size: 9px !important;
    }

    html.brw-real-mobile-template-v2
    .brw-search-drawer-v2__price {
        min-width: 82px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
}

/* =========================================================
   BRW_SEARCH_V23_MOBILE_PAGINATION
   ========================================================= */

.brw-search-mobile-pagination-v23 {
    display: flex;
    width: 100%;
    margin: 24px 0 8px;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    box-sizing: border-box;
}

.brw-search-mobile-pagination-v23 a,
.brw-search-mobile-pagination-v23__current,
.brw-search-mobile-pagination-v23__dots {
    display: inline-flex;
    min-width: 38px;
    height: 38px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    color: #333 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
}

.brw-search-mobile-pagination-v23__current {
    border-color: #d71920 !important;
    background: #d71920 !important;
    color: #fff !important;
    font-weight: 700;
}

.brw-search-mobile-pagination-v23__arrow {
    font-size: 18px !important;
}

.brw-search-mobile-pagination-v23__dots {
    min-width: 24px;
    padding: 0 2px;
    border-color: transparent;
    background: transparent;
    color: #777 !important;
}

html.brw-real-mobile-template-v2
.brw-search-mobile-pagination-v23 {
    display: flex;
}

@media (max-width: 1000px) {
    html.brw-desktop-template-v2
    .brw-search-mobile-pagination-v23 {
        display: flex;
    }
}

@media (max-width: 380px) {
    .brw-search-mobile-pagination-v23 {
        gap: 4px;
    }

    .brw-search-mobile-pagination-v23 a,
    .brw-search-mobile-pagination-v23__current {
        min-width: 34px;
        height: 36px;
        padding: 0 6px;
        font-size: 13px;
    }
}
