/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 21:47 Unexpected "1em，最后一个正常"
Line 21:73 Expected identifier but found "%"
Line 32:0 Unexpected "{"
Line 32:1 Expected identifier but found "%"
Line 32:47 Unexpected "1em，最后一个正常"
Line 32:73 Expected identifier but found "%"
Line 43:6 Unexpected "{"
Line 43:15 Expected ":"
... and 430 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-product-v3 (INDEX:255) */
{%- comment -%}Advert 信息之间的间距为 1em，最后一个正常 {%- endcomment -%}
  .payment-icons>img {
    margin-bottom: .25rem;
    margin-right: .25rem;
  }
  .payment-icons {
    margin-right: -.25rem;
  }
/* END_SECTION:main-product-v3 */

/* START_SECTION:main-product (INDEX:257) */
{%- comment -%}Advert 信息之间的间距为 1em，最后一个正常 {%- endcomment -%}
  .payment-icons>img {
    margin-bottom: .25rem;
    margin-right: .25rem;
  }
  .payment-icons {
    margin-right: -.25rem;
  }
/* END_SECTION:main-product */

/* START_SECTION:upgrade-campaign-widget (INDEX:334) */
#ucw-{{ section.id }} {
    --ucw-title: #262629;
    --ucw-body: #000000;
    --ucw-note: #5b5b5b;
    --ucw-highlight: #70377c;
    --ucw-panel-bg: #f2e4f2;
    --ucw-button-bg: #70377c;
    --ucw-button-hover-bg: #5f2f6a;
    --ucw-button-text: #ffffff;
    font-family: 'Sk-Modernist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }

  #ucw-{{ section.id }} .ucw__inner {
    width: min(100%, 1024px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-inline: 0;
  }

  #ucw-{{ section.id }} .ucw__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
  }

  #ucw-{{ section.id }} .ucw__heading {
    margin: 0;
    color: var(--ucw-title);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }

  #ucw-{{ section.id }} .ucw__description {
    width: 100%;
    margin: 0;
    color: var(--ucw-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
  }

  #ucw-{{ section.id }} .ucw__description p {
    margin: 0;
  }

  #ucw-{{ section.id }} .ucw__description strong,
  #ucw-{{ section.id }} .ucw__description .ucw__highlight,
  #ucw-{{ section.id }} .ucw__detail-title {
    color: var(--ucw-highlight);
    font-weight: 700;
  }

  #ucw-{{ section.id }} .ucw__note {
    width: 100%;
    margin: 0;
    color: var(--ucw-note);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
  }

  #ucw-{{ section.id }} .ucw__panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 12px;
    border-radius: 12px;
    background-color: var(--ucw-panel-bg);
    box-sizing: border-box;
    text-align: center;
  }

  #ucw-{{ section.id }} .ucw__detail {
    max-width: 100%;
    color: var(--ucw-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
  }

  #ucw-{{ section.id }} .ucw__detail-title,
  #ucw-{{ section.id }} .ucw__detail-text {
    margin: 0;
  }

  #ucw-{{ section.id }} .ucw__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 327px;
    min-height: 56px;
    padding: 12px 24px;
    border: 0;
    border-radius: 12px;
    background: var(--ucw-button-bg);
    background-color: var(--ucw-button-bg) !important;
    background-image: none !important;
    color: var(--ucw-button-text) !important;
    font: inherit;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  #ucw-{{ section.id }} .ucw__button:hover {
    background: var(--ucw-button-hover-bg);
    background-color: var(--ucw-button-hover-bg) !important;
    color: var(--ucw-button-text) !important;
  }

  #ucw-{{ section.id }} .ucw__button:active {
    transform: translateY(1px);
  }

  #ucw-{{ section.id }} .ucw__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
  }

  #ucw-{{ section.id }} .ucw__button-label {
    color: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  #ucw-{{ section.id }} .ucw__copy-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: inherit;
  }

  #ucw-{{ section.id }} .ucw__copy-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  #ucw-{{ section.id }} .ucw__flag {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 1000;
    transform: translate(-50%, 12px);
    width: calc(100vw - 24px);
    max-width: 320px;
    padding: 14px 18px;
    border-radius: 8px;
    background: #202223;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  #ucw-{{ section.id }} .ucw__flag.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
  }

  @media screen and (max-width: 1063px) {
    #ucw-{{ section.id }} .ucw__inner {
      padding-inline: 20px;
    }
  }

  @media screen and (max-width: 749px) {
    #ucw-{{ section.id }} .ucw__inner {
      gap: 32px;
      padding-inline: 16px;
    }

    #ucw-{{ section.id }} .ucw__header {
      gap: 20px;
    }

    #ucw-{{ section.id }} .ucw__heading {
      font-size: 34px;
    }

    #ucw-{{ section.id }} .ucw__description,
    #ucw-{{ section.id }} .ucw__detail {
      font-size: 18px;
    }

    #ucw-{{ section.id }} .ucw__note {
      font-size: 14px;
    }

    #ucw-{{ section.id }} .ucw__panel {
      gap: 22px;
      padding: 24px 16px;
    }

    #ucw-{{ section.id }} .ucw__button {
      width: min(100%, 327px);
      min-width: 0;
      min-height: 56px;
      padding: 8px 24px;
    }

    #ucw-{{ section.id }} .ucw__button-label {
      min-width: 0;
      font-size: 16px;
      white-space: normal;
    }
  }

  @media screen and (max-width: 389px) {
    #ucw-{{ section.id }} .ucw__heading {
      font-size: 30px;
    }

    #ucw-{{ section.id }} .ucw__button-label {
      font-size: 22px;
    }
  }
/* END_SECTION:upgrade-campaign-widget */

/* START_SECTION:upgrade-how-to-apply (INDEX:335) */
#uhta-{{ section.id }} {
    --uhta-title: #262629;
    --uhta-accent: #70377c;
    --uhta-body: #000000;
    --uhta-gradient-from: #eff2f8;
    --uhta-gradient-to: #d8dfef;
    font-family: 'Sk-Modernist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }

  #uhta-{{ section.id }} .uhta__inner {
    width: min(100%, 1024px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  #uhta-{{ section.id }} .uhta__title {
    margin: 0;
    color: var(--uhta-title);
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  #uhta-{{ section.id }} .uhta__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 320px));
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  #uhta-{{ section.id }} .uhta-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(to left, var(--uhta-gradient-from), var(--uhta-gradient-to));
  }

  #uhta-{{ section.id }} .uhta-step__header {
    width: fit-content;
    color: var(--uhta-accent);
  }

  #uhta-{{ section.id }} .uhta-step__label {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  #uhta-{{ section.id }} .uhta-step__number {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }

  #uhta-{{ section.id }} .uhta-step__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  #uhta-{{ section.id }} .uhta-step__kv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 256px;
    overflow: hidden;
  }

  #uhta-{{ section.id }} .uhta-step__kv-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #uhta-{{ section.id }} .uhta-step__kv-placeholder {
    color: var(--uhta-accent);
    opacity: 0.35;
  }

  #uhta-{{ section.id }} .uhta-step__description {
    margin: 0;
    color: var(--uhta-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    word-break: break-word;
  }

  @media screen and (max-width: 1063px) {
    #uhta-{{ section.id }} .uhta__inner {
      padding-inline: 20px;
    }
  }

  @media screen and (max-width: 749px) {
    #uhta-{{ section.id }} .uhta__inner {
      gap: 40px;
      padding-inline: 16px;
    }

    #uhta-{{ section.id }} .uhta__title {
      font-size: 28px;
    }

    #uhta-{{ section.id }} .uhta__steps {
      grid-template-columns: minmax(0, 320px);
      justify-content: center;
    }

    #uhta-{{ section.id }} .uhta-step__number {
      font-size: 40px;
    }

    #uhta-{{ section.id }} .uhta-step__kv {
      height: 220px;
    }
  }
/* END_SECTION:upgrade-how-to-apply */

/* START_SECTION:upgrade-product-widget (INDEX:336) */
#upw-{{ section.id }} {
    --upw-accent: #70377c;
    --upw-text: #000;
    --upw-muted: #626262;
    --upw-badge-bg: #ffe7e7;
    --upw-badge-text: #f00;
    --upw-border: #d1d5db;
    --upw-cta-text: #fff;
    font-family: 'Sk-Modernist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }

  #upw-{{ section.id }} .upw__inner {
    width: min(100%, 1024px);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  #upw-{{ section.id }} .upw__kv {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 16px;
    background: #f4f4f4;
  }

  #upw-{{ section.id }} .upw__kv picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  #upw-{{ section.id }} .upw__kv-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #upw-{{ section.id }} .upw__placeholder {
    color: var(--upw-accent);
    background: #f4f4f4;
  }

  #upw-{{ section.id }} .upw__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    text-align: center;
  }

  #upw-{{ section.id }} .upw__title {
    width: 100%;
    margin: 0 0 24px;
    color: var(--upw-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
  }

  #upw-{{ section.id }} .upw__price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    margin-bottom: 24px !important;
  }

  #upw-{{ section.id }} .upw__prices {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
  }

  #upw-{{ section.id }} .upw__price,
  #upw-{{ section.id }} .upw__compare-price {
    margin: 0;
  }

  #upw-{{ section.id }} .upw__price {
    color: var(--upw-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0px;
  }

  #upw-{{ section.id }} .upw__compare-price {
    color: var(--upw-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
  }

  #upw-{{ section.id }} .upw__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 12px;
    border-radius: 4px;
    background: var(--upw-badge-bg);
    color: var(--upw-badge-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
  }

  #upw-{{ section.id }} .upw__features {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    max-width: 100%;
  }

  #upw-{{ section.id }} .upw-feature {
    width: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  #upw-{{ section.id }} .upw-feature__icon-wrap {
    width: 104px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 1px solid var(--upw-border);
    border-radius: 12px;
    box-sizing: border-box;
  }

  #upw-{{ section.id }} .upw-feature__icon {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
  }

  #upw-{{ section.id }} .upw-feature__icon--fallback {
    color: var(--upw-accent);
  }

  #upw-{{ section.id }} .upw-feature__placeholder {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e5e7eb;
  }

  #upw-{{ section.id }} .upw-feature__name {
    min-width: 100%;
    margin: 0;
    color: var(--upw-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0;
    text-align: center;
  }

  #upw-{{ section.id }} .upw__actions {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  #upw-{{ section.id }} .upw__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 16px 36px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  }

  #upw-{{ section.id }} .upw__button--primary {
    min-width: 228px;
    border: 1px solid var(--upw-accent);
    background: var(--upw-accent);
    color: var(--upw-cta-text);
  }

  #upw-{{ section.id }} .upw__button--secondary {
    min-width: 154px;
    border: 1px solid var(--upw-accent);
    background: transparent;
    color: var(--upw-accent);
  }

  #upw-{{ section.id }} .upw__button--primary:hover {
    background: #ae81ac;
    border-color: #ae81ac;
    color: var(--upw-cta-text);
  }

  #upw-{{ section.id }} .upw__button--secondary:hover {
    opacity: 0.88;
  }

  @media screen and (max-width: 1063px) {
    #upw-{{ section.id }} .upw__inner {
      padding-inline: 20px;
    }

    #upw-{{ section.id }} .upw__features {
      width: 100%;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px 8px;
      overflow: visible;
    }

    #upw-{{ section.id }} .upw-feature {
      flex: 0 0 104px;
    }
  }

  @media screen and (max-width: 749px) {
    #upw-{{ section.id }} .upw__inner {
      gap: 40px;
      padding-inline: 16px;
    }

    #upw-{{ section.id }} .upw__kv {
      height: auto;
      aspect-ratio: 343 / 240;
      border-radius: 12px;
    }

    #upw-{{ section.id }} .upw__title {
      font-size: 28px;
    }

    #upw-{{ section.id }} .upw__price {
      font-size: 22px;
    }

    #upw-{{ section.id }} .upw__price-row {
      display: grid;
      grid-template-columns: auto auto;
      align-items: center;
      gap: 4px 10px;
    }

    #upw-{{ section.id }} .upw__prices {
      display: contents;
    }

    #upw-{{ section.id }} .upw__price {
      grid-column: 1 / -1;
      justify-self: center;
    }

    #upw-{{ section.id }} .upw__compare-price {
      grid-column: 1;
      justify-self: end;
      font-size: 16px;
    }

    #upw-{{ section.id }} .upw__discount {
      grid-column: 2;
      justify-self: start;
      min-height: 26px;
      padding: 4px 12px;
    }

    #upw-{{ section.id }} .upw__features {
      justify-content: center;
      gap: 16px 8px;
      padding-bottom: 0;
    }

    #upw-{{ section.id }} .upw-feature {
      flex: 0 0 104px;
    }

    #upw-{{ section.id }} .upw__actions {
      width: 100%;
      flex-direction: column;
      align-items: stretch;
    }

    #upw-{{ section.id }} .upw__button {
      width: 100%;
      min-width: 0;
    }
  }
/* END_SECTION:upgrade-product-widget */

/* START_SECTION:upgrade-upsell-banner (INDEX:337) */
#uub-{{ section.id }} {
    --uub-cta: #9d60a8;
    --uub-title: #024384;
    --uub-body: #072234;
    --uub-tag-bg: #f3f3f3;
    --uub-tag-text: #655b5b;
    --uub-card-bg: rgba(255, 255, 255, 0.8);
    --uub-product-name: #1f1f1f;
    --uub-embed-scale: 1;
    position: relative;
    overflow: hidden;
    font-family: 'Sk-Modernist', system-ui, -apple-system, sans-serif;
  }

  #uub-{{ section.id }} .uub__widget {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #uub-{{ section.id }} .uub__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  #uub-{{ section.id }} .uub__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #uub-{{ section.id }} .uub__placeholder {
    width: 100%;
    height: 100%;
    display: block;
  }

  #uub-{{ section.id }} .uub__placeholder svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  #uub-{{ section.id }} .uub__product-visual .uub__placeholder svg {
    object-fit: contain;
  }

  #uub-{{ section.id }} .uub-card__icon-wrap .uub__placeholder svg {
    width: 28px;
    height: 28px;
  }

  #uub-{{ section.id }} .uub__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding-block: 80px;
    padding-inline: 24px;
    max-width: 100%;
  }

  #uub-{{ section.id }} .uub__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    width: 100%;
    max-width: 327px;
    margin-inline: auto;
  }

  #uub-{{ section.id }} .uub__headline {
    color: var(--uub-cta-text, #fff) !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }

  #uub-{{ section.id }} .uub__headline p {
    margin: 0;
  }

  #uub-{{ section.id }} .uub__headline--desktop {
    display: none;
  }

  #uub-{{ section.id }} .uub__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #9d60a8;
    background: var(--uub-cta, #9d60a8);
    background-color: var(--uub-cta, #9d60a8) !important;
    background-image: none !important;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    border-radius: 9999px;
    padding: 24px 80px;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
  }

  #uub-{{ section.id }} .uub__cta:hover {
    background: #8a4f96;
    background: var(--uub-cta-hover, #8a4f96);
    background-color: var(--uub-cta-hover, #8a4f96) !important;
    background-image: none !important;
    color: var(--uub-cta-text, #fff) !important;
  }

  #uub-{{ section.id }} .uub__cta--desktop {
    display: none;
  }

  #uub-{{ section.id }} .uub__cta--mobile {
    width: 100%;
    max-width: 327px;
    margin-inline: auto;
    box-sizing: border-box;
  }

  #uub-{{ section.id }} .uub__products-area {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 24px;
  }

  #uub-{{ section.id }} .uub__products-stage {
    position: relative;
    width: min(100%, 400px);
    height: 440px;
    min-height: 0;
    overflow: hidden;
  }

  #uub-{{ section.id }} .uub__arrow {
    position: absolute;
    left: 50%;
    top: 0;
    width: 192px;
    height: 280px;
    transform: translateX(-8%);
    z-index: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }

  #uub-{{ section.id }} .uub__arrow-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  #uub-{{ section.id }} .uub__arrow-img--default {
    overflow: visible;
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub__arrow {
    opacity: 0;
  }

  #uub-{{ section.id }} .uub__products {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-top: 0;
    border: none;
    background: transparent;
    margin: 0;
    padding-inline: 0;
  }

  #uub-{{ section.id }} .uub__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    will-change: transform, opacity;
    transition: opacity 0.25s ease;
  }

  #uub-{{ section.id }}.is-swapping .uub__product,
  #uub-{{ section.id }}.is-swapping .uub__product-visual {
    transition: opacity 0.25s ease;
  }

  #uub-{{ section.id }} .uub__product:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 8px;
  }

  #uub-{{ section.id }} .uub__product--base {
    width: 240px;
    z-index: 1;
    opacity: 0.78;
    transform: translate(-112%, -12%) scale(0.58);
  }

  #uub-{{ section.id }} .uub__product--base[aria-pressed='true'] {
    opacity: 1;
  }

  #uub-{{ section.id }} .uub__product--base .uub__product-visual {
    display: block;
    width: 240px;
    height: 240px;
    overflow: visible;
    transform: rotate(-4deg);
    transform-origin: center center;
  }

  #uub-{{ section.id }} .uub__product--base .uub__product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #uub-{{ section.id }} .uub__product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--uub-product-name);
    margin-top: 4px;
    text-align: center;
  }

  #uub-{{ section.id }} .uub__product--upgraded {
    width: 290px;
    max-width: none;
    margin-inline: 0;
    z-index: 2;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--base {
    z-index: 1;
    opacity: 0.78;
    transform: translate(-112%, -12%) scale(0.58);
  }

  #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--upgraded {
    z-index: 2;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub__product--base {
    z-index: 3;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub__product--upgraded {
    z-index: 1;
    opacity: 0.78;
    transform: translate(2%, -10%) scale(0.58);
  }

  #uub-{{ section.id }} .uub__product--upgraded[aria-pressed='true'] {
    opacity: 1;
  }

  #uub-{{ section.id }} .uub__product--upgraded .uub__product-visual {
    display: block;
    width: 290px;
    height: 290px;
    max-width: 100%;
    margin: 0 auto -8px;
    overflow: visible;
    transform: rotate(0deg);
    transform-origin: center center;
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub__product--base .uub__product-visual,
  #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--upgraded .uub__product-visual {
    transform: rotate(0deg);
  }

  #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--base .uub__product-visual {
    transform: rotate(-4deg);
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub__product--upgraded .uub__product-visual {
    transform: rotate(4deg);
  }

  #uub-{{ section.id }} .uub__product--upgraded .uub__product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub__product--base .uub__product-title,
  #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--upgraded .uub__product-title,
  #uub-{{ section.id }} .uub__product.is-front .uub__product-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
  }

  #uub-{{ section.id }} .uub__product.is-back .uub__product-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }

  #uub-{{ section.id }} .uub__features {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 327px;
    margin-inline: auto;
  }

  #uub-{{ section.id }} .uub-card {
    display: none;
    position: relative;
    background: var(--uub-card-bg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    overflow: visible;
  }

  #uub-{{ section.id }}[data-active-tier='base'] .uub-card[data-tier='base'],
  #uub-{{ section.id }}[data-active-tier='upgraded'] .uub-card[data-tier='upgraded'] {
    display: block;
  }

  #uub-{{ section.id }} .uub-card__tag {
    position: absolute;
    top: -1px;
    right: -1px;
    display: none;
    align-items: center;
    gap: 14px;
    background: var(--uub-tag-bg);
    border-radius: 4px;
    padding: 2px 12px;
    z-index: 2;
  }

  #uub-{{ section.id }} .uub-card[data-tier='upgraded'] .uub-card__tag {
    display: inline-flex;
  }

  #uub-{{ section.id }} .uub-card__tag-text {
    font-size: 12px;
    line-height: 16.8px;
    color: var(--uub-tag-text);
    font-weight: 400;
  }

  #uub-{{ section.id }} .uub-card__tag-arrow {
    width: 12px;
    height: 19px;
    object-fit: contain;
    flex-shrink: 0;
  }

  #uub-{{ section.id }} .uub-card__body {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  #uub-{{ section.id }} .uub-card__icon-wrap {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: rgba(243, 175, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #uub-{{ section.id }} .uub-card__icon {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
  }

  #uub-{{ section.id }} .uub-card__copy {
    flex: 1;
    min-width: 0;
  }

  #uub-{{ section.id }} .uub-card__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--uub-title);
  }

  #uub-{{ section.id }} .uub-card__desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--uub-body);
  }

  @media screen and (min-width: 990px) {
    #uub-{{ section.id }}[data-desktop-layout='embed'] {
      background: var(--uub-embed-bg);
    }

    #uub-{{ section.id }}[data-desktop-layout='embed'] .uub__widget {
      max-width: var(--uub-embed-max-width);
      margin: var(--uub-embed-margin-y) auto;
    }

    #uub-{{ section.id }}[data-desktop-layout='full_width'] .uub__widget {
      max-width: none;
      margin: 0;
    }

    #uub-{{ section.id }} .uub__inner {
      display: grid;
      grid-template-columns: minmax(280px, 1fr) minmax(380px, 480px) minmax(320px, 1fr);
      grid-template-rows: auto;
      align-items: center;
      gap: 24px 40px;
      padding-inline: 72px;
      max-width: 1440px;
      margin-inline: auto;
    }

    #uub-{{ section.id }} .uub__header {
      grid-column: 1;
      grid-row: 1;
      align-items: flex-start;
      text-align: left;
      max-width: none;
      margin: 0;
      gap: 24px;
    }

    #uub-{{ section.id }} .uub__headline--mobile {
      display: none;
    }

    #uub-{{ section.id }} .uub__headline--desktop {
      display: block;
      font-size: 48px;
    }

    #uub-{{ section.id }} .uub__cta--desktop {
      display: inline-flex;
      padding: 24px 80px;
      width: auto;
    }

    #uub-{{ section.id }} .uub__cta--mobile {
      display: none;
    }

    #uub-{{ section.id }} .uub__products-area {
      grid-column: 2;
      grid-row: 1;
      padding-bottom: 24px;
    }

    #uub-{{ section.id }} .uub__products-stage {
      width: 480px;
      height: 460px;
      min-height: 0;
    }

    #uub-{{ section.id }} .uub__product--base {
      left: 50%;
      top: 50%;
      width: 280px;
    }

    #uub-{{ section.id }} .uub__product--base .uub__product-visual {
      width: 280px;
      height: 280px;
    }

    #uub-{{ section.id }} .uub__product-title {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.1;
    }

    #uub-{{ section.id }} .uub__product--upgraded .uub__product-visual {
      width: 320px;
      height: 320px;
    }

    #uub-{{ section.id }} .uub__product--upgraded {
      width: 320px;
    }

    #uub-{{ section.id }}[data-active-tier='base'] .uub__product--base {
      transform: translate(-50%, -50%) scale(1);
    }

    #uub-{{ section.id }}[data-active-tier='base'] .uub__product--upgraded {
      transform: translate(-6%, -16%) scale(0.66);
    }

    #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--base {
      transform: translate(-110%, -14%) scale(0.66);
    }

    #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--upgraded {
      transform: translate(-50%, -50%) scale(1);
    }

    #uub-{{ section.id }}[data-active-tier='base'] .uub__product--base .uub__product-title,
    #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--upgraded .uub__product-title,
    #uub-{{ section.id }} .uub__product.is-front .uub__product-title {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.05;
    }

    #uub-{{ section.id }} .uub__product.is-back .uub__product-title {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.1;
    }

    #uub-{{ section.id }} .uub__features {
      grid-column: 3;
      grid-row: 1;
      max-width: none;
      margin: 0;
    }

    #uub-{{ section.id }} .uub-card__title {
      font-size: 24px;
    }

    #uub-{{ section.id }} .uub-card__desc {
      font-size: 16px;
    }

    #uub-{{ section.id }} .uub__inner {
      grid-template-columns:
        minmax(calc(280px * var(--uub-embed-scale)), 1fr)
        minmax(calc(380px * var(--uub-embed-scale)), calc(480px * var(--uub-embed-scale)))
        minmax(calc(320px * var(--uub-embed-scale)), 1fr);
      gap: calc(24px * var(--uub-embed-scale)) calc(40px * var(--uub-embed-scale));
      padding-inline: calc(72px * var(--uub-embed-scale));
      padding-block: calc(80px * var(--uub-embed-scale));
      max-width: calc(1440px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__header {
      gap: calc(24px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__headline--desktop {
      font-size: calc(48px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__cta--desktop {
      font-size: calc(20px * var(--uub-embed-scale));
      padding:
        calc(24px * var(--uub-embed-scale))
        calc(80px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__products-area {
      padding-bottom: calc(24px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__products-stage {
      width: min(100%, calc(480px * var(--uub-embed-scale)));
      height: calc(460px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__arrow {
      width: calc(192px * var(--uub-embed-scale));
      height: calc(280px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__product--base {
      width: calc(280px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__product--base .uub__product-visual {
      width: calc(280px * var(--uub-embed-scale));
      height: calc(280px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__product--upgraded {
      width: calc(320px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__product--upgraded .uub__product-visual {
      width: calc(320px * var(--uub-embed-scale));
      height: calc(320px * var(--uub-embed-scale));
      margin-bottom: calc(-8px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__product-title {
      font-size: calc(16px * var(--uub-embed-scale));
      margin-top: calc(4px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }}[data-active-tier='base'] .uub__product--base .uub__product-title,
    #uub-{{ section.id }}[data-active-tier='upgraded'] .uub__product--upgraded .uub__product-title,
    #uub-{{ section.id }} .uub__product.is-front .uub__product-title {
      font-size: calc(32px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__product.is-back .uub__product-title {
      font-size: calc(16px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub__features {
      gap: calc(16px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card {
      border-radius: calc(12px * var(--uub-embed-scale));
      padding: calc(25px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__tag {
      gap: calc(14px * var(--uub-embed-scale));
      border-radius: calc(4px * var(--uub-embed-scale));
      padding:
        calc(2px * var(--uub-embed-scale))
        calc(12px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__tag-text {
      font-size: calc(12px * var(--uub-embed-scale));
      line-height: calc(16.8px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__tag-arrow {
      width: calc(12px * var(--uub-embed-scale));
      height: calc(19px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__body {
      gap: calc(24px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__icon-wrap {
      width: calc(64px * var(--uub-embed-scale));
      height: calc(64px * var(--uub-embed-scale));
      border-radius: calc(8px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__icon {
      max-width: calc(48px * var(--uub-embed-scale));
      max-height: calc(48px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__title {
      margin-bottom: calc(4px * var(--uub-embed-scale));
      font-size: calc(24px * var(--uub-embed-scale));
    }

    #uub-{{ section.id }} .uub-card__desc {
      font-size: calc(16px * var(--uub-embed-scale));
    }
  }
/* END_SECTION:upgrade-upsell-banner */