/** Shopify CDN: Minification failed

Line 561:0 Unexpected "}"
Line 929:0 Unexpected "}"

**/
.animated-underline,
a.animated-link--item,
a.animated-link--item:hover,
a.animated-link--item:focus,
a.animated-link--item:active {
  text-decoration: none !important;
  background: none !important;
  border: none !important;
}

.animated-underline::before,
.animated-underline::after,
a.animated-link--item::before,
a.animated-link--item::after {
  display: none !important;
  content: "" !important;
}

.site-header__wrapper {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.site-header .site-nav,
.top-links {
  display: flex;
  gap: 32px !important;
}

header.site-header.wrapper-spacing--h {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

@media (min-width: 768px) {
  .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .mega-menu-wrapper .inner li:not(:last-child) {
    margin-bottom: .69rem !important;
  }
}

@media (min-width: 768px) {
  /* 1. 先把 .mega-menu-block > .container 的預設 max-width, margin, padding 全部清空 */
  .mega-menu-block > .container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  /* 2. 讓整個下拉（mega-menu-block）切 2 欄：左 60% 給文字，右 40% 給圖片。
     同時，左右留 24px 的內距，這樣最外層就距離視窗 24px */
  .mega-menu-wrapper .mega-menu-block {
    display: grid !important;
    grid-template-columns: 60% 40% !important;
    height: 56vh !important;
    overflow: hidden !important;
    position: relative;

    /* 左右各留 24px 的空白 */
    padding-left: 0px;
    padding-right: 24px;
  }

  /* 3. 左側文字區塊 - 把它本身的 padding 改為 0，避免再次往內縮 */
  .mega-menu-wrapper .mega-menu--links {
    overflow-y: auto; 
    height: 100%;
    padding: 0 !important; /* 取消多餘的 padding */
    margin: 0 !important;
    box-sizing: border-box;
  }

  /* 4. 右側圖片區塊 */
  .mega-menu-wrapper .mega-menu--promos {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: calc(6%); /* 兩張圖之間的距離 */
    overflow: hidden;
  }

  /* 5. 圖片卡片（如兩張圖各佔一半） */
  .mega-menu-wrapper .mega-menu-promo-card {
    flex: 1 1 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  /* 6. 調整圖片縮放模式 */
  .mega-menu-wrapper .mega-menu-promo-card .mega-menu--image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mega-menu-wrapper .mega-menu-promo-card .mega-menu--image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 等比例縮放、不裁切 */
    display: block;
  }

  /* 讓文字區塊依附於整個下拉選單底部 */
  .mega-menu-wrapper .mega-menu-promo-text--wrapper {
    position: absolute;
    top: 82%;  /* 緊貼下拉選單底部 */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding-bottom: 20px;  /* 根據需求調整下間距 */
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .mega-menu-wrapper .mega-menu--promos * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}


/* 針對 .mega-menu-promo-text--wrapper 底下，任何有 animated-link--item 或 animated-underline 的元素 */
.mega-menu-promo-text--wrapper .animated-link--item,
.mega-menu-promo-text--wrapper .animated-link--item:hover,
.mega-menu-promo-text--wrapper .animated-link--item:focus,
.mega-menu-promo-text--wrapper .animated-link--item:active,
.mega-menu-promo-text--wrapper .animated-link--item span.animated-underline,
.mega-menu-promo-text--wrapper .animated-link--item span.animated-underline:hover,
.mega-menu-promo-text--wrapper .animated-link--item span.animated-underline:focus,
.mega-menu-promo-text--wrapper .animated-link--item span.animated-underline:active {
  text-decoration: none !important;
  background: none !important;
  background-image: none !important;
  border: none !important;
}

/* 如果底線是透過偽元素 ::before / ::after 來畫，則也要一併隱藏 */
.mega-menu-promo-text--wrapper .animated-link--item span.animated-underline::before,
.mega-menu-promo-text--wrapper .animated-link--item span.animated-underline::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 767px) {
  .nav-bar.mobile-nav-bar-wrapper {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

/* 行動裝置下，滿版左側抽屜 + header 下方 + overlay */
@media (max-width: 767px) {
  /* 抽屜 (NavDrawer) */
  #NavDrawer.drawer--left {
    top: 94px;                          /* 下移至 header 下方 */
    left: 0; right: 0;                  /* 左右滿版 */
    max-width: 100%;
    height: calc(100% - 64px);
    transform: translateX(-100%);       /* 預設往左移出畫面 */
    transition: transform .3s ease;     /* 小動畫 */
  }

  /* 當 body 帶有 .js-drawer-open-left 時，抽屜推回 */
  body.js-drawer-open-left #NavDrawer.drawer--left {
    transform: translateX(0);
  }

  /* 抽屜的 overlay */
  #NavDrawerOverlay {
    position: fixed;
    z-index: 1499;
    top: 94px;                          /* 同樣下移 */
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
  }
  body.js-drawer-open-left #NavDrawerOverlay {
    opacity: 0.7;
    visibility: visible;
  }
}

/* 移除 overlay 灰底 & 抽屜陰影 */
.drawer-overlay {
  background-color: transparent !important;
  opacity: 0 !important;
}
.drawer {
  box-shadow: none !important;
}


/* header跟置頂綁一起，永遠顯示在上 */
/* 電腦版 header 推下來 30px */
.header-section--wrapper {
  top: 30px !important;
  position: fixed;
  z-index: 9998;
  width: 100%;
}

/* 手機版 header 推下來 30px */
@media screen and (max-width: 767px) {
  .nav-bar.mobile-nav-bar-wrapper {
    top: 30px !important;
    position: fixed;
    z-index: 9998;
    width: 100%;
  }
}

#shopify-section-sections--18330582220847__announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* 確保搜尋抽屜在最上層 */
.drawer.drawer--right.drawer--cart {
  z-index: 10001 !important;
}

/* 確保購物車抽屜在最上層 */
.global-drawer__content {
  z-index: 10001 !important;
}
.global-drawer {
  z-index: 10001 !important;
}


/* === 1) 移除所有邊線、陰影 === */

/* 移除 mobile-nav 項目之間的底線 */
.mobile-nav__item:after {
  content: none !important;
  border: none !important;
}

/* 移除抽屜(drawer)本身的陰影 */
.drawer,
.drawer-overlay {
  box-shadow: none !important;
}

/* 有些主題可能還會有 border, 可再加上 */
.mobile-nav__item,
.mobile-nav__sublist {
  border: none !important;
}

/* ============================================
   手機版選單外觀調整
   ============================================ */
/* 只隱藏抽屜裡那個 close-btn (位於 mobile-nav__logo-title--inner 裡) */
.mobile-nav__logo-title--inner .mobile-menu--close-btn {
  display: none !important;
}

/* 如果你也想移除那個下方的 border，可以加上 */
.mobile-nav__logo-title--inner {
  border-bottom: none !important;
}

/* 隱藏小箭頭 */
.mobile-nav__toggle {
  display: none !important;
}

/* 強制展開子選單 */
.mobile-nav__sublist {
  max-height: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: none !important;
  margin-top: 0 !important;
}

/* 5) 第一層 (top-level) - NEW / SHOP / ABOUT：字級13px */
.mobile-nav__item.top-level > .mobile-nav__has-sublist > .mobile-nav__link,
.mobile-nav__item.top-level > a.mobile-nav__link {
  font-size: 16px !important;
  letter-spacing: 0.1em; /* 可自行調整字距 */
  font-weight: 400 !important; /* 如果想保持一般粗細 */
  color: #000 !important;      /* 自行調色 */
  margin-bottom: 0px !important; /* 底部留點距離，視需要可調 */
  line-height: 1.4 !important;    /* 行距可自行調整 */
}

/* 6) 第二層 - SPRING SUMMER 25 / CLOTHING / SALE：字級11px, #666, 600, 不可點 */
.mobile-nav__item.top-level .mobile-nav__sublist > .mobile-nav__item > .mobile-nav__has-sublist > .mobile-nav__link,
.mobile-nav__item.top-level .mobile-nav__sublist > .mobile-nav__item > a.mobile-nav__link {
  font-size: 11px !important;
  color: #666 !important;
  font-weight: 600 !important;
  pointer-events: none !important; /* 不可點 */
  cursor: default !important;      /* 顯示不可點游標 */
  margin-bottom: 15px !important;  /* 與上下元素距離 */
  letter-spacing: 0.03em;          /* 可自行調整字距 */
  line-height: 1.4 !important;
  margin-left: 15px;

  /* 若想讓它「稍微」向右，可以加 margin-left / padding-left
     例: margin-left: 1.5rem !important; */
}

/* 7) 第三層 - New In / Look Book / Outerwear…：字級13px，不要縮排 */
.mobile-nav__item.top-level .mobile-nav__sublist > .mobile-nav__item .mobile-nav__sublist > .mobile-nav__item > .mobile-nav__link {
  font-size: 16px !important;
  color: #000 !important;     /* 自行調色 */
  font-weight: 400 !important;
  margin-left: 0 !important;  /* 移除任何縮排 */
  padding-left: 0 !important;
  margin-bottom: 8px !important; /* 與上下元素距離 */
  letter-spacing: 0.1em;        /* 可自行調整字距 */
  line-height: 1.4 !important;
  pointer-events: auto !important;
  z-index: 10 !important;
}

/* 針對「登入」連結的自訂樣式 */
.mobile-nav__item.top-level.customer-login-link a {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}

.mobile-nav.mobile-nav--main {
  padding-top: 20px; /* 或是 margin-top: 20px; 根據你的需求調整數值 */
}

/* 1. 調整 shopify-section wrapper-spacing--v--template wrapper-spacing--h 的 padding */
/* 桌機版設定 (螢幕寬度 768px 以上) */
@media (min-width: 768px) {
  .shopify-section.wrapper-spacing--v--template.wrapper-spacing--h {
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 40px !important;
    padding-bottom: 80px !important;
  }
}

/* 手機版設定 (螢幕寬度 767px 以下) */
@media (max-width: 767px) {
  .shopify-section.wrapper-spacing--v--template.wrapper-spacing--h {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 50px !important;
  }
}

/* 2. 調整 .width--content.collection_grid.filtering_enabled--topbar 的 margin */
.width--content.collection_grid.filtering_enabled--topbar {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* 3. 調整 .width--content 最大寬度 */
.width--content {
  max-width: 100% !important;
}

/* 4. 調整產品網格容器（非 slider 模式）的行間距 */
@media (min-width: 768px) {
  .product-grid--wrapper:not(.product-grid--slider-enabled) {
    row-gap: 5em !important;
  }
}

@media (max-width: 767px) {
  .product-grid--wrapper:not(.product-grid--slider-enabled) {
    row-gap: 2em !important;
  }
}


@media (min-width: 768px) {
  .product-grid--wrapper {
    --grid-spacing: 4rem !important;
    column-gap: var(--grid-spacing) !important;
  }
}

.product-grid--title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

.product-grid--price {
    font-size: 15px;
    letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .price-and-cta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .price-and-cta .product-grid--price {
    text-align: left;
  }
  .price-and-cta .quick-add-wrapper {
    text-align: right;
  }
}

.quick-add-wrapper.quick-shop--block .quick-add-button-desktop:hover,
.quick-add-wrapper.quick-shop--block .quick-add-button-onboarding-desktop:hover,
.quick-add-wrapper.quick-shop--block .quick-add-button-variants-desktop:hover {
  text-decoration: underline !important;
}



.collection_grid .btn--underlined {
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .quick-add-wrapper.quick-shop--block {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-facets__open {
    font-size: 9pt !important;
    letter-spacing: 0.1px !important;
    color: #000 !important;
    background: transparent !important;
    border: none !important;

    display: inline-flex; /* 或 inline-flex, flex */
    align-items: center;  /* 垂直置中 */
    justify-content: center; /* 水平置中 */
    margin: 0 auto;
    padding: 0.5rem 1rem;
  }
}

.mobile-facets__open svg {
    width: 1.3rem !important;
}

@media (max-width: 767px) {
    .mobile-facets__open {
        padding-left: 27px !important;
    }
}

@media (min-width: 768px) {
  .collection-header__text-content {
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 10px !important;
    font-size: 32px !important;
  }
}

@media (max-width: 767px) {
  .collection-header__text-item {
    font-size: 23px !important;
  }
}

@media (max-width: 767px) {
  .collection-header__text-content {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) {
  .wrapper-spacing--h.wrapper-spacing--v--template.product-section.shown-on-scroll.animated.fadeIn {
   padding-left: 32px;
   padding-right: 32px;
   padding-top: 10px;
 }
}


@media screen and (min-width: 768px) {
  [data-wetheme-section-type=template--product] .product-single-wrapper .product-single {
    gap: 5rem !important;
  }
}

@media (min-width: 768px) {
/* 將外層容器變成 block 排列 */
.custom-aspect-ratio {
  display: block !important;
}

/* 讓所有直接子元素（包含 .media-column--odd, .media-column--even, .media-column--odd-full）都顯示為 block 且 100% 寬度 */
.custom-aspect-ratio > div {
  display: block !important;
  width: 100% !important;
  margin-bottom: 1rem;  /* 根據需求調整間距 */
}

/* 讓圖片連結也顯示為 block，確保它佔據整行 */
.custom-aspect-ratio a {
  display: block !important;
}
}

@media (min-width: 768px) {
  [data-product-media-wrapper] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  [product-details-wrapper] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 100%;
  }
}

@media (min-width: 768px) {
  product-information {
    top: 50% !important;
    transform: translateY(-50%);
  }
}


  
  /* 產品價格區塊樣式 */
  .product-price-group {
    font-size: 16px !important;           /* 字體大小 15px */
    letter-spacing: 0.03em !important;       
  }
}


@media (min-width: 768px) {
  /* 右邊整個區塊預設字級為 14px */
  .product-details-wrapper {
    font-size: 14px !important;
    letter-spacing: 0.01em !important; 
  }

  /* 產品標題設定成 25px、加粗且字距 0.5em */
  .product-details-product-title {
    font-size: 25px !important;           /* 字體大小 25px */
    letter-spacing: 0.02em !important;  
    font-weight: 600 !important;         /* 粗體 */
  }

  .header.label-font {
    margin-bottom: 8px !important; /* 調整為你需要的間距 */
  }
  .header.product-swatch-color-name {
    margin-bottom: 8px !important;
    margin-left: 6px !important; /* 同上，根據需要調整 */
  }

  .swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element input:checked + label {
  aspect-ratio: 1 / 1 !important;
  width: 40px !important; /* 寬度設定好，比例固定，高度就會自動等於寬度 */
  }
}

@media (max-width: 768px) {
  .wrapper-spacing--v--template {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .product-details-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
  .swiper-slide.swiper-slide-active.fadeIn.animated {
    margin-right: 0.3rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .large--five-twelfths {
    width: 100%;
    margin-left: 4rem;  /* 左邊間距 */
    margin-right: 4rem; /* 右邊間距 */
  }
}
@media screen and (min-width: 768px) {
    [data-wetheme-section-type=template--product] 
  .product-single-wrapper .product-single {
        gap: 3rem !important;
    }
}

@media only screen and (max-width: 767px) {
  /* 1. 調整商品標題的字體大小與字距 */
  .product-details-product-title {
    font-size: 17px !important;
    letter-spacing: 0.05em !important;
  }

  /* 2. 調整價格的字體大小、字距與行高 */
  #ProductPrice .money {
    font-size: 15px !important;
    letter-spacing: 0.02em !important;
    line-height: 20px !important;
  }

  /* 3. 調整 swatch-items-wrapper 的內距 */
  .swatch-items-wrapper {
    padding-top: 8px !important;
    padding-left: 5px !important;
    gap: 16px !important;  /* 6. 設定間距 */
  }

  /* 4. 僅調整顏色的色票尺寸 */
  .swatch .swatch-items-wrapper .swatch-element.color:not(.image-swatch) label {
    width: 24px !important;
    height: 24px !important;
  }

  /* 5. 調整所有 swatch 選項的最小寬度 */
  .swatch .swatch-items-wrapper .swatch-element label {
    min-width: 24px !important;
  }
}

@media only screen and (max-width: 767px) {
  .swatch .swatch-items-wrapper .swatch-element:not(.color) label {
    min-width: 38px !important;
    width: 38px !important;
    height: 38px !important;
  }

  [data-wetheme-section-type="template--product"] .product-single-wrapper .product-single {
    gap: 24px !important;
  }
}

@media (min-width: 768px) {
.cart-drawer__product_card--image {
    width: 75px !important;
  }
}

/* 桌機版關聯商品調整 */
@media screen and (min-width: 768px) {
  /* 1. 調整 .product-recommendations 的左右內距 */
  .product-recommendations {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  /* 2. 調整 section-title--wrapper 的下間距 */
  .section-title--wrapper {
    margin-bottom: 24px !important;
  }

  /* 3. 調整 section-title.text-link-animated 的字型大小 */
  .section-title.text-link-animated {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 767px) {
  /* 調整推薦商品標題區塊的下間距 */
  .section-title--wrapper {
    margin-bottom: 24px !important;
  }

  /* 調整推薦商品標題的字型大小及字重 */
  .section-title.text-link-animated {
    font-size: 17px !important;
    font-weight: 600 !important;
  }
}

/* 針對購物袋 header 內的標題文字 */
[data-cart-dynamic-content="cart-header"] .cart-drawer__heading {
  font-size: 17px !important;
}

/* 針對 global-drawer__sticky-header 的內邊距 */
.global-drawer__sticky-header {
  padding-bottom: 25px;
  padding-top: 23px;
}

/* 針對關閉按鈕的上邊距 */
button.global-drawer__close {
  padding-top: 15px;
  padding-bottom: 12px;
}

/* 針對小計區塊的標題 */
.cart-drawer__subtotal--heading {
  font-size: 17px !important;
}

/* 針對小計區塊的價格 */
.cart-drawer__subtotal--price.h3 {
  font-size: 20px !important;
  letter-spacing: 0.02em;
  align-items: flex-end;
}

.cart-drawer__product_card--image {
    width: 90px !important;
    flex-shrink: 0;
}

.cart-drawer__product-card--info {
    justify-content: center !important;
}

/* 結帳頁-大表 */
@media (min-width: 768px) {
  .template-title--wrapper {
    margin-bottom: 40px;
  }
  .template-title--wrapper .template-title {
    font-size: 38px;
    letter-spacing: 0.01em;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .wrapper-spacing--v--template.wrapper-spacing--h.shown-on-scroll.animated.fadeIn {
    padding-top: 10px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .cart__row--title {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 3;
}
  .cart__row--product-details{
    padding-left: 0px;
  }
  .text-link-animated {
    line-height: 2.5;
  }
}

@media only screen and (max-width: 767px) {
  /* 針對 template-title--wrapper */
  .template-title--wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-bottom: 15px !important;
  }

  /* 針對 page--title 內的 template-title */
  .template-title--wrapper .template-title {
    font-size: 23px !important;
    text-align: left;
  }
}


@media only screen and (max-width: 768px) {
  form.cart.table-wrap {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

  .cart-table.table--responsive td {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
  
  .cart__row.table__section {
    display: none !important;
  }

  .cart-item-row {
    display: table-row !important;
    padding-top: 0 !important;
  }

  .cart-item-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.2rem;
    width: 100%;
    flex-wrap: nowrap;
  }

  .cart-item-image {
    width: 48%;
    flex-shrink: 1;
  }

  .cart-item-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .cart-item-info {
    flex-grow: 1;
    font-size: 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .cart-item-info .cart--detail {
    margin-top: 0.25rem;
  }

  .cart-item-info a.cart__remove {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 13px;
  }
}

@media only screen and (min-width: 769px) {
  .cart-item-row {
    display: none !important;
  }
}

  /* OUT OF STOCK 標籤 */
.sold-out-badge {
  pointer-events: none;
  position: absolute;         /* 絕對定位 */
  top: 0 !important;
  left: 0 !important;
  width: 100%;                /* 滿版覆蓋 */
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5) !important;  /* 白色微透明遮罩 */
  color: #666666 !important;             /* 灰色文字 */
  display: flex;
  align-items: flex-start;    /* 文字垂直置頂 */
  justify-content: flex-start;/* 文字靠左 */
  padding: 15px 15px !important;              /* 根據需要調整內間距 */
  font-size: 13px !important;            /* 文字大小，可根據需求調整 */
  font-weight: 500 !important;          /* 加粗 */
  z-index: 10;                /* 確保在上層 */
}

.newsletter-section--title {
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  .newsletter-section--title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .newsletter-section--title {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .section-title.text-link-animated {
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1rem !important;
  }

  .section-title--wrapper .section-description {
    letter-spacing: 0.02rem;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section-title--wrapper {
    text-align: left;
    align-items: flex-start; 
  }

  .section-description p:last-child {
    text-align: left;
  }
}
  .section-title.text-link-animated {
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0.1rem !important;
  }
  .section-title--wrapper .section-description {
    letter-spacing: 0.02rem;
    margin-top: 10px;
  }
}

.homepage-section-btn {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .homepage-section-btn {
    margin-top: 0 !important;
  }

  .dynamic-section-button--image_tjh4iy {
    padding-top: 2px !important;
    padding-left: 0 !important;
    font-size: 12px !important;

  }

    .dynamic-section-button--image_NJgJbN {
    padding-top: 2px !important;
    padding-left: 0 !important;
    font-size: 12px !important;

  }
}

@media screen and (min-width: 768px) {
  .homepage-section-btn {
    margin-top: 0 !important;
  }

  .dynamic-section-button--image_tjh4iy {
    padding-top: 5px !important;
    padding-left: 0 !important;
    font-size: 14px !important;
  }

  .dynamic-section-button--image_NJgJbN {
    padding-top: 5px !important;
    padding-left: 0 !important;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
   .hero-video--text-title {
     margin-bottom: 0px !important;
     padding-bottom: 0px !important;
  }

  .dynamic-section-button--template--18330586284079__video_hero_mMKxyW {
    padding-top: 2px !important;
    font-size: 12px !important;
  }
}

/* ===== 桌機：左圖固定在精選系列左側 ===== */
@media (min-width: 990px){
  #shopify-section-template--19133567369263__featured_collection_V8HC4J{
    --left-img-w: 23%;   /* 左圖寬度（百分比） */
    --left-gap: 40px;    /* 左圖與商品間距 */
    position: relative;
    overflow: visible;
  }

  #shopify-section-template--19133567369263__featured_collection_V8HC4J::before{
    content:"";
    position:absolute;
    left:60px;
    top:30px;
    width: var(--left-img-w);
    aspect-ratio: 2 / 3;
    background-image: url("/cdn/shop/files/2025.1.163440_1280x.jpg?v=1754996172");
    background-image: image-set(
      url("/cdn/shop/files/2025.1.163440_960x.jpg?v=1754996172") 1x,
      url("/cdn/shop/files/2025.1.163440_1920x.jpg?v=1754996172") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }

  #shopify-section-template--19133567369263__featured_collection_V8HC4J .page-width{
    padding-left: calc(var(--left-img-w) + var(--left-gap));
    max-width: none;
    margin: 0;
  }

  #shopify-section-template--19133567369263__featured_collection_V8HC4J .product-grid{
    justify-content: flex-start;
  }
}

/* ===== 手機：圖片在上方，左右各留 15px，比例 4:5 ===== */
@media (max-width: 989px){
  #shopify-section-template--19133567369263__featured_collection_V8HC4J .page-width{
    padding-left: 15px;
    padding-right: 15px;
  }
  #shopify-section-template--19133567369263__featured_collection_V8HC4J::before{
    content:"";
    display:block;
    position: static;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    aspect-ratio: 4 / 5;
    background-image: url("/cdn/shop/files/2025.1.163440_1280x.jpg?v=1754996172");
    background-image: image-set(
      url("/cdn/shop/files/2025.1.163440_1080x.jpg?v=1754996172") 1x,
      url("/cdn/shop/files/2025.1.163440_2160x.jpg?v=1754996172") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
  }
}

/* ===== 桌機：左圖固定在精選系列左側（TrbXCr） ===== */
@media (min-width: 990px){
  /* 設定寬度/間距變數 */
  #shopify-section-template--19133567369263__featured_collection_TrbXCr{
    --left-img-w: 23%;   /* 左圖寬度（百分比） */
    --left-gap: 40px;    /* 左圖與商品間距 */
    position: relative;
    overflow: visible;
  }

  /* 左側圖片掛在 section::before */
  #shopify-section-template--19133567369263__featured_collection_TrbXCr::before{
    content:"";
    position:absolute;
    left:60px;           /* 左邊距 */
    top:30px;            /* 上邊距 */
    width: var(--left-img-w);
    aspect-ratio: 2 / 3;
    background-image: url("/cdn/shop/files/2025.1.164799_1280x.jpg?v=1754996172");
    background-image: image-set(
      url("/cdn/shop/files/2025.1.164799_960x.jpg?v=1754996172") 1x,
      url("/cdn/shop/files/2025.1.164799_1920x.jpg?v=1754996172") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }

  /* 右側內容往右推 */
  #shopify-section-template--19133567369263__featured_collection_TrbXCr .page-width{
    padding-left: calc(var(--left-img-w) + var(--left-gap));
    max-width: none;
    margin: 0;
  }

  /* 商品網格靠左；要靠右就改 end / flex-end */
  #shopify-section-template--19133567369263__featured_collection_TrbXCr .product-grid{
    justify-content: flex-start;
  }
}

/* ===== 手機：圖片在上方，左右各留 15px，比例 4:5 ===== */
@media (max-width: 989px){
  #shopify-section-template--19133567369263__featured_collection_TrbXCr .page-width{
    padding-left: 15px;
    padding-right: 15px;
  }
  #shopify-section-template--19133567369263__featured_collection_TrbXCr::before{
    content:"";
    display:block;
    position: static;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    aspect-ratio: 4 / 5;
    background-image: url("/cdn/shop/files/2025.1.164799_1280x.jpg?v=1754996172");
    background-image: image-set(
      url("/cdn/shop/files/2025.1.164799_1080x.jpg?v=1754996172") 1x,
      url("/cdn/shop/files/2025.1.164799_2160x.jpg?v=1754996172") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
  }
}
/* ===== 桌機：左圖固定在精選系列左側（第二組：QgaqtX） ===== */
@media (min-width: 990px){
  /* 處理 section 容器 */
  #shopify-section-template--19133567369263__featured_collection_QgaqtX {
    --left-img-w: 23%;
    --left-gap: 40px;
    position: relative;
    overflow: visible;
  }

  /* 左側圖片（高清 image-set） */
  #shopify-section-template--19133567369263__featured_collection_QgaqtX::before {
    content: "";
    position: absolute;
    left: 60px;
    top: 30px;
    width: var(--left-img-w);
    aspect-ratio: 2 / 3;
    background-image: url("/cdn/shop/files/2025.1.163644_1280x.jpg?v=1754996171");
    background-image: image-set(
      url("/cdn/shop/files/2025.1.163644_960x.jpg?v=1754996171") 1x,
      url("/cdn/shop/files/2025.1.163644_1920x.jpg?v=1754996171") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }

  /* 推右側內容區塊 */
  #shopify-section-template--19133567369263__featured_collection_QgaqtX .page-width {
    padding-left: calc(var(--left-img-w) + var(--left-gap));
    max-width: none;
    margin: 0;
  }

  /* 商品網格靠左（要靠右請改 justify-content） */
  #shopify-section-template--19133567369263__featured_collection_QgaqtX .product-grid {
    justify-content: flex-start;
  }
}

/* ===== 手機：圖片在上方，左右各留 15px，比例 4:5 ===== */
@media (max-width: 989px){
  #shopify-section-template--19133567369263__featured_collection_QgaqtX .page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  #shopify-section-template--19133567369263__featured_collection_QgaqtX::before {
    content: "";
    display: block;
    position: static;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    aspect-ratio: 4 / 5;
    background-image: url("/cdn/shop/files/2025.1.163644_1280x.jpg?v=1754996171");
    background-image: image-set(
      url("/cdn/shop/files/2025.1.163644_1080x.jpg?v=1754996171") 1x,
      url("/cdn/shop/files/2025.1.163644_2160x.jpg?v=1754996171") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
  }
}
/* ===== 桌機：左圖固定在精選系列左側（第三組：zqnDyC） ===== */
@media (min-width: 990px){
  #shopify-section-template--19133567369263__featured_collection_zqnDyC {
    --left-img-w: 23%;
    --left-gap: 40px;
    position: relative;
    overflow: visible;
  }

  #shopify-section-template--19133567369263__featured_collection_zqnDyC::before {
    content: "";
    position: absolute;
    left: 60px;
    top: 30px;
    width: var(--left-img-w);
    aspect-ratio: 2 / 3;
    background-image: url("/cdn/shop/files/2025-01-12_JENDES01877_1280x.jpg?v=1754996375");
    background-image: image-set(
      url("/cdn/shop/files/2025-01-12_JENDES01877_960x.jpg?v=1754996375") 1x,
      url("/cdn/shop/files/2025-01-12_JENDES01877_1920x.jpg?v=1754996375") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }

  #shopify-section-template--19133567369263__featured_collection_zqnDyC .page-width {
    padding-left: calc(var(--left-img-w) + var(--left-gap));
    max-width: none;
    margin: 0;
  }

  #shopify-section-template--19133567369263__featured_collection_zqnDyC .product-grid {
    justify-content: flex-start;
  }
}

/* ===== 手機：圖片在上方，左右各留 15px，比例 4:5 ===== */
@media (max-width: 989px){
  #shopify-section-template--19133567369263__featured_collection_zqnDyC .page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  #shopify-section-template--19133567369263__featured_collection_zqnDyC::before {
    content: "";
    display: block;
    position: static;
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    aspect-ratio: 4 / 5;
    background-image: url("/cdn/shop/files/2025-01-12_JENDES01877_1280x.jpg?v=1754996375");
    background-image: image-set(
      url("/cdn/shop/files/2025-01-12_JENDES01877_1080x.jpg?v=1754996375") 1x,
      url("/cdn/shop/files/2025-01-12_JENDES01877_2160x.jpg?v=1754996375") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
  }
}
