.bottle-card {
  --label-top: 92.75%;
  --label-right: 25%;
  --label-bottom: 41.25%;
  --label-left: 25%;
}

.bottle-card > .fusion-column-wrapper {
  aspect-ratio: 400 / 900;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: var(--label-top) !important;
  padding-right: var(--label-right) !important;
  padding-bottom: var(--label-bottom) !important;
  padding-left: var(--label-left) !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: 100% auto !important;
}

.bottle-card .fusion-title,
.bottle-card .fusion-title-heading,
.bottle-card .fusion-text,
.bottle-card p {
  margin-top: 0 !important;
  text-align: center;
}

.bottle-card .fusion-title {
  margin-bottom: clamp(4px, 1vw, 10px) !important;
}

.bottle-card .fusion-title-heading {
  margin-bottom: 0 !important;
  line-height: 1.02;
}

.bottle-card .fusion-text {
    margin-top: clamp(10px, 1vw, 25px) !important;
  margin-bottom: 0 !important;
}

.bottle-card .fusion-button-wrapper {
  margin-top: auto;
}

.bottle-card .fusion-button {
  margin-top: clamp(5px, 1vw, 15px);
}