
.headerShop{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

a:link { text-decoration: none;
color: black;
}
body{
    font-family: Jost !important;
}

.color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%; /* Esto lo hace circular */
    margin-right: 20px;
    margin-bottom: 10px;
    /* Si necesitas un borde, puedes definirlo aquí o dejarlo a través de Tailwind (p. ej.: border border-4) */
}
.botonConStock {
    border: 1px solid #50B9BA; /* Cambiado de marrón a azul/teal */
    color: #50B9BA;
}
.botonSinStock {
    border: 1px solid #cccccc; /* O bien un gris neutral */
    color: #cccccc;
}

a:visited { text-decoration: none; color: black; }


a:hover { text-decoration: none; color: black; }


a:active { text-decoration: none; color: black; }


.imagenLogo{
    height: 50px;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fotosMobile{
    overflow-x: scroll;
    position: relative;
}
.arrow{
    font-size: 45px;
}
.leftButton{
    position: absolute;
    left: 10px;
    z-index: 10;
}
.imagenProductoCelular{
    width: 280px;
    height: 420px;
    object-fit: cover;
}
.rightButton{
    position: absolute;
    right: 10px;
    z-index: 10;
}
.contenedroFiltro{
    height: 90vh;
    overflow: auto;
}

.menuDeslizante{
    margin-left: -215px;
    margin-top: 25px;
}

.headerLogoCategorias{
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}
.menuCategoria:hover  .categorias{
    display: block;
}

.menuColores:hover  .colores{
    display: block;
}

.categoriasCarrito{
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
    white-space: nowrap;
}

.iconoNav{
    width: 27px;
    height: 27px;
}

.banner{
    width: 100%;
    height: 350px;
    background-color: red;
}

.textoBanner{
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 90px;
    font-weight: 900;
}

.imagenProdu{
    margin: 0 auto;
    object-fit: cover;
    width: 296px;
    height: 296px;
}
.contenedorProducto{
    background: #FFFFFF;


    width: 300px;
}

.conentedorPreciosImagen{
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
}


.nombreProducto{
    text-align: center;

    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.textoCurva{

    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-transform: capitalize;
}

.textoBoton{


    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.textoPrecio{

    font-style: normal;
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
}
.imagenPrincipal{
    object-fit: cover;
    width: 1000px;
    height: 100%;
}

.imagenesProducto{
    min-width: 60px;
}

.fondoBeige{
    background-color: #50B9BA ;
}
.fondoNegro{
    background-color: #000000 ;
}
.fondoBeigeOscuro{
    background-color: #2f7071;
}

.headerCarrito{
    background-color: #50B9BA ;
    color: white;
    font-weight: bold;
}

.tituloProducto{

    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-transform: capitalize;
}

.descripcionProducto{

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.fotoCarrito{
    width: 80px;
}

.contenedroNombrePrecioPro{
    width: 100%;
}

.productosDelCarrito{
    overflow-y: auto;
    height: 75vh;
}



.half-black {
    background: black(0.5);
}

.carrito{
    right: 0px;
}
.navbar {
    transition: all 330ms ease-out;
}

.navbar-open {
    transform: translateX(0%);
}
.navbar-close {
    display: none;
    transform: translateX(100%);
}


.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 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}


.categoriaIndex{
    text-align: center;

    font-size: 15px;
}

.productoPrecioAgregar{
    width: 266px;
}
.headerEnvio{
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #949494;
    color: white;
    text-align: center;

}
.textoMenuMobile{
    font-size: 20px;
}
.box {
    position: relative;
    object-fit: cover;
    height: 266px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visible;
}
 .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002417;
    clip-path: circle(400px at center 100px);
    transition: 0.5s;
    transition-delay: 0.5s;
}
.box:hover .imgBx {
    clip-path: circle(80px at center 100px);
    transition-delay: 0s;
}
.imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    padding-top: 50px;
    box-sizing: border-box;
    text-align: center;
}
 .box .content h2 {
    margin: 0;
    padding: 0;
}
.box .content .ojo {
    margin: 0;
    padding: 0;
}
 .box .content a {
    text-decoration: none;
    background: #002417;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.box .content .ojo,
 .box .content h2,
 .box .content p,
 .box .content a {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}
.box:hover .content .ojo ,
 .box:hover .content h2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}
 .box:hover .content p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}
 .box:hover .content a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
}

@media screen and (max-width: 650px) {
    .slider{
        width: 100%;
    }
    .fotoBienvenida{
        width: 300px;
    }
}
@media screen and (min-width: 650px) {
    .slider{
        width: 100%;
    }
    .fotoBienvenida{
        width: 500px;
    }

}

.imagenCarousel{
    object-fit: cover;
    width: 100%;
}

.etiqueta {

    top: 20px;
    right: 0;
    padding: 5px 10px;
    font-size: 14px;
}
