/* Product Card Small — epcs-* prefix */

.elementor-widget-epc_product_card_small .elementor-widget-container {
    box-shadow: none !important;
    transition: none !important;
    transform: none !important;
}

.epcs-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.epcs-card {
    flex: 1 1 200px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(191, 201, 193, 0.6);
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 2px 8px 0px rgba(62, 39, 35, 0.03);
    padding: 1px;
    box-sizing: border-box;
}

.epcs-card__image-wrap {
    position: relative;
    background: #eeeeec;
    border-radius: 11px 11px 0 0;
    overflow: hidden;
    flex-shrink: 0;
}

.epcs-card__image {
    width: 100%;
    height: 216px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.epcs-card__image--placeholder {
    background: #eeeeec;
    height: 216px;
}

.epcs-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(249, 249, 247, 0.9);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #0f5238;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    padding: 3px 8px 4px;
    border-radius: 9999px;
    pointer-events: none;
}

.epcs-card__body {
    padding: 11px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 0 0 11px 11px;
}

.epcs-card__name {
    font-family: 'Libre Baskerville', Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #1a1c1b;
    letter-spacing: 0.28px;
    line-height: 16.8px;
    padding-bottom: 0.8px;
    margin: 0;
}

.epcs-card__subtitle {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12px;
    font-weight: 400;
    color: #404943;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

/* Kill hover motion effects */
.epcs-card:hover {
    box-shadow: 0px 2px 8px 0px rgba(62, 39, 35, 0.03) !important;
    transform: none !important;
    transition: none !important;
}
