/** Shopify CDN: Minification failed

Line 944:24 Unexpected "{"
Line 944:33 Expected ":"
Line 947:24 Unexpected "{"
Line 947:33 Expected ":"

**/


/* CSS from section stylesheet tags */
#bv-review-section {
  	  width: 1280px;
      max-width: 100%;
      margin: -40px auto 40px auto;
      padding: 15px 15px 0 15px;
      border-top: 1px solid #dcddde;
  /*  margin: 40px auto;
  	  padding: calc(var(--indexSectionPadding) * 1.5) 15px;  */
  	}
.customer-service-info-section{
    background-color: #d4b59e;
    padding: 48px 0px;
  }

  .customer-service-info-section .page-width > h2{
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 8px;
  }

  .customer-service-info-section .page-width > p{
    text-align: center;
    margin-bottom: 16px;
  }

  .customer-service-blocks{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .customer-service-blocks > a,
  .customer-service-blocks > div{
    display: block;
    flex: 0 0 100%;
    padding: 10px 16px;
    text-align: center;
  }

  .customer-service-blocks > .csb-desktop{
    display: none;
  }

  .customer-service-blocks > a:last-child p{
    border-bottom: none;
    padding-bottom: 0px;
  }

  .customer-service-blocks .csb-icon{
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: 600;
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    font-size: 1.3em;
    margin-bottom: 8px;
  }

  .customer-service-blocks .csb-icon img{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-top: -4px;
  }

  .customer-service-blocks p{
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: 500;
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    font-size: 1em;
    border-bottom: 1px solid #A97D77;
    padding-bottom: 16px;
    display: inline-block;
  }

  @media (min-width: 768px){
    .customer-service-info-section{
      padding: 80px 0px;
    }

    .customer-service-info-section .page-width > p{
      text-align: center;
      margin-bottom: 32px;
    }
    
    .customer-service-blocks > div,
    .customer-service-blocks > a{
      padding: 16px 4.16vw;
      flex: 0 1 375px;
      border-right: 1px solid #A97D77;
    }

    .customer-service-blocks > .csb-desktop{
      display: block;
    }

    .customer-service-blocks > .csb-mobile{
      display: none;
    }

    .customer-service-blocks{
      justify-content: center;
      flex-wrap: nowrap;
    }

    .customer-service-blocks .csb-icon{
      margin-bottom: 16px;
    }

    .customer-service-blocks .csb-icon img{
      width: 32px;
      height: 32px;
      margin-right: 16px;
      margin-top: -5px;
      margin-left: -24px;
    }

    .customer-service-blocks > a:last-child{
      border-right: none;
    }

    .customer-service-blocks p{
      border-bottom: none;
      padding-bottom: 0px;
      display: block;
    }
  }

  @media (min-width: 1200px){
    .customer-service-blocks > a{
      padding: 16px 80px;
    }
  }
#footer-disclaimers {
    margin-top: calc(var(--indexSectionPadding) * -1);
	font-size: 12px;
	padding: 20px 3%;
	background-color: #000;
}
#footer-disclaimers .footer__section {border-top: none;}
#footer-disclaimers p:first-child {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: center;
}
#footer-disclaimers p {
    line-height: 1.3;
	color: #fff;
}
:root {
    --ct-primary-color: #333;
    --ct-secondary-color: #666;
    --ct-border-color: #e0e0e0;
    --ct-accent-color: #f4d1ae;
    --ct-background-alt: #f6f6f6;
  }

 
  .ct-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--ct-primary-color);
  }
  
  .ct-section-header {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .ct-section-header h2 {
    font-family: adobe-garamond-pro, serif;
    text-align: left;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
    font-style: italic;
  }
  
  .ct-section-header p {
    font-size: 22px;
    margin: 0;
    text-align: left;
    color: var(--ct-secondary-color);
  }

  
  .ct-comparison-wrapper {
    border: 1px solid var(--ct-border-color);
    background: white;
  }

  .ct-comparison-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid var(--ct-border-color);
    background: white;
    position: sticky;
    top: 90px; 
    z-index: 5;
  }

  .ct-feature-header {
    padding: 30px 20px;
    border-right: 1px solid var(--ct-border-color);
  }

  .ct-product-header {
    padding: 15px;
    text-align: center;
    border-right: 1px solid var(--ct-border-color);
  }

  .ct-product-header:last-child {
    border-right: none;
  }

  .ct-product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .ct-product-image-wrapper {
    position: relative;
    display: inline-block;
  }

  .ct-product-image {
    display: block;
    max-width: 120px;
    height: auto;
  }

  .ct-price-badge {
    position: absolute;
    top: -10px;
    right: -15px;
    background-color: var(--ct-accent-color);
    color: var(--ct-primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .ct-product-info {
    text-align: center;
  }
  .ct-product-title-container {
    min-height: 50px;
  }
  .ct-product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    color: var(--ct-primary-color);
  }
  .ct-product-info .button {
    padding: 3px 10px;
    color: #333;
    background: #ffffff;
    text-decoration: underline;
  }
  .ct-product-subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--ct-secondary-color);
    letter-spacing: 1px;
  }

  
  .ct-features-container {
    background: white;
  }

  .ct-feature-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid var(--ct-border-color);
  }

  .ct-feature-row:nth-child(odd) {
    background: var(--ct-background-alt);
  }

  .ct-feature-row:last-child {
    border-bottom: none;
  }

  .ct-feature-label {
    padding: 20px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    border-right: 1px solid var(--ct-border-color);
    display: flex;
    align-items: center;
  }
  
  .ct-feature-cells-wrapper {
    display: contents;
  }

  .ct-feature-cell {
    padding: 20px 15px;
    text-align: center;
    border-right: 1px solid var(--ct-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ct-feature-cell:last-child {
    border-right: none;
  }
  
  
  .ct-check-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
  }

  .ct-check-icon.ct-filled {
    background-color: var(--ct-primary-color);
    color: white;
  }

  .ct-check-icon.ct-empty {
    background-color: transparent;
    border: 2px solid var(--ct-primary-color);
    color: transparent;
  }

  .ct-check-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor; 
  }

 
  @media screen and (max-width: 768px) {
    .ct-section {
      padding: 30px 15px;
    }

    .ct-section-header h2 {
      font-size: 32px;
    }
    
    .ct-section-header p {
      font-size: 17px;
    }

    
    .ct-comparison-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      border-bottom: 1px solid var(--ct-border-color);
      background: white;
      position: sticky;
      top: 90px;
      z-index: 5;
    }
    
    .ct-feature-header {
      display: none;
    }

    .ct-product-header {
      padding: 20px 15px; 
      border: none;
    }
    
    .ct-product-header:last-child {
      border-right: none;
    }

    .ct-product-image {
      max-width: 80px;
    }

    .ct-price-badge {
      width: 40px;
      height: 40px;
      font-size: 14px;
      top: -5px;
      right: -5px;
    }
    
    
    .ct-features-container {
      background: white;
      border-left: 1px solid var(--ct-border-color);
      border-right: 1px solid var(--ct-border-color);
      border-bottom: 1px solid var(--ct-border-color);
    }

    .ct-feature-row {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid var(--ct-border-color);
    }
    
    .ct-feature-row:nth-child(odd) {
      background: var(--ct-background-alt);
    }
    
    .ct-feature-row:nth-child(even) {
      background: white;
    }

    .ct-feature-row:last-child {
      border-bottom: none;
    }

    .ct-feature-label {
      padding: 10px 15px;
      font-weight: 600;
      font-size: 16px;
      background: white;
      border-right: none;
      border-bottom: none;
    }
    
    .ct-feature-row:nth-child(odd) .ct-feature-label {
      background: var(--ct-background-alt);
    }

    .ct-feature-cells-wrapper {
      display: flex;
      justify-content: space-around;
      border-top: none;
    }
    
    .ct-feature-cell {
      width: 50%;
      padding: 0 20px 15px;
      border-right: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    
    .ct-feature-cell:last-child {
      border-right: none;
    }

    
    .ct-feature-cell:before {
      content: none;
    }

    .ct-check-icon {
      width: 28px;
      height: 28px;
    }

    .ct-check-icon svg {
      width: 18px;
      height: 18px;
    }
    .ct-feature-cell a.btn {
      font-size: 2vw;
      padding: 2vw;
  }
}

 
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .ct-product-image {
      max-width: 100px;
    }

    .ct-price-badge {
      width: 45px;
      height: 45px;
      font-size: 15px;
    }

    .ct-feature-label {
      font-size: 14px;
    }

    .ct-check-icon {
      width: 28px;
      height: 28px;
    }
  }
@media screen and (max-width: 600px){
     .ct-feature-cell a.btn {
      font-size: 3vw;
      padding: 3vw;
   }
  }
#shopify-section-template--15180470681767__1643060484e04ed808 .color-scheme-1 {background: #ededed;}
#shopify-section-template--15180470681767__1643060484e04ed808 .index-section img[data-sizes=auto] {display:none;}
.ingredients {
    padding-top: 50px;
    text-align: center;
 }

 .ingredients h3 {
    margin-bottom: 20px !important;
 }

 .key-form {
    display: inline-block;
    text-align: center;
    margin: 0 auto 30px;
    padding: 5px 20px;
 }

 .key-form a,
 .key-form a:visited {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
 }

 .key-form a:hover,
 .key-form a:active {
    color: #f9c1d4;
    text-decoration: none;
    font-weight: inherit;
    cursor: pointer;
 }

 .bonderline {
    font-weight: 600;
    text-decoration: underline;
 }

 #ingWrap {
    position: relative;
    min-height: 400px;
 }

 #keying {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
 }

 #without {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
 }

 .opac0 {
    opacity: 0;
    transition: opacity 0.5s;
 }

 .opac1 {
    opacity: 1;
    transition: opacity 0.5s;
 }

 .ingredients-box {
    padding: 20px 50px;
    border: solid 1px #ccc;
    background-color: #f7f7f7;
 }

 .ingredients-box li {
    list-style-type: disc !important;
 }

 .active {
    display: block;
 }

 .ingredients-box p {
    color: #333333;
 }

 .flexor1 {
    display: flex;
    flex-wrap: nowrap;
 }

 .flexor1 div {
    width: 100%;
    padding: 30px;
    border: solid 1px #adadad;
	text-align: center;
 }

 p.ing-text {
    font-size: 14px;
    color: #848484;
    line-height: 1.2;
 }

 .flexor2 {
    display: flex;
    flex-wrap: nowrap;
 }

 .flexor2 div {
    width: 50%;
    padding: 25px 40px;
    border: solid 1px #adadad;
 }

 .img-cf {
    margin-top: 45px;
 }
 
 .ing-note.page-width {
    padding-bottom: 30px;
    text-align: center;
 }

@media (max-width: 768px){
  .flexor2 {
    flex-wrap: wrap;
	justify-content: center;
  }
  .flexor2 div {
    width: 80%;
  }
  #without .img-cf {
    margin-top: 0;
  }
}

@media (max-width: 480px){
  #keying, #without {
    left: 0;
    transform: unset;
    padding: 0 20px;
  }
  .key-form {
    padding: 5px 10px;
  }
}
.results-you-want-section {
      padding: 60px 15px;
      background: #f3f3f5;
      text-align: center;
      margin-top: 60px;
    }
    .results-you-want-section h1 {
      font-size: 1.4em;
      letter-spacing: 3px;
    }
    .results-you-want-sub-heading {
      font-size: 1.7em;
    }
    .results-you-want-slide {
      display: flex !important;
      justify-content: center;
      align-items: center;
      max-width: 800px;
      margin: auto;
      padding: 20px 0 0;
    }
    .results-you-want-icon-container {
      width: 25%;
    }
    .results-you-want-text-container {
      width: 75%;
      text-align: left;
      font-size: 1.7em;
      margin-left: 15px;
    }
  @media (max-width: 767px){
    .results-you-want-sub-heading {
      font-size: 1.4em;
    }
    .results-you-want-section {
      padding: 60px 0 20px 0;
    }
    .results-you-want-slide {
      flex-direction: column;
    }
    .results-you-want-icon-container,
    .results-you-want-text-container {
      width: 100%;
      text-align: center;
      font-size: 1.4em;
    }
    .results-you-want-text-container {
      margin-left: 0;
    }
    img.results-you-want-img {
      max-width: 50%;
      margin: auto;
    }
  }
.sci-time-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.sci-time-wrap h2 {
  text-align: center;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
}
.sci-timeline {
  display: block;
  position: relative;
  height: 960px;
  background: url('/cdn/shop/files/sci-time-vert-line.gif') repeat-y 50%;
}
.sci-time-block {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.fl-left {
  position: relative;
  left: 0;
  top: 0;
  /* border-right: solid 2px #fcdb04; */
  justify-content: flex-end;
}
.fl-right {
  position: relative;
  left: 50%;
  top: 0;
  /* border-left: solid 2px #fcdb04; */
}
.sci-timeline  .sci-time-block:nth-child(2) {top: -60px;}
.sci-timeline  .sci-time-block:nth-child(3) {top: -100px;}
.sci-timeline  .sci-time-block:nth-child(4) {top: -140px;}
.sci-timeline  .sci-time-block:nth-child(5) {top: -180px;}
.sci-timeline  .sci-time-block:nth-child(6) {top: -220px;}
.sci-timeline  .sci-time-block:nth-child(7) {top: -260px;}
.sci-timeline  .sci-time-block:nth-child(8) {top: -300px;}
.sci-timeline  .sci-time-block:nth-child(9) {top: -340px;}

.fl-left .sci-time-info {text-align: right;}
.sci-time-info {
  width: 60%;
  height: 144px;
  line-height: 144px;
  padding: 0 10px;
}
.sci-time-info span {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.sci-time-year {
  width: auto;
  height: auto;
  background: url('/cdn/shop/files/sci-time-line.gif') repeat-x 50%;
}
.fl-left .sci-time-year {padding-right: 10%;}
.fl-right .sci-time-year {padding-left: 10%;}

.sci-time-img {width: 140px; height: auto;}

/* MEDIA QUERRY'S */

@media (max-width: 991px) {

  .sci-timeline {height: 800px;}
  .sci-time-info span {font-size: 16px;}
  .sci-time-info {
    height: 120px;
    line-height: 120px;
    width: 63%;
  }
  .sci-time-year {width: unset;}
  .sci-time-img {width: 120px;}
  .fl-left .sci-time-year {padding-right: 6%;}
  .fl-right .sci-time-year {padding-left: 6%;}

}

@media (max-width: 768px) {

  .sci-timeline {height: 730px;}
  .sci-time-info {
    height: 110px;
    line-height: 110px;
  }
  .sci-time-img {width: 112px;}

  .sci-timeline  .sci-time-block:nth-child(2) {top: -40px;}
  .sci-timeline  .sci-time-block:nth-child(3) {top: -80px;}
  .sci-timeline  .sci-time-block:nth-child(4) {top: -120px;}
  .sci-timeline  .sci-time-block:nth-child(5) {top: -160px;}
  .sci-timeline  .sci-time-block:nth-child(6) {top: -200px;}
  .sci-timeline  .sci-time-block:nth-child(7) {top: -240px;}
  .sci-timeline  .sci-time-block:nth-child(8) {top: -280px;}
  .sci-timeline  .sci-time-block:nth-child(9) {top: -320px;}

}

@media (max-width: 600px) {

  .sci-timeline {height: 640px;}
  .sci-time-info span {font-size: 14px;}
  .sci-time-info {
    height: 90px;
    line-height: 90px;
  }
  .sci-time-img {width: 92px;}
  .fl-left .sci-time-year {padding-right: 3%;}
  .fl-right .sci-time-year {padding-left: 3%;}

  .sci-timeline  .sci-time-block:nth-child(2) {top: -40px;}
  .sci-timeline  .sci-time-block:nth-child(3) {top: -60px;}
  .sci-timeline  .sci-time-block:nth-child(4) {top: -100px;}
  .sci-timeline  .sci-time-block:nth-child(5) {top: -110px;}
  .sci-timeline  .sci-time-block:nth-child(6) {top: -150px;}
  .sci-timeline  .sci-time-block:nth-child(7) {top: -175px;}
  .sci-timeline  .sci-time-block:nth-child(8) {top: -210px;}
  .sci-timeline  .sci-time-block:nth-child(9) {top: -240px;}

}

@media (max-width: 500px) {

  .sci-timeline {
    height: auto;
    background: none;
  }
  .sci-time-block {width: 100%; padding: 5px 0;}
  .fl-right {left: 0;}
  .fl-right .sci-time-year {text-align: right;}
  .sci-time-info {
    height: 102px;
    line-height: 102px;
    width: 66%;
  }
  .sci-time-year {width: 33%;}
  .sci-time-img {width: 100px;}

  .sci-timeline  .sci-time-block:nth-child(2),
  .sci-timeline  .sci-time-block:nth-child(3),
  .sci-timeline  .sci-time-block:nth-child(4),
  .sci-timeline  .sci-time-block:nth-child(5),
  .sci-timeline  .sci-time-block:nth-child(6),
  .sci-timeline  .sci-time-block:nth-child(7),
  .sci-timeline  .sci-time-block:nth-child(8),
  .sci-timeline  .sci-time-block:nth-child(9) {top: 0;}

}

@media (max-width: 420px) {

  .sci-time-wrap h2 {font-size: 28px;}
  .sci-timeline  .sci-time-block:nth-child(3) {padding-bottom: 15px;}

}
#shopify-section-secondary-toolbar {
  position: sticky;
  top: 0;
}
#shopify-section-secondary-toolbar p, #shopify-section-secondary-toolbar a {
  color: #000;
}
.light-bg {
  background-color: #F8B4BC;
}
.toolbar__content_secondary {
  padding: 5px 0;
}
.toolbar__content_secondary a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.refresh-section .feature-row__item {
      flex: 0 1 50%;
  }
  .refresh-section .feature-row__text {
      min-width: 50%;
      flex: 0 1 50%;
      padding-left: 22px;
      padding-right: 22px;
  }
  .refresh-section .accent-subtitle {
      font-family: adobe-garamond-pro, serif;
      font-weight: inherit;
      font-style: italic;
      text-transform: none;
      font-size: 2.5em;
      letter-spacing: 0.05em;
      margin: 0;
      line-height: 0.8em;
  }
  .refresh-section .h3 {
      font-size: 3em;
      font-weight: 300;
  }

  @media (min-width: 769px){
      .refresh-section .feature-row__text--right {
          padding-right: 60px;
      }
      .refresh-section .feature-row__text--left {
          padding-left: 60px;
          padding-right: 60px;
      }
  }
  @media (max-width: 869px){
    #text-and-image-rf-{{ section.id }} .mobile-reverse-text-and-image {
      flex-direction: column-reverse !important;
    }
    #text-and-image-rf-{{ section.id }} .mobile-reverse-text-and-image .feature-row__text {
      padding-top:0 !important;
      padding-bottom:30px !important;
    }
  }
.custom-slider {
      width: 90%;
      margin: 40px auto;
      overflow: visible; /* Allow visibility of partial slides */
      min-height: 425px;
  }
  .carousel-cell {
      width: 80%; /* Adjust width to fit partially in the viewport */
      height: auto;
      margin-right: 10px;
      text-align: center;
      opacity: 0.6; /* Default opacity for non-selected slides */
      transition: opacity 0.3s;
      padding-left: 10px;
  }
  .carousel-cell.is-selected {
      opacity: 1; /* Full opacity for selected slide */
  }
  button.flickity-button {
      box-shadow: 0 5px 5px #0000001a;
      border-radius: 0;
      background: white;
      color: var(--colorTextBody);
  }
  .flickity-previous {
      left: -10px;
  }
  .flickity-next {
      right: -10px;
  }
  .text-column-image-refresh .section-header {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .text-column-image-refresh .section-header h2 {
    flex: 1; 
  }
  @media (max-width: 768px){
    .text-column-image-refresh .grid--flush-bottom {
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        margin: -10px -17px 0 0;
        padding: 10px 17px 10px 0;
        display: flex;
    }
    .text-column-image-refresh .grid--flush-bottom>.grid__item {
        display: inline-block;
        margin-bottom: 10px;
        flex: 0 0 48%;
    }
    /* .text-column-image-refresh .h3 {
        min-height: 41px;
    } */
  }