.sgo-mh,
.sgo-mh *,
.sgo-mh *::before,
.sgo-mh *::after {
    box-sizing: border-box;
}

.sgo-mh {
    --sgo-mh-max: 1280px;
    --sgo-mh-header: #fff;
    --sgo-mh-utility: #0b3b2b;
    --sgo-mh-accent: #16a34a;
    --sgo-mh-text: #14211b;
    --sgo-mh-utility-text: #fff;
    --sgo-mh-search-bg: #fff;
    --sgo-mh-search-text: #26332d;
    --sgo-mh-border: #dce6df;
    --sgo-mh-drop: #fff;
    --sgo-mh-drawer: #f6faf7;
    --sgo-mh-drawer-text: #14211b;
    --sgo-mh-logo: 190px;
    --sgo-mh-mobile-logo: 128px;
    --sgo-mh-icon: 24px;
    --sgo-mh-radius: 10px;
    --sgo-mh-shadow: 12;
    --sgo-mh-z: 9999;
    --sgo-mh-offset: 0px;
    --sgo-mh-overlay: .72;
    position: relative;
    z-index: var(--sgo-mh-z);
    width: 100%;
    max-width: 100%;
    color: var(--sgo-mh-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
    isolation: isolate;
}

.sgo-mh-is-sticky {
    position: sticky;
    top: var(--sgo-mh-offset);
}

.sgo-mh a {
    color: inherit;
    text-decoration: none;
}

.sgo-mh button,
.sgo-mh input {
    font: inherit;
}

.sgo-mh button,
.sgo-mh a,
.sgo-mh input {
    -webkit-tap-highlight-color: transparent;
}

.sgo-mh svg {
    display: block;
    width: var(--sgo-mh-icon);
    height: var(--sgo-mh-icon);
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sgo-mh-inner {
    width: min(calc(100% - 32px), var(--sgo-mh-max));
    max-width: var(--sgo-mh-max);
    margin-right: auto;
    margin-left: auto;
}

/* The content remains boxed, while the utility colour extends across the viewport. */
.sgo-mh-utility {
    position: relative;
    background: var(--sgo-mh-utility);
    color: var(--sgo-mh-utility-text);
    box-shadow: 0 0 0 100vmax var(--sgo-mh-utility);
    clip-path: inset(0 -100vmax);
    font-size: 14px;
}

.sgo-mh-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 38px;
}

.sgo-mh-utility-left,
.sgo-mh-utility-right {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.sgo-mh .sgo-mh-utility-left > a,
.sgo-mh .sgo-mh-utility-left > span,
.sgo-mh .sgo-mh-utility-right > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    min-width: 0;
    min-height: 38px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.28);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    white-space: nowrap;
    line-height: 1;
}

.sgo-mh .sgo-mh-utility-left > *:first-child {
    padding-left: 0;
}

.sgo-mh .sgo-mh-utility-right > *:last-child {
    padding-right: 0;
    border-right: 0;
}

.sgo-mh-social {
    font-size: 16px;
    font-weight: 800;
}

.sgo-mh .sgo-mh-social-instagram {
    justify-content: center;
}

.sgo-mh .sgo-mh-social-instagram svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.9;
}

.sgo-mh-utility svg {
    width: 19px;
    height: 19px;
}

.sgo-mh-main {
    background: var(--sgo-mh-header);
    border-bottom: 1px solid var(--sgo-mh-border);
}

.sgo-mh-main-inner {
    display: grid;
    grid-template-columns: minmax(145px, auto) minmax(320px, 1fr) max-content;
    align-items: center;
    gap: 28px;
    min-height: 116px;
}

.sgo-mh-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    line-height: 1;
}

.sgo-mh-logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 68px;
    object-fit: contain;
}

.sgo-mh-logo-desktop {
    max-width: var(--sgo-mh-logo);
}

.sgo-mh-logo-mobile {
    display: none !important;
    max-width: var(--sgo-mh-mobile-logo);
}

.sgo-mh-search-wrap {
    position: relative;
    min-width: 0;
    align-self: center;
}

.sgo-mh .sgo-mh-search-form {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 76px !important;
    align-items: stretch !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 2px solid var(--sgo-mh-accent) !important;
    border-radius: var(--sgo-mh-radius) !important;
    background: var(--sgo-mh-search-bg) !important;
    box-shadow: none !important;
}

.sgo-mh .sgo-mh-search-form:focus-within {
    outline: 3px solid color-mix(in srgb, var(--sgo-mh-accent) 20%, transparent);
    outline-offset: 1px;
}

.sgo-mh .sgo-mh-search-input {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--sgo-mh-search-text) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    appearance: none !important;
}

.sgo-mh .sgo-mh-search-input::-webkit-search-decoration,
.sgo-mh .sgo-mh-search-input::-webkit-search-cancel-button,
.sgo-mh .sgo-mh-search-input::-webkit-search-results-button,
.sgo-mh .sgo-mh-search-input::-webkit-search-results-decoration {
    appearance: none;
}

.sgo-mh .sgo-mh-search-button {
    position: static !important;
    display: grid !important;
    place-items: center !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: var(--sgo-mh-accent) !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer !important;
    line-height: 1 !important;
    transform: none !important;
    appearance: none !important;
}

.sgo-mh .sgo-mh-search-button::before,
.sgo-mh .sgo-mh-search-button::after {
    content: none !important;
    display: none !important;
}

.sgo-mh .sgo-mh-search-button:hover,
.sgo-mh .sgo-mh-search-button:focus,
.sgo-mh .sgo-mh-search-button:active {
    border: 0 !important;
    border-radius: 0 !important;
    background: color-mix(in srgb, var(--sgo-mh-accent) 88%, #000) !important;
    box-shadow: none !important;
    color: #fff !important;
    transform: none !important;
}

.sgo-mh-search-button svg {
    width: 27px;
    height: 27px;
}

.sgo-mh-trending {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    padding-top: 9px;
    overflow-x: auto;
    color: var(--sgo-mh-text);
    font-size: 13px;
    white-space: nowrap;
    scrollbar-width: none;
}

.sgo-mh-trending::-webkit-scrollbar {
    display: none;
}

.sgo-mh-trending a {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.sgo-mh-trending a:hover {
    color: var(--sgo-mh-accent);
}

.sgo-mh-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: max-content;
}

.sgo-mh .sgo-mh-action {
    position: relative;
    display: grid !important;
    flex: 0 0 46px !important;
    place-items: center !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--sgo-mh-text) !important;
    line-height: 1 !important;
    transform: none !important;
}

.sgo-mh .sgo-mh-action::before,
.sgo-mh .sgo-mh-action::after {
    content: none !important;
    display: none !important;
}

.sgo-mh .sgo-mh-action:hover,
.sgo-mh .sgo-mh-action:focus-visible {
    background: color-mix(in srgb, var(--sgo-mh-accent) 10%, transparent) !important;
    color: var(--sgo-mh-accent) !important;
    box-shadow: none !important;
    transform: none !important;
}

.sgo-mh-cart-wrap,
.sgo-mh-account-wrap {
    position: relative;
    display: block;
    min-width: 0;
}

.sgo-mh-cart-fragment {
    position: static;
}

.sgo-mh-count {
    position: absolute;
    top: -4px;
    right: -2px;
    z-index: 2;
    display: grid;
    place-items: center;
    min-width: 21px;
    height: 21px;
    margin: 0;
    padding: 0 5px;
    border: 2px solid var(--sgo-mh-header);
    border-radius: 20px;
    background: var(--sgo-mh-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.sgo-mh-count[hidden] {
    display: none !important;
}

.sgo-mh-popover {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 50 !important;
    width: 300px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: min(72vh, 520px) !important;
    margin: 0 !important;
    overflow: auto !important;
    border: 1px solid var(--sgo-mh-border) !important;
    border-radius: var(--sgo-mh-radius) !important;
    background: var(--sgo-mh-drop) !important;
    box-shadow: 0 calc(var(--sgo-mh-shadow) * 1px) calc(var(--sgo-mh-shadow) * 3px) rgba(0,0,0,.16) !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.sgo-mh-cart-wrap:hover .sgo-mh-cart-popover,
.sgo-mh-cart-wrap:focus-within .sgo-mh-cart-popover,
.sgo-mh-account-wrap:hover .sgo-mh-account-popover,
.sgo-mh-account-wrap:focus-within .sgo-mh-account-popover {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.sgo-mh .sgo-mh-account-trigger {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 4px 0 4px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    line-height: 1 !important;
    transform: none !important;
}

.sgo-mh-account-trigger::before,
.sgo-mh-account-trigger::after {
    content: none !important;
}

.sgo-mh-account-trigger img {
    display: block;
    flex: 0 0 28px;
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    border-radius: 50%;
    object-fit: cover;
}

.sgo-mh-account-trigger span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sgo-mh-account-trigger svg:last-child {
    width: 17px;
    height: 17px;
}

.sgo-mh .sgo-mh-account-popover {
    display: block !important;
    width: 250px !important;
    min-width: 250px !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 10px !important;
}

.sgo-mh .sgo-mh-account-popover > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 44px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 11px 14px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--sgo-mh-text) !important;
    font-size: 15px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
    text-align: left !important;
    transform: none !important;
}

.sgo-mh .sgo-mh-account-popover > a::before,
.sgo-mh .sgo-mh-account-popover > a::after {
    content: none !important;
}

.sgo-mh .sgo-mh-account-popover > a:hover,
.sgo-mh .sgo-mh-account-popover > a:focus-visible {
    background: color-mix(in srgb, var(--sgo-mh-accent) 9%, transparent) !important;
    color: var(--sgo-mh-accent) !important;
}

.sgo-mh .sgo-mh-cart-popover {
    width: min(440px, calc(100vw - 32px)) !important;
    padding: 18px !important;
}

.sgo-mh-popover-title {
    margin: 0 0 12px;
    padding: 0;
    color: #85908a;
    font-size: 15px;
}

.sgo-mh-mini-items {
    display: grid;
    gap: 6px;
}

.sgo-mh .sgo-mh-mini-item {
    display: grid !important;
    grid-template-columns: 54px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--sgo-mh-text) !important;
    transform: none !important;
}

.sgo-mh .sgo-mh-mini-item:hover {
    background: #f5f7f5 !important;
}

.sgo-mh-mini-item img {
    display: block;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    border-radius: 7px;
    object-fit: cover;
}

.sgo-mh-mini-item span {
    min-width: 0;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sgo-mh-mini-item b {
    color: var(--sgo-mh-accent);
    font-weight: 600;
    white-space: nowrap;
}

.sgo-mh-cart-summary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 8px;
    padding: 16px 8px 10px;
    border-top: 1px solid var(--sgo-mh-border);
}

.sgo-mh .sgo-mh-primary-button,
.sgo-mh .sgo-mh-view-all {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    padding: 10px 16px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--sgo-mh-accent) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center !important;
    transform: none !important;
}

.sgo-mh-empty {
    padding: 24px 12px;
    color: #78837d;
    text-align: center;
}

.sgo-mh-search-panel {
    position: absolute !important;
    top: 58px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 60 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-height: min(620px, 70vh) !important;
    margin: 0 !important;
    overflow: auto !important;
    border: 1px solid var(--sgo-mh-border) !important;
    border-radius: var(--sgo-mh-radius) !important;
    background: var(--sgo-mh-drop) !important;
    box-shadow: 0 16px 44px rgba(0,0,0,.16) !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity .15s ease, visibility .15s ease, transform .15s ease;
}

.sgo-mh-search-wrap.is-open .sgo-mh-search-panel {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.sgo-mh .sgo-mh-search-all {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--sgo-mh-border) !important;
    border-radius: 0 !important;
    background: #f8faf8 !important;
    box-shadow: none !important;
    color: var(--sgo-mh-text) !important;
    transform: none !important;
}

.sgo-mh-search-all b {
    color: var(--sgo-mh-accent);
    white-space: nowrap;
}

.sgo-mh-search-group {
    padding: 10px;
}

.sgo-mh-search-heading {
    padding: 7px 8px;
    color: #7a867f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sgo-mh .sgo-mh-search-item,
.sgo-mh .sgo-mh-suggestion {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--sgo-mh-text) !important;
    transform: none !important;
}

.sgo-mh .sgo-mh-search-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 7px 8px !important;
}

.sgo-mh .sgo-mh-suggestion {
    display: block !important;
    width: 100% !important;
    min-height: 42px !important;
    padding: 10px 8px !important;
}

.sgo-mh .sgo-mh-search-item:hover,
.sgo-mh .sgo-mh-search-item:focus-visible,
.sgo-mh .sgo-mh-suggestion:hover,
.sgo-mh .sgo-mh-suggestion:focus-visible {
    background: color-mix(in srgb, var(--sgo-mh-accent) 8%, transparent) !important;
}

.sgo-mh-search-item img {
    display: block;
    flex: 0 0 44px;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    border-radius: 7px;
    background: #f2f4f2;
    object-fit: cover;
}

.sgo-mh-search-item span {
    min-width: 0;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sgo-mh-mobile-menu,
.sgo-mh-account-mobile-wrap,
.sgo-mh-drawer,
.sgo-mh-overlay {
    display: none;
}


/* Elementor can visually scale its tablet canvas without reducing the iframe's CSS viewport.
   This class is added by frontend.js so tablet styling remains accurate inside the editor too. */
.sgo-mh.sgo-mh-force-tablet {
    min-width: 0;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-inner {
    width: min(calc(100% - 24px), var(--sgo-mh-max));
    min-width: 0;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility {
    overflow: visible;
    font-size: 13px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-inner {
    min-width: 0;
    min-height: 42px;
    gap: 8px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-left,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-right {
    min-width: 0;
    max-width: 100%;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-left {
    flex: 1 1 auto;
    overflow: hidden;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-right {
    flex: 0 1 auto;
    justify-content: flex-end;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-left > a,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-left > span,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-right > a {
    min-height: 42px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-left .sgo-mh-follow,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-left .sgo-mh-social {
    display: none !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-right > a {
    flex: 0 0 40px;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-utility-right > a > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-account-trigger {
    max-width: 188px !important;
    min-height: 42px !important;
    padding-left: 10px !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-account-trigger span {
    max-width: 112px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-main-inner {
    grid-template-columns: minmax(118px, 140px) minmax(0, 1fr) 96px;
    gap: 14px;
    min-width: 0;
    min-height: 104px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-logo,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-search-wrap,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-actions {
    min-width: 0;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-logo-desktop {
    width: 100%;
    max-width: 140px;
    max-height: 58px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-search-form {
    grid-template-columns: minmax(0, 1fr) 64px !important;
    height: 50px !important;
    min-height: 50px !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-search-button {
    width: 64px !important;
    min-width: 64px !important;
    max-width: 64px !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-search-input {
    padding-right: 14px !important;
    padding-left: 14px !important;
    font-size: 15px !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-trending {
    gap: 12px;
    padding-top: 8px;
    font-size: 12px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-actions {
    gap: 2px;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-action {
    flex-basis: 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
}

.sgo-mh.sgo-mh-force-tablet .sgo-mh-account-popover,
.sgo-mh.sgo-mh-force-tablet .sgo-mh-cart-popover {
    max-width: calc(100vw - 24px) !important;
}

@media (min-width: 768px) and (max-width: 1179px) {
    .sgo-mh {
        min-width: 0;
    }

    .sgo-mh-inner {
        width: min(calc(100% - 24px), var(--sgo-mh-max));
        min-width: 0;
    }

    .sgo-mh-utility {
        overflow: visible;
        font-size: 13px;
    }

    .sgo-mh-utility-inner {
        min-width: 0;
        min-height: 42px;
        gap: 8px;
    }

    .sgo-mh-utility-left,
    .sgo-mh-utility-right {
        min-width: 0;
        max-width: 100%;
    }

    .sgo-mh-utility-left {
        flex: 1 1 auto;
        overflow: hidden;
    }

    .sgo-mh-utility-right {
        flex: 0 1 auto;
        justify-content: flex-end;
    }

    .sgo-mh .sgo-mh-utility-left > a,
    .sgo-mh .sgo-mh-utility-left > span,
    .sgo-mh .sgo-mh-utility-right > a {
        min-height: 42px;
        padding-right: 9px;
        padding-left: 9px;
        font-size: 13px;
    }

    .sgo-mh-utility-left .sgo-mh-follow,
    .sgo-mh-utility-left .sgo-mh-social {
        display: none !important;
    }

    .sgo-mh-utility-right > a {
        flex: 0 0 40px;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .sgo-mh-utility-right > a > span {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }

    .sgo-mh .sgo-mh-account-trigger {
        max-width: 188px !important;
        min-height: 42px !important;
        padding-left: 10px !important;
    }

    .sgo-mh-account-trigger span {
        max-width: 112px;
    }

    .sgo-mh-main-inner {
        grid-template-columns: minmax(118px, 140px) minmax(0, 1fr) 96px;
        gap: 14px;
        min-width: 0;
        min-height: 104px;
    }

    .sgo-mh-logo,
    .sgo-mh-search-wrap,
    .sgo-mh-actions {
        min-width: 0;
    }

    .sgo-mh-logo-desktop {
        width: 100%;
        max-width: 140px;
        max-height: 58px;
    }

    .sgo-mh .sgo-mh-search-form {
        grid-template-columns: minmax(0, 1fr) 64px !important;
        height: 50px !important;
        min-height: 50px !important;
    }

    .sgo-mh .sgo-mh-search-button {
        width: 64px !important;
        min-width: 64px !important;
        max-width: 64px !important;
    }

    .sgo-mh .sgo-mh-search-input {
        padding-right: 14px !important;
        padding-left: 14px !important;
        font-size: 15px !important;
    }

    .sgo-mh-trending {
        gap: 12px;
        padding-top: 8px;
        font-size: 12px;
    }

    .sgo-mh-actions {
        gap: 2px;
    }

    .sgo-mh .sgo-mh-action {
        flex-basis: 44px !important;
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
    }

    .sgo-mh .sgo-mh-account-popover,
    .sgo-mh .sgo-mh-cart-popover {
        max-width: calc(100vw - 24px) !important;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .sgo-mh .sgo-mh-account-trigger {
        max-width: 150px !important;
    }

    .sgo-mh-account-trigger span {
        max-width: 76px;
    }

    .sgo-mh-main-inner {
        grid-template-columns: 112px minmax(0, 1fr) 90px;
        gap: 10px;
    }

    .sgo-mh-logo-desktop {
        max-width: 112px;
        max-height: 52px;
    }

    .sgo-mh-trending {
        gap: 10px;
    }
}

@media (max-width: 767px) {
    body.sgo-mh-no-scroll {
        overflow: hidden;
    }

    .sgo-mh-utility {
        display: none;
    }

    .sgo-mh-inner {
        width: 100%;
        max-width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    .sgo-mh-main-inner {
        grid-template-columns: 42px minmax(0, 1fr) max-content;
        grid-template-rows: 64px auto;
        gap: 0 10px;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 12px;
    }

    .sgo-mh .sgo-mh-mobile-menu {
        display: grid !important;
        place-items: center !important;
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 999px !important;
        background: transparent !important;
        box-shadow: none !important;
        color: var(--sgo-mh-text) !important;
        transform: none !important;
    }

    .sgo-mh-logo {
        justify-self: start;
    }

    .sgo-mh-logo-desktop {
        display: none !important;
    }

    .sgo-mh-logo-mobile {
        display: block !important;
        max-height: 42px;
    }

    .sgo-mh-logo:not(:has(.sgo-mh-logo-mobile)) .sgo-mh-logo-desktop {
        display: block !important;
        max-width: var(--sgo-mh-mobile-logo);
        max-height: 42px;
    }

    .sgo-mh-search-wrap {
        grid-row: 2;
        grid-column: 1 / -1;
    }

    .sgo-mh .sgo-mh-search-form {
        grid-template-columns: minmax(0, 1fr) 54px !important;
        height: 46px !important;
        min-height: 46px !important;
        border-width: 1.5px !important;
    }

    .sgo-mh .sgo-mh-search-button {
        width: 54px !important;
        min-width: 54px !important;
        max-width: 54px !important;
    }

    .sgo-mh-trending {
        display: none;
    }

    .sgo-mh-actions {
        justify-self: end;
        gap: 0;
    }

    .sgo-mh-actions > .sgo-mh-action:first-child {
        display: none !important;
    }

    .sgo-mh-account-mobile-wrap {
        display: block;
    }

    .sgo-mh .sgo-mh-action {
        flex-basis: 40px !important;
        width: 40px !important;
        min-width: 40px !important;
        max-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
    }

    .sgo-mh-cart-popover {
        display: none !important;
    }

    .sgo-mh-search-panel {
        top: 50px !important;
        max-height: 62vh !important;
    }

    .sgo-mh-search-item img {
        flex-basis: 40px;
        width: 40px !important;
        height: 40px !important;
    }

    .sgo-mh-drawer {
        position: fixed;
        inset: 0;
        z-index: 999999;
        display: block;
        overflow: auto;
        padding: 18px;
        background: var(--sgo-mh-drawer);
        color: var(--sgo-mh-drawer-text);
        transform: translateX(-105%);
        transition: transform .26s ease;
    }

    .sgo-mh-drawer.is-open {
        transform: none;
    }

    .sgo-mh-drawer-top {
        position: sticky;
        top: -18px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 18px 0 16px;
        background: var(--sgo-mh-drawer);
        font-size: 22px;
    }

    .sgo-mh .sgo-mh-drawer-close {
        display: grid !important;
        place-items: center !important;
        width: 44px !important;
        min-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid var(--sgo-mh-border) !important;
        border-radius: 999px !important;
        background: #fff !important;
        box-shadow: none !important;
        color: var(--sgo-mh-drawer-text) !important;
        transform: none !important;
    }

    .sgo-mh-category-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .sgo-mh .sgo-mh-category {
        display: flex !important;
        flex-direction: column !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 10px !important;
        border: 1px solid var(--sgo-mh-border) !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: none !important;
        color: var(--sgo-mh-drawer-text) !important;
        transform: none !important;
    }

    .sgo-mh-category-image {
        display: block;
        aspect-ratio: 1 / 1;
        margin-bottom: 9px;
        overflow: hidden;
        border-radius: 10px;
        background: #f2f5f2;
    }

    .sgo-mh-category-image img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        object-fit: cover;
    }

    .sgo-mh-category-name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.25;
    }

    .sgo-mh-category small {
        margin-top: 4px;
        color: #78837d;
        font-size: 11px;
    }

    .sgo-mh .sgo-mh-view-all {
        margin: 18px 0 !important;
    }

    .sgo-mh-mobile-links {
        display: grid;
        margin: 0;
        padding: 0;
        border-top: 1px solid var(--sgo-mh-border);
    }

    .sgo-mh .sgo-mh-mobile-links a {
        display: block !important;
        min-height: 50px !important;
        margin: 0 !important;
        padding: 15px 4px !important;
        border: 0 !important;
        border-bottom: 1px solid var(--sgo-mh-border) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: var(--sgo-mh-drawer-text) !important;
        font-weight: 650 !important;
        transform: none !important;
    }

    .sgo-mh-overlay {
        position: fixed;
        inset: 0;
        z-index: 999998;
        display: none;
        margin: 0;
        padding: 0;
        border: 0;
        background: rgba(0,0,0,var(--sgo-mh-overlay));
        opacity: 0;
        visibility: hidden;
    }

    .sgo-mh-overlay.is-open {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 430px) and (max-width: 767px) {
    .sgo-mh-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .sgo-mh * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}


/* Elementor instance overrides and reliable account popover */
.sgo-mh-account-wrap.is-open .sgo-mh-account-popover { opacity:1 !important; visibility:visible !important; transform:none !important; pointer-events:auto !important; }
.sgo-mh-account-popover { pointer-events:none; }
.sgo-mh-account-wrap:hover .sgo-mh-account-popover,
.sgo-mh-account-wrap:focus-within .sgo-mh-account-popover { pointer-events:auto; }
.sgo-mh-el-hide-utility .sgo-mh-utility { display:none !important; }
.sgo-mh-el-hide-trending .sgo-mh-trending { display:none !important; }
.sgo-mh-el-hide-wishlist .sgo-mh-wishlist { display:none !important; }
.sgo-mh-el-hide-cart .sgo-mh-cart-wrap { display:none !important; }
.sgo-mh-el-no-sticky .sgo-mh { position:relative !important; top:auto !important; }

/* V1.3.3 — reliable full-width utility bar and account menu */
.sgo-mh .sgo-mh-utility {
    clip-path: none !important;
    box-shadow: none !important;
    overflow: visible !important;
    isolation: isolate;
}
.sgo-mh .sgo-mh-utility::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: var(--sgo-mh-utility);
    pointer-events: none;
}
.sgo-mh .sgo-mh-utility-inner,
.sgo-mh .sgo-mh-utility-right,
.sgo-mh .sgo-mh-account-wrap {
    overflow: visible !important;
}
.sgo-mh .sgo-mh-account-wrap {
    position: relative !important;
    z-index: 99999 !important;
}
.sgo-mh .sgo-mh-account-popover {
    top: 100% !important;
    right: 0 !important;
    z-index: 999999 !important;
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.sgo-mh .sgo-mh-account-wrap:hover > .sgo-mh-account-popover,
.sgo-mh .sgo-mh-account-wrap:focus-within > .sgo-mh-account-popover,
.sgo-mh .sgo-mh-account-wrap.is-open > .sgo-mh-account-popover {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}


/* V1.3.6 — header stacking, compact desktop spacing and mobile logo rhythm */
.sgo-mh { overflow:visible !important; isolation:isolate; }
.sgo-mh .sgo-mh-utility { position:relative !important; z-index:300 !important; }
.sgo-mh .sgo-mh-main { position:relative !important; z-index:100 !important; overflow:visible !important; }
.sgo-mh .sgo-mh-main-inner,
.sgo-mh .sgo-mh-main-inner > *,
.sgo-mh .sgo-mh-utility-inner { overflow:visible !important; }
.sgo-mh .sgo-mh-account-wrap { z-index:1000 !important; }
.sgo-mh .sgo-mh-account-popover { z-index:1000000 !important; }
@media (min-width:1180px) {
  .sgo-mh-main-inner { min-height:88px !important; gap:22px !important; padding-top:10px !important; padding-bottom:10px !important; }
  .sgo-mh-logo img { max-height:56px !important; }
  .sgo-mh .sgo-mh-search-form { height:50px !important; min-height:50px !important; }
  .sgo-mh-trending { margin-top:6px !important; }
}
@media (max-width:767px) {
  .sgo-mh-main-inner { padding-top:9px !important; padding-bottom:9px !important; }
  .sgo-mh-logo { padding-top:4px !important; padding-bottom:4px !important; }
  .sgo-mh-logo-mobile,
  .sgo-mh-logo:not(:has(.sgo-mh-logo-mobile)) .sgo-mh-logo-desktop { max-width:min(var(--sgo-mh-mobile-logo), 112px) !important; max-height:64px !important; }
}
/* Elementor widget breakout: makes the width control visually effective even inside boxed parents. */
.elementor-widget-sgo_marketplace_header > .elementor-widget-container > .sgo-mh-el-breakout{position:relative;left:50%;width:100vw;max-width:100vw;transform:translateX(-50%)}
.elementor-widget-sgo_marketplace_header > .elementor-widget-container > .sgo-mh-el-breakout .sgo-mh{width:100%;max-width:none}
@media(max-width:767px){.elementor-widget-sgo_marketplace_header > .elementor-widget-container > .sgo-mh-el-breakout{width:100vw}}
