.container-relproducts {
    background: #fef6fe;
    box-shadow: none;
}

.item-relproducts {
    background: #fff;
}

/*
* Botón ficha de producto
*/

#container-btn-wereprocon {
    width: 100%;
    padding: 0px;
}

.fondoshopper {
    padding: 10px;
    font-family: Arial, sans-serif;
}

.shopper {
    font-size: 1.3em;
    margin: 0;
    color:#0B0B0B;
}

.fondoshopper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background-color: #fef6fe;
    text-align: left;
    padding: 0px;
}

#container-btn-wereprocon .fondoshopper>a.shopperboton {
    background-color: #994f6c;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    width: 200px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

#container-btn-wereprocon .fondoshopper>a.shopperboton:hover {
    background: #CCACBA;
    color: #fff;
}
.text-legend #text-legend__small {
    font-size: 10px;
    color: #000;
}

/* Botón en imagen */

#container-btn-wereprocon-custom1 {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    right: 45px;
}

#container-btn-wereprocon-custom1 a{
    padding: 5px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    background-color: #FFF;
}

/* Botón en carrito */

#container-btn-wereprocon-custom3 {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

#container-btn-wereprocon-custom3 a{
    padding: 5px;
    border: 1px solid #C2C2C2;
    border-radius: 4px;
    background-color: #fff;
}

#container-btn-wereprocon-custom3 a i{
    opacity: 0.5;
}