/** Shopify CDN: Minification failed

Line 13:48 Unexpected "{"

**/
nav.header__link-list.justify-center.wrap {
    gap: 30px;
}

.header__main-nav {
    width: max-content;
}
.header__link-list a[href="/collections/sale"], {
    color: #A91E34;
    font-weight: 600;
}

.header__link-list a[href="/collections/neuheiten"],
.header__link-list a[href="/collections/bestseller"] {
    font-weight: 600;
}

/* burgermnu design start  */
@media(max-width: 768px){
    navigation-drawer#header-sidebar-menu{
        padding: 0;
    }
	navigation-drawer#header-sidebar-menu [is="close-button"]{
		display: flex !important;
        position: absolute;
        top: 2%;
        align-items: center;
        justify-content: center;
        right: 4%;
        border: 1px solid #000000;
        border-radius: 55px;
        z-index: 99999;
	}
    .navigation-drawer::part(content){
        min-height: 100vh !important;
    }
    .navigation-drawer[mobile-opening=bottom] .panel__scroller{
        padding-top: 60px !important;
    }
    .navigation-drawer[mobile-opening=bottom] .panel__scroller a[href="/collections/sale"] {
        color: #A91E34;
        font-weight: 600;
    }
        .navigation-drawer[mobile-opening=bottom] .panel__scroller a[href="/collections/neuheiten"], .panel__scroller a[href="/collections/bestseller"] {
        font-weight: 600;
    }
}
/* burgermnu design start  */