/** Shopify CDN: Minification failed

Line 20:10 Expected identifier but found whitespace
Line 20:12 Unexpected "{"
Line 20:21 Expected ":"
Line 20:45 Expected ":"
Line 33:21 Expected identifier but found whitespace
Line 33:23 Unexpected "{"
Line 33:32 Expected ":"
Line 62:21 Expected identifier but found whitespace
Line 62:23 Unexpected "{"
Line 62:32 Expected ":"
... and 8 more hidden warnings

**/


/* CSS from section stylesheet blocks */
.box {
    width: {{ section.settings.card-width}}px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 15px;
  }
  .detail-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: {{ section.settings.detail-box }};
  }
  .type {
    display: flex;
    flex-direction: column;
  }
  .type a {
    color: #222222;
    margin: 5px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 8px;
  }
  .type span {
    color: rgba(26, 26, 26, 0.5);
  }
  .price {
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
  }
  .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: {{ section.settings.color_bg--overlay | color_modify: 'alpha', 0.6}};
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .overlay {
    visibility: hidden;
  }
  .slide-img:hover .overlay {
    visibility: visible;
    animation: fade 0.5s;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  :focus {
    outline: none !important;
  }
  .slick-dots li button::before {
    font-size: 22px !important;
  }
  span.icon.icon-arrow-left.slick-arrow,
  span.icon.icon-arrow-right.slick-arrow {
    display: none !important;
  }
  ul.slick-dots {
    display: none !important;
  }
  @media screen and (max-width: 479px) {
    /* start of phone styles */
    .box {
      width: 265px;
    }
    .type a {
      font-size: 16px;
    }
    .type span {
      font-size: 16px;
    }
    .detail-box {
      padding: 10px !important;
    }
  }
  {%- if section.settings.arrows -%}
      span.icon.icon-arrow-left.slick-arrow,
      span.icon.icon-arrow-right.slick-arrow {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        display: inline !important;
      }
      span.icon.icon-arrow-left.slick-arrow {
        left: -22px;
      }
      span.icon.icon-arrow-right.slick-arrow {
        right: -22px;
      }
      @media screen and (max-width: 479px) {
        /* start of phone styles */
        span.icon.icon-arrow-left.slick-arrow,
        span.icon.icon-arrow-right.slick-arrow {
          display: none !important;
        }
      }
  {%- endif -%}
  {%- if section.settings.dots -%}
      ul.slick-dots {
        display: block !important;
      }
  {%- endif -%}
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .accordion:after {
    content: '\02C3';
    color: #777;
    font-weight: bold;
    margin-left: 10px;
  }
  .active:after {
    content: "\02C5";
  }
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .pb-ingredients-link {
  	font-family: DINPro-Bold;
      font-size: 20px;
      color: #244a5c;
      font-weight: 500;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 0;
  }
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .accordion:after {
    content: '\02C3';
    color: #777;
    font-weight: bold;
    margin-left: 10px;
  }
  .active:after {
    content: "\02C5";
  }
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .pb-ingredients-link {
  	font-family: DINPro-Bold;
      font-size: 20px;
      color: #244a5c;
      font-weight: 500;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 0;
  }
.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion:after {
  content: '\02C3';
  color: #777;
  font-weight: bold;
  margin-left: 10px;
}
.active:after {
  content: "\02C5";
}
.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.pb-ingredients-link {
	font-family: DINPro-Bold;
    font-size: 20px;
    color: #244a5c;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .accordion:after {
    content: '\02C3';
    color: #777;
    font-weight: bold;
    margin-left: 10px;
  }
  .active:after {
    content: "\02C5";
  }
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .pb-ingredients-link {
  	font-family: DINPro-Bold;
      font-size: 20px;
      color: #244a5c;
      font-weight: 500;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 0;
  }
.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .accordion:after {
    content: '\02C3';
    color: #777;
    font-weight: bold;
    margin-left: 10px;
  }
  .active:after {
    content: "\02C5";
  }
  .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .pb-ingredients-link {
  	font-family: DINPro-Bold;
      font-size: 20px;
      color: #244a5c;
      font-weight: 500;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 0;
  }