/** Shopify CDN: Minification failed

Line 467:0 Unexpected "}"

**/
    .joe-five-slider_container {
        position: relative;
      color:rgba(48, 50, 51, 1);
    }


  

@media screen and (max-width: 768px) {
  .joe-five-slider_pc-show{
    display:none !important;
  }
  
   .joe-five-slider_container{
  }

  div.joe-five-slider_wrapper{
      position:relative;
      min-width: 321px;
    /* padding-bottom: 65px; */
    }
  /*header start*/
  .joe-five-slider_header{
    padding: 0 15px;
    margin-bottom: 19px;
  }
    .joe-five-slider_title {
      width: 100%;
      font-family: Galano Grotesque;
      font-weight: 600;
      font-size: 28px;
      line-height: 36px;
      letter-spacing: 0;
      text-align: center;

      text-transform: capitalize;
      text-overflow: clip;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
      overflow: hidden
    }

.joe-five-slider_title-sub {
    color: rgba(78, 75, 75, 1);
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 8px; 
    
}


  /*header end*/
  /*body start*/
  .joe-five-slider_items {
    display: flex;
    overflow-x: scroll;
    position:relative;

    height: auto;
    width: 100%;
    scroll-behavior: smooth;    
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

   .joe-five-slider_items::-webkit-scrollbar {
  display: none;  /* 完全隐藏滚动条 */
  width: 0;       /* 部分浏览器版本需要设置宽度为0 */
  height: 0;      /* 对于水平滚动条 */
  background: transparent;  /* 可选：使背景透明 */
}
  
  /*blog 卡片*/
  .joe-five-slider_item {
   width: 100%;
   height:auto;
     
    flex-shrink:0;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
            scroll-snap-align: start;
  }

      .joe-five-slider_item a {
        display: block;
        width: 50%;
        margin: 0 auto;
        cursor: pointer;
    }

  
  .joe-five-slider_item-img {
            height: auto;
        width: 100%;
        overflow: hidden;
        aspect-ratio: 259 / 245;
  }
   
    .joe-five-slider_item-img img.five-slider_item-img {
              display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}





   .joe-five-slider_item-content{
    display:block;
       width: 100%;
        height: auto;
        margin-top:32px;
      }
  
  .joe-five-slider_item-title {
        font-family: Galano Grotesque;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        padding: 0 18px;
        text-align: center;
        letter-spacing: 0;
        color: #303233;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

}

    .joe-five-slider_item-title_sub {
        color: rgba(30, 31, 32, 1);
        font-family: Galano Grotesque;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-top:12px;
        padding: 0 18px;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.joe-five-slider_item.slider_active .joe-five-slider_item-title{
    opacity:1;
  }

    .joe-five-slider_button {
        margin-top: 28px;
    }
  

  
  
    .joe-card_btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 64, 107, 1);
        border: 1px solid rgba(47, 43, 43, 1);
        padding: 6px 24px;
        border-radius: 4px;
        color: rgba(255, 255, 255, 1);
        font-family: Galano Grotesque;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
    
}

  
  

  /*prev-next button */
  .joe-five-slider_prev {
    position: absolute;
                    bottom: 30px;
        left: calc(50% - 45px / 2  - 30px);
    cursor: pointer;
    display: none;
}
   .joe-five-slider_next {
    position: absolute;
                   bottom: 30px;
        right: calc(50% - 45px / 2  - 30px);
    cursor: pointer;
     display: none;
}
/*body end*/

  /* nav-bar */
  .joe-five-slider_nav{
    position:relative;
    margin: 0 auto;
    background-color: rgba(231, 233, 233, 1);
    height: 2px;
    width: 134px;
    border-radius: 200px;
    margin-top: 28px;
  }

  span.joe-five-slider_nav-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(254, 77, 0, 1);
    transition: left .4s ease,right .4s ease;
    display: block;
    height: 2px;
    width: 12px;
    border-radius: 200px;
}

  
}

@media screen and (min-width: 769px) {
   .joe-five-slider_container{
     max-width: 1280px;
        margin: 0 auto;
        padding-left: 66px;
        padding-right: 66px;
  }

  .joe-five-slider_mb-show{
    display:none !important;
  }
  
    div.joe-five-slider_wrapper{
        margin: 0 auto;
        position: relative;
        width: 100%;
    }
  /*header start*/
  .joe-five-slider_header{
          margin-bottom: 32px;
  }
    .joe-five-slider_title {
        width: 100%;
        font-family: Galano Grotesque;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        text-transform: capitalize;
    }

.joe-five-slider_title-sub {
    color: rgba(78, 75, 75, 1);
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px; 
      text-transform: initial;
}
  /*header end*/
  /*body start*/

  product-recommendations.related-products.isolate.scroll-trigger.animate--slide-in {
        padding: 0;
}


  .joe-five-slider_items {
    display: flex;
    overflow-x: scroll;
    position:relative;

    aspect-ratio: 992 / 607;
    width: 100%;
    gap: 30px;

            scroll-behavior: smooth;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
    align-items: center;;
    }
  }

 .joe-five-slider_items::-webkit-scrollbar {
  display: none;  /* 完全隐藏滚动条 */
  width: 0;       /* 部分浏览器版本需要设置宽度为0 */
  height: 0;      /* 对于水平滚动条 */
  background: transparent;  /* 可选：使背景透明 */
}
  
  /*blog 卡片*/
  .joe-five-slider_item {
    width: calc(28.2% - 30px);
    margin: auto;
    aspect-ratio: 1;
     
    flex-shrink:0;
    position: relative;
    overflow: hidden;
    
    transition: all 0.4s ease;
            scroll-snap-align: start;
  }

  .joe-five-slider_item.slider_active {
        width: 43.7%;
        aspect-ratio: 532 / 697;
}

    .joe-five-slider_item a {
        height: 100%;
        width: 100%;
        display: flex;
        cursor: pointer;
        align-items: center;
        max-width:156px;
        justify-content: center;
    }

    .joe-five-slider_item.slider_active a {
        display: block;
        width: 100%;
        height: auto;
        background:#00406B;
    }

  .joe-five-slider_item-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
   
    .joe-five-slider_item-img img.five-slider_item-img {
              display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.joe-five-slider_item-content {
    display:none;
}


  .joe-five-slider_item.slider_active .joe-five-slider_item-content{
    display:block;
       width: 100%;
        height: auto;
        margin-top:32px;
      }
  
  .joe-five-slider_item-title {
            font-family: Galano Grotesque;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 0;

    color: rgba(48, 50, 51, 1);
            opacity: 0;

                    display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;

}

    .joe-five-slider_item-title_sub {
        color: rgba(30, 31, 32, 1);
        font-family: Galano Grotesque;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        margin-top: 1.74%;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.joe-five-slider_item.slider_active .joe-five-slider_item-title{
    opacity:1;
  }

    .joe-five-slider_button {
        margin-top: 6.9%;
    }
  

  
  
    .joe-card_btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 64, 107, 1);
        border: 1px solid rgba(47, 43, 43, 1);
        padding: 6px 24px;
        border-radius: 4px;
        color: rgba(255, 255, 255, 1);
        font-family: Galano Grotesque;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer;
    
}


.joe-card_btn:hover:after{
    width:100%;
}

.joe-five-slider_button{
  
}

  /* 底部卡片 */


  /*prev-next button */
    .joe-five-slider_prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(calc(237% - 48px));
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 1;
}
  .joe-five-slider_next {
    position: absolute;
    top: 50%;
    right:  0;
    transform: translate(calc(-237% + 48px));
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 1;
}
/*body end*/
}



  
  