.swiper.productSwiper,.wtsn-product {
    height: 440px;
}
.wtsn-product-item {
    background-color: #fff;
    padding: 10px;
    font-size: 13px;
    border-radius: 4px;
    height:440px;
}
.wtsn-product-item a {
    height: 440px;
}
.wtsn-product-item a p {
    font-weight:600;
}
.wtsn-product-item  span.brand,  .wtsn-product-item  span.price{
    width: 45%;
    display: inline-block;
}
.brand {
    font-size: 14px;
    font-weight: 800;
    margin-right: 20px;
}
.price{
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}