.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Styling tombol prev/next Owl */
.owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #991b1b !important; /* blue-800 */
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
}

.owl-nav .owl-prev {
    left: -15px;
}

.owl-nav .owl-next {
    right: -15px;
}

.owl-nav button:hover {
    background: #991b1b !important; /* blue-500 */
}

.card-product {
    height: 330px;
    box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.card-product img {
    transition: transform 0.4s ease;
}

/* Hover Effect */
.card-product:hover {
    background-color: #991b1b; /* red-800 */
}

/* Teks menjadi putih saat hover */
.card-product:hover h3,
.card-product:hover p,
.card-product:hover span {
    color: white !important;
}

/* Badge kategori saat hover */
.card-product:hover span {
    background-color: rgba(255,255,255,0.25);
}

#whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 9999;
    background-color: #25D366; /* WhatsApp green color */
    border-radius: 50%;
    padding: 15px; /* Adjust the padding to ensure the circle is even */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;  /* Set a fixed width */
    height: 50px; /* Set a fixed height */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

#whatsapp-button i {
    color: white;
    font-size: 30px;
}

.maps iframe {
    width: 100%;
    height: 100%;
}
