@charset "UTF-8";

.text-orange {
  color: #f4992b !important;
}

.card {
  --card-pb: 1.9rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 1.9rem;
  padding-bottom: var(--card-pb);
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.card.card__product {
  --card-pb: 3.5rem;
}
.card.card__product h3, .card.card__product .h3 {
  font-weight: 200;
  margin-bottom: 0.2rem;
  font-size: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
.card.card__product p {
  font-size: 16pt;
}
.card .glass {
  padding: 1rem;
}

.card.card__product {
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: center;
  height: 100%;
}
.card.card__product .glass {
  flex-grow: 1;
}
.card.card__product:before {
  content: "";
  background-size: 120%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  pointer-events: none;
  top: 0;
  left: 0;
}
@media (min-width: 1192px) {
  .card.card__product:before {
    height: auto;
    aspect-ratio: 1;
    transform: translateY(-7%);
  }
}
@media (max-width: 1191.98px) {
  .card.card__product:before {
    background-position: center bottom;
    background-size: 250px;
  }
}
@media (max-width: 767.98px) {
  .card.card__product:before {
    background-position: center bottom;
    background-size: 150px;
  }
}

.glass {
  position: relative;
  background-color: transparent !important;
  background-size: cover;
  border-radius: 25px;
}
.glass > * {
  z-index: 5;
  position: relative;
}
.glass::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  background: linear-gradient(161.5deg, rgba(255, 255, 255, 0.4) 2.16%, rgba(255, 255, 255, 0) 99.21%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: -1px -2px 2px rgba(255, 255, 255, 0.7);
}
.glass:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 25px;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}

.card.card__product {
  background: linear-gradient(301.59deg, #51ad32 32.15%, #c7d300 84.32%);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  border-radius: 25px;
}

