/** 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;
}
}
@media only screen and (max-width:798px){
    .footer__menu-list {
      display: none;
    }
    .footer__menu-symbol {
      justify-content: center;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      background: none;
    }
    .footer__menu-symbol:before {
      content: "";
      width: 16px;
      height: 1.5px;
      transition: 0.3s;
      background: #FFFFFF;
    }
    .footer__menu-symbol:after {
      content: "";
      width: 1.5px;
      height: 16px;
      transition: 0.3s;
      background: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .footer__menu.tab--open .footer__menu-symbol:before {
      transform: translateY(-50%) rotate(180deg);
    }
    .footer__menu.tab--open .footer__menu-symbol:after {
      display: none;
    }
}
.faq__block-main {
  margin-bottom: 10px;
}
.faq__tags {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.faq__tags .faq__tags-tag {
  border: 1px solid;
  padding: 10px;
  margin: 0 8px;
  border-radius: 4px;
}
.faq__block-main .faq__block-title {
  cursor: pointer;
  font-weight: 500;
  text-align: left;
  padding: 26px 40px;
  position: relative;
  text-transform: uppercase;
}
.faq__block-main .faq__block-title .faq__block-title-symbol {
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: none;
}
.faq__block-main .faq__block-title .faq__block-title-symbol:before {
  content: "";
  width: 10px;
  height: 2px;
  transition: 0.3s;
  background: black;
}
.faq__block-main .faq__block-title .faq__block-title-symbol:after {
  content: "";
  width: 2px;
  height: 10px;
  transition: 0.3s;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__block-main .faq__block-title .faq__block-title-symbol:before {
  width: 20px;
  height: 4px;
}
.faq__block-main .faq__block-title .faq__block-title-symbol:after {
  height: 20px;
  width: 4px;
}
.faq__block-main.tab--open .faq__block-title .faq__block-title-symbol:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq__block-main.tab--open .faq__block-title .faq__block-title-symbol:after {
  display: none;
}
.faq__block-main__questions:not(.expand) {
  display: none;
}
.faq__block-faq .faq__item {
  position: relative;
  cursor: pointer;
  border: 1px solid #dedede;
  border-bottom: none;
  text-align: left;
}
.faq__block-faq .faq__item .faq__item-answer {
  padding: 18px 40px;
  padding-top: 0;
  display: none;
  text-align: left;
  font-weight: 400;
  display: none;
}
.faq__block-faq .faq__item .faq__item-answer p:not(:last-child) {
  margin-bottom: 20px;
}
.faq__block-faq .faq__item .faq__item-question {
  padding: 18px 40px;
  padding-right: 60px;
  position: relative;
  margin: 0;
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol {
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: none;
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol:before {
  content: "";
  width: 10px;
  height: 2px;
  transition: 0.3s;
  background: black;
}
.faq__block-faq .faq__item .faq__item-question .faq__item-symbol:after {
  content: "";
  width: 2px;
  height: 10px;
  transition: 0.3s;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq__block-faq
  .faq__item.tab--open
  .faq__item-question
  .faq__item-symbol:before {
  transform: translateY(-50%) rotate(180deg);
}
.faq__block-faq
  .faq__item.tab--open
  .faq__item-question
  .faq__item-symbol:after {
  display: none;
}
.faq__block-faq:last-child .faq__item {
  border-bottom: 1px solid #dedede;
}