visually-cart-subscription {
  .cart-drawer__item__upgrade {
    gap: 16px;
    border: none;
    display: flex;
    padding: 16px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 8px;
    background: #ffffff;
    flex-direction: column;

    &.--has-additional-margin {
      margin-bottom: 24px;
    }
  }

  p,
  ul {
    margin: 0;
  }

  ul {
    gap: 6px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  li {
    list-style: none;
    padding-left: 15px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('/cdn/shop/files/check-color-icon.png?v=1750911793');
  }

  .cart-drawer__item__upgrade__title {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-align: left;
    font-family: "suisse", sans-serif;
  }

  .cart-drawer__item__upgrade__header__icon {
    margin-right: 18px;
  }

  .cart-drawer__item__upgrade__list {
    li {
      font-size: 10px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      font-family: "suisse", sans-serif;
    }
  }

  .cart-drawer__item__upgrade__cta {
    width: max-content;
    padding: 10px 15px;
    display: inline-block;
    right: 10px;
    bottom: 10px;
    position: absolute;
  }

  .cart-drawer__item__upgrade__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    &.is-button {
      justify-content: start;

      &:last-child {
        margin-right: 0;
      }
    }
  }

  .cart-drawer__item__upgrade__price {
    gap: 8px;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    margin-left: auto;
    font-style: normal;
    align-items: center;
    line-height: normal;
  }

  .grey-out {
    color: #C4C4C4;
    text-decoration-line: line-through;
  }

  &.is-loading {
    opacity: 0.5;
    pointer-events: none;
  }
}
