@charset "UTF-8";
/** template style start **/
* {
  margin: 0; }
html,
body {
  font-family: var(--general_font_family);
  font-style: var(--general_font_style);
  font-weight: var(--general_font_weigth);
  font-size: var(--general_font_size);
  width: 100%;
  color: var(--main_color);
  line-height: var(--general_line_height);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background-color: var(--page_background_color);
  word-wrap: break-word;
 }


td {
  font-size: 14px; }

iframe {
  border: 0; }

input,
button,
textarea {
  font-size: 14px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  color: var(--color-main); }

input:disabled {
  color: var(--disable-color); }

input[type=text],
input[type=password] {
  line-height: 1;
  -webkit-appearance: none; }

input::-moz-placeholder {
  color: var(--color-input-placeholder); }

input:-ms-input-placeholder {
  color: var(--color-input-placeholder); }

input::placeholder {
  color: var(--color-input-placeholder); }

textarea::placeholder {
  color: var(--color-input-placeholder); }

input[type=button],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  font-size: 1rem; }

textarea {
  overflow: auto;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif; }

img {
  border: 0px;
  vertical-align: top; }

ul,
li {
  list-style-type: none; }

ul,
li,
p,
div,
input,
ol {
  padding: 0px;
  margin: 0px; }

a {
  color: var(--color-main);
  text-decoration: none;
  outline-style: none; }

body {
  background-color: var(--page_background_color);
}

::-webkit-scrollbar {
  display: none; }

#MainContent > div[data-section-type="block_product_hot"]{
    margin-bottom: 0 !important; 
  }

  #MainContent > div[data-section-type="block_slides"]{
    margin-bottom: 0 !important; 
  }
  #MainContent > div:last-child{
    margin-bottom: 0 !important; 
  }

  .block_product_hot {
    padding-top: var(--general_layout_spacing);
    padding-bottom: var(--general_layout_spacing); }
    @media screen and (max-width: 767px) {
      .block_product_hot {
        padding-top: calc(var(--general_layout_spacing) * 0.5);
        padding-bottom: calc(var(--general_layout_spacing) * 0.5); } } 
/* 
#MainContent > div[data-section-type="block_slides"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_collection_list"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_product_hot"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_image"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_video"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_image4"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_product_single"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_newsletter"] {
  margin-bottom: 0 !important; }

#MainContent > div[data-section-type="block_coupon"],
#MainContent > div[data-section-type="block_blogs"],
#MainContent > div[data-section-type="block_comment"],
#MainContent > div[data-section-type="block_image2"],
#MainContent > div[data-section-type="block_image3"],
#MainContent > div[data-section-type="block_image5"],
#MainContent > div[data-section-type="block_image_text"],
#MainContent > div[data-section-type="block_image_text_list"],
#MainContent > div[data-section-type="block_slogan"],
#MainContent > div[data-section-type="block_html"],
#MainContent > div[data-section-type="block_collection_waterfall"],
#MainContent > div[data-section-type="block_collection"],
#MainContent > div[data-section-type="block_collection_slides"],
#MainContent > div[data-section-type="block_collection_tab"],
#MainContent > div[data-section-type="block_twitter"],
#MainContent > div[data-section-type="block_pinterest"],
#MainContent > div[data-section-type="block_facebook"],
#MainContent > div[data-section-type="block_comment_image"] {
  margin-bottom: 0 !important;
  padding: var(--general_layout_spacing) 0; } */


 
/* 内容版心 */
.container-wrapper {
  max-width: var(--general_layout_width);
  margin: 0 auto; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .container-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .container-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

/* 铺满 */
.container-fill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 var(--full_container_padding); }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .container-fill {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .container-fill {
      padding-left: 15px;
      padding-right: 15px; } }

/* .block_padding {
  padding-top: var(--general_layout_spacing);
  padding-bottom: var(--general_layout_spacing); }
  @media screen and (max-width: 767px) {
    .block_padding {
      padding-top: calc(var(--general_layout_spacing) * 0.5);
      padding-bottom: calc(var(--general_layout_spacing) * 0.5); } } */


.line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%; }

/* Building block default data style */
.default_block_warp {
  background-color: #eef0f5;
  display: flex;
  align-items: center;
  justify-content: center; }

.general-price {
  color: var(--buying_parice_color);
  font-weight: 400;
  margin-right: 10px; }

.general-oldprice {
  text-decoration: line-through;
  font-weight: 300;
  color: var(--original_price_color); }

.general_title-color {
  color: var(--title_color);
  font-size: var(--title_font_size);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing); }
  @media screen and (max-width: 767px) {
    .general_title-color {
      font-size: calc(var(--title_font_size) * var(--wap_title_scale)); } }

.block_title {
  text-align: center;
  padding-bottom: var(--general_layout_spacing);
  margin: 0; }
  @media screen and (max-width: 767px) {
    .block_title {
      padding-bottom: calc(var(--general_layout_spacing) * 0.5); } }
  .block_title h2 {
    font-size: var(--title_font_size);
    color: var(--title_color);
    font-family: var(--title_font_family);
    font-style: var(--title_font_style);
    font-weight: var(--title_font_weigth);
    letter-spacing: var(--title_letter_spacing);
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .block_title h2 {
        font-size: calc(var(--title_font_size) * var(--wap_title_scale)); } }
  .block_title .block_title-detail {
    color: var(--detail_color);
    max-width: 880px;
    margin: 0 auto;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .block_title .block_title-detail {
        margin-top: 10px; } }

.main_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 22px;
  min-height: 48px;
  padding: 12px 20px;
  text-align: center;
  background: var(--main_button_bg);
  color: var(--main_button_color);
  cursor: pointer;
  border-radius: var(--button_border_radius);
  border: 1px solid var(--main_button_bg);
  transition: all 0.3s; }
  .main_btn:hover {
    opacity: 0.9; }

.secondary_btn {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 20px;
  min-height: 48px;
  text-align: center;
  box-sizing: border-box;
  background: var(--secondary_button_bg);
  border: 1px solid var(--secondary_button_color);
  color: var(--secondary_button_color);
  border-radius: var(--button_border_radius);
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  @media (any-hover: hover) {
    .secondary_btn:hover {
      background: var(--secondary_button_color);
      color: #fff; } }

.disable-btn {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  color: #fff !important;
  background: #bbbbbb !important;
  border: 1px solid #bbbbbb !important;
  cursor: not-allowed !important;
  text-align: center;
  padding: 0 20px; }

.animation-move-left {
  animation: moveLeft 0.65s ease-in-out; }

.animation-move-right {
  animation: moveRight 0.65s ease-in-out; }

@keyframes moveLeft {
  0% {
    transform: translateX(-20%); }
  100% {
    transform: translateX(0); } }

@keyframes moveRight {
  0% {
    transform: translateX(20%); }
  100% {
    transform: translateX(0); } }

/** template style start **/
/** waterfall_product style start **/
/** waterfall_product style end **/
/** collection_product style start **/
.product_card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden; }
  .product_card .product_price{
    font-weight: bold;
  }
  .product_card .product_card-tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    color: var(--discount_tag_color); }
    .product_card .product_card-tag .discount_tag_graphics {
      position: absolute;
      right: 0; }
  .product_card .label_style_1 {
    width: 80px;
    height: 80px;
    line-height: 80px; }
    .product_card .label_style_1 .discount_tag_graphics {
      top: 0;
      width: 0;
      height: 0;
      border-top: 80px solid var(--discount_tag_bg);
      border-left: 80px solid transparent; }
    .product_card .label_style_1 .discount_tag_name {
      position: relative;
      top: 6px;
      left: 15px;
      z-index: 9;
      line-height: 18px;
      transform: rotate(45deg);
      width: 80px;
      height: 40px;
      font-size: 14px;
      text-align: center; }
    .product_card .label_style_1 span {
      display: block; }
  .product_card .label_style_2 {
    padding: 0 0 10px; }
    .product_card .label_style_2 .discount_tag_graphics {
      left: 0;
      bottom: 0;
      width: 40px;
      height: 10px; }
      .product_card .label_style_2 .discount_tag_graphics:before {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid var(--discount_tag_bg);
        border-left: 20px solid transparent; }
      .product_card .label_style_2 .discount_tag_graphics:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid var(--discount_tag_bg);
        border-right: 20px solid transparent; }
    .product_card .label_style_2 .discount_tag_name {
      width: 40px;
      text-align: center;
      background: var(--discount_tag_bg);
      padding: 10px 0; }
  .product_card .label_style_3 {
    height: 80px;
    width: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product_card .label_style_3 .discount_tag_name {
      position: relative;
      top: -10px;
      left: 10px;
      z-index: 9;
      line-height: 24px;
      transform: rotate(45deg);
      height: 24px;
      white-space: nowrap;
      background: var(--discount_tag_bg);
      padding: 0px 25px; }
  .product_card .label_style_4 {
    right: 10px;
    top: 10px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--discount_tag_bg);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    .product_card .label_style_4 .discount_tag_name {
      line-height: 18px;
      text-align: center; }
      .product_card .label_style_4 .discount_tag_name span {
        display: block; }
  .product_card .product_card-name {
    text-align: center;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .product_card .product_card-name {
        margin-top: 15px; } }
    .product_card .product_card-name a {
      color: var(--title_color);
      width: 100%; }
  @media screen and (max-width: 767px) {
    .product_card .product_card-wap-name {
      display: none; } }
  .product_card .product_card-price {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }

.product_card-picture {
  position: relative; }
  .product_card-picture .product_card-picture-image {
    display: block;
    position: relative;
    position: relative; }
    .product_card-picture .product_card-picture-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .product_card-picture .product_card-picture-image .product_card-picture-hover {
      display: none; }
  .product_card-picture .product_card-soldout {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14px; }
  .product_card-picture .product_card-picture-crop-11 {
    padding-top: 100%; }
    .product_card-picture .product_card-picture-crop-11 img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product_card-picture .product_card-picture-crop-34 {
    padding-top: 125%; }
    .product_card-picture .product_card-picture-crop-34 img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product_card-picture .product_card-picture-crop-23 {
    padding-top: 150%; }
    .product_card-picture .product_card-picture-crop-23 img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product_card-picture .product_card-picture-crop-12 {
    padding-top: 200%; }
    .product_card-picture .product_card-picture-crop-12 img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product_card-picture:hover .product_quick-mask {
    display: flex; }
  .product_card-picture .product_quick-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 10;
    display: none; }
    @media screen and (max-width: 767px) {
      .product_card-picture .product_quick-mask {
        display: none !important; } }
    .product_card-picture .product_quick-mask .product_quick-view {
      display: inline-block;
      color: #fff;
      width: 70%;
      background-color: #000;
      text-align: center;
      margin-bottom: 15px;
      font-size: 14px;
      padding: 8px 0; }

.product_img_hover:hover .product_card-picture-default {
  display: none; }

.product_img_hover:hover .product_card-picture-hover {
  display: block; }

/** collection_product style end **/
.product_quick-mobile-view {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--main_button_bg);
  display: none;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}

.product_quick-mobile-view path {
  fill: var(--main_button_color);
}

@media screen and (max-width: 767px) {
  .product_quick-mobile-view {
      display: flex;
  }
}