/** Shopify CDN: Minification failed

Line 570:0 Unexpected "<"
Line 581:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.comparison-tablev2 {
    max-width: 1440px;
    margin: 0 auto;
  }

  .comparison-tablev2 .inner-comparison-tablev2 {
    padding: 114px 60px 55px 60px;
  }

  .comparison-tablev2 .comparison-table__heading {
    font-family: 'Gelica Bold';
    font-size: 3.472vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 1px;
    color: rgba(0, 45, 0, 1);
    margin-bottom: 90px !important;
    text-align: center;
    text-transform: none;
  }
  .comparison-tablev2 .comparison-table__heading span {
    color: rgba(122, 170, 60, 1);
  }

  .comparison-tablev2 .comparison-table__container {
    overflow: visible !important;
    border: 1px solid #212121;
    border-radius: 20px !important;
    max-width: 100% !important;
    margin: 0px auto;
  }

  .comparison-tablev2 .comparison-table__headers {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    border-bottom: 1px solid rgba(222, 236, 204, 1);
  }

  .comparison-tablev2 .comparison-table__header {
    padding: 0px;
    font-family: 'Roboto';
    color: rgba(33, 33, 33, 1);
    text-align: center;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .comparison-tablev2 .comparison-table__header--feature {
    text-align: left;
  }

  .comparison-tablev2 .comparison-table__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    border-bottom: 1px solid rgba(222, 236, 204, 1);
  }
  .comparison-tablev2 .comparison-table__row:last-child {
    border-bottom: none !important;
  }

  /* .comparison-table__row:last-child {
  border-bottom: none;
} */

  .comparison-tablev2 .comparison-table__feature {
    padding: 26px 20px;
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    color: rgba(33, 33, 33, 1);
    text-align: center;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left !important;
  }

  .comparison-tablev2 .comparison-table__cell {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .comparison-tablev2 .icon-checkmark {
    width: 24px;
    height: 24px;
  }
  .comparison-tablev2 .comparison-table__headers .comparison-table__header .header_max {
    font-family: 'Gelica Bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #fff;
  }
  .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2),
  .comparison-tablev2 .comparison-table__row .comparison-table__cell:nth-child(2) {
    background-color: rgba(122, 170, 60, 1);
    position: relative;
  }
  .comparison-tablev2 .comparison-table__row:last-child .comparison-table__cell:nth-child(2):before {
    content: '';
    position: absolute;
    bottom: -40%;
    left: 0px;
    width: 100%;
    height: 40px;
    background-color: rgba(122, 170, 60, 1);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2) {
    padding: 0px 0px 40px 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: relative;
  }
  .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2):before {
    content: '';
    position: absolute;
    top: -58px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(122, 170, 60, 1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .comparison-tablev2 .inner-comparison-tablev2 .shop_button {
    background: rgba(242, 191, 72, 1);
    border-radius: 75px;
    padding: 12px 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 261px;
    height: 50px;
    font-family: 'Roboto';
    color: rgba(33, 33, 33, 1);
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 50px auto 0px auto;
  }

  @media screen and (min-width: 1900px) {
    .comparison-tablev2 {
      max-width: 80% !important;
    }
    .comparison-tablev2 .icon-checkmark {
      width: 1.5vw;
      height: 1.5vw;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2) {
      padding: 50px 0px;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2) svg {
      width: 3vw;
      height: auto;
    }
  }
  @media screen and (min-width: 1600px) {
    .comparison-tablev2 .inner-comparison-tablev2 .shop_button {
      font-size: 20px;
    }
    .comparison-tablev2 {
      max-width: 1700px;
    }
  }
  @media screen and (max-width: 768px) {
    .comparison-tablev2 .inner-comparison-tablev2 {
      padding: 25px 15px 48px 15px !important;
    }
    .comparison-tablev2 .comparison-table__headers {
      grid-template-columns: repeat(4, 1fr) !important;
      min-width: min-content;
    }

    .comparison-tablev2 .comparison-table__row {
      grid-template-columns: repeat(4, 1fr) !important;
      min-width: min-content;
    }

    .comparison-tablev2 .comparison-table__header {
      padding: 15px 10px;
      font-size: 14px;
      width: 140px;
    }

    .comparison-tablev2 .comparison-table__feature,
    .comparison-tablev2 .comparison-table__cell {
      padding: 12px 10px;
      font-size: 14px;
      width: 140px;
    }
    .comparison-tablev2 .comparison-table__container {
      overflow: visible !important;
    }
    .comparison-tablev2 .inner-comparison-tablev2 .shop_button {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 1015px) and (min-width: 540px) {
    .comparison-tablev2 .comparison-table__row:last-child .comparison-table__cell:nth-child(2):before {
      height: 30px;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header .header_max {
      font-size: 30px;
      text-wrap: auto;
      width: 70px;
    }
  }
  @media screen and (max-width: 540px) {
    .comparison-tablev2 .comparison-table__heading {
      font-size: 9.302vw;
      margin-bottom: 44px;
      letter-spacing: 0px;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(n + 3),
    .comparison-tablev2 .comparison-table__feature,
    .comparison-tablev2 .comparison-table__cell:nth-child(n + 3),
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:first-child {
      width: 150px;
    }
    .comparison-tablev2 .comparison-table__container::-webkit-scrollbar {
      display: none;
    }
    .comparison-tablev2 .comparison-table__feature,
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:first-child {
      position: sticky;
      left: 0px;
      background-color: transparent !important;
    }

    .comparison-tablev2 .inner-comparison-tablev2 .scrollbar-container {
      /* background-color: rgba(209, 209, 209, 0.3); */
      height: 4px;
      display: none;
      position: relative;
      border-radius: 10px;
      margin-top: 00px;
      width: calc(100% - 15px);
    }
    .comparison-tablev2 .inner-comparison-tablev2 .scrollbar-thumb {
      display: none !important;
      background: rgba(214, 214, 214, 1);
      height: 4px;
      position: absolute;
      border-radius: 10px;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header .header_max {
      font-size: 5.5vw !important;
      text-wrap: auto;
      width: 60px;
    }
    .comparison-tablev2 .comparison-table__feature,
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:first-child,
    .comparison-tablev2 .comparison-table__cell,
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2) {
      width: 100px !important;
    }
    .comparison-tablev2 .comparison-table__feature {
      font-size: 2.9vw !important;
    }
    .comparison-tablev2 .icon-checkmark {
      width: 20px !important;
      height: 20px !important;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2) {
      word-wrap: wrap;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(n + 3) {
      width: 90px !important;
      text-wrap: auto !important;
    }
    .comparison-tablev2 .comparison-table__cell:nth-child(n + 3) {
      width: unset !important;
    }
    .comparison-tablev2 .comparison-table__header {
      text-wrap: auto;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(2):before {
      top: -38px;
      height: 40px;
    }
    .comparison-tablev2 .comparison-table__heading {
      line-height: 110% !important;
      margin-bottom: 60px !important;
    }
    .comparison-tablev2 .comparison-table__heading span {
      display: block;
    }
    .comparison-tablev2 .comparison-table__row:last-child .comparison-table__cell:nth-child(2):before {
      height: 30px !important;
      bottom: -33%;
    }
  }
  @media screen and (max-width: 400px) {
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(n + 3) {
      width: 60px !important;
      text-wrap: auto !important;
    }
    .comparison-tablev2 .comparison-table__cell:nth-child(n + 3) {
      width: unset !important;
    }
    .comparison-tablev2 .comparison-table__row:last-child .comparison-table__cell:nth-child(2):before {
      height: 20px !important;
    }
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(n + 3),
    .comparison-tablev2 .comparison-table__headers .comparison-table__header:nth-child(n + 3) {
      margin: 0 auto;
    }
  }
.comparison-table {
  max-width: 1440px;
  margin: 0 auto;
}

.comparison-table .inner-comparison-table{
    padding: 114px 60px 55px 60px;
}

.comparison-table__heading {
    font-family: "Gelica Bold";
    font-size: 3.472vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 1px;
    color: rgba(0, 45, 0, 1);
    margin-bottom: 62px;
    text-align: center;
    text-transform: none;
}
.comparison-table__heading span{
    color: rgba(122, 170, 60, 1);
}

.comparison-table__container {
  border-radius: 8px;
  overflow: hidden;
}

.comparison-table__headers {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  border-bottom: 1px solid rgba(222, 236, 204, 1);
}

.comparison-table__header {
  padding: 0px;
  font-family: 'Roboto';
    color: rgba(33, 33, 33, 1);
    text-align: center;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.comparison-table__header--feature {
  text-align: left;
}

.comparison-table__row {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  border-bottom: 1px solid rgba(222, 236, 204, 1);
}

/* .comparison-table__row:last-child {
  border-bottom: none;
} */

.comparison-table__feature {
  padding: 26px 20px;
  display: flex;
  align-items: center;
  font-family: 'Roboto';
    color: rgba(33, 33, 33, 1);
    text-align: center;
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.comparison-table__cell {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-checkmark {
  width: 24px;
  height: 24px;
}
.comparison-table__headers .comparison-table__header:nth-child(2),.comparison-table__row .comparison-table__cell:nth-child(2){
    background-color: rgba(122, 170, 60, 1);
}
.comparison-table__headers .comparison-table__header:nth-child(2){
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.comparison-table__headers .comparison-table__header:nth-child(2){
    padding: 20px 0px;

}
.comparison-table .inner-comparison-table .shop_button{
    background: rgba(242, 191, 72, 1);
    border-radius: 75px;
    padding: 12px 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 261px;
    height: 50px;
    font-family: 'Roboto';
    color: rgba(33, 33, 33, 1);
    font-size: 1.389vw;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 50px auto 0px auto;
}

@media screen and (min-width: 1900px) {
    .comparison-table{
        max-width: 80% !important;
    }
    .icon-checkmark{
      width: 1.5vw;
      height: 1.5vw;
    }
    .comparison-table__headers .comparison-table__header:nth-child(2){
      padding: 50px 0px
    }
    .comparison-table__headers .comparison-table__header:nth-child(2) svg{
      width: 3vw;
      height: auto;
    }
}
@media screen and (min-width: 1600px) {
    .comparison-table .inner-comparison-table .shop_button{
        font-size: 20px;
    }
    .comparison-table{
        max-width: 1700px;
    }
}
@media screen and (max-width: 768px) {
  .comparison-table .inner-comparison-table{
    padding: 25px 0px 48px 15px;
  }
  .comparison-table__headers {
    grid-template-columns: 1.2fr repeat(4, 1fr);
    min-width: min-content;
  }
  
  .comparison-table__row {
    grid-template-columns: 1.2fr repeat(4, 1fr);
    min-width: min-content;
  }
  
  .comparison-table__header {
    padding: 15px 10px;
    font-size: 14px;
    width: 140px;
  }
  
  .comparison-table__feature,
  .comparison-table__cell {
    padding: 12px 10px;
    font-size: 14px;
    width: 140px;
  }
  .comparison-table__container{
    overflow-x: scroll;
  }
  .comparison-table .inner-comparison-table .shop_button{
    font-size: 20px;
  }

}
@media screen and (max-width: 540px) {
    .comparison-table__heading{
        font-size: 9.302vw;
        margin-bottom: 44px;
        letter-spacing: 0px;
    }
    .comparison-table__headers .comparison-table__header:nth-child(n+3),
    .comparison-table__feature, .comparison-table__cell:nth-child(n+3),
    .comparison-table__headers .comparison-table__header:first-child
    {
        width: 150px;
    }
    .comparison-table__container::-webkit-scrollbar {
      display: none;
    }
    .comparison-table__feature,.comparison-table__headers .comparison-table__header:first-child{
      position: sticky;
      left: 0px;
      background-color: white;
    }

    .inner-comparison-table .scrollbar-container{
      /* background-color: rgba(209, 209, 209, 0.3); */
      height: 4px;
      position: relative;
      border-radius: 10px;
      margin-top: 00px;
      width: calc(100% - 15px);
    }
    .inner-comparison-table .scrollbar-thumb{
      display: block !important;
      background: rgba(214, 214, 214, 1);
      height: 4px;
      position: absolute;
      border-radius: 10px;
    }

  }
<style>
  .column {
    width: 50%;
    float: left;
  }
  .accordion {
    cursor: pointer;
  }
  .panel {
    display: none;
  }
  </style>
.customReview-section {
    width: 100%;
}

.customReview-tabs {
    display: flex;
  justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.customReview-tab-link {
    padding: 10px 15px;
    cursor: pointer;
    background-color: white;
    margin-right: 5px;
  font-family:"FK Grotesk Bold";
  text-transform:uppercase;
  font-size:1.6rem;
}

.customReview-tab-link.customReview-current {
    background-color: #F5F5F5;
}

.customReview-tab-content {
    display: none;
    padding: 20px;
}

.customReview-tab-content.customReview-current {
    display: block;
    background-color: #F5F5F5;
}

.customReview-video-grid {
    display: grid;
   justify-content: center;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px; /* Adjust this value if you want more or less spacing between videos */
}

.customReview-video-item {
    width: 100%;
    height: 100%;
}

.video-thumbnail-wrapper {
    position: relative;
    width: 100%; /* Make the wrapper take the full width of the grid cell */
    padding-bottom: 150%; /* This ensures a 16:9 aspect ratio. Adjust if your videos have a different aspect ratio. */
    overflow: hidden;
}

.video-thumbnail-wrapper img {
   display: block;
    max-width: 100%; /* Ensure the image doesn't exceed the wrapper's width */
    max-height: 100%; /* Ensure the image doesn't exceed the wrapper's height */
    width: auto; /* Allow the image to adjust its width */
    height: auto; /* Allow the image to adjust its height */
    position: absolute; /* Position the image within the wrapper */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image within the wrapper */
  border-radius:8px;
}

  @media (max-width: 768px) {
  .customReview-video-grid {
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 10px;
}
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px; /* Adjust as needed */
    height: 40px; /* Adjust as needed */
    background-color: transparent!important;
    border: solid 2px white!important;
    border-radius: 50%; /* Makes the button circular */
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    line-height: 0;
}

/* Play icon using pseudo-element */
.video-play-button:before {
    content: '';
    position: absolute;
    top: 24%;
    left: 36%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white; /* Play arrow */
}

/* Hover effect for play button */



.video-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.video-lightbox iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
}

.video-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.sticky-banner-custom {
    display:block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #212121;
    text-align: center;
    padding: 10px;
    z-index: 4;
  }

  .sticky-banner-custom .close-custom {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    opacity:0;
  }