/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-product__title {
    text-transform: uppercase;
}
.bs-variant-select .bs-variant-select__input.disabled +.bs-variant-select__label {
    color: #000000;
    border: var(--product-select-btn-border-disabled, 2px dashed var(--disabled-color, silver)) !important;
}
.bs-header {
    background: #e5007e;
    color: var(--header-txt-color);
}
.bs-header-search .input-group {
    width: 100%;
    background: white;
    border: 1px solid #000000;
    border-radius: 50rem;
    padding: .25rem 1rem;
}
.bs-menu__lv1 {
    font-weight: bold;
    color: black;
    font-size: smaller;
}
.bs-header-navbar {
    background: white;
    padding-bottom: 0;
    padding-top: 0;
}
.cart-items {
    background: #060304;
}
.img-fluid {
    max-width: 10%;
    height: auto;
}
.bs-collection-filter .btn-secondary {
    background-color: #03d8a5;
    border-color: var(--secondary-color);
    color: black;
}
.bs-collection__product-brand {
    color: grey;
}
.bs-copyright
 {
    background: #03d8a5;
    color: BLACK;
}
.bs-banner-grid__info {
    background: url(rectangulo.png);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-size: 100%;
}