.aps-showcase-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    padding: 0 15px;
}

.aps-showcase {
    margin: 0 -15px;
    padding: 30px 0;
    overflow: hidden;
}

.aps-slide {
    padding: 15px;
}

.aps-product {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.aps-product:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.aps-product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 8px;
}

.aps-product h3 {
    font-size: 18px;
    margin: 15px 0;
    color: #333;
    font-weight: 600;
}

.aps-product .price {
    color: #e83e8c;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}

/* Hide dots and arrows */
.aps-showcase .slick-dots,
.aps-showcase .slick-arrow {
    display: none !important;
}