/** Shopify CDN: Minification failed

Line 197:2 Unexpected "<"
Line 760:1 Expected "}" to go with "{"

**/



    .section-container {
      max-width: 1040px;
      margin: 80px auto;
      padding: 0 20px;
      text-align: center;
      color: #333;
    }

    .section-container strong {
      font-size: 30px;
      margin-bottom: 10px;
          font-family: 'figtreemedium', sans-serif;
    font-weight: normal;
    font-style: normal;
    }

    .section-container p {
        font-size: 16px;
    line-height: 1.8;
    color: #555;
    line-height: 24px;
    }
  .section-container {
    padding-top: 0px;
    margin-top: 0px;
}
  section-container {
    padding-bottom: 0px;
    margin-bottom: 0px;
}



    .benefits-section {
      max-width: 667px;
      margin: 60px auto;
      color: #333;
    }

    .benefits-section h2 {
      font-size: 26px;
      text-align: center;
      margin-bottom: 15px;
    }

    .benefits-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .benefits-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 20px;
      font-size: 16px;
      color: #333;
    }

    .benefits-list li::before {
      content: url(/cdn/shop/files/arrow02-blue.webp?v=1750505816);
      color: #007c65; 
      font-weight: bold;
      font-size: 18px;
      line-height: 1.5;
    } 

    .feature-container {
      max-width: 966px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      text-align: center;
      gap: 20px;
    }

    .feature-box {
      width: 30%;
      min-width: 280px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .icon-wrapper {
      background: #f9f9f9;
      border-radius: 50%;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      width: 155px;
      height: 155px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-bottom: 40px;
    }
    .icon-wrapper2 {
      background: #f9f9f9;
      border-radius: 50%;
      box-shadow: 0 5px 20px rgba(0,0,0,0.08);
      width: 155px;
      height: 155px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-bottom: 40px;
    }

    .icon-wrapper::after {
      content: '';
      position: absolute;
      bottom: -60px;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 30px;
      background-color: #333;
    }
 .icon-wrapper2::after {
      content: '';
      position: absolute;
     Top: -85px;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 30px;
      background-color: #333;
    }
    .icon-wrapper img {
      width: 60px;
      height: auto;
    }

    .feature-title {
      font-weight: 600;
      font-size: 16px;
      margin: 0 0 10px;
      padding-top:22px;
    }
 .feature-title2 {
      font-weight: 600;
      font-size: 16px;
      margin: 0 0 10px;
    }
    .feature-text {
      font-size: 14px;
      color: #444;
      max-width: 280px;
    }

    @media screen and (max-width: 900px) {
      .feature-container {
        flex-direction: column;
        align-items: center;
      }
      .feature-box {
        width: 100%;
      }
    }
  .feature-box2 {
       display: flex;
    flex-direction: column-reverse;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}
  .tittle2 {
    padding-bottom: 150px;
}
  .icon-box\; {
    /* width: 5000px; */
    display: table-cell;
    vertical-align: middle;
    background: #f7f7f7;
    height: 270px;
    padding: 70px;
}
  .feature-box2 {
    padding-bottom: 30px;
}
.section-container {
    text-align: center;
    padding: 0px 30px;
}
  </style>



/* product-care-and-cleaning/ */
    @media (max-width: 768px)
{
.tab-content.active {
    padding: 0px !important;
}
}


.tab-content.active {
    display: block;
    padding-left: 38px;
    padding-right: 28px;
}

    .product-care-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      padding: 40px;
      border-radius: 10px;
    }

    .product-care-text {
      flex: 1;
      min-width: 300px;
      order: 1;
    }

    .product-care-text h2 {
      font-size: 28px;
      margin-bottom: 12px;
      color: #222;
    }

    .product-care-text p.description {
      font-size: 15px;
      color: #555;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .product-care-text ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .product-care-text li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 16px;
      line-height: 1.6;
      color: #333;
    }

    .product-care-text li::before {
      content: url('/cdn/shop/files/arrow02-blue.webp?v=1750505816');
      position: absolute;
      left: 0;
      top: 4px;
      width: 18px;
      height: 18px;
    }

    .product-care-image {
      flex: 1;
      min-width: 300px;
      text-align: center;
      order: 2;
    }

    .product-care-image img {
      max-width: 100%;
    }

    @media (max-width: 768px) {
      .product-care-section {
        flex-direction: column;
        padding: 20px;
      }

      .product-care-text,
      .product-care-image {
        order: unset;
        text-align: center;
      }

      .product-care-text ul {
        text-align: left;
      }
    }
 




.product-car h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2d2d2d;
}

.product-care p {
  font-size: 16px;
  line-height: 1.6;
  color: #3b3b3b;
}


.care-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.care-list {
  flex: 1 1 60%;
}

.care-list ul {
  list-style: none;
  padding: 0;
}

.care-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.care-list li::before {
  content: "";
  background-image: url('/cdn/shop/files/arrow02-blue.webp?v=1750505816');
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

.care-image {
  flex: 1 1 35%;

}

.care-image img {
  width: 100%;
  height: auto;
}
 .cleaning-care {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
        background-color: #F7F8F8;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .cleaning-text {
      flex: 1;
      min-width: 300px;
      padding-right: 20px;
    }

    .cleaning-text h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
    }

    .cleaning-text ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .cleaning-text li {
      margin-bottom: 16px;
      line-height: 1.6;
      position: relative;
      padding-left: 30px;
      color: #333;
    }

    .cleaning-text li::before {
      content: url('/cdn/shop/files/arrow02-blue.webp?v=1750505816');
      position: absolute;
      left: 0;
      top: 4px;
      width: 20px;
      height: 20px;
    }

    .cleaning-image {
      flex: 1;
      min-width: 300px;
      text-align: right;
    }

    .cleaning-image img {
      max-width: 100%;
      height: auto;

    }

    @media screen and (max-width: 768px) {
      .cleaning-care {
        flex-direction: column;
        padding: 20px;
      }

      .cleaning-text {
        padding-right: 0;
        margin-bottom: 20px;
      }

      .cleaning-image {
        text-align: center;
      }
    }
section.product-car {
    padding-left: 28px;
    padding-right: 28px;
}



/* certification */

.certification-section {
      display: flex;
      align-items: flex-start;
      gap: 40px;
      max-width: 1200px;
      margin: auto;
      flex-wrap: wrap;
    }

    .certification-left {
      flex: 1;
      min-width: 250px;
    }

    .certi strong {
      font-size: 32px;
      margin-bottom: 30px;
      color: #1a1a1a;
    }

    .certification-logos {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .certification-logos img {
      max-width: 100%;
    }

    .certification-right {
      flex: 2;
      min-width: 300px;
    }

    .certification-right p {
      font-size: 17px;
      color: #333;
      line-height: 1.7;
      margin-bottom: 25px;
    }

    @media (max-width: 768px) {
      .certification-section {
        flex-direction: column;
        text-align: center;
      }

      .certification-right {
        text-align: left;
      }
    }


  .rockrush-section {
      display: flex;
      align-items: stretch; /* Ensure equal height columns */
      flex-wrap: wrap;
      gap: 40px;
      max-width: 1200px;
      margin: auto;
    }

    .rockrush-left,
    .rockrush-right {
      min-height: 100%;
    }

    .rockrush-left {
      flex: 2;
      min-width: 300px;
    }

    .rockrush-left h2 {
      font-size: 32px;
      margin-bottom: 20px;
      color: #1a1a1a;
    }

    .rockrush-left p {
      font-size: 17px;
      color: #333;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .rockrush-button {
      display: inline-flex;
      align-items: center;
      background-color: #156f63;
      color: white;
      padding: 12px 24px;
      text-decoration: none;
      font-weight: bold;
      border: none;
      cursor: pointer;
      margin-top: 20px;
      font-size: 16px;
    }

    .rockrush-button img {
      width: 25px;
      height: 25px;
      margin-right: 10px;
      vertical-align: middle;
    }

    .rockrush-right {
    flex: 1.2;
    max-width: 100%;
    height: 100%;
    background-color: #f2f6f7;
    padding: 26px;
    }

    .rockrush-right h3 {
      font-size: 20px;
      margin-bottom: 25px;
      color: #1a1a1a;
    }

    .service-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 20px;
      color: #156f63;
    }

    .service-item::before {
      content: url('/cdn/shop/files/arrow02-blue.webp?v=1750505816');
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-top: 3px;
      flex-shrink: 0;
    }

    .service-item span {
      color: #1a1a1a;
      font-size: 16px;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .rockrush-section {
        flex-direction: column;
      }

      .rockrush-right {
        padding: 24px;
        margin-top: 20px;
      }
    }




/* lllllllllllllllllllllllllllllllllllllllllllllllllllllllll */

 .section-wrapper {
      max-width: 1200px;
      margin: 100px auto;
      padding: 0 20px;
    }

    .section-block {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin-bottom: 70px;
      position: relative;
    }

      .section-block img {
      max-width: 100%;
      width: 461px;
      height: auto;   
      box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    }
 .section-block .text-box {
      background: white;
      padding: 30px;
      max-width: 35%;
      z-index: 2;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
      font-size: 16px;
      line-height: 1.6;
      border-radius: 6px;
      position: relative;
      top: 50px;
    }

    /* For left image, right text */
    .block-left .text-box {
      margin-left: -80px;
    }

    /* For right image, left text */
    .block-right {
      flex-direction: row-reverse;
    }

    .block-right .text-box {
      margin-right: -80px;
      text-align: center;
    }

    @media (max-width: 768px) {
      .section-block {
        flex-direction: column !important;
        align-items: center;
      }

      .text-box {
        margin: 20px 0 0 0 !important;
        top: 0;
        max-width: 90%;
      }
    }
 @media (max-width: 768px) 
{
  .section-block .text-box
  {
        max-width: 94%;
        margin-top: -113px !important;
        padding: 14px;
  }
}


/* loloooooooooooooooooooooooooo */

.jewelry-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.jewelry-card {
  background: #ecf3f6;
  padding: 1rem;
  text-align: center;
  flex: 1 1 250px; /* responsive: grows and shrinks with width */
  max-width: 100%;
}
 
.jewelry-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;

}
 
.jewelry-card p {

  font-size: 22px;
  color: #333;
  margin: 0;

}
 
@media (max-width: 768px) {
  .jewelry-section {
    flex-direction: column;


section.jewelry-section {
    padding-bottom: 25px !important;
}



    
   /* kkkkkkkkkkkkkkkkkkkkkkkkkkk */

 .jewelry-section {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.jewelry-card {
  background: #ecf3f6;
  padding: 1rem;
  text-align: center;
  flex: 1 1 250px; /* responsive: grows and shrinks with width */
  max-width: 100%;
}
 
.jewelry-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}
 
.jewelry-card p {
  font-size: 22px;
  color: #333;
  margin: 0;
}

/* ✅ Mobile View Adjustments */
@media (max-width: 768px) {
  .jewelry-section {
    flex-direction: column;
    align-items: center;
  }

  .jewelry-card {
    max-width: 90%;
  }
}

 