/* ============================================================
   FouzStudio Elementor Addons - Global Reset Styles
   ============================================================ */

/* Reset text decoration on all anchors and buttons in all widgets */
.fouz-ab-bar a,
.fouz-hero a,
.fouz-hero button,
.fouz-cc-wrapper a,
.fouz-cc-wrapper button,
.fouz-pricing a,
.fouz-pricing button,
.fouz-arrivals a,
.fouz-arrivals button,
.fouz-bestsellers a,
.fouz-bestsellers button,
.fouz-wa a,
.fouz-wa button,
.fouz-blouse a,
.fouz-blouse button,
.fouz-sr-wrapper a,
.fouz-sr-wrapper button,
.fouz-instagram a,
.fouz-instagram button,
.fouz-footer a,
.fouz-footer button {
    text-decoration: none !important;
}

/* Explicit class-based overrides for extra safety */
.fouz-hero-btn,
.fouz-cc-card,
.fouz-cc-nav,
.fouz-price-link,
.fouz-quick-view-pill,
.fouz-btn-outline-dark,
.fouz-btn-whatsapp,
.fouz-blouse-explore,
.fouz-sr-show-more,
.fouz-insta-handle,
.fouz-footer-logo,
.fouz-social-circle,
.fouz-footer-col ul a,
.fouz-footer-bottom a {
    text-decoration: none !important;
}
