.category-top-products {
    margin-bottom: 30px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 6px;
}

.ctp-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ctp-item {
    width: 23%;
    text-align: center;
}

.ctp-item img {
    max-width: 100%;
    height: auto;
}
