@charset "UTF-8";
/*
 * 配置部分
 */
/*====mixin=======*/
/*
  * 头部
  */
.header-placeholder {
  width: 100%;
  display: none;
}

.m-header {
  width: 100%;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.m-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  bottom: auto;
  z-index: 999;
}
.m-header__ad img {
  width: 100%;
}
.m-header__news {
  height: 50px;
  background-color: rgb(255, 60, 132);
  overflow: hidden;
}
.m-header__main {
  height: 80px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 60em) {
  .m-header__main {
    height: 50px;
  }
}
.m-header__main--left {
  flex: 1;
}
.m-header__main--medium {
  flex: 1;
  display: flex;
  justify-content: start;
}
@media only screen and (max-width: 60em) {
  .m-header__main--medium {
    flex: none;
    justify-content: center;
    margin-right: 15px;
  }
}
.m-header__main--right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 60em) {
  .m-header__main--right {
    flex: none;
  }
}
@media only screen and (max-width: 60em) {
  .m-header__main--right .header__cart {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 60em) {
  .m-header__main--right .plugin__currency {
    width: auto;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.m-header__pc-nav {
  height: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .m-header__pc-nav {
    display: none;
  }
}
@media only screen and (max-width: 60em) {
  .m-header__search {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 60em) {
  .m-header__logo {
    margin-left: 8px;
  }
}
.m-header__logo img {
  display: block;
  width: auto;
  height: 60px;
}
@media only screen and (max-width: 60em) {
  .m-header__logo img {
    height: 35px;
  }
}
.m-header__nav {
  display: none;
}
.m-header.fixed .m-header__nav {
  height: 80px;
  background-color: #111;
}

.pc-search-box {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
  flex: 1;
  border: 1px solid #333;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
@media only screen and (max-width: 60em) {
  .pc-search-box {
    height: 30px;
  }
}
.pc-search-box__text {
  padding: 7px;
  line-height: 1.2;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc-search-box__icon {
  background-color: #333;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 60em) {
  .pc-search-box__icon {
    width: 30px;
  }
}
.pc-search-box__icon svg {
  color: #fff;
  fill: #fff;
}

.header__cart-count {
  display: block;
  padding: 0 6px;
  border-radius: 100px;
  background-color: var(--color-cart-dot-bg);
  position: absolute;
  left: 6px;
  top: -30px;
  font-size: 12px;
  color: var(--color-cart-dot-text);
  line-height: 20px;
}

[data-is-mobile=true].shoplazza-currency {
  margin-bottom: 0 !important;
  padding: 2px !important;
}

.header__drawer_icon svg {
  pointer-events: none;
}

.nav-list-mobile-container ol,
.nav-list-mobile-container ul {
  margin-bottom: 0px;
}
.nav-list-mobile-container p {
  margin-bottom: 0px;
}
.nav-list-mobile-container .header-mobile-new__left {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: auto;
  width: 110px;
  background-color: #f6f4f5;
}
.nav-list-mobile-container .header-mobile-new__left .new-nav-1 {
  padding: 0px;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card {
  padding: 16px 0 16px 12px;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card__text {
  font-size: 12px;
  color: #111;
  font-weight: 600;
  margin: 0;
  font-family: system-ui;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card:hover, .nav-list-mobile-container .header-mobile-new__left .nav-main-card.active {
  background-color: #f4dae4;
  border-bottom: 1px solid #f4dae4;
  border-right: 1px solid #f4dae4;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card:hover .nav-main-card__text, .nav-list-mobile-container .header-mobile-new__left .nav-main-card.active .nav-main-card__text {
  color: #ff3076;
}
.nav-list-mobile-container .header-mobile-new__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 110px;
  z-index: auto;
  overflow-y: auto;
}

.header-nav-pc {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  width: 100%;
  height: 100%;
}
.header-nav-pc__text {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #111;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.header-nav-pc__text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid var(--color-header-bg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.header-nav-pc__text.active {
  color: var(--color-header-bg);
}
.header-nav-pc__text.active::before {
  opacity: 1;
}

.header-nav-pc-dialog {
  border-top: 2px solid var(--color-header-bg);
  position: fixed;
  left: 0;
  right: 0;
  top: 200px;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.header-nav-pc-dialog__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10vh;
  background-color: #fff;
  overflow-y: auto;
  padding-top: 20px;
}
@media only screen and (max-width: 60em) {
  .header-nav-pc-dialog__content {
    bottom: 0;
  }
}
.header-nav-pc-dialog__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20vh;
}
@media only screen and (max-width: 60em) {
  .header-nav-pc-dialog__line {
    display: none;
  }
}

.new-nav-3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #ff3076;
  padding: 10px;
  overflow-y: auto;
  display: none;
}

.nav-2-page {
  padding: 10px;
  opacity: 1 !important;
}

.page-nav {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-nav__list {
  display: flex;
  flex-wrap: wrap;
}
.page-nav__item {
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 60em) {
  .page-nav__item {
    width: 100%;
  }
}
.page-nav__link img {
  display: block;
  width: 100%;
}

.new-nav-2 {
  display: none;
}

.l-card-group {
  background-color: #fff;
}
.l-card-group__bread {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
.l-card-group__bread .back-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ff3076;
}
.l-card-group__bread .back-icon:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://cdn.shopifycdn.net/s/files/1/0343/0275/4948/files/al-1.png?v=1677045787) no-repeat center center/contain;
}
.l-card-group__bread .bread-text {
  font-size: 15px;
  color: #111;
}
.l-card-group__title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-header-bg);
}
@media only screen and (max-width: 60em) {
  .l-card-group__title {
    margin-top: 20px;
  }
}
.l-card-group__title::before {
  content: "";
  display: block;
  flex: none;
  width: 40px;
  height: 4px;
  border-top: 1px solid var(--color-header-bg);
  border-bottom: 1px solid var(--color-header-bg);
  margin-right: 20px;
}
@media only screen and (max-width: 60em) {
  .l-card-group__title::before {
    flex: 1;
  }
}
.l-card-group__title::after {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  border-top: 1px solid var(--color-header-bg);
  border-bottom: 1px solid var(--color-header-bg);
  margin-left: 20px;
}
.l-card-group__list {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.l-card-group__item {
  width: 160px;
  box-sizing: border-box;
  padding: 16px 20px;
}
@media only screen and (max-width: 60em) {
  .l-card-group__item {
    width: 50%;
    padding: 8px 16px;
  }
}

.l-card__cover {
  border-radius: 4px;
  overflow: hidden;
}
.l-card__cover .ratio-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-card__title {
  padding-top: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 60em) {
  .l-card__title {
    font-size: 14px;
  }
}
.l-card:hover .l-card__cover {
  animation: bounce 0.4s ease infinite alternate;
}
.l-card:hover .l-card__title {
  color: #ff3d83;
}

@keyframes bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(-10px) scale(0.98);
  }
}
.cart-vip {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
}
.cart-vip:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 37.5em) {
  .cart-vip--vertical {
    display: block;
  }
}
.cart-vip__main {
  flex: 1;
  display: flex;
  align-items: center;
}
.cart-vip__cover {
  flex: none;
  width: 100px;
}
@media only screen and (max-width: 37.5em) {
  .cart-vip__cover {
    width: 50px;
  }
}
.cart-vip__cover img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cart-vip__info {
  flex: 1;
}
.cart-vip__heading {
  font-size: 16px;
  color: #000000;
}
@media only screen and (max-width: 37.5em) {
  .cart-vip__heading {
    font-size: 14px;
  }
}
.cart-vip__heading .money {
  color: red;
}
.cart-vip__medium {
  padding-right: 50px;
}
.cart-vip__desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 37.5em) {
  .cart-vip__desc {
    font-size: 12px;
  }
}
.cart-vip__checkbox-box {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .cart-vip {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
  }
}
.vip-checked {
  border: none;
  outline: none;
  padding: 0;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  background-color: #e7e7e7;
  color: #fff;
  position: relative;
}

.vip-checked--checked {
  background-color: var(--color-btn-bg);
  color: #fff;
}

.icon-gou {
  display: block;
  width: 16px;
  height: 10px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg);
  position: absolute;
  left: 5px;
  top: 6px;
}

.swiper-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-btn-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.swiper-button::after {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 37.5em) {
  .swiper-button {
    display: none;
  }
}
.swiper-button--large {
  width: 40px;
  height: 40px;
}
.swiper-button--large::after {
  font-size: 20px;
}

.home_section_swiper .swiper-slide {
  height: auto !important;
}
@media only screen and (max-width: 37.5em) {
  .home_section_swiper .swiper-slide {
    max-width: 152px;
  }
}

.main-heading {
  font-size: 24px;
  color: var(--color-general-heading-text);
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 37.5em) {
  .main-heading {
    font-size: 18px;
  }
}
.main-heading--white {
  color: #fff;
}

.sub-heading {
  font-size: 24px;
  color: var(--color-general-heading-text);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 37.5em) {
  .sub-heading {
    font-size: 18px;
  }
}
.sub-heading::after, .sub-heading::before {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #959595;
  margin: 0 10px;
}
@media only screen and (max-width: 37.5em) {
  .sub-heading::after, .sub-heading::before {
    width: auto;
    flex: 1;
  }
}
.sub-heading--white {
  color: #fff;
}
.sub-heading--white::after, .sub-heading--white::before {
  background-color: #fff;
}

.text-white {
  color: #fff;
}

.swiper-card {
  max-width: 220px;
}

.custom-dialog {
  padding: 20px;
  max-width: 800px;
  height: 95%;
  border-radius: 4px;
  background-color: #ffffff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 37.5em) {
  .custom-dialog {
    height: 100%;
    border-radius: 0;
    padding: 10px;
  }
}
.custom-dialog__top {
  width: 100%;
  flex: none;
  overflow: hidden;
}
.custom-dialog__medium {
  width: 100%;
  flex: 1;
  overflow: hidden;
}
.custom-dialog__bottom {
  width: 100%;
  flex: none;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .custom-dialog__bottom {
    padding-bottom: 30px;
  }
}

.text-length {
  margin: 0;
}

.plugin__table tbody:nth-child(1) tr:not(:first-child) td div {
  font-size: 14px;
}

.bootstrap .modal {
  z-index: 999999999 !important;
}

.shipping-checkbox {
  padding-top: 8px;
  padding-bottom: 12px;
  display: flex;
  justify-content: flex-end;
}
.shipping-checkbox__wrapper {
  display: flex;
  width: 400px;
}
@media only screen and (max-width: 37.5em) {
  .shipping-checkbox__wrapper {
    width: 100%;
  }
}
.shipping-checkbox__buttons {
  flex: none;
}
.shipping-checkbox__info {
  padding-left: 8px;
  flex: 1;
}
.shipping-checkbox__info-title {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.shipping-checkbox__info-desc {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1;
}

.variants_combination_box {
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}

.combination_title {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
.combination_list_container {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-top: 8px !important;
}
.combination_list_item {
  width: calc(33.33% - 10px) !important;
  margin: 0 5px !important;
}
.combination_list_item_selectd {
  height: auto !important;
  border-radius: 4px !important;
  border: 2px solid var(--color-primary-btn-bg) !important;
  position: relative;
}
.combination_list_item_selectd::after {
  content: "";
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--color-primary-btn-bg);
  border-right: 10px solid var(--color-primary-btn-bg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.combination_list_item_selectd::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  bottom: 4px;
  right: 2px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-55deg);
  z-index: 9;
}
.combination_list_item_selectd_img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.combination_list_item_img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

.join-orders-btn-details {
  background: rgba(235, 57, 27, 0.04);
  color: #eb391b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  padding: 10px;
  margin-top: 16px;
  cursor: pointer;
}
.join-orders-btn-details__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join-orders-btn-details__left p {
  margin: 0;
  margin-left: 4px;
}
.combination_list_item {
  display: flex !important;
  flex-direction: column-reverse !important;
  height: auto !important;
  padding: 0 !important;
  margin: 5px !important;
}

.combination_list_item_productName {
  width: 100% !important;
  margin: 0 !important;
  text-align: center;
  padding: 0 4px !important;
}

.list-love-icon, .detail-love-icon, svg, svg path {
  pointer-events: none;
}