/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 21:34 Unexpected "{"
Line 22:40 Expected identifier but found whitespace
Line 22:42 Expected identifier but found "%"
Line 22:88 Unexpected "430px"
Line 22:94 Expected identifier but found "%"
Line 22:143 Unexpected "780px"
Line 22:149 Expected identifier but found "%"
Line 22:158 Unexpected "100%"
... and 12 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:image-with-text-split-slidershow-tank (INDEX:1) */
#shopify-section-{{ section.id }} {
    --image-with-text-content-max-width: {% if section.settings.content_width == 'sm' %}430px{% elsif section.settings.content_width == 'md' %}780px{% else %}100%{% endif %};
  }

 .shopify-section--image-with-text-slidershow .vertical-embla {
    position: relative;

    --ve-height: min(62vh, 560px);
    --ve-gap: 0px;
    --ve-stage-bg: transparent;
  }


  .shopify-section--image-with-text-slidershow  .section-spacing{
    padding-bottom: 125px;
  } 


  .shopify-section--image-with-text-slidershow .vertical-embla__viewport{  
    height: var(--ve-height);
    overflow: hidden;
    position: relative;
    perspective: 900px;
    background: var(--background, #fff);
    border:none;

  }

  .shopify-section--image-with-text-slidershow  .vertical-embla__container{
    display: flex;
    flex-direction: column;
    height: 100%;
    border:none;
  }

  .shopify-section--image-with-text-slidershow .vertical-embla__slide{
    flex: 0 0 100%;
    min-height: 0;
    display: flex;
    transform-origin: 50% 85%;
    will-change: transform;
    position: relative;
    border:none;
  }
  
 

 .shopify-section--image-with-text-slidershow .vertical-embla__slide .vertical-embla__card{
    flex: 1;
    display: flex;
    height: 100%;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    border-radius: inherit;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  /* PC端鼠标悬停效果 */
  @media (min-width: 1000px) {
    /* 上下箭头光标效果 */
    .shopify-section--image-with-text-slidershow .vertical-embla__slide::before,
    .shopify-section--image-with-text-slidershow .vertical-embla__slide::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1;
      /* cursor: pointer; */
    }
    
    .shopify-section--image-with-text-slidershow .vertical-embla__slide::before {
      top: 0;
      height: 50%;
      /* cursor: url('/cdn/shop/files/top_arrow.png?v=1776388078') 32 32, pointer; */
      cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 2000 2000'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D.st1%7Bfill:%23fff;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D%3C/style%3E%3C/defs%3E%3Ccircle class='st1' cx='1000.2' cy='1000' r='880'/%3E%3Cpolyline class='st0' points='755.8 1122.2 1000.2 877.8 1244.6 1122.2'/%3E%3C/svg%3E") 15 15, auto;

    }
    
    .shopify-section--image-with-text-slidershow .vertical-embla__slide::after {
      bottom: 0;
      height: 50%;
      /* cursor: url('/cdn/shop/files/bottom_arrow.png?v=1776388078') 32 32, pointer; */
      cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 2000 2000'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D.st1%7Bfill:%23fff;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D%3C/style%3E%3C/defs%3E%3Ccircle class='st1' cx='1000.2' cy='1000' r='880'/%3E%3Cpolyline class='st0' points='1244.6 877.8 1000.2 1122.2 755.8 877.8'/%3E%3C/svg%3E") 15 15, auto;

    }
  }

  .shopify-section--image-with-text-slidershow .vertical-embla__card picture{
    height: 100%;
    display: block;
  }

  .shopify-section--image-with-text-slidershow .vertical-embla__card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .shopify-section--image-with-text-slidershow .vertical-embla__card .image-with-text__content{
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .shopify-section--image-with-text-slidershow .vertical-embla__stage{
    display:none;
    position:absolute;
    inset:0;
    z-index:20;
    pointer-events:none;
    border-radius:inherit;
    transform-style:preserve-3d;
    background: transparent;
  }

  .shopify-section--image-with-text-slidershow .vertical-embla.is-animating .vertical-embla__stage{
    display:block;
    background: var(--ve-stage-bg, var(--background, #fff));
  }

 .shopify-section--image-with-text-slidershow .vertical-embla__clone{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transform-origin: 50% 85%;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }

 .shopify-section--image-with-text-slidershow .vertical-embla.is-animating .vertical-embla__container{
    visibility: hidden;
  }

 .shopify-section--image-with-text-slidershow .vertical-embla__controls{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    z-index: 3;
  }
  
 .shopify-section--image-with-text-slidershow .vertical-embla__dots{
    display: flex;
    gap: 8px;
  }
  
  .shopify-section--image-with-text-slidershow  .arrow-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
  }

 .shopify-section--image-with-text-slidershow .arrow-box.mobile{
    display: none;
  }

  .shopify-section--image-with-text-slidershow .vertical-embla{
    --ve-height:75vh;
  }

  .shopify-section--image-with-text-slidershow .img-box{
    padding: 8px;
    height: 100%;
    width: 70%;
  }

  .shopify-section--image-with-text-slidershow .image-with-text__content{
    width: 30%;
  }

  .shopify-section--image-with-text-slidershow .image-with-text__content .h2{
    font-weight: 600;
    font-size: 66px;
    color: #ED3926;
    line-height: 61px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 38px;
  }

  .shopify-section--image-with-text-slidershow .image-with-text__content p{
    font-size: 18px;
    color: #ED3926;
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  @media (max-width: 999px){
    .shopify-section--image-with-text-slidershow .section-header{
      padding-left: 20px;
      padding-right: 20px;
    }
    .shopify-section--image-with-text-slidershow .section-spacing{
      padding-bottom: 200px;
    }

    .shopify-section--image-with-text-slidershow .vertical-embla__card .link{
      margin-left: 0px;
      margin-right: auto;
    }

    .shopify-section--image-with-text-slidershow .section-header .prose {
      width: 100% !important;
      max-width:100% !important;
    }

    .shopify-section--image-with-text-slidershow .prose {
      text-align: left !important;
    }

    .shopify-section--image-with-text-slidershow .container {
      margin: 0;
    }


    .shopify-section--image-with-text-slidershow .vertical-embla__card .image-with-text__content{
      flex-direction: row-reverse;
    }

    .shopify-section--image-with-text-slidershow .vertical-embla__card .image-with-text__content span{
      padding-top: 10px;
    }

    /* 移动端改为水平滚动 */
    .shopify-section--image-with-text-slidershow .vertical-embla__container{
      flex-direction: row !important;
      height: auto;
      gap: 20px;
    }
    
    .shopify-section--image-with-text-slidershow .vertical-embla__slide{
      flex: 0 0 calc(72% / 0.85);
      width: calc(72% / 0.85);
      height: auto;
      /* padding-right: 10px; */
      cursor: pointer;
    }

    .shopify-section--image-with-text-slidershow .vertical-embla__slide:last-child{
      margin-right:20px
    }
    
    .shopify-section--image-with-text-slidershow .vertical-embla__slide .vertical-embla__card{
      flex-direction: column-reverse;
      height: auto;
      margin: 0;
      padding: 0;
    }

    .shopify-section--image-with-text-slidershow .img-box{
      width: 100%;
      padding: 0px;
      height: 300px;
    }

    .shopify-section--image-with-text-slidershow .image-with-text__content .h2{
      font-size: 28px;
      line-height: 27px;
    }

    .shopify-section--image-with-text-slidershow .image-with-text__content p{
      font-size: 14px; 
      line-height: 20px; 
    }
    
    .shopify-section--image-with-text-slidershow .vertical-embla__card .image-with-text__content{
      padding: 26px 20px;
      text-align: left;
      width: 100%;
      max-height: 400px;
      overflow-y: auto;
      min-height: 300px;
    }

      .shopify-section--image-with-text-slidershow .vertical-embla__card .image-with-text__content span.number{
        display:none;
      }

    /* 图片给一个稳定高度/比例 */
    .shopify-section--image-with-text-slidershow .vertical-embla__card picture{
      width: 100%;
      aspect-ratio: 16 / 9;
      flex: unset;
    }
    
   .shopify-section--image-with-text-slidershow .vertical-embla__card img{
      height: 100%;
    }

    /* viewport 高度由 JS 控制，并加过渡更顺滑 */
    .shopify-section--image-with-text-slidershow .vertical-embla__viewport{
      height: auto; 
      transition: height .25s ease;
      overflow-x: hidden;
      padding-left:20px;
    }
    
    /* 控制按钮样式调整 */
    .shopify-section--image-with-text-slidershow .vertical-embla__controls{
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-top: 20px;
      flex-direction: column;
      width: 100%;
      padding: 0 20px;
    }
    
    .shopify-section--image-with-text-slidershow  .vertical-embla__dots{
      display: flex;
      gap: 0;
      width: 100%;
      border-radius: 1px;
    }
    
   .shopify-section--image-with-text-slidershow .vertical-embla__dot{
      width: 33.33%;
      height: 3px;
      border-radius: 0;
      background-color: #ffffff !important;
      border: none;
      cursor: pointer;
      transition: width 0.3s ease;
    }
    
   .shopify-section--image-with-text-slidershow .vertical-embla__dot.is-active{
      width: 33.33%;
      height: 3px;
      border-radius: 0;
      background-color: #808080 !important;
    }
    
   .shopify-section--image-with-text-slidershow .vertical-embla__dot:hover{
      width: 33.33%;
      height: 3px;
      border-radius: 0;
    }
    
   .shopify-section--image-with-text-slidershow .arrow-box.mobile{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100px;
      gap: 10px;
      margin-left: auto;
      margin-right: 0;
    }

    .shopify-section--image-with-text-slidershow .arrow-box.pc{
      display: none;
    }
    
   .shopify-section--image-with-text-slidershow .embla-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 32px;
      font-weight: normal;
      transition: all 0.3s ease;
    }

    .shopify-section--image-with-text-slidershow .slplit-embla__controls{
       margin-top:20px;
    }
    
   .shopify-section--image-with-text-slidershow .embla-btn--prev {
      background-color: #ffffff !important;
      color: #000000;
    }
    
   .shopify-section--image-with-text-slidershow .embla-btn--next {
      background-color: #666666 !important;
      color: #ffffff;
    }
    
   .shopify-section--image-with-text-slidershow .embla-btn:hover {
      transform: scale(1.05);
    }
    
   .shopify-section--image-with-text-slidershow .embla-btn--prev::before {
      content: "";
    }
    
  .shopify-section--image-with-text-slidershow  .embla-btn--next::before {
      content: "";
    }
  }
  @media (min-width: 1000px){
   .shopify-section--image-with-text-slidershow .vertical-embla__container{
      gap: var(--ve-gap);
    }

  .shopify-section--image-with-text-slidershow  .vertical-embla__card picture{
      flex: 0 0 70%;
    }

   .shopify-section--image-with-text-slidershow .vertical-embla__card .image-with-text__content{
      padding: 2rem;
    }

   .shopify-section--image-with-text-slidershow.vertical-embla__controls{
      right: 12px;
      bottom: 12px;
      gap: 10px;
    }

  }
/* END_SECTION:image-with-text-split-slidershow-tank */

/* START_SECTION:image-with-text-slidershow-new (INDEX:56) */
.image-with-text-slidershow__mobile {
    display: none;
  }

  .vertical-embla {
    position: relative;

    --ve-height: min(67vh, 560px);
    --ve-gap: 0px;
    --ve-stage-bg: transparent;
  }

  .vertical-embla__viewport{
    height: var(--ve-height);
    overflow: hidden;
    position: relative;
    perspective: 900px;
    background: var(--background, #fff);
  }

  @media (hover: hover) and (pointer: fine) {
    .vertical-embla__viewport--cursor {
      cursor: none;
    }

    .vertical-embla__viewport--cursor :is(a, button, input, select, textarea, summary, [role="button"]) {
      cursor: auto;
    }
  }

  .vertical-embla__container{
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .vertical-embla__slide{
    flex: 0 0 100%;
    min-height: 0;
    display: flex;
    transform-origin: 50% 85%;
    will-change: transform;
  }

  .vertical-embla__slide .vertical-embla__card{
    flex: 1;
    display: flex;
    height: 100%;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    border-radius: inherit;
    overflow: hidden;
  }

  .vertical-embla__card picture{
    height: 100%;
    display: block;
  }

  .vertical-embla__card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .vertical-embla__card .image-with-text__content{
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .vertical-embla__stage{
    display:none;
    position:absolute;
    inset:0;
    z-index:20;
    pointer-events:none;
    border-radius:inherit;
    transform-style:preserve-3d;
    background: transparent;
  }

  .vertical-embla.is-animating .vertical-embla__stage{
    display:block;
    background: var(--ve-stage-bg, var(--background, #fff));
  }

  .vertical-embla__clone{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transform-origin: 50% 85%;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }

  .vertical-embla.is-animating .vertical-embla__container{
    visibility: hidden;
  }

  .vertical-embla__controls{
    position: absolute;
    display: grid;
    z-index: 30;
  }

  .image-with-text-mobile-embla {
    position: relative;
  }

  .image-with-text-mobile-embla .embla__viewport {
    overflow: hidden;
  }

  .image-with-text-mobile-embla .embla__container {
    display: flex;
  }

  .image-with-text-mobile-embla .embla__slide {
    flex: 0 0 100%;
    min-width: 0;
  }

  .image-with-text-mobile-embla__card {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
      color: rgb(var(--text-color));
      justify-content: space-between;
  }

  .image-with-text-mobile-embla__card picture {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .image-with-text-mobile-embla__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .image-with-text-mobile-embla__card .image-with-text__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }



  @media (max-width: 999px){
    .image-with-text-slidershow__desktop {
      display: none;
    }

    .image-with-text-slidershow__mobile {
      --image-with-text-slidershow-padding: 1rem;
      display: grid;
      background: #fff7f3;
      padding: var(--image-with-text-slidershow-padding);
      overflow: hidden;
    }

    .image-with-text-mobile-embla .embla__container{margin-inline-start: calc(var(--image-with-text-slidershow-padding) * -1);}
    .vertical-embla__slide .vertical-embla__card{flex-direction: column;}
    .vertical-embla__card .image-with-text__content{
      padding: var(--image-with-text-slidershow-padding);
    }
    .vertical-embla__container{ height: auto; }
  .vertical-embla__slide{
    flex: 0 0 auto;
    height: auto;

  }
  .vertical-embla__slide .vertical-embla__card{
    height: auto;
  }

  .vertical-embla__card picture{
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .vertical-embla__card img{
    height: 100%;
  }

  .vertical-embla__viewport{
    height: auto;
    transition: height .25s ease;
  }
    .image-with-text__content .h2 {padding-inline-end: 3.25rem}
    .image-with-text-mobile-embla .embla__slide{
      flex-basis: 100%;
      padding-left: var(--image-with-text-slidershow-padding);
    }
    .image-with-text-mobile-embla .embla__controls {
      display: flex;
      align-items: center;
      justify-content: end;
      gap: 1rem;
      position: absolute;
      top: 1rem;
      right: 1rem;
    }
    .image-with-text-mobile-embla .embla__controls .embla__button{background: transparent!important;color: #000}
    .image-with-text-mobile-embla .embla__controls .embla__button svg{width: 1.25rem}
  }
  @media (min-width: 1000px){
    .vertical-embla__container{
      gap: var(--ve-gap);
    }

    .vertical-embla__card picture{
      flex: 0 0 70%;
    }

    .vertical-embla__card .image-with-text__content{
      padding: 2rem;
    }

    .vertical-embla__controls{
      right: 12px;
      bottom: 12px;
      gap: 10px;
    }

  }
/* END_SECTION:image-with-text-slidershow-new */

/* START_SECTION:image-with-text-slidershow (INDEX:57) */
#shopify-section-{{ section.id }} {
    --image-with-text-content-max-width: {% if section.settings.content_width == 'sm' %}430px{% elsif section.settings.content_width == 'md' %}780px{% else %}100%{% endif %};
  }

 .shopify-section--image-with-text-slidershow-lyl .vertical-embla {
    position: relative;

    --ve-height: min(62vh, 560px);
    --ve-gap: 0px;
    --ve-stage-bg: transparent;
  }


  .shopify-section--image-with-text-slidershow-lyl  .section-spacing{
    padding-bottom: 125px;
  } 


  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__viewport{  
    height: var(--ve-height);
    overflow: hidden;
    position: relative;
    perspective: 900px;
    /* background: var(--background, #fff); */
    border:none;

  }

  .shopify-section--image-with-text-slidershow-lyl  .vertical-embla__container{
    display: flex;
    flex-direction: column;
    height: 100%;
    border:none;
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item{
    flex: 0 0 100%;
    min-height: 0;
    display: flex;
    transform-origin: 50% 85%;
    will-change: transform;
    position: relative;
    border:none;
  }
  
 

 .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item .vertical-embla__card{
    flex: 1;
    display: flex;
    height: 100%;
    /* background: rgb(var(--background));
    color: rgb(var(--text-color)); */
    border-radius: inherit;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
 
  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item:nth-child(1) .vertical-embla__card{
    background: #475133 !important;
    color:#ebeded !important;
  }

 
  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item:nth-child(2) .vertical-embla__card{
    background: #fffbed !important;
    color:#ed3926 !important;
  }
 
  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item:nth-child(3) .vertical-embla__card{
    background: #ffe7ba !important;
    color:#2a0302 !important;
  }

 
  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item:nth-child(4) .vertical-embla__card{
    background: #ffffff !important;
    color:#000000 !important;
  }
  
  /* PC端鼠标悬停效果 */
  @media (min-width: 1000px) {
    /* 上下箭头光标效果 */
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item::before,
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1;
      /* cursor: pointer; */
    }
    
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item::before {
      top: 0;
      height: 50%;
      /* cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 2000 2000'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D.st1%7Bfill:%23fff;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D%3C/style%3E%3C/defs%3E%3Ccircle class='st1' cx='1000.2' cy='1000' r='880'/%3E%3Cpolyline class='st0' points='755.8 1122.2 1000.2 877.8 1244.6 1122.2'/%3E%3C/svg%3E") 15 15, auto; */

    }
    
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item::after {
      bottom: 0;
      height: 50%;
      /* cursor: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 2000 2000'%3E%3Cdefs%3E%3Cstyle%3E.st0%7Bfill:none;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D.st1%7Bfill:%23fff;stroke:%23040000;stroke-miterlimit:10;stroke-width:60px%7D%3C/style%3E%3C/defs%3E%3Ccircle class='st1' cx='1000.2' cy='1000' r='880'/%3E%3Cpolyline class='st0' points='1244.6 877.8 1000.2 1122.2 755.8 877.8'/%3E%3C/svg%3E") 15 15, auto; */

    }
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card picture{
    height: 100%;
    display: block;
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .image-with-text__content{
    flex: 1;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla__stage{
    display:none;
    position:absolute;
    inset:0;
    z-index:20;
    pointer-events:none;
    border-radius:inherit;
    transform-style:preserve-3d;
    background: transparent;
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla.is-animating .vertical-embla__stage{
    display:block;
    background: var(--ve-stage-bg, var(--background, #fff));
  }

 .shopify-section--image-with-text-slidershow-lyl .vertical-embla__clone{
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transform-origin: 50% 85%;
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
  }

 .shopify-section--image-with-text-slidershow-lyl .vertical-embla__controls{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    z-index: 3;
  }
  
 .shopify-section--image-with-text-slidershow-lyl .vertical-embla__dots{
    display: flex;
    gap: 8px;
  }
  
  .shopify-section--image-with-text-slidershow-lyl  .arrow-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
  }

 .shopify-section--image-with-text-slidershow-lyl .arrow-box.mobile{
    display: none;
  }

  .shopify-section--image-with-text-slidershow-lyl .vertical-embla{
    --ve-height:75vh;
  }

  .shopify-section--image-with-text-slidershow-lyl .img-box{
    padding: 8px;
    height: 100%;
    width: 70%;
  }

  .shopify-section--image-with-text-slidershow-lyl .image-with-text__content{
    width: 30%;
  }

  .shopify-section--image-with-text-slidershow-lyl .image-with-text__content .h2{
    font-family: 'GoogleSansFlex-SemiBold', 'GoogleSansFlex';
    font-weight: normal;
    font-size: 66px;
    /* color: #ED3926; */
    line-height: 61px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 38px;
  }

  .shopify-section--image-with-text-slidershow-lyl .image-with-text__content p{
    font-family: Poppins-Regular, Poppins;
    font-weight: normal;
    font-size: 18px;
    /* color: #ED3926; */
    line-height: 27px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  @media (max-width: 999px){
    .shopify-section--image-with-text-slidershow-lyl .section-header{
      padding-left: 20px;
      padding-right: 20px;
    }
    .shopify-section--image-with-text-slidershow-lyl .section-spacing{
      padding-bottom: 200px;
    }

    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .link{
      margin-left: 0px;
      margin-right: auto;
    }

    .shopify-section--image-with-text-slidershow-lyl .section-header .prose {
      width: 100% !important;
      max-width:100% !important;
    }

    .shopify-section--image-with-text-slidershow-lyl .prose {
      text-align: left !important;
    }

    .shopify-section--image-with-text-slidershow-lyl .container {
      margin: 0;
    }


    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .image-with-text__content{
      flex-direction: row-reverse;
    }

    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .image-with-text__content span{
      padding-top: 10px;
    }

    /* 移动端改为水平滚动 */
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__container{
      flex-direction: row !important;
      height: auto;
      gap: 20px;
    }
    
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item{
      flex: 0 0 calc(72% / 0.85);
      width: calc(72% / 0.85);
      height: auto;
      /* padding-right: 10px; */
      cursor: pointer;
    }

    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item:last-child{
      margin-right:20px
    }
    
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__slide_item .vertical-embla__card{
      flex-direction: column-reverse;
      height: auto;
      margin: 0;
      padding: 0;
    }

    .shopify-section--image-with-text-slidershow-lyl .img-box{
      width: 100%;
      padding: 0px;
      height: 300px;
    }

    .shopify-section--image-with-text-slidershow-lyl .image-with-text__content .h2{
      font-family: 'GoogleSansFlex-SemiBold', 'GoogleSansFlex';
      font-weight: normal;
      font-size: 28px;
      line-height: 27px;
    }

    .shopify-section--image-with-text-slidershow-lyl .image-with-text__content p{
      font-family: Poppins-Regular, Poppins;
      font-weight: normal;
      font-size: 14px; 
      line-height: 20px; 
    }
    
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .image-with-text__content{
      padding: 26px 20px;
      text-align: left;
      width: 100%;
      max-height: 400px;
      overflow-y: auto;
      min-height: 300px;
    }

      .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .image-with-text__content span.number{
        display:none;
      }

    /* 图片给一个稳定高度/比例 */
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card picture{
      width: 100%;
      aspect-ratio: 16 / 9;
      flex: unset;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card img{
      height: 100%;
    }

    /* viewport 高度由 JS 控制，并加过渡更顺滑 */
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__viewport{
      height: auto; 
      transition: height .25s ease;
      overflow-x: hidden;
      padding-left:20px;
    }
    
    /* 控制按钮样式调整 */
    .shopify-section--image-with-text-slidershow-lyl .vertical-embla__controls{
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-top: 20px;
      flex-direction: column;
      width: 100%;
      padding: 0 20px;
    }
    
    .shopify-section--image-with-text-slidershow-lyl  .vertical-embla__dots{
      display: flex;
      gap: 0;
      width: 100%;
      border-radius: 1px;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .vertical-embla__dot{
      width: 33.33%;
      height: 3px;
      border-radius: 0;
      background-color: #ffffff !important;
      border: none;
      cursor: pointer;
      transition: width 0.3s ease;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .vertical-embla__dot.is-active{
      width: 33.33%;
      height: 3px;
      border-radius: 0;
      background-color: #808080 !important;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .vertical-embla__dot:hover{
      width: 33.33%;
      height: 3px;
      border-radius: 0;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .arrow-box.mobile{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100px;
      gap: 10px;
      margin-left: auto;
      margin-right: 0;
    }

    .shopify-section--image-with-text-slidershow-lyl .arrow-box.pc{
      display: none;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .embla-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 32px;
      font-weight: normal;
      transition: all 0.3s ease;
    }

    .shopify-section--image-with-text-slidershow-lyl .slplit-embla__controls{
       margin-top:20px;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .embla-btn--prev {
      background-color: #ffffff !important;
      color: #000000;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .embla-btn--next {
      background-color: #666666 !important;
      color: #ffffff;
    }
    
   .shopify-section--image-with-text-slidershow-lyl .embla-btn:hover {
      transform: scale(1.05);
    }
    
   .shopify-section--image-with-text-slidershow-lyl .embla-btn--prev::before {
      content: "";
    }
    
  .shopify-section--image-with-text-slidershow-lyl  .embla-btn--next::before {
      content: "";
    }
  }
  @media (min-width: 1000px){
   .shopify-section--image-with-text-slidershow-lyl .vertical-embla__container{
      gap: var(--ve-gap);
    }

  .shopify-section--image-with-text-slidershow-lyl  .vertical-embla__card picture{
      flex: 0 0 70%;
    }

   .shopify-section--image-with-text-slidershow-lyl .vertical-embla__card .image-with-text__content{
      padding: 2rem;
    }

   .shopify-section--image-with-text-slidershow-lyl.vertical-embla__controls{
      right: 12px;
      bottom: 12px;
      gap: 10px;
    }

  }
/* END_SECTION:image-with-text-slidershow */