/** Shopify CDN: Minification failed

Line 80:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
#custom-gallery img {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }

  .grid {

  }

  /* clearfix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .pswp__custom-caption {
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0px;
    text-align: center;
    font-weight: 600;
    pointer-events: none;
  }

  .pswp__custom-caption a {
    color: #fff;
    text-decoration: underline;
  }

  .hidden-caption-content {
    display: none;
  }

  .pswp--custom {
    --pswp-icon-color: #000;
    --pswp-icon-color-secondary: #fff;
    background-color: #fff
  }

  .pswp--custom img {
    
  }


  .grid-sizer,
  .grid-item { 
    width: 32.8%;
    /* 32.8% für 3 Spalten*/
    /* 24.5% für 4 Spalten*/
  }


  /* Tablets (601px - 900px) */
  @media (max-width: 1400px) {
    .grid-sizer,
    .grid-item { 
      width: 49.5%; 
    }
  }

  /* Phones (600px and below) */
  @media (max-width: 900px) {
    .grid-sizer,
    .grid-item { 
      width: 100%; 
    }
  }
}