.two-way-card {
  box-shadow: 0px 0px 6px 6px rgba(81, 90, 104, 0.05);
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.two-way-card .card-top {
  height: 100%;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.two-way-card .card-top.img-small {
  aspect-ratio: 332 / 130;
}

@media (min-width: 700px) {
  .two-way-card .card-top.img-small {
    aspect-ratio: 410 / 130;
  }
}

.two-way-card .card-top img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-way-card .card-main {
  flex-grow: 1;
  border-bottom-width: 1px;
  padding: 16px;
}

.two-way-card .card-title {
  margin-bottom: 8px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
}

.two-way-card .card-detail {
  font-size: 0.9375rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(81 90 104 / var(--tw-text-opacity));
}

.two-way-card .card-buttons {
  display: flex;
}

.two-way-card .card-button {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  line-height: 150%;
  letter-spacing: 1.2px;
}

.two-way-card .card-button:first-child {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.two-way-card .card-button:first-child:hover {
  --tw-text-opacity: 1;
  color: rgb(244 81 0 / var(--tw-text-opacity));
}

.two-way-card .card-button:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.two-way-card .card-button:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 81 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.two-way-card.product-card .card-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.two-way-card.product-card .card-main .title {
  font-family: Poppins, Noto Sans TC, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.2px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

.two-way-card.product-card .card-main .origin {
  font-family: Poppins, Noto Sans TC, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.48px;
  --tw-text-opacity: 1;
  color: rgb(131 141 156 / var(--tw-text-opacity));
}

.two-way-card.product-card .card-main .renew {
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 1.04px;
  --tw-text-opacity: 1;
  color: rgb(45 48 51 / var(--tw-text-opacity));
}

.two-way-card.product-card .card-main .renew span {
  --tw-text-opacity: 1;
  color: rgb(255 103 0 / var(--tw-text-opacity));
}

.two-way-card.product-card .card-top {
  height: 156px;
  padding-top: 16px;
}

.two-way-card.product-card .card-top img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*# sourceMappingURL=two-way-card.css.map */
