.gmm-header {
    --gmm-gold: #c89400;
    --gmm-gold-light: #dba90e;
    --gmm-dark: #4d4637;
    --gmm-dark-soft: #5a5140;
    --gmm-text: #151515;
    --gmm-muted: #6f6b63;
    --gmm-border: #ebe7df;
    --gmm-panel: #fff;
    --gmm-cream: #f7f1e7;
    position: relative;
    z-index: 999;
    color: var(--gmm-text);
    font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gmm-header *,
.gmm-header *::before,
.gmm-header *::after {
    box-sizing: border-box;
}

.gmm-header a {
    color: inherit;
    text-decoration: none;
}

.gmm-header svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.gmm-header svg.gmm-svg-fill {
    fill: currentColor;
    stroke: none;
}

.gmm-topbar {
    background: linear-gradient(180deg, var(--gmm-gold-light), var(--gmm-gold));
    color: #fff;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.gmm-topbar__inner,
.gmm-mainbar__inner {
    width: min(100% - 40px, 1640px);
    margin: 0 auto;
}

.gmm-topbar__inner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
}


.gmm-mainbar {
    background: radial-gradient(circle at 12% 0, var(--gmm-dark-soft), var(--gmm-dark) 58%);
    color: #fff;
}

.gmm-mainbar__inner {
    min-height: 126px;
    display: grid;
    grid-template-columns: 104px auto auto minmax(280px, 470px) 1fr auto;
    align-items: center;
    gap: 30px;
}

.gmm-logo {
    display: inline-flex;
    width: 55px;
    max-width: 55px;
    align-items: center;
    justify-content: center;
}

.gmm-logo img {
    display: block;
    width: 55px;
    max-width: 55px;
    height: auto;
}

.gmm-logo__mark {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--gmm-gold);
    font-size: 62px;
    line-height: .8;
    font-weight: 950;
    font-family: Arial Black, Impact, sans-serif;
}

.gmm-shop-toggle {
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gmm-gold-light), var(--gmm-gold));
    color: #fff;
    min-height: 54px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: inherit;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .2);
}

.gmm-shop-toggle svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

.gmm-header.is-open .gmm-shop-toggle svg {
    transform: rotate(180deg);
}

.gmm-primary-nav,
.gmm-action-nav {
    display: flex;
    align-items: center;
}

.gmm-primary-nav {
    gap: 42px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.gmm-primary-nav a,
.gmm-icon-link {
    transition: color .2s ease, opacity .2s ease;
}

.gmm-primary-nav a:hover,
.gmm-icon-link:hover {
    color: #f0c642;
}

.gmm-search {
    height: 58px;
    min-height: 58px;
    display: flex;
    align-items: center;
    align-self: center;
    gap: 16px;
    padding: 0 22px;
    border: 2px solid var(--gmm-gold);
    border-radius: 999px;
    background: #fff;
    color: #111;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, .06);
}

.gmm-search svg {
    width: 23px;
    height: 23px;
}

.gmm-search input[type="search"] {
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    outline: 0 !important;
    background: transparent !important;
    color: #222;
    font: inherit;
    font-size: 16px;
    line-height: 1;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.gmm-search input[type="search"]:focus {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.gmm-search input[type="search"]::-webkit-search-decoration,
.gmm-search input[type="search"]::-webkit-search-cancel-button,
.gmm-search input[type="search"]::-webkit-search-results-button,
.gmm-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.gmm-search input[type="search"]::placeholder {
    color: #8b887f;
}

.gmm-action-nav {
    justify-content: flex-end;
    gap: 30px;
}

.gmm-icon-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.gmm-icon-link__icon {
    position: relative;
}

.gmm-badge {
    position: absolute;
    top: -10px;
    right: -12px;
    min-width: 21px;
    height: 21px;
    padding: 0 6px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--gmm-gold);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.gmm-mobile-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    color: #fff;
    place-items: center;
    padding: 11px;
}

.gmm-mobile-toggle span:not(.screen-reader-text) {
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 9px;
}

.gmm-mega-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
}

.gmm-header.is-open .gmm-mega-wrap {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.gmm-mega {
    width: min(100%, 1640px);
    min-height: 390px;
    margin: 0 auto;
    padding: 32px 24px;
    display: grid;
    grid-template-columns: 1.05fr 1.05fr minmax(460px, .95fr);
    gap: 34px;
    background: var(--gmm-panel);
    border-radius: 14px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, .25);
    position: relative;
}

.gmm-mega::before {
    content: "";
    position: absolute;
    left: var(--gmm-arrow-left, 125px);
    top: -14px;
    width: 28px;
    height: 28px;
    background: var(--gmm-panel);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
}

.gmm-mega__column {
    min-width: 0;
}

.gmm-mega__categories {
    padding-right: 14px;
    border-right: 1px solid var(--gmm-border);
}

.gmm-category {
    min-height: 78px;
    display: grid;
    grid-template-columns: 50px 1fr 24px;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
    border-radius: 8px;
    color: var(--gmm-text);
}

.gmm-category + .gmm-category {
    margin-top: 3px;
}

.gmm-category.is-active {
    background: var(--gmm-cream);
    box-shadow: inset 4px 0 0 var(--gmm-gold);
}

.gmm-category__icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f2f0ec;
    color: #141414;
}

.gmm-category.is-active .gmm-category__icon,
.gmm-category.is-active > svg {
    color: var(--gmm-gold);
}

.gmm-category:hover,
.gmm-category:focus-visible {
    background: var(--gmm-cream);
    color: var(--gmm-text);
    box-shadow: inset 4px 0 0 var(--gmm-gold);
}

.gmm-category:hover .gmm-category__icon,
.gmm-category:focus-visible .gmm-category__icon,
.gmm-category:hover > svg,
.gmm-category:focus-visible > svg {
    color: var(--gmm-gold);
}

.gmm-category > svg,
.gmm-subcategory > svg,
.gmm-mega__view-all svg {
    transition: transform .2s ease, color .2s ease;
}

.gmm-category:hover > svg,
.gmm-category:focus-visible > svg,
.gmm-subcategory:hover > svg,
.gmm-subcategory:focus-visible > svg,
.gmm-mega__view-all:hover svg,
.gmm-mega__view-all:focus-visible svg {
    transform: translateX(4px);
}

.gmm-category__copy,
.gmm-subcategory span {
    display: grid;
    gap: 4px;
}

.gmm-category strong,
.gmm-subcategory strong {
    font-size: 16px;
}

.gmm-category small,
.gmm-subcategory small {
    color: var(--gmm-muted);
    font-size: 13px;
    line-height: 1.35;
}

.gmm-mega__eyebrow {
    margin: 8px 0 14px;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.gmm-subcategory {
    min-height: 84px;
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: center;
    gap: 14px;
    color: var(--gmm-text);
    border-bottom: 1px solid var(--gmm-border);
    border-radius: 8px;
    padding: 0 10px;
    transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
}

.gmm-subcategory:hover,
.gmm-subcategory:focus-visible {
    background: #fbf7ef;
    box-shadow: inset 3px 0 0 var(--gmm-gold);
}

.gmm-subcategory:hover strong,
.gmm-subcategory:focus-visible strong,
.gmm-subcategory:hover > svg,
.gmm-subcategory:focus-visible > svg {
    color: var(--gmm-gold);
}

.gmm-mega__view-all {
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--gmm-gold);
    font-weight: 900;
    border-radius: 8px;
    padding: 0 10px;
}

.gmm-mega__view-all:hover,
.gmm-mega__view-all:focus-visible {
    background: #fbf7ef;
}

.gmm-help-card {
    min-height: 306px;
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(250px, 1.1fr);
    gap: 18px;
    padding: 34px 24px 24px 34px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7f1e7, #fff 58%, #eee7db);
    overflow: hidden;
}

.gmm-help-card > div:first-child {
    min-width: 0;
}

.gmm-help-card h2 {
    margin: 0 0 16px;
    color: #1d1d1b;
    font-size: clamp(24px, 1.6vw, 30px);
    line-height: 1.18;
    max-width: 260px;
}

.gmm-help-card p {
    margin: 0 0 28px;
    color: #514d46;
    font-size: 15px;
    line-height: 1.55;
    max-width: 260px;
}

.gmm-help-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    padding: 0 18px;
    white-space: nowrap;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gmm-gold-light), var(--gmm-gold));
    color: #fff;
    font-weight: 800;
}

.gmm-help-card a svg {
    width: 18px;
}

.gmm-help-card__product {
    display: block;
    width: min(370px, 100%);
    max-width: 370px;
    height: 340px;
    align-self: end;
    justify-self: end;
    object-fit: contain;
    object-position: center right;
    transform: translateY(42px);
    filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .18));
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1180px) {
    .gmm-mainbar__inner {
        grid-template-columns: 70px auto minmax(220px, 1fr) auto 52px;
        gap: 14px;
        min-height: 104px;
    }

    .gmm-primary-nav {
        display: none;
    }

    .gmm-logo,
    .gmm-logo img {
        width: 55px;
        max-width: 55px;
    }

    .gmm-shop-toggle {
        min-height: 48px;
        padding: 0 22px;
    }

    .gmm-search {
        min-width: 0;
    }

    .gmm-action-nav {
        display: flex;
        justify-content: flex-end;
        gap: 16px;
    }

    .gmm-action-nav .gmm-icon-link:first-child {
        display: none;
    }

    .gmm-action-nav .gmm-icon-link {
        font-size: 12px;
        gap: 4px;
    }

    .gmm-action-nav .gmm-icon-link svg {
        width: 22px;
        height: 22px;
    }

    .gmm-action-nav .gmm-badge {
        top: -9px;
        right: -10px;
        min-width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .gmm-mobile-toggle {
        display: none;
    }

    .gmm-mega {
        width: min(100% - 40px, 920px);
        grid-template-columns: 1fr 1fr;
    }

    .gmm-help-card {
        grid-column: 1 / -1;
    }

}

@media (min-width: 761px) and (max-width: 920px) {
    .gmm-mainbar__inner {
        grid-template-columns: 70px minmax(0, 1fr) 52px;
        grid-template-rows: auto auto;
        gap: 14px 12px;
        min-height: 0;
        padding: 16px 0 14px;
    }

    .gmm-logo {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        align-self: center;
    }

    .gmm-shop-toggle {
        display: none;
    }

    .gmm-action-nav {
        grid-column: 2;
        grid-row: 1;
        display: grid;
        grid-template-columns: repeat(3, minmax(58px, 1fr));
        justify-items: center;
        align-items: center;
        gap: 8px;
        padding: 0;
        min-width: 0;
    }

    .gmm-mobile-toggle {
        display: grid;
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
        align-self: center;
    }

    .gmm-search {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 54px;
        min-height: 54px;
    }
}

@media (max-width: 760px) {
    .gmm-topbar__inner {
        width: min(100% - 28px, 1640px);
        min-height: 44px;
        justify-content: center;
        text-align: center;
        font-size: 12px;
    }

    .gmm-mainbar__inner {
        width: min(100% - 28px, 1640px);
        min-height: 88px;
        grid-template-columns: 78px minmax(0, 1fr) 52px;
        gap: 10px;
        padding: 16px 0 14px;
    }

    .gmm-logo {
        align-self: center;
        justify-self: start;
    }

    .gmm-shop-toggle {
        display: none;
    }

    .gmm-search {
        grid-column: 1 / -1;
        order: 5;
        height: 48px;
        min-height: 48px;
        margin-bottom: 0;
    }

    .gmm-action-nav {
        grid-column: 2;
        order: 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(48px, 1fr));
        justify-items: center;
        align-items: center;
        gap: 4px;
        padding: 0 2px;
        min-width: 0;
    }

    .gmm-action-nav .gmm-icon-link:first-child {
        display: none;
    }

    .gmm-action-nav .gmm-icon-link {
        width: 100%;
        min-width: 0;
        font-size: 11px;
        line-height: 1.1;
        gap: 4px;
        text-align: center;
    }

    .gmm-action-nav .gmm-icon-link svg {
        width: 21px;
        height: 21px;
    }

    .gmm-action-nav .gmm-badge {
        top: -9px;
        right: -10px;
        min-width: 18px;
        height: 18px;
        font-size: 10px;
    }

    .gmm-mobile-toggle {
        display: grid;
        grid-column: 3;
        justify-self: end;
        align-self: center;
    }

    .gmm-mega-wrap {
        position: static;
        display: none;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        background: var(--gmm-dark);
        padding: 0 0 16px;
    }

    .gmm-header.is-open .gmm-mega-wrap {
        display: block;
    }

    .gmm-mega {
        width: min(100% - 28px, 640px);
        min-height: 0;
        margin: 0 auto;
        padding: 18px;
        grid-template-columns: 1fr;
        gap: 22px;
        border-radius: 12px;
    }

    .gmm-mega::before {
        display: none;
    }

    .gmm-mega__categories {
        border-right: 0;
        padding-right: 0;
    }

    .gmm-category,
    .gmm-subcategory {
        min-height: 68px;
    }

    .gmm-help-card {
        min-height: 250px;
        grid-template-columns: 1fr;
    }

    .gmm-help-card__product {
        width: 220px;
        height: 220px;
        justify-self: center;
    }

}
