#navbar,
#navbar .container-xxl,
#navbar .container-md,
#navbar .header-container,
#navbar .header-container > .row,
#navbar .header-container > .row > .col-10 {
    overflow: visible !important;
}

#navbar .header-container > .row > .col-10.d-none.d-lg-block {
    display: flex !important;
    align-items: stretch;
}

@media (min-width: 992px) {
    #navbar .header-container,
    #navbar .header-container > .row,
    #navbar .header-container > .row > .col-2,
    #navbar .header-container > .row > .col-10.d-none.d-lg-block {
        display: flex;
        align-items: stretch !important;
    }
}

.st-hq-menu {
    --st-hq-accent-color: var(--bs-default-color);
    --st-hq-link-color: var(--bs-default-color);
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    align-self: stretch;
    position: relative;
    height: 100%;
    z-index: 999;
}

#header.st-has-open-modal {
    z-index: 1061 !important;
}

.st-hq-menu__bar {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    height: 100%;
    background: #f3f4f1;
    border-left: 1px solid #d8dbd2;
}

.st-hq-menu__item {
    position: static;
    flex: 1 1 0;
    display: flex;
    align-items: stretch;
    min-width: 0;
    border-right: 1px solid #d8dbd2;
}

.st-hq-menu__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1 1 auto;
    min-height: 100%;
    gap: 0.55rem;
    width: 100%;
    padding: 1.15rem 1rem;
    border: 0;
    background: transparent;
    color: var(--st-hq-link-color);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.st-hq-menu__item.is-current .st-hq-menu__trigger,
.st-hq-menu__item.is-open .st-hq-menu__trigger,
.st-hq-menu__trigger:hover,
.st-hq-menu__trigger:focus-visible {
    background: var(--st-hq-accent-color);
    color: var(--bs-white);
    outline: none;
}

.st-hq-menu__icon {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 auto;
    opacity: 0.7;
    transform: rotate(45deg);
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    margin-top: -0.2rem;
    transition: transform 180ms ease;
}

.st-hq-menu__item.is-open .st-hq-menu__icon {
    transform: rotate(225deg);
    margin-top: 0.15rem;
}

.st-hq-menu__panel-wrap {
    position: absolute;
    inset: 100% 0 auto 0;
    z-index: 40;
    overflow: visible;
    pointer-events: none;
}

.st-hq-menu__panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(14px);
    pointer-events: auto;
    background: #ffffff;
    border: 1px solid #d8dbd2;
    border-top: 0;
    box-shadow: 0 20px 48px rgba(16, 22, 17, 0.14);
    transition: opacity 180ms ease, transform 220ms ease, visibility 0s linear 220ms;
}

.st-hq-menu__panel.is-active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.st-hq-menu__panel-grid {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    min-height: 480px;
}

.st-hq-menu__nav {
    padding: 1.8rem 0;
    border-right: 1px solid #e1e5dc;
    background: #fff;
}

.st-hq-menu__nav-title {
    margin: 0;
    padding: 0 1.5rem 1rem;
    color: #5a665a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.st-hq-menu__sub-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-hq-menu__sub-item + .st-hq-menu__sub-item {
    margin-top: 0.15rem;
}

.st-hq-menu__sub-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.9rem 1.5rem;
    border: 0;
    background: transparent;
    color: var(--st-hq-link-color);
    text-decoration: none;
    text-align: left;
    font-size: 1rem;
    line-height: 1.3;
    transition: background-color 180ms ease, color 180ms ease;
}

.st-hq-menu__sub-trigger:hover,
.st-hq-menu__sub-trigger:focus-visible {
    background: #f4f6f1;
    color: var(--st-hq-link-color);
    outline: none;
}

.st-hq-menu__sub-item.is-current .st-hq-menu__sub-trigger,
.st-hq-menu__sub-item.is-open .st-hq-menu__sub-trigger {
    background: var(--st-hq-accent-color);
    color: var(--bs-white);
}

.st-hq-menu__sub-icon {
    width: 0.85rem;
    height: 0.85rem;
    flex: 0 0 auto;
    transform: rotate(-45deg);
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.st-hq-menu__details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    min-width: 0;
}

.st-hq-menu__detail-list {
    min-width: 0;
    padding: 2rem 2rem 1.75rem;
}

.st-hq-menu__detail {
    display: none;
}

.st-hq-menu__detail.is-active {
    display: block;
}

.st-hq-menu__detail-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.st-hq-menu__detail-title {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.st-hq-menu__detail-title a {
    color: var(--st-hq-link-color);
    text-decoration: none;
}

.st-hq-menu__detail-title a:hover,
.st-hq-menu__detail-title a:focus-visible {
    color: var(--st-hq-link-color);
    outline: none;
}

.st-hq-menu__detail-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.35rem;
    color: var(--st-hq-link-color);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.st-hq-menu__detail-link:hover,
.st-hq-menu__detail-link:focus-visible {
    color: var(--st-hq-link-color);
    outline: none;
}

.st-hq-menu__leaf-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1.75rem;
}

.st-hq-menu__leaf-column {
    min-width: 0;
}

.st-hq-menu__leaf-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-hq-menu__leaf-title {
    display: inline-block;
    margin-bottom: 0.7rem;
    color: var(--st-hq-link-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.st-hq-menu__leaf-title:hover,
.st-hq-menu__leaf-title:focus-visible {
    color: var(--st-hq-link-color);
    outline: none;
}

.st-hq-menu__leaf-list li + li {
    margin-top: 0.35rem;
}

.st-hq-menu__leaf-list a {
    color: var(--st-hq-link-color);
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.45;
}

.st-hq-menu__leaf-list a:hover,
.st-hq-menu__leaf-list a:focus-visible {
    color: var(--st-hq-link-color);
    outline: none;
}

.st-hq-menu__detail-empty {
    max-width: 520px;
    color: #536154;
    font-size: 0.98rem;
    line-height: 1.6;
}

.st-hq-menu__detail-empty p {
    margin: 0 0 1rem;
}

.st-hq-menu__aside {
    padding: 2rem 1.75rem;
    border-left: 1px solid #e1e5dc;
    background: #fcfcfa;
}

.st-hq-menu__aside-kicker {
    margin: 0 0 1rem;
    color: #5a665a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.st-hq-menu__aside-title {
    margin: 0 0 0.9rem;
    color: #182119;
    font-size: 1.55rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.st-hq-menu__aside-copy {
    margin: 0 0 1.5rem;
    color: #536154;
    font-size: 0.95rem;
    line-height: 1.55;
}

.st-hq-menu__aside-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    background: var(--st-hq-accent-color);
    color: var(--bs-white) !important;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 180ms ease;
}

.st-hq-menu__aside-link:hover,
.st-hq-menu__aside-link:focus-visible {
    color: var(--bs-white) !important;
    background: var(--st-hq-accent-color);
    opacity: 0.88;
    outline: none;
}

@media (max-width: 1399.98px) {
    .st-hq-menu__trigger {
        min-height: 84px;
        padding-inline: 0.7rem;
        font-size: 0.72rem;
    }

    .st-hq-menu__detail-list {
        padding-inline: 1.5rem;
    }

    .st-hq-menu__leaf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-hq-menu__details {
        grid-template-columns: minmax(0, 1fr) 220px;
    }
}

@media (min-width: 992px) {
    .st-hq-menu__panel-wrap {
        position: fixed;
        top: var(--st-hq-panel-top, 120px);
        left: 0;
        width: 100vw;
        max-height: var(--st-hq-panel-max-height, calc(100vh - 120px));
    }

    .st-hq-menu__panel {
        width: 100vw;
        max-height: var(--st-hq-panel-max-height, calc(100vh - 120px));
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

/* Husqvarna mobile menu */

body.st-hq-mobile-lock {
    overflow: hidden;
}

.st-hq-mobile {
    --st-hq-mobile-accent: var(--bs-default-color);
}

.st-hq-mobile__shell {
    position: fixed;
    inset: 0;
    z-index: 1040;
    visibility: hidden;
    pointer-events: none;
}

.st-hq-mobile.is-open .st-hq-mobile__shell {
    visibility: visible;
    pointer-events: auto;
}

.st-hq-mobile__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(14, 21, 18, 0.38);
    opacity: 0;
    transition: opacity 220ms ease;
}

.st-hq-mobile.is-open .st-hq-mobile__backdrop {
    opacity: 1;
}

.st-hq-mobile__drawer {
    position: absolute;
    inset: 0 auto 0 0;
    width: min(100vw, 410px);
    max-width: 100%;
    background: #fff;
    box-shadow: 24px 0 54px rgba(12, 18, 15, 0.18);
    transform: translateX(-100%);
    transition: transform 260ms ease;
}

.st-hq-mobile.is-open .st-hq-mobile__drawer {
    transform: translateX(0);
}

.st-hq-mobile__stack {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.st-hq-mobile__panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    transform: translateX(100%);
    transition: transform 260ms ease;
}

.st-hq-mobile__panel.is-active {
    transform: translateX(0);
}

.st-hq-mobile__panel.is-previous {
    transform: translateX(-18%);
    box-shadow: inset -1px 0 0 #e2e6de;
}

.st-hq-mobile__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.9rem;
    border-bottom: 1px solid #e2e6de;
    background: #fff;
}

.st-hq-mobile__panel-head--accent {
    background: var(--st-hq-mobile-accent);
    border-bottom-color: transparent;
    color: var(--bs-white);
}

.st-hq-mobile__panel-title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.st-hq-mobile__head-action {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.st-hq-mobile__head-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 auto;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 0.2rem;
}

.st-hq-mobile__close {
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    color: inherit;
    font-size: 1.25rem;
    line-height: 1;
}

.st-hq-mobile__panel-head--accent .st-hq-mobile__close {
    background: rgba(255, 255, 255, 0.16);
    color: var(--bs-white);
}

.st-hq-mobile__panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0.6rem 0 1.5rem;
}

.st-hq-mobile__list,
.st-hq-mobile__sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-hq-mobile__sublist {
    margin-top: 0.45rem;
    padding-left: 0;
}

.st-hq-mobile__item + .st-hq-mobile__item,
.st-hq-mobile__subitem + .st-hq-mobile__subitem {
    border-top: 1px solid #edf0ea;
}

.st-hq-mobile__entry {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.9rem;
    width: 100%;
    padding: 1rem 1.1rem;
    border: 0;
    background: transparent;
    color: var(--bs-default-color);
    text-align: left;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
}

.st-hq-mobile__entry.is-current,
.st-hq-mobile__item.is-current > .st-hq-mobile__entry,
.st-hq-mobile__subitem.is-current > .st-hq-mobile__entry {
    background: var(--st-hq-mobile-accent);
    color: var(--bs-white);
}

.st-hq-mobile__entry-arrow {
    width: 0.8rem;
    height: 0.8rem;
    flex: 0 0 auto;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.st-hq-mobile__sublist .st-hq-mobile__entry {
    padding-block: 0.8rem;
    padding-left: 1.1rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.st-hq-mobile__panel-link {
    display: inline-flex;
    align-items: center;
    margin: 0.95rem 1.1rem 0;
    color: var(--st-hq-mobile-accent);
    text-decoration: none;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
