/*
| RR_MOBILE_BOTTOM_NAV_V1
| Mobile-only bottom navigation replacing the wide header action strip.
*/

html body:not(.admin) .rr-mobile-bottom-nav,
html body:not(.admin) .rr-mobile-bottom-nav *,
html body:not(.admin) .rr-mobile-header-cart-link,
html body:not(.admin) .rr-mobile-header-cart-link *,
html body:not(.admin) .rr-mobile-search-modal,
html body:not(.admin) .rr-mobile-search-modal * {
    box-sizing: border-box !important;
}

/* Compact real-time search sheet opened from the mobile bottom navigation. */
@media (max-width: 640px) {
    html body:not(.admin) .rr-mobile-search-panel {
        overflow: visible !important;
        border-radius: 0 !important;
    }

    html body:not(.admin) .rr-mobile-search-head {
        min-height: 58px !important;
        padding: 10px 16px !important;
    }

    html body:not(.admin) .rr-mobile-search-head h2 {
        font-size: 20px !important;
        font-weight: 850 !important;
    }

    html body:not(.admin) .rr-mobile-search-close {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }

    html body:not(.admin) .rr-mobile-search-close svg {
        width: 22px !important;
        height: 22px !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search {
        position: relative !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 58px !important;
        padding: 14px 16px 18px !important;
        overflow: visible !important;
        z-index: 2 !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search input[type="search"] {
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        border-color: #d1d5db !important;
        border-radius: 7px 0 0 7px !important;
        font-size: 16px !important;
        line-height: 48px !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search button[type="submit"] {
        width: 58px !important;
        min-width: 58px !important;
        height: 48px !important;
        min-height: 48px !important;
        border-color: #1f2937 !important;
        border-radius: 0 7px 7px 0 !important;
        background: #1f2937 !important;
        color: #ffffff !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search button[type="submit"] svg {
        width: 22px !important;
        height: 22px !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestions {
        position: absolute !important;
        top: 100% !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100dvh - 190px) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #d1d5db !important;
        border-radius: 0 0 12px 12px !important;
        background: #ffffff !important;
        box-shadow: 0 12px 28px rgba(15, 23, 42, .24) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        z-index: 20 !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestions[hidden] {
        display: none !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item {
        display: grid !important;
        grid-template-columns: 54px minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        gap: 3px 12px !important;
        width: 100% !important;
        min-height: 92px !important;
        padding: 12px 14px !important;
        border: 0 !important;
        border-bottom: 1px solid #e5e7eb !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        color: #1f2937 !important;
        box-sizing: border-box !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-thumb {
        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;
        align-self: center !important;
        width: 54px !important;
        min-width: 54px !important;
        max-width: 54px !important;
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        object-fit: contain !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-main {
        display: contents !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-name {
        grid-column: 2 !important;
        grid-row: 1 !important;
        color: #1f2937 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-price {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        color: var(--rr-mobile-bottom-primary, #f97316) !important;
        font-size: 15px !important;
        font-weight: 800 !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-meta {
        grid-column: 2 !important;
        grid-row: 3 !important;
        margin: 0 !important;
        color: #4b5563 !important;
        font-size: 12px !important;
    }

    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-all,
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-empty {
        margin: 0 !important;
        padding: 12px 14px !important;
        border-radius: 0 !important;
    }
}

/*
| RR_FLOATING_CART_ALL_PAGES_LIVE_V1
| Keep the mini cart available on every storefront page. It only hides while
| the right cart drawer or a storefront popup owns the screen.
*/
html body:not(.admin):not(.rr-nav-cart-open):not(.rr-storefront-popup-active) .rr-mobile-floating-cart {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    transform: translateY(-50%) !important;
    z-index: 99970 !important;
}

html body:not(.admin).rr-nav-cart-open .rr-mobile-floating-cart,
html body:not(.admin).rr-storefront-popup-active .rr-mobile-floating-cart,
html body:not(.admin):has(.storefront-popup-offer:not([hidden])) .rr-mobile-floating-cart,
html body:not(.admin):has(.offer-graphics-floating_popup.is-session-visible:not(.is-hidden)) .rr-mobile-floating-cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 1240px) {
    html body:not(.admin):has(.checkout-page) .rr-mobile-floating-cart {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

/*
| RR_MOBILE_DRAWER_ABOVE_BOTTOM_NAV_V1
| When the side menu is open, it must own the mobile/tablet screen.
*/
@media (max-width: 1180px) {
    html body:not(.admin).rr-mobile-nav-open .rr-mobile-bottom-nav,
    html body:not(.admin).rr-mobile-nav-open [data-rr-mobile-bottom-nav],
    html body:not(.admin).rr-mobile-nav-open .rr-mobile-floating-cart {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    html body:not(.admin).rr-mobile-nav-open .rr-mobile-nav-backdrop {
        z-index: 2147482990 !important;
    }

    html body:not(.admin).rr-mobile-nav-open nav.main-nav.rr-category-mega-nav.rr-dynamic-category-nav,
    html body:not(.admin).rr-mobile-nav-open nav.nav.rr-category-mega-nav.rr-dynamic-category-nav,
    html body:not(.admin).rr-mobile-nav-open nav.rr-category-mega-nav.rr-dynamic-category-nav {
        z-index: 2147483000 !important;
    }
}

/*
| RR_MOBILE_MENU_ICON_NORMAL_SIZE_LAST_WORD_V1
| Absolute final override for the hamburger icon size on storefront mobile/tablet headers.
*/
@media (max-width: 1180px) {
    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        flex: 0 0 44px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 32px !important;
        height: 26px !important;
        min-width: 32px !important;
        min-height: 26px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 4px !important;
        width: 27px !important;
        height: 3px !important;
        box-shadow:
            7px 9px 0 currentColor,
            0 18px 0 currentColor !important;
    }
}

/*
| RR_MOBILE_HEADER_COMPACT_BALANCE_TRUE_LAST_WORD_V1
| True final mobile header sizing after every previous mobile/header override.
*/
@media (max-width: 760px) {
    html body:not(.admin) header.header.site-header.rr-central-storefront-header[data-rr-central-header="1"],
    html body:not(.admin) header.rr-central-storefront-header,
    html body:not(.admin) .rr-central-storefront-header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header > .container.header-inner.rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .container.header-inner.rr-central-header-shell {
        min-height: 54px !important;
        grid-template-columns: 46px minmax(0, 1fr) 46px !important;
        padding: 0 14px !important;
        gap: 6px !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .rr-storefront-brand,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .brand-link,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .logo {
        max-width: min(188px, calc(100vw - 132px)) !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-storefront-brand-logo,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand img.rr-storefront-brand-logo {
        max-width: min(188px, calc(100vw - 132px)) !important;
        max-height: 40px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-link,
    html body:not(.admin) .rr-mobile-header-cart-link {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        flex: 0 0 40px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 29px !important;
        height: 23px !important;
        min-width: 29px !important;
        min-height: 23px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 3px !important;
        width: 24px !important;
        height: 2.6px !important;
        box-shadow:
            6px 8px 0 currentColor,
            0 16px 0 currentColor !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        width: 31px !important;
        height: 31px !important;
        max-width: 31px !important;
        max-height: 31px !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-badge {
        top: 1px !important;
        right: -1px !important;
    }
}

/*
| RR_MOBILE_BOTTOM_NAV_COMPACT_TRUE_EOF_V1
| Final authority: make the mobile bottom navigation a little smaller.
*/
@media (max-width: 760px) {
    html body:not(.admin) .rr-mobile-bottom-nav,
    html body:not(.admin) [data-rr-mobile-bottom-nav] {
        min-height: calc(58px + env(safe-area-inset-bottom)) !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item,
    html body:not(.admin) .rr-mobile-bottom-nav-item:visited,
    html body:not(.admin) .rr-mobile-bottom-nav-item:active {
        min-height: 56px !important;
        gap: 3px !important;
        padding: 6px 2px 5px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-icon,
    html body:not(.admin) .rr-mobile-bottom-nav-icon svg {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-label {
        font-size: 10px !important;
        line-height: 1.05 !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-badge {
        top: 5px !important;
        right: calc(50% - 19px) !important;
        min-width: 18px !important;
        height: 18px !important;
        padding: 0 4px !important;
        font-size: 9px !important;
        border-width: 2px !important;
    }
}

/* RR_MOBILE_SEARCH_LIVE_COMPACT_TRUE_EOF_V1 */
@media (max-width: 640px) {
    html body:not(.admin) .rr-mobile-search-panel {
        overflow: visible !important;
        border-radius: 0 !important;
    }
    html body:not(.admin) .rr-mobile-search-head {
        min-height: 58px !important;
        padding: 10px 16px !important;
    }
    html body:not(.admin) .rr-mobile-search-head h2 {
        font-size: 20px !important;
        font-weight: 850 !important;
    }
    html body:not(.admin) .rr-mobile-search-close {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }
    html body:not(.admin) .rr-mobile-search-close svg {
        width: 22px !important;
        height: 22px !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search {
        position: relative !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 58px !important;
        padding: 14px 16px 18px !important;
        overflow: visible !important;
        z-index: 2 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search input[type="search"] {
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        border-color: #d1d5db !important;
        border-radius: 7px 0 0 7px !important;
        font-size: 16px !important;
        line-height: 48px !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search button[type="submit"] {
        width: 58px !important;
        min-width: 58px !important;
        height: 48px !important;
        min-height: 48px !important;
        border-color: #1f2937 !important;
        border-radius: 0 7px 7px 0 !important;
        background: #1f2937 !important;
        color: #fff !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search button[type="submit"] svg {
        width: 22px !important;
        height: 22px !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestions {
        position: absolute !important;
        top: 100% !important;
        left: 16px !important;
        right: 16px !important;
        width: auto !important;
        max-width: none !important;
        max-height: calc(100dvh - 190px) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #d1d5db !important;
        border-radius: 0 0 12px 12px !important;
        background: #fff !important;
        box-shadow: 0 12px 28px rgba(15,23,42,.24) !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        overscroll-behavior: contain !important;
        z-index: 20 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestions[hidden] {
        display: none !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item {
        display: grid !important;
        grid-template-columns: 54px minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        gap: 3px 12px !important;
        width: 100% !important;
        min-height: 92px !important;
        padding: 12px 14px !important;
        border: 0 !important;
        border-bottom: 1px solid #e5e7eb !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #1f2937 !important;
        box-sizing: border-box !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item:hover,
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item:focus {
        background: #f8fafc !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-thumb {
        grid-column: 1 !important;
        grid-row: 1 / span 3 !important;
        align-self: center !important;
        width: 54px !important;
        min-width: 54px !important;
        max-width: 54px !important;
        height: 62px !important;
        min-height: 62px !important;
        max-height: 62px !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 8px !important;
        background: #fff !important;
        object-fit: contain !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-main {
        display: contents !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-name {
        grid-column: 2 !important;
        grid-row: 1 !important;
        color: #1f2937 !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-price {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: start !important;
        color: var(--rr-mobile-bottom-primary, #f97316) !important;
        font-size: 15px !important;
        font-weight: 800 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-meta {
        grid-column: 2 !important;
        grid-row: 3 !important;
        margin: 0 !important;
        color: #4b5563 !important;
        font-size: 12px !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-all,
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-empty {
        margin: 0 !important;
        padding: 12px 14px !important;
        border-radius: 0 !important;
    }
}

/*
| RR_MOBILE_BOTTOM_NAV_COMPACT_EOF_V1
| Slightly smaller mobile bottom navigation.
*/
@media (max-width: 760px) {
    html body:not(.admin) .rr-mobile-bottom-nav,
    html body:not(.admin) [data-rr-mobile-bottom-nav] {
        min-height: calc(58px + env(safe-area-inset-bottom)) !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item,
    html body:not(.admin) .rr-mobile-bottom-nav-item:visited,
    html body:not(.admin) .rr-mobile-bottom-nav-item:active {
        min-height: 56px !important;
        gap: 3px !important;
        padding: 6px 2px 5px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-icon,
    html body:not(.admin) .rr-mobile-bottom-nav-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-label {
        font-size: 10px !important;
        font-weight: 700 !important;
        letter-spacing: .025em !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-badge {
        top: 5px !important;
        right: calc(50% - 19px) !important;
        min-width: 18px !important;
        height: 18px !important;
        padding: 0 4px !important;
        font-size: 9px !important;
        border-width: 2px !important;
    }
}

/*
| RR_MOBILE_HEADER_COMPACT_BALANCE_LAST_WORD_V1
| Final storefront override: shorter mobile header, smaller logo, balanced menu/cart icons.
*/
@media (max-width: 760px) {
    html body:not(.admin) header.header.site-header.rr-central-storefront-header[data-rr-central-header="1"],
    html body:not(.admin) header.rr-central-storefront-header,
    html body:not(.admin) .rr-central-storefront-header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header > .container.header-inner.rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .container.header-inner.rr-central-header-shell {
        min-height: 54px !important;
        grid-template-columns: 46px minmax(0, 1fr) 46px !important;
        padding: 0 14px !important;
        gap: 6px !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .rr-storefront-brand,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .brand-link,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .logo {
        max-width: min(188px, calc(100vw - 132px)) !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-storefront-brand-logo,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand img.rr-storefront-brand-logo {
        max-width: min(188px, calc(100vw - 132px)) !important;
        max-height: 40px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-link,
    html body:not(.admin) .rr-mobile-header-cart-link {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        flex: 0 0 40px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 29px !important;
        height: 23px !important;
        min-width: 29px !important;
        min-height: 23px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 3px !important;
        width: 24px !important;
        height: 2.6px !important;
        box-shadow:
            6px 8px 0 currentColor,
            0 16px 0 currentColor !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        width: 31px !important;
        height: 31px !important;
        max-width: 31px !important;
        max-height: 31px !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-badge {
        top: 1px !important;
        right: -1px !important;
    }
}

/*
| RR_MOBILE_MENU_ICON_NORMAL_SIZE_FINAL_V2
| Last cascade authority: keep the mobile/tablet hamburger readable but not oversized.
*/
@media (max-width: 1180px) {
    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        flex: 0 0 44px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 32px !important;
        height: 26px !important;
        min-width: 32px !important;
        min-height: 26px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 4px !important;
        width: 27px !important;
        height: 3px !important;
        box-shadow:
            7px 9px 0 currentColor,
            0 18px 0 currentColor !important;
    }
}

/*
| RR_MOBILE_MENU_ICON_NORMAL_SIZE_FINAL_V1
| Final visible size: balanced with the cart icon, not oversized.
*/
@media (max-width: 1180px) {
    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        flex: 0 0 44px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 32px !important;
        height: 26px !important;
        min-width: 32px !important;
        min-height: 26px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 4px !important;
        width: 27px !important;
        height: 3px !important;
        box-shadow:
            7px 9px 0 currentColor,
            0 18px 0 currentColor !important;
    }
}

/*
| RR_MOBILE_MENU_ICON_GLOBAL_LATE_AUTHORITY_V1
| Loads after header bundle/footer mobile CSS. Keeps menu icon consistent
| on login/register/product/category/checkout/account pages.
*/
@media (max-width: 1180px) {
    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #1f2937 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 48px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > span,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > span,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > span {
        display: none !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        position: relative !important;
        display: block !important;
        width: 38px !important;
        height: 30px !important;
        min-width: 38px !important;
        min-height: 30px !important;
        overflow: visible !important;
        color: currentColor !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::before,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::before,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::before {
        content: "" !important;
        display: none !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        content: "" !important;
        position: absolute !important;
        left: 2px !important;
        top: 4px !important;
        width: 30px !important;
        height: 3.5px !important;
        border-radius: 999px !important;
        background: currentColor !important;
        box-shadow:
            8px 11px 0 currentColor,
            0 22px 0 currentColor !important;
    }
}

html body:not(.admin):has(.checkout-page) .rr-mobile-floating-cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 640px) {
    html body:not(.admin) header.header.site-header.rr-central-storefront-header[data-rr-central-header="1"] {
        padding: 8px 0 !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header > .container.header-inner.rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .container.header-inner.rr-central-header-shell {
        min-height: 72px !important;
        grid-template-columns: 64px minmax(0, 1fr) 64px !important;
        padding: 0 14px !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .rr-storefront-brand,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .brand-link,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .logo {
        max-width: min(260px, calc(100vw - 160px)) !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-storefront-brand-logo,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand img.rr-storefront-brand-logo {
        width: auto !important;
        min-width: 0 !important;
        max-width: min(184px, calc(100vw - 176px)) !important;
        height: auto !important;
        max-height: 58px !important;
        object-fit: contain !important;
    }

    html body:not(.admin) .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-header-cart-link,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-link {
        width: 52px !important;
        height: 52px !important;
        min-width: 52px !important;
        min-height: 52px !important;
    }

    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        gap: 6.5px !important;
    }

    html body:not(.admin) .rr-mobile-tablet-nav-toggle span {
        width: 29px !important;
        height: 2.2px !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        width: 34px !important;
        height: 34px !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        stroke-width: 1.5 !important;
    }
}

html body:not(.admin) .rr-mobile-bottom-nav,
html body:not(.admin) .rr-mobile-header-cart-link,
html body:not(.admin) .rr-mobile-search-modal {
    display: none !important;
}

@media (max-width: 640px) {
    html body:not(.admin) {
        padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    }

    html body:not(.admin) .rr-central-header-shell > .rr-shared-header-actions,
    html body:not(.admin) .rr-shared-header-actions {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    html body:not(.admin) .rr-central-header-search,
    html body:not(.admin) .rr-header-search-form,
    html body:not(.admin) form.search-box.rr-central-header-search {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    html body:not(.admin) .rr-central-storefront-header,
    html body:not(.admin) .header.rr-central-storefront-header,
    html body:not(.admin) .site-header.rr-central-storefront-header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        margin: 0 !important;
        padding: 10px 0 !important;
        background: var(--rr-lc-nav-bg, var(--rr-central-header-native-bg, #ffffff)) !important;
        border-bottom: 1px solid rgba(15, 23, 42, .08) !important;
        box-shadow: none !important;
        z-index: 100 !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header > .container.header-inner.rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .container.header-inner.rr-central-header-shell {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 58px !important;
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) 58px !important;
        grid-template-areas: "toggle brand cart" !important;
        align-items: center !important;
        justify-items: center !important;
        gap: 0 !important;
        padding: 0 12px !important;
        margin: 0 !important;
        overflow: visible !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand {
        grid-area: brand !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .rr-storefront-brand,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .brand-link,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .logo {
        justify-content: center !important;
        max-width: min(210px, calc(100vw - 150px)) !important;
        margin: 0 auto !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-storefront-brand-logo {
        max-width: 44px !important;
        max-height: 44px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-storefront-brand-text {
        max-width: min(156px, calc(100vw - 202px)) !important;
        font-size: 20px !important;
        line-height: 1.05 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        grid-area: toggle !important;
        justify-self: start !important;
        display: inline-flex !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: transparent !important;
        color: #1f2937 !important;
        box-shadow: none !important;
        gap: 6px !important;
    }

    html body:not(.admin) .rr-mobile-tablet-nav-toggle span {
        width: 27px !important;
        height: 2.5px !important;
        border-radius: 999px !important;
        background: currentColor !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-link {
        grid-area: cart !important;
        justify-self: end !important;
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 12px !important;
        background: transparent !important;
        color: #1f2937 !important;
        text-decoration: none !important;
        box-shadow: none !important;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        display: block !important;
        width: 33px !important;
        height: 33px !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.65 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-badge {
        position: absolute !important;
        top: 3px !important;
        right: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 22px !important;
        height: 22px !important;
        padding: 0 6px !important;
        border-radius: 999px !important;
        background: var(--rr-lc-primary, var(--product-action-hover-color, var(--products-accent, #f97316))) !important;
        color: var(--rr-lc-highlight-text, #ffffff) !important;
        border: 2px solid var(--rr-lc-nav-bg, #ffffff) !important;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .18) !important;
        font-size: 11px !important;
        font-weight: 750 !important;
        line-height: 1 !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-badge[hidden] {
        display: none !important;
    }

    html body:not(.admin):not(.rr-storefront-popup-active):not(.rr-nav-cart-open) .rr-mobile-floating-cart {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: fixed !important;
        top: 50% !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        transform: translateY(-50%) !important;
        z-index: 99970 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav {
        --rr-mobile-bottom-primary: var(--rr-lc-primary, var(--product-action-hover-color, var(--products-accent, #f97316)));
        --rr-mobile-bottom-secondary: var(--rr-lc-secondary, var(--product-action-heading, var(--products-heading, #111827)));
        --rr-mobile-bottom-text: var(--rr-lc-highlight-text, #ffffff);
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 99980 !important;
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        min-height: calc(66px + env(safe-area-inset-bottom)) !important;
        padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
        border: 1px solid color-mix(in srgb, var(--rr-mobile-bottom-primary) 38%, transparent) !important;
        border-radius: 0 !important;
        background: linear-gradient(135deg, var(--rr-mobile-bottom-primary) 0%, var(--rr-mobile-bottom-primary) 42%, var(--rr-mobile-bottom-secondary) 100%) !important;
        box-shadow: 0 -12px 34px color-mix(in srgb, var(--rr-mobile-bottom-primary) 20%, transparent), 0 -6px 18px rgba(15, 23, 42, .16) !important;
        overflow: hidden !important;
        transform: translateZ(0) !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item,
    html body:not(.admin) .rr-mobile-bottom-nav-item:visited,
    html body:not(.admin) .rr-mobile-bottom-nav-item:active {
        position: relative !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        min-width: 0 !important;
        min-height: 64px !important;
        width: 100% !important;
        padding: 8px 3px 7px !important;
        margin: 0 !important;
        border: 0 !important;
        border-right: 1px solid rgba(255, 255, 255, .22) !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: var(--rr-mobile-bottom-text) !important;
        font: inherit !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        cursor: pointer !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -webkit-tap-highlight-color: transparent !important;
        transition: background .18s ease, transform .18s ease !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item:last-child {
        border-right: 0 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item:hover,
    html body:not(.admin) .rr-mobile-bottom-nav-item:focus-visible,
    html body:not(.admin) .rr-mobile-bottom-nav-item.is-active {
        background: rgba(255, 255, 255, .16) !important;
        color: var(--rr-mobile-bottom-text) !important;
        outline: 0 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item:active {
        transform: translateY(1px) !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-icon {
        display: inline-grid !important;
        place-items: center !important;
        width: 25px !important;
        height: 25px !important;
        color: currentColor !important;
        line-height: 1 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-icon svg {
        display: block !important;
        width: 25px !important;
        height: 25px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.65 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }

    html body:not(.admin) .rr-mobile-bottom-cart .rr-mobile-bottom-nav-icon svg {
        fill: currentColor !important;
        stroke: none !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-label {
        display: block !important;
        max-width: 100% !important;
        color: currentColor !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        letter-spacing: .035em !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-badge {
        position: absolute !important;
        top: 6px !important;
        right: calc(50% - 22px) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 19px !important;
        height: 19px !important;
        padding: 0 5px !important;
        border-radius: 999px !important;
        background: #111827 !important;
        color: #ffffff !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 8px 16px rgba(15, 23, 42, .24) !important;
        font-size: 10px !important;
        font-weight: 950 !important;
        line-height: 1 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-badge[hidden] {
        display: none !important;
    }

    html body:not(.admin).rr-mobile-search-open {
        overflow: hidden !important;
    }

    html body:not(.admin) .rr-mobile-search-modal:not([hidden]) {
        position: fixed !important;
        inset: 0 !important;
        z-index: 99990 !important;
        display: block !important;
    }

    html body:not(.admin) .rr-mobile-search-backdrop {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        background: rgba(15, 23, 42, .58) !important;
        backdrop-filter: blur(2px) !important;
    }

    html body:not(.admin) .rr-mobile-search-panel {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 0 0 14px 14px !important;
        background: #ffffff !important;
        color: #111827 !important;
        box-shadow: 0 18px 44px rgba(15, 23, 42, .22) !important;
        overflow: hidden !important;
        transform: translateY(0) !important;
    }

    html body:not(.admin) .rr-mobile-search-head {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 16px !important;
        min-height: 72px !important;
        padding: 16px 20px !important;
        border-bottom: 1px solid rgba(15, 23, 42, .12) !important;
        background: #ffffff !important;
    }

    html body:not(.admin) .rr-mobile-search-head h2 {
        margin: 0 !important;
        padding: 0 !important;
        color: #1f2937 !important;
        font-size: 24px !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;
        letter-spacing: -.02em !important;
    }

    html body:not(.admin) .rr-mobile-search-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: color-mix(in srgb, var(--rr-mobile-bottom-primary, #f97316) 10%, #ffffff) !important;
        color: #ef4444 !important;
        box-shadow: none !important;
        cursor: pointer !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    html body:not(.admin) .rr-mobile-search-close svg {
        width: 26px !important;
        height: 26px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.7 !important;
        stroke-linecap: round !important;
    }

    html body:not(.admin) .rr-mobile-search-form {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 90px !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 20px !important;
        margin: 0 !important;
        background: #ffffff !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body:not(.admin) .rr-mobile-search-form input[type="search"] {
        width: 100% !important;
        min-width: 0 !important;
        height: 70px !important;
        padding: 0 18px !important;
        margin: 0 !important;
        border: 1px solid #d1d5db !important;
        border-right: 0 !important;
        border-radius: 8px 0 0 8px !important;
        background: #ffffff !important;
        color: #111827 !important;
        font-size: 23px !important;
        font-weight: 500 !important;
        line-height: 1 !important;
        outline: 0 !important;
        box-shadow: none !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    html body:not(.admin) .rr-mobile-search-form input[type="search"]::placeholder {
        color: #737373 !important;
        opacity: 1 !important;
    }

    html body:not(.admin) .rr-mobile-search-form input[type="search"]:focus {
        border-color: var(--rr-mobile-bottom-primary, #f97316) !important;
        box-shadow: 0 0 0 3px color-mix(in srgb, var(--rr-mobile-bottom-primary, #f97316) 14%, transparent) !important;
    }

    html body:not(.admin) .rr-mobile-search-form button[type="submit"] {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 90px !important;
        height: 70px !important;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid var(--rr-mobile-bottom-primary, #f97316) !important;
        border-radius: 0 8px 8px 0 !important;
        background: var(--rr-mobile-bottom-primary, #f97316) !important;
        color: #ffffff !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }

    html body:not(.admin) .rr-mobile-search-form button[type="submit"] svg {
        width: 30px !important;
        height: 30px !important;
        fill: none !important;
        stroke: currentColor !important;
        stroke-width: 1.9 !important;
        stroke-linecap: round !important;
        stroke-linejoin: round !important;
    }
}

@media (max-width: 380px) {
    html body:not(.admin) .rr-mobile-bottom-nav {
        left: 0 !important;
        right: 0 !important;
        min-height: calc(62px + env(safe-area-inset-bottom)) !important;
        border-radius: 0 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item {
        min-height: 60px !important;
        gap: 4px !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-icon,
    html body:not(.admin) .rr-mobile-bottom-nav-icon svg {
        width: 22px !important;
        height: 22px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-label {
        font-size: 10px !important;
    }

    html body:not(.admin) .rr-mobile-search-head {
        min-height: 66px !important;
        padding: 14px 16px !important;
    }

    html body:not(.admin) .rr-mobile-search-head h2 {
        font-size: 22px !important;
    }

    html body:not(.admin) .rr-mobile-search-close {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
    }

    html body:not(.admin) .rr-mobile-search-form {
        grid-template-columns: minmax(0, 1fr) 76px !important;
        padding: 16px !important;
    }

    html body:not(.admin) .rr-mobile-search-form input[type="search"],
    html body:not(.admin) .rr-mobile-search-form button[type="submit"] {
        height: 62px !important;
    }

    html body:not(.admin) .rr-mobile-search-form input[type="search"] {
        font-size: 20px !important;
    }

    html body:not(.admin) .rr-mobile-search-form button[type="submit"] {
        width: 76px !important;
    }
}

/*
| RR_MOBILE_BOTTOM_NAV_TABLET_RESTORE_V1
| Keep the app-style bottom nav active on mobile/tablet storefront widths.
*/
@media (max-width: 640px) {
    html body:not(.admin) {
        padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    }

    html body:not(.admin):not(.rr-storefront-popup-active):not(.rr-nav-cart-open) .rr-mobile-floating-cart {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: fixed !important;
        top: 50% !important;
        right: 0 !important;
        bottom: auto !important;
        left: auto !important;
        transform: translateY(-50%) !important;
        z-index: 99970 !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav {
        --rr-mobile-bottom-primary: var(--rr-lc-primary, var(--product-action-hover-color, var(--products-accent, #f97316)));
        --rr-mobile-bottom-secondary: var(--rr-lc-secondary, var(--product-action-heading, var(--products-heading, #111827)));
        --rr-mobile-bottom-text: var(--rr-lc-highlight-text, #ffffff);
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 99985 !important;
        display: grid !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        align-items: stretch !important;
        min-height: calc(66px + env(safe-area-inset-bottom)) !important;
        padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
        border-radius: 0 !important;
        background: linear-gradient(135deg, var(--rr-mobile-bottom-primary) 0%, var(--rr-mobile-bottom-primary) 44%, var(--rr-mobile-bottom-secondary) 100%) !important;
        box-shadow: 0 -12px 34px color-mix(in srgb, var(--rr-mobile-bottom-primary) 20%, transparent), 0 -6px 18px rgba(15, 23, 42, .16) !important;
        overflow: hidden !important;
        transform: translateZ(0) !important;
        touch-action: manipulation !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item {
        pointer-events: auto !important;
        cursor: pointer !important;
        touch-action: manipulation !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    html body:not(.admin).rr-nav-cart-open .rr-mobile-floating-cart {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

@media (min-width: 641px) {
    html body:not(.admin) .rr-mobile-bottom-nav {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/*
| RR_POPUP_OWNS_MOBILE_SCREEN_V1
| When any storefront offer popup/banner is open, hide mobile navigation
| and floating cart so the popup is truly centered and unobstructed.
*/
@media (max-width: 640px) {
    html body:not(.admin).rr-storefront-popup-active {
        padding-bottom: 0 !important;
    }

    html body:not(.admin).rr-storefront-popup-active .rr-mobile-bottom-nav,
    html body:not(.admin).rr-storefront-popup-active .rr-mobile-floating-cart,
    html body:not(.admin):has(.storefront-popup-offer:not([hidden])) .rr-mobile-bottom-nav,
    html body:not(.admin):has(.storefront-popup-offer:not([hidden])) .rr-mobile-floating-cart,
    html body:not(.admin):has(.offer-graphics-floating_popup.is-session-visible:not(.is-hidden)) .rr-mobile-bottom-nav,
    html body:not(.admin):has(.offer-graphics-floating_popup.is-session-visible:not(.is-hidden)) .rr-mobile-floating-cart {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    html body:not(.admin) > .storefront-popup-offer:not([hidden]) > .storefront-popup-card,
    html body:not(.admin) .storefront-popup-offer:not([hidden]) > .storefront-popup-card {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
        max-height: calc(100dvh - 28px) !important;
        overflow: auto !important;
    }

    html body:not(.admin) > .offer-graphics-floating_popup.is-session-visible:not(.is-hidden) > .offer-graphics-wrap,
    html body:not(.admin) .offer-graphics-floating_popup.is-session-visible:not(.is-hidden) > .offer-graphics-wrap {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
        max-height: calc(100dvh - 28px) !important;
        overflow: auto !important;
    }
}

/*
| RR_MOBILE_DRAWER_ABOVE_BOTTOM_NAV_FINAL_V1
| Final cascade authority: menu drawer beats bottom nav and floating cart.
*/
@media (max-width: 1180px) {
    html body:not(.admin).rr-mobile-nav-open .rr-mobile-bottom-nav,
    html body:not(.admin).rr-mobile-nav-open [data-rr-mobile-bottom-nav],
    html body:not(.admin).rr-mobile-nav-open .rr-mobile-floating-cart {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    html body:not(.admin).rr-mobile-nav-open .rr-mobile-nav-backdrop {
        z-index: 2147482990 !important;
    }

    html body:not(.admin).rr-mobile-nav-open nav.main-nav.rr-category-mega-nav.rr-dynamic-category-nav,
    html body:not(.admin).rr-mobile-nav-open nav.nav.rr-category-mega-nav.rr-dynamic-category-nav,
    html body:not(.admin).rr-mobile-nav-open nav.rr-category-mega-nav.rr-dynamic-category-nav {
        z-index: 2147483000 !important;
    }
}

/*
| RR_MOBILE_MENU_ICON_NORMAL_SIZE_LAST_WORD_V2
| Absolute final override for the hamburger icon size on storefront mobile/tablet headers.
*/
@media (max-width: 1180px) {
    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        flex: 0 0 44px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 32px !important;
        height: 26px !important;
        min-width: 32px !important;
        min-height: 26px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 4px !important;
        width: 27px !important;
        height: 3px !important;
        box-shadow:
            7px 9px 0 currentColor,
            0 18px 0 currentColor !important;
    }
}

/*
| RR_MOBILE_HEADER_COMPACT_BALANCE_TRUE_EOF_V1
| True EOF authority for compact mobile header sizing.
*/
@media (max-width: 760px) {
    html body:not(.admin) header.header.site-header.rr-central-storefront-header[data-rr-central-header="1"],
    html body:not(.admin) header.rr-central-storefront-header,
    html body:not(.admin) .rr-central-storefront-header {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header > .container.header-inner.rr-central-header-shell,
    html body:not(.admin) .rr-central-storefront-header .container.header-inner.rr-central-header-shell {
        min-height: 54px !important;
        grid-template-columns: 46px minmax(0, 1fr) 46px !important;
        padding: 0 14px !important;
        gap: 6px !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .rr-storefront-brand,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .brand-link,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand .logo {
        max-width: min(188px, calc(100vw - 132px)) !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-storefront-brand-logo,
    html body:not(.admin) .rr-central-storefront-header .rr-central-header-brand img.rr-storefront-brand-logo {
        max-width: min(188px, calc(100vw - 132px)) !important;
        max-height: 40px !important;
        width: auto !important;
        height: auto !important;
        object-fit: contain !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-link,
    html body:not(.admin) .rr-mobile-header-cart-link {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
        flex: 0 0 40px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered {
        width: 29px !important;
        height: 23px !important;
        min-width: 29px !important;
        min-height: 23px !important;
    }

    html body:not(.admin) header.rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-central-storefront-header .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after,
    html body:not(.admin) .rr-mobile-tablet-nav-toggle > i.fi.fi-rr-bars-staggered::after {
        left: 2px !important;
        top: 3px !important;
        width: 24px !important;
        height: 2.6px !important;
        box-shadow:
            6px 8px 0 currentColor,
            0 16px 0 currentColor !important;
    }

    html body:not(.admin) .rr-central-storefront-header .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon,
    html body:not(.admin) .rr-mobile-header-cart-icon svg {
        width: 31px !important;
        height: 31px !important;
        max-width: 31px !important;
        max-height: 31px !important;
    }

    html body:not(.admin) .rr-mobile-header-cart-badge {
        top: 1px !important;
        right: -1px !important;
    }
}

/*
| RR_MOBILE_BOTTOM_NAV_COMPACT_TRUE_EOF_V2
| Final authority: make the mobile bottom navigation a little smaller.
*/
@media (max-width: 760px) {
    html body:not(.admin) .rr-mobile-bottom-nav,
    html body:not(.admin) [data-rr-mobile-bottom-nav] {
        min-height: calc(58px + env(safe-area-inset-bottom)) !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-item,
    html body:not(.admin) .rr-mobile-bottom-nav-item:visited,
    html body:not(.admin) .rr-mobile-bottom-nav-item:active {
        min-height: 56px !important;
        gap: 3px !important;
        padding: 6px 2px 5px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-icon,
    html body:not(.admin) .rr-mobile-bottom-nav-icon svg {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-label {
        font-size: 10px !important;
        line-height: 1.05 !important;
        font-weight: 700 !important;
        letter-spacing: .02em !important;
    }

    html body:not(.admin) .rr-mobile-bottom-nav-badge {
        top: 5px !important;
        right: calc(50% - 19px) !important;
        min-width: 18px !important;
        height: 18px !important;
        padding: 0 4px !important;
        font-size: 9px !important;
        border-width: 2px !important;
    }
}

/* RR_MOBILE_SEARCH_REFERENCE_TRUE_EOF_V2 */
@media (max-width: 640px) {
    html body:not(.admin) .rr-mobile-search-panel {
        display: block !important; height: auto !important; min-height: 138px !important;
        padding: 0 !important; overflow: visible !important; border-radius: 0 !important;
        background: #fff !important; box-sizing: border-box !important;
    }
    html body:not(.admin) .rr-mobile-search-head { min-height: 58px !important; padding: 10px 16px !important; }
    html body:not(.admin) .rr-mobile-search-head h2 { font-size: 20px !important; font-weight: 850 !important; }
    html body:not(.admin) .rr-mobile-search-close { width: 40px !important; min-width: 40px !important; height: 40px !important; }
    html body:not(.admin) .rr-mobile-search-close svg { width: 22px !important; height: 22px !important; }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search {
        position: relative !important; display: grid !important; grid-template-columns: minmax(0,1fr) 58px !important;
        width: 100% !important; height: 80px !important; min-height: 80px !important;
        margin: 0 !important; padding: 14px 16px 18px !important; overflow: visible !important;
        background: #fff !important; box-sizing: border-box !important; z-index: 2 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search input[type="search"] {
        height: 48px !important; min-height: 48px !important; padding: 0 14px !important; border-color: #d1d5db !important;
        border-radius: 7px 0 0 7px !important; font-size: 16px !important; line-height: 48px !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search button[type="submit"] {
        width: 58px !important; min-width: 58px !important; height: 48px !important; min-height: 48px !important;
        border-color: #1f2937 !important; border-radius: 0 7px 7px 0 !important; background: #1f2937 !important; color: #fff !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search button[type="submit"] svg { width: 22px !important; height: 22px !important; }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestions {
        position: absolute !important; top: 100% !important; left: 16px !important; right: 16px !important;
        width: auto !important; max-width: none !important; max-height: calc(100dvh - 190px) !important;
        margin: 0 !important; padding: 0 !important; border: 1px solid #d1d5db !important; border-radius: 0 0 12px 12px !important;
        background: #fff !important; box-shadow: 0 12px 28px rgba(15,23,42,.24) !important;
        overflow-x: hidden !important; overflow-y: auto !important; overscroll-behavior: contain !important; z-index: 20 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestions[hidden] { display: none !important; }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item {
        display: grid !important; grid-template-columns: 54px minmax(0,1fr) !important; grid-template-rows: auto auto auto !important;
        gap: 3px 12px !important; width: 100% !important; min-height: 92px !important; padding: 12px 14px !important;
        border: 0 !important; border-bottom: 1px solid #e5e7eb !important; border-radius: 0 !important;
        background: #fff !important; color: #1f2937 !important; box-sizing: border-box !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item:hover,
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-item:focus { background: #f8fafc !important; }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-thumb {
        grid-column: 1 !important; grid-row: 1 / span 3 !important; align-self: center !important;
        width: 54px !important; min-width: 54px !important; max-width: 54px !important;
        height: 62px !important; min-height: 62px !important; max-height: 62px !important;
        border: 1px solid #e5e7eb !important; border-radius: 8px !important; background: #fff !important; object-fit: contain !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-main { display: contents !important; }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-name {
        grid-column: 2 !important; grid-row: 1 !important; color: #1f2937 !important; font-size: 16px !important; font-weight: 700 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-price {
        grid-column: 2 !important; grid-row: 2 !important; justify-self: start !important;
        color: var(--rr-mobile-bottom-primary,#f97316) !important; font-size: 15px !important; font-weight: 800 !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-meta {
        grid-column: 2 !important; grid-row: 3 !important; margin: 0 !important; color: #4b5563 !important; font-size: 12px !important;
    }
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-all,
    html body:not(.admin) form.rr-mobile-search-form.rr-mobile-compact-search .rr-search-suggestion-empty {
        margin: 0 !important; padding: 12px 14px !important; border-radius: 0 !important;
    }
}
