body {
    --menu-height: 0px;
}
.pbds-mainmenu--pbshop-simple,
.pbds-mainmenu--pbshop-simple * {
    --mainmenu-height: 100px;
    --logo-size: 122px;
    --theme-bg: var(--clr-white);
    --theme-font: var(--clr-gray-700);
    --theme-underline: var(--clr-gray-500);
    --theme-border: var(--clr-gray-100);
}
@media (max-width: 992px) {
    body {
        --mainmenu-height: 60px;
    }
    .pbds-mainmenu--pbshop-simple,
    .pbds-mainmenu--pbshop-simple * {
        --mainmenu-height: 60px;
        --logo-size: 75px;
    }
    body:has(.pbds-mainmenu--pbshop-simple) {
        margin-top: var(--mainmenu-height);
    }
}
.pbds-mainmenu--pbshop-simple {
    background: var(--theme-bg);
    border-bottom: 1px solid var(--theme-border);
    z-index: 1030;
}
.pbds-mainmenu--pbshop-simple  > .pbds-container  {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: var(--mainmenu-height);
    }
.pbds-mainmenu--pbshop-simple .logo {
        width: var(--logo-size);
    }
.pbds-mainmenu--pbshop-simple div.content > div,.pbds-mainmenu--pbshop-simple a > span {
        display: none;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: var(--theme-font) !important;
        border-bottom: 2px solid var(--theme-underline);
    }
.pbds-mainmenu--pbshop-simple div.content > div {
        font-weight: 300;
        border-bottom: none;
    }
.pbds-mainmenu--pbshop-simple div.content > div a {
        font-weight: 700;
        color: var(--theme-font);
        border-bottom: 2px solid var(--theme-underline);
        -webkit-text-decoration: none !important;
        text-decoration: none !important;
    }
.pbds-mainmenu--pbshop-simple div.content > div.default,.pbds-mainmenu--pbshop-simple a > span.default {
        display: inline-block;
    }
.pbds-mainmenu--pbshop-simple div.content > div a,.pbds-mainmenu--pbshop-simple a > span {
        border: none;
        position: relative;
    }
.pbds-mainmenu--pbshop-simple div.content > div a:before,.pbds-mainmenu--pbshop-simple a > span:before {
        width: 100%;
        height: 0px;
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 2px solid var(--theme-underline);
    }
.pbds-mainmenu--pbshop-simple div.content > div a:hover:before,.pbds-mainmenu--pbshop-simple a:hover > span:before {
        animation-name: linkAnim;
        animation-duration: 0.3s;
        animation-timing-function: ease-out;
    }
@media (max-width: 992px) {
.pbds-mainmenu--pbshop-simple {
        width: 100%;
        top: 0px;
        position: fixed;
}
        .pbds-mainmenu--pbshop-simple div.content > div.default,.pbds-mainmenu--pbshop-simple a > span.default {
            display: none !important;
        }
        .pbds-mainmenu--pbshop-simple div.content > div.mobile,.pbds-mainmenu--pbshop-simple a > span.mobile {
            display: inline-block;
        }
    }

/*# sourceMappingURL=pbds-mainmenu--pbshop-simple-pbds-mainmenu--pbshop-simple-css.dev.bundle.ec294bb20da22a215782.css.map*/