/* Banner */
.bannerContainer {
    width: 100%;
    overflow: hidden;
}
.banner {
    container-type: inline-size;
}
.bannerWithoutButton:hover {
	border-top: 1px solid var(--bs-body-color) !important;
    border-bottom: 1px solid var(--bs-body-color) !important;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.bannerTextContainer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.bannerText {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/* Product Range */
.productRange {
    background-color: var(--bs-body-bg);
    border-radius: 25px;
}
.categoryBadge > div {
    pointer-events: none;
}
.categoryName {
    color: #ffffff !important;
    /* font-size: 16pt !important; */
    text-shadow: -1px -1px 3px #000000;
    background-color: rgba(100, 100, 100, 0.3);
}
.productName {
    min-height: 75px;
}
@media (min-width: 0) {
    h1 {
        font-size: 1.25rem !important;
    }
    h5 {
        font-size: .85rem !important;
    }
    .banner img {
        width: 150%;
        height: auto;
    }
    .bannerTextSmall {
        font-size: 3.5cqw !important;
        font-weight: 200;
    }
    .bannerTextLarge {
        padding-top: 3.8cqw;
        font-size: 4.8cqw !important;
        font-weight: 300;
        line-height: 1.5cqw;
    }
    .bannerButton {
        display: inline-block;
        margin-top: 4.3cqw;
        padding: 0.2cqw 2.2cqw;
        border-radius: 2cqw;
        font-size: 3.5cqw !important;
        font-weight: 150;
        text-decoration: none;
    }
    .featuredProducts {
        padding: 0 1rem 0 1rem;
    }
    .categoryName {
        font-size: 10pt !important;
    }
}
@media (min-width: 576px) {
    h1 {
        font-size: 1.75rem !important;
    }
    h5 {
        font-size: 1rem !important;
    }
    .banner img {
        width: 125%;
    }
    .bannerTextSmall {
        font-size: 3cqw !important;
    }
    .bannerTextLarge {
        padding-top: 2.5cqw;
        font-size: 4cqw !important;
        line-height: 1.1cqw;
    }
    .bannerButton {
        margin-top: 4.6cqw;
        font-size: 2.5cqw !important;
    }
    .featuredProducts {
        padding: 0;
    }
    .categoryName {
        font-size: 11pt !important;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
    }
    h5 {
        font-size: 1.15rem !important;
    }
    .banner img {
        width: 100%;
    }
    .bannerTextSmall {
        font-size: 2cqw !important;
    }
    .bannerTextLarge {
        padding-top: 2.7cqw;
        font-size: 3cqw !important;
        line-height: 0;
    }
    .bannerButton {
        margin-top: 3.4cqw;
        font-size: 1.5cqw !important;
    }
    .categoryName {
        font-size: 12pt !important;
    }
}
@media (min-width: 992px) {
    .categoryName {
        font-size: 16pt !important;
    }
}