/** Shopify CDN: Minification failed

Line 46:0 "@import" is only valid at the top level

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/@media screen and (min-width: 1025px) {
  body.template-index #shopify-section-header-inline .t4s-sub-menu,
  body.template-index #shopify-section-header-inline .t4s-dropdown-menu,
  body.template-index #shopify-section-header-inline .t4s-mega-menu,
  body.template-index #shopify-section-header-inline [class*="sub-menu"] {
    top: 42px !important;
    margin-top: 0 !important;
  }

  body:not(.template-index) #shopify-section-header-inline .t4s-sub-menu,
  body:not(.template-index) #shopify-section-header-inline .t4s-dropdown-menu,
  body:not(.template-index) #shopify-section-header-inline .t4s-mega-menu,
  body:not(.template-index) #shopify-section-header-inline [class*="sub-menu"] {
    top: 100% !important;
    margin-top: 0 !important;
  }

  #shopify-section-header-inline .t4s-type__mega > .t4s-sub-menu {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 1200px !important;
    max-width: calc(100vw - 40px) !important;
  }
}

/* === Remove hover color effect for Mega Menu Linklist block (mega-menu__link_ch6Fhp) === */
#shopify-section-mega-menu [data-block-id="link_ch6Fhp"] a,
#shopify-section-mega-menu [data-block-id="link_ch6Fhp"] a:hover,
#shopify-section-mega-menu [data-block-id="link_ch6Fhp"] li:hover,
#shopify-section-mega-menu [data-block-id="link_ch6Fhp"] li a:hover {
  background-color: transparent !important;
  background: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {/* === Google Font Import === */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&display=swap');

/* === Sticky header: 白底黑字 === */
header.at-ease-scrolled {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
header.at-ease-scrolled .t4s-navigation a,
header.at-ease-scrolled .t4s-nav-ul > li > a,
header.at-ease-scrolled .t4s-nav-ul a {
  color: #000000 !important;
}

/* === Hover header: 白底黑字（强力覆盖） === */
header:hover,
header:hover .t4s-header-inner,
header:hover .t4s-row,
header:hover .t4s-col,
header:hover [class*="t4s-col"] {
  background-color: #ffffff !important;
  background: #ffffff !important;
  border-bottom: none !important;
  box-shadow: none !important;
}
header:hover .t4s-navigation a,
header:hover .t4s-nav-ul > li > a,
header:hover .t4s-nav-ul a,
header:hover a {
  color: #000000 !important;
}

/* === Header hover 时右边图标颜色变黑 === */
header:hover .t4s-col-group_btns a,
header:hover .t4s-col-group_btns svg,
header:hover .t4s-col-group_btns svg path,
header:hover .t4s-col-group_btns svg circle,
header:hover .t4s-col-group_btns svg rect {
  color: #000000 !important;
}

/* === Hero image section features bar - Large screens (1440px+) === */
@media screen and (min-width: 1440px) {
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-feature-item {
    gap: 12px;
  }
  
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-feature-icon {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    font-size: 44px !important;
  }
  
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-feature-icon svg {
    width: 44px !important;
    height: 44px !important;
  }
  
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-feature-label {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }
  
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-feature-description {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }
  
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-feature-content {
    gap: 4px;
  }
  
  #shopify-section-template--21719633330325__hero_image_c3PDGW .t4s-features-bar {
    gap: 20px;
  }
}

/* === Shipping section - Single line text for all items === */
#shopify-section-template--21719633330325__shipping_4tEPYK .t4s-shipping-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#shopify-section-template--21719633330325__shipping_4tEPYK .t4s-shipping-item__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#shopify-section-template--21719633330325__shipping_4tEPYK .t4s-shipping-item__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#shopify-section-template--21719633330325__shipping_4tEPYK .t4s-shipping-item__content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === Shipping section - Elegant Cormorant Garamond italic heading === */
#shopify-section-template--21719633330325__shipping_4tEPYK .t4s-section-heading,
#shopify-section-template--21719633330325__shipping_4tEPYK h2,
#shopify-section-template--21719633330325__shipping_4tEPYK .t4s-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.5px !important;
}}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){.collections-list-carousel .collection-item__title {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 1.4;
}

.collections-list-carousel .collection_item_btez6G .collection-item__title,
.collections-list-carousel .collection_item_j34Yby .collection-item__title,
.collections-list-carousel .collection_item_MfekAq .collection-item__title,
.collections-list-carousel .collection_item_DgChkU .collection-item__title {
  display: block;
  width: 100%;
  max-width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .collections-list-carousel .collection-item__title {
    font-size: 14px;
    word-spacing: normal;
  }
}

/* Mobile font size fix for About us section (template--21719633330325__about_us_yx4K4J) */
@media (max-width: 749px) {
  #shopify-section-template--21719633330325__about_us_yx4K4J .bl_text_cRnA37 h3,
  #shopify-section-template--21719633330325__about_us_yx4K4J .bl_text_cRnA37 p {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
  }
}}
