/** Shopify CDN: Minification failed

Line 59:0 All "@import" rules must come first

**/
#infiniteoptions-container {
  margin: 15px 0 0;
}
#infiniteoptions-container span label {
  display: flex;
}
#infiniteoptions-container span label > input[type=checkbox] {
  margin-top: 1px;
  display: block;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 767px) {
  .main-content-wrap.section-ptb {
    padding-top: 0;
  }
  .main-content-wrap.section-ptb .collection-img-wrap .collection-info {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .section-slider .mainslide-sidebar {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
  }
  .section-slider .mainslide-sidebar-wrapper {
    position: relative;
  }
  .section-slider .mainslide-sidebar > a {
    width: 100%;
    height: 100%;
  }
  .section-slider .mainslide-sidebar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 479px) {
  .product-grid-view .shop-product-wrap.grid-3 .product-view.column-sm-2 {
    justify-content: space-between;
  }
  .product-grid-view .shop-product-wrap.grid-3 .product-view.column-sm-2 .st-col-item {
    width: calc(50% - 6px);
  }
}
#navbarContent .vegamenu-content .vegawrap ul.vega-menu li.menu-link {
  position: relative;
  border-top: 1px solid #e2e2e2;
  background: #F7F6F2;
}
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600&display=swap');
#navbarContent .vegamenu-content .vegawrap ul.vega-menu li.menu-link .link-dropdown-button {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  font-size: 18px;
}
#navbarContent .vegamenu-content .vegawrap ul.vega-menu li.menu-link .link-dropdown-button[aria-expanded=false] i {
  transform: rotateZ(90deg);
}
#navbarContent .vegamenu-content .vegawrap ul.vega-menu li.menu-link a.link-title {
  border: none;
}

@media (min-width: 1200px) {
  #navbarContent .vegamenu-content {
    width: 13%;
    margin: 0;
    display:none;
  }
  #navbarContent .vegamenu-content:hover #vega-collapse {
    display: block;
  }
  #navbarContent .vegamenu-content .browse-cat {
    font-size: 12px;
    padding: 12px 10px;
  }
  #navbarContent .megamenu-content {
    width: 100%;
  }
  #navbarContent .megamenu-content ul.main-menu {
    width: 100%;
    justify-content: space-between;
  }
  #navbarContent .megamenu-content li.menu-link {
    padding: 12px 10px;
  }
  #navbarContent .megamenu-content li.menu-link a.link-title {
    font-size: 12px;
    text-transform: none;
  }
}
@media (min-width: 1340px) {
  #navbarContent .vegamenu-content .browse-cat {
    font-size: 14px;
  }
  #navbarContent .megamenu-content {
    width: 100%;
  }
  #navbarContent .megamenu-content li.menu-link {
    padding: 10px 8px;
  }
  #navbarContent .megamenu-content li.menu-link a.link-title {
    font-size: 13px;
    border: none;
  }
}
@media (min-width: 1500px) {
  #navbarContent .vegamenu-content .browse-cat {
    font-size: 16px;
  }
  #navbarContent .megamenu-content {
    width: 100%;
  }
  #navbarContent .megamenu-content li.menu-link {
    padding: 12px 10px;
  }
  #navbarContent .megamenu-content li.menu-link a.link-title {
    font-size: 15px;
    border: none;
  }
}

.vegamenu-content .vegawrap ul.vega-menu li.menu-link ul.dropdown-submenu.mega-menu .link-title,
.vegamenu-content .vegawrap ul.vega-menu li.menu-link .link-title {
  font-weight: 500;
}
.vegamenu-content .vegawrap ul.vega-menu li.menu-link ul.dropdown-submenu.mega-menu ul.dropdown-submenu.banner-menu li.megamenu-li,
.vegamenu-content .vegawrap ul.vega-menu li.menu-link ul.dropdown-submenu.mega-menu ul.dropdown-submenu.banner-menu li.menu-banner,
.vegamenu-content .vegawrap ul.vega-menu li.menu-link ul.dropdown-submenu.banner-menu li.megamenu-li,
.vegamenu-content .vegawrap ul.vega-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner {
  float: none;
  display: block;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  /* .section-banner-grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin: 0;
  }
  .section-banner-grid-list > div.nth-child {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
  } */
 .section-banner-grid-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    margin: 0;
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
  }
  
  .section-banner-grid-list > div {
    flex: 0 0 auto;
    width: 120px;
    margin: 0;
    padding: 0;
  }

  .section-banner-grid-list .banner-block {
    width: 100%;
  }

  .section-banner-grid-list .banner-block > a {
    display: block;
    width: 100%;
  }

  .section-banner-grid-list .banner-block > a img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.section-featured-product .nav-tabs-wrapper {
  max-width: calc(100% - 80px);
  overflow: hidden;
  margin: 0 auto;
}
.section-featured-product .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  overflow: auto;
}
.section-featured-product .nav-tabs > li {
  display: inline-block;
  text-wrap: nowrap;
}
.single-product-wrap .product-content h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 14px;
  line-height: 1.5;
  height: 40px;
}
@media (min-width: 768px) {
  .single-product-wrap .product-content h3 a {
    font-size: 16px;
    height: 50px;
  }
}
.single-product-wrap .price-ratting-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-product-wrap .price-ratting-box .old-price {
  width: 100%;
}
.single-product-wrap .product-content h3 a {
  text-align: left;
}
@media (max-width: 768px) {
  .single-product-wrap .price-box .new-price {
    font-size: 0.8rem;
  }
  .single-product-wrap .loox-rating-content {
    gap: 1px;
    font-size: 0.6rem;
  }
  .single-product-wrap .loox-rating-content svg.loox-icon {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.product-short > .nice-select,
.product-short > a.short-title {
  border: solid 0.8px #222;
  padding: 6px 10px !important;
  margin-left: 10px;
  width: 160px;
  min-width: auto !important;
}
.product-short > .collapse {
  width: 160px;
  left: auto;
  right: 0;
}
@media (max-width: 768px) {
  .product-short {
    justify-content: space-between;
  }
  .product-short > label {
    min-width: auto !important;
    width: 60px;
  }
}
.top-notification-bar .notification-entry .notify-wrap p:first-child {
  display: block;
}
.top-notification-bar .notification-entry .notify-wrap p:last-child {
  display: none;
}
@media (max-width: 767.98px) {
  .top-notification-bar .notification-entry .notify-wrap:first-child {
    display: block;
  }
  .top-notification-bar .notification-entry .notify-wrap:first-child p:first-child {
    display: none;
  }
  .top-notification-bar .notification-entry .notify-wrap:first-child p:last-child {
    display: block;
  }
  .top-notification-bar .notification-entry .notify-wrap:last-child {
    width: max-content;
  }
}
.section-banner-grid-list .banner-block > a img {
  display: block;
  height: auto;
}
.section-banner-grid-list .banner-block > a > span {
  font-size: 0.86rem;
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding-block: 8px 0;
}
@media (min-width: 768px) {
  .section-banner-grid-list .banner-block > a > span {
    font-size: 1.25rem;
    padding-block: 15px;
  }
}
@media (max-width: 767.98px) {
  .slider-category .category-wrap .category-content {
    padding: 10px 5px;
  }
  .slider-category .category-wrap .category-content .sub-cat li {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #shopify-section-newsletter .contact-form > .subscribe-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  #shopify-section-newsletter .contact-form > .subscribe-block .email {
    width: calc(100% - 120px);
    margin: 0;
  }
  #shopify-section-newsletter .contact-form > .subscribe-block .email-submit {
    width: 80px;
    margin: 0;
  }
  #shopify-section-newsletter .contact-form > .subscribe-block button {
    margin: 0;
    min-height: 40px;
  }
  #shopify-section-newsletter .news-letter .subscribe-title {
    background: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }
  #shopify-section-newsletter .news-letter .subscribe-title h2,
  #shopify-section-newsletter .news-letter .subscribe-title p {
    font-size: 12px;
    padding: 0;
  }
  #shopify-section-newsletter .news-letter .subscribe-content {
    margin-top: 6px;
    padding-left: 50px;
    background-image: url(email.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.product-nav-tabs {
  position: sticky;
  top: 0;
  background: #fff;
}
.product-price-count {
  margin-left: 8px;
  background: #fd954c;
  color: #fff;
  padding: 2px 6px;
  font-weight: normal;
  border-radius: 3px;
}
.single-product-wrap .product-image .product-label .percent-count {
  right: 10px;
  background: #F89651;
  color: #fff;
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 3px;
  top: 4px;
  right: 4px;
}
.product-action {
  display: none !important;
}
.cart-page .proceed-to-checkout {
  display: none;
}
@media (min-width: 768px) {
  .cart-page .cart-buttons a:last-child {
    display: none;
  }
  .cart-page .proceed-to-checkout {
    display: block;
  }
}@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* 购物车抽屉基本样式 */
#shopify-section-main-cart-drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
  z-index: 999999999999;
}

#shopify-section-main-cart-drawer .drawer-bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

#shopify-section-main-cart-drawer .drawer-body {
  width: 340px;
  background: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1002;
  display: flex;
  flex-direction: column;
}

/* 购物车抽屉头部 */
#shopify-section-main-cart-drawer .drawer-header {
  height: 50px;
  border-bottom: solid 0.6px #aaa;
  padding: 10px 50px;
  position: relative;
  text-align: center;
}

#shopify-section-main-cart-drawer .drawer-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

#shopify-section-main-cart-drawer .drawer-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* 购物车抽屉内容区 */
#shopify-section-main-cart-drawer .drawer-content {
  overflow: auto;
  flex: 1;
}

/* 购物车抽屉为空时的提示文字 */
#shopify-section-main-cart-drawer .drawer-content:empty::before {
  content: 'Go and pick up your favourite items!';
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 16px;
  color: #666;
  padding: 0 20px;
  text-align: center;
}

/* 购物车加载状态 */
#shopify-section-main-cart-drawer .drawer-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

#shopify-section-main-cart-drawer .drawer-loading > svg {
  display: block;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

/* 购物车商品列表 */
#shopify-section-main-cart-drawer .cart-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}

/* 购物车商品项 */
#shopify-section-main-cart-drawer .cart-item {
  padding: 0 15px;
  display: flex;
  gap: 10px;
}

/* 购物车商品图片 */
#shopify-section-main-cart-drawer .cart-item > .image {
  display: block;
  width: 120px;
  height: 120px;
}

#shopify-section-main-cart-drawer .cart-item > .image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 购物车商品详情 */
#shopify-section-main-cart-drawer .cart-item > .details {
  width: calc(100% - 106px);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

#shopify-section-main-cart-drawer .cart-item > .details .info > a,
#shopify-section-main-cart-drawer .cart-item > .details .info > p {
  display: block;
  line-height: 1.25;
}

#shopify-section-main-cart-drawer .cart-item > .details .info > a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}

#shopify-section-main-cart-drawer .cart-item > .details .info > p {
  font-size: 16px;
  margin-bottom: 6px;
}

/* 购物车商品数量控制 */
#shopify-section-main-cart-drawer .cart-item .quantity {
  display: flex;
  text-align: center;
}

#shopify-section-main-cart-drawer .cart-item .quantity > span {
  width: 24px;
  height: 24px;
  border: solid 0.6px #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 10px;
}

#shopify-section-main-cart-drawer .cart-item .quantity > span:first-child {
  border-right: none;
}

#shopify-section-main-cart-drawer .cart-item .quantity > span:last-child {
  border-left: none;
}

#shopify-section-main-cart-drawer .cart-item .quantity > input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 24px;
  border: solid 0.6px #aaa;
  border-left: none;
  border-right: none;
  font-size: 14px;
  padding: 0;
  text-align: center;
}

/* 购物车商品价格和数量区域 */
#shopify-section-main-cart-drawer .cart-item .qpr {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
}

#shopify-section-main-cart-drawer .cart-item .qpr .prices {
  flex: 1;
  font-weight: 500;
}

#shopify-section-main-cart-drawer .cart-item .qpr .remove {
  justify-self: flex-end;
  background: transparent;
}

/* 购物车底部 */
#shopify-section-main-cart-drawer .drawer-footer {
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  width: 100%;
  background: #fff;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}

/* 购物车底部小计和折扣 */
#shopify-section-main-cart-drawer .drawer-footer .totals {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
}

#shopify-section-main-cart-drawer .drawer-footer .totals > li {
  display: flex;
  justify-content: space-between;
}

/* 购物车底部总计 */
#shopify-section-main-cart-drawer .drawer-footer .total {
  padding: 8px 0;
  margin: 8px 0 0;
  border-top: solid 0.6px #aaa;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
}

/* 购物车底部按钮 */
#shopify-section-main-cart-drawer .drawer-footer .buttons {
  display: flex;
  justify-content: space-between;
}

#shopify-section-main-cart-drawer .drawer-footer .buttons .btn {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  line-height: 14px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F3CB85; /* 按钮背景色 */
  color: #000; /* 按钮文字颜色 */
}

#shopify-section-main-cart-drawer .drawer-footer .buttons .btn:first-child {
  width: 90px;
}

#shopify-section-main-cart-drawer .drawer-footer .buttons .btn:last-child {
  width: calc(100% - 100px);
}

/* 移动端适配 */
@media (max-width: 768px) {
  /* 购物车标题文字 */
  #shopify-section-main-cart-drawer .drawer-title {
    font-size: 1rem;
  }
  
  /* 购物车商品标题文字 */
  #shopify-section-main-cart-drawer .cart-item > .details .info > a {
    font-size: 12px;
  }
  
  /* 购物车商品变体文字 */
  #shopify-section-main-cart-drawer .cart-item > .details .info > p {
    font-size: 10px;
  }
  
  /* 购物车底部总计文字 */
  #shopify-section-main-cart-drawer .drawer-footer .total {
    font-size: 13px;
  }
  
  /* 购物车底部按钮文字 */
  #shopify-section-main-cart-drawer .drawer-footer .buttons .btn {
    font-size: 12px;
  }
  
  /* 购物车商品价格和数量区域文字 */
  #shopify-section-main-cart-drawer .cart-item .qpr {
    font-size: 12px;
  }
  
  /* 购物车商品数量输入框 */
  #shopify-section-main-cart-drawer .cart-item .quantity > input {
    font-size: 12px;
  }
  
  /* 购物车底部小计和折扣文字 */
  #shopify-section-main-cart-drawer .drawer-footer .totals {
    font-size: 12px;
  }
  
  /* 购物车抽屉商品图片大小 */
  #shopify-section-main-cart-drawer .cart-item > .image {
    width: 96px;
    height: 96px;
  }
}

/* 防止滚动 */
body.no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* 聊天组件位置调整 */
#shopify-chat inbox-online-store-chat {
  bottom: 140px !important;
}

/* 产品描述标签 */
.product-description-tab .tab-content > .tab-pane {
  display: block;
}

/* 政策页面样式 */
.shopify-policy__container h1,
.shopify-policy__container h2, 
.shopify-policy__container h3, 
.shopify-policy__container h4, 
.shopify-policy__container h5, 
.shopify-policy__container h6 {
  margin: 15px 0px;
}

.shopify-policy__container ul,
.shopify-policy__container li {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  /* 购物车标题文字 */
  #shopify-section-main-cart-drawer .drawer-title {
    font-size: 1rem; /* 移动端标题文字大小 */
  }
  
  /* 购物车商品标题文字 */
  #shopify-section-main-cart-drawer .cart-item > .details .info > a {
    font-size: 12px; /* 移动端商品标题文字大小 */
  }
  
  /* 购物车商品变体文字 */
  #shopify-section-main-cart-drawer .cart-item > .details .info > p {
    font-size: 10px; /* 移动端商品变体文字大小 */
  }
  
  /* 购物车底部总计文字 */
  #shopify-section-main-cart-drawer .drawer-footer .total {
    font-size: 13px; /* 移动端总计文字大小 */
  }
  
  /* 购物车底部按钮文字 */
  #shopify-section-main-cart-drawer .drawer-footer .buttons .btn {
    font-size: 12px; /* 移动端按钮文字大小 */
  }
  
  /* 购物车商品价格和数量区域文字 */
  #shopify-section-main-cart-drawer .cart-item .qpr {
    font-size: 12px; /* 移动端价格区域文字大小 */
  }
  
  /* 购物车商品数量输入框 */
  #shopify-section-main-cart-drawer .cart-item .quantity > input {
    font-size: 12px; /* 移动端数量输入框文字大小 */
  }
  
  /* 购物车底部小计和折扣文字 */
  #shopify-section-main-cart-drawer .drawer-footer .totals {
    font-size: 12px; /* 移动端小计和折扣文字大小 */
  }
  
  /* 购物车抽屉商品图片大小 */
  #shopify-section-main-cart-drawer .cart-item > .image {
    width: 96px; /* 移动端商品图片宽度 */
    height: 96px; /* 移动端商品图片高度 */
  }
}
.price-box .sale-title,
.price-box .percent-count,
.price-box .new-title,
.price-box .soldout-title {
  display: inline-block;
  background: #FFB200;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  padding: 2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 5px;
}
.old-price{
  margin-left: 5px !important;
}
@media (max-width: 600px) {
  .price-box .sale-title,
  .price-box .percent-count,
  .price-box .new-title,
  .price-box .soldout-title {
    width: 10vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 11px;
  }
  .old-price{
    font-size:11px !important;
  }
}
@media (max-width: 400px) {
  .price-box .sale-title,
  .price-box .percent-count,
  .price-box .new-title,
  .price-box .soldout-title {
    width: 10vw;
    font-size: 10px;
    padding: 1px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .old-price{
    font-size:11px !important;
  }
}
@media (max-width: 414px) {
  .price-box .sale-title,
  .price-box .percent-count,
  .price-box .new-title,
  .price-box .soldout-title {
    width: 9vw;
    font-size: 10px;
    padding: 1px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .old-price{
    font-size:11px !important;
  }
}
@media (max-width: 360px) {
  .price-box .sale-title,
  .price-box .percent-count,
  .price-box .new-title,
  .price-box .soldout-title {
    width: 10vw;
    font-size: 8px;
    padding: 1px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .old-price{
    font-size:10px !important;
  }
}
@media (max-width: 375px) {
  .price-box .sale-title,
  .price-box .percent-count,
  .price-box .new-title,
  .price-box .soldout-title {
    width: 10vw;
    font-size: 8px;
    padding: 1px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-left: 3px;
  }
  .old-price{
    font-size:10px !important;
  }
}
@media (max-width: 360px) {
  .price-box .sale-title,
  .price-box .percent-count,
  .price-box .new-title,
  .price-box .soldout-title {
    width: 8vw;
    font-size: 8px;
    padding: 1px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-left: 3px;
  }
  .old-price{
    font-size:10px !important;
  }
}
@media (max-width: 767px) {
  .header-main {
      position: relative; /* 为关闭按钮提供定位上下文 */
  }
  
  .mobile-close-btn {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      background: none;
      border: none;
      font-size: 24px;
      color: #222;
      cursor: pointer;
      padding: 0 8px;
  }
  
  .mobile-close-btn:hover {
      color: #f2cd85; /* 主题色，参考 theme-color.css 中的 #f2cd85 */
  }
}
