.bs-product__title {
    font-weight: 700;
}
.btn-light {
    background-color: #dddac7;
    border-color: #dbd9c6;
}
.announcement-bar {
    color: #000000;
    background: #e3e6d5;
    border-color: #e3e6d5
}
.badge-secondary {
    background: #232320;
}
.bs-header .bs-social-media a {
    font-size: 28px;
}
.bs-collection__product-brand {
    color: #000000;
    background: #dbd9c57a;
}

@media screen and (max-width: 992px){
    .bs-banner__title {
        border: 1px solid white;
        height: 20px;
        width: 62px;
        margin-top: 120px;
        font-size: 10px;
        margin-left: 35%;
        background: #00000040;
    }}
@media screen and (min-width: 992px){
    .bs-banner__title {
        border: 1px solid white;
        height: 39px;
        width: 119px;
        margin-top: 271px;
        font-size: 20px;
        margin-left: 37%;
        background: #00000040;
        opacity: 1;
    }}