/**
 * ========================================
 * // single
 * ========================================
 */

/* .product-lineup-card {
  flex: 0 0 392px;
  width: 392px;
  min-width: 392px;
  max-width: 392px;
  height: 526px;
  filter: drop-shadow(10px 10px 7px rgba(0, 0, 0, 0.3));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  scroll-snap-align: start;
}

.product-lineup-innercard {
  display: flex;
  flex-direction: column;
  max-width: 356px;
  width: 100%;
  height: 490px;
  justify-content: center;
}

.product-lineup-innercard img {
  height: 45%;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  object-fit: cover;
  object-position: center;
}

.product-lineup-innercard-lower {
  padding: 25px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 55%;
  justify-content: space-between;
}

.lower-row-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
}

.lower-row-above {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

.lower-row-above p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.lower-row-above img {
  height: 30px;
  width: auto;
  border-radius: 0 !important;
}

.lower-row-under {
  width: 100%;
}

.lower-row-under p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.lower-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.lower-row-price {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-text1 {
  font-size: 12px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0;
}

.price-text2 {
  font-size: 20px;
  font-weight: 700;
  color: #2c368b;
  margin: 0;
}

.lower-row-button-a {
  max-width: 140px;
  width: 100%;
}

.lower-row-button {
  max-width: 140px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  background: #2c368b;
  border-radius: 50px;
}

.lower-row-button p {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
 */
