/** Shopify CDN: Minification failed

Line 171:31 Unexpected "{"

**/


@media screen and (min-width: 750px) {

  body{
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* Stop lifting hero behind topbar */
/* When header is transparent, pull the first main content section up to sit under the floating header */
body:has(.header[transparent]) .content-for-layout > .shopify-section:first-child {
  margin-top: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.content-for-layout > .shopify-section:last-child {

  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hero{
    border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.hero__container{
    border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;

}

.stacking-wrapper{
    position: relative;
    z-index: -6;
}

  .plattan {
    background-color: #eae4df;
    max-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    position: relative;
  z-index: -3;
}
.plattan::before {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

  /* Set color of plattan manually */



  .footer-plattan {
    background-color:rgb(58, 41, 72);
    max-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
   margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
        margin-top: -20px;
        padding-top: 20px;
        margin-bottom: 20px;
        
   z-index: -4;

}
.footer-plattan::before {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}

.variant-option__button-label, 
.quantity-selector{
   font-weight: var(--font-h1--weight);

}

body{
    
    position: relative;
    z-index: -5;
}

summary{

      padding-block: calc( var(--padding-sm) / 4);
}

.contact-form{
  &
    .submit-button{
      margin-left:auto;
      padding: var(--padding-xs) var(--padding-xl);
    }
}
.email-signup__button--integrated {
    height: 100% !important;
    right: 0 !important;
    top: 0 !important;
    }

  .email-signup__input,
  .email-signup__button--text {
    padding: var(--padding-xs) var(--padding-xl) !important;
  }

a.button{
      padding-block: var(--padding-xs);
  }
 
  


  /* Initial State of the Hidden Path */
.hidden-path {
  /* Start invisible */
  opacity: 0; 
  
  /* Apply a transition to the opacity property. 
     This allows the smooth easing in/out. */
  transition: opacity 0.5s ease-in-out; 
  /* The 'ease-in-out' function provides the easing you requested. */
}

/* Hover State */
/* When the mouse is over the container (#hover-target), 
   the opacity of the .hidden-path changes to 1. */
#hover-target:hover .hidden-path {
  opacity: 1; 
}


.custom-section-content deferred-media {
  border-radius: inherit;
  overflow: hidden;
  display: block; /* make sure it behaves like a block */
}

.custom-section-content .deferred-media__poster-button,
.custom-section-content .deferred-media__poster-image,
.custom-section-content video, {
  border-radius: inherit;
  overflow: hidden;
  display: block;
}

.custom-section-content deferred-media {
  --border-radius: inherit;
}

.diorama-banner-js{
  border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}


:is(h1, h2, h3, h4, h5, h6, p) > a:hover {
color: var(--color-primary-hover);
}

.icon-block a:hover {
  color: var(--color-primary-hover);
}

span.announcement-bar__logo-wrapper{
  font-family: "CustomBold", sans-serif !important;
}

.menu-list{
  margin-left:8px;
}

/* Equal-width children for group rows when the setting is enabled */
.layout-panel-flex.layout-panel-flex--row.layout-panel-flex--equal-children > * {
  flex: 1 1 0;
}

.button,
button.shopify-payment-button__button--unbranded {
  font-weight: var(--font-heading--weight);
}

.button-secondary {
  font-weight: var(--font-subheading--weight);
}

accordion-custom.menu .menu__item a {
  font-size: var(--menu-link-font-size, 16px) !important;

}
.overlay.overlay--gradient{
  mix-blend-mode: multiply;
}