.pod-no-products {
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
    border-radius: 8px;
    color: #666;
    font-size: 16px;
}

.pod-products-wrapper * {
    box-sizing: border-box;
}

.pod-product-item a {
    text-decoration: none;
}

.pod-product-item img {
    max-width: 100%;
    height: auto;
}