/** Shopify CDN: Minification failed

Line 19:16 Unexpected "{"
Line 19:22 Expected ":"
Line 24:16 Unexpected "{"
Line 24:22 Expected ":"
Line 28:16 Unexpected "{"
Line 28:22 Expected ":"
Line 32:16 Unexpected "{"
Line 32:22 Expected ":"
Line 42:16 Unexpected "{"
Line 42:22 Expected ":"
... and 284 more hidden warnings

**/

/* 轮播图模块 */

#for_slideshow_{{block.id}} .for_slideshow_block {
    display: flex;
    overflow: hidden;
}

#for_slideshow_{{block.id}} .for_slideshow_block {
    position: relative;
}

#for_slideshow_{{block.id}} .page_banner_arrow {
    display: flex;
}

#for_slideshow_{{block.id}} .for_page_arrow_left {
    position: absolute;
    top: 50%;
    left: 32px;
    transform: translate(-50%,-50%);
    padding: 100px 20px;
    cursor: pointer;
    z-index: 1;
}

#for_slideshow_{{block.id}} .for_page_arrow_right {
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translate(-50%,-50%);
    padding: 100px 20px;
    cursor: pointer;
    z-index: 1;
}

#for_slideshow_{{block.id}} .for_slideshow_style {
    flex: 0 0 100%;
    transition: .6s;
}

#for_slideshow_{{block.id}} .for_slideshow_circles {
    display: flex;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 12px;
}

#for_slideshow_{{block.id}} .for_circles_style p {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    opacity: 1;
}

#for_slideshow_{{block.id}} p.for_current_style {
    background: #b2b2b2;
}


/* 组合销售产品 */

#{{for_combo_id}} .combo_product_dskImg {
    padding: 50px;
    margin: auto;
}

#{{for_combo_id}} .combo_feature_image :hover {
    transform: scale(1.1);
    box-shadow: -1px 1px 10px 1px rgb(255 241 219);
}

#{{for_combo_id}} .combo_feature_image {
    display: none;
}

#{{for_combo_id}} .combo_feature_image.selected {
    display: block;
    width: 100%;
}

#{{for_combo_id}} .combo_product_title {
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

#{{for_combo_id}} .combo_product_right .combo_copyInput {
    text-align: center;
    margin-bottom: 20px;
}

#{{for_combo_id}} .combo_product_right .combo_copyBtn {
    color: #fff;
    width: 42%;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 0 1px 0;
}

#{{for_combo_id}} .combo_product_right .combo_copyBtn:hover {
    color: #fff;
    opacity: 0.8;
}

#{{for_combo_id}} .combo_product_right .combo_all_prices {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#{{for_combo_id}} .combo_product_right i {
    font-style: normal;
    font-weight: 700;
}

#{{for_combo_id}} .combo_product_right .combo_nowPrice {
    font-weight: 700;
}

#{{for_combo_id}} .combo_product_right .combo_line_money {
    text-decoration: line-through;
    margin: 0 20px;
}

#{{for_combo_id}} .combo_product_add {
    margin: auto;
}

#{{for_combo_id}} .combo_product_add span {
    font-size: 50px;
    display: block;
    padding: 10px;
    font-weight: bold;
}

#{{for_combo_id}} .combo_prodcutCart {
    width: 42%;
    margin: auto;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 10px 20px;
    justify-content: center;
    cursor: pointer;
}

#{{for_combo_id}} .combo_prodcutCart:hover {
    opacity: 0.8;
}

#{{for_combo_id}} .sold_out {
    cursor: not-allowed;
    background: #5d6b82 !important;
}

#{{for_combo_id}} .sold_out:hover {
    opacity: 1;
}


/* 组合产品里的颜色变体图片 暂不显示*/
#{{for_combo_id}} .combo_selected_images {
    display: flex;
    display: none !important;
}

#{{for_combo_id}} .combo_product_selectItem {
    margin-right: 20px;
    cursor: pointer;
} 

#{{for_combo_id}} .combo_product_selectItem img {
    max-width: 50px;
    max-height: 50px;
    margin: auto;
    display: flex;
}

#{{for_combo_id}} .combo_product_selectItem:hover {
    border: 1px solid #eeddab;
}


/* 组合销售产品+复制折扣码+跳转按钮 */
#{{for_codeProduct_id}} .for_codeProduct__left {
    flex: 1;
    display: flex;
    align-items: center;
}

#{{for_codeProduct_id}} .for_codeProduct__right {
    flex: 1;
    display: flex;
    align-items: center;
}

#{{for_codeProduct_id}} .for_codeProduct_img {
    flex: 0 0 40%;
    padding: 20px;
}

#{{for_codeProduct_id}} .for_codeProduct_info {
    flex: 0 0 60%;
}

#{{for_codeProduct_id}} .for_codeProduct_title {
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

#{{for_codeProduct_id}} .for_codeProduct_prices {
    margin-bottom: 5px;
    text-align: center;
}

#{{for_codeProduct_id}} .for_codeProduct_money {
    margin-right: 15px;
}

#{{for_codeProduct_id}} .for_codeProduct_copyInput {
    margin-bottom: 15px;
    text-align: center;
}

#{{for_codeProduct_id}} .for_codeProduct_copyText {
    margin-bottom: 10px;
}

#{{for_codeProduct_id}} .for_codeProduct_copyBtn {
    color: #fff;
    width: 42%;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    padding: 3px 0;
}

#{{for_codeProduct_id}} .for_codeProduct_copyBtn:hover {
    opacity: 0.8;
}

#{{for_codeProduct_id}} .for_codeProduct_url {
    color: #fff;
    width: 42%;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 0 1px 0;
    text-align: center;
}

#{{for_codeProduct_id}} .for_codeProduct_url:hover {
    opacity: 0.8;
}

#{{for_codeProduct_id}} .for_codeProduct_img img:hover {
    transform: scale(1.1);
    box-shadow: -1px 1px 10px 1px rgb(255 241 219);
}


/* 视频+文案+按钮 */

#{{for_videoText_id}} .for_videoText_left {
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
}

{{for_videoText_id}} .for_videoText_left::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

#{{for_videoText_id}} .for_EMAP_videoImage {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    visibility: visible;
    background: #000;
}

#{{for_videoText_id}} .for_EMAP_imagePicker {
    padding-bottom: 56.2% !important;
}

#{{for_videoText_id}} svg.icon.icon--play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100px;
    border: solid 6px white;
    opacity: 0.85;
}

#{{for_videoText_id}} .for_EMAP_videoImage:hover .icon--play {
    opacity: 1;
}

#{{for_videoText_id}}  .for_EMAP_videoIframe {
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    visibility: hidden;
}

#{{for_videoText_id}} .for_videoText_right {
    width: 50%;
    display: inline-block;
    white-space: normal;
}

#{{for_videoText_id}} .for_videoText_title {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    text-align: center;
    margin-top: 10%;
}

#{{for_videoText_id}} .for_videoText_content {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}


/* banner + 视频 */
{{for_bannerVideo_id}} .for_eamp_bannerPart {
    flex: 0 0 50%;
}

{{for_bannerVideo_id}} .for_eamp_videoPart {
    flex: 0 0 50%;
}


/* 活动解释说明 */
#{{for_activityText_id}} .for_eamp_activityContent p {
    display: none;
}

#{{for_activityText_id}} .for_eamp_showMore_button:hover {
    opacity: 0.8;
}


/* sku评价模块 */
#for_messages_mai_{{block.id}} .message_main {
    display: flex;
    overflow-x: scroll;
}

#for_messages_mai_{{block.id}} .message_box {
    flex: 0 0 16%;
    padding: 1%;
}

#for_messages_mai_{{block.id}} .message_main::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

#for_messages_mai_{{block.id}} .message_main::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0,0,0,0.06);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}

/* 滚动条滑块 */
#for_messages_mai_{{block.id}} .message_main::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0,0,0,0.12);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

#for_messages_mai_{{block.id}} .message_border {
    border: 1px solid #e6e6e6;
    min-height: 241px;
    padding: 5px 15px 20px 15px;
    position: relative;
}

#for_messages_mai_{{block.id}} .message_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #999999;
}

#for_messages_mai_{{block.id}} .message_user {
    margin-bottom: 12px;
}

#for_messages_mai_{{block.id}} img.custom_logo {
    position: absolute;
    top: -10%;
    right: 10%;
    width: 60px;
    height: 60px;
}

#for_messages_mai_{{block.id}} span.user_name {
    vertical-align: bottom;
}

#for_messages_mai_{{block.id}} .message_icon {
    text-align: center;
    margin: 60px 0 40px 0;
}

#for_messages_mai_{{block.id}} .custom_message_icon {
    max-height: 180px;
}



@media screen and (min-width:750px){

    /* 组合销售产品 */
    #{{for_combo_id}} .combo_selected_images {
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
    }

    #{{for_combo_id}} .for_combo_list {
        display: flex;
        align-items: center;
    }

    #{{for_combo_id}} .combo_product_left {
        flex: 0 0 24%;
    }

    #{{for_combo_id}} .combo_product_add {
        flex: 0 0 5%;
        text-align: center;
    }

    #{{for_combo_id}} .combo_product_center {
        flex: 0 0 24%;
    }

    #{{for_combo_id}} .combo_product_right {
        flex: 0 0 35%;
        margin: auto;
    }
    .for_arrow_rightBox img,.for_page_arrow_left img{
        width: 29px;
    
    }
    
}



@media screen and (max-width:750px) {
    .for_arrow_rightBox img,.for_page_arrow_left img{
    width: 16px;
 
}
    /* 组合销售产品-加购 */
    #{{for_combo_id}} .for_combo_list {
        display: flex;
        flex-wrap: wrap;
    }

    #{{for_combo_id}} .combo_product_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    #{{for_combo_id}} .combo_product_left {
        flex: 1;
    }

    #{{for_combo_id}} .combo_product_dskImg {
        padding: 0;
        width: 40vw;
        height: 40vw;
    }

    #{{for_combo_id}} .combo_selected_images {
        width: 150px;
        overflow: scroll;
        margin-top: 20px;
    }

    #{{for_combo_id}} .combo_product_selectItem {
        margin-right: 5px;
    } 

    #{{for_combo_id}} .combo_product_selectItem img {
        max-width: 30px;
        max-height: 30px;
    }

    #{{for_combo_id}} .combo_product_add span {
        font-size: 34px;
        padding: 0;
    }

    #{{for_combo_id}} .combo_product_center {
        flex: 1;
    }

    #{{for_combo_id}} .combo_product_right {
        width: 100%;
        margin-top: 25px;
    }

    #{{for_combo_id}} .combo_product_right i {
        font-style: 18px;
    }
    
    #{{for_combo_id}} .combo_product_right .combo_nowPrice {
        font-size: 18px;
    }
    
    #{{for_combo_id}} .combo_product_right .combo_line_money {
        font-size: 12px;
    }

    #{{for_combo_id}} .combo_product_right .combo_copyInput {
        margin-bottom: 3VW;
        display: block;
    }

    #{{for_combo_id}} .combo_product_right .combo_copyText {
        text-align: center;
    }
    
    #{{for_combo_id}} .combo_product_right .combo_copyBtn {
        width: 50% !important;
        margin: auto;
        font-size: 13px;
        width: 100px;
        padding: 8px;
    }

    #{{for_combo_id}} .combo_prodcutCart {
        width: 50%;
        padding: 15px 0;
        font-size: 13px;
    }


    /* 组合产品-链接跳转 */
    #{{for_codeProduct_id}} .for_codeProduct_img {
        padding: 0px;
    }

    #{{for_codeProduct_id}} .for_codeProduct__left {
       margin: 30px 0;
    }
    #{{for_codeProduct_id}} .for_codeProduct__right {
        margin-bottom: 30px;
    }
    #{{for_codeProduct_id}} .for_codeProduct_copyBtn {
        width: 80%;
        font-size: 13px;
    }

    #{{for_codeProduct_id}} .for_codeProduct_url {
        width: 80%;
        font-size: 13px;
    }

    /* 视频+文案+按钮 */
    #{{for_videoText_id}} {
        margin-bottom: 55px;
    }

    /* banner + 视频 */
    {{for_bannerVideo_id}} .for_eamp_bannerPart {
        margin-bottom: 15px;
    }

    {{for_bannerVideo_id}} .for_eamp_videoPart {
        width: 100%;
        height: 100%;
    }


    /* sku评价模块 */
    #for_messages_mai_{{block.id}} .message_box {
        flex: 0 0 62%;
    }

    #for_messages_mai_{{block.id}} .message_border {
        border: none;
        min-height: auto;
    }

    #for_messages_mai_{{block.id}} .message_content {
        -webkit-line-clamp: 7;
    }

    #for_messages_mai_{{block.id}} .message_icon {
        margin-top: 10px;
        margin-bottom: 0;
        position: relative;
        right: 2%;
    }

}


.article__image-wrapper {
  position: relative;
  width: calc(100% + (#{$mobile-container-gutter} * 2));
  left: (-$mobile-container-gutter);
  margin-top: 4px;
  z-index: 1;
}

.article__toolbar,
.article__toolbar-item {
  display: flex;
  align-items: center;
}

.article__toolbar {
  justify-content: space-between;
}

.article__toolbar-item .icon--bi-comment {
  width: 24px;
  height: 23px;
  margin-right: 15px;
}

.article__share-label {
  margin-right: 20px;
}

.article__comments-count {
  color: $heading-color;
}

.article__inner {
  max-width: 680px;
  margin: 40px auto 100px auto;
}

.article__content {
  margin-bottom: 2.8em;
}

.article__aside {
  margin-bottom: 50px;
}

.article__aside-item {
  display: flex;
  align-items: center;
}

.article__aside-item + .article__aside-item {
  margin-top: 20px;
}

.article__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 41px 0;
  border-top: 1px solid $border-color;
  border-bottom: 1px solid $border-color;
  font-size: to-size(14px);

  svg {
    width: 8px;
    height: 12px;
    vertical-align: -1px;
  }
}

.article__navigation--align-right {
  justify-content: flex-end;
}

.article__navigation-item--prev svg {
  margin-right: 12px;
}

.article__navigation-item--next svg {
  margin-left: 12px;
}

.article__comment-list {
  margin-top: 50px;
}

.article__comment-list-heading {
  margin-bottom: 30px;
}

.article-comment {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;

  &:first-child {
    margin-top: 30px;
  }

  &:last-child {
    margin-bottom: 0;
  }
}

.article-comment__gravatar {
  border-radius: 100%;
  max-width: 50px;
  margin: 5px 22px 0 0;
}

.article-comment__author {
  margin-bottom: 0;
  font-size: to-size(14px);
}

.article-comment__date {
  display: block;
  margin-bottom: 12px;
  font-style: italic;
  font-size: to-size(14px);
}

.article__comment-form {
  margin-top: 50px;
}

.article__comment-list + .article__comment-form {
  margin-top: 70px;
}

.article__comment-form-title {
  margin-bottom: 12px;
}

.article__moderated-note {
  font-style: italic;
}

.article__comment-form-wrapper {
  margin-top: 32px;
}

@include at('tablet-and-up') {
  .article__image-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    border-radius: 3px 3px 0 0;
    margin: 0 0 -1px 0; /* This -1 allows to cover the border of the card */
    overflow: hidden;
  }

  .article__image-wrapper + .card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .article__inner {
    margin-top: 60px;
  }

  .article__content {
    font-size: to-size(16px);
  }

  .article-comment {
    margin-bottom: 42px;
  }

  .article-comment__author {
    margin-bottom: 2px;
    font-size: to-size(16px);
  }

  .article-comment__date {
    margin-bottom: 12px;
  }
}


.form__input-row {
  display: flex;
  column-gap: 6px;
  .form__submit {
    margin-top: 0;
  }
}

@include at('tablet-and-up') {
  .form__input-row {
    flex-direction: row;
    align-items: flex-end;
    margin: 0 -6px;

    &:not(:last-child) {
      margin-bottom: 12px;
    }
  }

  .form__input-row > .form__input-wrapper {
    margin-bottom: 0;
  }

  .form__input-row > * {
    margin-left: 6px;
    margin-right: 6px;
  }

  .form__input-row > .form__submit {
    margin-top: 0;
  }

  .form__input-row > .form__submit {
    flex: 1 0 auto; /* we let the submit button grow freely */
  }
}

.form__input-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.form__floating-label {
  position: absolute;
  left: 13px;
  top: 0;
  line-height: 48px; /* allows to center the field */
  font-size: 1rem;
  color: $text-color;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
}

.form__field:focus + .form__floating-label,
.form__field.is-filled + .form__floating-label,
.select-wrapper.is-filled + .form__floating-label {
  -webkit-transform: translateY(-6px) scale(0.8);
  transform: translateY(-6px) scale(0.8);
}

.form__input-wrapper--labelled .form__field {
    padding-top: 35px;
    padding-bottom: 3px;
    width: 100%;
    border: 1px solid #e8e8e8;
    padding-left: 15px;
    border-radius: 6px;
}

.form__field--large + .form__floating-label {
  left: 18px;
  line-height: 60px;
}

.form__input-wrapper--labelled .form__field--large {
  padding-top: 20px;
  padding-bottom: 3px;
}

 .product-item__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
      -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
  }
   .customize-text {
    display: -webkit-box!important;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
  }
   .pc-customize-text {
    display: -webkit-box !important;
  }
   .m-customize-text {
      display: none !important;
  }
  .product-item-noborder:after{
    box-shadow:none;
  }
  .product-item-noborder{
    border:none!important;
  }
   .for_discount_style {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
  }
   .for_self_discount_info {
    position: absolute;
    left: -42%;
    top: 3%;
    height: 5.2%;
    width: 100%;
    color: #fff;
    transform: rotateZ(315deg);
    z-index: 1;
  }
   .for_discount_msg{
    width: 40%;
    height: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 auto;
    padding-top: 1%;
  }
   .price--compare .money {
    color: #000000;
    font-size: 16px;
  }

   .product-item__info {
    display: flex !important;
    flex-direction:column !important;
    justify-content: flex-end !important;
  }

   .featured_collecion_carBtn {
    display: none;
  }
 
  @media screen and (max-width:750px) {
    .EAMP-product-item {
      display: flex;
      flex-direction: row;
      width: 100% !important;
    }

    .for_self_discount_info {
      left: -37%;
      top: 4%;
      height: 7%;
    }

    .for_discount_msg {
      font-size: 12px;
      width: 56%;
      height: 100%;
      line-height: 1.5;
      padding-top: 2%;
    }


     .product-item-left {
      margin: 6px 0
    }
    .product-item-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      flex: 1;

    }
     .product-item__image-wrapper {
      width: 120px;
    }
     .product-item__info {
      justify-content: space-between !important;
      flex: 1 !important;
      margin-left: 10px;
    }
   .pc-customize-text {
      display: none !important;
    }
     .m-customize-text {
      display: -webkit-box !important;
    }
    .product-item__action-button {
      display: none !important;
    }
     .featured_collecion_carBtn {
      display: block;
      z-index: 1;
    }
  }