/* FORTFENIX VITRINE - Remove E-commerce */
.top-links-area,.mini-cart,.addtocart,.btn-cart,.add-to-cart,.addtowishlist,.fancybox[id^="fancybox"],.block-subscribe,#newsletter_popup,#loading-mask,#after-loading-success-message{display:none!important}
.footer .links li a[href*="customer/account"],.footer .links li a[href*="cliente/conta"]{display:none!important}

/* Botão WhatsApp */
.btn-whatsapp{background-color:#25D366!important;color:#fff!important;border:2px solid #25D366!important;padding:8px 15px!important;border-radius:5px!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important;cursor:pointer!important}
.btn-whatsapp:hover{background-color:#128C7E!important;border-color:#128C7E!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px rgba(37,211,102,.4)!important}
.btn-whatsapp:before{content:"📱";font-style:normal!important;font-size:16px!important;margin-right:5px}
.product-image-area .actions{display:flex!important;gap:10px!important;justify-content:center!important;align-items:center!important}

/* WhatsApp Flutuante */
.whatsapp-float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25D366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 15px rgba(0,0,0,.3);z-index:9999;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}
.whatsapp-float:hover{background-color:#128C7E;transform:scale(1.1);box-shadow:2px 2px 20px rgba(0,0,0,.4)}
.whatsapp-float:before{content:"💬";font-size:32px}
@media (max-width:768px){.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px;font-size:24px}.btn-whatsapp{font-size:11px!important;padding:6px 10px!important}}