a.no_decoration{
    color: #828282;
    text-decoration: none;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23828282' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23828282' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

body{
    background-color: #ffffff;
}

.nav-link {
    color: #828282;
    transition: ease-in-out color .15s;
    text-decoration: none;
}
.nav-link:hover {
    color: black;
}
h1 {
    font-family: "Lustria", serif;
    font-weight: 400;
    font-style: normal;
    color: #7a7b7c;
}
h2,.palo_menu {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size:0.8em;
    text-transform: uppercase;
    font-style: normal;
    color: #7a7b7c;
}
p{
    font-family: "Lustria", serif;
    font-weight: 400;
    font-style: italic;
    color: #7a7b7c;
}
h3{
    font-family: "Lustria", serif;
    font-weight: 400;
    font-style: normal;
    color: #7a7b7c;
}
a{
    color: #7a7b7c;
}
.product_images {
    position: relative;
    width: 100%;
    height: 300px; /* Ajusta esta altura según tus necesidades */
    background-color: white; /* Fondo blanco para imágenes más pequeñas */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_image {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}