/** Shopify CDN: Minification failed

Line 848:19 Unexpected "/"

**/
.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .hide-tablet {
    display: none !important;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: 0.3px;
}

.yg-hover-image img {
  transition: transform 0.3s ease-in-out;
}

.yg-hover-image:hover img {
  transform: scale(1.05);
}

/* judge me */
.jm-review-widget {
  padding-block: 0 !important;
}

.jm-review-widget-header__title {
  font-family: var(--font-stack-header) !important;
  font-family: var(--font-stack-header);
  font-size: 36px !important;
  font-weight: var(--font-weight-header);
  font-style: normal;
  font-style: var(--font-style-header);
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.36px;
  color: var(--color-heading-text);
}

.jm-review-widget .jm-action-buttons__button {
  min-height: 48px;
  border-radius: 50px !important;
}

.jdgm-review-content__body-content {
  line-height: 1.4 !important;
}

.jdgm-review-content__body-content * {
  line-height: 1.4 !important;
  color: #000004cc !important;
}

@media (max-width: 767px) {
  .jm-review-widget-header__title {
    font-size: 28px !important;

    margin-block-end: 12px;
  }

  .jm-review-widget .jm-action-buttons__button {
    min-height: 46px;
  }

  .jdgm-review-content__body-content * {
    font-size: 14px;
  }

  #quick-chat-iframe {
    inset: auto 0 24vw auto !important;
  }
}

.template-page #MainContent {
  padding-bottom: 0 !important;
}

/* cart drawer */
.yg-drawer-text-container {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  color: #ffcf8d;
  background: #000000;
}

.yg-drawer-text-container .yg-drawer-icon {
  flex: 0 0 auto;
  width: var(--size);
  height: var(--size);

  --size: 20px;
}

.yg-drawer-account-link {
  flex: 0 0 auto;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.yg-drawer-marquee {
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
}

.yg-drawer-marquee__track {
  display: inline-flex;
  width: max-content;
  animation: ygDrawerMarquee 32s linear infinite;
}

.yg-drawer-marquee__group {
  display: inline-flex;
  flex: 0 0 auto;
}

.yg-drawer-text {
  display: inline-block;
  padding-right: 32px;
}

@keyframes ygDrawerMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .yg-drawer-marquee__track {
    animation: none;
  }
}

.yg-cart-drawer-wrapper {
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #f2f3f5;

  --scd__footer-height: 320px;
  --yg-cart-item-image-size: 90px;
  --yg-cart-item-control-size: 24px;
  --yg-cart-item-quantity-width: 40px;
}

.cart-drawer-section .yg-cart-drawer-content {
  --width: 520px;
  width: var(--width);
}

.yg-cart-drawer-header {
  display: grid;
  gap: 20px;
  padding: 28px 32px 0;
  background: #fff;
}

.yg-cart-drawer-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.yg-cart-drawer-title {
  font-family: var(--font-stack-header);
  font-size: 20px;
  font-style: normal;
  line-height: 140%; /* 31.2px */
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
  color: #000000;
}

.yg-cart-drawer-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  margin-inline: auto 0;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 24px;
  border: 1.25px solid rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3.5px);
  padding: 0;

  --size: 32px;
}

.yg-cart-drawer-close svg {
  width: var(--size);
  height: var(--size);

  --size: 16px;
}

.yg-cart-drawer-wrapper form {
  overflow-y: auto;
}

.yg-cart-drawer-wrapper .yg-cart-products-body {
  overflow-x: initial !important;
  overflow-y: clip;
  /* margin-top: 20px; */
  padding-inline: 0;
  padding-bottom: var(--scd__footer-height, 460px);
}

.yg-cart-drawer-wrapper .yg-cart-items-wrapper {
  display: flex;
  flex-direction: column;
  padding: 28px 32px 0;
  border-radius: 0;
  background: #ffffff;
}

.yg-cart-drawer-wrapper .scd-item {
  padding: 0;
  padding-block-end: 28px;
}

.yg-cart-drawer-wrapper .scd-item + .scd-item {
  margin-top: 0;
  padding-block: 28px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}

.yg-cart-drawer-wrapper foxkit-incart-upsell + .scd-item {
  margin-top: 0;
  padding-block: 28px;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2);
}

.yg-cart-drawer-wrapper .scd-item:nth-of-type(0) {
  padding-block-end: 0;
}

.yg-cart-drawer-wrapper .scd-item__inner {
  display: flex;
  align-items: flex-start;
  gap: var(--block-gap-sm);
  width: 100%;
}

.yg-cart-drawer-wrapper .scd-item__image {
  overflow: hidden;
  flex: 0 0 var(--yg-cart-item-image-size);
  width: var(--yg-cart-item-image-size);
  height: var(--yg-cart-item-image-size);
  border: none;
}

.yg-cart-drawer-wrapper .scd-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.yg-cart-drawer-wrapper .scd-item__image a::before {
  display: none;
}

.yg-cart-drawer-wrapper .scd-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yg-cart-drawer-wrapper .scd-item__info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--block-gap-sm);
  min-width: 0;
  padding-left: 0;
}

.yg-cart-drawer-wrapper .yg-cart-item-details {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.yg-cart-drawer-wrapper .yg-cart-item-title {
  font-family: var(--font-stack-header);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-width: 0;
  letter-spacing: 0;
  text-overflow: ellipsis;
  color: #000000;

  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.yg-cart-drawer-wrapper .scd-item__remove {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  width: var(--yg-cart-item-control-size);
  height: var(--yg-cart-item-control-size);
  margin-left: 0;
  padding: 3px;
  text-decoration: none;
  color: #696d75;
  border-radius: var(--radius-xs);
  background: #f2f3f5;
}

.yg-cart-drawer-wrapper .scd-item__remove svg {
  width: 18px;
  height: 18px;
}

.yg-cart-drawer-wrapper .scd-item__variant {
  width: 100%;
  margin-top: var(--spacing-1-5);
}

.yg-cart-drawer-wrapper .scd-item__variant-option,
.yg-cart-drawer-wrapper .yg-cart-item-selling-plan {
  font-weight: 600;
  line-height: 140%;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0;
  text-overflow: ellipsis;
  color: #8d9096;
}

.yg-cart-drawer-wrapper .yg-cart-item-selling-plan,
.yg-cart-drawer-wrapper .scd-item__variant-option + .scd-item__variant-option {
  margin-top: var(--spacing-1-5);
}

.yg-cart-drawer-wrapper .yg-cart-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--block-gap-sm);
  width: 100%;
}

.yg-cart-drawer-wrapper .scd-item__prices,
.yg-cart-drawer-wrapper .cart-drawer__discounted-prices {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  white-space: nowrap;
}

.yg-cart-drawer-wrapper .scd-item__price,
.yg-cart-drawer-wrapper .scd-item__original-price.scd-item__price {
  font-family: var(--font-stack-header);
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0;
  color: #000004;
}

.yg-cart-drawer-wrapper del.scd-item__original-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  order: 2;
  letter-spacing: 0;
  margin: 0;
  color: #c3c5c8;
  text-decoration-line: line-through;
}

.yg-cart-drawer-wrapper .scd-item__price--discount {
  order: 1;
}

.yg-cart-drawer-wrapper .scd-item__quantity {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: var(--yg-cart-item-control-size);
  background: transparent;
}

.yg-cart-drawer-wrapper .scd-item__btn {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--yg-cart-item-control-size);
  height: var(--yg-cart-item-control-size);
  padding: 0;
  color: #414448;
  border-radius: var(--radius-xs);
  background: #f2f3f5;
}

.yg-cart-drawer-wrapper .scd-item__qty_input {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  width: var(--yg-cart-item-quantity-width);
  height: var(--yg-cart-item-control-size);
  padding: 0 var(--spacing-1);
  text-align: center;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.85);
  border: 0;
  background: transparent;
  appearance: textfield;
}

.yg-cart-drawer-wrapper .scd-item__qty_input::-webkit-inner-spin-button,
.yg-cart-drawer-wrapper .scd-item__qty_input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.yg-cart-drawer-wrapper .scd-item__discounts {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.yg-cart-drawer-wrapper .scd-item__discounts li {
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 0;
  margin-top: 0;
  padding: var(--spacing-2-5) var(--spacing-3) !important;
  letter-spacing: 0;
  color: rgba(0, 0, 4, 0.6);
  border-radius: var(--radius-xs);
  background: #f7f8f9;
  height: 36px;
}

.yg-cart-drawer-wrapper .scd-item__discounts li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yg-cart-drawer-wrapper .scd-item__discounts svg {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 0;
}

.yg-cart-drawer-wrapper .scd__summary {
  margin-bottom: 16px;
  padding-top: 0;
}

.yg-cart-drawer-wrapper .scd__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #ffffff;

  backdrop-filter: blur(24px);
}

.yg-cart-bottom-wrapper {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-block: 0 6px;
  color: #505359;
}

.yg-cart-bottom-wrapper .yg-cart-discount-price {
  color: var(--color, #e41c29);
}

/* .yg-cart-total-cart {
  font-family: var(--font-stack-header);
  color: #505359;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
} */

.yg-cart-total-cart-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.yg-cart-total-cart-price-label {
  font-family: var(--font-stack-header);
  color: #505359;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.14px;
}

.yg-cart-drawer-wrapper .scd__subtotal-price {
  font-family: var(--font-stack-header);
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
}

.yg-delivery-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block: 0 8px;
}

.yg-delivery-info .yg-delivery-info__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.yg-delivery-info__icon yg-image {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.yg-delivery-info__text {
  font-family: var(--font-stack-header);
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: -0.12px;
  color: rgba(0, 0, 0, 0.88);
}

.yg-delivery-info__text strong {
  color: #982423;
}

.yg-cart-payment-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.yg-cart-payment-item svg {
  width: auto;
  height: 18px;
}

.yg-cart-payment-item::before {
  display: none !important;
}

.yg-cart-action-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 8px;
  width: 100%;
}

.yg-action-view-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #222326;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-family: var(--font-stack-header);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.14px;
  height: 44px;
}

.yg-cart-drawer-wrapper .yg-cart-checkout-button {
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 44px;
  font-family: var(--font-stack-header);
  letter-spacing: -0.14px;
  letter-spacing: 0.28px;
  border-radius: 999px;
  background: linear-gradient(95deg, #c0403f 0%, #982423 91.68%) !important;
  --color-btn-text: #ffffff;
  margin-block-end: 10px;
}

.yg-cart-drawer-wrapper .yg-cart-checkout-button:hover {
  box-shadow: none !important;
}

.yg-cart-drawer-wrapper .scd-cart__discounts li {
  font-size: 12px;
  line-height: 1.2;
  justify-content: flex-start;
  margin-top: 8px;
  list-style: none;
}

.yg-cart-drawer-wrapper .scd-cart__discounts li svg {
  flex-shrink: 0;
  width: 12px;
  margin-right: 0;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .cart-drawer-section .yg-cart-drawer-content {
    --width: 100%;
  }

  .yg-cart-drawer-header {
    padding: 24px 24px 8px;
  }

  .yg-cart-drawer-wrapper {
    --scd__footer-height: 270px;
    --yg-cart-item-image-size: 90px;
  }

  .yg-cart-drawer-wrapper .yg-cart-products-body {
    padding-inline: 0;
  }

  .yg-cart-drawer-wrapper .yg-cart-items-wrapper {
    padding: 0;
  }

  .yg-cart-drawer-wrapper .scd-item {
    padding: 28px 24px;
  }

  .yg-cart-drawer-wrapper .scd-item__inner {
    gap: 16px;
  }

  .yg-cart-drawer-wrapper .scd-item__info {
    gap: 16px;
  }

  .yg-cart-drawer-wrapper .yg-cart-item-actions {
    gap: 16px;
  }

  .yg-cart-drawer-wrapper .yg-cart-item-title {
    letter-spacing: 0;
  }

  .yg-cart-drawer-wrapper .scd-item__variant-option {
    line-height: 140%;
    letter-spacing: 0;
  }

  .yg-cart-drawer-wrapper .scd-item__price,
  .yg-cart-drawer-wrapper .scd-item__original-price.scd-item__price {
    letter-spacing: 0;
  }

  .yg-cart-drawer-wrapper del.scd-item__original-price {
    letter-spacing: 0;
  }

  .yg-cart-drawer-wrapper .scd-item__discounts li {
    line-height: 150%;
    margin-top: 0;
    height: 32px;
    letter-spacing: 0;
  }

  .yg-cart-drawer-wrapper .scd-item__discounts li:before {
    display: none;
  }

  .scd__wrapper:not(.sf-cart) .scd__content {
    width: 100% !important;
  }

  .yg-cart-drawer-wrapper .scd__summary {
    margin-bottom: 10px;
  }

  .yg-cart-drawer-wrapper .yg-cart-checkout-button {
    margin-bottom: 10px;
  }

  .yg-delivery-info {
    margin-block-end: 4px;
  }

  .yg-card-field__input {
    height: 36px;
  }
}

.home-banner__slideshow .sf-slider__controls-button {
  position: static;
  top: auto;
  display: flex;
  height: auto;
  margin: 0;
  transform: none;
}

body .swiper-button-next svg,
body .swiper-button-prev svg {
  width: auto;
  height: auto;
}

/* header */

/*
  ===================================
   Mega Menu - Product List (Figma 26061-6810)
  ===================================
*/
/* 两栏布局：240px 侧栏 + 内容区 */
.yg-mega-product-list-container .yg-mpl-inner {
  display: flex;
  align-items: stretch;
  grid-template-columns: none;
  gap: 40px;
  max-width: calc(var(--fluid-container-width, 1620px) + var(--offset-x) * 2);
  padding: 24px 0;
  padding-right: var(--offset-x);
  padding-left: var(--offset-x);
}

/* 左侧：分类胶囊 + 对比按钮 */
.yg-mega-product-list-container .yg-mpl-sidebar {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  width: 240px;
  padding-right: 0;
  padding-bottom: 12px;
  border-right: none;
}

.yg-mpl-category-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 70vh;
  overflow-y: auto;
    /* Firefox */
  scrollbar-width: none;

  /* IE */
  -ms-overflow-style: none;
}

* 整个滚动条 */
.yg-mpl-category-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.yg-mpl-category-list .yg-mpl-category {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 8px;
}

/* .yg-mpl-category-list .yg-mpl-category:hover {
  border-left: none;
  background: rgba(242, 243, 245, .6);
} */

.yg-mpl-category-list .yg-mpl-category.active {
  border-left: none;
  background: rgba(242, 243, 245, 0.6);
}

.yg-mpl-category-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  flex: 1 0 0;
  min-width: 0;
  white-space: normal;
  letter-spacing: -0.14px;
  word-break: break-word;
  color: #000000;
}

.yg-mpl-category-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  transform: translateY(-1px);
  color: #000000;
}

/* 叶子二级项无展开箭头 */
.yg-mpl-category > .yg-mpl-category-arrow {
  display: none;
}

.yg-mpl-category.yg-mpl-category--parent > .yg-mpl-category-arrow {
  display: flex;
}

.yg-mega-product-list-container .yg-mpl-submenu.active {
  display: grid;
}

/* 可展开的二级分组 */
.yg-mpl-group {
  display: flex;
  flex-direction: column;
}

.yg-mpl-category--parent {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 8px;
}

/* .yg-mpl-category--parent:hover {
  background: rgba(242, 243, 245, .6);
} */

.yg-mpl-category--parent .yg-mpl-category-arrow {
  transform: rotate(90deg);
}

.yg-mpl-group.open > .yg-mpl-category--parent .yg-mpl-category-arrow {
  transform: rotate(-90deg);
}

.yg-mpl-subcategory-list {
  display: none;
  flex-direction: column;
}

.yg-mpl-group.open > .yg-mpl-subcategory-list {
  display: flex;
}

/* 三级菜单项（侧栏内联） */
.yg-mpl-subcategory-list .yg-mpl-subcategory {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-radius: 8px;
}

.yg-mpl-subcategory-list .yg-mpl-subcategory:not(.active):hover,
.yg-mpl-category-list .yg-mpl-category:not(.active):hover {
  background: transparent;
}

.yg-mpl-subcategory-list .yg-mpl-subcategory .yg-mpl-category-title {
  font-weight: 400;
}

.yg-mpl-subcategory-list .yg-mpl-subcategory.active {
  border-left: none;
  background: #f9f9fa;
}

.yg-mpl-subcategory-list .yg-mpl-subcategory.active .yg-mpl-category-title {
  color: #982423;
}

.yg-mpl-subcategory-list .yg-mpl-subcategory .yg-mpl-category-arrow {
  transition: opacity 0.2s ease;
  opacity: 0;
}

.yg-mpl-subcategory:hover .yg-mpl-category-arrow,
.yg-mpl-subcategory.active .yg-mpl-category-arrow {
  opacity: 1;
}

/* 对比按钮 */
.yg-mpl-compare-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 6px;
  padding: 12px 24px;
  transition: opacity 0.2s ease;
  letter-spacing: -0.14px;
  color: #ffffff;
  border-radius: 999px;
  margin-block-start: 24px;
  background: #222326;
}

.yg-mpl-compare-btn:hover {
  opacity: 0.85;
  color: #ffffff;
}

.yg-mpl-compare-btn svg {
  flex-shrink: 0;
}

/* 右侧：内容区 */
.yg-mpl-content {
  position: relative;
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  min-width: 0;
  padding: 8px 0 32px;
}

.yg-mpl-submenu {
  display: none;
  flex-direction: column;
  gap: 16px;
  animation: fadeIn 0.3s ease;
}

.yg-mpl-submenu.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    transform: translateX(-10px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.yg-mpl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.yg-mpl-heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #000000;
  /* white-space: nowrap; */
}

.yg-mpl-viewall {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  transition: color 0.2s ease;
  white-space: nowrap;
  letter-spacing: -0.14px;
  color: #2f2f2f;
}

.yg-mpl-viewall:hover {
  color: #982423;
}

/* 产品卡片网格 */
.yg-mpl-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.yg-mpl-grid.yg-mpl-collection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yg-menu-card-container .yg-mpl-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.yg-mpl-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 16px 24px 20px 16px;
  transition: transform 0.2s ease;
  text-align: center;
  border-radius: 4px;
  background: #f9f9fa;
}

/* .yg-mpl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
} */

.yg-mpl-card-img {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: var(--sizeL);
  object-fit: contain;

  aspect-ratio: 1 / 1;
  --sizeL: 108px;
}

.yg-mega-collection-list .yg-mpl-card-img {
  --sizeL: 108px;
}

.yg-mpl-card-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: contain;

  filter: brightness(1.02) contrast(1.02);
  mix-blend-mode: multiply;
}

@supports (mix-blend-mode: multiply) {
  .yg-mpl-card-img img {
    filter: brightness(1.02) contrast(1.02);
    mix-blend-mode: multiply;
    /* 顺便把不那么纯白的边缘变纯白 */
  }
}

.yg-mpl-card:hover .yg-mpl-card-img img {
  transform: scale(1.05);
}

.yg-mpl-card-placeholder {
  width: 100%;
  height: 100%;
}

.yg-mpl-card-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
}

.yg-mpl-card-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  width: 100%;
  min-width: 0;
  max-width: 180px;
  letter-spacing: -0.14px;
  text-overflow: ellipsis;
  color: #000000;

  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.yg-mpl-card-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  flex: none;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  letter-spacing: -0.12px;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.6);

  -webkit-line-clamp: 1;
  line-clamp: 1;
}

/* 角标 */
.yg-mpl-tag {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 1px 10px 0;
  letter-spacing: -0.12px;
  color: #ffffff;
  border-radius: 24px;
  background: #982423;
}

.yg-mpl-tag.hot-tag {
  color: #33100f;
  background: #ffdcda;
}

.yg-mpl-tag.new-tag {
  color: #092a0f;
  background: rgb(174, 245, 179);
}

.yg-mpl-tag.discount-tag {
  color: #092a0f;
  background: rgb(245, 220, 151);
}

@media (max-width: 1280px) {
  .yg-mpl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.yg-mpl-grid.yg-mega-collection-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.yg-menu-product-list-card.yg-mpl-card {
  flex-direction: row;
  gap: 16px;
}

.yg-menu-product-list-card.yg-mpl-card .yg-mpl-card-info {
  display: -webkit-box;
  overflow: hidden;
  flex: 1;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  min-width: 0;
  text-align: left;
  white-space: normal;

  -webkit-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-clamp: 2;
}

.yg-menu-product-list-card.yg-mpl-card .yg-mpl-card-img {
  flex-shrink: 0;

  --sizeL: 100px;
}

.yg-banner-list-inner .yg-mpl-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.yg-menu-not-container .yg-mpl-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yg-menu-banner-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.yg-menu-banner-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 12px;

  /* aspect-ratio: 3 / 2; */
}

.yg-menu-banner-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.yg-menu-banner-card:hover .yg-menu-banner-img img {
  transform: scale(1.05);
}

.yg-menu-banner-title {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.14px;
  color: #000000;
}

.yg-menu-banner-desc {
  font-size: var(--Font-Body-Xs, 12px);
  font-weight: 400;
  font-style: normal;
  line-height: 150%;
  display: -webkit-box;
  overflow: hidden;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  letter-spacing: -0.12px;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.8);

  -webkit-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-clamp: 2;
}

.yg-menu-banner-desc p {
  white-space: normal;
}

.yg-menu-item-card {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 12px;

  aspect-ratio: 3 / 2;
}

.yg-menu-banner-info.yg-menu-item-info {
  position: absolute;
  overflow: hidden;
  padding: 40px 16px 20px;

  inset: auto 0 0;
}

.yg-menu-banner-info.yg-menu-item-info::before {
  position: absolute;
  z-index: 0;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(1, 3, 36, 0) 0%,
    rgba(1, 3, 36, 0.2) 300,
    rgba(1, 3, 36, 0.5) 100%
  );

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  inset: 0;
  mask-image: linear-gradient(
    180deg,
    rgba(1, 3, 36, 0) 0%,
    rgba(1, 3, 36, 0.2) 30%,
    rgba(1, 3, 36, 0.5) 100%
  );
}

.yg-menu-banner-info.yg-menu-item-info > * {
  font-size: var(--Font-Body-Base, 16px);
  font-weight: 600;
  font-style: normal;
  line-height: 140%;
  position: relative;
  z-index: 1;
  letter-spacing: -0.16px;
  color: #ffffff;
}

@media (max-width: 1150px) {
  .yg-menu-banner-img {
    aspect-ratio: 35 / 18;
  }

  .yg-menu-banner-card {
    gap: 16px;
  }

  .yg-grandchild-product-list .yg-mpl-card {
    gap: 12px;
    border-radius: 4px;
  }

  .yg-mpl-card-img {
    --sizeL: 120px;
  }

  .yg-menu-item-card.yg-menu-banner-card {
    aspect-ratio: auto;
  }
}

/* yg-solution-product-card */

.yg-solution-product-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  min-height: 100%;
  padding: 36px 24px;
  border-radius: 12px;
  background: #ffffff;
}

.yg-solution-product-list-card {
  width: 100%;
}

.yg-solution-product-list-card__item.is-hidden {
  display: none;
}

/* yg-solution-article main product (placeholder module) */

.yg-solution-article-main-product {
  display: block;
  width: 100%;
  margin: 40px 0;
}

.yg-solution-article-main-product .yg-solution-product-card {
  overflow: hidden;
  gap: 80px;
  padding: 36px 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.yg-solution-article-main-product .yg-solution-product-card__media {
  flex: 0 0 40%;
  max-width: 460px;
}

.yg-solution-article-main-product .yg-solution-product-card__image-wrap {
  width: 100%;
  height: auto;

  aspect-ratio: 1 / 1;
}

.yg-solution-article-main-product .yg-solution-product-card__copy {
  gap: 16px;
}

.yg-solution-article-main-product .yg-solution-product-card__title {
  font-size: 24px;
  letter-spacing: 0;
}

@media (max-width: 1023px) {
  .yg-solution-article-main-product .yg-solution-product-card {
    gap: 32px;
    padding: 32px 24px;
  }

  .yg-solution-article-main-product .yg-solution-product-card__media {
    flex-basis: 38%;
  }
}

@media (max-width: 767px) {
  .yg-solution-article-main-product {
    margin: 20px 0;
  }

  .yg-solution-article-main-product .yg-solution-product-card {
    gap: 16px;
    padding: 28px 16px;
  }

  .yg-solution-article-main-product .yg-solution-product-card__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }

  .yg-solution-article-main-product .yg-solution-product-card__image-wrap {
    width: 200px;
    margin-inline: auto;
  }

  .yg-solution-article-main-product .yg-solution-product-card__title {
    font-size: 18px;
    letter-spacing: -0.18px;
  }
}

.yg-solution-product-card__media {
  flex: 0 0 220px;
  max-width: 220px;
}

.yg-solution-product-card__image-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.yg-solution-product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
}

.yg-solution-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;

  mix-blend-mode: multiply;
}

.yg-solution-product-card__thumb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.yg-solution-product-card__thumb-placeholder {
  width: 100%;
  border-radius: 8px;

  aspect-ratio: 220 / 93;
}

.yg-solution-product-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
  padding-right: 16px;
}

.yg-solution-product-card__copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yg-solution-product-card__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yg-solution-product-card__title {
  font-family: var(--font-stack-header);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin: 0;
  text-decoration: none;
  letter-spacing: -0.18px;
  color: #000000;
  text-overflow: ellipsis;

  -webkit-line-clamp: 2; /* 限制2行 */
}

.yg-solution-product-card__description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -0.13px;
  color: #414448;
}

.yg-solution-product-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 4px 12px;
  border-radius: 8px;
  background: #fcf5f6;
}

.yg-solution-product-card__rating:empty {
  display: none;
}

.yg-solution-product-card__rating .spr-badge,
.yg-solution-product-card__rating .jdgm-prev-badge,
.yg-solution-product-card__rating .loox-rating,
.yg-solution-product-card__rating .stamped-product-reviews-badge {
  font-size: 14px;
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222326;
}

/* yg-solution-product-card rich (bullet) description */

.yg-solution-product-card__description--rich {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.14px;
  color: #000000;
}

.yg-solution-product-card__description--rich > :first-child {
  margin-top: 0;
}

.yg-solution-product-card__description--rich > :last-child {
  margin-bottom: 0;
}

.yg-solution-product-card__description--rich ul,
.yg-solution-product-card__description--rich ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yg-solution-product-card__description--rich li {
  position: relative;
  padding-left: 24px;
}

.yg-solution-product-card__description--rich li::before {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 2px;
  background: #000000;
}

.yg-solution-product-card__variant-picker {
  width: 100%;
}

.yg-solution-product-card__select-wrap,
.yg-solution-product-card__select-wrap.el-select {
  position: relative;
  width: 100%;
}

.yg-solution-product-card__select-wrap .el-input {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.yg-solution-product-card__select-wrap .el-select {
  display: block;
  width: 100%;
}

.yg-solution-product-card__select-display {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 48px;
  left: 16px;
  overflow: hidden;
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transform: translateY(-50%);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.14px;
  text-overflow: ellipsis;
  color: #000000;
}

.yg-solution-product-card__select-wrap
  .el-input.has-select-display
  .el-input__inner {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.yg-solution-product-card__select-wrap .el-input__inner {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  padding: 19px 48px 19px 16px;
  cursor: pointer;
  transition:
    border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  letter-spacing: -0.14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 48px !important;
  color: #000000;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  background: #ffffff;
}

.yg-solution-product-card__select-wrap .el-input__inner:focus {
  border-color: #c0c4cc;
  outline: none;
  box-shadow: 0 0 0 1px rgba(192, 196, 204, 0.18);
}

.yg-solution-product-card__select-wrap .el-input__suffix {
  right: 16px;
  display: flex;
  align-items: center;
}

.yg-solution-product-card__select-wrap .el-input__suffix-inner {
  display: inline-flex;
  align-items: center;
}

.yg-solution-product-card__select-wrap .el-select__caret {
  font-size: 0;
  width: 20px;
  height: 20px;
  transform: none !important;
  transform-origin: center;
  color: transparent;
}

.yg-solution-product-card__select-wrap .el-select__caret::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15 7.91663L10 12.9166L5 7.91663H15Z' fill='%23333333' stroke='%23333333' stroke-width='1.66667' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.yg-solution-product-card__select-wrap .el-input .el-select__caret.is-reverse {
  transform: rotate(180deg) !important;
}

.yg-solution-product-card__select-dropdown.el-select-dropdown {
  max-width: 100%;
  margin-top: 8px;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.yg-solution-product-card__select-dropdown .el-scrollbar__view {
  padding-block: 0;
}

.yg-solution-product-card__select-dropdown .el-select-dropdown__item {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  height: auto;
  min-height: 44px;
  padding: 12px 16px;
  letter-spacing: -0.14px;
  color: #000000;
}

.yg-solution-product-card__select-dropdown .el-select-dropdown__item.hover,
.yg-solution-product-card__select-dropdown .el-select-dropdown__item:hover {
  background: #f5f7fa;
}

.yg-solution-product-card__select-dropdown .el-select-dropdown__item.selected {
  color: #982423;
  background: rgba(152, 36, 35, 0.06);
}

.yg-solution-product-card__pricing {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.yg-solution-product-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.yg-solution-product-card__price {
  font-family: var(--font-stack-header);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #000000;
}

.yg-solution-product-card__compare-price {
  font-family: var(--font-stack-header);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: line-through;
  letter-spacing: -0.16px;
  color: #a9aaac;
}

.yg-solution-product-card__compare-price.is-hidden {
  display: none;
}

.yg-solution-product-card__divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.yg-solution-product-card__installment {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.14px;
  color: rgba(0, 0, 0, 0.88);
}

.yg-solution-product-card__installment > :first-child {
  margin-top: 0;
}

.yg-solution-product-card__installment > :last-child {
  margin-bottom: 0;
}

.yg-solution-product-card__actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
}

.yg-solution-product-card__form,
.yg-solution-product-card__form-inner {
  display: contents;
}

.yg-solution-product-card__button {
  font-family: var(--font-stack-header);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 1 1 0;
  justify-content: center;
  min-height: 56px;
  padding: 16px 20px;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.14px;
  border: none;
  border-radius: 40px;
}

.yg-solution-product-card__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}

.yg-solution-product-card__spinner .animate-spin {
  display: block;
}

.yg-solution-product-card__button-text {
  transition: opacity 0.2s ease;
}

.yg-solution-product-card__form.adding
  .yg-solution-product-card__button--primary,
.yg-solution-product-card__button.sf-spinner-loading {
  pointer-events: none;
}

.yg-solution-product-card__form.adding
  .yg-solution-product-card__button--primary
  .yg-solution-product-card__spinner,
.yg-solution-product-card__button.sf-spinner-loading
  .yg-solution-product-card__spinner {
  display: inline-flex;
}

.yg-solution-product-card__form.adding
  .yg-solution-product-card__button--primary
  .yg-solution-product-card__button-text,
.yg-solution-product-card__button.sf-spinner-loading
  .yg-solution-product-card__button-text {
  opacity: 0;
}

.yg-solution-product-card__button:hover {
  transform: translateY(-1px);
}

.yg-solution-product-card__button--primary {
  color: #ffffff;
  background: #982423;
}

.yg-solution-product-card__button--primary:disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 0.45;
}

.yg-solution-product-card__button--secondary {
  color: #ffffff !important;
  background: #010101;
}

.yg-solution-product-card__form-error {
  display: none;
}

.el-select .el-input__inner {
  padding-right: 35px !important;
}

@media (max-width: 1023px) {
  .yg-solution-product-card {
    gap: 24px;
    padding: 32px 20px;
  }

  .yg-solution-product-card__media {
    flex-basis: 200px;
    max-width: 200px;
  }

  .yg-solution-product-card__image-wrap {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .yg-solution-product-card {
    flex-direction: column;
    gap: 16px;
    padding: 28px 16px;
  }

  .yg-solution-product-card__media {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }

  .yg-solution-product-card__image-wrap {
    width: 180px;
    height: 180px;
    margin-inline: auto;
  }

  .yg-solution-product-card__content {
    gap: 24px;
    width: 100%;
    padding-right: 0;
  }

  .yg-solution-product-card__title {
    font-size: 16px;
    letter-spacing: -0.16px;
  }

  .yg-solution-product-card__description {
    font-size: 13px;
    letter-spacing: -0.13px;
  }

  .yg-solution-product-card__select-wrap .el-input__inner {
    min-height: 52px;
    padding: 16px 44px 16px 12px;
    padding-right: 44px !important;
  }

  .yg-solution-product-card__select-display {
    right: 44px;
    left: 12px;
  }

  .yg-solution-product-card__installment {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.12px;
  }

  .yg-solution-product-card__actions {
    gap: 8px;
  }

  .yg-solution-product-card__button {
    min-height: 44px;
    padding-block: 12px;
  }
}

@media (max-width: 1100px) {
  ul:not(.list-unstyled):not([list-unstyled]) li.el-select-dropdown__item {
    padding-left: 12px;
  }
}
