.slideshow {
    height: 400px;
    object-fit: cover;
}

.product-list-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-list-image,
.product-list-image a,
.product-list-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-list-image {
    height: 150px;
    overflow: hidden;
}

.product-list-image img {
    object-fit: cover;
    object-position: center;
}

.product-list-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.header-container .navbar-brand {
    flex: 0 0 auto;
}

.header-ui,
.header-ui .nav-link,
.header-ui .navbar-text,
.header-ui .btn {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
}

.header-ui {
    flex: 0 0 auto;
    flex-basis: auto !important;
    width: auto !important;
}

.header-ui .navbar-nav,
.header-ui .navbar-text {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.header-ui .nav-link,
.header-ui .btn,
.header-ui .navbar-text a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    line-height: 1.5;
    white-space: nowrap;
}

.header-ui .btn {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .header-container .navbar-brand {
        margin-right: 2rem !important;
    }

    .header-container .header-ui {
        display: flex !important;
        align-items: center;
    }
}

.home-section-title {
    font-size: clamp(20px, 4vw, 28px);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-section-subtitle {
    margin-top: .35rem;
    margin-bottom: 1.5rem;
    font-size: clamp(13px, 2vw, 16px);
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.privacy-policy-link {
    color: #007bff;
}

.privacy-policy-link:hover,
.privacy-policy-link:focus {
    color: #0056b3;
}
