
/* ==========================================================
   Aafiyora v4.5 Speed + Core Web Vitals Edition
   ========================================================== */
.aafi-v45-cwv-mode *{
  scroll-behavior:auto!important;
}
.aafi-v45-cwv-mode .aafi-product-card,
.aafi-v45-cwv-mode .aafi-wc-card,
.aafi-v45-cwv-mode .aafi-deal-card,
.aafi-v45-cwv-mode .goal-selector-card-v35{
  will-change:auto!important;
}
.aafi-v45-cwv-mode img{
  max-width:100%;
  height:auto;
}
.aafi-v45-cwv-mode .hero-section,
.aafi-v45-cwv-mode .page-hero{
  contain:layout paint;
}
.aafi-v45-cwv-mode .aafi-v44-cart-drawer,
.aafi-v45-cwv-mode .aafi-v46-email-modal{
  contain:layout paint style;
}
@media(max-width:760px){
  .aafi-v45-mobile-safe *{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.16s!important;
  }
  .aafi-v45-mobile-safe .aafi-whatsapp-float,
  .aafi-v45-mobile-safe .whatsapp-float{
    animation:aafiV371WhatsappFloat 4s ease-in-out infinite!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .aafi-v45-cwv-mode *,
  .aafi-v45-mobile-safe *{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}
