/** Shopify CDN: Minification failed

Line 810:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:innerworking (INDEX:24) */
.ts-innerworking {
    position: relative;
    padding: 16px 10px 4px;
    margin: 14px auto 0;
    max-width: 1220px;
    background: #ffffff;
  }


  .ts-innerworking__inner {
    margin: 0 auto;
    max-width: 1140px;
  }

  .ts-innerworking__title {
    margin: 0 0 10px;
    color: #ffffff;
    text-align: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(26px, 3.6vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.12;
    text-wrap: balance;
  }

  .ts-innerworking__cards {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-innerworking__card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, calc((100% - 8px) / 2));
  }

  .ts-innerworking__card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .ts-innerworking__media {
    position: relative;
    overflow: hidden;
    background: #f3f4f6;
  }

  .ts-innerworking__index {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.84);
    color: #f8fafc;
    font-size: 12px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
  }

  .ts-innerworking__image,
  .ts-innerworking__image--placeholder {
    display: block;
    width: 100%;
    height: var(--ts-innerworking-img-mobile);
    object-fit: cover;
  }

  .ts-innerworking__text {
    margin: 0;
    padding: 0 8px 10px;
    color: #374151;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }

  .ts-innerworking__cta-wrap {
    margin-top: 14px;
    display: flex;
    width: 100%;
  }

  .ts-innerworking__cta {
    width: 100%;
    min-width: 0;
    border-radius: 999px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding: 14px 24px;
    background: #ff6b00;
    border: 1px solid #ff6b00;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(255, 107, 0, 0.28);
  }

  .ts-innerworking__cta:hover {
    background: #f56500;
    border-color: #f56500;
  }

  @media screen and (min-width: 750px) {
    .ts-innerworking__cards {
      gap: 10px;
    }

    .ts-innerworking__card:nth-child(3) {
      width: min(100%, calc((100% - 10px) / 2));
    }
  }

  @media screen and (min-width: 990px) {
    .ts-innerworking {
      padding: 20px 16px 6px;
    }

    .ts-innerworking__cards {
      gap: 12px;
    }

    .ts-innerworking__card:nth-child(3) {
      width: min(100%, calc((100% - 12px) / 2));
    }

    .ts-innerworking__media {
      aspect-ratio: 1 / 1;
    }

    .ts-innerworking__image,
    .ts-innerworking__image--placeholder {
      height: 100%;
    }

    .ts-innerworking__index {
      top: 10px;
      left: 10px;
      min-width: 34px;
      padding: 4px 10px;
      font-size: 13px;
    }

    .ts-innerworking__text {
      padding: 2px 10px 12px;
    }

    .ts-innerworking__cta-wrap {
      margin-top: 18px;
    }
  }
/* END_SECTION:innerworking */

/* START_SECTION:trendystore-faq (INDEX:63) */
.ts-faq {
    margin: 14px auto 0;
    max-width: 1220px;
    padding: 18px 12px;
    background:
      radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 28%),
      radial-gradient(circle at top right, rgba(14, 165, 233, 0.08), transparent 26%),
      linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.08);
  }

  .ts-faq__inner {
    margin: 0 auto;
    max-width: 1040px;
  }

  .ts-faq__title {
    margin: 0 0 16px;
    text-align: center;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1.05;
  }

  .ts-faq__list {
    display: grid;
    gap: 12px;
  }

  .ts-faq__item {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease, background-color 220ms ease;
  }

  .ts-faq__item:hover {
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
  }

  .ts-faq__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px;
    color: #0f172a;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(15px, 2.1vw, 18px);
    font-weight: 800;
    line-height: 1.3;
  }

  .ts-faq__summary::-webkit-details-marker {
    display: none;
  }

  .ts-faq__icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 auto;
  }

  .ts-faq__icon::before,
  .ts-faq__icon::after {
    content: '';
    position: absolute;
    inset: 50% auto auto 50%;
    background: #0f172a;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    transition: transform 180ms ease;
  }

  .ts-faq__icon::before {
    width: 16px;
    height: 2px;
  }

  .ts-faq__icon::after {
    width: 2px;
    height: 16px;
  }

  .ts-faq__item[open] .ts-faq__icon::after {
    transform: translate(-50%, -50%) scaleY(0);
  }

  .ts-faq__item[open] .ts-faq__icon::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .ts-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0 18px;
    opacity: 0;
    transition: grid-template-rows 260ms ease, opacity 220ms ease, padding 220ms ease;
  }

  .ts-faq__item[open] .ts-faq__answer {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 0 18px 18px;
  }

  .ts-faq__answer-inner {
    min-height: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition: transform 220ms ease;
  }

  .ts-faq__item[open] .ts-faq__answer-inner {
    transform: translateY(0);
  }

  .ts-faq__answer-inner.rte {
    color: #334155;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(14px, 2vw, 17px);
    line-height: 1.55;
  }

  .ts-faq__answer-inner > :first-child {
    margin-top: 0;
  }

  .ts-faq__answer-inner > :last-child {
    margin-bottom: 0;
  }

  @media screen and (min-width: 990px) {
    .ts-faq {
      padding: 28px 22px;
    }

    .ts-faq__list {
      gap: 14px;
    }

    .ts-faq__summary {
      padding: 20px 22px;
    }

    .ts-faq__answer {
      padding: 0 22px;
    }

    .ts-faq__item[open] .ts-faq__answer {
      padding: 0 22px 20px;
    }
  }
/* END_SECTION:trendystore-faq */

/* START_SECTION:trendystore-green-benefit-cards (INDEX:64) */
.ts-green-benefits {
    margin: 10px auto 0;
    max-width: 1220px;
    padding: 8px 0 2px;
  }

  .ts-green-benefits__inner {
    margin: 0 auto;
    max-width: 1140px;
  }

  .ts-green-benefits__header {
    margin: 0 auto 12px;
    max-width: 860px;
    text-align: center;
  }

  .ts-green-benefits__title,
  .ts-green-benefits__title p {
    margin: 0;
    color: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(24px, 3.6vw, 34px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.12;
    text-wrap: balance;
  }

  .ts-green-benefits__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ts-green-benefits__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 20px 10px 12px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e7ebef;
    box-shadow: 0 2px 9px rgba(15, 23, 42, 0.05);
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .ts-green-benefits__card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #34c759 0%, #22a447 100%);
  }

  .ts-green-benefits__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    color: #22a447;
  }

  .ts-green-benefits__icon svg {
    width: 120px;
    height: 120px;
    display: block;
  }

  .ts-green-benefits__text {
    width: 100%;
    color: #25343c;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(14px, 1.45vw, 18px);
    font-weight: 600;
    line-height: 1.25;
  }

  .ts-green-benefits__text > :first-child {
    margin-top: 0;
  }

  .ts-green-benefits__text > :last-child {
    margin-bottom: 0;
  }

  .ts-green-benefits__text p {
    margin: 0;
  }

  .ts-green-benefits__text strong,
  .ts-green-benefits__text b {
    color: #25343c;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
  }

  @media (hover: hover) and (pointer: fine) {
    .ts-green-benefits__card:hover {
      transform: translateY(-2px);
      border-color: #d8dfe6;
      box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
    }
  }

  .ts-green-benefits__card:active {
    transform: scale(1.04);
  }

  @media screen and (max-width: 749px) {
    .ts-green-benefits {
      padding-top: 6px;
    }

    .ts-green-benefits__header {
      margin-bottom: 10px;
    }

    .ts-green-benefits__grid {
      gap: 8px;
    }

    .ts-green-benefits__card {
      gap: 10px;
      padding: 16px 7px 10px;
      border-radius: 12px;
    }

    .ts-green-benefits__icon {
      width: 112px;
      height: 112px;
    }

    .ts-green-benefits__icon svg {
      width: 82px;
      height: 82px;
    }

    .ts-green-benefits__text {
      font-size: clamp(11px, 3.2vw, 14px);
      line-height: 1.2;
    }
  }

  @media screen and (min-width: 990px) {
    .ts-green-benefits__grid {
      gap: 12px;
    }

    .ts-green-benefits__card {
      padding: 16px 12px 14px;
      border-radius: 14px;
    }

    .ts-green-benefits__icon {
      width: 188px;
      height: 188px;
      border-radius: 18px;
    }

    .ts-green-benefits__icon svg {
      width: 136px;
      height: 136px;
    }

    .ts-green-benefits__text {
      font-size: clamp(15px, 1.25vw, 18px);
    }
  }
/* END_SECTION:trendystore-green-benefit-cards */

/* START_SECTION:trendystore-metafield-split (INDEX:65) */
.ts-metafield-split {
    position: relative;
    background: linear-gradient(180deg, rgba(238, 241, 246, 0.96) 0%, rgba(229, 234, 245, 0.96) 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.18);
    margin: 14px auto 0;
    max-width: 1220px;
    padding: 20px 12px;
  }


  .ts-metafield-split__inner {
    margin: 0 auto;
    max-width: 1140px;
  }

  .ts-metafield-split__header {
    margin: 0 auto 14px;
    max-width: 980px;
    text-align: center;
  }

  .ts-metafield-split__title,
  .ts-metafield-split__title p {
    margin: 0;
    color: rgb(var(--color-foreground));
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(26px, 4.2vw, 46px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.06;
    text-wrap: balance;
  }

  .ts-metafield-split__cards {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 14px;
  }

  .ts-metafield-split__image-wrap {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 12px 28px rgba(2, 8, 23, 0.2);
    overflow: hidden;
    width: 100%;
  }

  .ts-metafield-split__image,
  .ts-metafield-split__image--placeholder {
    display: block;
    width: 100%;
    height: var(--ts-split-image-mobile);
    object-fit: cover;
  }

  .ts-metafield-split__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(15, 42, 74, 0.12);
    box-shadow: 0 10px 20px rgba(10, 28, 52, 0.12), 0 2px 4px rgba(10, 28, 52, 0.08);
    padding: 16px 12px 18px;
    position: relative;
    color: #0e2238;
    overflow: hidden;
    text-align: center;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

  .ts-metafield-split__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff8a00 0%, #ffb020 100%);
  }

  .ts-metafield-split__icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: radial-gradient(circle at 25% 20%, #ffbe4a 0%, #ff8f17 55%, #ff7300 100%);
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(255, 122, 16, 0.32);
    margin-top: 0;
    margin-left: 0;
  }

  .ts-metafield-split__icon svg {
    width: 26px;
    height: 26px;
    display: block;
  }

  .ts-metafield-split__item-body {
    flex: 1;
    width: 100%;
    color: #0e2238;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 650;
    line-height: 1.3;
  }

  .ts-metafield-split__item-body > :first-child {
    margin-top: 0;
  }

  .ts-metafield-split__item-body > :last-child {
    margin-bottom: 0;
  }

  .ts-metafield-split__item-body p {
    margin: 0;
  }

  .ts-metafield-split__item-body p + p {
    margin-top: 6px;
  }

  .ts-metafield-split__item-body strong,
  .ts-metafield-split__item-body b {
    font-weight: 800;
    color: #0a1f36;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  @media (hover: hover) and (pointer: fine) {
    .ts-metafield-split__item:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 145, 30, 0.38);
      box-shadow: 0 16px 30px rgba(10, 28, 52, 0.18), 0 4px 10px rgba(10, 28, 52, 0.1);
    }
  }

  .ts-metafield-split__item:active {
    transform: scale(1.04);
  }

  @media screen and (max-width: 749px) {
    .ts-metafield-split {
      padding: 14px 8px;
      border-radius: 18px;
    }

    .ts-metafield-split__header {
      margin-bottom: 10px;
    }

    .ts-metafield-split__cards {
      gap: 8px;
      margin-bottom: 10px;
    }

    .ts-metafield-split__image-wrap {
      border-radius: 12px;
    }

    .ts-metafield-split__item {
      gap: 8px;
      padding: 12px 8px 14px;
      border-radius: 14px;
    }

    .ts-metafield-split__icon {
      width: 44px;
      height: 44px;
      min-width: 44px;
      border-radius: 12px;
      margin-left: 0;
    }

    .ts-metafield-split__icon svg {
      width: 20px;
      height: 20px;
    }

    .ts-metafield-split__item-body {
      font-size: clamp(11px, 3vw, 15px);
      line-height: 1.22;
      text-align: center;
    }

    .ts-metafield-split__image,
    .ts-metafield-split__image--placeholder {
      height: clamp(var(--ts-split-image-mobile), 50svh, 58svh);
    }
  }

  @media screen and (min-width: 750px) {
    .ts-metafield-split__image,
    .ts-metafield-split__image--placeholder {
      height: var(--ts-split-image-desktop);
      object-position: center;
    }
  }

  @media screen and (min-width: 990px) {
    .ts-metafield-split {
      padding: 30px 22px;
    }

    .ts-metafield-split__inner {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
      grid-template-areas:
        'header header'
        'image cards';
      gap: 18px;
      align-items: stretch;
    }

    .ts-metafield-split__cards {
      grid-area: cards;
      grid-template-columns: 1fr;
      margin-bottom: 0;
      align-content: start;
    }

    .ts-metafield-split__header {
      grid-area: header;
      margin: 0;
      max-width: none;
      text-align: center;
      align-self: end;
    }

    .ts-metafield-split__image-wrap {
      grid-area: image;
      position: relative;
      background: #eef1f6;
      align-self: stretch;
      min-height: 0;
    }

    .ts-metafield-split__image,
    .ts-metafield-split__image--placeholder {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: contain;
      object-position: center;
    }

    .ts-metafield-split__cards {
      gap: 16px;
    }

    .ts-metafield-split__item {
      padding: 18px 14px 20px;
      border-radius: 20px;
    }

    .ts-metafield-split__item-body {
      font-size: clamp(15px, 1.35vw, 19px);
    }
  }
/* END_SECTION:trendystore-metafield-split */

/* START_SECTION:trendystore-product-hero (INDEX:66) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Montserrat:wght@400;800;900&display=swap');

    .trendystore-hero {
      padding: 0 0 1.5rem;
      background: #0b132b;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    .trendystore-hero__outer {
      max-width: 520px;
      display: grid;
      gap: 0.9rem;
    }

    .trendystore-hero__topbar {
      display: grid;
      gap: 0.7rem;
      padding: 0.35rem 0.15rem 0;
    }

    .trendystore-hero__brand {
      display: flex;
      align-items: center;
      min-height: 2.8rem;
    }

    .trendystore-hero__brand-logo {
      display: block;
      width: auto;
      max-height: 2.9rem;
      object-fit: contain;
    }

    .trendystore-hero__brand-text {
      color: #f8fafc;
      font-size: 2.2rem;
      font-weight: 900;
      letter-spacing: -0.04em;
    }

    .trendystore-hero__trust {
      display: flex;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
      color: #f8fafc;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1;
    }

    .trendystore-hero__trust-item {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      white-space: nowrap;
    }

    .trendystore-hero__trust-icon {
      width: 2rem;
      height: 2rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      color: #ff6b00;
      flex: 0 0 auto;
    }

    .trendystore-hero__trust-icon svg {
      width: 1.05rem;
      height: 1.05rem;
      display: block;
    }

    .trendystore-hero__media-card {
      background: #ffffff;
      border-radius: 1.6rem;
      overflow: hidden;
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
    }

    .trendystore-hero__media-shell {
      position: relative;
      aspect-ratio: 1 / 0.9;
      background: #ffffff;
      overflow: hidden;
    }

    .trendystore-hero__image,
    .trendystore-hero__image--placeholder {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      pointer-events: none;
      user-select: none;
      -webkit-user-drag: none;
      -webkit-touch-callout: none;
    }

    .trendystore-hero__video {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      background: #000;
      cursor: pointer;
    }

    video.trendystore-hero__video {
      object-fit: contain;
    }

    .trendystore-hero__video--external iframe,
    .trendystore-hero__video iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }

    .trendystore-hero__gallery {
      height: 100%;
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      overscroll-behavior-x: contain;
      overscroll-behavior-y: none;
      scroll-snap-type: x mandatory;
      touch-action: pan-x;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .trendystore-hero__gallery::-webkit-scrollbar {
      display: none;
    }

    .trendystore-hero__gallery-item {
      width: 100%;
      height: 100%;
      overflow: hidden;
      scroll-snap-align: start;
    }

    .trendystore-hero__media-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 0.8rem;
      pointer-events: none;
    }

    .trendystore-hero__badge {
      display: inline-flex;
      align-items: center;
      padding: 0.3rem 0.85rem;
      border-radius: 999px;
      background: #16a34a;
      color: #ffffff;
      font-size: 1rem;
      font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .trendystore-hero__content {
      padding: 0.1rem 0.25rem 0;
      color: #f8fafc;
    }

    .trendystore-hero__product-badge {
      display: inline-flex;
      align-items: center;
      border-radius: 0.35rem;
      background: #16a34a;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 900;
      padding: 0.18rem 0.45rem;
      margin-bottom: 1.1rem;
    }

    .trendystore-hero__title {
      font-size: clamp(1.9rem, 5.8vw, 2.8rem);
      line-height: 1.08;
      margin: 0;
      letter-spacing: -0.02em;
      color: #f8fafc;
      font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      text-align: left;
    }

    .trendystore-hero__subtitle {
      margin: 1.4rem 0 0;
      color: rgba(248, 250, 252, 0.92);
      font-size: 1.7rem;
      line-height: 1.3;
      font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 400;
      text-align: left;
    }

    .trendystore-hero__subtitle p,
    .trendystore-hero__subtitle span,
    .trendystore-hero__subtitle strong,
    .trendystore-hero__subtitle b,
    .trendystore-hero__subtitle em {
      font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 400;
      font-style: normal;
    }

    .trendystore-hero__rating {
      display: flex;
      align-items: center;
      gap: 0.45rem;
      margin-top: 1.75rem;
      flex-wrap: wrap;
    }

    .trendystore-hero__stars {
      display: inline-flex;
      gap: 0.07rem;
      align-items: center;
    }

    .trendystore-hero__stars svg {
      width: 2.6rem;
      height: 2.6rem;
      display: block;
    }

    .trendystore-hero__rating-copy {
      color: #f8fafc;
      font-size: 1.55rem;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 500;
    }

    .trendystore-hero__pricing {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: end;
      column-gap: 0.95rem;
      margin-top: 2.2rem;
      width: 100%;
    }

    .trendystore-hero__price-main {
      display: inline-flex;
      align-items: flex-start;
      line-height: 1;
      justify-self: start;
    }

    .trendystore-hero__price-whole {
      font-size: clamp(3rem, 11vw, 5rem);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #ff6b00;
      line-height: 0.9;
    }

    .trendystore-hero__price-meta {
      display: inline-flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      height: 2.55rem;
      margin-left: 0.15rem;
      transform: none;
    }

    .trendystore-hero__price-fraction {
      color: #ff6b00;
      font-size: clamp(1.4rem, 4.9vw, 2.05rem);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 0.82;
    }

    .trendystore-hero__price-currency {
      color: #ff6b00;
      font-size: 1.35rem;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 1;
      margin-top: auto;
      text-transform: capitalize;
    }

    .trendystore-hero__compare-price {
      display: inline-flex;
      align-items: flex-start;
      justify-content: center;
      gap: 0;
      align-self: center;
      text-align: left;
      min-width: 0;
      min-height: 0;
      justify-self: center;
    }

    .trendystore-hero__compare-price-main {
      display: inline-flex;
      align-items: flex-start;
      color: rgba(248, 250, 252, 0.82);
      line-height: 1;
    }

    .trendystore-hero__compare-price-whole {
      font-size: clamp(2rem, 6.8vw, 2.8rem);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: -0.02em;
      line-height: 0.9;
      text-decoration: line-through;
      text-decoration-thickness: 0.22rem;
      text-decoration-color: rgba(248, 250, 252, 0.8);
    }

    .trendystore-hero__compare-price-meta {
      display: inline-flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      height: 1.8rem;
      margin-left: 0.05rem;
      transform: none;
    }

    .trendystore-hero__compare-price-fraction {
      font-size: clamp(0.95rem, 3vw, 1.35rem);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0;
      line-height: 0.86;
    }

    .trendystore-hero__compare-price-currency {
      font-size: 0.72rem;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 700;
      color: rgba(248, 250, 252, 0.75);
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: 1;
      margin-top: auto;
    }

    .trendystore-hero__savings {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      color: #22c55e;
      line-height: 1;
      transform: translateY(-0.04rem);
      justify-self: end;
    }

    .trendystore-hero__savings small {
      font-size: 1.4rem;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #16a34a;
    }

    .trendystore-hero__savings-row {
      margin-top: 0.15rem;
      display: inline-flex;
      align-items: flex-end;
      gap: 0.22rem;
      color: #22c55e;
      line-height: 0.9;
    }

    .trendystore-hero__savings-row strong {
      font-size: clamp(2.3rem, 8.8vw, 3.4rem);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0;
      color: #22c55e;
    }

    .trendystore-hero__savings-row span {
      font-size: 1rem;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #22c55e;
      margin-bottom: 0.25rem;
    }

    @media screen and (max-width: 749px) {
      .trendystore-hero__pricing {
        column-gap: 0.62rem;
      }

      .trendystore-hero__savings small {
        font-size: 1.1rem;
      }

      .trendystore-hero__savings-row strong {
        font-size: clamp(1.9rem, 7.5vw, 2.6rem);
      }

      .trendystore-hero__savings-row span {
        font-size: 0.76rem;
      }
    }

    .trendystore-hero__form {
      margin-top: 2rem;
    }

    @keyframes ts-cta-pulse {
      0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.42);
      }

      70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
      }

      100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
      }
    }

    .trendystore-hero__cta.button {
      --color-button: 22, 163, 74;
      --color-button-text: 255, 255, 255;
      --buttons-radius: 999px;
      --buttons-radius-outset: 999px;
      background: #16a34a;
      border-color: #16a34a;
      color: #ffffff;
      border-radius: 999px;
      min-height: 5rem;
      font-size: 2.2rem !important;
      font-family: 'Montserrat', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900 !important;
      text-transform: none;
      letter-spacing: 0.02em !important;
      line-height: 1.05 !important;
      gap: 0.55rem;
      animation: ts-cta-pulse 2s ease-out infinite;
      transform-origin: center;
    }

    .trendystore-hero__cta > span:last-child {
      font-size: inherit !important;
      font-weight: 900 !important;
      line-height: 1;
    }

    @media (prefers-reduced-motion: reduce) {
      .trendystore-hero__cta {
        animation: none;
      }
    }

    .trendystore-hero__cta-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.75rem;
      height: 1.75rem;
      flex: 0 0 auto;
    }

    .trendystore-hero__cta-icon svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .trendystore-hero__stock {
      margin: 1.4rem 0 0;
      text-align: center;
      color: rgba(248, 250, 252, 0.8);
      font-size: 1.55rem;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 500;
    }

    @media screen and (min-width: 750px) {
      .trendystore-hero {
        padding: 1.2rem 0 2.8rem;
      }

      .trendystore-hero__outer {
        max-width: 1080px;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        align-items: start;
        gap: 2rem;
      }

      .trendystore-hero__media-card {
        border-radius: 1.1rem;
      }

      .trendystore-hero__media-shell {
        aspect-ratio: 1 / 1;
      }

      .trendystore-hero__content {
        padding: 0.2rem 0.2rem 0;
      }

      .trendystore-hero__title {
        font-size: clamp(2.2rem, 2.8vw, 3.4rem);
        line-height: 1.04;
      }

      .trendystore-hero__subtitle {
        font-size: clamp(1.15rem, 1.25vw, 1.5rem);
        line-height: 1.34;
        max-width: 52ch;
      }

      .trendystore-hero__stars svg {
        width: 2.1rem;
        height: 2.1rem;
      }

      .trendystore-hero__rating-copy {
        font-size: 1.35rem;
      }

      .trendystore-hero__price-whole {
        font-size: clamp(3.1rem, 4.3vw, 4.2rem);
      }

      .trendystore-hero__compare-price-whole {
        font-size: clamp(2rem, 2.9vw, 2.55rem);
      }

      .trendystore-hero__savings-row strong {
        font-size: clamp(2.15rem, 2.85vw, 3rem);
      }

      .trendystore-hero__cta.button {
        min-height: 4.7rem;
        font-size: 2rem !important;
      }

      .trendystore-hero__stock {
        text-align: left;
        font-size: 1.35rem;
      }
    }

    @media screen and (min-width: 990px) {
      .trendystore-hero__outer {
        max-width: 1220px;
        gap: 2.6rem;
      }

      .trendystore-hero__content {
        max-width: 560px;
      }

      .trendystore-hero__pricing {
        column-gap: 1.25rem;
      }
    }

    @media screen and (max-width: 749px) {
      .trendystore-hero__media-card {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        border-radius: 0;
      }
    }
/* END_SECTION:trendystore-product-hero */

/* START_SECTION:trendystore-risk-cards (INDEX:67) */
.ts-risk-grid {
    background: #eef1f6;
    border-radius: 22px;
    margin: 14px auto 0;
    max-width: 1220px;
    padding: 24px 12px;
  }

  .ts-risk-grid__inner {
    margin: 0 auto;
    max-width: 1140px;
    text-align: center;
  }

  .ts-risk-grid .ts-risk-grid__title {
    margin: 0;
    color: rgb(var(--color-foreground));
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(34px, 5.6vw, 48px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
  }

  .ts-risk-grid .ts-risk-grid__subtitle {
    margin: 10px 0 20px;
    color: rgb(var(--color-foreground));
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(21px, 3.6vw, 26px);
    font-weight: 700;
    line-height: 1.18;
  }

  .ts-risk-grid__cards {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ts-risk-grid__card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    overflow: hidden;
  }

  .ts-risk-grid__media {
    margin: 6px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }

  .ts-risk-grid__image,
  .ts-risk-grid__image--placeholder {
    display: block;
    width: 100%;
    height: var(--ts-risk-img-mobile);
    object-fit: cover;
  }

  .ts-risk-grid__content {
    padding: 0 10px 12px;
  }

  .ts-risk-grid__text {
    margin: 0;
    color: #0f172a;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(20px, 3.7vw, 26px);
    font-weight: 700;
    line-height: 1.18;
  }

  .ts-risk-grid__subtext {
    margin: 6px 0 0;
    color: #0f172a;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: clamp(14px, 2.8vw, 20px);
    font-weight: 600;
    line-height: 1.25;
  }

  @media screen and (min-width: 990px) {
    .ts-risk-grid {
      padding: 34px 22px;
    }

    .ts-risk-grid__cards {
      gap: 16px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ts-risk-grid__media {
      aspect-ratio: 1 / 1;
    }

    .ts-risk-grid__image,
    .ts-risk-grid__image--placeholder {
      height: 100%;
    }

    .ts-risk-grid__content {
      padding: 0 12px 14px;
    }

    .ts-risk-grid__subtext {
      margin-top: 7px;
    }
  }
/* END_SECTION:trendystore-risk-cards */

/* START_SECTION:trendystore-trust-strip (INDEX:68) */
.ts-trust-strip {
    background: transparent;
    margin: 14px auto 0;
    max-width: 1220px;
    padding: 18px 0;
  }

  .ts-trust-strip__inner {
    margin: 0 auto;
    max-width: 1140px;
  }

  .ts-trust-strip__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    perspective: 900px;
  }

  .ts-trust-strip__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    min-width: 0;
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #fff8ee 45%, #fff2dd 100%);
    border: 1px solid rgba(251, 146, 60, 0.36);
    box-shadow: 0 10px 24px rgba(249, 115, 22, 0.22), 0 3px 10px rgba(15, 23, 42, 0.08);
    transform: translateZ(0);
    transition: transform 220ms ease, box-shadow 220ms ease;
  }

  .ts-trust-strip__icon {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    background: radial-gradient(circle at 35% 30%, #ffe6c8 0%, #ffc36c 45%, #ff8b1a 100%);
    border: 1px solid rgba(255, 156, 45, 0.8);
    color: #0f172a;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px rgba(255, 170, 76, 0.28), 0 12px 22px rgba(245, 123, 26, 0.42);
  }

  .ts-trust-strip__icon svg {
    width: 60px;
    height: 60px;
    display: block;
  }

  .ts-trust-strip__text {
    min-width: 0;
  }

  .ts-trust-strip__title,
  .ts-trust-strip__subtitle {
    margin: 0;
    color: #111827;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.2;
  }

  .ts-trust-strip__title {
    font-size: clamp(14px, 1.2vw, 20px);
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .ts-trust-strip__subtitle {
    margin-top: 3px;
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 600;
    color: #374151;
  }

  @media (hover: hover) and (pointer: fine) {
    .ts-trust-strip__item:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28), 0 4px 12px rgba(15, 23, 42, 0.1);
    }
  }

  .ts-trust-strip__item:active {
    transform: scale(1.04);
  }

  @media screen and (max-width: 749px) {
    .ts-trust-strip {
      padding: 10px 0;
    }

    .ts-trust-strip__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }

    .ts-trust-strip__item {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      gap: 6px;
      padding: 10px 7px;
      border-radius: 12px;
      transform: none;
    }

    .ts-trust-strip__icon {
      width: 68px;
      height: 68px;
      border-radius: 16px;
      box-shadow: 0 0 0 2px rgba(255, 170, 76, 0.22), 0 8px 16px rgba(245, 123, 26, 0.35);
    }

    .ts-trust-strip__icon svg {
      width: 40px;
      height: 40px;
    }

    .ts-trust-strip__title {
      font-size: 13px;
    }

    .ts-trust-strip__subtitle {
      font-size: 12px;
      margin-top: 1px;
    }
  }
/* END_SECTION:trendystore-trust-strip */