body.shop-body {
    background: #fffdf8;
    color: #31251c;
    font-family: 'IranYekan', sans-serif;
}

.hero-banner {
    background: linear-gradient(135deg, #fff 0%, #fbe9d0 100%);
    border-radius: 32px;
    padding: 2rem;
}

.manufacturer-card,
.product-card,
.empty-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(89, 61, 27, 0.08);
}

.manufacturer-card {
    padding: 1.5rem;
}

.product-card {
    overflow: hidden;
    height: 100%;
}

.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.empty-card {
    padding: 2rem;
}
