/* Cart placeholder/brand logo styles */
.ep-cart-item__media {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 8px;
    overflow: hidden;
}

.ep-cart-item__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Brand logo fallback styling */
.ep-cart-media__brand {
    width: 84px;
    height: 84px;
    padding: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ep-cart-media__brand img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
    opacity: 0.85;
}
