/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-title-decoration::before, .bs-title-decoration::after {
    background: #D8A7A0;
        height: 5px;
}
.bs-categories__title {
    background: #D8A7A0;
    color: black;
}
.bs-grid-header__search .btn {
    --btn-bg: #e83b5d;
}
.cart-items {
    background: #e83b5d;
}
.bs-footer__section-form__container {
    background: #e1d2af;
    color: black;
}
.bs-collection__decoration {
    background: #c3a45e;
}
.bs-special-collection .bs-collection__title {
    text-transform: math-auto;
}
.bs-collection__product-final-price {
    color: #e83b5d;
}
.btn-primary {
    background: #d5a49d;
    border-color: #d5a49d;
    color: black;
}
.bs-collection__description {
    font-size: 21.7px;
}
.btn-share {
    border: 1px solid #e83b5d;
    background: #e83b5d;
    color: white;
}
.bs-collection__title {
    color: #e83b5d;
}
.bs-collection-filter .bs-filter-btn:hover {
    color: #e83b5d;
}
.bs-collection__product-notice_tag {
    background: #0000004d;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e83b5d;
    border-color: #e83b5d;
}