/** Shopify CDN: Minification failed

Line 38:0 Unexpected "{"
Line 38:1 Expected identifier but found "%"
Line 38:54 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.byob-text-center {
  text-align: center;
}
.byob-text-left {
  text-align: left;
}
.byob-text-right {
  text-align: right;
}
/* Whole */
.medium-up--one-whole {
    width: 100%;
}
/* Halves */
.medium-up--one-half {
	width: 50%;
}
/* Thirds */
.medium-up--one-third {
	width: 33.33333%;
}
.medium-up--two-thirds {
    width: 66.66667%;
}
.byob-content-center {
  margin: 0 auto;
}
{%- comment %}Set top banner to full width for mobile{% endcomment -%}
@media screen and (max-width: 600px) {
.medium-up--one-half {
	width: 100%;
}
/* Thirds */
.medium-up--one-third {
	width: 100%;
}
.medium-up--two-thirds {
    width: 100%;
}
.byob-bundle-description {
    line-height: normal;
}
}
#section-firework-embed {
    margin: 1rem;
  }
.marquee--ingredients .h5 {
    text-decoration: line-through;
  }
.link-blocks {
    margin: 120px 0 85px;
    overflow: hidden;
  }

  .link-blocks .guide__link-blocks {
    padding: 0;
    border: 0;
  }

  .link-blocks .guide__link-blocks svg {
    left: unset;
    right: -60px;
  }

  @media screen and (max-width: 768px) {
    .link-blocks .guide__link-blocks svg {
      display: none
    }
  }
.text p {
  color:white;
}

.text u {
  text-decoration-color: white;
}

.text a {
  color:white;
  text-decoration: underline;
  text-decoration-color:white;
}
                                
.text p.label.bold {
  margin-left:0px;
}

.text ul {
  color:white;
}
  
.text ol {
  color:white;
}
  
.text p.body-3 {
  color:white;
}
  
.text {
  padding-top:15px;
}
.sustainability-text {
    padding: 40px 0;
    background: var(--navy);
    text-align: center;
    color: white;
  }

  .sustainability-text .h3 {
    margin: 0 0 10px;
  }

  .sustainability-text .body-2 {
    margin: 0 auto 40px;
  }

  .sustainability-text .a {
	color:white;
  }

  .sustainability-text .label {
    margin: 0 auto;
  }

  @media screen and (max-width: 768px) {
    .sustainability-text {
      padding: 33px 0;
    }

    .sustainability-text .h3 {
      margin-bottom: 20px;
    }

    .sustainability-text .body-2 {
      max-width: 255px;
      margin-bottom: 30px;
    }

    .sustainability-text .label {
      max-width: 230px;
    }
  }
.look-closer.look-closer--timeline { 
    margin: 0 !important;
    padding: 80px 0 60px;
    background: (0deg, var(--light-gray) 69%, transparent 69%);
  }

  .look-closer__image-container {
    display: none;
  }

  .look-closer--timeline .look-closer__content-blocks {
    padding-top: 30px;
  }

  .look-closer--timeline .look-closer__content-blocks .label {
    margin: 0 0 20px;
  }

  @media screen and (min-width: 769px) {
    .look-closer--timeline .look-closer__content-blocks h4 {
      font-size: 40px;
    }
  }
.video-section {
  padding: 10px 0;
}

.video-section .label {
  margin: 0 0 20px;
  text-align: center;
}

.video-section h2 {
  margin: 0 0 40px;
  text-align: center;
}

.video-section .detail-2 {
  margin: 20px 0 0;
  text-align: center;
}

.video-section__container {
  width: 100%;
  padding-bottom: 47%;
  position: relative;
}

.video-section__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 2;
  cursor: pointer;
}

.video-section__overlay-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .video-section {
    padding: 40px 0 55px;
  }

  .video-section .label {
    margin: 0 0 10px;
  }
  
  .video-section h2 {
    margin: 0 0 30px;
  }

  .video-section__overlay-button {
    bottom: -24px;
  }

  .video-section__overlay-button .hide-mobile {
    display: none;
  }

  .video-section__overlay-button .button {
    background: var(--navy);
    color: white;
    border-color: var(--navy);
  }
}