.slide-card {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    padding: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.slide-card__image {
    width: 100%;
    height: 340px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block;
}

.slide-card__title {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 16px;
}

.product-card__char {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.product-card__char ._key {
    opacity: 0.7;
}
