/** Shopify CDN: Minification failed

Line 210:13 Expected identifier but found whitespace
Line 243:14 Expected identifier but found "!"
Line 244:1 Expected "}" to go with "{"

**/
.product-rating .rating-text{display:none!important;}

/* ===== CONTROLLED CHAOS LEGACY PRODUCT ENGINE ===== */
.before-after-carousel{
  position:relative;
  overflow:hidden;
  margin:50px auto;
  display:flex;
  flex-direction:row;
}

.before-after-carousel-track{
  display:flex;
  transition:transform .5s ease;
}

.before-item{
  max-width:300px;
  padding:12px;
}

.before-item img{
  width:100%;
  border-radius:18px;
  box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.before-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#fff;
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:0 5px 15px rgba(0,0,0,.25);
  z-index:10;
}

.before-prev{left:10px}
.before-next{right:10px}

@media(max-width:768px){
  .before-item{min-width:85%}
}
.cc-legacy-description h2{
  text-align: center;
  font-size: 26px;
  margin: 20px 0;
}
.before-item img{
  max-width:400px!important;
}
.cc-legacy-description h3{text-align:center;}
.cc-legacy-description h3{font-size:larger;}
.cc-legacy-description iframe{max-width:100%;border-radius:16px}

/* HOW TO USE */
.cc-legacy-description .how-to-user{text-align:center;margin:90px 0}
.cc-legacy-description .steps{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}
.cc-legacy-description .step{
  border: 1px solid hsl(359, 100.00%, 91.20%);
  padding: 30px;
  max-width:300px
  border-radius: 14px;
  box-shadow: 0 12px 10px rgb(255, 210, 211);
}

/* BENEFITS / PRO TIPS */
.cc-legacy-description ul{
  max-width:700px;
  text-align:center;
  margin:40px auto;
  padding:0;
  list-style:none;
}
.cc-legacy-description ul li{
  padding:14px 18px;
  border-bottom:1px solid #eee;
}

/* INGREDIENTS */
.bundle-ingredients{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 50px 0;
}
.ingredients-section{
  border:1px solid #eee;
  padding:30px;
  max-height:70vh;
  overflow:auto;
}

/* HIGHLIGHTS */
.highlights{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px;
    text-align: center;
    justify-items: center;
}
.highlights img{max-width:80px}

/* TABLES */
.cc-legacy-description table{
  width:100%;
  border-collapse:collapse;
  margin:60px 0;
}
.cc-legacy-description th,
.cc-legacy-description td{
  border:1px solid #eee;
  padding:12px;
  text-align:center;
}

/* MOBILE */
@media(max-width:768px){
  .bundle-ingredients{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
}

@media (max-width: 768px) {
  .footer-custom-block{
    padding: 20px 0;
  }
  /* Shrink the icon boxes */
  .custom-f-social-icon {
    width: 38px;
    height: 38px;
  }

  /* Shrink the icons */
  .custom-f-social-icon img {
    max-width: 32px;
    max-height: 32px;
  }

  /* Tighter spacing */
  .list-social {
    gap: 0px;
  }
}
.announcement-text {
  flex: 1 1 auto!important;
  max-width: none;
  overflow: visible;
  white-space: normal;
  text-align: center;
}
.announcement-bar {
  display: flex;
  align-items: center;
}

.announcement-bar > button {
  flex: 0 0 auto!important;
}
.announcement-slide {
  width: 100%!important;
}
.list-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-f-social-icon img {
  max-width: 30px;
  width: 100%;
  height: auto;
  display: block;
}
.list-menu {
  align-items: center
}
/* Make 2nd main menu item a CTA */
.list-menu > li:nth-child(2) > a {
  background: #FFC0CA;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 20px;
  line-height: 1;
  transition: all .25s ease;
}

/* Ensure span text is white */
.list-menu > li:nth-child(2) > a span {
  color: #fff !important;
}

/* Hover effect */
.list-menu > li:nth-child(2) > a:hover {
  background:


.c5{
    font-weight:normal!important;
}
.footer-custom-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-custom-image img {
  max-width: 100%;
  height: auto;
}
.list-social svg path {
  fill: inherit;
}

.list-social svg circle {
  fill: none;
}
.footer-custom-block {
    width:350px;
    padding:20px;
    max-width: 400px;
}
.custom-judeme-app-container{
  margin-bottom:10px;
}

.custom-f-social-icon{
  width: 30px;!important;
}