/** Shopify CDN: Minification failed

Line 154: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;

}



  .plattan {

    position: relative;

}


  /* 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;

}

a:hover {
  text-decoration-color: var(--color);
}

.product-grid-view-zoom-out--details .h4{
 color: var(--color);

}

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







/* --- 1. THE BASE CARD (Unchanged) --- */
.main-card-stack .shopify-section {
  --top-clip: -100px;
  --bottom-clip: -100px;
  background-color: #FDFBF7;
  border-radius: 24px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  clip-path: inset(var(--top-clip) -100px var(--bottom-clip) -100px);
  transition: all 0.2s ease;
}

/* --- 2. THE BREAKOUT (Unchanged) --- */
.main-card-stack .shopify-section:has(.break-the-stack) {
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  max-width: none !important;
  border-radius: 0 !important;
}

/* --- 3. THE FIXED LOGIC --- */

/* FLATTEN BOTTOM: If the NEXT sibling is a card (regardless of tag) */
.main-card-stack > .shopify-section:not(:has(.break-the-stack)):has(+ .shopify-section:not(:has(.break-the-stack))) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  --bottom-clip: 0px;
}

/* FLATTEN TOP: If the PREVIOUS sibling was a card (regardless of tag) */
.main-card-stack > .shopify-section:not(:has(.break-the-stack)) + .shopify-section:not(:has(.break-the-stack)) {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  --top-clip: 0px;
  margin-top: -1px !important; /* This closes the gap between sections */
}