/** Shopify CDN: Minification failed

Line 6:0 Unexpected "$"

**/
$johnston-b: 'var(--font-heading-family)';
/* $johnston-m: 'var(--font-body-family)'; */

/* Style the tab */
.container {
  width: 1275px;
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
}

.tab {
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 97%,
    rgba(253, 237, 243, 1) 97%,
    rgba(253, 237, 243, 1) 100%
  );
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .tab {
    display: none;
  }
}

.tab button {
  background-color: inherit;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0;
  transition: 0.3s;
  min-width: 260px;
  font-family: var(--font-body-family);
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: normal;
  color: #484848;
  position: relative;
}

.tab button .navi {
  height: 4px;
  background-color: #ff1f7c;
  border-radius: 4px;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #ff1f7c;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: transparent;
  color: #ff1f7c;
  font-weight: normal;
  font-family: $johnston-b;
}

.tab button.active .navi {
  display: inline-block;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  border: none;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1.5s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.result-container {
  max-width: 1275px;
  margin-left: auto;
  margin-right: auto;
}

.result-footer {
  background-color: #daf5ed;
  padding-top: 60px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .result-footer {
    padding-bottom: 40px;
  }
}

.result-container {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.result-container .f-left {
  flex: 1;
  max-width: 272px;
}

@media (max-width: 768px) {
  .result-container .f-left {
    display: none;
  }
}

.result-container .f-right {
  flex: 1;
  margin-right: 44px;
  margin-left: 44px;
}

@media (max-width: 768px) {
  .result-container .f-right {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 100%;
  }
}

.result-container .f-right .f-img-mob {
  display: none;
}

@media (max-width: 768px) {
  .result-container .f-right .f-img-mob {
    display: block;
    box-shadow: 10px 10px 0px 0px #a0e4d1;
    width: 225px;
    margin-left: auto;
    margin-right: auto;
    height: 225px;
  }
}

.result-container .f-right .content {
  display: flex;
  flex-flow: wrap;
}

@media (max-width: 768px) {
  .result-container .f-right .content {
    margin: 0 30px;
    margin-top: 20px;
  }
}

.result-container .f-right .content .item-content {
  display: flex;
  flex: 1;
}

@media (max-width: 768px) {
  .result-container .f-right .content .item-content {
    flex: 0 0 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.result-container .f-right .content .number,
.result-container .f-right .content .txt {
  flex: 1;
}

.result-container h1 {
  font-family: var(--font-body-family);
  font-weight: var(--font-heading-weight);
  font-size: 36px;
  letter-spacing: calc(var(--font-heading-scale) * .06rem);
  line-height: 28px;
  color: #333333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .result-container h1 {
    font-size: 28px;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

.result-container p {
  text-align: center;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media (max-width: 768px) {
  .result-container p {
    max-width: 90%;
  }
}

.result-container p,
.result-container .txt {
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}

.result-container .number {
  font-weight: normal;
  font-family: var(--font-body-family);
  font-size: 36px;
  letter-spacing: 0.72px;
  line-height: 20px;
  max-width: 33px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .result-container .number {
    margin-top: 11px;
  }
}

.result-container .txt {
  max-width: 230px;
}

@media (max-width: 768px) {
  .result-container .txt {
    max-width: none;
  }
}

.result-container .txt strong {
  font-family: var(--font-body-family);
  font-weight: normal;
}

.result-container .txt span,
.result-container .txt a {
  color: #ff6ea9;
  text-decoration: underline;
}

.footer {
  margin-top: 0;
}

div#banner-result-real-results-tabs-banner {
  background-image: url(//cdn.shopify.com/s/files/1/0054/3575/2512/files/footer-banner-2.jpg?v=1603772229);
  background-position: left;
  background-repeat: no-repeat;
  min-height: 382px;
}

.banner-tabs {
  background-color: #f0faf7;
}

.banner-tabs .bottom-note {
  color: #adadad;
  font-size: 16px;
  font-family: var(--font-body-family);
  line-height: 20px;
  letter-spacing: normal;
  width: 100%;
  text-align: right;
  font-style: var(--font-body-style);
  position: relative;
  top: -60px;
  right: 75px;
}

@media (max-width: 768px) {
  .banner-tabs .bottom-note {
    top: auto;
    right: 0;
    left: 0;
    text-align: center;
    display: none;
  }
}

.banner-tabs .bottom-note.mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-tabs .bottom-note.mobile {
    display: block;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-tabs .img-banner-1-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-tabs .img-banner-1-mobile {
    display: block;
    margin-bottom: 15px;
  }
}

.banner-tabs .img-banner-1-mobile.hideimg {
  display: none;
}

.banner-tabs.with-img {
  background-image: url(//cdn.shopify.com/s/files/1/0054/3575/2512/files/footer-banner-2.jpg?v=1603772229);
  background-position: left;
  background-repeat: no-repeat;
  min-height: 382px;
}

@media (max-width: 768px) {
  .banner-tabs.with-img {
    background-image: none;
  }
}

.banner-tabs .chart-item {
  flex: 0 0 33.33%;
}

@media (max-width: 768px) {
  .banner-tabs .chart-item {
    flex: none;
    display: block;
  }
}

.banner-tabs .chart-item h2 {
  font-family: var(--font-body-family);
  font-size: font-size: calc(var(--font-heading-scale) * 2.8rem);
  letter-spacing: calc(var(--font-heading-scale) * .06rem);
  line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
  text-align: center;
  color: #333;
  font-weight:var(--font-heading-weight);
  margin-top: 20px;
}

.banner-tabs .img-circle {
  max-width: 160px;
  max-height: 160px;
  margin: auto;
  position: relative;
}

.banner-tabs .img-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-body-family);
  font-size: 40px;
  letter-spacing: -2.8px;
  line-height: 56px;
  color: #333333;
  font-weight: var(--font-heading-weight);
}

.banner-tabs .all-left {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 382px;
  margin-left: 45%;
  flex-flow: column;
}

@media (max-width: 768px) {
  .banner-tabs .all-left {
    margin-left: 0;
    min-height: auto;
  }
  .banner-tabs .img-circle{
        margin-top: 30px;
  }
}

.banner-tabs .all-left .owl-carousel .owl-stage {
  width: auto !important;
}

.banner-tabs .all-left .bottom-note {
  top: 0;
  position: static;
  margin-right: 85px;
  margin-top: 0;
}
.banner-tabs .banner-content {
  display: flex;
  /* flex-flow: wrap; */
  /* justify-content: center; */
}
.banner-tabs .banner-content  .yotpo-reviews-star-ratings-widget{
 justify-content: center !important;
}
@media (max-width: 768px) {
  .banner-tabs .all-left .bottom-note {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
   .banner-tabs .banner-content {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
}



@media (min-width: 769px) {
  .banner-tabs .all-left .chart-item {
    margin-left: 30px;
    margin-right: 30px;
    width: 32% !important;
    margin-top: 20px;
  }
 
}



@media (max-width: 768px) {
  .banner-tabs .banner-content {
    margin-bottom: 50px;
  }
}

.banner-tabs .banner-content .banner-product {
  max-width: 385px;
  position: relative;
  top: -100px;
  text-align: center;
}

@media (max-width: 768px) {
  .banner-tabs .banner-content .banner-product {
    flex: 0 0 100%;
    top: 90px;
    transform: translateY(-50%);
    margin-bottom: -75px;
    margin-top: 19%;
    /* margin-bottom: -10%; */
  }
}

.banner-tabs .banner-content .banner-product .yotpo.bottomLine {
  display: inline-block;
  top: auto;
}

@media (min-width: 769px) {
  .banner-tabs .banner-content .banner-product .yotpo.bottomLine {
    position: relative;
    top: auto;
  }
}

.banner-tabs .banner-content .banner-product h1 {
  font-weight: var(--font-heading-weight);
  font-family: var(--font-body-family);
  font-size: 24px;
  letter-spacing: calc(var(--font-heading-scale) * .06rem);
  line-height: 22px;
  color: #333;
  text-align: center;
  position: relative;
  top: -45px;
}

@media (max-width: 768px) {
  .banner-tabs .banner-content .banner-product h1 {
    top: 0;
    margin-top: 0;
  }
}
#banner3 .banner-content .banner-product .yotpo.bottomLine {
  top: -20px;
}
#banner3 .banner-content .banner-product h1 {
  top: -25px;
}
.chart-for-slider {
  width: 100%;
}
.chart,
.chart-for-slider {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  flex:1;
}
 @media (min-width: 1281px) {
.chart,
.chart-for-slider {
                flex:none;
            }
        }
@media (max-width: 768px) {
  .chart,
  .chart-for-slider {
    overflow: auto;
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
    margin-bottom:10px;
    
  }
  .chart-for-slider .chart-item {
    flex: 0 0 100%;
}
  .chart{
    margin-bottom:10px;
  }
  
}
@media (min-width: 769px) {
  .chart,
  .chart-for-slider {
    margin-top: 0;
  }
}
.chart .decor {
  position: absolute;
  top: 5px;
  right: 30px;
  max-width: 211px;
  transform: translate(50%, -50%) rotate(30deg);
}
@media (max-width: 768px) {
  .chart .decor {
    max-width: 145px;
    top: -45px;
  }
}
@media (min-width: 768px) {
  .chart .decor {
    top: 10px;
    right: 56px;
  }
}
.hide-banner-1 {
  background-image: none !important;
  min-height: auto !important;
}
.hide-banner-1 .img-banner-1-mobile,
.hide-banner-1 #banner1 {
  display: none !important;
}
.main-reviews h1 {
  font-family: var(--font-body-family);
  font-weight: var(--font-heading-weight);
  font-size: 36px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
.review-all-items {
  display: flex;
  flex-flow: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
@media (min-width: 769px) {
  .review-all-items {
    justify-content: center;
  }
}
.review-all-items .items {
  flex: 0 0 25%;
  padding: 0 14px;
}
@media (max-width: 768px) {
  .review-all-items .items {
    flex: 0 0 100%;
    padding: 0 22px;
  }
}
.review-all-items .items.hide-item {
  display: none;
  visibility: hidden;
}
.review-all-items .items .content {
  padding-top: 20px;
}
.review-all-items .items .content .txt,
.review-all-items .items .content .txt-full {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--font-body-family);
  color: #484848;
}
.review-all-items .items .content .open-modal {
  margin-top: 10px;
  display: inline-block;
}
.review-all-items .items .content .open-modal .readless {
  display: none;
}
.review-all-items .items .content .open-modal .readmore {
  display: inline-block;
}
.review-all-items .items .content .open-modal.less .readless {
  display: inline-block;
}
.review-all-items .items .content .open-modal.less .readmore {
  display: none;
}
.review-all-items .items .content .open-modal span {
  text-decoration: underline;
}
.review-all-items .items .content .txt {
  min-height: 90px;
}
@media (max-width: 768px) {
  .review-all-items .items .content .txt {
    min-height: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .review-all-items .items .content .txt.hiddentxt {
    display: none;
  }
}
.review-all-items .items .content .txt-full {
  display: none;
}
@media (max-width: 768px) {
  .review-all-items .items .content .txt-full {
    margin-bottom: 20px;
  }
}
.review-all-items .items .content .txt-full.hiddentxt {
  display: none;
}
@media (min-width: 769px) {
  .review-all-items .items .content .txt-full.hiddentxt {
    display: none;
  }
}
.review-all-items .items .content a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  font-family: var(--font-heading-family);
  color: #484848;
}
.review-all-items .items .content h3 {
  font-weight: var(--font-heading-weight);
  font-size: 16px;
  font-family: var(--font-heading-family);
  margin-bottom: 0;
  color: #3D3D3D;
}
.review-all-items .items .content .prod {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .review-all-items .items .content .prod {
    margin-bottom: 50px;
  }
}
.review-all-items .items .content .prod a {
  color: #ff1f7c;
}
.review-all-items .items .content .mobile-product-box {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 15px 20px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .review-all-items .items .content .mobile-product-box {
    display: none;
  }
}
.review-all-items .items .content .mobile-product-box.toggleHide {
  display: none;
}
.review-all-items .items .content .mobile-product-box .left {
  flex: 0 0 60px;
}
.review-all-items .items .content .mobile-product-box .left img {
  border: 1px solid #E5E5E5;
}
.review-all-items .items .content .mobile-product-box .right {
  flex: 1;
  padding-left: 15px;
}
.review-all-items .items .content .mobile-product-box .right h4 {
  margin: 0;
  font-family: var(--font-body-family);
  font-weight: var(--font-heading-weight);
  font-size: 16px;
  line-height: 22px;
  color: #3D3D3D;
}
.review-all-items .items .content .mobile-product-box .right .money {
  font-size: 13px;
  line-height: 28px;
  font-weight: var(--font-heading-weight);
  font-family: var(--font-body-family);
}
.review-all-items .items .content .mobile-product-box .right a {
  color: #FF6EA9;
  font-family: var(--font-body-family);
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .review-all-items .items .content .mobile-product-box .right {
   text-align: start;
  }
}
.review-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
@media (max-width: 768px) {
  .review-overlay {
    display: none;
  }
}
.review-overlay.review-overlay-hidden {
  display: none;
  visibility: hidden;
}
.review-overlay .review-modal {
  width: 900px;
  height: 372px;
  background-color: #fff;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  position: relative;
}
.review-overlay .review-modal .svg-close-modal {
  position: absolute;
  top: 5px;
  right: 0;
  max-width: 45px;
  transform: translate(50%, -50%);
}
.review-overlay .review-modal .img-content {
  flex: 0 0 372px;
}
.review-overlay .review-modal .txt-content {
  flex: 0 0 328px;
  padding: 0 28px;
  font-family: var(--font-body-family);
  color: #484848;
  line-height: 22px;
  font-size: 16px;
}
.review-overlay .review-modal .txt-content h3 {
  font-weight: var(--font-heading-weight);
  font-family: var(--font-heading-family);
  color: #484848;
}
.review-overlay .review-modal .prd-content {
  flex: 1;
  padding-right: 28px;
}
.review-overlay .review-modal .prd-content img {}
.review-overlay .review-modal .prd-content a {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 22px;
  font-family: var(--font-body-family);
  font-weight: normal;
  border-radius: 6px;
  width: 100%;
  padding: 13px 0 8px 0;
  text-align: center;
  background-color: #ff6ea9;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
}
header {
  box-shadow: 0 2px 2px -2px #d1d1d1;
}
.main-reviews h1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main-reviews h1 {
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    font-weight: var(--font-heading-weight);
    font-family: var(--font-body-family);
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 26px;
  }
}
.filter-bytext {
  font-family: var(--font-body-family);
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .filter-bytext {
    display: none;
  }
}
.mobile-tabs-navi {
  display: none;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 768px) {
  .mobile-tabs-navi {
    display: block;
  }
  .mobile-tabs-navi .selecter {
    background-image: url(https://cdn.shopify.com/s/files/1/0054/3575/2512/files/select-filter-navi.png?v=1604053395);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: right 15px center;
    height: 60px;
    width: 95%;
    border-radius: 12px;
    border: 2px solid #FDEDF3;
    font-family: var(--font-body-family);
    font-weight: normal;
    color: #333;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
  }
}
.mobile-tabs-navi .list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #FBDCE7;
  border-radius: 12px;
}
.mobile-tabs-navi .list .custom-option {
  font-family: var(--font-body-family);
  color: #333;
  font-size: 22px;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 4px;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #fcfcfc;
  cursor: pointer;
}
.mobile-tabs-navi .list .custom-option:hover {
  background-color: #fff;
}
.mobile-tabs-navi .list .custom-option:last-child {
  border-bottom: none;
}
.mobile-tabs-navi .list .custom-option:first-child {
  background-image: url(https://cdn.shopify.com/s/files/1/0054/3575/2512/files/select-filter-navi.png?v=1604053395);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: right 15px center;
}
.mobile-tabs-navi .list.open {
  display: inline-block;
}
.main-reviews {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .slick-list {
    width: 100% !important;
  }
  .slick-track {
    display: flex;
    width: 100% !important;
  }
}
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel {
  text-align: left;
}
.standard-body .yotpo.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  white-space: normal;
}
.y-carousel {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .y-carousel {
    margin-bottom: 125px;
  }
}
.yotpo-slider .yotpo-display-wrapper {
  position: static !important;
}
img.lazyload {
  height: auto;
  max-width: 100%;
  border: 0;
}
img {
  height: auto;
  max-width: 100%;
  border: 0;
  padding-bottom: 10px;
}
.review-overlay .review-modal .prd-content a {
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 22px;
  font-family: Johnston ITC Pro Medium;
  font-weight: 400;
  border-radius: 6px;
  width: 100%;
  padding: 13px 0 8px;
  text-align: center;
  background-color: #ff6ea9;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
}

@media (max-width:767px){
.banner-content {
    position: relative;
}

.banner-content .chart, .banner-content .chart-for-slider {
     flex: 0 0 100%;
      margin-top: 20px;
}

.banner-content .chart .decor {
    right: 15px;
    transform: rotate(30deg);
    /* top: -112px; */
}

.banner-content .flickity-page-dots {
    left: 0;
    bottom: 0;
    background-color: #f0faf7;
}

.banner-content .flickity-prev-next-button.previous, .banner-content .flickity-prev-next-button.next {
    display: none;
}
}
@media (max-width: 768px){
.banner-tabs .banner-content .banner-product, .banner-tabs .banner-content .chart {
    flex: 0 0 100%;
    width: 100%;
}
 .chart::-webkit-scrollbar, .chart-for-slider::-webkit-scrollbar {
  display: none;  
}
}
@media (max-width: 768px){
.banner-tabs .banner-content .banner-product, .banner-tabs .banner-content .chart {
    flex: 0 0 100%;
    width: 100%;
}
}
.items-border {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  height: 100%;
}

.items-border img {
  border-radius: 8px 8px 0 0;
}
.review-all-items .items .content{
  padding-left: 14px;
  padding-right: 14px;
}
.review-all-items .items{
  margin-bottom: 25px;
}