/* Gourmano's stable navigation, replacing the legacy UberMenu runtime. */

#main-header {
    z-index: 999;
}

#main-header > .et_menu_container {
    align-items: center;
    display: flex;
    min-height: 76px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100% - 40px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 1080px !important;
}

#main-header .logo_container {
    align-items: center;
    background: none !important;
    display: flex;
    flex: 0 0 275px;
    height: 76px;
    max-height: none;
    position: relative;
}

#main-header #logo {
    display: block;
    max-height: 40px !important;
    padding: 0;
    width: 135px;
}

#main-header #et-top-navigation {
    flex: 1 1 auto;
    float: none !important;
    padding: 0 !important;
}

#top-menu-nav {
    display: block;
    float: none !important;
    width: 100%;
}

#top-menu.gourmano-main-menu {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: 100%;
}

#top-menu.gourmano-main-menu > li {
    display: block;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
}

#top-menu.gourmano-main-menu > li > a {
    color: #478999 !important;
    display: block;
    font-family: "AvenirBook", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 1;
    padding: 30px 20px 29px !important;
    text-transform: uppercase;
    white-space: nowrap;
}

#top-menu.gourmano-main-menu > li:first-child > a {
    padding-left: 0 !important;
}

#top-menu.gourmano-main-menu > li:last-child > a {
    padding-right: 0 !important;
}

/* Keep Divi's fixed header visually identical after the page is scrolled. */
#main-header.et-fixed-header #top-menu.gourmano-main-menu > li > a {
    padding: 30px 20px 29px !important;
}

#main-header.et-fixed-header #top-menu.gourmano-main-menu > li:first-child > a {
    padding-left: 0 !important;
}

#main-header.et-fixed-header #top-menu.gourmano-main-menu > li:last-child > a {
    padding-right: 0 !important;
}

#top-menu.gourmano-main-menu > li > a:hover,
#top-menu.gourmano-main-menu > li > a:focus,
#top-menu.gourmano-main-menu > li.current-menu-item > a,
#top-menu.gourmano-main-menu > li.current-page-ancestor > a {
    color: #f1585d !important;
}

.gourmano-products > a::after {
    content: none !important;
    display: none !important;
}

.gourmano-menu-arrow {
    border: solid currentColor;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    height: 5px;
    margin: 0 0 3px 7px;
    transform: rotate(45deg);
    width: 5px;
}

.gourmano-products-toggle,
.gourmano-menu-toggle {
    display: none;
}

.gourmano-mega-panel {
    background: #f7f7f7;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.14);
    display: grid;
    grid-template-columns: 187px 563px;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transform: translateX(-29%);
    transition: opacity 120ms ease, visibility 120ms ease;
    visibility: hidden;
    width: 750px;
    z-index: 1001;
}

.gourmano-products:hover > .gourmano-mega-panel,
.gourmano-products:focus-within > .gourmano-mega-panel,
.gourmano-products.is-open > .gourmano-mega-panel {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.gourmano-tabs {
    background: #f7f7f7;
    border-right: 1px solid #e8e8e8;
    min-height: 418px;
    padding: 0;
}

.gourmano-tab {
    appearance: none;
    background: transparent;
    border: 0;
    color: #666;
    cursor: pointer;
    display: flex;
    font: 700 14px/1.2 "AvenirBook", Arial, sans-serif;
    justify-content: space-between;
    padding: 16px 20px;
    text-align: left;
    width: 100%;
}

.gourmano-tab span {
    font: 700 22px/12px Arial, sans-serif;
}

.gourmano-tab:hover,
.gourmano-tab:focus,
.gourmano-tab.is-active {
    background: #dae9ea;
    color: #499ba0;
    outline: none;
}

.gourmano-tab:nth-child(2):hover,
.gourmano-tab:nth-child(2):focus,
.gourmano-tab:nth-child(2).is-active {
    background: #eceedd;
    color: #9ea953;
}

.gourmano-tab-panels {
    background: #fff;
    min-height: 418px;
}

.gourmano-tab-panel[hidden] {
    display: none !important;
}

.gourmano-panel-intro {
    color: #929292;
    font: 600 14px/1.28 Arial, sans-serif;
    min-height: 123px;
    padding: 15px 20px 12px;
}

.gourmano-panel-intro .m1 {
    color: #499ba0;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 16px;
}

.gourmano-tab-panel:nth-child(2) .gourmano-panel-intro .m1 {
    color: #9ea953;
}

.gourmano-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gourmano-product-card {
    align-items: center;
    background: #fff;
    border: 3px solid #f7f7f7;
    color: #888 !important;
    display: flex !important;
    height: 137px;
    min-width: 0;
    padding: 10px 17px;
    text-decoration: none;
}

.gourmano-product-card:hover,
.gourmano-product-card:focus {
    background: #f4f9fa;
    outline: none;
}

.gourmano-tab-panel:nth-child(2) .gourmano-product-card:hover,
.gourmano-tab-panel:nth-child(2) .gourmano-product-card:focus {
    background: #f6f7ef;
}

.gourmano-product-image {
    flex: 0 0 78px;
    height: 105px;
    margin-right: 14px;
    object-fit: contain;
    width: 78px;
}

.gourmano-product-copy {
    display: block;
    min-width: 0;
}

.gourmano-product-copy strong,
.gourmano-product-copy small {
    display: block;
}

.gourmano-product-copy strong {
    color: #858585;
    font: 700 15px/1.25 Arial, sans-serif;
    margin-bottom: 3px;
}

.gourmano-tab-panel:nth-child(2) .gourmano-product-copy strong {
    color: #929d52;
}

.gourmano-product-copy small {
    color: #888;
    font: 400 12px/1.25 Arial, sans-serif;
}

#line {
    background: #006f84 !important;
    height: 2px !important;
}

@media (max-width: 1120px) and (min-width: 981px) {
    #main-header .logo_container {
        flex-basis: 210px;
    }

    #top-menu.gourmano-main-menu > li > a {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

@media (max-width: 980px) {
    #main-header > .et_menu_container,
    #main-header > div.container.clearfix.et_menu_container {
        box-sizing: border-box;
        flex-wrap: nowrap;
        min-height: 80px;
        max-width: none !important;
        padding: 0 18px !important;
        width: 100% !important;
    }

    /* Override Divi's later mobile rule that removes the header gutters. */
    body #page-container #main-header > div.container.clearfix.et_menu_container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    #main-header .logo_container {
        flex: 1 1 auto;
        height: 80px;
        max-height: 80px;
    }

    #main-header #logo {
        display: block !important;
        height: auto !important;
        max-height: 44px !important;
        max-width: none !important;
        width: 145px !important;
    }

    #main-header #et-top-navigation {
        flex: 0 0 auto;
        position: static;
    }

    #top-menu-nav {
        display: block !important;
        position: static;
    }

    .gourmano-menu-toggle {
        align-items: center;
        appearance: none;
        background: transparent;
        border: 0;
        color: #478999;
        cursor: pointer;
        display: flex;
        font: 700 14px/1 Arial, sans-serif;
        gap: 10px;
        padding: 12px 0 12px 12px;
        text-transform: uppercase;
    }

    .gourmano-menu-toggle-icon,
    .gourmano-menu-toggle-icon::before,
    .gourmano-menu-toggle-icon::after {
        background: currentColor;
        content: "";
        display: block;
        height: 2px;
        transition: transform 120ms ease;
        width: 22px;
    }

    .gourmano-menu-toggle-icon {
        position: relative;
    }

    .gourmano-menu-toggle-icon::before {
        left: 0;
        position: absolute;
        top: -7px;
    }

    .gourmano-menu-toggle-icon::after {
        left: 0;
        position: absolute;
        top: 7px;
    }

    .gourmano-menu-toggle[aria-expanded="true"] .gourmano-menu-toggle-icon {
        background: transparent;
    }

    .gourmano-menu-toggle[aria-expanded="true"] .gourmano-menu-toggle-icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .gourmano-menu-toggle[aria-expanded="true"] .gourmano-menu-toggle-icon::after {
        top: 0;
        transform: rotate(-45deg);
    }

    #top-menu.gourmano-main-menu {
        align-items: stretch;
        background: #fff;
        box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12);
        display: none !important;
        flex-direction: column;
        justify-content: flex-start;
        left: 0;
        max-height: calc(100vh - 82px);
        overflow: auto;
        position: absolute;
        right: 0;
        top: 80px;
        width: 100%;
        z-index: 1002;
    }

    #top-menu.gourmano-main-menu.is-open {
        display: flex !important;
    }

    #top-menu.gourmano-main-menu > li {
        border-top: 1px solid #edf1f2;
        width: 100%;
    }

    #top-menu.gourmano-main-menu > li > a,
    #top-menu.gourmano-main-menu > li:first-child > a,
    #top-menu.gourmano-main-menu > li:last-child > a {
        padding: 16px 54px 16px 20px !important;
    }

    .gourmano-menu-arrow {
        display: none;
    }

    .gourmano-products-toggle {
        appearance: none;
        background: transparent;
        border: 0;
        color: #478999;
        cursor: pointer;
        display: block;
        height: 49px;
        position: absolute;
        right: 5px;
        top: 0;
        width: 49px;
    }

    .gourmano-products-toggle span::before,
    .gourmano-products-toggle span::after {
        background: currentColor;
        content: "";
        height: 2px;
        left: 16px;
        position: absolute;
        top: 24px;
        width: 16px;
    }

    .gourmano-products-toggle span::after {
        transform: rotate(90deg);
        transition: transform 120ms ease;
    }

    .gourmano-products-toggle[aria-expanded="true"] span::after {
        transform: rotate(0);
    }

    .gourmano-mega-panel {
        box-shadow: none;
        display: none;
        grid-template-columns: 1fr;
        left: auto;
        opacity: 1;
        pointer-events: auto;
        position: static;
        top: auto;
        transform: none;
        visibility: visible;
        width: 100%;
    }

    .gourmano-products:hover > .gourmano-mega-panel,
    .gourmano-products:focus-within > .gourmano-mega-panel {
        display: none;
    }

    .gourmano-products.is-open > .gourmano-mega-panel {
        display: grid;
    }

    .gourmano-tabs {
        border-bottom: 1px solid #e8e8e8;
        border-right: 0;
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .gourmano-tab {
        border-right: 1px solid #e8e8e8;
    }

    .gourmano-tab:last-child {
        border-right: 0;
    }

    .gourmano-tab span {
        transform: rotate(90deg);
    }

    .gourmano-tab-panels {
        min-height: 0;
    }

    .gourmano-panel-intro {
        min-height: 0;
    }

    .gourmano-product-card {
        height: 125px;
    }

    #line {
        height: 2px;
    }
}

@media (max-width: 600px) {
    .gourmano-menu-toggle-label {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .gourmano-product-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gourmano-mega-panel,
    .gourmano-menu-toggle-icon,
    .gourmano-menu-toggle-icon::before,
    .gourmano-menu-toggle-icon::after,
    .gourmano-products-toggle span::after {
        transition: none;
    }
}
