/** Shopify CDN: Minification failed

Line 355:31 Expected "}" to go with "{"

**/

/* customization of page header v2 */
body:not(.wt-logo-banner-animated) .wt-logo-banner.wt-logo-banner--v2 .wt-logo-banner__logo{
    width: min(var(--max-width-mobile), 1200px);
}

@media (min-width: 1200px) {
    body:not(.wt-logo-banner-animated) .wt-logo-banner.wt-logo-banner--v2 .wt-logo-banner__logo{
        width: min(var(--max-width-desktop), 1200px);
    }
}

/* drawer menu */
.wt-page-nav-mega__aside-list{
    display: none;
}

wt-drawer__content.wt-drawer__content--semi-transparent,
.wt-drawer__content--semi-transparent .wt-page-nav-mega__aside{
    background-color: rgba(var(--color-header-background-rgb), var(--header-bg-opacity, 1))
}

.wt-page-nav-mega__aside{
    display: none;
}

.menu-open .mobile-nav{
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wt-drawer__title{
    border: 0;
}

.wt-page-nav-mega__item:not(:last-child)::after {
    content: none;
}
.wt-footer__block {
    border-top: none !important;
}

.wt-footer div [class*="minimal-newsletter"] h3{
  text-decoration: none;
    background-image: linear-gradient(var(--clr-underline, var(--color-footer-text)), var(--clr-underline, var(--color-footer-text)));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 0% 1px;
    transition: background-size .3s ease-in-out;
    font-size: var(--font-base-size);
    font-family: var(--font-base);
    font-style: var(--font-base-style);
    font-weight: var(--font-base-weight);
    text-transform: var(--font-base-transform, none);
    letter-spacing: var(--font-base-letter-spacing, normal);
    line-height: var(--font-base-line-height, normal);
    padding-top: calc(var(--gap, 8px) * 2);
    padding-bottom: calc(var(--gap, 8px) * 1);
    margin-bottom: 0;
}

@media screen and (min-width: 900px){
    .wt-footer__block {
        text-align: left;
    }
    /* .wt-footer__block .newsletter-form{
        margin: auto;
    } */
}

.hero__button--link span:before{
    opacity: 0;
}

/* custom newsletter with image */

.custom-newsletter-with-image .wt-logo-banner__img-wrapper {
    display: flex;
    justify-content: center;
}

.custom-newsletter-with-image .wt-logo-banner__logo{
    width: min(var(--max-width-mobile), 1200px);
    height: auto;
}

@media (min-width: 1200px) {
    .custom-newsletter-with-image .wt-logo-banner__logo{
        width: min(var(--max-width-desktop), 1200px);
    }
}


.custom-newsletter-overlay{
        background: rgba(var(--color-background-rgb), var(--color-background-opacity));
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}
.custom-newsletter-with-image .newsletter__wrapper{
    background-color: transparent;
}

.custom-newsletter-with-image  .newsletter__text {
    font-size: calc(var(--font-headline-size) * var(--font-headline-scale, 1));
}

@media screen and (min-width: 1200px) {
    .custom-newsletter-with-image  .newsletter__text {
        font-size: min(calc(var(--font-headline-size) * var(--font-headline-scale-desk, 1)), calc(var(--font-headline-size) + 2.5vw));
    }
}

.custom-newsletter-with-image .wt-newsletter__send{
    background: var(--button-background-color);
    color: var(--button-text-color);
    border: none;
}

.custom-newsletter-with-image .wt-newsletter__send:hover{
    background: var(--button-background-color-hover);
    color: var(--button-text-color-hover);
}

.custom-newsletter-with-image .wt-newsletter__field {
    border: none;
}

.template-password hr{
    display: none;
}

.template-password password-modal{
    position: absolute;
    top: 16px;
    right: 24px;
    color: black;
}

.custom-newsletter-with-image{
    height: 100vh;
}

.form__success-field {
    color: var(--color-success-text);
    background-color: var(--color-success-bg);
    border: none;    
}

.wt-newsletter__fieldset {
    flex-direction: row;
}

.wt-newsletter__send {
    width: 50%;
}

.custom-newsletter-with-image  .form__message p {
    font-size: calc(var(--font-base-size) * var(--size-message, 1));
}

@media screen and (min-width: 900px) {
    .custom-newsletter-with-image  .form__message p{
        font-size: calc(var(--font-base-size) * var(--size-message-desk, 1));
    }
}

/* images grid custom */
.custom-grid-view .wt-grid-box__ul {
    width: 100%;
    max-width: var(--hero-max-width);
    margin: auto;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
}

.custom-grid-view .wt-grid-box__li {
    flex-basis: var(--images-per-row-mobile);
}

@media screen and (min-width: 900px){
    .custom-grid-view .wt-grid-box__li {
        flex-basis: var(--images-per-row);
    }
}

.custom-grid-view .wt-grid-box__li{
    position: relative;
}

.custom-grid-view .wt-grid-box__li a > div {
    position: relative;
    height: 100%;
}

.custom-grid-view .wt-grid-box__li .first_image {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    height: 100%;
    .hero {
        height: 100%;
        .hero__pic-container {
            height: 100%;
        }
    }
} 


@media screen and (min-width: 900px){
    .custom-grid-view .wt-grid-box__li .first_image_hover:hover {
        opacity: 0;
    } 
}

.custom-grid-view .wt-grid-box__li .hover_image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    .hero {
        height: 100%;
    }
}

/* body:not(.search-overlay-on).template-index .wt-header--transparent.wt-header--v3 .wt-header__logo {
    opacity: 1;
} */

.wt-header__logo{
    max-height: unset;
}

.wt-header__logo__img{
    max-height: unset;
}

.wt-header__panel{
    visibility: hidden;
}

.wt-header__search__form{
    visibility: hidden;
}

.wt-logo-banner__logo{
    top: var(--logo-vertical-position-mobile) !important;
    transform: translate(-50%, -50%) !important;
}

@media screen and (min-width: 900px) {
    .wt-logo-banner__logo{
        top: var(--logo-vertical-position-desktop) !important;
    }
}

.wt-logo-banner__picture{
    opacity: 1 !important;
}

.wt-logo-banner--v2 .wt-logo-banner__img-wrapper{
    transition: none !important;
}


.wt-header__search{
    display: none !important;
}

.wt-header__nav-teaser{
    margin-right: unset !important;
}

.wt-header__panel{
    visibility: hidden;
    display: none;
}

.wt-header__logo-wrapper{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wt-header__body:not(.wt-header__body--search) .wt-header__logo {
    position: static;
    transform: none;
    overflow: visible;
}

.wt-header__aside{
    position: absolute;
} 

@media screen and (max-width: 899px){
    .wt-footer__block.wt-footer__block--menu{
        padding: 0;
    }

    .wt-footer__block.wt-footer__block--menu:first-of-type{
        padding-top: calc(var(--gap, 8px) * 2);
    }

    .wt-footer__block.wt-footer__block--menu:last-of-type{
        padding-bottom: calc(var(--gap, 8px) * 2);
    }

    .wt-footer__links--no-heading{
        padding-top: 0;
    }

    .wt-footer__list__item:last-child{
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .wt-footer__block {
        flex-basis: unset !important;
        flex: unset !important;
        min-width: 250px;
    }

    .wt-footer__body{
        justify-content: space-evenly;
    }

    .wt-header__nav-teaser{
        position: absolute;
        left: 32px;
    }
}

.wt-drawer__content{
    opacity: 0.8;
    background: #E8E5D9;
}



.wt-image-banner .hero__overlay__content {
    padding: 0;
}

.wt-logo-banner__additional__icon {
    animation: none !important;