.single-new-popular-dress-item{
 /* border: solid 1px;*/
   border: 1px solid #e0e0e0;         /* Light grey border */
    border-radius: 8px;                /* Rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);  /* Soft shadow */
    overflow: hidden;                  /* Ensures children respect border radius */
    background-color: #fff;            /* White background for contrast */
    transition: box-shadow 0.3s ease;
  padding:15px;
}
.single-new-popular-dress-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.col-sm-6.col-md-4.col-lg-4 .single-new-popular-dress-item .img-box > img {
    max-height: 300px !important;
    min-height: 300px !important;
    object-fit: contain !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
}

.single-new-popular-dress-item .img-box{
	min-height: 280px;
  text-align-last: center;
}
.single-new-popular-dress-item .img-box > img {
    max-height: 300px;
    min-height: 300px;
    object-fit: contain;
    width: 100%;
    display: block;
    margin: 0 auto;
}


.product-img-box {
    height: 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product-img-box  a  img {
 
    max-width: 100%;
    height: 168px;

}