


/** ADD YOUR AWESOME CODES HERE **/

.search-products {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ============================================================
    BOTÓN FLOTANTE WHATSAPP - Ferretería Omega 
   ============================================================ */

/* .whatsapp-float {
    position: fixed;
    bottom: 95px; 
    right: 20px;
    background: #25d366;
    color: white;
    font-size: 28px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 9999;
}


.whatsapp-float:hover {
    transform: scale(1.15);
    background: #1ebe57;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.3);
}


@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 70px; 
        right: 15px;
    }
} */



/* Search container */
.container-search {
    margin-bottom: 20px;
    /* Ajusta el valor a lo que necesites */
}


/* carousel botons*/
.custom-carousel-control {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.4);
    /* fondo oscuro con transparencia */
    border-radius: 50%;
    border: none;
    transition: background-color 0.3s ease;
}

.custom-carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

/* Responsivo para pantallas pequeñas */
@media (max-width: 768px) {
    .carousel-inner {
        max-height: 300px;
    }
}

/* Tamaño imagenes carousel productos */

.carousel-inner{
    height: 300px;
    object-fit: cover;
}

/* Carousel de productos que te puede interesar, (detalles producto) */
.featured-products-box owl-carousel owl-theme{
    height: 300px;
    object-fit: cover;
}

.products-single{
height: 310px;
width: 200;
object-fit: cover;
}

.mask-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

