/* © muathemewpgiare.com – Dark Mode CSS v3.0.0 */
.mfs-dark-toggle{position:fixed;bottom:100px;right:20px;z-index:99990;width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#1e293b,#334155);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 16px rgba(0,0,0,.3);transition:all .3s;}
.mfs-dark-toggle:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(0,0,0,.4);}
.mfs-dark-icon-sun{display:none;}
.mfs-dark-icon-moon{display:block;}
body.mfs-dark .mfs-dark-icon-sun{display:block;}
body.mfs-dark .mfs-dark-icon-moon{display:none;}
body.mfs-dark .mfs-dark-toggle{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:rgba(0,0,0,.1);}

body.mfs-dark .muathemewpgiare-com-flash-sale-wrapper{background:#1e293b;color:#e2e8f0;}
body.mfs-dark .mfs-card{background:#334155;color:#e2e8f0;border-color:rgba(255,255,255,.08);}
body.mfs-dark .mfs-card-title,body.mfs-dark .mfs-card-title a{color:#f1f5f9;}
body.mfs-dark .mfs-card-price del{color:#64748b;}
body.mfs-dark .muathemewpgiare-com-flash-sale-products{background:#0f172a;}
body.mfs-dark .muathemewpgiare-com-flash-sale-footer{background:#1e293b;border-color:rgba(255,255,255,.08);}
body.mfs-dark .muathemewpgiare-com-flash-sale-footer span,body.mfs-dark .muathemewpgiare-com-flash-sale-footer a{color:#94a3b8;}
body.mfs-dark .muathemewpgiare-com-flash-sale-filter-input{background:#334155;border-color:#475569;color:#e2e8f0;}
body.mfs-dark .muathemewpgiare-com-flash-sale-item-progress-track{background:#475569;}
body.mfs-dark .muathemewpgiare-com-flash-sale-popup-content{background:#1e293b;color:#e2e8f0;border-color:var(--mfs-color);}
body.mfs-dark .muathemewpgiare-com-flash-sale-popup-content h4{color:#f1f5f9;}
body.mfs-dark .muathemewpgiare-com-flash-sale-popup-content p{color:#94a3b8;}
body.mfs-dark .muathemewpgiare-com-flash-sale-modal-content{background:#1e293b;color:#e2e8f0;}
body.mfs-dark .muathemewpgiare-com-flash-sale-modal-close{background:#475569;color:#e2e8f0;}
body.mfs-dark .mfs-brand-bar{opacity:.95;}
