/**
 * Products Index Page Styles
 * 제품 목록 페이지 전용 스타일
 */

/* Product Image Container */
.product-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Product Price Labels */
.product-price-label {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

.product-price-group {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
