/**
 * Smelting catalog/layout styles (served as real text/css).
 * Brand tokens + logo motion live in brand.css.
 */

.product-image-container {
    position: relative;
    overflow: hidden;
    background: #0a0a0c;
    aspect-ratio: 1 / 1;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-card {
    border: 1px solid rgba(60, 61, 90, 0.18);
    background: #fff;
    height: 100%;
}

.product-title {
    color: #030406;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.product-description {
    color: #6b6c80;
    font-size: 0.9rem;
}

.original-price {
    text-decoration: line-through;
    color: #8a8b9a;
    margin-right: 0.4rem;
}

.price {
    color: #3c3d5a;
    font-weight: 700;
}

.product-image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #1a1b24, #0a0a0c);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
}
