/** Shopify CDN: Minification failed

Line 405:0 Unexpected "<"
Line 572:0 Unexpected "<"
Line 575:0 Expected "}" to go with "{"

**/
h2.as-single-product-title.as-text-2xl.as-mb-3 {
    margin-top: 40px !important;
}

/* Main section styling - using unique ID */
#m-custom-template--27126918578546__custom_content_EQBrNk {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 4rem 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  overflow: hidden;
}
#m-custom-template--27126918578546__custom_content_EQBrNk .m\:flex-wrap {
    flex-wrap: no-wrap!important;
}

/* Container styling */
#m-custom-template--27126918578546__custom_content_EQBrNk .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Flex wrapper for two columns */
#m-custom-template--27126918578546__custom_content_EQBrNk .m-custom-content__wrapper {
  display: flex;
  justify-content: center;
}

/* Individual column styling - using specific block IDs */
#m-custom__block--text_rxWKcQ,
#m-custom__block--text_GX3RYC {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 500px;
  position: relative;
}

/* Column hover effect */
#m-custom__block--text_rxWKcQ:hover,
#m-custom__block--text_GX3RYC:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 1);
}

/* Block inner content */
#m-custom__block--text_rxWKcQ .m-custom-content__block-inner,
#m-custom__block--text_GX3RYC .m-custom-content__block-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Richtext container */
#m-custom__block--text_rxWKcQ .m-richtext,
#m-custom__block--text_GX3RYC .m-richtext {
  max-width: 450px;
  margin: 0 auto;
}

/* Title styling */
#m-custom__block--text_rxWKcQ .m-richtext__title.h2,
#m-custom__block--text_GX3RYC .m-richtext__title.h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 1rem;
}

/* Title underline effect */
#m-custom__block--text_rxWKcQ .m-richtext__title.h2::after,
#m-custom__block--text_GX3RYC .m-richtext__title.h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

/* Description text */
#m-custom__block--text_rxWKcQ .m-richtext__description,
#m-custom__block--text_GX3RYC .m-richtext__description {
  font-size: 1rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 2rem;
  opacity: 0.9;
}

/* Description paragraph spacing */
#m-custom__block--text_rxWKcQ .m-richtext__description p,
#m-custom__block--text_GX3RYC .m-richtext__description p {
  margin-bottom: 1rem;
}

/* Button styling */
#m-custom__block--text_rxWKcQ .m-richtext__button,
#m-custom__block--text_GX3RYC .m-richtext__button {
  margin-top: 2rem;
}

#m-custom__block--text_rxWKcQ .m-button--primary,
#m-custom__block--text_GX3RYC .m-button--primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #E8959D;;
  color: Black;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  position: relative;
  overflow: hidden;
}

/* Button hover effect */
#m-custom__block--text_rxWKcQ .m-button--primary:hover,
#m-custom__block--text_GX3RYC .m-button--primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

/* Button active state */
#m-custom__block--text_rxWKcQ .m-button--primary:active,
#m-custom__block--text_GX3RYC .m-button--primary:active {
  transform: scale(0.98);
}

/* Animation for fade-in-up */
@keyframes m-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#m-custom-template--27126918578546__custom_content_EQBrNk .m-scroll-trigger.animate--fade-in-up {
  animation: m-fadeInUp 0.8s ease forwards;
  opacity: 0;
}

/* Stagger animation for blocks */
#m-custom__block--text_rxWKcQ .m-scroll-trigger {
  animation-delay: 0.2s;
}

#m-custom__block--text_GX3RYC .m-scroll-trigger {
  animation-delay: 0.4s;
}

/* Decorative elements for blocks */
#m-custom__block--text_rxWKcQ::before,
#m-custom__block--text_GX3RYC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 24px 24px 0 0;
}

/* Pattern overlay for main section */
#m-custom-template--27126918578546__custom_content_EQBrNk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

/* Text color for subtext - scoped to template */
#m-custom-template--27126918578546__custom_content_EQBrNk .m-text-color-subtext {
  color: #4a5568;
}

/* Mobile responsive design */
@media (max-width: 768px) {
  #m-custom-template--27126918578546__custom_content_EQBrNk {
    padding: 2rem 0;
  }
  
  #m-custom-template--27126918578546__custom_content_EQBrNk .m-custom-content__wrapper {
    gap: 1.5rem;
  }
  
  #m-custom__block--text_rxWKcQ,
  #m-custom__block--text_GX3RYC {
    width: 100% !important;
    min-height: auto;
    padding: 2rem 1.5rem;
  }
  
  #m-custom__block--text_rxWKcQ .m-richtext__title.h2,
  #m-custom__block--text_GX3RYC .m-richtext__title.h2 {
    font-size: 1.75rem;
  }
  
  #m-custom__block--text_rxWKcQ .m-richtext__description,
  #m-custom__block--text_GX3RYC .m-richtext__description {
    font-size: 0.95rem;
  }
  
  #m-custom__block--text_rxWKcQ .m-button--primary,
  #m-custom__block--text_GX3RYC .m-button--primary {
    padding: 0.875rem 2rem;
    font-size: 0.9rem;
  }
}

/* Tablet responsive */
@media (min-width: 769px) and (max-width: 1024px) {
  #m-custom__block--text_rxWKcQ,
  #m-custom__block--text_GX3RYC {
    padding: 2rem;
  }
  
  #m-custom__block--text_rxWKcQ .m-richtext__title.h2,
  #m-custom__block--text_GX3RYC .m-richtext__title.h2 {
    font-size: 1.85rem;
  }
}

/* Focus states for accessibility */
#m-custom__block--text_rxWKcQ .m-button--primary:focus,
#m-custom__block--text_GX3RYC .m-button--primary:focus {
  outline: 2px solid #667eea;
  outline-offset: 2px;
}

/* Custom scrollbar for webkit browsers - scoped */
#m-custom-template--27126918578546__custom_content_EQBrNk ::-webkit-scrollbar {
  width: 8px;
}

#m-custom-template--27126918578546__custom_content_EQBrNk ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#m-custom-template--27126918578546__custom_content_EQBrNk ::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 4px;
}

/* Ensure text remains readable */
#m-custom__block--text_rxWKcQ .m-richtext__description,
#m-custom__block--text_GX3RYC .m-richtext__description {
  max-width: 100%;
  word-wrap: break-word;
}

/* Add smooth transitions for all interactive elements */
#m-custom-template--27126918578546__custom_content_EQBrNk * {
  transition: all 0.3s ease;
}

/* Ensure the gradient background shows through */
#m-custom-template--27126918578546__custom_content_EQBrNk .m-gradient.m-color-default {
  background: transparent;
}

/* Unique styling for first block - subtle variation */
#m-custom__block--text_rxWKcQ {
  border-top: 6px solid transparent;
}

/* Unique styling for second block - subtle variation */
#m-custom__block--text_GX3RYC {
  border-bottom: 6px solid transparent;
}

/* Optional: Different hover effect per block */
#m-custom__block--text_rxWKcQ:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 100%);
}

#m-custom__block--text_GX3RYC:hover {
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
}



#shopify-section-template--27065605816690__custom_why_choose_YEPeyd .cs-container {
    max-width: 1450px!important;
    margin: 0 auto;
}

m-quantity-input.m-quantity {
    display: none;
}

m-icon-box.m-swiper-overflow.m\:block .m-icon-box__inner.m\:flex-col.m\:items-center {
    border-radius: 15px!important;
    padding: 40px;
}
section#m-section--template--27065605816690__icon_box_c6DTXt .m-icon-box.m-icon-box--vertical {
    border-radius: 10px;
}
section#m-section--template--27065605816690__icon_box_c6DTXt .m-icon-box__description.rte.m\:text-color-subtext {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
}
h1.cs-title {
    padding-left: 15px;
}
p.cs-subtitle {
    padding-left: 15px;
}

.m-icon-box__content.m\:flex-1.m\:text-center h3.m-icon-box__heading.h4{
  font-size: 20px;
}


div#m-custom-template--27065605816690__custom_content_zPmac6 {
    background: #f5f5f5;
}


@media(max-width: 768px){
.ai-subscription-image-wrapper-aotl2dvjtq3rruuhpsaigenblocke9fc9bcqger99 {
    padding: 20px;
}

.cs-image-section {
    order: -1;
}
.cs-image-section {
    padding: 0 15px;
}

m-parallax.m-parallax.m-hero__bg.m\:block {
    border-radius: 15px;
    margin: 15px;
}


.ai-subscription-content-aotl2dvjtq3rruuhpsaigenblocke9fc9bcqger99 {
    padding: 0 20px;
}

m-icon-box.m-swiper-overflow.m\:block .m-icon-box__inner.m\:flex-col.m\:items-center {
    padding: 20px!important;
}
section#m-section--template--27065605816690__icon_box_c6DTXt .m-icon-box__description.rte.m\:text-color-subtext {
    width:100%;
}


#shopify-section-template--27065605816690__custom_why_choose_YEPeyd {
    padding: 35px 0!important;
}


#shopify-section-template--27065605685618__main .m-main-product--wrapper.m\:flex.m\:flex-wrap {
    padding: 10px 00px!important;
}

m-hero#m-hero-template--27065605816690__image_with_text_2_j6KGFr {
    margin-bottom: 0;
}

}



<style>
/* Featured Collection Section Styles */
.m-featured-collection-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #ffffff 0%, #fff5f7 100%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.m-featured-collection-section:hover .m-section__heading::after {
  width: 120px;
}


/* Product Card */
.m-product-card {
  background: white;
  border-radius:15px;
  overflow: hidden;
  
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  border: 1px solid #8080804d;
}

.m-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 40px -12px rgba(232, 149, 157, 0.25);

}

/* Product Media / Image Container */
.m-product-card__media {
  position: relative;
  padding: 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  /* aspect-ratio: 1/1; */
}

/* .m-product-card__link {
  display: block;
  width: 100%;
  height: 100%;
}

.m-mixed-layout__inner .m-image {
  width: 100%;
  height: 100%;
  display: block;
}

.m-mixed-layout__inner .m-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
} */

/* .m-product-card:hover .m-image img {
  transform: scale(1.05);
} */


/* Top Action Buttons (Wishlist, Quick View) */
/* .m-product-card__action--top {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;

  z-index: 3;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
} */

/* .m-product-card:hover .m-product-card__action--top {
  opacity: 1;
  transform: translateX(0);
} */

/* Product Info */
.m-product-card__content {
  padding: 20px;
}

.m-product-card__title {
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 1.4;
}

.m-product-card__title a {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.m-product-card__title a:hover {
  color: #E8959D;
}

/* Price */
.m-product-card__price {
  margin-bottom: 15px;
}

.m-product-card .m-price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.m-price__sale {
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-button--white {
    background: #E8959D;
}


/* Quick Add Button */
.m-product-card__action-wrapper {
  width: 100%;
}
/* Bottom Action Icons (Mobile) */
.m-product-card__action-icons {
  display: flex;
  gap: 8px;
  margin-top: 15px;
}

/* Product Description */
.m-product-card__description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*  */


@media(max-width: 768px){
  .m-product-card__media {
  position: relative;
  padding: 0px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.m-product-card__content {
    padding: 0 10px;
}


</style>


