/** Shopify CDN: Minification failed

Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:59 Expected ":"
Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:65 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cocktail-lab-teaser (INDEX:8) */
.cocktail-lab-section {
  padding-top: {{ section.settings.section_padding_top }}px;
  padding-bottom: {{ section.settings.section_padding_bottom }}px;
}
.cocktail-lab-section > .page-width {
  max-width: 900px;
  margin: 0 auto;
}
.cocktail-lab-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cocktail-lab-text {
  flex: 0 0 40%;
  max-width: 40%;
  box-sizing: border-box;
  padding-right: 20px;
}
.cocktail-lab-text .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 19px;
  color: #AB9073;
  margin-bottom: 8px;
}
.cocktail-lab-text .headline {
  font-weight: bold;
  font-size: 36px;
  color: #222222;
  line-height: 1.3;
  margin-bottom: 16px;
}
.cocktail-lab-text .subhead {
  font-size: 16px;
  color: #555555;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cocktail-lab-text .explore-link {
  font-size: 18px;
  text-decoration: none;
  color: #9C334D;
}
.cocktail-lab-text .explore-link:hover {
  color: #AB9073;
}
.cocktail-lab-grid-wrapper {
  flex: 1 1 auto;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: auto;
}
.cocktail-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.cocktail-lab-cell {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.cocktail-lab-cell img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsief */
@media (max-width: 749px) {
  .cocktail-lab-content {
    flex-direction: column;
  }
  .cocktail-lab-text,
  .cocktail-lab-grid-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .cocktail-lab-text {
    margin-bottom: 20px;
  }
  .cocktail-lab-text .headline {
    font-size: 28px;
  }
}

.cocktail-lab-content {
  padding-top: 48px;
    padding-bottom: 48px;
}
/* END_SECTION:cocktail-lab-teaser */