/**
* 2022 Blink
*/
.hspb-products {
    margin-bottom: 1.5rem;
    background: #fff;
    border-radius: 2px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
}

.hspb-products-h2 {
    color: #3ac62a;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    padding: 6px;
    margin-bottom: 26px;
}

.product-description h3,
.product-description .product-title,
.product-description .product-manufacturer,
.product-description .product-price-and-shipping,
.product-description .product-price-and-shipping span {
    text-align: left;
}

.product-manufacturer {
    font-size: 14px;
    height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-description .product-title {
    min-height: 60px;
}

.product-description .product-title a {
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.product-description .product-price-and-shipping .price {
    color: #3ac62a;
    font-weight: 900;
    font-size: 19px;
    line-height: 16px;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

.hspb-container-temp {
    overflow: hidden;
    text-align: center;
}
