/** Shopify CDN: Minification failed

Line 991:0 Expected "}" to go with "{"

**/
.spotlight-block .halo-block-header {
    margin-bottom: 0;
}

.spotlight-block .halo-block-header .title {
    margin-bottom: var(--margin-bottom-title);
}

.spotlight-block .halo-block-header .subtext-spotlight {
    margin-bottom: var(--margin-bottom-des);
}

.spotlight-inner {
    padding-left: var(--align-items-spacing-lr-style);
    padding-right: var(--align-items-spacing-lr-style);
}

.spotlight-inner .sub_title {
    margin-top: 0;
    margin-bottom: var(--mg-bottom-sub-title-style);
    display: block;
    font-weight: var(--font-weight-text-style);
    line-height: var(--body-line-height);
}

.spotlight-inner .sub_title.has-border span {
    border-bottom: 1px solid var(--color-text-style);
}

.spotlight-inner .title {
    display: block;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: var(--title-font-weight)
}

.spotlight-inner.not-image .title {
    margin-top: 0;
    margin-bottom: 0;
}

.spotlight-inner .custom-text-style {
    color: var(--color-text-style);
    font-size: var(--fontsize-text-style);
}

.spotlight-inner .title.custom-text-style {
    font-style: var(--font-text-style);
    line-height: calc(var(--fontsize-text-style) + 1px);
}

.spotlight-inner .title.custom-text-style.has--border_s2 span {
    position: relative;
    border-color: transparent;
    z-index: 1;
}

.spotlight-inner .title.custom-text-style.has--border_s2 span:before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 22px;
    background-color: var(--border-color-title-style);
    z-index: -1;
}

.spotlight-inner .des {
    margin-top: var(--margin-top-des-style);
    line-height: var(--body-line-height);
}

.spotlight_inder_des_10.spotlight-inner .des {
    line-height: 1.9;
}

.spotlight-inner .button {
    margin-top: var(--margin-top-button-style);
    display: inline-block;
    width: auto;
    min-width: 160px;
}

.btn_1_br_outside .spotlight-inner .button {
    margin-bottom: 3px;
}

.spotlight-inner .spotlight-button.custom-button-style {
    color: var(--color-button-style);
    background: var(--bg-color-button-style);
    border: 1px solid var(--border-color-button-style);
    text-transform: var(--text-transform-button-style);
    font-size: var(--font-size-button-style);
    min-width: var(--button-width-style);
}

.btn_1_br_outside .spotlight-inner .spotlight-button.custom-button-style:after {
    border: 1px solid var(--border-color-button-style);
}

.spotlight-inner .spotlight-button.custom-button-style:hover {
    color: var(--color-button-hover-style);
    background: var(--bg-color-button-hover-style);
    border: 1px solid var(--border-color-button-hover-style);
}

.btn_1_br_outside .spotlight-inner .spotlight-button.custom-button-style:hover:after {
    border: 1px solid var(--border-color-button-hover-style);
}

.spotlight-inner .spotlight-button.custom-button-style:hover svg {
    fill: var(--color-button-hover-style);
}

.spotlight-inner .spotlight-button.custom-button-style svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    fill: var(--color-button-style);
}

.spotlight-inner .spotlight-button.custom-button-style span {
    display: inline-block;
    vertical-align: middle;
}

.spotlight-inner .spotlight-button.enable-transparent span {
    text-decoration: underline;
    text-underline-offset: 0.1em;
}

.spotlight-inner.enable-transparent.text-left .spotlight-button {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-top: -2px;
}

.spotlight-inner.enable-transparent.text-right .spotlight-button {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.spotlight-inner.enable-transparent.text-center .spotlight-button {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.spotlight-inner .spotlight-button.enable-button-custom-border{
    overflow: unset;
    margin-bottom: 10px;
}

.spotlight-inner .spotlight-button.enable-button-custom-border:after{
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-color-button-style);
    z-index: 1;
}

.spotlight-inner .spotlight-button.enable-button-custom-border:hover:after {
    border: 1px solid var(--border-color-button-hover-style);
}

.spotlight-inner .spotlight-item:hover .image-zoom img {
    transform: scale(1.06);
}

.content_absolute {
    position: relative;
}

.content_absolute .content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1;
    font-size: 0;
    z-index: 1;
}

.content_absolute .content::-webkit-scrollbar {
  width: 5px;
}

.content_absolute .content::-webkit-scrollbar-track {
  background: #f4f4f4;
}

.content_absolute .content::-webkit-scrollbar-thumb {
  background: #000;
}

.content_absolute .content::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.content_absolute .content h3 {
    margin: 0;
}

.spotlight-inner .link_title {
    display: block;
    position: relative;
}

.spotlight-inner .link_title:hover{
    color: inherit;
}

.spotlight-inner h3 span {
    border-bottom: 2px solid transparent;
    display: inline-block;
    padding-bottom: 1px;
}

.spotlight-inner h3:hover span {
    border-bottom: 2px solid var(--border-color-title-style);
}
.spotlight-inner--border-light h3:hover span {
    border-bottom-width: 1px;
}

/* START: Title Border Style 3 */
.spotlight-inner h3 .has_border_s3 span {
    position: relative;
}

.spotlight-inner h3 .has_border_s3 span::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 72px;
    background-color: var(--border-color-title-style-3);
}

/* END: Title Border Style 3 */

.spotlight-block .halo-row.not-distance {
    margin-left: 0;
    margin-right: 0;
}

.spotlight-block .halo-row.not-distance .halo-item {
    padding-left: 0;
    padding-right: 0;
}

.spotlight-block .content_absolute .content.align-items--top {
    top: var(--align-items-postion-content-style);
    bottom: auto;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: var(--align-items-spacing-style);
}

.spotlight-block .content_absolute .content.align-items--bottom {
    top: auto;
    bottom: var(--align-items-postion-content-style);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-bottom: var(--align-items-spacing-style);
    overflow-y: hidden;
}

.spotlight-block .content_absolute .content.align-items--bottom.enable-transparent {
    transform: translate(-50%,-45%);
}

.spotlight-block .content_absolute .content.align-items--bottom.text-left.enable-transparent {
    transform: none;
    left: 0;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 55px;
    padding-left: 60px;
    padding-right: 60px;
}

.spotlight-block .content_absolute .content.align-items--bottom.text-right.enable-transparent {
    transform: none;
    left: auto;
    right: 0;
    bottom: 0;
    padding-top: 60px;
    padding-bottom: 55px;
    padding-left: 60px;
    padding-right: 60px;
}

.spotlight-block .content_absolute .content.enable-transparent {
    z-index: 1;
}

.spotlight-block .content.align-items--center,
.spotlight-block .content.align-items--bottom,
.spotlight-block .content.align-items--top {
    padding-top: var(--align-items-spacing-top-style);
    padding-bottom: var(--align-items-spacing-bottom-style);
    background-color: var(--bg_color_content);
}

.spotlight-block .spotlight-inner.is-bordered {
    margin-top: var(--align-items-spacing-top-style);
    margin-bottom: var(--align-items-spacing-bottom-style);
    padding: 15px;  
    border: 1px solid var(--content-border-color) !important;
}

.spotlight-block .spotlight-inner.is-bordered .title {
    margin-top: 12px;
}

.spotlight-block .content.align-items--center.is-bordered .button {
    margin-bottom: 12px;
}

.spotlight-block .column-4 .halo-item,
.spotlight-block .column-5 .halo-item {
    width: 50%;
}

.spotlight-block .column-6 .halo-item {
    width: 33.33334%;
}

.spotlight-block .slider-buttons{
    position: relative;
}

.spotlight-block .slick-dots{
    bottom: -48px;
}

/* Icon + */
.spotlight-block .show-icon-more{
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,calc(-50% + 10px));
    z-index: 2;
    display: block;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--anchor-transition);
}

.spotlight-block .show-icon-more:before,
.spotlight-block .show-icon-more:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: var(--color-icon-plus);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.spotlight-block .show-icon-more:after{
    width: 50px;
    height: 2px;
}

.spotlight-block .slider{
    overflow-y: hidden;
}

.animate--hover-vertical-lift .spotlight-block .slider{
    overflow-y: initial;
}

.spotlight-block .slick-prev {
    left: var(--arrow-side-position) !important;
}

.spotlight-block .slick-next {
    right: var(--arrow-side-position) !important;
}

.spotlight-block .slick-list {
  max-width: 100%;
  margin: 0 auto;
}

.spotlight-block .button-bottom.slick-dotted {
    margin-bottom: 68px;
}

.spotlight-block .group-btn {
  text-align: center;
}

.spotlight-block .group-btn a{
  display: block;
  margin-bottom: 10px;
}

/* Button Style 2 */
.spotlight-block .spotlight-item.enable_border_color .button_style_2 .spotlight-button{
    visibility: visible;
    opacity: 1;
    background: transparent;
    border: none;
    padding: 0;
}

.spotlight-block .spotlight-inner.button_style_2 .spotlight-button.custom-button-style span {
    text-decoration: underline;
    text-underline-offset: 0.4em;
}

.btn_1_br_outside .spotlight-inner.button_style_2 .spotlight-button.custom-button-style:after{
    content: none !important;
}

.enable_po_title {
    position: relative;
}

.enable_po_title .halo-block-header {
    position: absolute;
    top: 137px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.enable_po_title .halo-block-header .title {
    line-height: 1;
}

@media(max-width: 1400px){
    .spotlight-block .layout--special .slick-arrow{
        display: none !important;
    }
}

@media(max-width: 1024px){
    .spotlight-inner .title.custom-text-style {
        font-size: var(--fontsize-mobile-text-style);
        line-height: 26px;
    }

    .spotlight-inner .title.custom-text-style.has--border_s2 span:before{
        height: 12px;
    }

    .spotlight-block .halo-row.column-mb-2 .halo-item:not(.slider__slide){
        margin-top: 15px;
    }

    .spotlight-block .halo-row.column-2 .halo-item:not(.slider__slide):not(:first-child):not(:nth-child(2)),
    .spotlight-block .halo-row.column-2 .halo-item:not(.slick-slide):not(:first-child):not(:nth-child(2)) {
        margin-top: 15px;
    }

    .spotlight-block.enable_slider .halo-row .halo-item:not(.slider__slide):not(:first-child):not(:nth-child(2)),
    .spotlight-block.enable_slider .halo-row .halo-item:not(.slick-slide):not(:first-child):not(:nth-child(2)) {
        margin-top: 0px;
    }

    .spotlight-block .halo-row .halo-item.enable_plus_icon:not(.slider__slide):not(:first-child):not(:nth-child(2)),
    .spotlight-block .halo-row .halo-item.enable_plus_icon:not(.slick-slide):not(:first-child):not(:nth-child(2)) {
        margin-top: 0px;
    }

    .spotlight-block .content_absolute .content.align-items--bottom.text-left.enable-transparent{
        padding: 30px 30px 30px;
    }

    .spotlight-block .button_style_2 .title.custom-text-style{
        line-height: 1;
    }

    .spotlight-block .spotlight-item.enable_border_color .button_style_2 .spotlight-button {
        margin-top: 5px;
    }

    .enable_po_title .halo-block-header {
        top: 60px;
    }

    .spotlight-block .content_absolute .content.align-items--bottom.items_lr_60 {
        bottom: var(--align-items-postion-content-mb-style);
    }

    .spotlight-block .content_absolute .content.align-items--bottom.items_lr_60 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .spotlight-block .content_absolute .content.align-items--bottom.items_lr_60 .spotlight-button.custom-button-style {
        margin-top: 20px;
    }
}

@media (max-width: 992px){  
    .spotlight-block .scroll-snap-mobile {  
        align-items: flex-start;    
    }

    .enable_po_title .halo-block-header {
        position: initial;
        transform: none;
    }   
}

@media (max-width: 768px){
    .spotlight-block .content_absolute .content.align-items--top {
        top: var(--align-items-postion-content-mb-style);
    }

    .spotlight-block .content_absolute .content.align-items--bottom {
        bottom: var(--align-items-postion-content-mb-style);
    }

    .spotlight-block .content_absolute .content.align-items--bottom.text-left.enable-transparent {
        padding: 15px;
    }

    .spotlight-block .spotlight-item.enable_des_hover .spotlight-inner .des {
        font-size: calc(var(--fontsize-text-style) - 2px);
    }
}

@media(max-width: 767px){
    .spotlight-block .halo-row .halo-item{
        width: 100%;
    }

    .spotlight-block .halo-row .halo-item+.halo-item:not(.slider__slide),
    .spotlight-block .halo-row .halo-item+.halo-item:not(.slick-slide){
        margin-top: 10px;
    }

    .spotlight-block .halo-row.scroll-snap-mobile .halo-item+.halo-item,
    .spotlight-block .halo-row .halo-item+.halo-item.slick-slide,
    .spotlight-block .halo-row .halo-item+.halo-item.slider__slide,
    .spotlight-block .enable_po_title .halo-row .halo-item+.halo-item:not(.slider__slide),
    .spotlight-block .enable_po_title .halo-row .halo-item+.halo-item:not(.slick-slide){
        margin-top: 0 !important;
    }

    .spotlight-block .halo-block-header .title{
        margin-bottom: 30px;
    }

    .style-dots-2 .spotlight-block .slider-dots{
        bottom: -40px;
    }

    .spotlight-block .halo-row.column-mb-2 .halo-item{
        width: 50%;
    }

    .spotlight-block .halo-row .halo-item:not(.slider__slide):not(:first-child):not(:nth-child(2)),
    .spotlight-block .halo-row .halo-item:not(.slick-slide):not(:first-child):not(:nth-child(2)) {
        margin-top: 10px;
    }

    .spotlight-block .halo-row .halo-item.enable_plus_icon:not(.slider__slide):not(:first-child):not(:nth-child(2)),
    .spotlight-block .halo-row .halo-item.enable_plus_icon:not(.slick-slide):not(:first-child):not(:nth-child(2)) {
        margin-top: 10px;
    }

    .spotlight-block .halo-row.column-mb-2 .halo-item:not(.slider__slide){
        margin-top: 10px;
    }

    .spotlight-block .halo-row.column-mb-2 .content_absolute .content.align-items--bottom{
        transform: translate(-50%,0);
    }
  
    .spotlight-inner .spotlight-button.custom-button-style {    
        width: 100%;    
        min-width: 0;   
        max-width: var(--button-width-style);   
    }

    .animate--hover-vertical-lift .spotlight-block .slider.slider--tablet {
        overflow-y: hidden;
    }

    .spotlight-block .spotlight-item.enable_border_color .button_style_2 .spotlight-button {
        margin-top: 0px;
    }

    .spotlight-block .content_absolute .content.align-items--bottom.button_style_2 {
        bottom: calc(var(--align-items-postion-content-mb-style) - 25px);
    }

    .spotlight_inder_des_10.spotlight-inner .des {
        line-height: 1.6;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .spotlight-block .content_absolute .content.align-items--bottom.spotlight_inder_des_10{
        padding-left: 5px;
        padding-right: 5px;
    }
    .spotlight_inder_des_10.spotlight-inner .des {
        line-height: 1.4;
    }
}

@media(min-width: 768px){
    .spotlight-block .halo-row .halo-item.spotlight--largeImg {
        width: 100%;
    }
}

@media(min-width: 1025px){
    .spotlight-block .halo-row.column-2.block-layout-grid .halo-item:not(.slider__slide):not(:first-child):not(:nth-child(2)),
    .spotlight-block .halo-row.column-2.block-layout-grid .halo-item:not(.slick-slide):not(:first-child):not(:nth-child(2)) {
        margin-top: 15px;
    }

    .spotlight-block .halo-row:not(.not-distance) {
        margin-left: var(--row-distance-style);
        margin-right: var(--row-distance-style);
    }

    .spotlight-block .halo-row:not(.not-distance) .halo-item {
        padding-left: var(--item-distance-style);
        padding-right: var(--item-distance-style);
    }
    
    .spotlight-item.enable_border_color .spotlight-button{
        visibility: hidden;
        opacity: 0;
    }

    .spotlight-item.enable_border_color:hover .spotlight-button,
    .spotlight-item.enable_border_color .has--border_s2 + .spotlight-button{
        visibility: visible;
        opacity: 1;
    }

    .spotlight-block .column-4 .halo-item {
        width: 25%;
    }

    .spotlight-block .column-5 .halo-item {
        width: 20%;
    }

    .spotlight-block .column-6 .halo-item {
        width: 16.66666666666667%;
    }

    .spotlight-item:hover .image-zoom img {
        transform: scale(1.06);
    }

    .spotlight-block .layout--special .slick-arrow {
        width: 65px;
        height: 65px;
        background: transparent;
        border: 0;
        padding: 0;
    }

    .spotlight-block .layout--special .slick-arrow svg {
        height: 0;
        width: 0;
    }

    .spotlight-block .layout--special .slick-arrow.slick-next {
        right: -85px !important;
    }

    .spotlight-block .layout--special .slick-arrow.slick-prev {
        left: -85px !important;
        top: 44%;
    }

    .spotlight-block .layout--special .slick-arrow:before,
    .spotlight-block .layout--special .slick-arrow:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 45px;
        background: var(--arrow-color);
        transform: rotate(45deg);
    }

    .spotlight-block .layout--special .slick-arrow:after {
        top: 32px;
        transform: rotate(-45deg);
    }

    .spotlight-block .slick-arrow.slick-prev{
        transform: translateY(-50%);
    }

    .spotlight-block .layout--special .slick-prev:before {
        transform: rotate(-45deg);
    }

    .spotlight-block .layout--special .slick-prev:after {
        transform: rotate(45deg);
    }

    .spotlight-block .halo-row.column-3[data-spotlight-slider]:not(.slick-slider) .spotlight--image:nth-child(n+4) {
        display: none;
    }

    .spotlight-block .halo-item:hover .show-icon-more {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%,-50%);
    }

    .spotlight-block .halo-item.enable_plus_icon .img-box a:after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        background: linear-gradient(to top, black, transparent);
        transition: var(--anchor-transition);
    }

    .spotlight-block .halo-item.enable_plus_icon:hover .img-box a:after {
        opacity: 0.4;
        visibility: visible;
    }

    .spotlight-block .halo-item:hover .spotlight-inner.enable-transparent.text-left h3 span{
        text-decoration: underline;
        text-underline-offset: 0.2em;
    }


    .style-arrows-6 .spotlight-block .halo-item:hover .spotlight-inner.enable-transparent.text-left h3 span {
        text-underline-offset: .1em;
        text-decoration-thickness: 2px;
    }

    .spotlight-block .enable_des_hover .spotlight-inner .des{
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        transition: opacity .5s,height .2s cubic-bezier(0,0,.44,1.18);
        margin: 0;
    }

    .spotlight-block .halo-item:hover .enable_des_hover .spotlight-inner .des{
        opacity: 1;
        height: auto;
        visibility: visible;
        padding-top: 22px;
        padding-bottom: 15px;
    }

    .spotlight-inner .spotlight-button.custom-button-style span {
        line-height: 1;
    }
}

@media(min-width: 1200px){
    .spotlight-inner .title.custom-text-style.has--border_s2 span:before {
        left: -7px;
        width: calc(100% + 17px);
    }
}

@media(min-width: 1600px){
    .spotlight-block .layout--special .slick-arrow.slick-next {
        right: -110px !important;
    }

    .spotlight-block .layout--special .slick-arrow.slick-prev {
        left: -110px !important;
    }
}

/* 新增代码：强制透明背景 */
.spotlight-inner .spotlight-button.custom-button-style.enable-transparent {
    background: transparent !important;
    border-color: transparent !important;
}

.spotlight-inner .spotlight-button.custom-button-style.enable-transparent:hover {
    background: transparent !important;
    border-color: transparent !important;
}



@media (max-width: 767px) {
  .spotlight-block .halo-row .halo-item + .halo-item:not(.slick-slide) {
    margin-top: 0 !important;
  }

  .spotlight-block .halo-row .halo-item + .halo-item.slick-slide {
    margin-top: 0 !important;
  }
}


@media (max-width: 767px) {
  .spotlight-block .halo-row .halo-item + .halo-item:not(.slick-slide) {
    margin-top: 0 !important;
  }

  .spotlight-block .halo-row .halo-item + .halo-item.slick-slide {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .spotlight-inner .title {
    margin-top: 20px !important;
  }
}

/* ====== 标题基础（20px） ====== */
/* 固定 20px */
.hi-title-overlay h3,
.hi-title-overlay .title {
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;           /* 继承主题文字颜色，按需覆写 */
  text-align: right !important;
  pointer-events: auto;                /* 允许链接点击 */
}

/* 可选：响应式字体（如果想在小屏更小一些，用下面替代上面） */
/*
.hi-title-overlay h3,
.hi-title-overlay .title {
  font-size: clamp(16px, 2.4vw, 20px) !important;
  line-height: 1.1 !important;
}
*/

/* ====== 下划线特效：悬停时从左到右展开 ======
   使用方法：默认生效（hover），或给要常显的标题额外加 .underline-always
   例：<h3 class="title underline-always">...<h3>
*/
.hi-title-overlay h3 span,
.hi-title-overlay .title span {
  position: relative;
  display: inline-block;
}

/* 下划线伪元素（初始隐藏，宽度为 0）*/
.hi-title-overlay h3 span::after,
.hi-title-overlay .title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;               /* 下划线与文字的距离，可调整 */
  height: 2px;                /* 线粗细 */
  width: 100%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms cubic-bezier(.2,.9,.2,1);
  background-color: currentColor;  /* 跟随文字颜色 */
  opacity: 0.95;
  pointer-events: none;
}

/* hover 展示（当鼠标悬停标题或父层 hover 时）*/
.hi-title-overlay h3:hover span::after,
.hi-title-overlay h3 span:hover::after,
.hi-title-overlay .title:hover span::after,
.hi-title-overlay .title span:hover::after,
.hi-title-overlay .spotlight-item:hover h3 span::after {
  transform: scaleX(1);
}

/* ====== 常显下划线（并带入场动画） ======
   使用方法：在标题上加类 .underline-always，例如：
   <h3 class="title underline-always"><span>NECKLACES</span></h3>
*/
.hi-title-overlay h3.underline-always span::after,
.hi-title-overlay .title.underline-always span::after {
  transform: scaleX(1);
  transition: transform 420ms cubic-bezier(.2,.9,.2,1);
  opacity: 1;
}

/* 小屏调整：下划线距离和字体微调 */
@media (max-width: 767px) {
  .hi-title-overlay h3,
  .hi-title-overlay .title {
    font-size: clamp(14px, 4vw, 20px) !important;
  }
  .hi-title-overlay h3 span::after,
  .hi-title-overlay .title span::after {
    bottom: -3px;
    height: 1.8px;
  }
}
/* ========== mobile typography + spacing for the 3 blocks ========== */
@media (max-width: 767px) {

  /* 1) 标题字体改为 18px（覆盖之前的 clamp/小值） */
  .hi-title-overlay h3,
  .hi-title-overlay .title {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }

@media (max-width: 767px) {
    #block-image_ce4V6r {
        margin-bottom: 5px; /* 第一张和第二张间距 */
    }
    #block-image_cPcM9p {
        margin-bottom: 5px; /* 第二张和第三张间距 */
    }
    #block-image_TQt4Wy {
        margin-bottom: 0; /* 第三张不用间距 */
    }
}

@media (max-width: 767px) {
  /* 压缩 overlay 内标题间距 */
  .spotlight-inner.align-items--center {
      padding-top: 4px !important;
      padding-bottom: 8px !important;
  }

  .spotlight-inner .title {
      margin-top: 10px !important;
      margin-bottom: 8px !important;
  }

  /* 如果有按钮，也可以微调 */
  .spotlight-inner .spotlight-button {
      margin-top: 6px !important;
  }
}
@media (max-width: 767px) {
  #block-image_3ytKTH .spotlight-inner.align-items--center,
  #block-image_tpwPbn .spotlight-inner.align-items--center {
    padding-top: 4px !important;
    padding-bottom: 30px !important;
  }
}
