.main-nav.hd-newnav,
.main-nav.hd-newnav * {
    font-family: Montserrat, Verdana, Geneva, Tahoma, sans-serif !important;
    box-sizing: border-box
}

.main-nav.hd-newnav a,
.main-nav.hd-newnav a:hover,
.main-nav.hd-newnav a:focus,
.main-nav.hd-newnav a:active {
    text-decoration: none !important
}

.main-nav.hd-newnav :focus-visible {
    outline: 3px solid rgba(234, 196, 53, .65);
    outline-offset: 3px;
    border-radius: 10px
}

.main-nav.hd-newnav .material-symbols-outlined,
.main-nav.hd-newnav .material-symbols-outlined * {
    font-family: "Material Symbols Outlined" !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    direction: ltr !important;
    -webkit-font-feature-settings: "liga" !important;
    -webkit-font-smoothing: antialiased !important;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24 !important
}

.main-nav.hd-newnav .hd-cartlink {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.main-nav.hd-newnav .hd-cartlink .material-symbols-outlined {
    font-size: 22px !important;
    vertical-align: middle;
    margin-top: -1px
}

.main-nav.hd-newnav {
    z-index: 99999
}

.main-nav.hd-newnav .hd-nav-inner {
    position: relative;
    z-index: 99999;
    overflow: visible
}

.main-nav.hd-newnav .hd-top {
    overflow: visible
}

.main-nav.hd-newnav .hd-top__item {
    overflow: visible
}

.main-nav.hd-newnav {
    position: absolute;
    left: 0;
    top: 7.5em;
    width: 100%;
    background: transparent;
    border-bottom: 0;
}

.main-nav.hd-newnav::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 100%;
    background: green;
    border-bottom: .15em solid gold;
    z-index: -1;
    max-width: 1400px;
}

.main-nav.hd-newnav .hd-nav-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

.main-nav.hd-newnav .hd-top {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between
}

.main-nav.hd-newnav .hd-top__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px;
    flex: 0 0 auto
}

.main-nav.hd-newnav .hd-top__item+.hd-top__item {
    border-left: 1px solid rgba(255, 255, 255, .28)
}

.main-nav.hd-newnav .hd-top__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .55px;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    transition: color .12s ease;
    white-space: nowrap
}

.main-nav.hd-newnav .hd-top__link:hover {
    color: gold
}

.main-nav.hd-newnav .hd-dd-toggle {
    width: 26px;
    height: 26px;
    margin-left: 8px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-nav.hd-newnav .hd-dd-toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(255, 255, 255, .92);
    border-bottom: 2px solid rgba(255, 255, 255, .92);
    transform: rotate(45deg);
    margin-top: -2px;
    transition: transform .12s ease, margin-top .12s ease
}

.main-nav.hd-newnav .hd-has-dd:hover>.hd-dd-toggle::before,
.main-nav.hd-newnav .hd-has-dd:focus-within>.hd-dd-toggle::before {
    border-right-color: gold;
    border-bottom-color: gold
}

.main-nav.hd-newnav .hd-has-dd.hd-open>.hd-dd-toggle::before,
.main-nav.hd-newnav .hd-dd-toggle[aria-expanded="true"]::before {
    transform: rotate(-135deg);
    margin-top: 2px
}

.main-nav.hd-newnav .hd-dd {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 330px;
    max-width: min(980px, calc(100vw - 24px));
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .08);
    border-bottom: 4px solid rgba(234, 196, 53, .95);
    padding: 10px;
    margin-top: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 100000;
    box-shadow: 0 26px 50px rgba(0, 0, 0, .20), 0 10px 18px rgba(0, 0, 0, .10)
}

.main-nav.hd-newnav .hd-dd::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px
}

.main-nav.hd-newnav .hd-has-dd:hover>.hd-dd,
.main-nav.hd-newnav .hd-has-dd:focus-within>.hd-dd,
.main-nav.hd-newnav .hd-has-dd.hd-open>.hd-dd {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.main-nav.hd-newnav .hd-panel {
    display: block
}

.main-nav.hd-newnav .hd-panel__col {
    min-width: 0
}

.main-nav.hd-newnav .hd-panel__col--left {
    background: rgba(0, 0, 0, .02);
    border-radius: 14px;
    padding: 10px
}

.main-nav.hd-newnav .hd-panel__col--right {
    display: none;
    border-radius: 14px;
    padding: 10px;
    min-height: 240px
}

@media (min-width:751px) {
    .main-nav.hd-newnav .hd-dd.hd-subopen {
        min-width: 720px
    }

    .main-nav.hd-newnav .hd-dd.hd-subopen .hd-panel {
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 10px
    }

    .main-nav.hd-newnav .hd-dd.hd-subopen .hd-panel__col--right {
        display: block
    }
}

.main-nav.hd-newnav .hd-panel__list,
.main-nav.hd-newnav .hd-sublist {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.main-nav.hd-newnav .hd-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 12px;
    color: #1f2a33;
    font-weight: 800;
    font-size: 14px;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: background .12s ease, color .12s ease;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2
}

.main-nav.hd-newnav a.hd-row {
    cursor: pointer
}

.main-nav.hd-newnav .hd-row:hover {
    background: rgba(234, 196, 53, .18);
    color: #b4007a
}

.main-nav.hd-newnav .hd-row--cat {
    padding-right: 36px;
    position: relative
}

.main-nav.hd-newnav .hd-row--cat::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(0, 0, 0, .40);
    border-bottom: 2px solid rgba(0, 0, 0, .40);
    transform: translateY(-50%) rotate(-45deg)
}

.main-nav.hd-newnav .hd-catbtn.is-active {
    background: rgba(234, 196, 53, .22);
    color: #b4007a
}

.main-nav.hd-newnav .hd-catbtn.is-active::after {
    border-right-color: #b4007a;
    border-bottom-color: #b4007a
}

.main-nav.hd-newnav .hd-subpanel {
    display: none
}

.main-nav.hd-newnav .hd-subpanel.is-active {
    display: block
}

.main-nav.hd-newnav .hd-sublist a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 12px;
    color: #1f2a33;
    font-weight: 800;
    font-size: 14px;
    transition: background .12s ease, color .12s ease;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.2
}

.main-nav.hd-newnav .hd-sublist a:hover {
    background: rgba(234, 196, 53, .18);
    color: #b4007a
}

@media(min-width:751px) {
    .main-nav.hd-newnav .hd-top {
        flex-wrap: nowrap !important;
        overflow: visible !important
    }
}

@media(min-width:751px) and (max-width:1100px) {
    .main-nav.hd-newnav .hd-top__item {
        padding: 0 12px
    }

    .main-nav.hd-newnav .hd-top__link {
        font-size: 14px;
        letter-spacing: .45px;
        padding: 16px 0
    }

    .main-nav.hd-newnav .hd-dd-toggle {
        width: 24px;
        height: 24px;
        margin-left: 6px
    }

    .main-nav.hd-newnav .hd-dd-toggle::before {
        width: 7px;
        height: 7px
    }
}

@media(min-width:751px) and (max-width:980px) {
    .main-nav.hd-newnav .hd-top__item {
        padding: 0 10px
    }

    .main-nav.hd-newnav .hd-top__link {
        font-size: 13px;
        letter-spacing: .35px;
        padding: 14px 0
    }

    .main-nav.hd-newnav .hd-dd-toggle {
        width: 22px;
        height: 22px;
        margin-left: 6px
    }
}

@media(min-width:751px) and (max-width:880px) {
    .main-nav.hd-newnav .hd-top__item {
        padding: 0 8px
    }

    .main-nav.hd-newnav .hd-top__link {
        font-size: 12px;
        letter-spacing: .25px;
        padding: 13px 0
    }

    .main-nav.hd-newnav .hd-dd-toggle {
        width: 20px;
        height: 20px;
        margin-left: 5px
    }

    .main-nav.hd-newnav .hd-dd-toggle::before {
        width: 6px;
        height: 6px
    }
}

@media(min-width:751px) and (max-width:820px) {
    .main-nav.hd-newnav .hd-top__item {
        padding: 0 7px
    }

    .main-nav.hd-newnav .hd-top__link {
        font-size: 11.5px;
        letter-spacing: .18px;
        padding: 12px 0
    }
}

.main-nav.hd-newnav .hd-mobile-toggle {
    display: none
}

.main-nav.hd-newnav .hd-nav-overlay {
    display: none
}

@media(max-width:750px) {
    .main-nav.hd-newnav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 0;
        overflow: hidden;
        background: transparent;
        border-bottom: 0;
        transition: width .28s ease;
        z-index: 2000
    }

    .main-nav.hd-newnav::before {
        left: 0;
        transform: none;
        width: 100%;
        max-width: none;
        height: 100%;
        border-bottom: 0
    }

    .main-nav.hd-newnav.active {
        width: 22em
    }

    .main-nav.hd-newnav .hd-nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        z-index: -2
    }

    .main-nav.hd-newnav .hd-nav-overlay[hidden] {
        display: none !important
    }

    .main-nav.hd-newnav .hd-mobile-toggle {
        display: inline-flex;
        position: fixed;
        left: 12px;
        top: 12px;
        width: 46px;
        height: 46px;
        color: darkgreen;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 100002;
        -webkit-tap-highlight-color: transparent;
        border: 0;
        border-radius: 2em;
    }

    .main-nav.hd-newnav .hd-mobile-toggle .material-symbols-outlined {
        font-size: 28px !important;
        font-weight: bold !important;
    }

    .main-nav.hd-newnav .hd-nav-inner {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 70px 12px 18px 12px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 100000
    }

    .main-nav.hd-newnav .hd-top {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        gap: 10px
    }

    .main-nav.hd-newnav .hd-top__item {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        border: 0;
        background: rgba(255, 255, 255, .10);
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 14px
    }

    .main-nav.hd-newnav .hd-top__item+.hd-top__item {
        border: 0 !important
    }

    .main-nav.hd-newnav .hd-top__link {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 14px 14px;
        border-radius: 14px;
        font-size: 15px;
        letter-spacing: .35px;
        background: transparent;
        border: 0;
        color: #fff
    }

    .main-nav.hd-newnav .hd-top__link:hover {
        color: #fff
    }

    .main-nav.hd-newnav .hd-top__item.hd-has-dd {
        display: grid;
        grid-template-columns: 1fr 42px;
        align-items: center
    }

    .main-nav.hd-newnav .hd-top__item.hd-has-dd>.hd-top__link {
        grid-column: 1;
        padding-right: 10px
    }

    .main-nav.hd-newnav .hd-top__item.hd-has-dd>.hd-dd-toggle {
        grid-column: 2;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 0;
        border: 0 !important;
        border-radius: 12px;
        background: transparent !important;
        box-shadow: none !important;
        z-index: 100003;
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent
    }

    .main-nav.hd-newnav .hd-dd-toggle::before {
        content: "";
        width: 12px;
        height: 12px;
        margin: 0;
        border-right: 3px solid rgba(255, 255, 255, .95);
        border-bottom: 3px solid rgba(255, 255, 255, .95);
        transform: rotate(45deg);
        transition: transform .12s ease
    }

    .main-nav.hd-newnav .hd-has-dd.hd-open>.hd-dd-toggle::before,
    .main-nav.hd-newnav .hd-dd-toggle[aria-expanded="true"]::before {
        transform: rotate(-135deg)
    }

    .main-nav.hd-newnav .hd-top__item.hd-has-dd>.hd-dd {
        grid-column: 1 / -1
    }

    .main-nav.hd-newnav .hd-dd {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        display: none;
        margin: 10px 0 0 0;
        box-shadow: none;
        border-radius: 16px;
        padding: 12px;
        background: rgba(255, 255, 255, .96);
        border: 1px solid rgba(0, 0, 0, .08);
        border-bottom: 4px solid rgba(234, 196, 53, .95);
        overflow: hidden
    }

    .main-nav.hd-newnav .hd-dd::before {
        display: none
    }

    .main-nav.hd-newnav .hd-has-dd.hd-open>.hd-dd {
        display: block
    }

    .main-nav.hd-newnav .hd-panel {
        display: block
    }

    .main-nav.hd-newnav .hd-panel__col--left {
        background: transparent;
        padding: 0;
        border-radius: 0
    }

    .main-nav.hd-newnav .hd-row {
        padding: 12px 12px;
        border-radius: 12px;
        font-size: 15px
    }

    .main-nav.hd-newnav .hd-subpanel {
        display: none !important;
        margin: 8px 0 0 0;
        padding: 10px;
        border-radius: 14px;
        background: rgba(0, 0, 0, .03);
        border: 1px solid rgba(0, 0, 0, .06);
        max-width: 100%;
        overflow: hidden
    }

    .main-nav.hd-newnav .hd-subpanel.is-active {
        display: block !important
    }

    .main-nav.hd-newnav .hd-sublist a {
        padding: 12px 12px;
        border-radius: 12px;
        font-size: 15px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .main-nav.hd-newnav .hd-row--cat::after {
        transform: translateY(-50%) rotate(45deg)
    }
}