@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: #fcede8;
  overflow: hidden;
  position: relative;
}
.m-header__news .go-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
}
.m-header__news .go-btn::after {
  content: ">>";
}
.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;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 60em) {
  .m-header__main--left {
    display: none;
  }
}
@media only screen and (max-width: 60em) {
  .m-header__main--plugin {
    flex: 1;
  }
}
.m-header__main--plugin .plugin__currency {
  margin-right: 0px;
}
.m-header__main--plugin .shoplazza-currency ul.shoplazza-currency__list {
  right: 0 !important;
  left: auto !important;
}
.m-header__main--cart {
  display: flex;
  align-items: center;
}
.m-header__main--cart .search-icon {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}
.m-header__main--cart .search-icon svg {
  width: 26px;
  height: 26px;
}
.m-header__main--medium {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 60em) {
  .m-header__main--medium {
    flex: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.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: 1;
  }
}
.m-header__pc-nav {
  height: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 60em) {
  .m-header__pc-nav {
    display: none;
  }
}
.m-header__logo img {
  display: block;
  width: auto;
  height: 60px;
}
@media only screen and (max-width: 60em) {
  .m-header__logo img {
    height: 40px;
  }
}
.m-header__nav {
  display: none;
}
.m-header.fixed .m-header__ad {
  display: none;
}
.m-header.fixed .m-header__nav {
  height: 80px;
  background-color: #111;
}

.pc-search-box {
  max-width: 200px;
  height: 30px;
  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;
}
.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: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-search-box__icon svg {
  color: #fff;
  fill: #fff;
}

.header__cart {
  line-height: 1;
}

.header__cart-count {
  display: block;
  padding: 0 6px;
  border-radius: 100px;
  background-color: var(--color-cart-dot-bg);
  position: absolute;
  left: 15px;
  top: -40px;
  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: #F4F4F5;
}
.nav-list-mobile-container .header-mobile-new__left .new-nav-1 {
  padding: 0px;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card__text {
  font-size: 12px;
  color: #111;
  font-weight: 500;
  margin: 0;
  font-family: system-ui;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card .link-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 6px;
}
.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__left .nav-main-card:hover .acitve-icon, .nav-list-mobile-container .header-mobile-new__left .nav-main-card.active .acitve-icon {
  display: block;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card:hover .inactive-icon, .nav-list-mobile-container .header-mobile-new__left .nav-main-card.active .inactive-icon {
  display: none;
}
.nav-list-mobile-container .header-mobile-new__right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 110px;
  z-index: auto;
  overflow-y: auto;
  background-color: #F4F4F5;
}

.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: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
@media only screen and (max-width: 60em) {
  .header-nav-pc-dialog {
    z-index: 9999;
  }
}
.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 {
  width: 100%;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
@media only screen and (max-width: 60em) {
  .l-card-group__title {
    font-size: 16px;
    color: #FF3076;
    padding: 12px 0px;
    margin: 0;
  }
}
.l-card-group__title.float {
  margin-top: 150px;
}
@media only screen and (max-width: 60em) {
  .l-card-group__title.float {
    margin-top: 100px;
  }
}
.l-card-group__list {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.l-card-group__wrapper {
  position: relative;
}
.l-card-group__item {
  width: 120px;
  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-group__item.active .l-card__icon {
  display: flex;
  animation: bounce2 0.4s ease infinite alternate;
}
.l-card-group__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-color: #FFFFFF;
  padding: 20px 30px 20px 0px;
  position: absolute;
  top: 0;
  right: 65%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
.l-card-group__left-hide {
  display: none;
}
.l-card-group__left-content {
  background-color: #EAEAEA;
  border-radius: 8px;
  padding: 8px;
}
.l-card-group__tab {
  cursor: pointer;
  width: 318px;
  font-size: 20px;
  color: #111111;
  padding: 14px 20px 14px 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}
.l-card-group__tab:hover {
  background-color: #CDCDCD;
}
.l-card-group__right {
  flex: 2;
  background-color: #FFFFFF;
  padding: 0px 0px 0px 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35%;
  z-index: 9999;
  overflow-y: auto;
}
.l-card-group__right-content {
  position: relative;
}
.l-card-group__right-title {
  width: 100%;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.l-card-group__right-item {
  padding: 0px;
  margin-right: 30px;
  margin-bottom: 4px;
}
.l-card-group__right-full {
  margin-top: 20px;
  left: 360px;
  right: 360px;
  background-color: #FFFFFF;
}
.l-card-group__third {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  left: 0px;
  display: none;
}
@media only screen and (max-width: 60em) {
  .l-card-group__third {
    left: 0;
  }
}
.l-card-group__third-item {
  width: 100px;
  margin-right: 20px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 60em) {
  .l-card-group__third-item {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.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;
}
.l-card__icon {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  display: none;
}

@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: 20px !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;
}
.plugin__currency {
  padding: 0px 5px;
}

.plugin__currency--left ul.shoplazza-currency__list {
  left: 0 !important;
  right: auto !important;
  z-index: 99999999999 !important;
}

.header-mobile-new__left .nav-main-card__special {
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  border-radius: 15px;
}
.header-mobile-new__right .page-nav {
  background-color: #FFFFFF;
}
.header-mobile-new__right .l-card__title {
  color: #000000;
}
.header-mobile-new__right .l-card-group {
  background-color: #FFFFFF;
}
.header-mobile-new__right .l-card-group__block {
  background-color: #FFFFFF;
}
.header-mobile-new__right .l-card-group__title-block {
  width: 100%;
}
.header-mobile-new__right .l-card-group__title {
  width: 100%;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 600;
}
.header-mobile-new__right .l-card-group__title::after {
  display: none;
}
.header-mobile-new__right .l-card-group__title::before {
  display: none;
}
@media only screen and (max-width: 60em) {
  .header-mobile-new__right .l-card-group__item {
    padding: 0;
  }
}

@keyframes bounce2 {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(5px) scale(0.98);
  }
}
.nav-list-mobile-container .header-mobile-new {
  width: 120px;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card {
  padding: 18px 4px;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card__text {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card.active {
  border-left: 4px solid #FF3076;
}
.nav-list-mobile-container .header-mobile-new__left .nav-main-card svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.nav-list-mobile-container .header-mobile-new__left .new-nav-1__url .nav-main-card {
  background-color: #FFE1EC;
}
.nav-list-mobile-container .header-mobile-new__right {
  background-color: #FFFFFF;
}
.nav-list-mobile-container .header-mobile-new__right .anchor-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px 0px;
}
.nav-list-mobile-container .header-mobile-new__right .anchor-list__item {
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  color: #FF3076;
  border: 1px solid #FF3076;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-list-mobile-container .header-mobile-new__right .anchor-list__item.active {
  background-color: #FF3076;
  color: #ffffff;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group {
  position: relative;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__wrapper {
  position: relative;
  width: 33%;
  padding: 5px;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__item {
  width: 100%;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__item .l-card__icon {
  display: none;
  justify-content: center;
  margin-top: 2px;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__item .l-card__icon svg {
  width: 12px;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__item.active .l-card__icon {
  display: flex;
  animation: bounce2 0.4s ease infinite alternate;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__third {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10px;
  margin-top: 12px;
  display: none;
  width: 100%;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__third-item {
  width: 70px;
  padding: 5px;
  font-size: 12px;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__third-item .l-card__title {
  padding-top: 8px;
}
.nav-list-mobile-container .header-mobile-new__right .l-card-group__third-item img {
  border-radius: 4px;
}
.nav-list-mobile-container .header-mobile-new__right .l-card__title {
  color: #333333;
  font-size: 12px;
}

.gift-finder-mobile {
  width: 100%;
  position: relative;
  display: none;
}
.gift-finder-mobile__content {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gift-finder-mobile .gift-finder__header {
  margin-bottom: 18px;
}
.gift-finder-mobile .gift-finder__list {
  width: 100%;
  margin-bottom: 24px;
}
.gift-finder-mobile .gift-finder__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gift-finder-mobile .gift-finder__title {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  margin: 0;
}
.gift-finder-mobile .gift-finder__desc {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.gift-finder-mobile .gift-finder .collection-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 6px;
}
.gift-finder-mobile .gift-finder .collection-tags__item {
  font-size: 12px;
  border: 1px solid #979899;
  border-radius: 20px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #303133;
  padding: 8px 16px;
  border: 1px solide #DDDDDD;
  cursor: pointer;
}
.gift-finder-mobile .gift-finder .collection-tags__item.active {
  background-color: #FF95BC;
  border: 1px solid #FF95BC;
  color: #fff;
}
.gift-finder-mobile .gift-finder .btn-back {
  border: none;
  outline: none;
  border-radius: 6px;
  height: 44px;
  background-color: #D6D6D6;
  color: #303133;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.gift-finder-mobile .gift-finder .btn-continute {
  border: none;
  outline: none;
  border-radius: 6px;
  height: 44px;
  background: #303133;
  font-weight: bold;
  display: flex;
  color: #fff;
  align-items: center;
}
.gift-finder-mobile .gift-finder .btn-continute svg {
  fill: white;
}
.gift-finder-mobile .gift-finder .btn-continute.disabled {
  background-color: #D6D6D6;
  color: #fff;
}
.gift-finder-mobile .gift-finder .btn-continute.disabled svg {
  fill: #fff;
}

.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;
}