.custom-container {
    max-width: 90% !important;
}
h1.product-title {
    font-size: 2rem !important;
    font-weight: 600;
}
.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.color-grey {
    color: #4e4e4e !important;
}
.image-container {
    width: 100%;
    height: 60%;
    min-height: 60px;
    background-image: url(../../web/images/fabric-logo.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    display: flex;
    overflow-x: auto;
    margin: 10px 0;
    opacity: 0.3;
}
