/* Theme 3 v40: persistent dock and larger left desktop product images */
html body.public-body > main.theme-editorial-grid.theme-editorial-grid .theme3-drawer-panel nav .theme3-drawer-static-media {
    background: #111 !important;
    display: block !important;
    object-fit: cover !important;
}

/* v439 theme 3: draw product detail close and add icons from centered CSS strokes. */
html body.public-body:has(> main.qr-menu.theme-editorial-grid) .description-modal .description-close {
    align-items: center !important;
    box-sizing: border-box !important;
    color: transparent !important;
    display: grid !important;
    font-size: 0 !important;
    height: 36px !important;
    justify-content: center !important;
    line-height: 0 !important;
    min-height: 36px !important;
    overflow: hidden !important;
    padding: 0 !important;
    place-items: center !important;
    text-align: center !important;
    width: 36px !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .description-modal .description-close::before,
html body.public-body:has(> main.qr-menu.theme-editorial-grid) .description-modal .description-close::after {
    background: #fff !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 2.4px !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
    transform-origin: center !important;
    width: 16px !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .description-modal .description-close::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .description-modal .description-cart-button {
    align-items: center !important;
    display: inline-flex !important;
    gap: 10px !important;
    justify-content: center !important;
    line-height: 1 !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .description-modal .description-cart-button::before {
    background:
        linear-gradient(#fff, #fff) center / 14px 2.4px no-repeat,
        linear-gradient(#fff, #fff) center / 2.4px 14px no-repeat,
        rgba(255, 255, 255, .2) !important;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    content: "" !important;
    display: inline-block !important;
    flex: 0 0 30px !important;
    font-size: 0 !important;
    height: 30px !important;
    line-height: 0 !important;
    padding: 0 !important;
    width: 30px !important;
}

/* v416 theme 3: narrow custom language dropdown. */
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu {
    flex: 0 0 auto !important;
    height: 38px !important;
    position: relative !important;
    width: 62px !important;
    z-index: 120 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu > button {
    align-items: center !important;
    background: rgba(255, 255, 255, .76) !important;
    border: 1px solid rgba(17, 24, 39, .12) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .08) !important;
    color: #111827 !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    gap: 5px !important;
    height: 100% !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    padding: 0 20px 0 11px !important;
    position: relative !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu > button::after {
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 5px solid #111827 !important;
    content: "" !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-35%) !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-options {
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(17, 24, 39, .12) !important;
    border-radius: 16px !important;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .16) !important;
    display: none !important;
    gap: 4px !important;
    overflow: hidden !important;
    padding: 5px !important;
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 7px) !important;
    width: 64px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu.is-open .theme3-header-language-options,
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu:focus-within .theme3-header-language-options {
    display: grid !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-options a {
    align-items: center !important;
    border-radius: 11px !important;
    color: #111827 !important;
    display: flex !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    height: 30px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    width: 100% !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-options a.active {
    background: #111827 !important;
    color: #ffffff !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-header-language-menu {
    height: 34px !important;
    width: 58px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-header-language-options {
    width: 60px !important;
}

@media (max-width: 420px) {
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu {
        height: 34px !important;
        width: 58px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-menu > button {
        font-size: 10px !important;
        padding-left: 10px !important;
        padding-right: 20px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-options {
        width: 60px !important;
    }
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product {
    content-visibility: auto;
    contain-intrinsic-size: 128px;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] {
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(17,24,39,.11) !important;
    border-radius: 18px !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 18px 46px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.58) !important;
    color: #111827 !important;
    display: block !important;
    left: 12px !important;
    max-height: min(54vh, 360px) !important;
    opacity: 0 !important;
    overflow: auto !important;
    padding: 12px !important;
    pointer-events: none !important;
    position: fixed !important;
    right: 12px !important;
    transform: translateY(16px) scale(.98) !important;
    transition: opacity .2s ease, transform .22s ease, visibility .2s ease !important;
    visibility: hidden !important;
    z-index: 530 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel].is-open {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
    visibility: visible !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .menu-footer-brand {
    display: none !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .menu-footer-links {
    display: grid !important;
    gap: 9px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card {
    align-items: center !important;
    background: rgba(255,255,255,.64) !important;
    border: 1px solid rgba(17,24,39,.09) !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    color: #111827 !important;
    display: grid !important;
    gap: 4px 9px !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    min-height: 62px !important;
    padding: 9px !important;
    text-align: left !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card:hover,
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card:focus-visible {
    background: rgba(255,255,255,.92) !important;
    outline: 0 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-icon {
    align-items: center !important;
    background: rgba(17,24,39,.92) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 12px !important;
    color: #fff !important;
    display: inline-flex !important;
    grid-row: 1 / span 2 !important;
    height: 38px !important;
    justify-content: center !important;
    width: 38px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-icon svg {
    height: 21px !important;
    width: 21px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card strong {
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card small {
    color: rgba(17,24,39,.58) !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal {
    background: transparent !important;
    inset: 0 !important;
    pointer-events: none !important;
    z-index: 540 !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-backdrop {
    background: transparent !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-dialog {
    background: transparent !important;
    border: 0 !important;
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
    box-shadow: none !important;
    left: auto !important;
    max-width: calc(100vw - 32px) !important;
    padding: 0 !important;
    pointer-events: auto !important;
    position: fixed !important;
    right: 16px !important;
    width: auto !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-close,
html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-dialog > span,
html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-dialog > h2 {
    display: none !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-grid {
    align-items: flex-end !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 9px !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-grid form {
    margin: 0 !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button {
    align-items: center !important;
    background: rgba(255,255,255,.82) !important;
    border: 1px solid rgba(17,24,39,.11) !important;
    border-radius: 999px 15px 15px 999px !important;
    box-shadow: 0 14px 34px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.55) !important;
    color: #111827 !important;
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    gap: 9px !important;
    justify-content: flex-start !important;
    min-height: 48px !important;
    padding: 5px 7px 5px 14px !important;
    transform: translateX(10px) !important;
    transition: background-color .18s ease, opacity .18s ease, transform .2s ease !important;
    width: auto !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal:not([hidden]) .service-option-grid form:nth-child(1) .service-option-button {
    transition-delay: .03s !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal:not([hidden]) .service-option-grid form:nth-child(2) .service-option-button {
    transition-delay: .07s !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal:not([hidden]) .service-option-grid form:nth-child(3) .service-option-button {
    transition-delay: .11s !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal:not([hidden]) .service-option-button {
    transform: translateX(0) !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button:hover,
html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button:focus-visible {
    background: rgba(255,255,255,.94) !important;
    outline: 0 !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button strong {
    background: transparent !important;
    box-shadow: none !important;
    color: #111827 !important;
    display: block !important;
    font-size: 13px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button .service-option-icon {
    align-items: center !important;
    background: rgba(17,24,39,.92) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    display: inline-flex !important;
    flex: 0 0 36px !important;
    height: 36px !important;
    justify-content: center !important;
    width: 36px !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button .active-call-icon {
    height: 23px !important;
    width: 23px !important;
}

html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button:disabled {
    opacity: .48 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge::before,
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button::before,
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge::after,
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 991px) {
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid.has-mobile-actions {
        padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid.has-mobile-actions .mobile-actions {
        --mobile-dock-edge: 54px;
        align-items: stretch !important;
        background: rgba(255,255,255,.76) !important;
        border: 0 !important;
        border-top: 1px solid rgba(17,24,39,.12) !important;
        border-radius: 0 !important;
        bottom: 0 !important;
        box-shadow: 0 -12px 30px rgba(15,23,42,.12), inset 0 1px 0 rgba(255,255,255,.54) !important;
        box-sizing: border-box !important;
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: var(--mobile-dock-edge) minmax(0, 1fr) var(--mobile-dock-edge) !important;
        height: calc(58px + env(safe-area-inset-bottom)) !important;
        justify-content: stretch !important;
        left: 0 !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        overflow: hidden !important;
        padding: 0 0 env(safe-area-inset-bottom) !important;
        position: fixed !important;
        right: 0 !important;
        top: auto !important;
        transform: none !important;
        width: 100vw !important;
        z-index: 520 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions::before,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions::after {
        content: none !important;
        display: none !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge):not(.has-service-edge) {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge).has-service-edge {
        grid-template-columns: minmax(0, 1fr) var(--mobile-dock-edge) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-cart-edge:not(.has-service-edge) {
        grid-template-columns: var(--mobile-dock-edge) minmax(0, 1fr) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-middle {
        align-items: stretch !important;
        align-self: stretch !important;
        background: rgba(255,255,255,.50) !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: grid !important;
        flex: initial !important;
        gap: 0 !important;
        grid-auto-columns: minmax(0, 1fr) !important;
        grid-auto-flow: column !important;
        grid-column: 2 !important;
        height: 58px !important;
        justify-self: stretch !important;
        margin: 0 !important;
        min-height: 58px !important;
        min-width: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge):not(.has-service-edge) .mobile-actions-middle {
        grid-column: 1 / -1 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-cart-edge .mobile-actions-middle {
        grid-column-start: 2 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-service-edge .mobile-actions-middle {
        grid-column-end: -2 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge).has-service-edge .mobile-actions-middle {
        grid-column: 1 / -2 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-cart-edge:not(.has-service-edge) .mobile-actions-middle {
        grid-column: 2 / -1 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-cart-edge .mobile-dock-cart {
        grid-column: 1 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-service-edge .mobile-dock-service {
        grid-column: -2 / -1 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button {
        align-items: center !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #111827 !important;
        display: inline-flex !important;
        flex: initial !important;
        height: 58px !important;
        justify-content: center !important;
        min-height: 58px !important;
        min-width: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative !important;
        transform: none !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge {
        background: rgba(255,255,255,.38) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge::before,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button::before,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge::after,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button::after {
        content: none !important;
        display: none !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button + .mobile-action-button {
        border-left: 1px solid rgba(17,24,39,.08) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button strong {
        display: none !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-feedback-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-share-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-icon svg,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-feedback-icon svg,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-share-icon svg,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid #mobile-actions-feedback-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid #mobile-actions-share-icon {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: currentColor !important;
        fill: currentColor !important;
        height: 24px !important;
        max-height: 24px !important;
        max-width: 24px !important;
        stroke: currentColor !important;
        width: 24px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-cart em {
        align-items: center !important;
        background: #ef4444 !important;
        border: 1px solid rgba(255,255,255,.9) !important;
        border-radius: 999px !important;
        box-shadow: 0 6px 14px rgba(15,23,42,.20) !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 9px !important;
        font-weight: 900 !important;
        height: 17px !important;
        justify-content: center !important;
        min-width: 17px !important;
        padding: 0 4px !important;
        position: absolute !important;
        right: 8px !important;
        top: 7px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge:active,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button:active,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge.is-active,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button.is-active {
        background: rgba(255,255,255,.72) !important;
        color: #000 !important;
        transform: none !important;
    }
}

@media (min-width: 992px) {
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid.has-mobile-actions {
        padding-bottom: 96px !important;
    }

    html body.public-body.modal-open > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions,
    html body.public-body.modal-open > main.qr-menu.theme-editorial-grid.theme-editorial-grid.has-mobile-actions .mobile-actions {
        opacity: 1 !important;
        pointer-events: auto !important;
        visibility: visible !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid.has-mobile-actions .mobile-actions {
        align-items: stretch !important;
        background: rgba(255,255,255,.86) !important;
        border: 1px solid rgba(17,24,39,.12) !important;
        border-radius: 24px !important;
        bottom: 20px !important;
        box-shadow: 0 20px 48px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.68) !important;
        display: grid !important;
        gap: 0 !important;
        grid-template-columns: 76px minmax(152px, 1fr) 76px !important;
        height: 66px !important;
        justify-content: stretch !important;
        left: 50% !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: fixed !important;
        right: auto !important;
        top: auto !important;
        transform: translateX(-50%) !important;
        width: min(430px, calc(100vw - 56px)) !important;
        z-index: 138 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge):not(.has-service-edge) {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 320px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-cart-edge:not(.has-service-edge),
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge).has-service-edge {
        grid-template-columns: 76px minmax(152px, 1fr) !important;
        max-width: 354px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions:not(.has-cart-edge).has-service-edge .mobile-actions-middle {
        grid-column: 1 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-middle {
        background: transparent !important;
        display: grid !important;
        gap: 0 !important;
        grid-auto-columns: minmax(76px, 1fr) !important;
        grid-auto-flow: column !important;
        height: 66px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button {
        align-items: center !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #111827 !important;
        display: inline-flex !important;
        height: 66px !important;
        justify-content: center !important;
        min-height: 66px !important;
        min-width: 0 !important;
        padding: 0 !important;
        position: relative !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button + .mobile-action-button {
        border-left: 1px solid rgba(17,24,39,.08) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-cart-edge .mobile-dock-cart {
        grid-column: 1 !important;
        border-left: 0 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions.has-service-edge .mobile-dock-service {
        grid-column: -2 / -1 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button strong {
        display: none !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-feedback-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-share-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-icon svg,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-feedback-icon svg,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-actions-share-icon svg,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid #mobile-actions-feedback-icon,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid #mobile-actions-share-icon {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        color: currentColor !important;
        display: inline-block !important;
        fill: currentColor !important;
        height: 28px !important;
        max-height: 28px !important;
        max-width: 28px !important;
        stroke: currentColor !important;
        width: 28px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-cart em {
        align-items: center !important;
        background: #ef4444 !important;
        border: 1px solid rgba(255,255,255,.9) !important;
        border-radius: 999px !important;
        box-shadow: 0 6px 14px rgba(15,23,42,.20) !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 9px !important;
        font-weight: 900 !important;
        height: 17px !important;
        justify-content: center !important;
        min-width: 17px !important;
        padding: 0 4px !important;
        position: absolute !important;
        right: 17px !important;
        top: 8px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-action-button:hover,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .mobile-dock-edge:hover {
        background: rgba(255,255,255,.68) !important;
        color: #000 !important;
        transform: none !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] {
        border-radius: 22px !important;
        bottom: 100px !important;
        box-shadow: 0 24px 58px rgba(15,23,42,.18), inset 0 1px 0 rgba(255,255,255,.72) !important;
        display: block !important;
        left: 50% !important;
        max-height: min(56vh, 410px) !important;
        max-width: calc(100vw - 48px) !important;
        opacity: 0 !important;
        padding: 14px !important;
        pointer-events: none !important;
        right: auto !important;
        transform: translateX(-50%) translateY(14px) scale(.98) !important;
        visibility: hidden !important;
        width: 440px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel].is-open {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateX(-50%) translateY(0) scale(1) !important;
        visibility: visible !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .menu-footer-links {
        gap: 12px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card {
        border-radius: 16px !important;
        gap: 5px 12px !important;
        grid-template-columns: 48px minmax(0, 1fr) !important;
        min-height: 76px !important;
        padding: 12px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-icon {
        border-radius: 15px !important;
        height: 48px !important;
        width: 48px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-icon svg {
        height: 26px !important;
        width: 26px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card strong {
        font-size: 14px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-footer.has-mobile-footer-actions[data-mobile-footer-panel] .footer-contact-card small {
        font-size: 11.5px !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-dialog {
        bottom: 100px !important;
        left: 50% !important;
        max-width: calc(100vw - 56px) !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        width: min(620px, calc(100vw - 56px)) !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-grid {
        align-items: stretch !important;
        display: grid !important;
        gap: 11px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        width: 100% !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-grid form {
        display: flex !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button {
        border-radius: 20px !important;
        flex: 1 1 0 !important;
        flex-direction: column !important;
        gap: 11px !important;
        min-height: 58px !important;
        min-width: 0 !important;
        padding: 12px 10px !important;
        width: 100% !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button strong {
        font-size: 14px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button .service-option-icon {
        flex-basis: 44px !important;
        height: 44px !important;
        width: 44px !important;
    }

    html body.public-body:has(> main.qr-menu.theme-editorial-grid) .service-modal .service-option-button .active-call-icon {
        height: 28px !important;
        width: 28px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product {
        align-items: center !important;
        gap: 18px !important;
        grid-template-columns: 164px minmax(0, 1fr) !important;
        min-height: 184px !important;
        padding: 16px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-media {
        align-items: center !important;
        align-self: center !important;
        background: rgba(255,255,255,.82) !important;
        border: 1px solid rgba(17,17,17,.08) !important;
        border-radius: 14px !important;
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.62) !important;
        display: flex !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        height: 156px !important;
        justify-content: center !important;
        justify-self: start !important;
        min-height: 156px !important;
        overflow: hidden !important;
        padding: 8px !important;
        width: 156px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-media img {
        background: transparent !important;
        border-radius: 10px !important;
        display: block !important;
        height: 100% !important;
        margin: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: cover !important;
        object-position: center center !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-info {
        grid-column: 2 !important;
        min-height: 156px !important;
    }
}

/* Theme 3 v41: keep the menu header flush with the top edge on desktop. */
@media (min-width: 720px) {
    html:has(body.public-body > main.qr-menu.theme-editorial-grid),
    html body.public-body:has(> main.qr-menu.theme-editorial-grid) {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid > .menu-main-flow,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid > .menu-main-flow > .menu-hero {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header {
        margin-top: 0 !important;
        top: 0 !important;
    }
}

/* v405 landing-phone preview: keep brand close to the real mobile header size. */
html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-app-header {
    grid-template-columns: 48px minmax(0, 1fr) 48px !important;
    height: 74px !important;
    max-height: 74px !important;
    min-height: 74px !important;
    padding: 0 10px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-header-brand {
    height: 74px !important;
    justify-content: center !important;
    min-width: 0 !important;
    overflow: visible !important;
    width: 100% !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-header-brand img {
    height: auto !important;
    max-height: 62px !important;
    max-width: min(310px, 74vw) !important;
    object-fit: contain !important;
    transform: scale(1.12) !important;
    transform-origin: center !important;
    width: min(300px, 74vw) !important;
}

/* v412 landing phone logo: match the full mobile preview scale. */
html body.public-body > main.qr-welcome-page.theme-editorial-grid.is-landing-phone-preview .welcome-topbar {
    gap: 8px !important;
}

html body.public-body > main.qr-welcome-page.theme-editorial-grid.is-landing-phone-preview .welcome-brand-chip {
    flex: 1 1 auto !important;
    height: 58px !important;
    justify-content: center !important;
    max-width: min(226px, calc(100vw - 126px)) !important;
    min-width: min(196px, calc(100vw - 148px)) !important;
    overflow: visible !important;
    padding: 0 !important;
}

html body.public-body > main.qr-welcome-page.theme-editorial-grid.is-landing-phone-preview .welcome-brand-chip img {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: auto !important;
    max-height: 54px !important;
    max-width: min(216px, calc(100vw - 138px)) !important;
    object-fit: contain !important;
    padding: 0 !important;
    transform: none !important;
    transform-origin: center center !important;
    width: min(216px, calc(100vw - 138px)) !important;
}

/* v413 category page language selector for theme 3 header. */
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher {
    gap: 8px !important;
    grid-template-columns: 54px minmax(0, 1fr) auto !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions {
    align-items: center !important;
    display: flex !important;
    gap: 7px !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-languages {
    align-items: center !important;
    background: rgba(17, 24, 39, .06) !important;
    border: 1px solid rgba(17, 24, 39, .10) !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    flex: 0 1 auto !important;
    gap: 2px !important;
    max-width: min(42vw, 172px) !important;
    overflow-x: auto !important;
    padding: 3px !important;
    scrollbar-width: none !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-languages::-webkit-scrollbar {
    display: none !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-languages a {
    align-items: center !important;
    border-radius: 999px !important;
    color: #111827 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    height: 30px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    min-width: 34px !important;
    padding: 0 9px !important;
    text-decoration: none !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-languages a.active {
    background: #111827 !important;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .16) !important;
    color: #ffffff !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions .theme3-header-search {
    flex: 0 0 46px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-app-header.has-language-switcher {
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-header-languages {
    max-width: 118px !important;
}

@media (max-width: 420px) {
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher {
        grid-template-columns: 44px minmax(0, 1fr) auto !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions {
        gap: 5px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-languages {
        max-width: 116px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-languages a {
        height: 28px !important;
        min-width: 30px !important;
        padding: 0 7px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions .theme3-header-search {
        flex-basis: 42px !important;
    }
}

/* v414 theme 3: compact native language selector between logo and search. */
html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher {
    gap: 6px !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher .theme3-header-brand {
    justify-content: flex-start !important;
    min-width: 0 !important;
    padding-left: 0 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher .theme3-header-brand img {
    max-width: min(190px, 42vw) !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher .theme3-header-actions {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select {
    align-items: center !important;
    background: rgba(255, 255, 255, .74) !important;
    border: 1px solid rgba(17, 24, 39, .12) !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .08) !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    height: 38px !important;
    overflow: hidden !important;
    position: relative !important;
    width: 68px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select::after {
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
    border-top: 5px solid #111827 !important;
    content: "" !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 11px !important;
    top: 50% !important;
    transform: translateY(-40%) !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select select {
    appearance: none !important;
    background: transparent !important;
    border: 0 !important;
    color: #111827 !important;
    cursor: pointer !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    height: 100% !important;
    letter-spacing: 0 !important;
    outline: none !important;
    padding: 0 24px 0 12px !important;
    text-transform: uppercase !important;
    width: 100% !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select:focus-within {
    border-color: rgba(17, 24, 39, .28) !important;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .13) !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions .theme3-header-search {
    flex: 0 0 44px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-app-header.has-language-switcher {
    grid-template-columns: 40px minmax(0, 1fr) auto !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

html body.public-body > main.qr-menu.theme-editorial-grid.is-landing-phone-preview .theme3-header-language-select {
    height: 34px !important;
    width: 62px !important;
}

@media (max-width: 420px) {
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher {
        gap: 5px !important;
        grid-template-columns: 38px minmax(0, 1fr) auto !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-app-header.has-language-switcher .theme3-header-brand img {
        max-width: min(168px, 39vw) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select {
        height: 34px !important;
        width: 60px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select select {
        font-size: 10px !important;
        padding-left: 10px !important;
        padding-right: 22px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-language-select::after {
        right: 9px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions {
        gap: 6px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .theme3-header-actions .theme3-header-search {
        flex-basis: 40px !important;
    }
}

/* v437 theme 3: mobile-only product image and text balance. */
@media (max-width: 719px) {
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-content,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-category-section,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .product-grid-public {
        box-sizing: border-box !important;
        justify-items: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 8px) !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(100vw - 8px) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product {
        box-sizing: border-box !important;
        display: grid !important;
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) 110px !important;
        justify-self: center !important;
        max-width: calc(100vw - 12px) !important;
        min-height: 134px !important;
        overflow: hidden !important;
        padding: 12px !important;
        width: calc(100vw - 12px) !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-media {
        align-self: center !important;
        aspect-ratio: 1 / 1 !important;
        box-sizing: border-box !important;
        grid-area: 1 / 2 / auto / 3 !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        height: 110px !important;
        justify-self: end !important;
        max-width: 110px !important;
        min-height: 110px !important;
        min-width: 110px !important;
        padding: 8px !important;
        width: 110px !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-media img {
        aspect-ratio: 1 / 1 !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-info {
        gap: 4px !important;
        grid-area: 1 / 1 / auto / 2 !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        max-width: 100% !important;
        min-height: 110px !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-title-row {
        gap: 3px !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-title-row h3 {
        -webkit-line-clamp: 2 !important;
        line-height: 1.18 !important;
        max-height: none !important;
        min-width: 0 !important;
        white-space: normal !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-description-short,
    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-description-trigger {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        line-height: 1.24 !important;
        max-height: none !important;
        min-width: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        width: 100% !important;
    }

    html body.public-body > main.qr-menu.theme-editorial-grid.theme-editorial-grid .menu-product .product-description-trigger span {
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        width: 100% !important;
    }
}
