/** Shopify CDN: Minification failed

Line 10:20 Unexpected "{"
Line 10:29 Expected ":"
Line 10:36 Unexpected "{"
Line 15:20 Unexpected "{"
Line 15:29 Expected ":"

**/
  #shopify-section-{{ section.id }} {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #shopify-section-{{ section.id }} .section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .cvs {
    --cvs-max: 1520px;
    --cvs-accent: #EA5520;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    padding: clamp(32px, 5vw, 64px) clamp(16px, 3vw, 40px);
    background: #fff;
  }

  .cvs *,
  .cvs *::before,
  .cvs *::after {
    box-sizing: border-box;
}

  .cvs__inner {
    max-width: var(--cvs-max);
    margin-inline: auto;
  }

  .cvs__head {
    margin: 0 0 clamp(24px, 4vw, 40px);
    text-align: center;
  }

  .cvs__title {
    margin: 0 0 clamp(8px, 1.5vw, 12px);
    font-size: clamp(24px, calc(24px + (40 - 24) * ((100vw - 375px) / 1545)), 40px);
    font-weight: 600;
    line-height: 1.25;
    color: #000;
  }

  .cvs__subtitle {
    margin: 0;
    font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 375px) / 1545)), 24px);
    font-weight: 400;
    line-height: 1.5;
    color: #333;
  }

 .cvs__stage {
    position: relative;
    display: flex;
    align-items: center;
    gap: clamp(8px, 1.5vw, 16px);
  }

 .cvs__track-wrap {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }

  .cvs__swiper {
    width: 100%;
    overflow: hidden;
  }

  .cvs__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .cvs__item {
    flex-shrink: 0;
    position: relative;
  }

  .cvs__card {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-color: #ddd;
    background-image: var(--cvs-bg-pc, var(--cvs-bg-mob));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    aspect-ratio: 390 / 308;
  }

  .cvs__card-visual {
    position: absolute;
    inset: 0;
  }

  .cvs__card-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: none;
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
  }

  .cvs__card-img--mobile {
    display: none;
  }

  .cvs__card-overlay {
    position: absolute;
    inset: auto 0 0 0;
    z-index: 2;
    padding: clamp(16px, 3vw, 24px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.35) 58%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    color: #fff;
  }

  .cvs__card-title {
    margin: 0 0 clamp(4px, 1vw, 8px);
    font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 375px) / 1545)), 16px);
    font-weight: 600;
    line-height: 1.25;
  }

  .cvs__card-desc {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
  }

  .cvs__nav {
    flex-shrink: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .cvs__nav svg {
    display: block;
    width: 68px;
    height: 68px;
  }

  .cvs__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: clamp(16px, 3vw, 24px);
    padding: 0;
  }

  .cvs__dot {
    width: 9px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 2.5px;
    background: #ED5F20;
    cursor: pointer;
    transition: width 0.25s ease, opacity 0.25s ease;
  }

  .cvs__dot.is-active {
    width: 50px;
    opacity: 1;
  }

  @media screen and (max-width: 990px) {
    .cvs__stage {
      display: block;
    }

    .cvs__nav {
      display: none !important;
    }

    .cvs__item {
      width: 100%;
      height: auto;
      order: unset !important;
    }

    .cvs__swiper .swiper-slide {
      width: 100%;
      flex-shrink: 0;
    }

    .cvs__card-desc {
      font-weight: 300;
    }

    .cvs__card-img--desktop {
      display: none;
    }

    .cvs__card-img--mobile {
      display: block;
    }

    .cvs__card {
      background-image: var(--cvs-bg-mob, var(--cvs-bg-pc));
      width: 100%;
      aspect-ratio: auto;
      height: clamp(220px, calc(308 * 100vw / 390), 308px);
      border-radius:8px;
    }
  }

  @media screen and (min-width: 991px) {
    .cvs__stage {
      display: grid;
      grid-template-columns: clamp(44px, calc(68 * 100vw / 1520), 68px) minmax(0, 1fr) clamp(44px, calc(68 * 100vw / 1520), 68px);
      align-items: center;
      column-gap: clamp(16px, calc(28 * 100vw / 1520), 40px);
      width: 100%;
      max-width: 100%;
    }

    .cvs__nav {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      justify-self: center;
      align-self: center;
      width: clamp(44px, calc(68 * 100vw / 1520), 68px);
      height: clamp(44px, calc(68 * 100vw / 1520), 68px);
      border: 0;
      background: transparent;
    }

    .cvs__nav--prev {
      grid-column: 1;
    }

    .cvs__nav--next {
      grid-column: 3;
    }

    .cvs__nav svg {
      width: 100%;
      height: 100%;
    }

    .cvs__track-wrap {
      grid-column: 2;
      width: 100%;
      min-width: 0;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      cursor: grab;
      touch-action: pan-y;
    }

    .cvs.is-dragging .cvs__track-wrap {
      cursor: grabbing;
    }

    .cvs.is-dragging {
      user-select: none;
    }

    .cvs__swiper {
      overflow: hidden;
      width: 100%;
      max-width: 1463px;
    }

    .cvs__list {
      display: flex !important;
      justify-content: center;
      align-items: flex-end;
      gap: calc(12 / 1463 * 100%);
      width: 100% !important;
      max-width: 1463px;
      aspect-ratio: 1463 / 549;
      height: auto;
      container-type: inline-size;
      container-name: cvs-track;
    }

    .cvs.is-pc .cvs__item {
      transition:
        width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      border-radius:16px;
    }

    .cvs.is-pc.is-dragging .cvs__item {
      transition: none;
    }

    .cvs__item {
      flex: 0 0 auto !important;
      margin: 0 !important;
      position: relative !important;
      left: auto !important;
      top: auto !important;
      align-self: flex-end;
      overflow: hidden;
    }

    .cvs.is-pc .cvs__card-overlay {
      position: absolute;
      inset: auto auto 0 0;
      z-index: 5;
      padding: 24px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      pointer-events: none;
    }

    .cvs.is-pc .cvs__item.cvs__tier-lg .cvs__card-overlay {
      width: calc(489 / 1463 * 100cqw);
    }

    .cvs.is-pc .cvs__item.cvs__tier-md .cvs__card-overlay {
      width: calc(360 / 1463 * 100cqw);
    }

    .cvs__item .cvs__card {
      aspect-ratio: auto;
    }

    .cvs__item.cvs__tier-sm {
      width: calc(103 / 1463 * 100%) !important;
      height: calc(399 / 549 * 100%);
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      border-radius: 0;
    }

    .cvs__item.cvs__tier-sm.cvs__peek-left {
      justify-content: flex-end;
      border-radius: 0 16px 16px 0;
    }

    .cvs__item.cvs__tier-sm.cvs__peek-right {
      justify-content: flex-start;
      border-radius: 16px 0 0 16px;
    }

    .cvs__item.cvs__tier-sm .cvs__card {
      width: calc(360 / 103 * 100%);
      height: 100%;
      min-height: 100%;
      flex-shrink: 0;
      border-radius: 16px;
    }

    .cvs__item.cvs__tier-sm .cvs__card::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 3;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.22);
      pointer-events: none;
    }

    .cvs.is-pc .cvs__item.cvs__tier-sm .cvs__card-overlay {
      width: calc(360 / 1463 * 100cqw);
      min-height: 0;
      padding: clamp(16px, 3vw, 24px);
    }

    .cvs.is-pc .cvs__item.cvs__tier-sm.cvs__peek-left .cvs__card-overlay {
      left: auto;
      right: 0;
    }

    .cvs.is-pc .cvs__item.cvs__tier-sm.cvs__peek-right .cvs__card-overlay {
      left: 0;
      right: auto;
    }

    .cvs__item.cvs__tier-md {
      width: calc(360 / 1463 * 100%) !important;
      height: calc(469 / 549 * 100%);
    }

    .cvs__item.cvs__tier-md .cvs__card {
      width: 100%;
      height: 100%;
      min-height: 100%;
      border-radius: 16px;
    }

    .cvs__item.cvs__tier-lg {
      width: calc(489 / 1463 * 100%) !important;
      height: calc(549 / 549 * 100%);
    }

    .cvs__item.cvs__tier-lg .cvs__card {
      width: 100%;
      height: 100%;
      min-height: 100%;
      border-radius: 16px;
    }

    .cvs__item.cvs__tier-md .cvs__card::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 3;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.12);
      pointer-events: none;
    }

    .cvs.is-pc .cvs__card-img--desktop {
      display: block;
      transition: none;
    }

    .cvs__card-img--mobile {
      display: none;
    }

    .cvs__item.cvs__tier-lg .cvs__card-title {
      font-size: 22px;
    }

    .cvs__item.cvs__tier-lg .cvs__card-desc {
      font-size: 16px;
    }

    .cvs__item.cvs__tier-md .cvs__card-title,
    .cvs__item.cvs__tier-sm .cvs__card-title {
      font-size: 18px;
    }

    .cvs__item.cvs__tier-md .cvs__card-desc,
    .cvs__item.cvs__tier-sm .cvs__card-desc {
      font-size: 14px;
    }
  }