.vulcan-card {
  height: 504px;
  width: 100%;
  max-width: 370px;
  background-color: white;
  border-radius: 30px;
  position: relative;
  display: grid;
  grid-template-rows: 43% 57%;
  transition: opacity 0.2s ease-in-out;
}
.vulcan-card .card-img-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 100%;
  object-fit: cover;
}
.vulcan-card .placeholder-container {
  height: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.vulcan-card .placeholder-container #card-svg-top {
  height: 155%;
  width: 155%;
  top: -10px;
  left: -150px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .vulcan-card .placeholder-container #card-svg-top {
    top: -10px;
    left: -80px;
  }
}
.vulcan-card .card-body {
  padding: 2.5rem;
  height: 100%;
}
.vulcan-card .card-body .card-body-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vulcan-card .card-body .card-body-grid .names-section .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  margin-inline: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vulcan-card .card-body .card-body-grid .names-section .subtitle {
  font-size: 14px;
  opacity: 0.66;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .vulcan-card .card-body .card-body-grid .names-section .subtitle {
    font-size: 12px;
  }
}
.vulcan-card .card-body .card-body-grid .prices-section .price {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .vulcan-card .card-body .card-body-grid .prices-section .price {
    font-size: 20px;
  }
}
.vulcan-card .card-body .card-body-grid .prices-section .price .currency-vat {
  font-weight: normal;
  font-size: 18px;
}
.vulcan-card .card-body .card-body-grid .prices-section .brutto-price {
  font-size: 16px;
  opacity: 0.4;
}
@media only screen and (max-width: 1200px) {
  .vulcan-card .card-body .card-body-grid .prices-section .brutto-price {
    font-size: 14px;
  }
}
.vulcan-card .card-body .card-body-grid .card-button {
  width: 100%;
  margin-top: 15px;
  display: block;
  text-align: center;
  color: white;
  border-radius: 15px;
  padding-block: 8px;
}

@media only screen and (max-width: 768px) {
  .vulcan-card.resposnive {
    height: 308px;
    background-color: white;
    border-radius: 30px;
  }
  .vulcan-card.resposnive .card-body {
    padding: 1.25rem;
  }
  .vulcan-card.resposnive .card-body .names-section .title {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .vulcan-card.resposnive .card-body .names-section .subtitle {
    font-size: 14px;
    opacity: 0.66;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .vulcan-card.resposnive .card-body .prices {
    position: absolute;
    bottom: 7%;
  }
  .vulcan-card.resposnive .card-body .prices .price {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1;
  }
  .vulcan-card.resposnive .card-body .prices .price .currency-vat {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
  .vulcan-card.resposnive .card-body .prices .price {
    font-size: 14px;
  }
  .vulcan-card.resposnive .card-body .prices .price .currency-vat {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .vulcan-card.resposnive .card-body .prices .brutto-price {
    font-size: 12px;
    opacity: 0.4;
    line-height: 1.1;
  }
}
.medical-card, .medical-card.resposnive {
  height: 310px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .medical-card, .medical-card.resposnive {
    height: 200px;
  }
}

/*# sourceMappingURL=vulcan_card.css.map */
