/** Shopify CDN: Minification failed

Line 1154:0 Unexpected "<"
Line 1326:0 Unexpected "<"

**/
.grid-product__price--original { /*列表页原价透明度 */
  opacity: 0.5;
}

.grid-product__title, .grid-product__title--body { /*列表页产品标题限制最多展示2行*/
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-block .rte-setting a:not(.btn):focus:after, .rte-setting a:not(.btn):hover:after, .rte a:not(.btn):focus:after, .rte a:not(.btn):hover:after {
    display:none; 
  }

/* 以下是Track your order页面样式*/
.lookup-tip {
  max-width: 520px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  margin:0 auto;
}
.template-page .form-lookup {
    text-align: center;
	max-width: 520px;
	margin: 60px auto 0 auto;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px
}
.template-page .form-lookup .field {
	margin-bottom: 10px
}

.template-page .form-lookup .buttons {
      margin: 20px 0 10px 0;
}

.template-page .form-lookup input {
	width: 360px;
	height: 50px;
	padding: 0 20px
}

@media(max-width: 768px) {
  .site-header__logo{
/*     margin-left: 23px!important; */
  }
  .index-section.blog-posts .page-width{
    padding: 0 17px;
  }
  .wishlist-hero-list-no-items-text, .MuiCard-root {
    font-size:16px;
  }
  .MuiSvgIcon-root {
    font-size: 24px!important;
  }
  .MuiButton-label, .MuiCardContent-root, .MuiSnackbarContent-root {
    font-size:14px!important;
  }
  .MuiTypography-h5 {
    font-size:12px!important;
  }
  .wishlist-hero-list-footer {
    line-height: 30px;
  }
   .MuiCard-root {
    line-height: 1;
  }
  .wishlist-hero-header-title{
    font-size:30px!important;
  }
  #shopify-section-promotions-bar {
    position: relative;
    top: 130px;
  }
  .grid-overflow-wrapper .grid-product__price, .grid-overflow-wrapper .grid__item {
    font-size: 0.32rem!important;
  }
    #MainContent .banner-content-wrap .credit-bottom-text {
      bottom: -55px!important;
      font-size: 8px!important;
      white-space: pre-line;
    }
  	.template-page .form-lookup input {
		height: 45px;
		padding: 0 10px
	}
}
.template-page .form-lookup .buttons .btn {
	width: 360px;
	max-width: 100%;
}

/* Blog 交互优化版本 */

  .big-up-one .small--one-third, .big-up-one .small--two-thirds, .big-up-one .article__title{
    width: 100%;
  }
  .big-up-one .article__date {
    margin-bottom: 8px;
    line-height: 14px;
  }
  .big-up-one .article__date time {
    float: right;
  }
  .big-up-one .article__date,  .big-up-one .article__date a{
    color:#A29B93;
    font-size: 12px;
    position:relative;
  }
  .big-up-one .article__date a:after{
    content:'';
    width: 100%;
    position: absolute;
    left:0;
    bottom: -2px;
    background: #A29B93;
    height: 0.5px;
  }
  .big-up-one .article__grid-image {
    margin-bottom: 15px;
  }
  .big-up-one .article__title{
    font-size: 16px;
    line-height: 17px;
  }
  .big-up-one .article__grid-meta {
    margin-bottom: 46px;
  }
  #BlogTagFilter {
    width:100%;
    list-style: none;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 20px 0 0 0px;
   scrollbar-width: none; /* firefox */
   -ms-overflow-style: none; /* IE 10+ */
  }
  #BlogTagFilter::-webkit-scrollbar {
    display: none!important; /* Chrome Safari */
  }
  #BlogTagFilter .filter-option{
    height: 34px;
    border: 0.5px solid #645543;
    font-size: 16px;
    color:#645543;
    padding: 0 14px;
    line-height: 34px;
    font-weight: 400;
    display: inline-block;
    margin: 0 15px 34px 0;
    cursor:pointer;
    border-radius:var(--buttonRadius);
  }
  #BlogTagFilter .filter-option.selected{
    border-width:1px;
    font-weight:700;
  }
  #BlogTagFilter .filter-option:nth-last-child(1) {
    margin: 0;
  }
  .template-blog .section-header--with-link {
    flex-wrap: wrap;
  }
/* 文章详情 */
.article-bottom-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-bottom-layer .return-link  {
  margin-top: 0;
  font-size: 14px;
  border-radius:var(--buttonRadius);
}
.article-bottom-layer .return-link svg {
    transform: rotateX(180deg);
    margin-right: 16px;
}
.article-bottom-act span{
  border: 0.2px solid #645543; 
  font-size: 14px;
  width: 103px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  margin-right: 35px;
  cursor: pointer;
  border-radius:var(--buttonRadius);
}
.article-bottom-act span a{
  color: #988D7D;
}
.article-bottom-act span svg{
    margin-top: -5px;
    width: 26px;
    height: 26px;
  margin-left: 10px;
  color: #988D7D;
}
.article-bottom-act .left svg{
  transform: rotate(180deg);
  margin-right: 10px;
  margin-left: 0;
}
.article-tag-wrap {
  margin-bottom: 34px;
}
.article-tag-wrap p{
  font-weight: bold;
  font-size: 16px;
}
.article-tag-wrap a{
  padding: 0 19px;
  border: 1px solid #645543;
  line-height: 34px;
  margin-right: 34px;
  display: inline-block; 
  margin-bottom: 20px;
  border-radius:var(--buttonRadius);
}
.article-tag-social-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

  #shopify-section-header .site-nav__link{
      color:#fff;
  }
  #shopify-section-header .js-drawer-open-nav {
    transform: translateY(0);
  }
 #shopify-section-header.actived {
    background:#f9f9f9;
    background:var(--colorNav)
  }
  #shopify-section-header.actived .site-nav__link{
    color:#000000!important;
  }
  .boost-pfs-search-suggestion-popover:after{
    display: none!important;
  }
/*   #shopify-section-header.actived .site-header__search-form{
    border-color:#000000!important;
  }
  #shopify-section-header.actived .site-header__search-form .site-header__search-btn {
    color:#000000!important;
  }
  #shopify-section-header .site-header__search-form span{
    color: rgba(0,0,0,0.2)!important;
  }
  #shopify-section-header.actived #boost-pfs-search-box-mobile{
    border-color: #000;
  }
  #shopify-section-header.actived #boost-pfs-search-box-mobile {
    color: #000;
  }
   #shopify-section-header.actived .header-item-right-wrap form .fi-rr-search  {
     color: #000;
   } */
.common-header .site-nav__link {
  color: #a58163!important;
}
@media only screen and (min-width:769px){
  
  .collapsible-content {
    margin-top:14px;
  }
  .collapsible-content  .rte p {
    margin-bottom: 10px;
  }
 .boost-pfs-filter-products .quick-add-to-cart{
   margin-top: -8px;
 }
 .boost-pfs-filter-products .grid-product {
      margin-bottom: 22px;
  } 
  #MainContent {
    overflow: hidden;
  }
  .fi-rr-heart.header-icon-wishlist{
    width: 22px!important;
    height: 22px!important;
    fill: #ffffff;
  }
  .top-banner-wrap .banner-btn-1 {
    padding: 10px 25px!important;
    border-radius: 25px;
    font-size: 20px;
    margin-top: 63px;
    margin-right: 40px!important;
  }
  .footer__item--logo_social{
    width: fit-content!important;
    float: right!important;
  }
    #NavDrawer.drawer {
      top: 36px!important;
  }
  .boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile).boost-pfs-search-suggestion-product-item-type-list {
    transform: translate(8%);
  }
  #shopify-section-header.actived .site-header__search-form .site-header__search-btn {
    margin-top: 4px;
  }
  .top-banner-wrap .heading-text {
    animation: 1250ms ease-in-out 0s normal none 1 running zoomInUp;
  }
  .top-banner-wrap .content-text{
    animation: 1450ms ease-in-out 0s normal none 1 running zoomInUp;
  }
  .top-banner-wrap .banner-btn-2, .top-banner-wrap .banner-btn-1 {
    animation: 1650ms ease-in-out 0s normal none 1 running zoomInUp;
  }
  .mobile-version{
    display: none!important;
  }
  .pc-version {
    display:block;
  }
  
  #shopify-section-header.actived, #shopify-section-header:hover {
    background:#f9f9f9;
    background:var(--colorNav)
  }
  #shopify-section-header.actived .site-nav__link, #shopify-section-header:hover .site-nav__link{
    color:#000000!important;
  }
  #shopify-section-header.actived .site-header__search-form , #shopify-section-header:hover .site-header__search-form {
    border-color:#000000!important;
  }
  #shopify-section-header:hover .site-header__search-form  .site-header__search-btn  {
    color:#000000!important;
  }
  #shopify-section-header.actived .site-header__search-form  .site-header__search-btn{
    color:#000000!important;
  }
  #shopify-section-header.actived .site-header__search-form span, #shopify-section-header:hover .site-header__search-form span{
    color: rgba(0,0,0,0.2);
  }
  #shopify-section-header:hover .fi-rr-heart.header-icon-wishlist, #shopify-section-header.actived .fi-rr-heart.header-icon-wishlist{
    fill: #000000!important;
  }
  #shopify-section-header .site-nav__link .fi-rr-search {
    font-size:15px;
  }
  #shopify-section-header .site-nav__item:hover .site-nav__link--underline:after {
    display: none;
  }
  #shopify-section-header .site-nav--has-dropdown.is-focused>a, #shopify-section-header .site-nav--has-dropdown:hover>a {
      color: #000 !important;
      background-color: transparent;
      font-family: Fieldwork-Hum DemiBold, Fieldwork!important;
  }
  
  #SiteHeader .header-item--navigation {
    display: block;
    height: fit-content;
    flex: 0 0 46rem;
  }
  #SiteHeader .header-item--navigation .site-navigation {
    width: 100%;
    white-space: initial!important;
  }
  .site-header__search-form .boost-pfs-search-box {
    padding: 0 14px;
  }
}
@media(max-width: 768px) {
  .banner-btn-wrap .banner-btn {
    padding: 0;
  }
 .boost-pfs-filter-products .grid-product {
      margin-bottom: 25px;
  } 
   #shopify-section-header.actived .header-item-right-wrap .js-search-header {
    border-color: #000000!important;
   }
   #shopify-section-header.actived .header-item-right-wrap .js-search-header:before {
    color: #000000!important;
  }
  .mobile-version{
    display: block!important:
  }
  .pc-version {
    display:none!important;
  }
  #shopify-section-header{
    position: fixed!important;
  }
  .article-tag-social-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-bottom-layer {
    flex-direction: column;
  }
  .article-bottom-act {
    order:1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .article-bottom-act span{
    margin: 0!important;
    width: calc(50% - 15px);
  }
  .article-bottom-layer .return-link  {
    order:2;
  }
  .article-also-like.big-up-one .small--one-third{
        width: 33.33333%;
  }
  .article-also-like.big-up-one .small--two-thirds {
    width: 66.66667%;
  }
  .article-also-like.big-up-one .article__date a,.article-also-like.big-up-one .article__date span{
    display: none;
  }
  .article-also-like.big-up-one .article__date time {
    float: initial;
  }
  .article-also-like.big-up-one .article__tag_m{
    display: block!important;
  }
  .article-also-like.big-up-one .article__tag_m a {
    color: #a29b93;
    font-size: 12px;
    position: relative;
    text-decoration: underline;
  }
  .article-also-like.big-up-one .article__grid-meta {
    margin-bottom: 26px;
  }
  .article-also-like.big-up-one .grid__image-ratio--wide:before {
    padding-bottom: 72.66%;
  }
}

/* Header */
#shopify-section-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
    transition: all .15s linear;
/*     height: 200px; */
    border-bottom: 0.5px solid #fff;
    display: flex;
    align-items: center;
    font-family: Fieldwork-Geo Light, Fieldwork!important;
}
#shopify-section-header .site-nav__link {
  font-family: Fieldwork-Geo Light, Fieldwork;
  font-weight: normal;
  font-size: 14px;
  padding: 7.5px 0.78125rem;
}
#shopify-section-header .site-nav__link .fi {
  font-size: 22px;
}
#SiteHeader{
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  width:100%;
}
#shopify-section-header .announcement-bar {
/*   position: absolute;
  left: 0;
  top: 0;
  width: 100%; */
}
.header-item--icons {
/*   flex: 0 0 500px!important; */
/*   margin-left: 5.885416666666667rem; */
}
.header-item--icons .site-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-item--icons .site-nav .site-header__search-form {
  width: 11.5625rem;
  height: 35px;
  background: rgba(255,255,255,0.2);
  border-radius: 18px 18px 18px 18px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-right: 14px;
  flex: initial;
  overflow: hidden;
}
.header-item--icons .site-nav .site-header__search-form input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
  color: #969696;
}
.header-item--icons .site-nav .site-header__search-form input:-moz-placeholder{    /* Firefox版本4-18 */
  color: #969696;
}              
.header-item--icons .site-nav .site-header__search-form input::-moz-placeholder{    /* Firefox版本19+ */
  color: #969696;
}              
.header-item--icons .site-nav .site-header__search-form input:-ms-input-placeholder{   /* IE浏览器 */
  color: #969696;
}        


.header-item--icons .site-nav .site-header__search-form .site-header__search-btn {
  color: #fff;
  height: 16px;
}
#shopify-section-header .megamenu{
/*     position: fixed;
    left: 0;
    top: 200px;
    width: 100%; */
    border-top: 0.5px solid #000;
    top: 10vh;
}
#SiteHeader>.page-width {
/*     width: calc(100rem - 9.583333333333334rem); */
    max-width: calc(1533.55px);
    padding: 0 4.791666666666667rem 0 0.78rem;
    box-sizing: border-box;
    margin: 0 auto;
}
#SiteHeader .header-layout--left .site-navigation {
  white-space: nowrap;
}
#SiteHeader .header-layout {
  height: 10vh;
  align-items: center;
}
.top-banner-wrap {
  position: relative;
  height: 1081px;
}
.banner-content-wrap {
    position: absolute;
    left: 50%;
    top: calc(50%);
    transform: translate(-50%, -50%);
    z-index: 9;
/*     width: calc(100rem - 15.625rem); */
  width: calc(100% - 2 * 7.76rem);
    max-width: 1420px;
}
#MainContent p {
  word-break: break-word;
}
#MainContent .banner-content-wrap .credit-bottom-text{
    position: absolute;
    left: 0;
    bottom: -22rem;
    margin: 0;
    color: #ffffff!important;
    font-size: 13px;
    opacity: 0.7;
}
#MainContent .top-banner-wrap .heading-text {
  width: 625px;
  font-size: 46px;
  line-height: 46px;
  word-break: break-word;
  margin-bottom:20px;
  white-space: pre-line;
}
#MainContent .top-banner-wrap .content-text{
  width: 693px;
  font-size: 15px;
  line-height: 21px;
  margin:0;
}
.top-banner-wrap .banner-btn-2 {
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 20px;
  height: 45px;
  margin-top: 63px;
}
.top-banner-wrap .banner-btn-2 {
  background: transparent;
  position: relative;
  padding: 0;
}
.top-banner-wrap .banner-btn-2  .fi-rr-arrow-small-right {
  font-size: 28px;
  position: relative;
  top: 7px;
  margin-left: 30px;
}
.top-banner-wrap .banner-btn-2 .border-line{
  content: '';
  position:absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background: #fff;
}
.pc-top-banner{
  height: 1081px!important;
}
.top-banner-wrap video {
  object-fit: cover;
}
.banner-content-wrap.align-center .heading-text{
  margin: 0 auto 20px;
  text-align: center;
}
.banner-content-wrap.align-center .content-text{
  margin: 0 auto;
  width: 625px;
  text-align: center;
}
.banner-content-wrap .banner-btn-wrap {
    display: flex;
    align-items: flex-end;
}
.banner-content-wrap.align-center .banner-btn-wrap {
  display: flex;
  justify-content: center;
}
 .site-header__search-form .boost-pfs-search-box {
   background: transparent;
   margin-top: 3px;
 }
 .announcement-bar{
   width: 100%;
 }
 .home-section-header .h1{
   color: #000!important;
 }
 .cart-link__bubble--visible{
   right: -5px!important;
 }
 .boost-pfs-filter-products .quick-add-to-cart{
   background: #000000;
/*     border-radius: 1.3020833333333334vw;
    padding: Min(0.4166666666666667vw, 8px) Min(0.9375vw, 18px);
    min-width: auto;
    width: fit-content;
    font-size: Min(0.7291666666666667vw, 14px); */
    font-family: Fieldwork-Geo Light, Fieldwork !important;
    font-weight: normal;
    color: #fff;
 }
 .boost-pfs-filter-products .grid-product__title{
   min-height: 35px;
 }
 
 .boost-pfs-filter-products .quick-add-to-cart:after{
   display: none!important;
 }
 .boost-pfs-filter-products .quick-add-to-cart:hover{
   color: var(--colorTextBody);
    border-color: #000;
    border-color: var(--colorTextBody);
    background-color: transparent!important;
    transition: border .3s ease!important;
 }
 .boost-pfs-filter-products .quick-add-to-cart.disabled:hover{
    border-color: #f6f6f6!important;
   transition:none!important;
  background-color: #f6f6f6!important;
 }
 
 .btn.quick-add-to-cart.email-me-btn {
    color: var(--colorTextBody);
    border-color: #000;
    border-color: var(--colorTextBody);
    background-color: transparent!important;
 } 
 .swym-remind-me .swym-remind-me-mailing-list-container label {
   margin-bottom: 0;
 }
 .swym-remind-me .swym-remind-me-mailing-list-container label p{
   vertical-align: bottom;
 }
 #MainContent .grid-product__tag {
   left: 15px;
   top: 15px;
   right: auto;
   background: transparent;
   padding: 0;
   color: transparent;
   display: flex;
   align-items: center;
 }
 #MainContent .grid-product__tag span {
    display: flex;
    padding: 5px 8px;
    font-size: 12px;
    background: #FA9E50;
    border-radius: 6px;
    color:#fff;
    margin-right: 6px;
    /* line-height: 1; */
    /* height: 22px; */
    align-items: center;
 }
 #MainContent .grid-product__tag .sold-out-tag {
   background: #9A9A9A;
 }
 #MainContent .grid-product__tag .new-tag, #MainContent .grid-product__tag .top-seller-tag {
   background:#A58163;
 }
 #MainContent .grid-product__tag .final-sale-tag {
   background: #FAA55D;
 }
 #MainContent .grid-product__tag .flash-sale-tag {
   background: #E87F25;
 }
 #MainContent .grid-product__tag .coming-tag {
   background: #C6A991;
 }
 .btn.btn--full.add-to-cart span {
   transform: translateY(2px);
 }
@media(min-width: 1800px) {
  #SiteHeader .header-item--navigation {
    flex: 0 0 63rem;
  }
}
@media(max-width: 1804px) {
  .header-item--icons .site-nav .site-header__search-form {
    width: 12.5625rem;
  }
  #SiteHeader .header-item--navigation {
    flex: 0 0 63rem;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px)  {
/*  .header-item--icons .site-nav .site-header__search-form {
    width: 12.5625rem;
  } */
  #NavDrawer .drawer__right {
    display: none!important;
  }
}

.search-bar input{
  border: none!important;
}
/* 
@media only screen and (max-width: 1330px) and (min-width: 769px)  {
  #SiteHeader .header-item--navigation{
    flex: 0 0 55rem;
  }
} */
@media(max-width: 768px) {
  
 #MainContent .grid-product__tag span {
    padding: 4px 8px;
 }
  #PageContainer .index-section-module {
    padding-left: 17px!important;
    padding-right: 17px!important;
  }
 .boost-pfs-filter-products .grid-product__title{
   min-height: 32px;
 }
 .boost-pfs-filter-products .quick-add-to-cart{
/*    border-radius: 26px;
    padding: 4px 9px;
    font-size: 12px; */
 }
  .search-bar .input-group-btn {
      margin: 1.6px!important;
  }
  .search-bar .input-group-btn .btn{
      min-width: 48px!important;
  }
  .search-bar .boost-pfs-search-box {
    padding: 8px 16px!important;
  }
  .menu-small-version.pc-version {
    display: none!important;
  }
  .announcement-bar{
    width:100%;
  }
  #MainContent .top-banner-wrap .heading-text {
    width:100%;
    font-size: calc(var(--typeHeaderSize)*.85);
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    color: #000000;
    margin-bottom: 9px;
  }
  #MainContent .top-banner-wrap .heading-text p{
    margin-bottom: 0;
  }
  .banner-btn-wrap {    
    margin-top: 15px;
    width: calc(100vw - 17px);
  }
  .top-banner-wrap .banner-btn-2{
    padding: 0 10px;
    font-size: 14.72px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    display: inline-block;
  }
  .top-banner-wrap .banner-btn-2 a {
    white-space: nowrap;
    height: 100%;
    position: relative;
/*     top: -2px; */
  }
   .banner-btn-2 a{ 
      top: 0;
      display: flex;
     align-items: center;
   }
  #MainContent .top-banner-wrap .content-text{
    width: 305px;
    font-family: Fieldwork-Geo Light, Fieldwork;
    font-weight: normal;
    color: #000000;
    font-size: 13px;
    letter-spacing: var(--typeBaseSpacing);
    line-height: var(--typeBaseLineHeight);
    text-shadow: 0px 0px 1px rgba(230, 230, 250, 0.5), 1px 1px 2px rgba(128, 0, 128, 0.8);
  }
  
  .banner-content-wrap.align-center .content-text{
    width: 305px;
  }
  .banner-content-wrap {
    left: 17px;
    top: 209px;
    transform: inherit;
    width: 100%;
    width: calc(100vw - 34px);
  }
  #SiteHeader>.page-width {
    width: 100%;
    padding: 0;
  }
   #SiteHeader .header-layout {
/*       height: 120px; */
  }
  .header-item--logo {
    margin: 0 0 0 4px!important;
  }
  .header-item--logo, .site-header__logo a {
    width: 2.2666666666666666rem!important;
    flex: 0 0 2.2666666666666666rem!important;
  }
  .header-item--icons .site-nav {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0!important;
  }
  .header-item--icons {
    margin-left: 0;
    flex: auto!important;
    width: 100%;
    padding: 0 17px;
  }
  .site-nav__icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 84px;
  }
  .header-item-left-wrap, .header-item-right-wrap {
    display: flex;
    align-items: center;
/*     width: 2rem; */
    justify-content: space-between;
  }
  .header-item-left-wrap {
    margin-left: 7px;
  }
  .header-item-left-wrap, .header-item-right-wrap {
  }
  .header-item-right-wrap .js-search-header {
/*     margin-top: 2px; */
    margin-right: 17px;
    width: 3.466666666666667rem;
    height: 0.50666666666666665rem;
    border-radius: 0.2666666666666667rem;
    border: 1px solid #FFFFFF;
    padding-right: 8px!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .header-item-right-wrap .js-search-header::before{
    content: 'Search...';
    position: absolute;
    left: 11px;
    color: #969696;
    font-size: 8px;
    text-transform: initial;
  }
  #shopify-section-header .header-item-right-wrap .js-search-header .fi-rr-search {
    font-size: 14px;
    height: 14px;
    padding: 10px 0 10px 100%;
    margin-top: -15px;
  }
  .header-item-right-wrap form {
    position: relative;
  }
/*   div.boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper {
     top: 115px!important;
    overflow: visible;
  } */
/*    #boost-pfs-search-suggestion-mobile:after{
         content: "";
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-bottom: 8px solid #F7F8F9;
      position: absolute;
      right: 76px;
      top: -13px;
   } */
  #boost-pfs-search-box-mobile {
/*     width: 34.636vw!important!;   */
/*     width: 3.466666666666667rem!important;
    padding: 0 0.29333333333333333rem!important;
    font-size: 0.32rem!important;
    height: 0.5333333333333333rem!important;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 0.26666666666666666rem;
    margin-right: 0.42666666666666664rem ;
    color: #fff; */
  }
/*   #boost-pfs-search-box-mobile::-webkit-input-placeholder{
    color: rgba(255,255,255,0.6);
  }
  #boost-pfs-search-box-mobile:-moz-placeholder{  
    color: rgba(255,255,255,0.6);
  }              
  #boost-pfs-search-box-mobile::-moz-placeholder{  
    color: rgba(255,255,255,0.6);
  }              
  #boost-pfs-search-box-mobile:-ms-input-placeholder{   
    color: rgba(255,255,255,0.6);
  }      */
  .header-item--icons .site-nav .site-header__search-form .site-header__search-btn {
    padding: 0;
    position: absolute;
    right: 0.29333333333333333rem;
    top: 50%;
    transform: translate(0, -50%);
    height: 0.32rem;
  }
  #shopify-section-header .site-nav__link {
    padding: 0;
  }
  #shopify-section-header .site-nav__link .fi {
    font-size: 0.435rem;
  }
  #shopify-section-header .cart-link {
    width: 0.435rem;
    height: 0.435rem;
  }
  #shopify-section-header .site-nav__link--icon .icon {
    width:0.532rem;
    height: 0.532rem;
  }
  #shopify-section-header .site-nav__link--icon .icon-hamburger {
    margin-left: -4px;
  }
  .site-header__search-form .fi {
      font-size: 0.32rem!important;
  }
  
  #shopify-section-header {
    border-bottom: none;
  }
  .top-banner-wrap {
    height: 548px;
  }
 
  #shopify-section-header.actived .header-layout {
    height: 80px;
  }
  #shopify-section-header.actived .site-header__search-form {
/*     display:none; */
  }
  .banner-btn-1 {
     margin-right: 18px!important; 
    font-size: 11px;
    padding: 4px 10px!important;
  }
  .top-banner-wrap .banner-btn-2 {
    padding: 0;
  }
  .top-banner-wrap .banner-btn-2 .fi-rr-arrow-small-right {
    font-size: 20px;
    top: 2px;
    margin-left: 14px;
  }
}
/* #MainContent .index-section-module{
    max-width: 1420px; 
    margin: 0 auto;
} */
 #MainContent .index-section--hero .page-width{
   padding:0 35px;
 }
.mw-1420 {
  max-width: 1420px; 
  margin: 0 auto;
  width: 100%;
}
/* fix swatch variant problem */
.swatches #swatch-option1 {
  position: relative;
}
.swatches .swatch-size-chart {
    position: absolute;
    left: 30px;
    top: -5px;
    display: flex;
    align-items: center;
    float: initial!important;
}

.swatches .swatch-size-chart:before {
  content:'—';
  display: inline-block;
  margin-right: 4px;
}
.swatches  .tool-tip-trigger {
  margin-top: 0 !important;
  margin-left:0 !important;
}
@media only screen and (max-width: 1080px){
    .menu-big-version {
      display: none!important;
  }
}
@media only screen and (min-width: 1081px){
.menu-small-version.pc-version {
  display:none!important;
  }
}

@media only screen and (max-width: 1330px) and (min-width: 769px)  {
#SiteHeader .header-item--navigation {
    flex: 0 0 55rem;
}
}

@media only screen and (max-width: 1366px){
/*   .menu-big-version {
      display: none!important;
  } */
  .menu-small-version {
    display: block!important;
  }
  .header-item--icons .site-nav .site-header__search-form {
    width: 180px;
  }
  #NavDrawer {
    top: 49px!important;
  }
  #NavDrawer .wishlist-hero-header-icon {
    margin-top: 7px;
    color:var(--colorDrawerText);
  }
   #NavDrawer .drawer__header  {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #NavDrawer .drawer__close-button {
    padding: 0;
    margin: 0;
    right: 8px;
  }
  #NavDrawer .fi-rr-heart {
    font-size: 20px!important;
    margin: 0!important;
  }
  #NavDrawer .fi-rr-heart:before {
    margin: 0!important;
  }
  #NavDrawer .drawer__close-button .icon {
    height: 28px;
    width: 28px;
  }
  #NavDrawer .drawer__right {
    display: flex;
    align-items: center;
  }
  #NavDrawer .drawer__right .grid__item{
    width: fit-content;
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1367px){
  .menu-big-version {
      display: block!important;
  }
  .menu-small-version {
    display: none!important;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}


<style>
  
.offers-promotion{
  overflow: hidden;
  font-size: 0;
  height: fit-content;
}
.offers-promotion .mb-60 {
  margin-bottom: 30px;
}
.offers-promotion-list {
  list-style:none;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0;
  width: calc(100% + 60px);
}
.hide-block-spacing .offers-promotion-list {
  width: 100%;
}
.offers-promotion p{
  color: #9A9A9A!important;
  font-size: calc(var(--typeBaseSize)*.92)!important;
}
.offers-promotion-item{
  padding-right:60px;
  padding-bottom:60px;
}
ul.offers-promotion-list.remove-spacing {
    margin: 0;
    background: #fff;
}
.item-layout-25 {
  width: 25%;  
}
.item-layout-33 {
  width: calc(100% / 3);  
}
.offers-promotion-item.item-layout-50 {
  width: 50%!important;
}
.item-layout-100 {
  width: 100%;
  margin: 0;
}
.index-section.hide-block-spacing .offers-promotion-item{
  padding-right: 0;
  padding-bottom: 0;
}
/* .index-section.show-block-spacing {
  margin-bottom: -60px!important;
} */
.index-section.show-block-spacing.show-up-down-spacing {
  margin-bottom: 15px!important;
}
.index-section.show-block-spacing.hide-up-down-spacing{
  margin-bottom: -60px!important;
}
#tiktok-video-viewer{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  opacity: 0;
  background: rgba(0,0,0,.75);
  overflow: auto;
  z-index: 2147483647;
  -webkit-transition: opacity .25s cubic-bezier(.25,.46,.45,.94);
  -moz-transition: opacity .25s cubic-bezier(.25,.46,.45,.94);
  -ms-transition: opacity .25s cubic-bezier(.25,.46,.45,.94);
  -o-transition: opacity .25s cubic-bezier(.25,.46,.45,.94);
  transition: opacity .25s cubic-bezier(.25,.46,.45,.94);
  display: flex;
  align-items: center;
 justify-content: center;
}

#tiktok-video-viewer .t-close-btn {
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
}
  #tiktok-video-viewer video {
    width: 33vw;
    max-width: 450px;
    opacity:0;
  }
  .offers-promotion-video-item {
    cursor: pointer;
  }
  @media(max-width: 768px) {
    #tiktok-video-viewer video {
      width: 80vw; 
    }
    #tiktok-video-viewer .t-close-btn {
      font-size: 18px;
      position: absolute;
      right: 20px;
      top: 20px;
    }
    .offers-promotion-list {
      width: calc(100% + 20px);
      margin-bottom: 0;
      display: block;
    }
    .hide-block-spacing .offers-promotion-list {
      width: 100%;
      
    }
    .offers-promotion-item {
      padding-right:20px;
      padding-bottom:20px;
      display: inline-block;
    }
    .offers-promotion .mb-60 {
      margin-bottom: 20px;
    }

    .offers-promotion-item {
      width: 100%;
    }
    
    .index-section.show-block-spacing {
      margin-bottom: 20px!important;
    }
    .index-section.show-block-spacing.hide-up-down-spacing  {
      margin-bottom: -20px!important;
    }
    
    .index-section.show-block-spacing.hide-up-down-spacing  .offers-promotion-list{
      width: calc(100% + 20px);
    }
  }
  .index-section.hide-up-down-spacing {
    margin: 0!important;
  }

  .icon-and-text.is-ship .icon--inventory:after, .icon-and-text.is-ship .icon--inventory:before {
    background: #e90!important;
  }
  .icon-and-text.is-ship  span {
    color:  #e90;
  }
  .new-promo-price-style {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--colorBtnPrimary);
    transform: translateY(-1px);
    margin-right:4px;
    font-size: var(--typeBaseSize);
  }
  .new-promo-price-style svg {
    margin-right: 1px;
  }
  .new-promo-price-style span {
    transform: translateY(2px);
  }
  .grid-product__content img[data-sizes=auto] {
    width: auto!important;
  }
  .grid-product__secondary-image.small--hide{
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
  }
</style>