.img-fluid-f {
    max-width: 50%;
    height: auto;
}

.bs-parallax__image {
    margin: 1rem;
    filter: drop-shadow(1px 1px 3px white);
}

.bs-parallax__title {
    padding: 1rem;
    filter: drop-shadow(2px 2px 1px black);
}

@media (max-width: 992px) {
    img[data-bs="header.logo"] {
        width: 100px !important;
        height: auto !important;
        transition: none !important;
    }
}

.bs-collection__product-stock {
    background: #8C8C8C;
}