﻿main {
  min-height: 54vh;
}

.buy-btn-trash {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: all 0.2s ease-in-out;
  border-radius: 30px;
  background-color: #212121;
  position: absolute;
  right: 0;
  margin-right: 14px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.buy-btn-trash img {
  width: 24px !important;
  height: 24px !important;
}

.buy-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

s .saved-grid {
  max-width: 1300px;
  margin: 0 auto;
}

.saved-title {
  display: flex;
  margin-bottom: 16px;
}

.no-saved-items {
  padding-top: 50px;
  text-align: center;
  margin-top: 3px;
}
.no-saved-items h3 {
  font-size: 24px;
}
.no-saved-items img {
  width: 15%;
}

.saved-title {
  font-family: "Inter";
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 1440px) {
  .saved-grid .saved-title {
    margin-top: 1rem;
    padding-left: 72px;
  }
  .saved-grid .proizvodi-v {
    max-width: 1270px;
  }
}
@media (max-width: 1280px) {
  .saved-grid .saved-title {
    margin-top: 1rem;
    padding-left: 98px;
  }
  .saved-grid .proizvodi-v {
    max-width: 1080px;
  }
  .saved-grid .proizvodi-v .card-content .buy-btn-trash {
    width: 40px;
    height: 40px;
  }
}
