.product--details{
  font-family:var(--font-urbanist) !important;
  font-weight:700;
  text-transform:uppercase;
  gap:0 !important;
}
.product--details-wrapper{
  gap:0 !important;
}
.product--price-wrapper{
  font-weight:500;
  text-transform:none;
  
}
.product--image{
  aspect-ratio:4/5;
}