label[for^=subscription] {
  padding: 2rem;
}

.o-product__variant-card-title-container__subscription {
  flex-direction: column;
}
.o-product__variant-card-title-container__top {
  display: flex;
  justify-content: space-between;
}

.o-product__subscription {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.o-product__subscription .o-product__variant-card--subscription > .o-product__variant-card-label {
  padding: 3rem;
  border-color: #cbd6d4;
  border-radius: 0.6rem;
  background-color: transparent;
  gap: 1.6rem;
}
@media screen and (max-width: 480px) {
  .o-product__subscription .o-product__variant-card--subscription > .o-product__variant-card-label {
    padding: 2rem;
  }
}
.o-product__subscription .o-product__variant-card--subscription > .o-product__variant-card-label.o-product__variant-card-label--has-badge {
  padding-top: 3rem !important;
}
@media screen and (max-width: 480px) {
  .o-product__subscription .o-product__variant-card--subscription > .o-product__variant-card-label.o-product__variant-card-label--has-badge {
    padding-top: 2.4rem !important;
  }
}
.o-product__subscription .o-product__variant-card--subscription .o-product__discount-badge {
  top: 0;
  right: 3rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.9rem 0.8rem;
  border: 0.1rem solid #00EA93;
  border-radius: 0.6rem;
  background-color: #00EA93;
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .o-product__subscription .o-product__variant-card--subscription .o-product__discount-badge {
    right: 2rem;
    max-width: calc(100% - 4rem);
    font-size: 1.1rem;
    line-height: 1.4rem;
    white-space: normal;
  }
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-inner {
  gap: 0;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-box {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.4rem;
  border: 0.1rem solid #000000;
  border-radius: 0.1rem;
}
.o-product__subscription .o-product__variant-card--subscription input:checked + .o-product__variant-card-label {
  border-color: #000000;
}
.o-product__subscription .o-product__variant-card--subscription input:checked + .o-product__variant-card-label:hover {
  border-color: #000000;
}
.o-product__subscription .o-product__variant-card--subscription input:checked + .o-product__variant-card-label .o-product__variant-card-box::after {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.1rem;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-content {
  min-width: 0;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-title-container__top {
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-title-container__top {
    gap: 1rem;
  }
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-title-choice {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  min-width: 0;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-title-left {
  min-width: 0;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price-container {
  flex-shrink: 0;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__subscription--duration {
  margin: 0;
  font-family: var(--ff-quaternary);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0.1rem;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__subscription--subtitle {
  margin-top: 0.1rem;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  line-height: 1.28rem;
  white-space: nowrap;
  margin-top: 0.1rem;
}
@media screen and (max-width: 480px) {
  .o-product__subscription .o-product__variant-card--subscription .o-product__subscription--subtitle {
    white-space: normal;
  }
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price-container {
  margin-left: auto;
  align-items: flex-end;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price {
  margin-top: 0 !important;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 0.2rem;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price .money {
  font-size: inherit !important;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price--old {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-decoration: line-through;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price-per-day {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 300;
  text-align: right;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__subscription-gifts {
  display: grid;
}
.o-product__subscription .o-product__variant-card--subscription .o-product__subscription--usps {
  display: block;
}
.o-product__subscription-gifts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  width: 100%;
  margin-top: 1.6rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #CBD6D4;
}
.o-product__subscription-gifts__two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 480px) {
  .o-product__subscription-gifts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }
  .o-product__subscription-gifts.o-product__subscription-gifts__two {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .o-product__subscription-gifts.o-product__subscription-gifts__two .o-product__subscription-gift-image {
    aspect-ratio: 1.57/1;
  }
}
.o-product__subscription-gift {
  position: relative;
  min-width: 0;
}
@media screen and (max-width: 480px) {
  .o-product__subscription-gift {
    min-width: 0;
    scroll-snap-align: start;
  }
}
.o-product__subscription-gift-image {
  width: 100%;
  height: 12rem;
  margin-bottom: 0.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.5);
  border-radius: 0.3rem;
  overflow: hidden;
}
.o-product__subscription-gift-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .o-product__subscription-gift-image {
    height: 8.5rem;
  }
}
.o-product__subscription-gift-badge {
  position: absolute;
  top: -1.2rem;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0.4rem 1rem;
  border: 0.1rem solid #00EA93;
  border-radius: 5.6rem;
  background-color: #00EA93;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .o-product__subscription-gift-badge {
    top: -0.8rem;
    min-height: 1.6rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.o-product__subscription-gift-title, .o-product__subscription-gift-value {
  margin: 0;
}
.o-product__subscription-gift-title {
  font-family: var(--ff-quaternary);
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 480px) {
  .o-product__subscription-gift-title {
    font-size: 1.2rem;
    line-height: 1.48rem;
  }
}
.o-product__subscription-gift-value {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  line-height: 1.48rem;
  letter-spacing: -0.028rem;
}
@media screen and (max-width: 480px) {
  .o-product__subscription-gift-value {
    font-size: 1.1rem;
    letter-spacing: -0.022rem;
  }
}
.o-product__subscription--subtitle {
  margin: 0;
  color: var(--color-primary-body);
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .o-product__subscription--subtitle {
    font-size: 9px;
  }
}
.o-product__subscription--usps {
  margin-top: 0.8rem;
  padding-top: 0;
  border-top: 0;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
}
.o-product__subscription--usp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.o-product__subscription--usp-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem 0;
  margin-left: 0;
}
.o-product__subscription--usp-icon {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.o-product__subscription--usp-icon svg {
  width: 100%;
  height: 100%;
}
.o-product__subscription--usp-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-product__subscription--usp-text {
  flex: 1;
  color: #000000;
  font-size: 1.4rem;
  line-height: normal;
}
@media screen and (max-width: 480px) {
  .o-product__subscription--usp-text {
    font-size: 1.2rem;
    line-height: 1.48rem;
  }
}
.o-product__subscription--usp-text p {
  margin: 0;
}
.o-product__subscription--usp-text strong {
  font-weight: 600;
}
.o-product__subscription--learn-more {
  display: inline-block;
  margin-top: 0.8rem;
  margin-left: 0;
  font-size: 1.4rem;
  line-height: normal;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.o-product__subscription--learn-more:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .o-product__subscription--learn-more {
    font-size: 1.2rem;
  }
}
.o-product__subscription--options {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.o-product__subscription--option {
  position: relative;
}
.o-product__subscription--options .js-subscription-one-time {
  order: 1;
}
.o-product__subscription--label {
  display: flex;
  justify-content: space-between;
}
.o-product__subscription--price {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .o-product__subscription--price {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.o-product__subscription--price .m-price-item {
  order: 1;
  line-height: var(--body-lh-sm);
}
@media screen and (min-width: 768px) {
  .o-product__subscription--price .m-price-item {
    order: 2;
    line-height: var(--body-lh-md);
  }
}
.o-product__subscription--old-price {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  text-decoration: line-through;
  order: 2;
}
@media screen and (min-width: 768px) {
  .o-product__subscription--old-price {
    order: 1;
  }
}
.o-product__subscription--select {
  margin-top: 1.5rem;
  margin-bottom: 0;
  position: relative;
}
.o-product__subscription--select .custom-select.disabled .ts-control {
  opacity: 1;
}
.o-product__subscription--select .custom-select.disabled .ts-control::after {
  display: none;
}
.o-product__subscription--select .custom-select.input-active.dropdown-active .ts-control {
  background-color: transparent;
}
.o-product__subscription--select .custom-select.input-active.dropdown-active .ts-dropdown {
  margin-top: -1.1rem;
  width: calc(100% + 0.2rem);
  margin-left: -0.1rem;
  padding: 1rem 0 0;
}
.o-product__subscription--select .custom-select.input-active.dropdown-active .ts-dropdown .option {
  padding-left: 4.7rem;
}
.o-product__subscription--select .custom-select .ts-control {
  position: relative;
  border: none;
  border-top: 1px solid var(--color-primary-border);
  border-radius: 0 0 1.5rem 1.5rem;
  padding-left: 4.7rem;
  font-size: var(--body-fs-md);
  color: var(--color-primary-body);
  background-color: transparent;
}
.o-product__subscription--select .custom-select .ts-control:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
  background-image: url("icon-subscriptions.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  pointer-events: none;
  width: 1.8rem;
  height: 1.8rem;
}
.o-product__subscription.loaded {
  opacity: 1;
  pointer-events: all;
}

.o-product__subscription-one-time-wrap {
  display: contents;
}

.o-product__subscription .js-subscription-one-time .o-product__variant-card-group {
  display: flex;
}

@media screen and (max-width: 480px) {
  .o-product--new-experience .o-product__subscription--options {
    gap: 2.4rem;
  }
  .o-product--new-experience .o-product__subscription--options .js-subscription-subscription {
    order: 1;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription > .o-product__variant-card-label {
    gap: 1.6rem;
    padding: 2rem;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription > .o-product__variant-card-label.o-product__variant-card-label--has-badge {
    padding-top: 2rem !important;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__discount-badge {
    right: 1.5rem;
    max-width: none;
    padding: 0.9rem 0.8rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    line-height: 1.2rem;
    white-space: nowrap;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-title-container__top {
    gap: 1.2rem;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-title--main {
    font-size: 1.4rem;
    line-height: 1.82rem;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__subscription--duration {
    font-size: 1.2rem;
    line-height: 1.82rem;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__subscription--subtitle {
    font-size: 1rem;
    line-height: 1.28rem;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price {
    font-size: 1.4rem;
    line-height: 1.56rem;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price--old {
    font-size: 1.2rem;
    line-height: normal;
  }
  .o-product--new-experience .o-product__subscription .o-product__variant-card--subscription .o-product__variant-card-price-per-day {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.o-product--new-experience .o-product__subscription-one-time-wrap {
  order: 2;
  display: flex;
  flex-direction: column;
  border: 0.1rem solid #CBD6D4;
  border-radius: 0.6rem;
  padding: 3rem;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .o-product--new-experience .o-product__subscription-one-time-wrap {
    padding: 2rem;
  }
}
.o-product--new-experience .o-product__subscription-one-time-wrap:has(.js-subscription-one-time > .o-product__variant-card > input:checked) {
  border-color: #000000;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time {
  order: initial;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time > .o-product__variant-card > .o-product__variant-card-label {
  gap: 1.4rem;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time > .o-product__variant-card > .o-product__variant-card-label:hover {
  border: 0;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time > .o-product__variant-card > .o-product__variant-card-label > .o-product__variant-card-inner {
  gap: 1.2rem;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time > .o-product__variant-card > input:checked + .o-product__variant-card-label {
  border: 0;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 0.6rem;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group > .o-product__subscription--option {
  flex: initial;
  min-width: 0;
  scroll-snap-align: none;
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group input:checked + .o-product__variant-card-label {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-image {
    height: 7.4rem;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-label {
    padding: 1.2rem 1rem;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-title--main {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-subtitle {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-price {
    font-size: 1.4rem;
    line-height: 1.82rem;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-price--old {
    font-size: 1.2rem;
    line-height: 1.42rem;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-price-per-day {
    font-size: 1rem;
    line-height: normal;
  }
  .o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time .o-product__variant-card-group .o-product__variant-card-pack-duration {
    min-height: 1.6rem;
    padding: 0.2rem 0.8rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.o-product--new-experience .o-product__subscription-one-time-wrap .js-subscription-one-time > .o-product__variant-card > input:checked + .o-product__variant-card-label .o-product__variant-card-group input:checked + .o-product__variant-card-label {
  border-color: #000000;
  background-color: #ffffff;
}

.js-flacon-option .o-product__variant-card--flacon > .o-product__variant-card-label {
  padding: 2rem;
  gap: 0.8rem;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .js-flacon-option .o-product__variant-card--flacon > .o-product__variant-card-label {
    padding: 1rem 1.6rem;
  }
}
.js-flacon-option .o-product__variant-card--flacon > input:checked + .o-product__variant-card-label {
  background-color: #ffffff;
  border-color: #000000;
}
.js-flacon-option .o-product__variant-card--flacon .o-product__variant-card-inner {
  align-items: flex-start;
  gap: 1.2rem;
}
.js-flacon-option .o-product__variant-card--flacon .o-product__variant-card-box {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.2rem;
  border: 0.1rem solid #000000;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.js-flacon-option .o-product__variant-card--flacon .o-product__variant-card-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.js-flacon-option .o-product__flacon-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.js-flacon-option .o-product__variant-card-price-container {
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
}
.js-flacon-option .o-product__variant-card-price {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 !important;
  font-size: 1.4rem;
  font-weight: 600;
}
.js-flacon-option .o-product__variant-card-price--old {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
}
.js-flacon-option .o-product__variant-card-subtitle {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: var(--color-primary-body);
}
@media screen and (max-width: 768px) {
  .js-flacon-option .o-product__variant-card-subtitle {
    font-size: 0.9rem;
  }
}
.js-flacon-option .o-product__discount-badge {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding: 0.2rem 0.5rem;
  border-radius: 2rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .js-flacon-option .o-product__variant-card-title {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

.js-quick-view-modal .o-product_subscription_quiz {
  display: none;
}

.o-product_subscription_quiz {
  display: block;
  padding: 1rem 2rem;
  color: #000000;
  background-color: #c3f8dc;
  text-align: center;
  text-decoration: underline;
  border-radius: 0.6rem;
}
.o-product_subscription_quiz:hover {
  color: #000000;
}

.subscription-modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.subscription-modal-content__heading {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: -4%;
  margin-bottom: 56px;
  margin-right: 75px;
}
.subscription-modal-content__separator {
  border: none;
  border-top: 1px solid var(--color-primary-border);
  margin: 0;
  margin-bottom: 40px;
}
.subscription-modal-content__usp-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subscription-modal-content__usp-item {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .subscription-modal-content__usp-item {
    align-items: flex-start;
  }
}
.subscription-modal-content__usp-icon {
  min-width: 28px;
  min-height: 28px;
  border: 1px solid #CBD6D4;
  border-radius: 3px;
  padding: 6px;
  display: flex;
}
.subscription-modal-content__usp-icon img {
  width: 14px;
  height: 14px;
}
.subscription-modal-content__usp-text {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -2%;
}
@media screen and (max-width: 480px) {
  .subscription-modal-content__usp-text {
    font-size: 12px;
  }
}
.subscription-modal-content__image {
  margin-top: auto;
  padding: 32px;
  border: 1px solid #CBD6D4;
  border-radius: 6px;
  max-width: 158px;
}
.subscription-modal-content__image img {
  max-width: 100%;
  height: auto;
}
