/** Shopify CDN: Minification failed

Line 185:1 Expected "}" to go with "{"

**/
@media (max-width: 749px){ .ugc-desktop{ display:none !important; } }
@media (min-width: 750px){ .ugc-mobile{ display:none !important; } }

@media only screen and (max-width: 749px) {
  .slideshow__slide-content {
    justify-content: flex-end !important;
    padding-bottom: 100px !important;
  }
  

  .hero__top-subtitle {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    letter-spacing: 1.5px !important; 
    margin-bottom: 6px !important;
    font-weight: 400 !important;
    opacity: 0.95 !important;
  }
  
 
  .hero__title {
    font-size: 30px !important;  
    line-height: 1.1 !important;  
    letter-spacing: -0.5px !important; 
    margin-bottom: 15px !important;
    font-weight: 600 !important;
  }
  

  .hero__subtitle {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    opacity: 0.9 !important;
  }
  

  .hero__link {
    font-size: 12px !important;
    padding: 10px 26px !important;
    letter-spacing: 1.5px !important;
  }
}


@media only screen and (min-width: 750px) {

 
  .hero__top-subtitle {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: 1.2px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
  }


  .hero__title {
    max-width: 900px !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    line-height: 1.15 !important;
    line-height: 1.1 !important;
    margin-bottom: 28px !important;
  }


  .hero__subtitle {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
  }

 
  .hero__link {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
  }
}

#Slideshow-template--17515005083734__slideshow_GPJJLn .page-width {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}

#Slideshow-template--17515005083734__slideshow_GPJJLn .hero__text-shadow {
  bottom: 5% !important;
}

@media screen and (max-width: 767px) {
 #Slideshow-template--17515005083734__slideshow_GPJJLn .hero__text-shadow {
    width: 100% !important;
    left: 0 !important;
  }
  #Slideshow-template--17515005083734__slideshow_GPJJLn .hero__text-shadow .hero__link {
    display: flex;
    justify-content: space-evenly;
    padding: 0 !important;
    margin-bottom: 90px;
  }
  #Slideshow-template--17515005083734__slideshow_GPJJLn .page-width {
        justify-content: center;
}

/* ===== Collection Header 图片文字叠加 ===== */

.collection-hero {
  position: relative;
}

.collection-hero__content--overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: var(--ol-vertical, center);
  justify-content: center;
  width: 100%;
  pointer-events: none; /* 容器本身不挡点击，文字区内单独开启 */
}

.collection-hero__content--overlay .page-width {
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.collection-hero__content--overlay .text-overlay__inner {
  position: relative;
  display: inline-block;
  max-width: var(--ol-max-width, 700px);
  padding: var(--ol-pad-y, 16px) var(--ol-pad-x, 24px);
  text-align: var(--ol-align, center);
  pointer-events: auto;
}

/* 遮罩背景：用伪元素实现，不影响文字本身的颜色设置 */
.collection-hero__content--overlay .text-overlay__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--ol-bg-color, #000000);
  opacity: var(--ol-bg-opacity, 0.3);
  border-radius: 8px;
}

/* 注意：这里完全不设置 color / font-size / font-weight，
   全部交给 collection.description 的富文本编辑器控制，
   运营选中文字自己调颜色字号即可在前台还原 */
.text-overlay__heading,
.text-overlay__desc {
  margin: 0;
  line-height: 1.3;
}

.text-overlay__desc {
  margin-top: 8px;
}

.text-overlay__desc p {
  margin: 0;
}

/* 仅给一个兜底默认色（防止运营没设置颜色时，文字在深色图片上看不见）
   优先级低，运营在富文本里设置了颜色会自动覆盖这个默认值 */
.text-overlay__heading,
.text-overlay__desc {
  color: #ffffff;
}