/* Extracted from product_list.html in original cascade order. */

/* Source block: mr-9-160-products-quick-view-line-theme-sync-css */


/* Source block: mr-9-568-product-line-shape-filter-css */
.mr-product-list-active-shape{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: fit-content;
        max-width: 100%;
        margin: 10px 0 0;
        padding: 6px 10px;
        border: 1px solid rgba(199, 163, 90, .34);
        border-radius: 999px;
        background: rgba(255, 255, 255, .34);
        color: rgba(31, 62, 55, .94);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 8px 18px rgba(31, 62, 55, .08);
        box-sizing: border-box;
        direction: ltr;
        unicode-bidi: isolate;
    }

    .mr-product-list-active-shape span,
.mr-product-list-active-shape strong,
.mr-product-list-active-shape a{
        unicode-bidi: plaintext;
        white-space: nowrap;
        font-family: Inter, "Vazirmatn", "Segoe UI", system-ui, sans-serif;
    }

    .mr-product-list-active-shape span{
        color: rgba(31, 62, 55, .62);
        font-size: .60rem;
        font-weight: 900;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .mr-product-list-active-shape strong{
        color: rgba(31, 62, 55, .94);
        font-size: .74rem;
        font-weight: 950;
        line-height: 1;
    }

    .mr-product-list-active-shape a{
        color: rgba(31, 62, 55, .70);
        font-size: .62rem;
        font-weight: 900;
        text-decoration: none;
    }

    .mr-product-list-active-shape a:hover,
.mr-product-list-active-shape a:focus-visible{
        color: #9E773A;
        outline: none;
    }

    

/* Source block: mr-9-612-product-line-quick-view-two-twelve-frames-css */
/* 9.612 â€” Product Line Quick View clean rebuild.
   Scope: desktop-only Quick View for Essential, Luxury, MR ART and MR Parts product-line pages.
   Baseline: 9.611 removed the old line Quick View completely. This rebuild uses two sibling
   12-card-style frames instead of patching the removed legacy viewer. Mobile remains untouched. */
.mr-line-qv-layer[hidden]{
    display: none !important;
}

.mr-line-qv-trigger{
    display: none;
}

@media (min-width: 861px){
    html.mr-line-qv-scroll-locked,
    body.product-list-body.mr-line-qv-scroll-locked,
    body.product-list-body.mr-line-qv-open{
        overflow: hidden !important;
        overscroll-behavior: none !important;
        -ms-scroll-chaining: none !important;
    }

    body.product-list-body.mr-line-qv-scroll-locked{
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        touch-action: none !important;
    }

    body.product-list-body.mr-line-qv-scroll-locked .mr-line-qv-layer{
        touch-action: manipulation !important;
        overscroll-behavior: contain !important;
    }

    body.product-list-body.mr-line-qv-open > :not(.mr-line-qv-layer){
        filter: blur(8px) brightness(.66) saturate(.78) !important;
        transition: filter .34s ease !important;
    }

    body.product-list-body .products-page .mr-signature-card .product-img{
        position: absolute !important;
        inset: 0 !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.product-list-body .products-page .mr-line-qv-trigger{
        position: absolute !important;
        inset: 0 !important;
        z-index: 9 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: inherit !important;
        background: transparent !important;
        color: transparent !important;
        cursor: zoom-in !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    body.product-list-body .products-page .mr-line-qv-trigger:focus-visible{
        outline: 2px solid rgba(229, 198, 145, .68) !important;
        outline-offset: -5px !important;
    }

    body.product-list-body .products-page .mr-line-qv-trigger__label{
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }

    .mr-line-qv-layer{
        position: fixed !important;
        inset: 0 !important;
        z-index: 9999 !important;
        display: grid !important;
        place-items: center !important;
        box-sizing: border-box !important;
        padding: clamp(14px, 3vw, 42px) !important;
        background: rgba(3, 7, 6, .76) !important;
        -webkit-backdrop-filter: blur(18px) !important;
        backdrop-filter: blur(18px) !important;
    }

    .mr-line-qv-shell{
        --mr-line-qv-frame-w: min(442px, calc((100vw - 78px) / 2));
        --mr-line-qv-frame-h: min(680px, 84vh);
        position: relative !important;
        z-index: 2 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1.62fr) minmax(320px, .92fr) !important;
        gap: clamp(14px, 1.8vw, 22px) !important;
        width: min(1220px, calc(100vw - 44px)) !important;
        min-height: var(--mr-line-qv-frame-h) !important;
        max-height: min(680px, 84vh) !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        direction: ltr !important;
    }

    .mr-line-qv-frame{
        position: relative !important;
        box-sizing: border-box !important;
        width: 100% !important;
        min-width: 0 !important;
        height: var(--mr-line-qv-frame-h) !important;
        min-height: var(--mr-line-qv-frame-h) !important;
        max-height: var(--mr-line-qv-frame-h) !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border-radius: clamp(26px, 3vw, 42px) !important;
        border: 1px solid rgba(229, 198, 145, .48) !important;
        background: #030504 !important;
        box-shadow:
            0 36px 96px rgba(0, 0, 0, .62),
            inset 0 0 0 1px rgba(255, 255, 255, .04) !important;
        isolation: isolate !important;
        direction: rtl !important;
    }

    .mr-line-qv-frame::before{
        content: "" !important;
        position: absolute !important;
        inset: 0 !important;
        z-index: 0 !important;
        border-radius: inherit !important;
        background: radial-gradient(circle at 50% 42%, rgba(216, 194, 142, .06), transparent 46%), #030504 !important;
        pointer-events: none !important;
    }

    .mr-line-qv-close{
        position: absolute !important;
        top: clamp(16px, 2vw, 26px) !important;
        inset-inline-end: clamp(16px, 2vw, 26px) !important;
        z-index: 20 !important;
        width: clamp(42px, 4vw, 54px) !important;
        height: clamp(42px, 4vw, 54px) !important;
        border-radius: 999px !important;
        border: 1px solid rgba(255, 255, 255, .18) !important;
        background: rgba(0, 0, 0, .78) !important;
        color: #fff8e9 !important;
        font-size: clamp(26px, 2.8vw, 36px) !important;
        line-height: 1 !important;
        cursor: pointer !important;
        box-shadow: 0 16px 38px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
    }

    .mr-line-qv-close:hover,
    .mr-line-qv-close:focus-visible{
        border-color: rgba(229, 198, 145, .58) !important;
        outline: none !important;
    }

    .mr-line-qv-product-stage{
        --mr-line-qv-image-inset: clamp(18px, 2.2vw, 30px);
        position: absolute !important;
        inset: 0 !important;
        z-index: 1 !important;
        display: grid !important;
        place-items: center !important;
        box-sizing: border-box !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
        border-radius: inherit !important;
        background: transparent !important;
    }

    .mr-line-qv-product-image{
        position: absolute !important;
        inset: var(--mr-line-qv-image-inset) !important;
        z-index: 2 !important;
        display: block !important;
        width: calc(100% - var(--mr-line-qv-image-inset) - var(--mr-line-qv-image-inset)) !important;
        height: calc(100% - var(--mr-line-qv-image-inset) - var(--mr-line-qv-image-inset)) !important;
        aspect-ratio: auto !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
        border-radius: clamp(16px, 2vw, 26px) !important;
        background: #030504 !important;
        box-shadow: none !important;
        filter: none !important;
        transform: none !important;
        image-rendering: auto !important;
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
    }

    .mr-line-qv-product-image[src=""]{
        visibility: hidden !important;
    }

    .mr-line-qv-specs__item{
        min-width: 0 !important;
        min-height: 46px !important;
        padding: 9px 12px !important;
        border-radius: 16px !important;
        border: 1px solid rgba(229, 198, 145, .22) !important;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .070), rgba(255, 255, 255, .028)),
            rgba(2, 5, 4, .82) !important;
        box-shadow:
            0 14px 34px rgba(0, 0, 0, .26),
            inset 0 1px 0 rgba(255, 255, 255, .05) !important;
        overflow: hidden !important;
    }

    .mr-line-qv-specs__item span{
        display: block !important;
        margin: 0 0 4px !important;
        color: rgba(224, 210, 182, .68) !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
        letter-spacing: .01em !important;
        white-space: nowrap !important;
    }

    .mr-line-qv-specs__item strong{
        display: block !important;
        color: rgba(255, 248, 233, .94) !important;
        font-size: 12px !important;
        font-weight: 950 !important;
        line-height: 1.28 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
        overflow: visible !important;
    }

    .mr-line-qv-side-content{
        position: absolute !important;
        inset: clamp(18px, 3vw, 46px) !important;
        z-index: 2 !important;
        display: grid !important;
        grid-template-rows: minmax(0, 1fr) auto !important;
        gap: clamp(10px, 1vw, 14px) !important;
        min-height: 0 !important;
        direction: rtl !important;
    }

    .mr-line-qv-family-grid{
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        align-content: start !important;
        gap: 8px !important;
        min-height: 0 !important;
        max-height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 0 2px 2px !important;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(229, 198, 145, .36) rgba(255,255,255,.04) !important;
    }

    .mr-line-qv-family-grid::-webkit-scrollbar{
        width: 6px !important;
    }

    .mr-line-qv-family-grid::-webkit-scrollbar-track{
        background: rgba(255,255,255,.04) !important;
        border-radius: 999px !important;
    }

    .mr-line-qv-family-grid::-webkit-scrollbar-thumb{
        background: rgba(229, 198, 145, .36) !important;
        border-radius: 999px !important;
    }

    .mr-line-qv-family-card{
        position: relative !important;
        display: grid !important;
        grid-template-rows: minmax(0, 1fr) auto !important;
        gap: 5px !important;
        min-width: 0 !important;
        min-height: 0 !important;
        padding: 5px !important;
        border-radius: 14px !important;
        border: 1px solid rgba(229, 198, 145, .18) !important;
        background:
            linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
            rgba(2, 5, 4, .78) !important;
        cursor: pointer !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
        transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease !important;
    }

    .mr-line-qv-family-card:hover,
    .mr-line-qv-family-card:focus-visible,
    .mr-line-qv-family-card.is-active{
        border-color: rgba(229, 198, 145, .52) !important;
        outline: none !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 12px 28px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.06) !important;
    }

    .mr-line-qv-family-card__image{
        display: block !important;
        width: 100% !important;
        aspect-ratio: 4 / 5 !important;
        min-height: 0 !important;
        border-radius: 10px !important;
        object-fit: contain !important;
        object-position: center center !important;
        background: #030504 !important;
    }

    .mr-line-qv-family-card__code{
        display: block !important;
        min-width: 0 !important;
        color: rgba(255, 248, 233, .86) !important;
        font-size: 9px !important;
        font-weight: 900 !important;
        line-height: 1.05 !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .mr-line-qv-specs{
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        min-height: 0 !important;
    }

    .mr-line-qv-specs__item{
        min-height: 40px !important;
        padding: 7px 10px !important;
        border-radius: 14px !important;
    }

    .mr-line-qv-specs__item strong{
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    .mr-line-qv-empty{
        grid-column: 1 / -1 !important;
        align-self: center !important;
        justify-self: center !important;
        color: rgba(255,248,233,.68) !important;
        font-size: 12px !important;
        font-weight: 900 !important;
        text-align: center !important;
    }

    .mr-line-qv-product-stage,
    .mr-line-qv-product-image{
        cursor: default !important;
    }
}



/* 9.665 â€” Quick View cancel/close hit-area safety.
   Keeps click-to-zoom from stealing close-button clicks. */
@media (min-width: 861px){
    .mr-line-qv-close{
        pointer-events: auto !important;
        touch-action: manipulation !important;
        user-select: none !important;
        -webkit-user-select: none !important;
    }

    .mr-line-qv-close{
        z-index: 80 !important;
    }
}

/* 9.670 â€” Quick View / Zoom close safety for top-row products.
   Keep modal and close controls above sticky/compare/first-row layers and block
   underlying card triggers while a modal click is closing. */
@media (min-width: 861px){
    .mr-line-qv-layer{
        z-index: 700000 !important;
        pointer-events: auto !important;
    }

    .mr-line-qv-shell{
        z-index: 700010 !important;
    }

    .mr-line-qv-close{
        z-index: 700080 !important;
        pointer-events: auto !important;
    }

    body.product-list-body.mr-line-qv-open .products-page .mr-line-qv-trigger,
    body.product-list-body.mr-line-qv-scroll-locked .products-page .mr-line-qv-trigger{
        pointer-events: none !important;
    }
}

/* Source block: mr-9-460-products-card-action-clean-corners-right-nudge-css */
/* 9.461 / 9.509 â€” Product-card action controls: remove corner-dot layers,
remove quantity buttons,
keep the buy/quote button clean,
and hard-sync the action width to the exact card width. */
.products-page .product-card-quote-wrap > .product-card-link,
.products-page .product-card-quote-wrap > .mr-product-action-split{
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split{
    position: relative !important;
    z-index: 9 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    min-height: 34px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: center !important;
    justify-items: stretch !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    gap: 0 !important;
    direction: ltr !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action{
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty{
    min-height: 30px !important;
    display: grid !important;
    grid-template-columns: 12px minmax(18px, 1fr) 12px !important;
    align-items: center !important;
    justify-items: center !important;
    gap: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    overflow: visible !important;
    isolation: isolate !important;
    box-shadow: none !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty__btn{
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font: 950 16px/1 Inter, "Vazirmatn", "Segoe UI", system-ui, sans-serif !important;
    cursor: pointer !important;
    appearance: none !important;
    box-shadow: none !important;
    transform: none !important;
    transition: color .14s ease, transform .14s ease, opacity .14s ease !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty__btn:hover,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty__btn:focus-visible{
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    opacity: .88 !important;
    transform: translateY(-1px) scale(1.06) !important;
    outline: none !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty__value{
    min-width: 18px !important;
    height: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
    font: 950 12px/1 Inter, "Vazirmatn", "Segoe UI", system-ui, sans-serif !important;
    letter-spacing: -.03em !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action{
    position: relative !important;
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
    min-inline-size: 0 !important;
    max-inline-size: 100% !important;
    flex: 1 1 auto !important;
    left: auto !important;
    right: auto !important;
    inset-inline: auto !important;
    transform: none !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 7px !important;
    padding: 0 12px !important;
    border-radius: 13px !important;
    direction: rtl !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, rgba(7, 12, 11, .994) 0%, rgba(2, 8, 7, 1) 56%, rgba(0, 0, 0, 1) 100%) !important;
    background-image: linear-gradient(180deg, rgba(7, 12, 11, .994) 0%, rgba(2, 8, 7, 1) 56%, rgba(0, 0, 0, 1) 100%) !important;
    box-shadow: none !important;
    filter: none !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action::before,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action::after,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action::before,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action:hover,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action.is-added,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action:hover,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action.is-added{
    background: linear-gradient(180deg, rgba(8, 13, 12, .996) 0%, rgba(2, 9, 8, 1) 58%, rgba(0, 0, 0, 1) 100%) !important;
    background-image: linear-gradient(180deg, rgba(8, 13, 12, .996) 0%, rgba(2, 9, 8, 1) 58%, rgba(0, 0, 0, 1) 100%) !important;
    box-shadow: none !important;
    filter: none !important;
}


.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty__btn,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-card-qty__value{
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action *,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action *{
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
}

body:not(.rtl) .products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action,
body:not(.rtl) .products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action{
    direction: ltr !important;
}

.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.add-to-quote-btn.mr-quote-action .mr-quote-label,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action .mr-cart-label{
    white-space: nowrap !important;
}

.products-page .product-card-quote-wrap.is-in-quote > .mr-product-action-split--quote .mr-product-action-main.add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap.is-in-cart > .mr-product-action-split--cart .mr-product-action-main.mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .mr-product-action-split .mr-product-action-main.is-added{
    border-color: rgba(218, 190, 132, .46) !important;
    background: linear-gradient(180deg, rgba(8, 14, 13, .998) 0%, rgba(2, 10, 9, 1) 60%, rgba(0, 0, 0, 1) 100%) !important;
    background-image: linear-gradient(180deg, rgba(8, 14, 13, .998) 0%, rgba(2, 10, 9, 1) 60%, rgba(0, 0, 0, 1) 100%) !important;
    box-shadow: none !important;
    filter: none !important;
}



/* Source block: mr-8-245-products-engraved-monogram-system */
/* 8.245 â€” Products MR Engraved Monogram System.
   Scope: decorative MR marks on Product List,
placeholders,
Quick View chamber and empty state.
   CSS-only: no HTML/JS/behavior change. Keeps MR subtle,
engraved and deeper instead of flat text. */
.products-page{
    --mr-engraved-font: "Cinzel", "Cormorant Garamond", "Didot", "Bodoni 72", "Bodoni 72 Smallcaps", "Bodoni MT", "Times New Roman", Georgia, serif;
    --mr-engraved-fill-top: rgba(255, 238, 196, .190);
    --mr-engraved-fill-mid: rgba(191, 151, 82, .105);
    --mr-engraved-fill-low: rgba(31, 21, 10, .024);
    --mr-engraved-stroke: rgba(229, 198, 145, .105);
    --mr-engraved-depth: rgba(0, 0, 0, .780);
    --mr-engraved-emerald: rgba(42, 148, 116, .072);
}

.products-page .mr-card-watermark,
.products-page .mr-image-placeholder,
.mr-catalog-empty-state::before,
.products-page .mr-signature-card .product-info::before{
    font-family: var(--mr-engraved-font) !important;
    font-weight: 650 !important;
    font-style: normal !important;
    font-variant-ligatures: none !important;
    direction: ltr !important;
    unicode-bidi: isolate !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    background:
        linear-gradient(180deg,
            var(--mr-engraved-fill-top) 0%,
            var(--mr-engraved-fill-mid) 46%,
            var(--mr-engraved-fill-low) 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-stroke: .42px var(--mr-engraved-stroke) !important;
    text-shadow:
        0 1px 0 rgba(255, 246, 220, .050),
        0 -1px 0 var(--mr-engraved-depth),
        0 9px 20px rgba(0, 0, 0, .430),
        0 0 18px var(--mr-engraved-emerald) !important;
}

.products-page .mr-card-watermark{
    letter-spacing: .070em !important;
    opacity: .74 !important;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.20)) !important;
}

.products-page .mr-image-placeholder{
    letter-spacing: .060em !important;
    opacity: .90 !important;
    -webkit-text-stroke-width: .50px !important;
}

.mr-catalog-empty-state::before{
    letter-spacing: .055em !important;
    opacity: .82 !important;
    -webkit-text-stroke-width: .54px !important;
}

.products-page .mr-signature-card .product-info::before{
    letter-spacing: .075em !important;
    -webkit-text-stroke-width: .30px !important;
    opacity: .86 !important;
}



/* =========================
   8.562 â€” Products action buttons brand-green discipline polish
   Scope locked: Products card action buttons only.
   User rule: every green used here must be the MR brand green #1F3E37.
   Continue from 8.561 approved card baseline: full-bleed image,
one outer frame,
no inner glow/ring,
whole-card hover only.
   Goal: make Add to Quote / Add to Cart feel aligned with the cleaned Products cards without reintroducing inner frames or green mismatches.
   ========================= */
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action{
    --mr-products-brand-green: #1F3E37;
    position: relative !important;
    z-index: 8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(234, 225, 212, .26) !important;
    outline: 0 !important;
    background: #1F3E37 !important;
    background-image: none !important;
    color: rgba(248, 241, 225, .95) !important;
    -webkit-text-fill-color: rgba(248, 241, 225, .95) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon{
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(248, 241, 225, .50) !important;
    background: rgba(248, 241, 225, .16) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-label,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-label,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-label{
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:hover,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:hover,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:focus-visible,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:hover,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:focus-visible{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(234, 225, 212, .42) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action.is-added,
.products-page .product-card-quote-wrap.is-in-quote > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action.is-added,
.products-page .product-card-quote-wrap.is-in-cart > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action.is-added{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(218, 190, 132, .46) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
}



/* Source block: mr-8-246-card-category-topline-and-quickview-cleanup */
/* 8.246 â€” Product card topline cleanup + Quick View badge removal.
   Scope: card closed state only. Desktop top label now shows Category instead of product code.
   Mobile keeps the existing compact code label. The Quick View badge/eye button is removed{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.products-page .mr-signature-card .product-info > .product-category{
    display: none !important;
}

@media (min-width: 769px) {
    .products-page .mr-mobile-card-topline{
        display: none !important;
    }

    .products-page .mr-card-topline.mr-card-category-topline{
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: fit-content !important;
        max-width: calc(100% - 94px) !important;
        min-height: 24px !important;
        padding: .18em .76em .20em !important;
        border-radius: 999px !important;
        border: 1px solid rgba(70, 166, 137, .310) !important;
        background:
            linear-gradient(180deg, rgba(255, 246, 220, .034), rgba(255, 246, 220, .004) 35%, transparent 68%),
            radial-gradient(ellipse at 18% 118%, rgba(4, 58, 48, .245), transparent 50%),
            repeating-linear-gradient(128deg,
                rgba(125, 213, 180, .012) 0px,
                rgba(125, 213, 180, .012) 1px,
                rgba(0, 0, 0, 0) 2px,
                rgba(0, 0, 0, 0) 24px),
            linear-gradient(90deg, rgba(1, 9, 8, .890), rgba(2, 24, 20, .720)) !important;
        color: rgba(218, 251, 237, .910) !important;
        -webkit-text-fill-color: rgba(218, 251, 237, .910) !important;
        font-size: 10px !important;
        font-weight: 835 !important;
        letter-spacing: .086em !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        direction: inherit !important;
        unicode-bidi: isolate !important;
        box-shadow:
            inset 0 1px 0 rgba(255, 246, 220, .040),
            inset 0 -1px 0 rgba(64, 170, 138, .070),
            0 8px 22px rgba(0, 0, 0, .440),
            0 0 0 1px rgba(58, 154, 127, .034) !important;
        text-shadow:
            0 1px 0 rgba(255, 246, 220, .032),
            0 9px 24px rgba(0, 0, 0, .910),
            0 0 8px rgba(31, 111, 90, .070) !important;
    }

    body.rtl .products-page .mr-card-topline.mr-card-category-topline{
        left: auto !important;
        right: 16px !important;
        padding-inline: .62em !important;
        letter-spacing: .004em !important;
        font-weight: 845 !important;
        direction: rtl !important;
    }

    html.mr-catalog-view-compact .products-page .mr-card-topline.mr-card-category-topline{
        max-width: calc(100% - 76px) !important;
        min-height: 23px !important;
        padding: .14em .58em .16em !important;
        font-size: 8.7px !important;
        letter-spacing: .065em !important;
    }

    html.mr-catalog-view-compact body.rtl .products-page .mr-card-topline.mr-card-category-topline{
        letter-spacing: .003em !important;
    }
}



/* =========================
   8.562 â€” Products action buttons brand-green discipline polish
   Scope locked: Products card action buttons only.
   User rule: every green used here must be the MR brand green #1F3E37.
   Continue from 8.561 approved card baseline: full-bleed image,
one outer frame,
no inner glow/ring,
whole-card hover only.
   Goal: make Add to Quote / Add to Cart feel aligned with the cleaned Products cards without reintroducing inner frames or green mismatches.
   ========================= */
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action{
    --mr-products-brand-green: #1F3E37;
    position: relative !important;
    z-index: 8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(234, 225, 212, .26) !important;
    outline: 0 !important;
    background: #1F3E37 !important;
    background-image: none !important;
    color: rgba(248, 241, 225, .95) !important;
    -webkit-text-fill-color: rgba(248, 241, 225, .95) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon{
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(248, 241, 225, .50) !important;
    background: rgba(248, 241, 225, .16) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-label,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-label,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-label{
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:hover,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:hover,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:focus-visible,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:hover,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:focus-visible{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(234, 225, 212, .42) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action.is-added,
.products-page .product-card-quote-wrap.is-in-quote > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action.is-added,
.products-page .product-card-quote-wrap.is-in-cart > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action.is-added{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(218, 190, 132, .46) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
}



/* Source block: mr-8-264-products-minimal-controls-reference */
/* 8.264 â€” Products minimal control strip from reference.
   Scope: Product List header/control rail/pagination only.
   Search UI is removed from markup; category + sort are compact dropdowns;
   Compact/Signature and pagination sit directly on the background without mother capsules. */

section.featured.products-page > h2::before{
    content: none !important;
    display: none !important;
}

section.featured.products-page > h2{
    margin-bottom: 24px !important;
    padding-bottom: 14px !important;
}

.products-page .mr-catalog-toolbar,
.products-page .mr-catalog-toolbar-head,
.products-page .products-pagination,
.products-page .products-pagination.products-pagination-top{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
}

.products-page .mr-catalog-toolbar::before,
.products-page .mr-catalog-toolbar::after,
.products-page .mr-catalog-toolbar-head::before,
.products-page .mr-catalog-toolbar-head::after,
.products-page .products-pagination::before,
.products-page .products-pagination::after,
.products-page .products-pagination.products-pagination-top::before,
.products-page .products-pagination.products-pagination-top::after{
    content: none !important;
    display: none !important;
}

.products-page .mr-catalog-toolbar{
    width: min(100%, 1224px) !important;
    max-width: 1224px !important;
    margin: 0 auto 22px !important;
    padding: 0 !important;
}

.products-page .mr-catalog-toolbar-head{
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(14px, 2vw, 28px) !important;
}

.products-page .mr-catalog-toolbar-title,
.products-page .mr-catalog-mobile-filter-btn,
.products-page .mr-catalog-active-filter,
.products-page .mr-catalog-search-field,
.products-page .mr-catalog-filter-submit,
.products-page .mr-catalog-filter-reset{
    display: none !important;
}

.products-page .mr-catalog-filter-form{
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(14px, 1.8vw, 24px) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.rtl .products-page .mr-catalog-filter-form{
    justify-content: flex-start !important;
    direction: rtl !important;
}

.products-page .mr-catalog-field{
    position: relative !important;
    flex: 0 0 clamp(156px, 13vw, 186px) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.products-page .mr-catalog-field-label{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.products-page .mr-catalog-field::after{
    content: "âŒ„" !important;
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    transform: translateY(-52%) !important;
    color: rgba(226, 213, 185, .86) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    pointer-events: none !important;
    text-shadow: 0 0 10px rgba(210, 177, 104, .14) !important;
}

body.rtl .products-page .mr-catalog-field::after{
    right: auto !important;
    left: 16px !important;
}

.products-page .mr-catalog-select{
    width: 100% !important;
    height: 43px !important;
    padding: 0 42px 0 18px !important;
    border-radius: 13px !important;
    border: 1px solid rgba(210, 221, 207, .145) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.028), rgba(255,255,255,0) 48%),
        radial-gradient(ellipse at 50% 118%, rgba(35, 151, 118, .105), transparent 62%),
        linear-gradient(135deg, rgba(4, 17, 15, .76), rgba(1, 7, 7, .68)) !important;
    color: rgba(224, 221, 205, .91) !important;
    -webkit-text-fill-color: rgba(224, 221, 205, .91) !important;
    font-size: 13px !important;
    font-weight: 560 !important;
    letter-spacing: .012em !important;
    outline: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.046),
        0 0 0 1px rgba(55, 118, 98, .040),
        0 10px 26px rgba(0,0,0,.18) !important;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

body.rtl .products-page .mr-catalog-select{
    padding: 0 18px 0 42px !important;
    direction: rtl !important;
    text-align: right !important;
    font-family: Vazirmatn, sans-serif !important;
}

.products-page .mr-catalog-select:hover,
.products-page .mr-catalog-select:focus,
.products-page .mr-catalog-select:focus-visible{
    border-color: rgba(190, 231, 213, .34) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.040), rgba(255,255,255,0) 48%),
        radial-gradient(ellipse at 50% 118%, rgba(53, 185, 143, .18), transparent 62%),
        linear-gradient(135deg, rgba(5, 24, 20, .82), rgba(1, 9, 8, .74)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.064),
        0 0 0 1px rgba(75, 178, 139, .080),
        0 0 20px rgba(46, 189, 145, .085),
        0 12px 28px rgba(0,0,0,.20) !important;
}

.products-page .mr-catalog-view-switch{
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.products-page .mr-catalog-view-switch::before,
.products-page .mr-catalog-view-switch::after{
    content: none !important;
    display: none !important;
}

.products-page .mr-catalog-view-btn{
    height: 34px !important;
    min-width: 74px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(213, 221, 205, .12) !important;
    background: rgba(1, 9, 8, .44) !important;
    color: rgba(220, 218, 202, .76) !important;
    -webkit-text-fill-color: rgba(220, 218, 202, .76) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.034), 0 8px 18px rgba(0,0,0,.14) !important;
    transform: none !important;
}

.products-page .mr-catalog-view-btn:hover,
.products-page .mr-catalog-view-btn:focus-visible{
    border-color: rgba(218, 190, 127, .25) !important;
    color: rgba(244, 229, 190, .88) !important;
    -webkit-text-fill-color: rgba(244, 229, 190, .88) !important;
    background: rgba(6, 23, 19, .52) !important;
    transform: none !important;
}

.products-page .mr-catalog-view-btn.is-active{
    border-color: rgba(224, 188, 115, .46) !important;
    background:
        linear-gradient(180deg, rgba(245, 213, 144, .86), rgba(156, 120, 60, .84)) !important;
    color: rgba(13, 18, 15, .90) !important;
    -webkit-text-fill-color: rgba(13, 18, 15, .90) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 204, .34),
        inset 0 -1px 0 rgba(71, 48, 19, .26),
        0 0 18px rgba(213, 175, 95, .14),
        0 10px 22px rgba(0,0,0,.18) !important;
}

.products-page .products-pagination,
.products-page .products-pagination.products-pagination-top{
    width: min(100%, 1224px) !important;
    max-width: 1224px !important;
    margin: 20px auto 24px !important;
    padding: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.products-page .products-pagination.products-pagination-top{
    margin-top: 2px !important;
    margin-bottom: 26px !important;
}

.products-page .mr-pagination-status{
    display: none !important;
}

.products-page .page-numbers{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.products-page .page-link{
    min-width: 34px !important;
    height: 34px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(213, 221, 205, .12) !important;
    background: rgba(1, 9, 8, .38) !important;
    color: rgba(224, 221, 205, .82) !important;
    -webkit-text-fill-color: rgba(224, 221, 205, .82) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.030), 0 8px 18px rgba(0,0,0,.12) !important;
    transform: none !important;
}

.products-page .page-link:hover,
.products-page .page-link:focus-visible{
    border-color: rgba(82, 190, 148, .28) !important;
    background: rgba(6, 28, 23, .48) !important;
    color: rgba(241, 232, 205, .95) !important;
    -webkit-text-fill-color: rgba(241, 232, 205, .95) !important;
    transform: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.040), 0 0 16px rgba(44, 173, 133, .085), 0 8px 18px rgba(0,0,0,.14) !important;
}

.products-page .page-link.current{
    border-color: rgba(224, 188, 115, .48) !important;
    background: linear-gradient(180deg, rgba(245, 213, 144, .90), rgba(154, 118, 58, .86)) !important;
    color: rgba(12, 17, 14, .92) !important;
    -webkit-text-fill-color: rgba(12, 17, 14, .92) !important;
    box-shadow: inset 0 1px 0 rgba(255, 244, 204, .36), 0 0 18px rgba(213, 175, 95, .16), 0 10px 22px rgba(0,0,0,.16) !important;
}

.products-page .page-prev,
.products-page .page-next{
    min-width: 74px !important;
}




/* =========================
   8.562 â€” Products action buttons brand-green discipline polish
   Scope locked: Products card action buttons only.
   User rule: every green used here must be the MR brand green #1F3E37.
   Continue from 8.561 approved card baseline: full-bleed image,
one outer frame,
no inner glow/ring,
whole-card hover only.
   Goal: make Add to Quote / Add to Cart feel aligned with the cleaned Products cards without reintroducing inner frames or green mismatches.
   ========================= */
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action{
    --mr-products-brand-green: #1F3E37;
    position: relative !important;
    z-index: 8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(234, 225, 212, .26) !important;
    outline: 0 !important;
    background: #1F3E37 !important;
    background-image: none !important;
    color: rgba(248, 241, 225, .95) !important;
    -webkit-text-fill-color: rgba(248, 241, 225, .95) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon{
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(248, 241, 225, .50) !important;
    background: rgba(248, 241, 225, .16) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-label,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-label,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-label{
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:hover,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:hover,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:focus-visible,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:hover,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:focus-visible{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(234, 225, 212, .42) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action.is-added,
.products-page .product-card-quote-wrap.is-in-quote > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action.is-added,
.products-page .product-card-quote-wrap.is-in-cart > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action.is-added{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(218, 190, 132, .46) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
}



/* Source block: mr-8-267-products-controls-flow-polish */
/* 8.267 â€” Products minimal controls flow polish after the 8.266 unstick fix.
   No sticky return,
no new behavior: just safer spacing/alignment for Category,
Sort,
Compact/Signature and pagination on the open background. */
.products-page .mr-catalog-toolbar{
    margin-top: clamp(4px, .8vw, 12px) !important;
    margin-bottom: clamp(18px, 2.1vw, 28px) !important;
}

.products-page .mr-catalog-toolbar-head{
    display: grid !important;
    grid-template-columns: minmax(340px, auto) minmax(24px, 1fr) auto !important;
    align-items: center !important;
    gap: clamp(14px, 2.4vw, 38px) !important;
}

.products-page .mr-catalog-filter-form{
    grid-column: 1 !important;
    width: auto !important;
    flex: none !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(154px, 184px)) !important;
    align-items: center !important;
    gap: clamp(12px, 1.5vw, 18px) !important;
}

.products-page .mr-catalog-field{
    width: 100% !important;
    flex: none !important;
}

.products-page .mr-catalog-select{
    height: 42px !important;
    border-radius: 12px !important;
    border-color: rgba(207, 219, 203, .16) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.030), rgba(255,255,255,0) 48%),
        linear-gradient(135deg, rgba(5, 19, 17, .78), rgba(1, 8, 8, .70)) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.044),
        0 0 0 1px rgba(62, 130, 106, .038),
        0 10px 24px rgba(0,0,0,.15) !important;
}

.products-page .mr-catalog-select:hover,
.products-page .mr-catalog-select:focus,
.products-page .mr-catalog-select:focus-visible{
    border-color: rgba(196, 231, 213, .30) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.060),
        0 0 0 1px rgba(74, 176, 139, .070),
        0 0 16px rgba(48, 183, 141, .070),
        0 12px 26px rgba(0,0,0,.17) !important;
}

.products-page .mr-catalog-view-switch{
    grid-column: 3 !important;
    justify-self: end !important;
    align-self: center !important;
}

body.rtl .products-page .mr-catalog-toolbar-head{
    direction: rtl !important;
}

body.rtl .products-page .mr-catalog-filter-form{
    grid-column: 1 !important;
    justify-self: start !important;
}

body.rtl .products-page .mr-catalog-view-switch{
    grid-column: 3 !important;
    justify-self: end !important;
    direction: ltr !important;
}

.products-page .mr-catalog-context-actions{
    grid-column: 1 / -1 !important;
    justify-self: end !important;
    margin-top: 2px !important;
}

body.rtl .products-page .mr-catalog-context-actions{
    justify-self: start !important;
}

.products-page .products-pagination,
.products-page .products-pagination.products-pagination-top{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    row-gap: 9px !important;
}

.products-page .products-pagination.products-pagination-top{
    margin-top: 0 !important;
    margin-bottom: clamp(20px, 2.4vw, 30px) !important;
}

.products-page .page-numbers{
    max-width: min(100%, 520px) !important;
    row-gap: 8px !important;
}

.products-page .page-link{
    height: 33px !important;
    min-width: 33px !important;
    border-radius: 999px !important;
}

.products-page .page-prev,
.products-page .page-next{
    min-width: 70px !important;
}

@media (max-width: 1040px) {
    .products-page .mr-catalog-toolbar-head{
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 14px !important;
    }

    .products-page .mr-catalog-filter-form,
.products-page .mr-catalog-view-switch,
.products-page .mr-catalog-context-actions,
body.rtl .products-page .mr-catalog-filter-form,
body.rtl .products-page .mr-catalog-view-switch,
body.rtl .products-page .mr-catalog-context-actions{
        grid-column: 1 !important;
        justify-self: center !important;
    }
}





/* =========================
   8.562 â€” Products action buttons brand-green discipline polish
   Scope locked: Products card action buttons only.
   User rule: every green used here must be the MR brand green #1F3E37.
   Continue from 8.561 approved card baseline: full-bleed image,
one outer frame,
no inner glow/ring,
whole-card hover only.
   Goal: make Add to Quote / Add to Cart feel aligned with the cleaned Products cards without reintroducing inner frames or green mismatches.
   ========================= */
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action{
    --mr-products-brand-green: #1F3E37;
    position: relative !important;
    z-index: 8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(234, 225, 212, .26) !important;
    outline: 0 !important;
    background: #1F3E37 !important;
    background-image: none !important;
    color: rgba(248, 241, 225, .95) !important;
    -webkit-text-fill-color: rgba(248, 241, 225, .95) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon{
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(248, 241, 225, .50) !important;
    background: rgba(248, 241, 225, .16) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-label,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-label,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-label{
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:hover,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:hover,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:focus-visible,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:hover,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:focus-visible{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(234, 225, 212, .42) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action.is-added,
.products-page .product-card-quote-wrap.is-in-quote > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action.is-added,
.products-page .product-card-quote-wrap.is-in-cart > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action.is-added{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(218, 190, 132, .46) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
}



/* Source block: mr-8-270-products-family-head-rtl-match-ltr */
/* 8.270 â€” Products family header RTL layout parity.
   Keeps the 8.269 category-over-code direction,
but makes the Persian/RTL capsule use the
   same content placement as the English/LTR capsule. No card,
pagination or behavior changes. */
.products-page .product-family-section{
    margin-top: clamp(22px, 3vw, 40px) !important;
}

.products-page .product-family-head{
    width: min(100%, 1224px) !important;
    max-width: 1224px !important;
    margin: 0 auto clamp(13px, 1.45vw, 20px) !important;
    padding: 0 2px clamp(10px, 1vw, 13px) !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    grid-template-rows: auto auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: clamp(10px, 1.35vw, 18px) !important;
    row-gap: 4px !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(229, 190, 111, .18) !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.products-page .product-family-head::before,
.products-page .product-family-head::after{
    display: none !important;
    content: none !important;
}

.products-page .product-family-kicker{
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    align-self: end !important;
    min-height: 0 !important;
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: rgba(215, 228, 210, .72) !important;
    -webkit-text-fill-color: rgba(215, 228, 210, .72) !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

.products-page .product-family-title{
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: rgba(246, 230, 188, .94) !important;
    -webkit-text-fill-color: rgba(246, 230, 188, .94) !important;
    font-size: clamp(18px, 2.05vw, 28px) !important;
    line-height: 1.08 !important;
    letter-spacing: .115em !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.060), 0 0 18px rgba(206, 167, 92, .055) !important;
}

.products-page .product-family-count{
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    justify-self: end !important;
    align-self: center !important;
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(212, 180, 108, .18) !important;
    background: rgba(6, 20, 18, .36) !important;
    color: rgba(230, 214, 177, .78) !important;
    -webkit-text-fill-color: rgba(230, 214, 177, .78) !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
    letter-spacing: .055em !important;
    white-space: nowrap !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.030) !important;
}

.products-page .mr-family-view-all{
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    justify-self: end !important;
    align-self: center !important;
    min-height: 30px !important;
    padding: 0 15px !important;
    border-radius: 999px !important;
    border-color: rgba(218, 190, 126, .24) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0) 54%),
        linear-gradient(135deg, rgba(6, 22, 19, .70), rgba(1, 8, 8, .55)) !important;
    color: rgba(238, 219, 176, .86) !important;
    -webkit-text-fill-color: rgba(238, 219, 176, .86) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.040), 0 8px 18px rgba(0,0,0,.13) !important;
}

.products-page .mr-family-view-all:hover,
.products-page .mr-family-view-all:focus-visible{
    border-color: rgba(233, 201, 132, .42) !important;
    color: rgba(255, 236, 190, .95) !important;
    -webkit-text-fill-color: rgba(255, 236, 190, .95) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,0) 56%),
        radial-gradient(ellipse at 18% 115%, rgba(48, 177, 137, .18), transparent 54%),
        linear-gradient(135deg, rgba(7, 27, 23, .76), rgba(1, 9, 8, .60)) !important;
    transform: none !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.060), 0 0 18px rgba(42, 174, 133, .060), 0 10px 20px rgba(0,0,0,.15) !important;
}

body.rtl .products-page .product-family-head{
    direction: ltr !important;
}

body.rtl .products-page .product-family-kicker{
    justify-self: start !important;
    text-align: left !important;
    direction: rtl !important;
    unicode-bidi: isolate !important;
}

body.rtl .products-page .product-family-title{
    justify-self: start !important;
    text-align: left !important;
    direction: ltr !important;
    unicode-bidi: isolate !important;
}

body.rtl .products-page .product-family-count,
body.rtl .products-page .mr-family-view-all{
    justify-self: end !important;
    direction: rtl !important;
    unicode-bidi: isolate !important;
}





/* =========================
   8.562 â€” Products action buttons brand-green discipline polish
   Scope locked: Products card action buttons only.
   User rule: every green used here must be the MR brand green #1F3E37.
   Continue from 8.561 approved card baseline: full-bleed image,
one outer frame,
no inner glow/ring,
whole-card hover only.
   Goal: make Add to Quote / Add to Cart feel aligned with the cleaned Products cards without reintroducing inner frames or green mismatches.
   ========================= */
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action{
    --mr-products-brand-green: #1F3E37;
    position: relative !important;
    z-index: 8 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(234, 225, 212, .26) !important;
    outline: 0 !important;
    background: #1F3E37 !important;
    background-image: none !important;
    color: rgba(248, 241, 225, .95) !important;
    -webkit-text-fill-color: rgba(248, 241, 225, .95) !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease,
        background-color .18s ease !important;
    overflow: hidden !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon{
    width: 8px !important;
    height: 8px !important;
    flex: 0 0 8px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(248, 241, 225, .50) !important;
    background: rgba(248, 241, 225, .16) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::before,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-icon::after,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-icon::after,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::before,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-icon::after{
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action .mr-quote-label,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action .mr-cart-label,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action .mr-cart-label{
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:hover,
.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action:focus-visible,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:hover,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action:focus-visible,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:hover,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action:focus-visible{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(234, 225, 212, .42) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
    transform: translateY(-1px) !important;
}

.products-page .product-card-quote-wrap > .add-to-quote-btn.mr-quote-action.is-added,
.products-page .product-card-quote-wrap.is-in-quote > .add-to-quote-btn.mr-quote-action,
.products-page .product-card-quote-wrap > .mr-add-to-cart-btn.mr-cart-action.is-added,
.products-page .product-card-quote-wrap.is-in-cart > .mr-add-to-cart-btn.mr-cart-action,
.products-page .product-card-quote-wrap > .add-to-cart-btn.mr-retail-action.is-added{
    background: #1F3E37 !important;
    background-image: none !important;
    border-color: rgba(218, 190, 132, .46) !important;
    color: rgba(255, 248, 232, .98) !important;
    -webkit-text-fill-color: rgba(255, 248, 232, .98) !important;
    box-shadow: none !important;
    filter: none !important;
}



/* Source block: mr-8-944-products-line-switch-css */
/* 8.944 â€” Products line switch replaces Signature/Compact toggle. */
.products-page .mr-catalog-view-switch.mr-products-line-switch{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.products-page .mr-products-line-switch__link,
.products-page .mr-products-line-switch__link:visited{
    text-decoration: none !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    color: rgba(255, 247, 232, .96) !important;
    -webkit-text-fill-color: rgba(255, 247, 232, .96) !important;
}

.products-page .mr-products-line-switch__link:hover,
.products-page .mr-products-line-switch__link:focus-visible{
    transform: translateY(-.5px);
}

/* Quick View product media: the frame owns the geometry on every desktop
   viewport; source aspect ratios only affect the contained bitmap. */
@media (min-width: 901px){
    .mr-line-qv-frame--product,
    .mr-line-qv-product-stage{
        min-width: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        contain: layout paint !important;
    }

    .mr-line-qv-product-stage{
        --mr-line-qv-image-inset: 0px !important;
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: inherit !important;
    }

    .mr-line-qv-product-image{
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
        box-sizing: border-box !important;
        width: 100% !important;
        height: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: none !important;
        max-height: none !important;
        z-index: 2 !important;
        object-fit: contain !important;
        object-position: center center !important;
        border-radius: inherit !important;
        background: transparent !important;
    }

    .mr-line-qv-product-backdrop{
        position: absolute !important;
        inset: -8% !important;
        z-index: 1 !important;
        display: block !important;
        width: 116% !important;
        height: 116% !important;
        max-width: none !important;
        max-height: none !important;
        object-fit: cover !important;
        object-position: center center !important;
        opacity: .56 !important;
        filter: blur(28px) brightness(.42) saturate(.82) !important;
        transform: scale(1.06) !important;
        pointer-events: none !important;
    }
}
