/** Shopify CDN: Minification failed

Line 225:0 Unexpected "{"
Line 225:1 Expected identifier but found "%"
Line 227:2 Unexpected "{"
Line 227:3 Expected identifier but found "%"
Line 553:4 Unexpected "{"
Line 553:5 Expected identifier but found "%"
Line 553:34 Unexpected "{"
Line 553:35 Expected identifier but found "%"
Line 558:4 Unexpected "{"
Line 558:5 Expected identifier but found "%"
... and 18 more hidden warnings

**/

/* Hero Section */
.shopify-section .section{
  --calculated-section-spacing-inline: 0px !important;
  --container-max-width: 0px !important;
}
.s1-hero-section {
  --bgi: url("https://cleanspiracy-beauty.com/cdn/shop/files/gempages_559489653745386542-72abae80-cc55-462f-96d7-ef3c52081d0d.webp?v=10973153875788298041");
  --bgi-mobile: url("https://cleanspiracy-beauty.com/cdn/shop/files/gempages_559489653745386542-302a41a6-1c2d-4b79-81f0-a0674305a2f1.png?v=1726769434198791607");
  --scale:110%;
  --h:900px;
  display: flex;
  align-items: center;

  /* APPLY background styles using variables */
  background-image: var(--bgi);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: var(--h);
  width: 100%;
}

.s1-container {
  max-width: 1200px;
  padding:100px 30px;
  margin: 0 auto;
  width: 100%;
}

.s1-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.s1-hero-text {
  padding-right: 40px;
}

.s1-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s1-stars {
  color: #ffc107;
  font-size: 18px;
  letter-spacing: 2px;
}

.s1-rating-text {
  font-size: 14px;
  color: black;
  font-weight: 500;
}

.s1-hero-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}

.s1-hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  margin-bottom: 32px;
  font-weight: 400;
}

.s1-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #18B28E;
  color: white;
  padding: 8px 24px;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  box-shadow: 2.4492935982947064e-16px 4px 12px 0px rgba(0, 0, 0, 0.4);
}

.s1-cta-button:hover {
  background: #272727;
  box-shadow: 2.4492935982947064e-16px 4px 12px 0px rgba(0, 0, 0, 0.4);
}

.s1-hero-image {
  position: relative;
}

.s1-main-image, .s1-placeholder-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.s1-placeholder-image {
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: 500;
}

/* Trust Badges */
.s1-trust-badges {
  background: linear-gradient(124deg, #18b28e 53%, #9bebd0 99%);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.s1-border-right{
    border-right: 1px solid #121212;
}

.s1-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}

.s1-badge-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align:center;
  font-style:italic;
}

.s1-badge-text{
    padding:0 50px;
}

.s1-badge-icon {
  width: 16px;
  height: 16px;
}

/* Product Details Section */
.s1-product-details {
  background: #f9fffd;
}

.s1-product-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  align-items: center;
}

.s1-product-title {
  font-size: 25px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0;
}

.s1-product-description p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* Benefits Grid */

.s1-benefits-container{
    width:1200px;
    overflow:hidden;
    position:relative;
}
.s1-benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  width: 100%;
  padding: 60px 10px;
  height:650px;
  position: relative;
}

.s1-benefits-image-bg{
  background-image: url("https://cleanspiracy-beauty.com/cdn/shop/files/gempages_559489653745386542-552413c5-8a94-4483-bfad-a58476d98d04.svg?v=12728707059756697171");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  width:100%;
  overflow:hidden;
}

{% comment %} .s1-benefits-image-bg:hover{
    background-size:120%;
} {% endcomment %}

.s1-benefit-card {
  text-align: center;
  padding: 20px;
}

.s1-benefit-box{
    text-align:center;
    padding:20px;
    background-color:rgba(255, 255, 255, 0.2);
    margin-top:50px;
}

.s1-center-card {
  grid-row: 1 / 3;
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s1-benefit-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.s1-benefit-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
}

.s1-benefit-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.s1-product-bottle, .s1-product-placeholder {
  max-width: 200px;
  height: 300px;
  object-fit: contain;
}

.s1-product-placeholder {
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 8px;
}

/* Body Acne Section */
.s1-body-acne {
  padding: 80px 20px;
  background: #f9fffd;
}

.s1-body-acne-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.s1-body-acne-image {
  position: relative;
}

.s1-body-image, .s1-body-placeholder {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
}

.s1-body-placeholder {
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.s1-acne-callout {
  position: absolute;
  top: 30%;
  right: -20px;
}

.s1-callout-circle {
  width: 60px;
  height: 60px;
  border: 3px solid #ff6b6b;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.s1-callout-line {
  width: 80px;
  height: 2px;
  background: #ff6b6b;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.s1-body-title {
  font-size: 25px;
  font-weight: 700;
  color: black;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

.s1-body-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin: 0 0 20px 0;
}

.s1-body-description, .s1-body-tagline, .s1-body-final {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 16px 0;
}

.s1-body-tagline {
  font-weight: 600;
  color:black;
}

.s1-try-button {
  display: inline-block;
  background: #00d4aa;
  color: white;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-top: 24px;
  transition: all 0.3s ease;
}

.s1-try-button:hover {
  background: #00c299;
  transform: translateY(-2px);
}

.s1-marquee-container{
display:none;}

/* Responsive Design */
@media (max-width: 768px) {
  .s1-hero-content,
  .s1-product-info,
  .s1-body-acne-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .s1-hero-text {
    padding-right: 0;
    text-align: center;
  }
  
  .s1-hero-title {
    font-size: 36px;
  }
  
  .s1-product-title,
  .s1-body-title {
    font-size: 28px;
  }
  
  .s1-benefits-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 40px 20px;
  }
  
  .s1-center-card {
    grid-row: auto;
    grid-column: auto;
    order: -1;
  }
  
  .s1-trust-badges {
    gap: 20px;
    padding: 16px;
  }
  
  .s1-badge {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  
  .s1-hero-section,
  .s1-product-details,
  .s1-body-acne {
    padding: 60px 20px;
  }
}

@media (max-width: 480px) {
   .s1-hero-section{
        background-image:var(--bgi-mobile);
        background-position:top;
        padding:0;
        height:550px;
    }
    
    .s1-hero-content{
        position:absolute;
        top:45px;
        left:0;
        width:100%;
        padding:20px;
    }

    .s1-hero-text{
        text-align:left;
    }

    .s1-rating{
        width:92%;
        background-color:rgba(104,104,104, 0.2);
        border-radius:10px;
    }

    .s1-stars{
        font-size:15px;
        letter-spacing:1px;
    }

    .s1-rating-text{
      font-family:"Suisseintl", sans-serif;
      font-weight:700;
      font-size:11px;
    }

    .s1-cta-banner{
      font-size:14px;
      padding:8px 20px;
    }
    .s1-cta-banner svg{
      width:12px;
      height:12px;
      border:1px solid white;
      border-radius:40px;
    }

    .s1-container{
        padding:0 30px;
    }

    .s1-hero-title {
        font-size: 31px;
        line-height:120%;
        font-weight:700;
        margin-bottom:10px;

    }
  
  .s1-product-title,
  .s1-body-title {
    font-size: 24px;
  }

  .s1-hero-description{
    font-size:14px;
    margin-bottom:10px;
  }
  
  .s1-product-description p,
  .s1-body-description,
  .s1-body-final {
    font-size: 14px;
  }

  .s1-trust-badges{
    display:none;
   }

  /* Marquee Styles */
    .s1-marquee-container {
    display:block;
    background: #272727;
    color: #fff;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    }

    .s1-marquee-content {
    display: inline-flex;
    animation: marquee 30s linear infinite;
    width:fit-content;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    transform: translateX(0); /* Start shifted left by 25% */
    animation-fill-mode: forwards;
    white-space:nowrap;
    }

    .s1-marquee-content span {
    position: relative;
    flex-shrink:0;
    }

    .s1-marquee-content span:after {
    {% comment %} content: "★"; {% endcomment %}
    content:"●";
    margin-left: 40px;
    margin-right: 40px;
    color:white;
    {% comment %} color: #4ade80; {% endcomment %}
    }

    @keyframes marquee {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
    }
    
    .s1-product-info{
        text-align:center;
    }

    .s1-benefits-image-bg{
        background-image: url("https://cleanspiracy-beauty.com/cdn/shop/files/gempages_559489653745386542-4aa36467-8564-491d-b33d-940af77f80ee.webp?v=9060412126604872889");
        background-position: center center;
        background-size: 100%;
        background-repeat: no-repeat;
        transition: background-size 0.5s ease;
        width:100%;
        overflow:hidden;
    }

    .s1-empty-cardbox{
        height:300px;
    }

    .s1-benefits-container{
        height:180vh;
        background-color:#dadada;
        width:120%;
        margin-left:-30px;
    }

    .s1-benefit-box{
        margin-top:20px;
    }

    .s1-body-acne{
        text-align:center;
        padding:0;
    }
    .s1-body-description, .s1-body-final{
        color:black;
    }
}


.ing-product-showcase {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.ing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ing-header-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  align-items: start;
}

.ing-title {
  font-family:"Suisseintl", sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: black;
  margin-bottom: 30px;
  line-height: 1.2;
}

.ing-features {
  display: flex;
  gap: 20px;
}

.ing-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ing-feature-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  flex-shrink: 0;
}

.ing-feature-text {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}

.ing-description {
  display: flex;
  align-items: center;
}

.ing-description p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: black;
}

.ing-main-image {
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.ing-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.ing-placeholder-image {
  width: 100%;
  height: 550px;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  font-size: 1.1rem;
}

/* Carousel Section */
.ing-carousel-section {
  background: linear-gradient(to right, #0fb98e, #7be8cc);
  padding: 10px 10px 10px 10px;
  width:90%;
  margin: -60px auto 0 auto;
  position: relative;
  z-index: 2;
}

.ing-carousel-container {
  margin: 0 auto;
}

.ing-carousel-track {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top:10px;
}

.ing-carousel-slide {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.ing-desktop-slide.ing-active {
  display: flex;
}

.ing-ingredient-card {
  display: flex;
  align-items: center;
  gap: 0px;
  backdrop-filter: blur(10px);
  margin-bottom: 15px;
}

.ing-desktop-slide .ing-ingredient-card:last-child {
  margin-bottom: 0;
}

.ing-ingredient-icon {
  flex-shrink: 0;
}

.ing-ingredient-icon img{
  width:100px;
}

.ing-ingredient-content {
  flex: 1;
}

.ing-ingredient-title {
  font-size: 20px;
  font-weight: 700;
  color: black;
  margin-bottom: 10px;
}

.ing-ingredient-description {
  font-size: 16px;
  color: black;
  line-height: 1.5;
  margin: 0;
}

/* Carousel Dots */
.ing-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.ing-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.ing-dot.ing-active {
  background-color: white;
}

.ing-dot:hover {
  background-color: rgba(255,255,255,0.7);
}
  .ing-mobile-slide,
  .ing-mobile-dots {
    display: none !important;
  }

@keyframes fadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

.sm2-comparison-section {
  padding: 60px 20px;
  background-color: #F9FFFD;
  font-family:  'Suissentl', sans-serif;
}

.sm2-container {
  max-width: 42%;
  margin: 0 auto;
}

.sm2-header {
  text-align: center;
  margin-bottom: 50px;
}

.sm2-title {
  font-family:"Suisseintl", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: black;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.sm2-highlight-desktop {
  color: #18b28e;
}

.sm2-highlight-mobile {
  display:none;
  color: black;
}

.sm2-subtitle {
  font-family:"Poppins", sans-serif;
  font-size: 18px;
  color: black;
  line-height: 1.5;
  margin: 0;
}

.sm2-table-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.sm2-comparison-table {
  display: flex;
  flex-direction: column;
}

.sm2-table-header {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr 1fr 1fr;
  color: #272727;
  font-weight:normal;
  font-size:19px
}

.sm2-header-cell {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #73c6b2;
}

.sm2-header-cell:last-child {
  border-right: none;
}

.sm2-feature-header {
  background: transparent;
}

.sm2-product-header {
  background: #18b28e;
  position: relative;
}

.sm2-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm2-product-image img{ width:80px; height:80px;}

.sm2-table-row {
  display: grid;
  grid-template-columns: 1.1fr 0.6fr 1fr 1fr;
  border-bottom: 1px solid #73c6b2;
}

.sm2-table-row:last-child {
  border-bottom: none;
}

.sm2-feature-cell {
  padding: 0 0 0 15px;
  font-weight: 700;
  font-size:14px;
  color:#000000;
  display: flex;
  align-items: center;
  background: #f8f9fa;
}

.sm2-status-cell {
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm2-status-cell:last-child {
  border-right: none;
}

.sm2-status-cell:nth-child(2) {
  background: #18b28e;
  color:white;
}

.sm2-question {
  font-size: 24px;
  font-weight: bold;
  color: #272727;
}


/* Mobile Responsive */
@media (max-width: 768px) {
  .ing-mobile-slide,
  .ing-mobile-dots {
    display: none !important;
  }
  
  .ing-desktop-slide {
    display: none;
  }
  
  .ing-desktop-slide.ing-active {
    display: block;
  }
  
  .ing-mobile-slide {
    display: none;
  }
  
  .ing-mobile-slide.ing-active {
    display: block;
  }
  
  .ing-ingredient-card {
    text-align: center;
    padding: 25px 20px;
    margin-bottom: 0;
  }

  .ing-product-showcase {
    padding: 40px 0;
  }
  
  .ing-container {
    padding: 0 15px;
  }
  
  .ing-header-content {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
  
  .ing-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  
  .ing-features {
    align-items: center;
  }
  
  .ing-carousel-section {
    padding: 30px 20px;
    margin-top: -40px;
  }
  
  .ing-carousel-track {
    touch-action: pan-x;
    overflow-x: hidden;
  }
  
  .ing-ingredient-title {
    font-size: 1.3rem;
  }
  
  .ing-ingredient-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .ing-mobile-slide,
  .ing-desktop-dots{
    display:none;
  }

  .ing-mobile-dots{
    display:block !important;
    margin:0 auto;
    text-align:center;
  }
  
  .ing-desktop-slide {
    display: none !important;
  }
  
 .ing-desktop-slide.ing-active {
    display: block;
  }
  
  .ing-mobile-slide {
    display: none;
  }
  
  .ing-mobile-slide.ing-active {
    display: block !important;
  }

  .ing-title {
    font-size: 25px;
    font-weight:700;
  }

  .ing-features{align-items:center; justify-content:center;gap:20px;}
  .ing-feature-item{flex-direction:column;}
  
  .ing-feature-text {
    font-size: 14px;;
  }
  
  .ing-description p {
    font-size: 14px;
  }
  
  .ing-carousel-section {
    width:100%;
    padding: 0;
    border-radius:0 0 10px 10px;
    background:#CCCCCC;
  }

  .ing-carousel-track{
    padding-left:10px;
    padding-right:5px;
  }
  
  .ing-ingredient-card {
    display:flex;
    gap:0px;
    align-items:center;
    padding: 10px 0 20px 0;
    text-align:left;
  }

  .ing-ingredient-icon img{
    width:80px;
    height:80px;
  }

  .ing-ingredient-title{ font-size:16px;  }
  .ing-ingredient-description{ font-size:14px; }

  .ing-main-image, .ing-placeholder-image{
    height:400px;
  }
  .ing-main-image img{
    width:100%;
    object-fit:cover;
    height:400px;
  }

  .ing-dot{ width:8px; height:8px; margin-bottom:20px;}

   .sm2-comparison-section {
   padding: 20px 15px;
   background-color: #f8f9fa;
 }

 .sm2-container {
   max-width: 100%;
   margin: 0 auto;
 }

 .sm2-header {
   font-size:25px;
 }

 .sm2-title{font-size:25px;}

 .sm2-subtitle{font-size:13px;}

 .sm2-highlight-desktop{ display:none; }
 .sm2-highlight-mobile{ display:inline; } 

 .sm2-table-wrapper {
   background: transparent;
   border-radius: 0;
   box-shadow: none;
   overflow: visible;
 }

 .sm2-comparison-table {
   display: flex;
   flex-direction: column;
   gap: 0;
 }

 .sm2-table-header {
   display: grid;
   grid-template-columns: 120px 1fr 1fr 1fr;
   background: transparent;
   color: #2c3e50;
   font-weight: 600;
   font-size: 12px;
 }

 .sm2-header-cell {
   padding: 8px 3px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   border-right: none;
   line-height: 1.2;
   font-size:14px;
 }

 .sm2-feature-header {
   background: transparent;
 }

 .sm2-product-header {
   background: #18B28E;
 }

 .sm2-product-image {
   display: flex;
   align-items: center;
   justify-content: center;
 }

 .sm2-product-image img {
   width: 80px;
   height: auto;
 }

 .sm2-table-row {
   display: grid;
   grid-template-columns: 120px 1fr 1fr 1fr;
   border-bottom: 1px solid #18B28E;
   margin-bottom: 0;
   border-radius: 0;
   overflow: visible;
   align-items: center;
   min-height: 50px;
   gap: 0;
 }

 .sm2-table-row:last-child {
   border-bottom: 1px solid #18B28E;
 }

 .sm2-feature-cell {
   padding: 12px 8px;
   font-weight: 700;
   color: #2c3e50;
   font-size: 13px;
   background: transparent;
   border-right: none;
   text-align: left;
   line-height: 1.3;
 }

 .sm2-status-cell {
   padding: 12px 5px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-right: none;
   border-bottom: none;
   background: transparent;
   position: relative;
   height: 100%;
 }

 .sm2-status-cell:nth-child(2) {
   background: #18B28E;
   margin: 0;
   border-radius: 0;
   width: 100%;
   height: 100%;
 }

 .sm2-status-cell:nth-child(3),
 .sm2-status-cell:nth-child(4) {
   background: #f8f9fa;
   margin: 0;
   border-radius: 0;
   width: 100%;
   height: 100%;
 }

 .sm2-status-cell::before {
   display: none;
 }

 .sm2-question {
   font-size: 18px;
   font-weight: bold;
   color: #999;
   margin-left: 0;
 }

 .sm2-status-cell svg {
   margin-left: 0;
   width: 25px;
   height: 25px;
 }

 .sm2-check svg circle {
   r: 8;
 }

 .sm2-check svg path {
   stroke-width: 1.5;
 }

 .sm2-cross svg {
   width: 16px;
   height: 16px;
 }

 .sm2-cross svg line {
   stroke-width: 1.5;
 }

 .sm2-check-small svg {
   width: 14px;
   height: 14px;
 }

 .sm2-check-small svg path {
   stroke-width: 1.5;
 }
}

/*home section 2*/

  .sm3-product-showcase {
    width: 100%;
    background: linear-gradient(47deg, #000000 0%, #262626 39%);
    overflow: hidden;
    position: relative;
  }

  .sm3-main-content {
    display: flex;
    align-items: center;
    min-height: 700px;
    margin: 0 auto;
  }

  .sm3-text-content {
    flex: 1;
    padding-right: 60px;
  }

  .sm3-left-content{
    padding:0 30px;
    width:60%;
    color: white;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
  }

  .sm3-title {
    font-family:'Suissentl', sans-serif;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .sm3-subtitle {
    font-family:'Poppins', sans-serif;
    font-size: 13px;
    margin-top:15px;
    margin-bottom: 15px;
    line-height: 2;
    opacity: 0.9;
  }

  .sm3-features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
  }

  .sm3-feature-item {
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .sm3-feature-item img {
    width: 30px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .sm3-check-icon {
    color: #00ff88;
  }

  .sm3-x-icon {
    color: #ffffff;
  }

  .sm3-image-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sm3-product-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }

  .sm3-marquee-container {
    background: linear-gradient(124deg, #18b28e 53%, #9bebd0 99%);
    padding: 15px 0;
    overflow: hidden;
    white-space: nowrap;
  }

  .sm3-marquee-content {
    display: inline-block;
    animation-name: sm3-marquee;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-family: 'SuisseIntl', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
  }

  @keyframes sm3-marquee {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @keyframes sm3-marquee-mobile {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .s7-acne-showcase {
    padding: 60px 20px;
    background: #ffffff;
    font-family: 'Suissentl', sans-serif;
  }

  .s7-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .s7-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .s7-title {
    font-family: 'Suissentl', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: black;
    margin: 0;
    line-height: 1.5;
  }

  .s7-main-content {
    background-image: url("/cdn/shop/files/gempages_559489653745386542-ba0078a3-7d87-49a6-b0e7-1bc924c9ac77.webp");
    background-color:rgba(38,38,38, 0.29);
    background-blend-mode:overlay;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    align-items: stretch;
    margin-bottom: 0;
    min-height: 500px;
  }

  .s7-left-column {
    display:grid;
    color: white;
    padding: 40px 30px;
    border-radius: 0;
  }

  .s7-effective-section{
    width:70%;
    text-align:center;
    margin: 0 auto;
    align-self:center;
  }

  .s7-zero-effects-section{
    width:70%;
    text-align:center;
    margin: 0 auto;
    align-self:center;
  }

  .s7-right-column {
    display:grid;
    color: white;
    padding: 40px 30px;
    border-radius: 0;
  }

  .s7-effective-title{
    font-family:"Suissentl", sans-serif;
    background-color:rgb(255,255,255, 0.1);
    padding:3px 10px;
    border-radius:10px;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing:-0.4px;
    align-items: center;
    color: black;
  }
  .s7-zero-title {
    font-family:"Suissentl", sans-serif;
    background-color:rgb(255,255,255, 0.1);
    padding:3px 10px;
    border-radius:10px;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing:-0.4px;
    align-items: center;
    color: white;
  }

  .s7-checkmark {
    background: #4CAF50;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
  }

  .s7-prohibition-sign {
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #ff4444;
    font-weight: bold;
  }

  .s7-effective-list,
  .s7-zero-list {
    display:inline-block;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-left:auto;
    margin-right:auto;
  }

  .s7-effective-item{
    font-family:'Poppins', sans-serif;
    padding: 5px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
  }
  .s7-zero-item {
    padding: 5px 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
  }

  .s7-circle,
  .s7-circle-white {
    display:flex;
    font-size: 12px;
    color: black;
  }

  .s7-zero-circle,
  .s7-zero-circle-white {
    display:flex;
    font-size: 12px;
    color: white;
  }

  .s7-center-column {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px;
  }

  .s7-center-column img{
    display:none;
  }

  .s7-product-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    transition: transform 0.3s ease;
  }

  .s7-product-container:hover {
    transform: scale(1.1);
  }

  .s7-product-bottles {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    position: relative;
    z-index: 2;
  }

  .s7-product-bottle {
    position: relative;
    transition: transform 0.3s ease;
  }

  .s7-product-container:hover .s7-product-bottle {
    transform: scale(1.05);
  }

  .s7-bottle-1 {
    width: 45px;
    height: 140px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }

  .s7-bottle-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: rgba(200, 200, 200, 0.8);
    border-radius: 6px 6px 0 0;
  }

  .s7-bottle-2 {
    width: 50px;
    height: 160px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  }

  .s7-bottle-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: rgba(200, 200, 200, 0.8);
    border-radius: 8px 8px 0 0;
  }

  .s7-bottle-2:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 30px;
    background: #7fb069;
  }

  .s7-bottle-3 {
    width: 55px;
    height: 180px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 3;
  }

  .s7-bottle-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: rgba(200, 200, 200, 0.9);
    border-radius: 10px 10px 0 0;
  }

  .s7-bottle-3:after {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 35px;
    background: #7fb069;
  }

  .s7-bottle-4 {
    width: 48px;
    height: 150px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    position: relative;
    box-shadow: 0 6px 18px rgba(0,0,0,0.22);
  }

  .s7-bottle-4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    background: rgba(200, 200, 200, 0.8);
    border-radius: 7px 7px 0 0;
  }

  .s7-bottle-5 {
    width: 46px;
    height: 145px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    position: relative;
    box-shadow: 0 5px 16px rgba(0,0,0,0.2);
  }

  .s7-bottle-5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 21px;
    background: rgba(200, 200, 200, 0.8);
    border-radius: 6px 6px 0 0;
  }

  .s7-product-boxes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .s7-box-1 {
    position: absolute;
    width: 120px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    top: 20%;
    left: 15%;
  }

  .s7-box-2 {
    position: absolute;
    width: 100px;
    height: 60px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    bottom: 25%;
    right: 20%;
  }

  .s7-mobile-products {
    display: none;
  }

  .s7-stats-section {
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 40px;
    position: absolute;
    left:27%;
    width:46%;
    bottom:100px;
  }

  .s7-stats-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    text-align: center;
    background: white;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin: -30px 40px 0;
    position: relative;
    z-index: 10;
  }

  .s7-stat-item {
    opacity: 1;
    transition: transform 0.3s ease;
    padding: 10px;
  }

  .s7-stat-item:last-child {
    border-right: none;
  }

  {% comment %} .s7-stat-item:hover {
    transform: translateY(-8px);
  } {% endcomment %}

  .s7-stat-number {
    font-family:"Suisseintl", sans-self;
    font-size: 33px;
    font-weight: 700;
    color: black;
    margin-bottom: 15px;
    line-height: 1;
  }

  .s7-stat-text {
    font-family:"Poppins", sans-serif;
    font-size: 19px;
    color: black;
    line-height: 1.4;
  }

  .s7-stat-number-mb{
  display:none;}

  .s7-carousel-dots {
    display: none;
  }

  .s7-disclaimer {
    text-align: center;
    font-size: 13px;
    color: black;
    line-height: 2.5;
    font-style: italic;
    max-width: 800px;
    margin: 75px auto 0;
    padding: 0 20px;
  }

  /* Mobile Styles */
  @media (max-width: 768px) {
    .sm3-main-content {
      flex-direction: column;
      padding: 40px 20px 0;
      min-height: auto;
    }

    .sm3-image-content {
      width: 100%;
    }

    .sm3-product-image {
      max-width: 350px;
    }

    .sm3-marquee-content {
      font-size: 14px;
    }
    .s7-acne-showcase {
    padding: 0;
    background: #c4c4c4;
    }

    .s7-container {
      padding: 0;
    }

    .s7-header {
      margin-bottom: 40px;
      padding: 40px 20px 0;
      background: #c4c4c4;
    }

    .s7-title {
      font-size: 36px;
      color: black;
    }

    .s7-main-content {
      display: block;
      margin-bottom: 0;
    }

    .s7-left-column {
      background: #c4c4c4;
      color: black;
      margin: 0;
      padding: 0 20px 40px;
      border-radius: 0;
    }

    .s7-effective-title {
      color: black;
    }

    .s7-effective-item {
      color: black;
    }

    .s7-center-column {
      background: #c4c4c4;
      margin: 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .s7-product-container {
      width: 400px;
      height: 500px;
      background: #c4c4c4;
      position: relative;
    }

    .s7-world-map {
      position: absolute;
      width: 350px;
      height: 250px;
      background: rgba(255,255,255,0.6);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 0;
      opacity: 1;
    }

    .s7-world-map:before {
      content: '';
      position: absolute;
      width: 200px;
      height: 120px;
      background: rgba(255,255,255,0.8);
      top: 20px;
      left: 20px;
      border-radius: 20px 60px 40px 10px;
    }

    .s7-world-map:after {
      content: '';
      position: absolute;
      width: 100px;
      height: 80px;
      background: rgba(255,255,255,0.8);
      bottom: 30px;
      right: 40px;
      border-radius: 15px 25px 35px 5px;
    }

    .s7-right-column {
      background: #c4c4c4;
      color: black;
      padding: 40px 20px;
      border-radius: 0;
      position: relative;
    }

    .s7-zero-title {
      color: black;
    }

    .s7-zero-item {
      color: black;
    }

    .s7-circle-white {
      color: #666666;
    }

    .s7-prohibition-sign {
      background: #ff4444;
      color: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
    }

    .s7-mobile-products {
      display: none;
    }

    .s7-stats-section {
      margin: 0;
      border-radius: 16px 16px 0 0;
      padding: 40px 20px;
      background: white;
      position: relative;
      overflow: hidden;
    }

    .s7-stats-container {
      grid-template-columns: 1fr;
      gap: 0;
      position: relative;
      overflow: hidden;
    }

    .s7-stat-item {
      display: none;
      padding: 20px 0;
      text-align: center;
    }

    .s7-stat-item.s7-active-slide {
      display: block;
    }

    .s7-carousel-dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
    }

    .s7-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #ddd;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .s7-dot.s7-active {
      background: #7fb069;
    }

    .s7-stat-number {
      font-size: 72px;
      margin-bottom: 15px;
      font-weight: 700;
      color: #333333;
    }

    .s7-stat-text {
      font-size: 16px;
      color: #666666;
      line-height: 1.4;
    }

    .s7-disclaimer {
      padding: 30px 20px;
      color: #666666;
      font-size: 13px;
      background: white;
      margin: 0;
    }
    
  }

  @media (max-width: 480px) {
    .sm3-main-content{
      padding:0;
      display:block;
    }
    .sm3-product-image {
      display:block;
      max-width:390px !important;
      width: 390px;
      height:390px;
    }

    .sm3-marquee-container{
      background:#272727 !important;
    }

    .sm3-marquee-content{animation-name:sm3-marquee-mobile;}

    .sm3-image-content{
      width:100%;
      display:block;
    }

    .sm3-text-content {
      display: block;
      width:100%;
      padding:0;
    }

    .sm3-left-content{
      width:100%;
      padding:30px 22px;
    }

    .sm3-title{ 
      text-align:center;
      font-size:29px;
      font-weight:700;
    }
    .sm3-subtitle{ 
      text-align:center;
      line-height:1.5;
      font-size:12px;
    }

    .sm3-feature-item img{
      width:27px;
      height:auto;
      margin-right:5px;
    }

    .sm3-feature-item span{
      font-size:13px;
    }

    .s7-main-content{padding-bottom:20px;}
    .s7-acne-showcase{background-color:white;}
    .s7-header{background-color:white; margin-bottom:30px;}
    .s7-left-column{padding:30px 16px;}
    .s7-effective-section{
      width:100%;
    }
    .s7-effective-title{
      font-size:19px;
      margin-bottom:0px;
    }

    .s7-container{ width:85%;}

    
    .s7-title {
      font-size: 29px;
      line-height:1.3;
    }

    .s7-center-column img{
      width:400px;
      height:auto;
      display:block;
    }

    .s7-right-column {
      width: 100%;
      position: static;
    }

    .s7-zero-effects-section{
      width:100%;
    }

    .s7-zero-title{color:white;margin-bottom:0px;}

    .s7-stats-section{
      width:90%;
      margin-top:50px;
      left:5%;
      background-color:unset;
    }

    .s7-stats-container{
      border-radius:10px;
      margin:-30px 0 0 0;
      padding:10px;
    }
    .s7-stat-item{
      border-radius:10px;
      padding:0;
    }
    .s7-dot{width:9px; height:9px;}
    .s7-dot.s7-active{background:#73C6B2;}
    .s7-stat-number{
      font-size:25px;
      color:black;
    }
    .s7-stat-number{
      display:none;
    }
    .s7-stat-number-mb{
      display:block;
      font-family:"Poppins",sans-serif;
      font-weight:700;
      font-size:25px;
      color:black;
    }

    .s7-stat-text{
      font-size:14px;
      color:black;
    }

    .s7-disclaimer{
      margin-top:-120px;
      font-size:11px;
    }

    .s7-mobile-products {
      gap: 20px;
      padding: 30px 15px;
    }

    .s7-mobile-bottle {
      width: 45px;
      height: 120px;
    }

  }

/*home section 3*/

  .s8-testimonial-section {
    background-color: #f8f9fa;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }

  .s8-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .s8-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .s8-customer-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
  }

  .s8-avatar {
    width: 70px;
    height: auto;
    margin-left: -8px;
    position: relative;
    z-index: 1;
  }

  .s8-avatar:first-child {
    margin-left: 0;
  }

  .s8-customer-text {
    color: black;
    font-size: 14px;
  }

  .s8-main-title {
    font-family:"Suisseintl", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: black;
    margin: 0;
    line-height: 1.2;
  }
  
  .s8-container-box{
    display:flex;
    overflow:hidden;
    gap:20px;
    align-items:center;
  }

  .s8-carousel-wrapper {
    width:100%;
    position: relative;
    overflow: hidden;
  }

  .s8-carousel-container {
    display: flex;
    width:100%;
    transition: transform 0.3s ease;
  }

  .s8-testimonial-card {
    flex: 0 0 100%;
    padding: 0;
    display: flex;
  }

  .s8-testimonial-content {
    background-color:#F2F2F2;
    flex: 0 0 360px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .s8-testimonial-box{
    display:flex;
    {% comment %} width:75%; {% endcomment %}
    margin: 0 auto;
    }

  .s8-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 10px;
  }

  .s8-star {
    color: #fbbf24;
    font-size: 20px;
  }

  .s8-testimonial-text {
    font-family:"Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #2d3748;
    margin-bottom: 10px;
    flex-grow: 1;
  }

  .s8-customer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content:flex-start;
  }

  .s8-customer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }

  .s8-customer-details{
    display:flex;
    flex-direction:row;
    gap: 10px;
  }

  .s8-customer-details h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
  }

  .s8-customer-details p {
    margin: 2px 0 0 0;
    font-size: 12px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .s8-stats-panel {
    flex: 0 0 360px;
    background-color: #18B28E;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    {% comment %} justify-content: center; {% endcomment %}
    position: relative;
    overflow: hidden;
  }

  .s8-stats-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
  }

  .s8-stat-item {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
  }

  .s8-stat-label {
    font-family:"Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.9;
  }

  .s8-stat-bar {
    flex:0 0 90%;
    background: rgba(255, 255, 255, 0.2);
    height: 15px;
    border-radius: 10px;
    overflow: hidden;
  }
    .s8-stat-bar-box{
        display:flex;
        align-items:center;
    }

  .s8-stat-fill {
    height: 100%;
    background: white;
    border-radius: 4px;
    transition: width 0.8s ease;
  }

  .s8-stat-percentage {
    font-size: 24px;
    font-weight: 400;
    float: right;
  }

  .s8-stat-description {
    font-family:"Suisseintl", sans-serif;
    font-weight:700;
    font-size: 14px;
    opacity: 0.8;
    font-style: italic;
    clear: both;
    margin-top: 15px;
  }

  .s8-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .s8-nav-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 20px;
    color: #666;
  }

  .s8-nav-btn:hover {
    background: #f8f9fa;
    transform: scale(1.05);
  }

  .s8-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
  }

  .s8-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }

  .s8-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.2s ease;
  }

  .s8-dot.active {
    background: #10b981;
  }

  /* Mobile Styles */
  @media (max-width: 768px) {
    .s8-testimonial-section {
      padding: 40px 15px;
    }

    .s8-main-title {
      font-size: 24px;
    }

    .s8-testimonial-card {
      flex-direction: column;
      min-height: auto;
    }

    .s8-testimonial-content {
      padding: 30px 25px;
    }

    .s8-testimonial-text {
      font-size: 16px;
    }

    .s8-stats-panel {
      flex: none;
      padding: 30px 25px;
    }

    .s8-nav-buttons {
      display: none;
    }

    .s8-carousel-container {
      scroll-snap-type: x mandatory;
      {% comment %} overflow-x: auto; {% endcomment %}
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .s8-carousel-container::-webkit-scrollbar {
      display: none;
    }

    .s8-testimonial-card {
      scroll-snap-align: start;
      flex: 0 0 100%;
    }
  }

  @media (max-width: 480px) {
    .s8-testimonial-box{
      display:block;
    }
  }

/*home last section */

  .last-dual-clear-section {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
  }

  .last-main-content {
    padding: 80px 20px;
    background: #f8f9fa;
  }

  .last-content-wrapper {
    max-width: 58%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:25px;
  }

  .last-content-image {
    flex: 1;
  }

  .last-content-image img{
    float:right;
    width:100%;
  }

  .last-content-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .last-content-text {
    flex: 1;
    min-width: 300px;
  }

  .last-content-title {
    font-family:"Suisseintl", sans-serif;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 20px;
    color: black;
    line-height:120%;
    width:90%;
  }

  .last-content-description,
  .last-content-details {
    font-family:"Poppins", sans-serif;
    font-size: 19px;
    margin-bottom: 15px;
    color: black;
  }

  .last-content-solution {
    font-size: 19px;
    font-family:"Poppins", sans-serif;
    margin-bottom: 20px;
    color: black;
  }

  .last-content-tagline {
    font-family:"Poppins", sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    color: black;
  }

  .last-cta-button {
    background: #18B28E;
    font-family:"Suisseintl", sans-serif;
    color: white;
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: background 0.3s ease;
  }

  .last-cta-button:hover {
    background: #272727;
  }

  .last-faq-section {
    padding: 80px 20px;
    max-width: 800px;
    margin: 0 auto;
  }

  .last-faq-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2c3e50;
  }

  .last-faq-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #e9ecef;
  }

  .last-faq-tab {
    background: none;
    border: none;
    padding: 15px 30px;
    font-size: 1.1rem;
    cursor: pointer;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
  }

  .last-faq-tab.last-active,
  .last-faq-tab:hover {
    color: #7fb069;
    border-bottom-color: #7fb069;
  }

  .last-faq-item {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 10px;
  }

  .last-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 0;
    text-align: left;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2c3e50;
  }

  .last-faq-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
  }

  .last-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .last-faq-answer p {
    padding: 0 0 20px 0;
    color: #666;
  }

  .last-moving-images {
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    background: #f8f9fa;
  }

  .last-image-track {
    display: inline-flex;
    animation: lastMoveLeft 30s linear infinite;
  }

  .last-moving-image {
    flex-shrink: 0;
    margin-right: 20px;
  }

  .last-moving-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
  }

  @keyframes lastMoveLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .last2-faq-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Poppins', sans-serif;
  }

  .last2-faq-title {
    font-family:"Suisseintl", sans-serif;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: black;
    margin-bottom: 40px;
    letter-spacing: -1px;
  }

  .last2-tab-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }

  .last2-tab-button {
    font-family:"Suisseintl", sans-serif;
    font-weight:700;
    background: none;
    border: none;
    padding: 8px 16px;
    font-size: 20px;
    color: black;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
  }

  .last2-tab-button.last2-active {
    color: black;
    background-color: rgba(115,198,178, 0.15);
  }

  .last2-tab-button.last2-active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #73c6b2;
    border-bottom: 1px solid rgba(115,198,178, 0.15);
  }

  .last2-tab-content {
    display: none;
  }

  .last2-tab-content.last2-active {
    display: block;
  }

  .last2-accordion-container {
    max-width: 60%;
    margin: 0 auto;
  }

  .last2-accordion-item {
    background-color:#f2f2f2;
    border-radius:8px;
    margin-bottom:15px;
  }

  .last2-accordion-header {
    font-family:"Suisseintl", sans-serif;
    width: 100%;
    padding: 8px 24px;
    background: none;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight:400;
    color: black;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
  }

  .last2-accordion-icon {
    font-size: 25px;
    color: black;
    transition: transform 0.3s ease;
  }

  .last2-accordion-item.last2-open .last2-accordion-icon {
    transform: rotate(45deg);
  }

  .last2-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .last2-accordion-item.last2-open .last2-accordion-content {
    max-height: 200px;
  }

  .last2-accordion-text {
    padding: 8px 24px;
    color: black;
    font-size:15px;
  }

  .last3-clear-revolution-section {
  width: 100%;
  font-family: "Poppins", sans-serif;
  }

  /* Carousel Styles */
  .last3-carousel-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
  }

  .last3-carousel-track {
    display: flex;
    width: calc(400px * 14); /* 7 images × 2 sets × 400px */
    height: 100%;
    animation: last3-scroll 30s linear infinite;
  }

  .last3-carousel-track:hover {
    animation-play-state: paused;
  }

  .last3-carousel-slide {
    flex: 0 0 250px;
    height: 250px;
  }

  .last3-carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  @keyframes last3-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-400px * 7)); /* Move by width of 7 images */
    }
  }

  /* Newsletter Section */
  .last3-newsletter-section {
    background-color:#18B28E;
    padding: 32px 30px;
    text-align: center;
    color: white;
  }

  .last3-newsletter-content {
    max-width: 1200px;
    display:flex;
    margin: 0 auto -30px auto;
  }

  .last3-newsletter-contentL{
    flex:1;
    text-align:left;
  }
  .last3-newsletter-contentR{
    flex:1;
  }

  .last3-newsletter-title {
    font-family:"Suisseintl", sans-serif;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color:white;
  }

  .last3-newsletter-subtitle {
    width:80%;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 40px 0;
    color:white;
    line-height: 1.4;
    
  }

  .last3-newsletter-form {
    max-width: 500px;
    margin: 60px auto 0 auto;
  }

  .last3-form-group {
    display: flex;
    gap: 0;
  }

  .last3-email-input {
    flex: 1;
    padding: 8px 24px;
    border: none;
    font-size: 16px;
    outline: none;
    background: white;
    color: black;
  }

  .last3-email-input::placeholder {
    color: rgba(0,0,0,0.5);
  }

  .last3-submit-btn {
    padding: 15px 30px;
    background: black;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
  }

  .last3-submit-btn:hover {
    background: #1a1a1a;
  }

  .last3-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .last3-message.last3-show {
    opacity: 1;
  }

  .last3-message.last3-success {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .last3-message.last3-error {
    background: rgba(255, 87, 87, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 87, 87, 0.3);
  }

  @media (max-width: 768px) {
    .last3-carousel-container {
      height: 150px;
    }
    
    .last3-carousel-slide {
      flex: 0 0 300px;
    }
    
    .last3-carousel-track {
      width: calc(300px * 14);
    }
    
    @keyframes last3-scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-300px * 7));
      }
    }
    
    .last3-newsletter-title {
      font-size: 32px;
    }
    
    .last3-newsletter-subtitle {
      font-size: 16px;
    }
    
    .last3-form-group {
      flex-direction: column;
    }
    
    .last3-email-input {
      border-radius: 5px;
      margin-bottom: 15px;
    }
    
    .last3-submit-btn {
      border-radius: 5px;
    }
  }

  /* Responsive Design */
  @media (max-width: 480px) {
    
    .last-content-wrapper {
      max-width:100%;
      width:100%;
      display:block;
      text-align: center;
    }
    
    .last-content-title {
      font-size: 24px;
      margin:0 auto;
    }

    .last-content-image img{margin-bottom:15px;}

    .last-content-description{
      font-size:13px;
      margin-top:15px;
    } 
    
    .last-content-details{font-size:13px;}

    .last-content-solution, .last-content-tagline{
      margin:30px 0;
      font-size:13px;
    }
    
    .last-testimonials-slider {
      flex-direction: column;
    }

    .last2-faq-title{ font-size:30px; }
    .last2-tab-button{ font-size:16px; }
    .last2-accordion-container{ max-width:100%; }
    .last2-accordion-header{font-size:16px;}
    .last3-newsletter-section {
      padding: 40px 15px;
    }
    
    .last3-newsletter-title { font-size: 25px; }

    .last3-newsletter-subtitle{ 
      font-size:13px;
      width:100%;
      margin:0;
    }

    .last3-newsletter-content{
      display:block;
      margin:0 auto;
    }

    .last3-newsletter-contentL{text-align:center;}
    .last3-form-group{ display:flex; flex-direction:unset; }
    .last3-form-group{ width:70px; }
    .last3-submit-btn{ 
      padding:8px 24px;
      flex: 0 0 120px;
      border-radius:0px;
      height:38px;
    }
    .last3-newsletter-form{
      width:80%;
      margin:0 auto;
    }

    .last3-email-input{
      font-weight:normal;
      flex:0 0 180px;
      width:50%;
      font-size:13px;
      border-radius:0px;
      height:38px;
    }
  }

/*sticky banner*/

.sticky-banner-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  pointer-events: none;
}

.sticky-banner-content {
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  gap: 12px;
  pointer-events: auto;
  width: 320px;
  height:60px;
  border: 1px solid #e5e5e5;
}

.sticky-product-image {
  flex: 0 0 27%;
}

.sticky-product-img {
    position:absolute;
    left:15px;
    top:-25px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.sticky-cta-wrapper {
  flex: 0 0 50%;
}

.sticky-cta-button {
  font-family:"Suisseintl", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #18B28E;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  padding: 4px 15px;
  font-weight: 700;
  font-size: 15px;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius:3px;
}

.sticky-cta-button:hover {
  background: #272727;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(32, 178, 170, 0.3);
}

.sticky-cta-text {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  white-space: nowrap;
}

.sticky-cta-arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.sticky-cta-button:hover .sticky-cta-arrow {
  transform: translateX(2px);
}

.sticky-img-mobile{display:none;}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .sticky-banner-container {
    bottom: 15px;
    left: 15px;
    right: 15px;
    transform: none;
  }
  
  .sticky-banner-content {
    max-width: none;
    width: 100%;
  }
  
  .sticky-cta-text {
    font-size: 13px;
  }
}

/* Animation on load */
@keyframes sticky-slide-up {
  from {
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

.sticky-banner-container {
  animation: sticky-slide-up 0.5s ease-out;
}

@media (max-width: 768px) {
  @keyframes sticky-slide-up-mobile {
    from {
      transform: translateY(100px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .sticky-banner-container {
    animation: sticky-slide-up-mobile 0.5s ease-out;
  }
}

@media (max-width: 480px) {
  @keyframes sticky-slide-up-mobile {
    from {
      transform: translateY(100px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .sticky-banner-container {
    animation: sticky-slide-up-mobile 0.5s ease-out;
  }

  .sticky-product-image{flex: 0 0 30%;}
  .sticky-img-desktop{display:none;}
  .sticky-img-mobile{display:block;}
  .sticky-product-img {left:35px;}
  .sticky-cta-text{font-size:16px;}
}