.ps-product__thumbnail_list a {
    width: 100%;
    display: flex;
    align-items: center; 
    height: 220px;
    justify-content: center;
  
}
.ps-product .ps-product__thumbnail_list img
 {
     width: auto !important;
     max-height: 100%;
}
.ps-product .ps-product__price{
  font-size:15px !important;
}
.header .header__top {
    padding: 3px 0 !important;
}

.z-30 {
    z-index: 30;
}
.right-5 {
    right: 1.25rem;
}
.bottom-5 {
    bottom: 1.25rem;
}
.fixed {
    position: fixed;
}
.row {
    --bs-gutter-x: 0.5rem !important;
}
img{
  border-radius:10px;
}