/** Shopify CDN: Minification failed

Line 9:32 Expected ":"

**/
.header__desktop__button__secure a {
    -webkit-appearance: none;
    appearance: none;
    background-color: #e0b554;å
    color: #493c22;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 700;
    max-width: 100%;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease;
    width: 100%;
    font-family: 'Anonymous Pro';
    color: #372f27;  
}

.productDesc ul {
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-left: 0px;
}

.header__desktop__bar__r .header__menu, .header__desktop__bar__r .header__desktop__buttons--text {
    margin-right: 0;
}

.header__desktop__upper--reverse .header__desktop__bar__c, .header__desktop__bar__r {
    min-width: fit-content;
}

.productDesc li {
    margin-bottom: 10px;
    padding-left: 26px;
    background: url(/cdn/shop/files/check.png?v=1753802658) no-repeat center left;
    list-style: none;
    font-size: 16px;
    background-size: 20px;
}

.header-sections.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 123456;
}

.header__wrapper.js__header__stuck {
    top: 10px;
}

.productVisualWrap {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 20px;
}


strong {
    font-weight: 700;
}

a.btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: #e0b554;
  color: #493c22;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 700;
  max-width: 100%;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
  width: 100%;
}

.truemed-entry-box {
    justify-content: center!important;
}

.header__mobile__left {
    display: none;
}

.header__mobile__right.caps {
    display: none;
}


.header__mobile {
    justify-content: center!important;
    padding: 5px 0px!important;
}

.LP_Page_custom_sticky_bar_main_new {
    z-index: 12345!important;
}



.productInner {
    column-gap: 61px;
    display: grid;
    grid-template-columns: minmax(0,605fr) minmax(0,540fr);
    margin: auto;
    max-width: 1300px;
    position: relative;
    column-gap: 30px;
}

.productVisual {
    position: sticky;
    top: 150px;
    height: fit-content;
}

.productContent {
    width: 100%;
}

.productTitle {
    font-size: 42px;
    color: #000;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 9px;
}

.oke-sr {
    --oke-stars-foregroundColor: #000;
}

.productDesc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #372f27;
}

.productSold {
    margin-top: 8px;
    background-color: #bfb39e;
    color: #372f27;
    padding: 7px 20px 8px;
    border-radius: 100px;
    font-size: 18px;
    width: fit-content;
    font-weight: 500;
}

.productSold p {
    margin: 0px;
}

.productForm {
    background-color: #fff;
    margin-top: 30px;
    border-radius: 16px;
    padding: 25px 0 27px;
    font-family: 'Anonymous Pro';
}

.productFormOptionsItemLabel {
    font-weight: 800;
    margin-bottom: 26px;
    font-size: 18px;
    color: #372f27;
}

.productFormOptions {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.productFormOptionsItemValues {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    gap: 14px;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabel {
    display: block;
    width: 30%;
}

.productFormOptionsItemValuesLabelInput {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}

.productFormOptionsItemValuesLabelInput input {
    border: 1px solid lightgray;
    padding: 10px;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBody {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.productFormOptionsItemValuesLabelBody {
    cursor: pointer;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelInput[checked="checked"]+.productFormOptionsItemValuesLabelBody .productFormOptionsItemValuesLabelBodyImg {
    box-shadow: 0 0 0 3px #372f27;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelInput+.productFormOptionsItemValuesLabelBody .productFormOptionsItemValuesLabelBodyImg {
    transition: .5s ease;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyImg {
    max-width: 83px;
    height: 83px;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    margin:auto;
    display: block;
    border:1px solid #dfdfdf;
}

.productFormOptionsItemValuesLabelBodyImg.strawberry {
    background-color: #d28065;
}

.productFormOptionsItemValuesLabelBodyImg.vanilla {
    background-color: #dec7a6;
}

.productFormOptionsItemValuesLabelBodyImg.chocolate {
    background-color: #836a55;
}

.productFormOptionsItemValuesLabelBodyImg.unflavored {
    background-color: #ada591;
}

.productFormOptionsItemValuesLabelBodyImg.mix {
   background: linear-gradient(    to right,    #dec7a6 0%,    #dec7a6 33.3%,    #836a55 33.3%,    #836a55 66.6%,    #d28065 66.6%,    #d28065 100%  );
}

.productFormOptionsItemValuesLabelBodyImg.mix.new {
   background: linear-gradient(    to right,    #836a55 0%,    #836a55 33.3%,    #dec7a6 33.3%,    #dec7a6 66.6%,    #ada591 66.6%,    #ada591 100%  );
}

.productFormOptionsItemValuesLabelBodyImg.mix2 {
    background: linear-gradient(    to right,   #dec7a6 0%,    #dec7a6 50%,    #836a55 50%,    #836a55 100%  );
}

.productFormOptionsItemValuesLabelBodyImg.mix2.new {
    background: linear-gradient(    to right,   #836a55 0%,    #836a55 50%,    #dec7a6 50%,    #dec7a6 100%  );
}

.productFormOptionsItemValuesLabelBodyImg.mix.new2 {
   background: linear-gradient(    to right,    #dec7a6 0%,    #dec7a6 33.3%,    #836a55 33.3%,    #836a55 66.6%,    #ada591 66.6%,    #ada591 100%  );
}


.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyTxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyTxtTitle {
    color: #372f27;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyTxtTxt {
    color: #372f27;
    font-size: 14px;
    line-height: 1.4;
    font-style: italic;
}

.productFormOptionsItemValues.size {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}


.productFormOptionsItemValues.size .productFormOptionsItemValuesLabel {
    display: flex;
    width: 100%;
}

.productFormOptionsItemValuesLabelInput {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelInput[checked="checked"]+.productFormOptionsItemValuesLabelBody {
    border: 2px solid #372f27;
    box-shadow: 0 0 0 2px #372f27 inset;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelInput+.productFormOptionsItemValuesLabelBody {
    transition: .5s ease;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBody {
    display: flex;
    min-height: 102px;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #dfdfdf;
    align-items: center;
    line-height: 1.4;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodyTitle {
    font-size: 20px;
    font-weight: 800;
    margin-top: 4px;
    color:#372f27;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodySave {
    font-size: 16px;
    font-weight: 700;
    color: #DE1426;
    text-align: center;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodyTag {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
    background-color: #372f27;
    color: #fff;
    max-width: 117px;
    width: 100%;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodyTag.blue {
    background-color: #bfb39e;
    color:#372f27;
}

.productWrap {
    padding: 0 30px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.productSubLabel {
    display: flex;
    width: 100%;
}

.productSubLabelInput {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    display: none;
}

.productSubLabelInput+.productSubLabelBody {
    transition: .5s ease;
}

.productSubLabelBody {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: .3s ease;
    width: 100%;
}

.productSubLabelBodyHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #372f27;
}

.productSubLabelBodyHeaderCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #372f27;
    border-radius: 50%;
}

.productSubLabelInput+.productSubLabelBody .productSubLabelBodyHeaderCircleInner {
    transition: .3s cubic-bezier(.68,-.55,.265,1.55);
}

.productSubLabelBodyHeaderCircleInner {
    height: 12px;
    width: 12px;
    background-color: #372f27;
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
}

.productSubLabelBodyHeaderTitle {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 800;
}

.productSubLabelBodyHeaderPrice {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
}

.productSubLabelBodyHeaderPriceCompare {
    text-decoration: line-through;
    font-weight: 400;
    opacity: .5;
}

.productSubLabelBodyHeaderPrice {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
}

.productSubLabelBodyBullets {
    margin-top: 15px;
    background-color: #bfb39e33;
    border-radius: 10px;
    padding: 18px 21px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #372f27;
}

.productSubLabelBodyBulletsItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 17px;
}

.productSubLabelBodyBulletsItemImg {
    height: 20px;
    width: 23px;
    object-fit: contain;
    object-position: center;
}

.productSubLabelBodyBulletsItemTxt {
    font-size: 16px;
}

.productSubLabelBodyTxt {
    padding: 3px 0 0 29px;
    font-style:italic;
}

.productBreak {
    margin: 30px 0;
    height: 1px;
    width: 100%;
    background-color: #483c22;
}

.productATC {
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

.productATC.button {
    -webkit-appearance: none;
    appearance: none;
    background-color: #E0B554;
    color: #493c22;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    font-size: 26px;
    letter-spacing: .5px;
    font-weight: 700;
    max-width: 90%;
    padding: 20px 0px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease;
    width: 100%;
    font-family: 'Anonymous Pro';
}

.productATCPrice {
    margin-right: 9px;
}

.productBreak.mobile {
    display: none;
}

.productIcons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 28px;
    padding: 0 30px;
}

.productIconsItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 150px;
    gap: 9px;
    text-align: center;
    width: 100%;
}

.productIconsItemImg {
    height: 38px;
    width: auto;
}

.productIconsItemTxt {
    font-size: 14px;
    font-style: italic;
    color: #372f27;
}

.productShipping {
    margin: 28px 0 0;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #372f27;
}

.productShipping span {
    font-weight: 800;
    color: #372f27;
}

.truemed-entry-box {
    color: #372f27 !important;
}



.productSubLabelInput[checked="checked"]+.productSubLabelBody .productSubLabelBodyHeaderCircleInner {
    transform: scale(1);
}



@media(max-width:768px){
    .productInner {
        grid-template-columns: 1fr;
        position: relative;
        column-gap: 20px;
        width: 90%;
        display: block;
    }

  .productVisual {
      position: relative;
      top: 0px;
  }

  .productTitle {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.4;
    padding-top:20px !important;
  }

  .productDesc {
    font-size: 16px;
  }

  .productSold {
    font-size: 12px;
    }

  .productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodyTitle{
      font-size: 14px;
  }

  .productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodySave{
      font-size: 10px;
  }

  .productFormOptionsItemValues.size {
      grid-template-columns: 1fr 1fr;
      gap: 5px;
  }

  .productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBodyTag {
      max-width: 100px;
      font-size: 10px;
  }

  .productFormOptions {
      padding: 0 20px;
      gap: 32px;
  }

  .productWrap {
      padding: 0 20px;
      margin-top: 30px;
      gap: 20px;
  }

  .productSubLabelBodyHeaderPrice,
  .productSubLabelBodyHeaderTitle,
  .productSubLabelBodyBulletsItemTxt{
      font-size: 14px;
  }

  .productATC.button {
      font-size: 20px;
      max-width: 90%;
  }

  .productIcons {
      margin-top: 20px;
      padding: 0 20px;
  }

  .productIconsItemTxt {
      font-size: 11px;
  }

  .productShipping {
      padding: 0 20px;
      font-size: 14px;
  }

  .productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyTxtTitle,
  .productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyTxtTxt{
      font-size: 12px;
  }


  .productFormOptionsItemValues.flavor .productFormOptionsItemValuesLabelBodyImg {
      height: 60px;
  }

  .truemed-entry-box .truemed-entry-text,.truemed-entry-box .truemed-entry-link {
      font-size: 10px!Important;
  }
    
    .productShippingDate span, .productShippingOrder span {
        font-size: 14px !important;
    }

  a.btn {
    font-size: 20px;
  }

  .truemed-entry-box {
      padding-bottom: 10px;
  }

  .productVisualWrap {
      flex-direction: unset;
  }

    .productVisualWrap {
        column-gap: 10px;
    }

  .header__logo {
      width: 25%!important;
      height: auto!important;
  }

  .productFormOptionsItemValues.size .productFormOptionsItemValuesLabelBody {
      min-height: 70px;
  }
    
}