.sd-header-nav.sd-full-height .sd-nav > li > .sd-dropdown-menu {
    margin-top: 0 !important
}

.sd-header-nav.sd-full-height .sd-nav > li > .sd-dropdown-menu:after {
    width: auto !important;
    height: auto !important
}

.sd-nav-mobile > li > a > .menu-label, .sd-nav-mobile > li > ul li > a > .menu-label {
    position: static;
    margin-top: 0;
    margin-inline-start: 5px;
    opacity: 1;
    align-self: center
}

.sd-nav-mobile > li > a > .menu-label:before, .sd-nav-mobile > li > ul li > a > .menu-label:before {
    content: none
}

.sdn-header {
    margin-bottom: 20px
}

.sdn-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between
}

.sdn-column {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-height: inherit
}

.sdn-col-left, .sdn-mobile-left {
    justify-content: flex-start;
    margin-left: -10px
}

.sdn-col-right, .sdn-mobile-right {
    justify-content: flex-end;
    margin-right: -10px
}

.sdn-col-mobile {
    flex: 1 1 auto;
    justify-content: center;
    margin-inline: -10px
}

.sdn-clone .sdn-general-header-inner {
    height: var(--sd-header-clone-h);
    max-height: var(--sd-header-clone-h)
}

.sdn-flex-flex-middle .sdn-col-center {
    flex: 1 1 0%
}

.sdn-flex-equal-sides :is(.sdn-col-left,.sdn-col-right) {
    flex: 1 1 0%
}

.sdn-col-1 :is(.sdn-flex-row,.sdn-column) {
    max-width: calc(100% + 20px);
    justify-content: center
}

.sdn-col-1 :is(.sdn-col-left,.sdn-mobile-left) {
    flex: 1 1 auto;
    margin-inline: -10px
}

.sdn-col-1 .sd-header-html {
    max-width: 100%
}

.sdn-general-header :is(.sdn-mobile-left,.sdn-mobile-right) {
    flex: 1 1 0%
}

.sdn-empty-column + .sdn-mobile-right {
    flex: 1 1 auto
}

.sd-header-overlap .page-title {
    margin-top: 0
}

.sdn-overcontent {
    min-height: .2px
}

.sdn-overcontent .sdn-main-header {
    position: absolute
}

body:not(.single-product) .sdn-overcontent, .sdn-overcontent.sdn-custom-header {
    margin-bottom: 0;
    padding-top: 0 !important
}

.sdn-overcontent ~ .main-page-wrapper {
    margin-top: 0;
    padding-top: 0
}

.sdn-with-shadow {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1)
}

.sdn-main-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 390;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.sdn-clone {
    position: fixed;
    z-index: 391;
    visibility: hidden;
    opacity: 0;
    transition: opacity .1s ease, visibility .1s ease, transform .3s ease;
    animation: sd-fadeOutUpBig .1s ease;
    pointer-events: none
}

.sdn-clone .sdn-flex-row {
    border: none
}

.sdn-clone.sdn-sticked {
    visibility: visible;
    opacity: 1;
    animation: sd-fadeInDownBig .3s ease;
    pointer-events: visible;
    pointer-events: unset
}

.sdn-clone.sdn-sticked .sdn-not-sticky-row {
    display: block
}

.sdn-clone .sd-header-main-nav {
    text-align: center
}

.sdn-clone.sdn-hide-on-scroll {
    transform: translateY(-100%);
    animation: none
}

.sdn-clone.sdn-scroll-up {
    transform: none
}

.sdn-sticky-prepared {
    padding-top: var(--sd-header-h)
}

.sdn-sticky-prepared .sdn-main-header {
    position: absolute
}

:root:has(.sdn-sticky-prepared):not(:has(.sdn-top-bar)) {
    --sd-top-bar-h: .00001px;
    --sd-top-bar-sm-h: .00001px
}

:root:has(.sdn-sticky-prepared):not(:has(.sdn-general-header)) {
    --sd-header-general-h: .00001px;
    --sd-header-general-sm-h: .00001px
}

:root:has(.sdn-sticky-prepared):not(:has(.sdn-header-bottom)) {
    --sd-header-bottom-h: .00001px;
    --sd-header-bottom-sm-h: .00001px;
    --sd-header-bottom-brd-w: .00001px
}

.sdn-scroll-stick .sdn-flex-row {
    transition: height .2s ease, max-height .2s ease
}

.sdn-scroll-stick.sdn-sticked .sdn-flex-row {
    transition-duration: .3s
}

.sdn-scroll-stick:is(.sdn-scroll-down,.sdn-scroll-up) .sdn-main-header {
    transition: transform .3s ease
}

.sdn-scroll-stick.sdn-scroll-down .sdn-main-header {
    transform: translateY(-100%)
}

.sdn-scroll-stick.sdn-scroll-up .sdn-main-header {
    transform: none
}

.sdn-scroll-slide.sdn-sticked .sdn-main-header {
    animation: sd-fadeInDownBig .4s ease
}

.sdn-scroll-slide:is(.sdn-scroll-down,.sdn-scroll-up) .sdn-main-header {
    transition: transform .3s ease
}

.sdn-scroll-slide.sdn-hide-on-scroll.sdn-sticked .sdn-main-header {
    transform: translateY(-100%);
    animation: none
}

.sdn-scroll-slide.sdn-hide-on-scroll.sdn-scroll-up .sdn-main-header {
    transform: none
}

.sdn-sticked .sdn-main-header {
    position: fixed
}

.sdn-sticked .sdn-row {
    transition: background-color .3s ease
}

.sdn-sticked .sdn-not-sticky-row {
    display: none
}

.sdn-sticky-shadow.sdn-sticked .sdn-main-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.sdn-sticky-shadow.sdn-sticked .sdn-row:last-child {
    border-bottom: none
}

.sdn-sticky-shadow.sdn-sticked .sdn-row:last-child .sdn-flex-row {
    border-bottom: none
}

.sdn-sticky-shadow + .sdn-clone {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.sdn-sticky-shadow + .sdn-clone .sdn-row {
    border-bottom: none
}

.sdn-row {
    transition: background-color .2s ease
}

.sdn-color-dark:not(.sdn-with-bg) {
    background-color: #fff
}

.sdn-color-light:not(.sdn-with-bg) {
    background-color: #212121
}

body:not(.single-product) .sdn-overcontent:not(.sdn-sticked) .sdn-row:not(.sdn-with-bg) {
    background-color: transparent
}

.sdn-row.sdn-with-bdf, .sdn-row.sdn-with-bdf > .container {
    position: relative
}

.sdn-row.sdn-with-bdf:before {
    content: '';
    position: absolute;
    inset: 0
}

@keyframes sd-fadeInDownBig {
    from {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: none
    }
}

@keyframes sd-fadeOutUpBig {
    from {
        transform: none
    }
    to {
        transform: translate3d(0, -100%, 0)
    }
}

.sd-header-nav, .site-logo {
    padding-inline: 10px
}

.sd-header-nav.sd-full-height, .sd-header-nav.sd-full-height :is(.sd-nav,.sd-nav>li,.sd-nav>li>a), .sd-header-divider.sd-full-height, .sd-header-divider.sd-full-height:before {
    height: 100%
}

.sd-header-nav {
    flex: 1 1 auto
}

.sd-header-nav.sd-inline {
    flex: 0 0 auto;
    max-width: 100%
}

.sdn-color-light .sd-header-nav > span {
    color: rgba(255, 255, 255, 0.8)
}

.sd-nav-main:not(.sd-offsets-calculated) .sd-dropdown:not(.sd-design-default) {
    opacity: 0;
    pointer-events: none
}

.platform-iOS .sd-nav-main:not(.sd-offsets-calculated) .sd-dropdown:not(.sd-design-default) {
    transform: translateY(15px) translateZ(0)
}

.sd-nav-main > li > a, .sd-nav-secondary > li > a {
    height: 40px;
    font-weight: var(--sd-header-el-font-weight);
    font-style: var(--sd-header-el-font-style);
    font-size: var(--sd-header-el-font-size);
    font-family: var(--sd-header-el-font);
    text-transform: var(--sd-header-el-transform)
}

.sd-header-sticky-nav .sd-tools-icon:before {
    content: "\f15a";
    font-family: "sandbox-font"
}

.sdn-top-bar .sd-nav-secondary > li > a {
    font-weight: 400;
    font-size: 12px
}

.sd-nav-secondary:not(.sd-offsets-calculated) .sd-dropdown:not(.sd-design-default) {
    opacity: 0;
    pointer-events: none
}

.platform-iOS .sd-nav-secondary:not(.sd-offsets-calculated) .sd-dropdown:not(.sd-design-default) {
    transform: translateY(15px) translateZ(0)
}

.site-logo {
    max-height: inherit
}

.sd-logo {
    max-height: inherit;
    transition: none
}

.sd-logo picture {
    max-height: inherit
}

.sd-logo picture img {
    max-width: inherit
}

.sd-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    max-height: inherit;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px
}

.sd-logo img[src$=".svg"] {
    height: 100%
}

.sd-logo img[width]:not([src$=".svg"]) {
    width: auto;
    object-fit: contain
}

.sd-switch-logo .sd-sticky-logo {
    display: none;
    animation: sd-fadeIn .5s ease
}

:is(.sdn-sticked,.sdn-clone) .sd-switch-logo .sd-main-logo {
    display: none
}

:is(.sdn-sticked,.sdn-clone) .sd-switch-logo .sd-sticky-logo {
    display: block
}

.sd-header-divider:before {
    content: "";
    display: block;
    height: 18px;
    border-right: 1px solid
}

.sdn-color-dark .sd-header-divider:before {
    border-color: var(--sd-divider-color, rgba(0, 0, 0, 0.105))
}

.sdn-color-light .sd-header-divider:before {
    border-color: var(--sd-divider-color, rgba(255, 255, 255, 0.25))
}

.sdn-col-right .sd-header-divider:last-child, .sdn-mobile-right .sd-header-divider:last-child, .sdn-col-mobile .sd-header-divider:last-child {
    padding-right: 10px
}

.sdn-col-left .sd-header-divider:first-child, .sdn-mobile-left .sd-header-divider:first-child, .sdn-col-mobile .sd-header-divider:first-child {
    padding-left: 10px
}

.sdn-col-center .sd-header-divider:first-child {
    padding-left: 10px
}

.sdn-col-center .sd-header-divider:last-child {
    padding-right: 10px
}

.sd-header-mobile-nav .sd-tools-icon:before {
    content: "\f15a";
    font-family: "sandbox-font"
}

.mobile-nav .sd-heading {
    position: relative;
    z-index: 6;
    background-color: inherit
}

.mobile-nav .searchform {
    --sd-form-brd-width: 0;
    --sd-form-bg: transparent;
    --sd-form-color: var(--color-gray-500);
    --sd-form-placeholder-color: var(--color-gray-500);
    z-index: 4;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17)
}

.mobile-nav .searchform input[type="text"] {
    padding-right: 50px;
    padding-left: 20px;
    height: 70px;
    font-weight: 600
}

.mobile-nav .sd-dropdown-results {
    position: relative;
    z-index: 4;
    border-radius: 0;
    inset-inline: auto
}

.mobile-nav .autocomplete-suggestion {
    padding: 10px 20px
}

.mobile-nav .create-nav-msg {
    padding: 20px
}

.sd-nav-mobile {
    display: none;
    margin-inline: 0;
    animation: sd-fadeIn 1s ease
}

.sd-nav-mobile > li {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%
}

.sd-nav-mobile > li > a {
    color: var(--color-gray-800)
}

.sd-nav-mobile li.menu-item-has-children > a:after {
    content: none
}

.sd-nav-mobile li:active > a, .sd-nav-mobile li.opener-page > a {
    background-color: var(--bgcolor-gray-100)
}

.sd-nav-mobile li:is(.current-menu-item,.sd-active) > a {
    color: var(--sd-primary-color)
}

.sd-nav-mobile .sd-with-icon > a:before {
    margin-right: 7px;
    font-weight: 400;
    font-family: "sandbox-font"
}

.sd-nav-mobile .menu-item-account > a:before {
    content: "\f124"
}

.sd-nav-mobile .menu-item-wishlist > a:before {
    content: "\f106"
}

.sd-nav-mobile .menu-item-compare > a:before {
    content: "\f128"
}

.sd-nav-mobile.sd-active {
    display: block
}

.sd-nav-mobile:not(.sd-html-block-on) .menu-item-has-block .sd-nav-opener {
    display: none
}

.sd-nav-mobile.sd-html-block-on .sd-mob-nav-html-block {
    overflow: hidden;
    border-bottom: 1px solid var(--brdcolor-gray-300);
    max-width: var(--sd-side-hidden-w)
}

.sd-nav-mobile.sd-html-block-on .menu-item-has-block .sd-negative-gap > .elementor-container {
    --sd-el-column-gap: .001px
}

.sd-nav-mobile > li, .sd-nav-mobile > li > ul li {
    display: flex;
    flex-wrap: wrap
}

.sd-nav-mobile > li > a, .sd-nav-mobile > li > ul li > a {
    flex: 1 1 0%;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid var(--brdcolor-gray-300)
}

.sd-nav-mobile > li > :is(.sd-sub-menu,.sub-sub-menu), .sd-nav-mobile > li > ul li > :is(.sd-sub-menu,.sub-sub-menu) {
    display: none;
    flex: 1 1 100%;
    order: 3
}

.sd-nav-mob-tab {
    --nav-gap: .001px;
    display: flex;
    margin: 0;
    border-bottom: 1px solid var(--brdcolor-gray-300);
    background-color: rgba(0, 0, 0, 0.04)
}

.sd-nav-mob-tab > li {
    flex: 1 0 50%;
    max-width: 50%
}

.sd-nav-mob-tab > li > a {
    padding: 0;
    height: 100%;
    font-weight: 900
}

.sd-nav-mob-tab > li.sd-active > a {
    background-color: rgba(0, 0, 0, 0.05)
}

.sd-nav-mob-tab[class*="sd-style-underline"] {
    --nav-color: #909090;
    --nav-color-hover: #333;
    --nav-color-active: #333
}

.sd-nav-mob-tab[class*="sd-style-underline"] .nav-link-text {
    position: static;
    flex: 1 1 auto;
    padding: 18px 15px;
    text-align: center
}

.sd-nav-mob-tab[class*="sd-style-underline"] .nav-link-text:after {
    top: auto;
    bottom: -1px
}

.sd-nav-mob-tab[class*="sd-style-underline"]:after {
    top: auto;
    bottom: -1px
}

.sd-nav-mob-tab.sd-swap {
    flex-direction: row-reverse
}

.sd-nav-mob-tab:not(.sd-swap) li:first-child .nav-link-text:after, .sd-nav-mob-tab.sd-swap li:last-child .nav-link-text:after {
    right: 0;
    left: auto
}

.mobile-nav .sd-nav-opener {
    border-left: 1px solid var(--brdcolor-gray-300);
    border-bottom: 1px solid var(--brdcolor-gray-300)
}

.widgetarea-mobile {
    padding: 20px
}

.mobile-menu-widget {
    margin: 0 -20px 20px -20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid var(--brdcolor-gray-300)
}

.mobile-menu-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

@media (min-width: 1025px) {
    .sdn-top-bar-inner {
        height: var(--sd-top-bar-h);
        max-height: var(--sd-top-bar-h)
    }

    .sdn-sticked .sdn-top-bar-inner {
        height: var(--sd-top-bar-sticky-h);
        max-height: var(--sd-top-bar-sticky-h)
    }

    .sdn-general-header-inner {
        height: var(--sd-header-general-h);
        max-height: var(--sd-header-general-h)
    }

    .sdn-sticked:not(.sdn-clone) .sdn-general-header-inner {
        height: var(--sd-header-general-sticky-h);
        max-height: var(--sd-header-general-sticky-h)
    }

    .sdn-header-bottom-inner {
        height: var(--sd-header-bottom-h);
        max-height: var(--sd-header-bottom-h)
    }

    .sdn-sticked .sdn-header-bottom-inner {
        height: var(--sd-header-bottom-sticky-h);
        max-height: var(--sd-header-bottom-sticky-h)
    }

    .sdn-hidden-lg, .sdn-hidden-desktop {
        display: none
    }

    .sdn-clone, .sdn-sticked .sdn-main-header {
        top: var(--sd-admin-bar-h)
    }

    .sd-header-overlap .page-title {
        padding-top: calc(var(--sd-header-h) + var(--sd-header-boxed-sp, 0.001px) + var(--sd-title-sp))
    }

    .single-product .sdn-overcontent:not(.sdn-custom-header) {
        padding-top: calc(var(--sd-header-h) + var(--sd-header-boxed-sp, 0.001px))
    }

    .sdn-full-width .sdn-row > .container, .sdn-full-width + .sdn-clone .sdn-row > .container {
        max-width: 100%;
        width: clamp(var(--sd-container-w), 95%, 100%)
    }

    .sd-nav-mobile > li > a:hover {
        color: var(--sd-primary-color)
    }
}

@media (max-width: 1024px) {
    .sdn-top-bar-inner {
        height: var(--sd-top-bar-sm-h);
        max-height: var(--sd-top-bar-sm-h)
    }

    .sdn-general-header-inner {
        height: var(--sd-header-general-sm-h);
        max-height: var(--sd-header-general-sm-h)
    }

    .sdn-header-bottom-inner {
        height: var(--sd-header-bottom-sm-h);
        max-height: var(--sd-header-bottom-sm-h)
    }

    .sdn-visible-lg, .sdn-hidden-mobile {
        display: none
    }

    .sd-header-overlap .page-title {
        padding-top: calc(var(--sd-header-sm-h) + var(--sd-title-sp))
    }

    .single-product .sdn-overcontent:not(.sdn-custom-header) {
        padding-top: var(--sd-header-sm-h)
    }

    .sdn-sticky-prepared {
        padding-top: var(--sd-header-sm-h)
    }
}
