.whatsapp-float { position: fixed; bottom: 22px; right: 22px; width: 60px; height: 60px; background-color: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.25); z-index: 9999; transition: transform 0.25s ease, box-shadow 0.25s ease; } .whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 10px 24px rgba(0,0,0,0.35); } .whatsapp-float svg { width: 32px; height: 32px; fill: white; }  .carta-item:has(h3:contains("DELIVERY")), .carta-item:has(h2:contains("DELIVERY")), .carta-item:has(h1:contains("DELIVERY")) { display: none; } .cartas-burbu { display: flex; justify-content: center; }