.swiper{
    width: 100% !important;
    height: 100% !important;
    background-color:rgba(221, 221, 221, 0.385) !important;
    border: 1px solid !important;
    font-size: 22px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-slide{
    background-size: cover !important;
    background-position: 100% !important;
    min-height: auto !important; /* min-height 75vh */
    background-color:white !important;
    height: auto !important;
    padding-bottom: 25px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
}

.swiper-slide:hover {
    transition: transform 400ms linear;
    transform: scale(1.03, 1.03);
    box-shadow: 0 0 13px black;
}

.swiper-slide li.product{
    background-color: transparent !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    width: auto !important;
    text-align: center !important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    flex-direction: column !important;
}

/* product-image */
.swiper-slide img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    height:200px !important; /*or height:auto; */
}

/* product-title */
.swiper-slide .product .related .woocommerce-loop-product__title{
    font-size: 18px !important;
    margin-top: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-weight: bolder !important;
    height: 125px !important;
    line-height: 25px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.swiper-slide .woocommerce-loop-product__title{
    font-size: 18px !important;
    margin-top: 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-weight: bolder !important;
    height: 125px !important;
    line-height: 25px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

/* product-rating */
.swiper-slide .star-rating {
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center !important;
  }

/* product-button */
.swiper-slide .button.product_type_simple{
    margin-top: 10px !important;
    text-align: center !important;
    display: block !important;
    font-size: large !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 150px !important;
    margin-bottom: 50px !important;
}   

/* divi */
.swiper-slide .woocommerce-page .products .star-rating, .woocommerce .products div.star-rating{
    float: none!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 0px !important;
    text-align: center !important;   
}

 .product .related h2.woocommerce-loop-product__title{
    font-size: 18px !important;
}

/* ocean_wp */
div>.woo-entry-image{
    display: none !important;
}

.swiper-slide img.woo-entry-image-main{
    height: 200px !important; /*or height:auto; */
}