/** Shopify CDN: Minification failed

Line 90:0 Unexpected "<!--"
Line 92:6 Unexpected "-->"

**/
.pill--navlink {
    min-width: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
}
.navlink--toplevel {
    padding-top: 8px;
    padding-bottom: 8px;
}
.menu__item:hover>.pill--navlink:not(.navlink--icon):after {
    transform: scaleY(0);
}
@media only screen and (max-width:1024px){
    .pill--navlink {
        width: auto;
        min-width: 1px;
        justify-content: flex-start;
        margin-left: 15px;
        padding-top: 0;
        padding-bottom: 0;
        width: auto !important;
    }
    .mobile-nav .is-expanded>[data-collapsible-content] {
        margin-top: 23px;
    }    
}
.pill--navlink:hover{
    transition: color .3s ease,border .3s ease,background 0s linear .3s;
}
.pill--navlink:before{
    content: "";
    position: absolute;
    display: flex;
    left: -1px;
    top: 0;
    right: -1px;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: top center;
    will-change: transform;
    z-index: -1;
    transition: all .3s ease !important;
    transform: scaleY(0);
    transform-origin: top center !important;
}
.pill--navlink{
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    text-align: center;
    will-change: color,border,background;
    transition: color .3s ease,border .3s ease,background 0s linear 0s;
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}
.pill--navlink:hover:before{
    content: "";
    position: absolute;
    display: flex;
    left: -1px;
    top: 0;
    right: -1px;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: top center;
    will-change: transform;
    z-index: -1;
    transition: transform .3s ease;
    transform-origin: bottom center;
    transform: none;
}
@media only screen and (max-width:1050px){
    .pill--navlink{
        margin-top: 2%;
        margin-bottom: 2%;
        line-height: 40px;
    }
<!--    .mobile-menu__item.mobile-menu__item--level-1 a {
        margin-left: 2%;
    } -->

    .pill--navlink:hover {
      color: black !important;
    }
}