﻿.pf-product-card {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    max-width: 300px;
}
.pf-product-card a { text-decoration: none; color: inherit; }
.pf-product-image {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f7f7f7;
}
.pf-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pf-product-info { padding: 16px; }
.pf-product-brand {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #666;
    margin-bottom: 4px;
}
.pf-product-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
}
.pf-price-current {
    font-size: 16px;
    font-weight: 600;
}
.pf-product-meta {
    font-size: 12px;
    color: #666;
    margin: 12px 0 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
}
.pf-buy-button {
    display: block;
    width: 100%;
    padding: 11px 20px;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    box-sizing: border-box;
}
.pf-buy-button:hover { background: #333; color: #fff; }