/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-header-navbar {
    background: #733244;
}
.fa-search:before {
    color: #733244;
}
.bs-title, .bs-title:hover {
    color: #733244;
}
.bs-collection__product-final-price {
    color: #733244;
}
.btn-primary, .badge-primary {
    background: #733244;
    border-color: #733244;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
    background: #ba6179;
    border-color: #ba6179;
    color: white;
}
.bs-collection__title {
    color: #733244;
}
.bs-header .bs-social-media a {
    padding: .5rem;
    color: #733244;
}
.badge-secondary {
    background: #f0dce1;
    color: #733244;
}
.bs-collection-filter .btn-secondary:hover {
    background-color: #ba6179;
    border-color: #ba6179;
}
.bs-footer__title {
    color: #733244;
    FONT-WEIGHT: 500;
}
.btn-cart:hover, .btn-login:hover {
    color: #f0dce1;
}
.bs-footer__link.bs-footer__link:hover {
    color: black;
}
a {
    color: #ba6179;
}
a:hover {
    color: black;
}
.bs-footer__social .btn-social {
    border: 1px solid #f0dce1;
    color: #f0dce1;
    background-color: #733244;
}
.bs-footer__social .btn-social:hover {
    background: #f0dce1;
    color: #733244;
    border-color: #733244;
}
.btn-link:hover {
    color: #733244;
}
.btn-share:hover {
    color: #f0dce1;
    border-color: #733244;
    background: #733244;
}
.btn-secondary:hover {
    border-color: #ba6179;
    background: #ba6179;
    color: var(--secondary-hover-contrast);
}
.bs-footer__link__icon {
    color: #733244;
}
.bs-footer__link {
    font-size: 12px;
}
.chat-widget__btn:hover {
    background: #ba6179;
}
img.img-fluid-footer {
    max-width: 50%;
}

.modal_age {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000000;
}

.modal_age .modal {
    display: block !important;
}
button.btn.btn-secondary.modal_age_no {
    background-color: #733244;
    border-color: #733244;
    width: 100px;
}
button.btn.btn-primary.modal_age_yes {
    background-color: #733244;
    border-color: #733244;
    width: 100px;
}
h4.text-center.edad {
    color: red;
    font-size: 19px;
}
p.text-condiciones.text-center {
    color: grey;
    font-size: 12px;
    padding-top: 12px;
}
@media only screen and (max-width : 900px) {
    .logo-header {
    max-width: 130px;
    max-height: 130px;
    width: 90px
    }
}

/*********************************
formulario
**********************************/
.texto-form {
    font-size: 10px;
}

/* Estilos base para el jumbotron de mensaje */
.jumbotron.formulario-mensaje-personalizado {
    border: 1px solid #e1e5ec;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

/* Estilos específicos para mensajes de error */
.jumbotron.formulario-mensaje-error {
    background-color: #fef2f2;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Estilos específicos para mensajes de éxito */
.jumbotron.formulario-mensaje-exito {
    background-color: #ffffff;
    border-color: #c3e6cb;
    color: #155724;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.1);
}

/* Estilo de los encabezados dentro del mensaje */
.jumbotron.formulario-mensaje-personalizado h1.display-4 {
    font-size: 1.8rem;
    font-weight: var(--font-light);
    margin-bottom: 0.5rem;
    color: var(--body-txt-default-color);
}

.jumbotron.formulario-mensaje-personalizado p.lead {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #555;
}

/* Media Query para pantallas pequeñas */
@media (max-width: 768px) {
    .jumbotron.formulario-mensaje-personalizado {
        padding: 1rem;
        height: auto;
    }

    .jumbotron.formulario-mensaje-personalizado h1.display-4 {
        font-size: 1.6rem;
    }

    .jumbotron.formulario-mensaje-personalizado p.lead {
        font-size: 0.9rem;
    }
}
