/** Shopify CDN: Minification failed

Line 173:0 Unexpected "}"

**/
.eco-cleaning-hero {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}

.cleaning__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.cleaning__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 20px;
  overflow: hidden;
}

/* Left Section: Main Image */
.cleaning__product-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

}

.cleaning__main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cleaning__image {
    max-width: 100%;
    height: 100%;
    transition: transform .3s ease;
    object-fit: cover;
    width: 100%;
}

.cleaning__image:hover {
  transform: scale(1.02);
}

/* Right Section: Content Panel */
.cleaning__content-section {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.cleaning__content {

  
}

.cleaning__heading {

}

.cleaning__description {
    margin: 0;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom: 25px;
}

.cleaning__description p {
  margin: 0;
}

.cleaning__features {

}

.cleaning__feature {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 1rem;
}

.cleaning__feature:last-child {
  margin-bottom: 0;
}

.cleaning__feature-icon {
display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: auto;
    color: #fff;
    flex-shrink: 0;
}

.cleaning__button-wrapper {
  margin-top: auto;
}

.cleaning__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #7C3AED;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0.025em;
  transition: all 0.3s ease;
  cursor: pointer;
}


/* Animations */
.animate-on-scroll .cleaning__product-section {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease forwards;
}

.animate-on-scroll .cleaning__content-section {
  opacity: 0;
  transform: translateX(30px);
  animation: slideInRight 0.8s ease 0.2s forwards;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive Design */
@media screen and (max-width: 989px) {
  .cleaning__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .cleaning__product-section {

  }
  
  .cleaning__content-section {
 }
  
th: 80%;
  }
}

@media screen and (max-width: 749px) {
  .eco-cleaning-hero {

  }
  
  .cleaning__container {
    padding: 0 1rem;
  }
  
  .cleaning__product-section {


  }
  
  .cleaning__content-section {

  }
  
  .cleaning__heading {
    margin-bottom: 1rem;
  }
  
  .cleaning__description {
    margin-bottom: 1.5rem;
  }
  
  .cleaning__features {
    margin-bottom: 2rem;
  }
  
  .cleaning__button {
    padding: 0.875rem 2rem;
    font-size: 0.875rem;
  }
  
}

@media screen and (max-width: 480px) {
  .cleaning__container {
    padding: 0 0.5rem;
  }
  .cleaning__heading {
    margin: 0;
    font-size: 30px!important;
}
  .cleaning__product-section {

  }
  
  .cleaning__content-section {
    padding: 25px;
  }
  
  .cleaning__button {
    padding: 0.75rem 1.75rem;
    font-size: 0.8rem;
  }
  
  .cleaning__image {
  }
  #shopify-section-template--25998841872730__image_text_pzNg8y .cleaning__product-section {
    order: 0!important;
}
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .cleaning__button {
    border: 2px solid #000000;
  }
  
  .cleaning__feature-icon {
    border: 2px solid #000000;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .cleaning__button,
  .cleaning__image {
    transition: none;
  }
  
  .animate-on-scroll .cleaning__product-section,
  .animate-on-scroll .cleaning__content-section {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
