/** Shopify CDN: Minification failed

Line 109:1 Expected "}" to go with "{"

**/
.shopify-section > .section {
  margin: 40px 0;
}

@media screen and (min-width: 1000px){
  .image-with-text__wrapper {
    padding: 40px 0;
  }
}
.custom-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1001;
}
@media screen and (max-width:1023px){
  .custom-popup {
    left:27%;
    width:90%;
    transform: translate(-25%, -50%);
  }
  
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.close-popup {
    position: absolute;
    top: -12px;
    right: -12px;

    width: 36px;
    height: 36px;

    background: #000;
    color: #fff;

    border: none;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    line-height: 1;

    cursor: pointer;
    z-index: 2;
}

/* kleines Hover-Feedback */
.close-popup:hover {
    opacity: 0.85;
}

.ly-switcher-wrapper.ly-breakpoint-1.fixed.bottom_right {
  display:none !important;
}

body div.webyze-ilpo-preview-wrapper,
.webyze-infinitelivepreviewoptions-form .webyze-ilpo-swatch .webyze-ilpo-tooltip,
.webyze-ilpo-swatch:hover {
  z-index:1 !important;
}

#shopify-section-sections--28012301877512__header {
  z-index:9 !important;
}

.store-availability-information__title {
  display:none !important;
}

h1.jscustom {
  text-align:center;
  font-size:2em;
  font-weight:700;
  line-height:1.1; 
}

p.jscustom {
  text-align:center;
  font-size:1em;
  max-width:1000px;
  margin:auto;
}

@media screen and (max-width:768px){
 h1.jscustom {
  font-size:2em;
}