.product-slider-container-79 {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.product-slide-79 {
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}

.product-slide-79:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.product-header-79 {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.product-image-79 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-content-79 {
    padding: 15px;
}

.product-title-79 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-desc-79 {
    margin: 0 0 15px;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.product-price-79 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
