#dcos-products-container {
    font-family: sans-serif;
}

#dcos-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.dcos-product-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dcos-product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.dcos-product-card h3 {
    margin: 0 0 8px;
    font-size: 1.2em;
}

#dcos-pagination {
    text-align: center;
}

#dcos-pagination button {
    padding: 10px 20px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f0f0f0;
    cursor: pointer;
}

#dcos-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.dcos-error {
    border: 2px solid #dc3232;
    background-color: #f6e8e8;
    padding: 15px;
    border-radius: 5px;
}
