body.ocmu-enabled {
    position: relative;
    overflow-x: hidden;
}

body.ocmu-enabled.ocmu-menu-open {
    overflow: hidden;
}

.ocmu-hidden-original {
    display: none !important;
}

.ocmu-shell,
.ocmu-shell * {
    box-sizing: border-box;
}

.ocmu-header,
.ocmu-footer {
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.ocmu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 930;
    background: #ffffff;
    border-bottom: 1px solid #ececec;
    overflow: visible;
}

.ocmu-header-inner {
    padding: 14px 16px 16px;
}

.ocmu-row {
    display: flex;
    align-items: center;
}

.ocmu-row-main {
    justify-content: space-between;
    gap: 10px;
    min-height: 56px;
    flex-wrap: nowrap;
}

.ocmu-row-main > * {
    min-width: 0;
}

.ocmu-row-search {
    margin-top: 14px;
}

.ocmu-row-search-inline {
    margin-top: 16px;
    gap: 14px;
}

.ocmu-logo-link,
.ocmu-logo-link:hover,
.ocmu-logo-link:focus {
    text-decoration: none;
}

.ocmu-logo-holder,
.ocmu-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ocmu-logo-link {
    min-width: 0;
    max-width: 100%;
}

.ocmu-logo-image {
    display: block;
    max-width: 190px;
    width: auto;
    max-height: 40px;
    height: auto;
}

.ocmu-logo-holder-dark .ocmu-logo-image,
.ocmu-style-3 .ocmu-logo-image,
.ocmu-style-8 .ocmu-logo-image {
    filter: brightness(0) invert(1);
}

.ocmu-logo-text {
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    color: #161616;
    letter-spacing: 0.03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ocmu-logo-text-dark {
    color: #ffffff;
}

.ocmu-action-group {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.ocmu-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #202536;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    flex: 0 0 auto;
}

.ocmu-svg {
    width: 31px;
    height: 31px;
    display: block;
    pointer-events: none;
}

.ocmu-cart-count {
    position: absolute;
    top: -5px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: #16325f;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
}

.ocmu-search-form {
    position: relative;
    display: block;
    width: 100%;
}

.ocmu-search-input {
    width: 100%;
    height: 62px;
    padding: 0 20px 0 60px !important;
    border-radius: 32px;
    border: 2px solid #e6e2e2;
    background: #f8f6f7;
    color: #394255;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
}

.ocmu-search-input::placeholder {
    color: #5c677d;
    opacity: 1;
}

.ocmu-search-submit {
    position: absolute;
    left: 20px;
    top: 31px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #24314d;
}

.ocmu-search-form.ocmu-search-right-icon .ocmu-search-submit {
    left: auto;
    right: 20px;
}

.ocmu-search-form.ocmu-search-right-icon .ocmu-search-input {
    padding-left: 20px !important;
    padding-right: 60px !important;
}

.ocmu-search-form.ocmu-search-outlined .ocmu-search-input {
    background: #ffffff;
    border-radius: 0;
    border: 2px solid #8890a3;
}

.ocmu-search-form.ocmu-search-orange .ocmu-search-submit {
    color: #f27a1a;
}

.ocmu-search-inline-wrap {
    flex: 1 1 auto;
}

.ocmu-search-drop {
    position: absolute !important;
    top: 100% !important;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    padding: 0;
    overflow: visible;
}

.ocmu-header.is-search-open .ocmu-search-drop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.ocmu-search-drop-inner {
    width: 100%;
    padding: 14px 16px 16px;
    background: inherit;
    border-top: 1px solid #ececec;
    box-shadow: 0 10px 18px rgba(0,0,0,0.08);
    margin: 0;
}

.ocmu-search-drop,
.ocmu-search-drop-inner,
.ocmu-search-form {
    z-index: 10002;
}

.ocmu-search-form .ocmu-search-submit {
    z-index: 3;
}

.ocmu-search-form .ocmu-search-input {
    position: relative;
    z-index: 1;
}

.ocmu-style-1 {
    background: #ffffff;
}

.ocmu-style-1 .ocmu-header-inner {
    padding: 16px 18px 18px;
}

.ocmu-style-1 .ocmu-logo-image {
    max-height: 32px;
}

.ocmu-style-2 .ocmu-header-inner,
.ocmu-style-10 .ocmu-header-inner {
    padding: 16px 14px 18px;
}

.ocmu-style-2 .ocmu-search-input {
    background: #f2f2f2;
    border-color: #ececec;
    height: 56px;
}

.ocmu-style-2 .ocmu-logo-image {
    max-height: 34px;
}

.ocmu-style-3 {
    background: linear-gradient(90deg, #101514 0%, #24423d 100%);
    border-bottom: 0;
}

.ocmu-style-3 .ocmu-header-inner,
.ocmu-style-8 .ocmu-header-inner {
    padding: 16px 16px 18px;
}

.ocmu-style-3 .ocmu-icon-btn,
.ocmu-style-8 .ocmu-icon-btn,
.ocmu-style-3 .ocmu-logo-text,
.ocmu-style-8 .ocmu-logo-text {
    color: #ffffff;
}

.ocmu-style-3 .ocmu-row-main,
.ocmu-style-8 .ocmu-row-main,
.ocmu-style-5 .ocmu-row-main,
.ocmu-style-9 .ocmu-row-main {
    min-height: 64px;
}

.ocmu-style-3 .ocmu-logo-link,
.ocmu-style-8 .ocmu-logo-link,
.ocmu-style-5 .ocmu-logo-link {
    flex: 1 1 auto;
    text-align: center;
}

.ocmu-style-3 .ocmu-action-group,
.ocmu-style-4 .ocmu-action-group,
.ocmu-style-5 .ocmu-action-group,
.ocmu-style-6 .ocmu-action-group,
.ocmu-style-8 .ocmu-action-group,
.ocmu-style-9 .ocmu-action-group {
    gap: 12px;
}

.ocmu-style-3 .ocmu-search-drop .ocmu-search-input,
.ocmu-style-8 .ocmu-search-drop .ocmu-search-input {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.9);
}

.ocmu-style-4 {
    background: #004a1d;
    border-bottom: 0;
}

.ocmu-style-4 .ocmu-icon-btn,
.ocmu-style-4 .ocmu-logo-text {
    color: #ffffff;
}

.ocmu-style-4 .ocmu-logo-image {
    max-height: 42px;
    filter: brightness(0) invert(1);
}

.ocmu-style-4 .ocmu-row-main {
    min-height: 72px;
}

.ocmu-style-4 .ocmu-logo-link {
    flex: 1 1 auto;
    justify-content: flex-start;
}

.ocmu-style-5,
.ocmu-style-6,
.ocmu-style-7,
.ocmu-style-9,
.ocmu-style-10 {
    background: #ffffff;
}

.ocmu-style-5 .ocmu-logo-image,
.ocmu-style-6 .ocmu-logo-image,
.ocmu-style-8 .ocmu-logo-image,
.ocmu-style-9 .ocmu-logo-image,
.ocmu-style-10 .ocmu-logo-image {
    max-height: 42px;
}

.ocmu-style-5 .ocmu-cart-count,
.ocmu-style-8 .ocmu-cart-count,
.ocmu-footer .ocmu-cart-count {
    background: #17315f;
}

.ocmu-style-6 .ocmu-row-main {
    min-height: 60px;
}

.ocmu-style-7 .ocmu-header-inner {
    padding: 16px 14px 18px;
}

.ocmu-style-7 .ocmu-row-main {
    min-height: 60px;
}

.ocmu-style-7 .ocmu-logo-link {
    justify-content: flex-start;
    flex: 1 1 auto;
}

.ocmu-style-7 .ocmu-logo-image {
    max-height: 40px;
    max-width: 200px;
}

.ocmu-style-7 .ocmu-icon-btn.ocmu-menu-btn {
    width: 44px;
    height: 44px;
}

.ocmu-style-7 .ocmu-svg-menu {
    width: 40px;
    height: 40px;
}

.ocmu-style-7 .ocmu-search-input {
    height: 76px;
    font-size: 17px;
    border-width: 2px;
}

.ocmu-style-8 {
    background: #050505;
    border-bottom: 0;
}

.ocmu-style-8 .ocmu-logo-image {
    max-height: 54px;
}

.ocmu-style-9 .ocmu-header-inner {
    padding: 18px 18px 18px 24px;
}

.ocmu-style-9 .ocmu-logo-link {
    justify-content: flex-start;
    flex: 1 1 auto;
}

.ocmu-style-9 .ocmu-logo-image {
    max-width: 165px;
    max-height: 34px;
}

.ocmu-style-10 .ocmu-search-input {
    background: #ffffff;
    border-color: #d9d6d1;
}

.ocmu-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    z-index: 20050;
}

.ocmu-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(84vw, 360px);
    height: 100dvh;
    max-height: 100dvh;
    background: #ffffff;
    transform: translateX(-102%);
    transition: transform 0.28s ease;
    z-index: 20060;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.ocmu-header.is-menu-open .ocmu-drawer-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.ocmu-header.is-menu-open .ocmu-drawer {
    transform: translateX(0);
}

.ocmu-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 18px 16px;
    border-bottom: 1px solid #ededed;
}

.ocmu-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #202536;
}

.ocmu-drawer-body {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100dvh - 160px);
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 16px 16px 28px;
}

.ocmu-drawer-section-title {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7a7a7a;
}

.ocmu-drawer-body ul,
.ocmu-drawer-body ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ocmu-drawer-body li {
    margin: 0;
}

.ocmu-drawer-body a {
    color: #202536;
    text-decoration: none;
}

.ocmu-drawer-body .dropdown-menu,
.ocmu-drawer-body .sub-menu,
.ocmu-drawer-body .megamenu,
.ocmu-drawer-body .children {
    display: block !important;
    position: static !important;
    float: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none !important;
    padding-left: 12px !important;
}

.ocmu-menu-tree-item {
    border-bottom: 1px solid #f0f0f0;
}

.ocmu-menu-tree-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ocmu-menu-tree-link {
    display: block;
    flex: 1 1 auto;
    padding: 13px 0;
    font-weight: 600;
}

.ocmu-menu-level-1 .ocmu-menu-tree-link,
.ocmu-menu-level-2 .ocmu-menu-tree-link {
    font-weight: 500;
    font-size: 14px;
}

.ocmu-menu-tree-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #202536;
    padding: 0;
    flex: 0 0 auto;
}

.ocmu-menu-tree-toggle .ocmu-svg-chevron {
    width: 20px;
    height: 20px;
    transition: transform 0.2s ease;
}

.ocmu-menu-tree-item:not(.is-open) > .ocmu-menu-tree-children {
    display: none;
}

.ocmu-menu-tree-item:not(.is-open) > .ocmu-menu-tree-line .ocmu-svg-chevron {
    transform: rotate(-90deg);
}

.ocmu-menu-tree-children {
    padding-left: 14px;
}

.ocmu-drawer-foot {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 14px 16px 18px;
    border-top: 1px solid #ececec;
}

.ocmu-drawer-shortcut {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #202536;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.ocmu-drawer-shortcut .ocmu-svg {
    width: 28px;
    height: 28px;
}

.ocmu-menu-fallback a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 600;
}

.ocmu-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 940;
    background: #ffffff;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.08);
}

.ocmu-footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 72px;
}

.ocmu-footer-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px 6px;
    border: 0;
    background: transparent;
    color: #8b8b8b;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
}

.ocmu-footer-item .ocmu-svg {
    width: 28px;
    height: 28px;
}

.ocmu-footer-item.is-active {
    color: #6c6c6c;
}

.ocmu-footer-cart .ocmu-cart-count {
    top: 0;
    right: 18px;
}


.ocmu-search-form.has-suggestions .ocmu-search-input {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ocmu-search-suggest {
    margin-top: 10px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.08);
    max-height: 260px;
    overflow-y: auto;
}

.ocmu-search-suggest-list {
    display: block;
}

.ocmu-search-suggest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: #202536;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.ocmu-search-suggest-item:last-child {
    border-bottom: 0;
}

.ocmu-search-suggest-name {
    font-size: 14px;
    font-weight: 600;
}

.ocmu-search-suggest-type {
    font-size: 11px;
    font-weight: 700;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: .03em;
}

@media (min-width: 768px) {
    .ocmu-shell {
        display: none !important;
    }
}


.ocmu-footer-item,
.ocmu-drawer-shortcut-cart,
.ocmu-cart-btn {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.ocmu-drawer-shortcut-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #202536;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

body.ocmu-external-theme-active .ocmu-header {
    z-index: 930;
}

body.ocmu-external-theme-active .ocmu-footer {
    z-index: 931;
}


.ocmu-style-3 .ocmu-search-drop-inner {
    background: linear-gradient(90deg, #101514 0%, #24423d 100%);
    border-top-color: rgba(255,255,255,0.12);
}

.ocmu-style-8 .ocmu-search-drop-inner {
    background: #0b0b0d;
    border-top-color: rgba(255,255,255,0.12);
}

.ocmu-footer {
    z-index: 931;
    display: block !important;
    visibility: visible !important;
    bottom: 0 !important;
}

body.ocmu-search-open .ocmu-footer {
    visibility: visible !important;
}


body.ocmu-external-theme-active {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.ocmu-external-theme-active.ocmu-has-header .bar-nav,
body.ocmu-external-theme-active.ocmu-has-header .bar-header-secondary,
body.ocmu-external-theme-active.ocmu-has-header .mobile-searchbar,
body.ocmu-external-theme-active.ocmu-has-header .searchbar,
body.ocmu-external-theme-active.ocmu-has-header .search-header-w,
body.ocmu-external-theme-active.ocmu-has-header .mobile-search,
body.ocmu-external-theme-active.ocmu-has-header .search-mobile {
    display: none !important;
}

body.ocmu-external-theme-active.ocmu-has-footer .bar-tab,
body.ocmu-external-theme-active.ocmu-has-footer #mobile-footer,
body.ocmu-external-theme-active.ocmu-has-footer .mobile-footer-bar,
body.ocmu-external-theme-active.ocmu-has-footer .mobile-bottom-bar,
body.ocmu-external-theme-active.ocmu-has-footer .mobile-bottom-nav,
body.ocmu-external-theme-active.ocmu-has-footer .mobile-tabbar,
body.ocmu-external-theme-active.ocmu-has-footer #so-mobile-footer,
body.ocmu-external-theme-active.ocmu-has-footer .so-mobile-footer,
body.ocmu-external-theme-active.ocmu-has-footer .mobile-sticky-bar {
    display: none !important;
}


body.ocmu-cart-opening .ocmu-header,
body.ocmu-cart-opening .ocmu-footer,
body.ocmu-cart-layer-open .ocmu-header,
body.ocmu-cart-layer-open .ocmu-footer {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
}

body.ocmu-cart-opening .ocmu-search-drop,
body.ocmu-cart-layer-open .ocmu-search-drop {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.ocmu-enabled .ocmu-header .ocmu-search-drop {
    will-change: transform, opacity;
}


.ocmu-footer .ocmu-footer-nav { position: relative; z-index: 2; }


body.ocmu-force-hide-bars .ocmu-header,
body.ocmu-force-hide-bars .ocmu-footer {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

body.ocmu-force-hide-bars .ocmu-search-drop {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.ocmu-cart-layer-open .ocmu-header,
body.ocmu-cart-layer-open .ocmu-footer,
body.ocmu-cart-opening .ocmu-header,
body.ocmu-cart-opening .ocmu-footer {
    z-index: 1 !important;
}

/* v1.2.3 overlays */
.ocmu-search-overlay,
.ocmu-more-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 20070;
}

.ocmu-search-panel {
    position: fixed;
    left: 12px;
    right: 12px;
    top: calc(var(--ocmu-header-offset, 72px) + 8px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0,0,0,.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 20071;
    overflow: hidden;
}

.ocmu-search-panel-head,
.ocmu-more-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #f0f0f0;
}

.ocmu-search-panel-title,
.ocmu-more-head-title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.ocmu-search-panel-close,
.ocmu-more-close {
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 28px;
    line-height: 1;
    color: #444;
    padding: 0;
}

.ocmu-search-panel-body {
    padding: 14px 16px 18px;
}

.ocmu-search-panel .ocmu-search-form {
    margin: 0;
}

.ocmu-more-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -12px 36px rgba(0,0,0,.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity .2s ease, transform .22s ease, visibility .2s ease;
    z-index: 20071;
    max-height: min(75vh, 640px);
    overflow: hidden;
}

.ocmu-more-body {
    overflow-y: auto;
    max-height: calc(min(75vh, 640px) - 56px);
    padding: 14px 16px 18px;
}

.ocmu-more-section + .ocmu-more-section {
    margin-top: 18px;
}

.ocmu-more-title {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
}

.ocmu-more-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ocmu-more-links li + li {
    margin-top: 8px;
}

.ocmu-more-links a {
    display: block;
    padding: 10px 12px;
    background: #f7f7f7;
    border-radius: 10px;
    color: #222;
    text-decoration: none;
}

.ocmu-more-custom-html a {
    text-decoration: none;
}

body.ocmu-search-open .ocmu-search-overlay,
body.ocmu-more-open .ocmu-more-overlay,
body.ocmu-menu-open .ocmu-drawer-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

body.ocmu-search-open .ocmu-search-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

body.ocmu-more-open .ocmu-more-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

body.ocmu-menu-open .ocmu-drawer {
    transform: translateX(0) !important;
}

body.ocmu-search-open .ocmu-header,
body.ocmu-search-open .ocmu-footer,
body.ocmu-menu-open .ocmu-header,
body.ocmu-menu-open .ocmu-footer,
body.ocmu-more-open .ocmu-header,
body.ocmu-more-open .ocmu-footer {
    visibility: visible;
}

body.ocmu-search-open .ocmu-search-drop {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html.ocmu-search-open, body.ocmu-search-open,
html.ocmu-menu-open, body.ocmu-menu-open,
html.ocmu-more-open, body.ocmu-more-open {
    overflow: hidden !important;
}


.ocmu-icon-btn,
.ocmu-footer-item,
.ocmu-drawer-close,
.ocmu-search-panel-close,
.ocmu-more-close,
.ocmu-menu-tree-toggle,
.ocmu-drawer-shortcut-cart {
    cursor: pointer;
    touch-action: manipulation;
}

body.ocmu-menu-open .ocmu-drawer,
body.ocmu-more-open .ocmu-more-panel,
body.ocmu-search-open .ocmu-search-panel {
    display: block !important;
}


/* v1.2.5 direct action fixes */
.ocmu-header [data-action],
.ocmu-footer [data-action],
.ocmu-drawer [data-action],
.ocmu-search-panel [data-action],
.ocmu-more-panel [data-action] {
    pointer-events: auto !important;
    position: relative;
    z-index: 5;
}

.ocmu-footer-nav,
.ocmu-header-inner,
.ocmu-row,
.ocmu-action-group {
    position: relative;
    z-index: 3;
}

.ocmu-drawer,
.ocmu-search-panel,
.ocmu-more-panel,
.ocmu-drawer-overlay,
.ocmu-search-overlay,
.ocmu-more-overlay {
    touch-action: manipulation;
}
