/** Shopify CDN: Minification failed

Line 448:19 Expected identifier but found whitespace
Line 448:21 Unexpected "{"
Line 448:30 Expected ":"

**/
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
         src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
         src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
               url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
               url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
               url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
               url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  }

.product-container {
  display: flex; 
  flex-direction: row;
  padding: 48px 5rem;
}
.product-image-container {
  width: 55%;
  padding-right: 24px;
}
.product__featured-image {
  width: 100%;
}
.product__featured-container {
  position: relative;
}
.product__prev-btn, .product__next-btn {
  position: absolute;
  top: 45%;
  cursor: pointer;
}
.product__prev-btn {
  left: 0.5rem;
}
.product__next-btn {
  right: 0.5rem;
}
.product-buy-container {
  width: 45%;
}
.product__all-images {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 2rem;
  gap: 2rem;
}
.product__image-select-container {
  width: 20%;
}
.product__image-select {
  cursor: pointer;
}
.product__title {
  font-family: var(--header-font);
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  background: white;
  margin-top: 0px;
  margin-bottom: 21px;
}
.product__price {
  font-family: var(--body-font);
  font-size: 24px;
  line-height: 29px;
  color: rgb(var(--color-base-accent-2));
  margin-top: 0;
  margin-bottom: 30px;
}
.product__tabs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.product__tab {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.038em;
  text-transform: uppercase;
  color: #73757D;
  background: white;
  cursor: pointer;
}
.product__tab-text {
  margin-top: 22px;
  margin-bottom: 27px;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  background: white;
}

.product__tab-text a {
  background: white;
  color: blue;
}

.label {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #73757D;
  background: white;
}
.option-text {
  margin-top: 11px;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.038em;
  text-transform: uppercase;
  color: #000000;
  padding: 12px 40px 12px 6px;
  border-color: #73757D;
  border-radius: 3px;
  border-spacing: 15px;
  appearance: none;
  background: url("../assets/select-dropdown-arrow.png") no-repeat 98%;
  background-size: 16.86px 9.35px;
}
.radio-text {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.038em;
  text-transform: uppercase;
  color: #000000;
}
.quantity_minus {
  padding: 0 2rem;
}
.quantity_plus {
  padding: 0 2rem;
}
#quantity {
  text-align: center;
  width: 100px;
}
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

/* PRODUCT INFO CONTAINER */
.product-info-wrapper {
  width: 100%;
  margin-bottom: 50px;
}
.product-info-container {
  background-color: #ECECED;
  width: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
}
.product__info-tabs-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 48px 110px 24px;
}
.product__info-tab {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.038em;
  text-transform: uppercase;
  color: rgb(var(--color-base-accent-2));
}
.product__content {
  width: 100%;
}
.product__faq-container {
  width: 100%;
  border-bottom: 1px solid #73757D;
  cursor: pointer;
  padding: 22px 0;
}
.product__faq-container:last-of-type {
  border-bottom: none;
}
.product__faq-question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
}
.product__faq-answer {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  margin-top: 2rem;
  margin-bottom: 10px;
}
.product__info-tab-text {
  width: 100%;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  padding: 0px 110px 24px;
}
.product__faq-img {
  position: relative;
  display: flex;
  align-items: center;
}
.product__more {
  width: 11px;
  height: 11px;
  object-fit: cover;
}
.product__less {
  width: 8px;
  height: 2px;
  object-fit: cover;
}
.clicked-tab {
  color: rgb(var(--color-base-accent-2));
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-color: rgb(var(--color-base-accent-2));
  text-decoration-thickness: 3px;
}
.form-group {
  margin-bottom: 27px;
}
div.rc_popup {
  display: none;
}
.rc-radio__input {
  opacity: 0;
  position: absolute;   
}
.rc-radio__input, .rc-radio__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
}
.rc-radio__label {
  position: relative;
  line-height: 1;
  margin-bottom: 24px;
}
.rc-radio__input + .rc-radio__label:before {
  content: '';
  background: transparent;
  border: 2px solid rgb(var(--color-base-accent-2));
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
}
.rc-radio__input + .rc-radio__label:before {
  border-radius: 50%;
}
.rc-radio__input:checked + .rc-radio__label:before {
  content: '';
  background: url(checkmark.png) no-repeat 0 0;
  background-size: 80%;
  background-position: center;
}
.rc-widget .rc-option--active {
  background-color: transparent;
}
.rp-modal__form__select-plan {
  margin-bottom: 28px;
}
.product__image-select {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
@media screen and (max-width: 1000px){
  .product-image-container {
    width: 100%;
    padding: 0;
  }
  .product-container {
    flex-direction: column;
  }
  .product__featured-image {
    width: 100%;
    padding-right: 0;
  }
  .product-buy-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
  }
  .product__content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__title {
    text-align: center;
  }
}

@media screen and (max-width: 950px){ 
  .product-info-wrapper {
    padding: 0;
  }
  .product__tabs-container {
    justify-content: center;
    flex-wrap: wrap;
  }   
  .product__title {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

@media screen and (max-width: 796px){
  .product-buy-container {
    margin-top: 0;
  }
  .main-product__splide__arrows {
    display: none !important;
  }
  .splide__slide .main-carousel-img, #thumbnail-carousel {
    padding: 0;
  }
  .product__content {
    width: 100%;
    max-width: 856px;
    margin-top: 8px;
  }
  .product__info-tab-text {
    margin-top: 0;
    padding: 0 32px;
  }
  .product__info-tabs-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;

    gap: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 32px;
  }
  .product__info-tab {
    font-size: 16px;
    line-height: 36px;
  }
  .product-info-wrapper {
    margin-bottom: 32px;
  }
  .product-container {
    padding: 16px 2rem 32px 2rem;
  }
  .product__title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 6px;
    text-align: left;
  }
  .product__price {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .product__all-images {
    gap: 0;
    width: 100%;
    justify-content: initial;
  }
  .product__image-select-container {
    height: 23vw;
    width: 23%;
    margin-right: 1rem;
  }
  .product__image-select {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .product__tabs-container {
    gap: 0 24px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }
  .product__tab {
    margin-bottom: 24px;
  }
  .product__tab-text {
    margin-top: 32px;
  }
  .option-text {
    width: 100%;
  }
  #quantity {
    width: 100%;
  }
}

.product__nutrition {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.hide-tab {
  display: none;
}

body {
  background-color: {{ product.metafields.my_fields.accent_color }};
}
.main-product .quantity {
    border: 1px solid #949494;    
    border-radius: 3px;
    max-width: 196px;
    margin-top: 11px;
    height: 48px;
}
.main-product .quantity__input {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.038em;
  text-transform: uppercase;

  color: #000000;
}
.main-product .price {
  justify-content: flex-start;
  font-size: 24px;
  line-height: 29px;
  color: rgb(var(--color-base-accent-2));
}
.product__tab-text ul, .product__info-tab-text ul {
  padding-left: 32px;
}
.product__nutrition div {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px){
  .icon {
      text-decoration: none;
      display: flex;
      gap: 2rem;
      align-items: center;
      margin-bottom: 0px;
  }
  .menu-drawer__utility-links .icon {
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width: 796px){
  .product__nutrition {
  flex-direction: column;
  }
  .product__nutrition div {
    width: 100%;
    margin-bottom: 16px;
  }
  .product__next-btn, .product__prev-btn {
    display: none;
  }
  .product__featured-container {
    margin-bottom: 16px;
  }
  .product__all-images {
    margin-top: 0;
    margin-bottom: 19px;
  }
  .product__title {
    margin-bottom: 6px;
    margin-top: 0;
  }
  .product__price {
    margin-bottom: 16px;
  }
  .product__tabs-container {
    margin-bottom: 0;
  }
  .product__tab-text {
    margin-top: 0;
  }
  .product__submit-btn {
    width: 100%;
  }
}

@media screen and (max-width: 375px){
  .product__tabs-container {
    max-width: 300px;
    margin: 0 auto;
  }
}