.ps-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around; 
    gap: 0px;
}

.ps-product-item {
    background-color:#21493A;
    color: white;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0px 0px 15px gray;
min-width:320px;
 display: flex;
  width: 30%;
  height: 550px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
margin-top:25px;
}

.ps-product-item .product-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;

}


.product-title {
 line-height:25px !important;
padding:20px;
color:white;
}


.product-image{
width:100%;

}
.ps-product-item h2 a {
margin:20px 15px 0 15px;
font-size: 18px !important;
font-weight:bold;
    color: white ;
font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
   
}

.ps-product-item h2 {
margin-top:20px;
line-height:2rem !important;
height:100px;
 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-products-found {
    font-size: 16px;
    color: red;
    text-align: center;
    margin-top: 20px;
}

.ps-product-price{
margin-top:auto;
margin-bottom:50px;
}	
.ps-product-title{
border-top:5px solid #C4A880;
}

.ps-product-divider{
margin: 0 20px !important;
}