@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:wght@400;700&display=swap");
.pomCard {
  width: calc(25% - 24px);
  min-width: 280px;
}
.productSlider h1 {
  margin: 0;
}
.pomCard .controls {
  flex-direction: column;
}

.pomCard button.botonAdd {
  min-width: 220px;
  border-radius: 43px;
  gap: 10px;
  padding-top: 20px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  border-width: 2px;
  border: 2px solid #ffffff;
  font-family: Ubuntu Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 10%;
  background-color: transparent;
  cursor: pointer;
  display: none;
  width: 100%;
}

.pomCard .controls .botonAdd:hover {
  background-color: #fff;
  color: #000;
}

.pomCard img.shadow {
  top: 220px !important;
}
.pomCard .desktopAddPom {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pomCard .desktopAddPom a {
  color: #fff;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
    gap: 0.5rem;
}
.pomCard .desktopAddPom .cart-controls {
  width: auto;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.pomCard  .description {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.pomCard  .description p {
  width: auto;
}
.pomCard .desktopAddPom .actions {
  width: auto;
}
.pomCard .desktopAddPom .actions a img {
  width: 16px;
  height: 16px;
}
.pomCard .pomType a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media screen and (max-width: 770px) {
  .pomCard {
    width: 70% !important;
    max-width: 100% !important;
  }
  .pomCard button.botonAdd {
    display: block;
  }
  .pomCard .desktopAddPom {
    display: none;
  }
}
