p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.bac-black {
    background: #121111;
}

.container-black {
    background: #070606;
}

.bac-black h1,
.bac-black h2,
.bac-black h3,
.bac-black h4,
.bac-black h5,
.bac-black h6,
.bac-black p,
.bac-black .corporate-product-title,
.bac-black .corporate-product-description {
    color: white;
}

.bac-black p.text-red-600 {
    color: red !important;
}

.bac-black p.text-red-500 {
    color: red !important;
}

.bac-black .error-summary p {
    color: black !important;
}

.bac-black .divider {
    background-color: white;
}


.about-content {
    padding-top: 2rem;
    padding-left: 4rem;
}

.nav-link,
.dropdown-item {
    font-family: 'Montserrat';
}


.help-block {
    color: white;
    text-align: left;
}

.corporate-product-title {
    color: white;
}

#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #874f47;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
    z-index: 99;
}

#scrollToTopBtn:hover {
    opacity: 0.9;
}

#scrollToTopBtn::after {
    content: '↑';
    display: block;
    line-height: 50px;
}

@media (max-width: 480px) {

    .product-image {
        max-width: 100%;
        max-height: 300px;
    }
}

@media (min-width: 1024px) {
    .product-gallery {
        grid-template-columns: repeat(3, 1fr);
        margin: 2rem 17rem;
    }
}

.info-title-hover:hover {
    color: #874f47;
}