
body {

    font-family: sans-serif;
}



.vender-descripcion {
    margin-top: 15px;
}


.vender-descripcion a {
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    background-color: #487ff6;
}
#heart-icon.activo {
    color: #24c30f;
    transition: color 0.3s ease;
}
.container__elproducto {
    min-width: 1100px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -5px;
}



.el__producto-centrado {
    min-width: 1085px;
    width: 95%;
    max-width: 2222px;
    border-radius: 7px;
    margin: 20px 0;
    background-color: #ffffff;
}

.volver__listado-productos {
    margin: 7px 15px 0;
    display: flex;
    width: 90%;
}


.volver__listado-productos a {
    margin: 5px 5px;
    font-size: 13px;
    font-family: sans-serif;
    text-decoration: none;
    color: #2196f3;
}



.el__producto-items {
    width: 100%;
    display: flex;
    box-shadow: 5px 7px 5px 0 #fd410720;
}


.container__img__elproducto {
    min-width: 450px;
    width: 50%;
    max-width: 750px;
    position: relative;
}


.container__small-y-img {
    min-height: 485px;
    width: 100%;
    height: 650px;
    padding: 45px 0;
    position: sticky;
    top: 50px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #c7c7c7;
}

.container__box-img-small {
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__box-img-small > img {
    width: 50px;
    height: 50px;
    margin: 7px 0;
    border: 1px solid #ffb500;
    object-fit: contain;
}


.container__img-full-box {
    width: 100%;
    height: 100%;
}

.container__img-full-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.zoom__elproducto {
    width: 50%;
    display: flex;
    padding-bottom: 30px;
}

.descripcion__elproducto {
    background: #ededed0d;
    margin: 0 7px 25px 15px;
    min-width: 250px;
    width: 55%;
    border-radius: 7px;
    
}

.descripcion__elproducto h1 {
    font-size: 30px;
    line-height: 35px;
    padding: 15px 20px 5px;
    font-weight: 500;
    font-family: "Mibbanx Ember",Arial,sans-serif;
    color: #3f3e3e;
}

.descripcion__elproducto h1 > span {
    /* background: #ffff00; */
    overflow-wrap: break-word;
}

.mas__del-vendedor {
    margin: 5px 20px;
    font-family: "Mibbanx Ember",Arial,sans-serif;
}

.mas__del-vendedor a {
    text-decoration: none;
    color: #2196f3;
}


.star__container .star__widget input {
    display: none;
}

.star__container {
    display: flex;
    font-family: sans-serif;
    font-size: 13px;
    margin: 0 20px;
    align-items: center;
    justify-content: space-between;
}

.star__container p {
    padding-top: 2px;
    color: #548917;
    font-weight: 700;
}

.star__widget {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}


.star__widget label {
    font-size: 13px;
    color: #ffb500;
    padding: 0 4px 0 0;
    float: right;
}


input:not(:checked) label:hover, 
input:not(:checked) label:hover label {
    color: #ffb500;
}


input::checked label {
    color: #ffb500;
}


input#rate-5:checked label {
    color: #fe7;
    text-shadow: 0 0 10px #ff4646;
}


input:checked form {
    display: block;
}


.puntuacion__star {
    font-family: sans-serif;
}

.cantidad__vendida {
    margin: 5px 19px;
    font-size: 15px;
    color: #141155;
    padding-bottom: 8px;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
    justify-content: space-between;

}

                    
/* .vender_en_mibbanx {
    display: flex;
    flex-direction: column;
    align-items: center;
    
} */

.info__producto-container {
    padding: 0 20px;
    width: 100%;
    font-family: system-ui, sans-serif;
}


.info__producto-container h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #c30f0f;
}




.container__caracteristica {
    font-size: 16px;
    border: 1px solid #c2c2c2;
    padding: 10px 12px;
    border-radius: 7px;
    word-wrap: break-word;
}


.action_container {
    display: flex;
    flex-direction: column;
}



.action__convertion-venta {
    min-width: 255px;
    width: 45%;
    max-width: 445px;
    background-color: #fefefe;
    border: 1px solid #d5d9d9;
    border-radius: 9px;
    margin: 0 25px 25px 0; 
}

.container__precio__el-producto {
    height: 55px;
    display: flex;
    margin: 0 10px 10px 10px;
    border-bottom: 1px solid #c2c2c2;
    align-items: center;
    justify-content: space-between;
    font-family: sans-serif;
    font-weight: 700;
}


.container__precio-articulo span {
    font-size: 25px;
    color: #ff8e15;
    /* color: #2196f3; */
}


.container__me-gusta a {
    color: #6b6b6b;
    font-size: 22px;
    margin-right: 15px;
}

.container__envios {
    margin: 20px 10px;
    font-size: 14px;
    display: flex;
    color: #2196f3;
}

.container__envios-cantidad {
    margin: 10px;
    color: #607d8b;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
}

.container__envios-cantidad input {
    width: 50px;
}

.container__envios a {
    color: #607d8b;
    text-decoration: none;
    font-size: 16px;
}


.container__ubicacion-elproducto {
    margin: 20px 10px;
    font-size: 14px;
    display: flex;
    color: #00a650;
}

.medio_pago {
    margin: 20px 10px;
    font-size: 14px;
    display: flex;
    color: #838383;
}

.mercado_pago {
    margin: 20px 10px;
    font-size: 14px;
    display: flex;
    color: #2196f3;
}


.tarjetas_credito {
    margin: 20px 10px;
    font-size: 14px;
    display: flex;
    color: #3483fa;
}




.name__cliente-id {
    color: #07a54f;
}


/* .container__ubicacion span {
    color: #2196f3;
} */


.disponibilidad__producto-container {
    margin: 20px 10px;
    display: flex;
    color: #ff9800;

}


.container__btn-elproducto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}

.container__add-carrito {
    background-color: #9C27B0;
    border-color: transparent;
    color: #fff;
    border-radius: 20px;
    font-family: inherit;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    justify-content: center;
}

.container__add-carrito  a {
    color: #fff;
    text-decoration: none;
}


.container__call-me a {
    color: #fff;
    text-decoration: none;
}

.container__call-me {
    background-color: #3483fa;
    border-color: transparent;
    border-radius: 20px;
    font-family: inherit;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 200;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:1100px) { 
    .container__elproducto {
        min-width: 300px;
        
    }

    .el__producto-centrado {
        min-width: 300px; 
        width: 95%;
    }

    .el__producto-items {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    .container__small-y-img {
        height: auto;
        min-height: auto;
        align-items: flex-start;
    }


    .container__box-img-small {
        width: 60px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .container__box-img-small > img {
        width: 35px;
        height: 35px;
        margin: 7px 0;
        border: 1px solid #ffb500;
    }

    
    
    .container__img__elproducto {
        min-width: 280px;
        width: 100%;
        position: relative;
    }

    .container__img-full-box {
        margin-right: 7px;
    }

    .zoom__elproducto {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        
    }

    .descripcion__elproducto h1 {
        padding: 15px 10px 5px;
        font-size: 30px;
        overflow-wrap: break-word
    }
        

    .mas__del-vendedor {
        margin: 5px 10px;
    }

    .star__container {
        margin: 0 10px;
    }

    .descripcion__elproducto {
        background: #ededed0d;
        margin: 0 7px 25px 15px;
        width: 95%;
        border-radius: 7px;
    }

    .info__producto-container {
        padding: 0 10px;
    }


    .action_container {
        width: 90%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 35px;
        background-color: #fefefe;
    
    }

    .action__convertion-venta {
        width: 100%;
        max-width: 100%;
        margin: auto;
        margin-bottom: 35px;
        background-color: #fefefe;
        border: 1px solid #d5d9d9;
        border-radius: 9px;
    }

    .container__add-carrito {
        font-weight: 600;
    }
    
    .container__call-me {
        font-weight: 600; 
    }


}

/* Estilo moderno de estrellas calificación */
.star__widget {
    direction: rtl;
    display: flex;
  }
  
  .star__widget input {
    display: none;
  }
  
  .star__widget label {
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
  }
  
  /* Estrellas marcadas (checked) */
  .star__widget input:checked ~ label {
    color: #ffb500;
  }
  
  /* Hover visual */
  .star__widget label:hover,
  .star__widget label:hover ~ label {
    color: #ffcc00;
  }
  
#heart-icon.activo {
    color: #24c30f;
    transition: color 0.3s ease;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.heart-pulse {
    animation: pulse 0.3s ease;
}

.toast-msg {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    z-index: 1040;
    transition: opacity 0.4s ease;
}
.toast-msg.show {
    display: block;
    opacity: 1;
}


.badges {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.etiqueta-oferta-exclusivo {
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 4px;
    background: linear-gradient(to right, #ffb450, #ff3535); /* Dorado a naranja */
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: popin 0.4s ease-in-out;
}
@keyframes popin {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}


.info__extra-producto {
    margin: 14px;
    border-radius: 8px;
    font-size: 14px;
    color: #3f3e3e;
    font-family: "Mibbanx Ember", Arial, sans-serif;
    line-height: 1.6;
}

.info__extra-producto p {
    margin: 8px 0;
}

.info__extra-producto strong {
    color: #6b6b6b;
    font-weight: 600;
    background: #8BC34A;
    padding: 0 4px;
}


/* #zoomBox {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50px;
    left: 50px;
    border: 2px solid #ccc;
    background-repeat: no-repeat;
    background-size: 200%;
    display: none;
    z-index: 10;
    pointer-events: none;
  } */

  
