.internetland-products-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.45;
    transition: opacity 0.2s ease;
}

.internetland-loading-message,
.internetland-filter-error,
.internetland-no-products {
    grid-column: 1 / -1;
    width: 100% !important;
    margin: 20px 0 !important;
    padding: 18px !important;
    list-style: none !important;
    border-radius: 12px;
    text-align: center;
}

.internetland-loading-message,
.internetland-no-products {
    color: #dbe8ff;
    background: #0b1730;
    border: 1px solid #203b65;
}

.internetland-filter-error {
    color: #fff;
    background: #7f1d1d;
    border: 1px solid #ef4444;
}

li.product-category.internetland-active-category {
    border-color: #3975ef !important;
    box-shadow: 0 0 0 3px rgba(57, 117, 239, 0.24) !important;
}

.internetland-show-all-products {
    display: block;
    margin: 18px auto 24px;
    padding: 10px 20px;
    color: #fff;
    background: #3975ef;
    border: 0;
    border-radius: 10px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.internetland-show-all-products:hover {
    background: #245fd7;
}
