/** Shopify CDN: Minification failed

Line 193:16 Unexpected "{"
Line 193:25 Expected ":"
Line 203:16 Unexpected "{"
Line 203:25 Expected ":"
Line 207:16 Unexpected "{"
Line 207:25 Expected ":"
Line 214:16 Unexpected "{"
Line 214:25 Expected ":"
Line 217:16 Unexpected "{"
Line 217:25 Expected ":"
... and 4 more hidden warnings

**/
.cl-product-design-section {
  .mt-slider-track {
    display: none;
  }

  .mt-slider-section {
    overflow: hidden;
    position: relative;
    /* max-width: 1280px; */
    margin: 0 auto;
  }

  .mt-slider-title.small {
    font-size: 20px;
  }
  .mt-slider-title.medium {
    font-size: 32px;
  }
  .mt-slider-title {
    text-align: center;
    margin: 0 0 32px 0;
    padding: 0 10px;
    font-weight: 700;
    line-height: 56px;
    color: #313235;
    font-family: PublicSans;
    font-size: 48px;
  }

  .mt-slider-container {
    display: flex;
    gap: 24px;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  .mt-card {
    flex: 0 0 auto;
    background: #f9f9fb;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    overflow: hidden;
  }

  .mt-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-in-out;
  }
  .mt-card img:hover {
    transform: scale(1.1);
  }
  .mt-card .mt-card-title {
    font-weight: 800;
    margin: 0 0 32px 0;
    padding: 0 10px;
    line-height: 28px;
    font-family: PublicSans;
    color: #313235;
    font-size: 20px;
  }

  .mt-card .mt-card-desc {
    margin: 0 0 34px 0;
    padding: 0 10px;
    font-weight: 500;
    line-height: 28px;
    font-family: PublicSans;
    font-size: 20px;
    color: #212123;
  }
  .mt-slider-wrapper {
    display: flex;
    align-items: center;
  }
  .mt-slider-container {
    flex: 1; /* 占据中间最大空间 */
    overflow-x: hidden;
  }
  .mt-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }

  .mt-button {
    display: inline-block;
    padding: 12px 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin: 30px auto 0;
    display: none;
    max-width: 260px;
  }

  .mt-arrow {
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mt-arrow img {
    width: 30%;
    height: auto;
  }

  .mt-arrow.left {
    margin-right: 10px;
  }
  .mt-arrow.right {
    margin-left: 10px;
  }

  /* 滚动条 */
  .mt-slider-track {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #e0e0cc;
    border-radius: 3px;
    margin-top: 24px;
  }

  .mt-slider-thumb {
    position: absolute;
    height: 100%;
    width: 30px; /* 滑块宽度 */
    background-color: #555e3c;
    border-radius: 3px;
    left: 0;
    transition: left 0.2s ease;
  }

  @media screen and (max-width: 768px) {
    .mt-arrow {
      display: none !important;
    }
    .mt-slider-container {
      overflow-x: auto !important;
    }
    .mt-slider-container::-webkit-scrollbar {
      display: none;
    }
    .mt-card img {
      margin-top: 24px;
    }
    .mt-slider-progress {
      display: none;
    }
    .mt-slider-track {
      display: none;
    }
    .mt-slider-container {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      gap: 23px;
    }
    .mt-slider-title {
      font-size: 36px;
      line-height: 44px;
    }
    #mt-slider-{{ section.id }} .mt-card__badge {
      margin: 0 0 32px 0 !important;
    }
    .mt-card {
      scroll-snap-align: start;
      flex: 0 0 auto;
    }
  }

  @media (min-width: 990px) {
    #mt-slider-{{ section.id }} .mt-arrow:hover {
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    #mt-slider-{{ section.id }} .mt-arrow__icon {
      width: calc(var(--arrow-size) * 0.36);
      height: calc(var(--arrow-size) * 0.36);
      border-top: var(--arrow-line) solid currentColor;
      border-right: var(--arrow-line) solid currentColor;
      display: inline-block;
    }
    #mt-slider-{{ section.id }} .mt-arrow.is-right .mt-arrow__icon {
      transform: rotate(45deg);
    }
    #mt-slider-{{ section.id }} .mt-arrow.is-left .mt-arrow__icon {
      transform: rotate(-135deg);
    }
  }

  #mt-slider-{{ section.id }} .mt-card__badge {
    margin: var(--badge-gap) 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: var(--badge-color);
    letter-spacing: 0.2px;
    user-select: none;
  }

  @media screen and (min-width: 1280px) {
    .mt-slider-section {
      max-width: max(calc(1280 / 1280 * 100vw), 1280px);
    }
    .mt-slider-title.small {
      font-size: max(calc(20 / 1280 * 100vw), 20px);
    }
    .mt-slider-title.medium {
      font-size: max(calc(32 / 1280 * 100vw), 32px);
    }
    .mt-slider-title {
      margin: 0 0 max(calc(32 / 1280 * 100vw), 32px) 0;
      padding: 0 max(calc(10 / 1280 * 100vw), 10px);
      line-height: max(calc(56 / 1280 * 100vw), 56px);
      font-size: max(calc(48 / 1280 * 100vw), 48px);
    }
    .mt-slider-container {
      gap: max(calc(24 / 1280 * 100vw), 24px);
    }
    .mt-card {
      border-radius: max(calc(8 / 1280 * 100vw), 8px);
    }
    .mt-card .mt-card-title {
      margin: 0 0 max(calc(32 / 1280 * 100vw), 32px) 0;
      padding: 0 max(calc(10 / 1280 * 100vw), 10px);
      line-height: max(calc(28 / 1280 * 100vw), 28px);
      font-size: max(calc(20 / 1280 * 100vw), 20px);
    }
    .mt-card .mt-card-desc {
      margin: 0 0 max(calc(34 / 1280 * 100vw), 34px) 0;
      padding: 0 max(calc(10 / 1280 * 100vw), 10px);
      line-height: max(calc(28 / 1280 * 100vw), 28px);
      font-size: max(calc(20 / 1280 * 100vw), 20px);
    }
    .mt-arrow {
      width: max(calc(40 / 1280 * 100vw), 40px);
      height: max(calc(40 / 1280 * 100vw), 40px);
      border-radius: max(calc(24 / 1280 * 100vw), 24px);
    }
    .mt-button {
      padding: max(calc(12 / 1280 * 100vw), 12px)
        max(calc(32 / 1280 * 100vw), 32px);
      margin: max(calc(30 / 1280 * 100vw), 30px) auto 0;
      max-width: max(calc(260 / 1280 * 100vw), 260px);
    }
    .mt-arrow.left {
      margin-right: max(calc(10 / 1280 * 100vw), 10px);
    }
    .mt-arrow.right {
      margin-left: max(calc(10 / 1280 * 100vw), 10px);
    }
    .mt-slider-track {
      height: max(calc(6 / 1280 * 100vw), 6px);
      border-radius: max(calc(3 / 1280 * 100vw), 3px);
      margin-top: max(calc(24 / 1280 * 100vw), 24px);
    }
    .mt-slider-thumb {
      width: max(calc(30 / 1280 * 100vw), 30px);
      border-radius: max(calc(3 / 1280 * 100vw), 3px);
    }
    #mt-slider-{{ section.id }} .mt-card__badge {
      font-size: max(calc(12 / 1280 * 100vw), 12px);
      letter-spacing: max(calc(0.2 / 1280 * 100vw), 0.2px);
    }
  }
}