.newsletter-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 18px;
}
.wishlist-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 18px;
    background: #fff;
}
.product-card-lite {
    transition: .2s ease;
}
.product-card-lite:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15,23,42,.10);
}
.qa-item {
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
    background: #fff;
}
