.wpg-3ee-container {
    font-family: sans-serif;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.wpg-3ee-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.wpg-3ee-header-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #222;
    text-transform: uppercase;
}

.wpg-3ee-header-link {
    font-size: 14px;
    color: #ca1515;
    text-decoration: none;
    font-weight: 600;
}

.wpg-3ee-header-link:hover {
    text-decoration: underline;
}

.wpg-3ee-grid {
    display: grid;
    gap: 20px;
}

.wpg-3ee-card {
    border-right: 1px solid #f0f0f0;
    padding: 10px;
    position: relative;
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpg-3ee-card:last-child {
    border-right: none;
}

.wpg-3ee-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
}

.wpg-3ee-image {
    max-height: 200px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}

.wpg-3ee-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e51a1a;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px;
    z-index: 2;
    text-transform: uppercase;
}

.wpg-3ee-info {
    padding-top: 10px;
}

.wpg-3ee-title {
    margin: 6px 0;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wpg-3ee-price-row {
    margin-bottom: 6px;
}

.wpg-3ee-price-sale {
    font-size: 16px;
    font-weight: bold;
    color: #c91f1f;
}

.wpg-3ee-price-sale del {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}

.wpg-3ee-price-sale ins {
    text-decoration: none;
}

.wpg-3ee-rating .star-rating {
    font-size: 12px;
    color: #f1b400;
}

.wpg-3ee-no-rating {
    font-size: 12px;
    color: #ccc;
    display: flex;
    align-items: center;
    gap: 5px;
}

.wpg-3ee-no-rating-text {
    color: #888;
    font-size: 11px;
}

.wpg-3ee-warning {
    padding: 15px;
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    border-radius: 4px;
}
