.cart-item {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid rgb(var(--color-entry-line));
}

div[data-slot-mini-cart-list-end_sales-bundle-plugin] {
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.cart-item__media {
  width: 140px;
  flex-shrink: 0;
  margin-right: 30px;
}

.cart-item__media .cart-item__image-container {
  display: block;
  outline: none;
  width: 100%;
}

.cart-item__media .cart-item__image-container .placeholder {
  background-color: rgb(var(--color-image-background));
}

.cart-item__media img {
  width: 100%;
  height: auto;
  display: block;
}

.cart-item__name {
  text-decoration: none;
  color: rgb(var(--color-text));
  display: inline-block;
}

.cart-item__details__wrapper {
  display: flex;
  flex-grow: 1;
}

.cart-item__details {
  /* min-width: 294px; */
  flex-grow: 1;
  --body-bold-font-weight: 400
}
.cart-item__details a {
  padding-right: 15px;
}

@media screen and (max-width: 750px){
  .cart-item__details {
    --body4-font-size: 12px;
    --body3-font-size: 13px;
  }
}

.cart-item__details .product-property {
  display: flex;
  margin-bottom: 2px;
}

.cart-item__details .product-property .product-property__name {
  flex-shrink: 0;
}

.cart-item__details .product-property .product-property__value {
  display: flex;
  flex-wrap: wrap;
}

.cart-item__details .product-property .product-property__link {
  display: block;
}

.cart-item__details .product-property .product-property__image {
  display: block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
cart-drawer-items .cart-item__quantity {
    width: 100%;
}

.cart-item__quantity {
  display: block;
  flex-shrink: 0;
  margin: 0 20px;
}

.cart-item__quantity .cart-item__quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}

@media (min-width: 960px) {
  .cart-drawer__items .cart-item__quantity {
    margin-top: 12px;
  }
}

.cart-item__quantity .quantity {
  width: 100px;
  height: 32px;
  margin-right: 0;
  min-height: unset;
  --input-border-radius: 0;
  --body-font-weight: 400;
}

@media (max-width: 750px) {
  .cart-item__quantity .quantity {
    height: 39px;
    width: 110px;
    --body3-font-size: 15px;
    --body-font-weight: 500;
  }
}

.cart-item__quantity cart-remove-button {
  line-height: 0;
}

.cart-item__quantity cart-remove-button svg {
  width: 13px;
  height: 13px;
  color: #A8A8A8;
  cursor: pointer;
  display: block;
}

.cart-item__quantity cart-remove-button:hover svg {
  color: #000000;
}

.cart-item__error {
  display: none;
  align-items: center;
  margin-top: 10px;
}
.cart-item__error.active {
  display: flex;
}
.cart-item__error-text {
  order: 1;
}

.cart-item__error .icon-error {
  margin-right: 5px;
  margin-top: 1.5px;
  flex-shrink: 0;
}

.cart-item__error-text:empty + svg {
  display: none;
}

.cart-item__totals {
  width: 18.4%;
  flex-shrink: 0;
  position: relative;
}

.cart-item__price-wrapper {
  text-align: right;
}

.cart-item__totals .original__price {
  color: rgb(var(--color-light-text));
  font-size: 13px;
  line-height: 1.6;
  text-decoration: line-through;
}

.cart-item__totals .final__price {
  color: rgb(var(--color-text));
  word-break: break-all;
}

.cart-item__discounts {
  margin: 0;
  padding: 0;
}

.cart-item__discounts li {
  list-style: none;
  color: rgb(var(--color-discount));
  display: flex;
  align-items: center;
}

.cart-item__discounts li span {
  margin-left: 4px;
}

@media (max-width: 959px) {
  .cart-item {
    padding: 20px 0;
  }
  .cart-item__media {
    width: 80px;
    margin-right: 16px;
  }
  .cart-item__details__wrapper {
    display: block;
  }
  .cart-item__quantity {
    width: auto;
    margin: 12px 0;
  }
  .cart-item__totals {
    width: auto;
  }
  .cart-item__price-wrapper {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .cart-item__price-wrapper .final__price {
    margin-right: 6px;
  }
  .original__price__desktop {
    display: none;
  }
  .cart-item .loading-overlay {
    left: 0;
  }
}

@media (min-width: 960px) {
  .original__price__mobile {
    display: none;
  }
  .cart-item .loading-overlay .loading-overlay__spinner svg {
    width: 25px;
    height: 25px;
  }
  .cart-item__quantity {
    min-width: 200px;
  }
  .cart-item__totals {
    min-width: 140px;
  }
}

/* loading */

.cart-item .loading-overlay {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 0;
}

.cart-item .loading-overlay .loading-overlay__spinner {
  animation-duration: 1s;
}

.cart-item .loading-overlay.loading ~ * {
  visibility: hidden;
}

.cart__items--disabled {
  pointer-events: none;
}

/* cart drawer case */

.cart-drawer__items .cart-item {
  padding: 20px 0;
}

.cart-drawer__items .cart-item__media {
  width: 103px;
  margin-right: 10px;
}

.cart-drawer__items .cart-item__details__wrapper {
  display: block;
}

.cart-drawer__items .cart-item__quantity {
  max-width: none;
  margin: 0;
}

.cart-drawer__items .cart-item__totals {
  max-width: none;
}

.cart-drawer__items .cart-item__price-wrapper {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-drawer__items .cart-item__price-wrapper .final__price {
  margin-right: 6px;
  line-height: 36px;
}

.cart-drawer__items .original__price__desktop {
  display: none;
}

.cart-drawer__items .original__price__mobile {
  display: block;
}

.cart-drawer__items .cart-item .cart-item__totals .loading-overlay {
  left: 0;
}

.cart-drawer__items .cart-item__totals {
  width: auto;
}

@media (max-width: 959px) {
  .cart-drawer__items .cart-item__totals,
  .main-cart-items-wrapper .cart-item__totals {
    margin: 4px 0 10px;
  }

  .cart-drawer__items .cart-item__quantity,
  .main-cart-items-wrapper .cart-item__quantity {
    margin: 0;
  }
  .cart-drawer__items .cart-item__discounts li + li,
  .main-cart-items-wrapper .cart-item__discounts li + li {
    margin-top: 2px;
  }

  .cart-drawer__items .cart-item__error,
  .main-cart-items-wrapper .cart-item__error {
    margin-top: 10px;
  }
  .cart-drawer__items .cart-item__details .product-option:last-child,
  .main-cart-items-wrapper .cart-item__details .product-option:last-child {
    margin-bottom: 0;
  }
  .cart-drawer__items .cart-item__totals {
    --body2-font-size: 13px;
  }
  .cart-drawer__items .cart-item__price-wrapper .final__price {
    line-height: 18px;
  }
}

@media (min-width: 960px) {
  .cart-drawer__items .cart-item__discounts {
    margin-bottom: 10px;
  }

  .cart-drawer__items .cart-item__discounts li + li {
    margin-top: 2px;
  }

  .cart-drawer__items .cart-item__details .product-option:last-child {
    margin-bottom: 0;
  }
}

/* moq */

.cart-item__volume-pricing-wrapper {
  position: relative;
}

.cart-item__volume-pricing-title {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.cart-item__volume-pricing-title > span {
  line-height: 1;
  margin-left: 8px;
}

.cart-item__quantity-rules {
  padding: 4px 20px;
}

cart-item-quantity volume-pricing {
  display: block;
  max-height: 240px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  margin: 2px 0;
  padding: 10px 0;
  background-color: rgba(var(--color-page-background));
}

@media (min-width: 960px) {
  cart-item-quantity volume-pricing {
    width: 245px;
  }
}

cart-item-quantity volume-pricing ul li {
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
}

cart-item-quantity volume-pricing ul li:nth-child(odd) {
  background: rgba(var(--color-text), 0.03);
}

cart-item-quantity volume-pricing ul li:nth-child(even) {
  background: rgba(var(--color-text), 0.09);
}

/* 购物车 优惠券输入框上面的 礼品卡之类的样式 s */
.cart-drawer__items .cart-sku-list-promotion-module {
  padding: 10px 16px 15px;
  --btn-border-radius-outset: 0;
  font-size: 13px;
  --plugin_discount_type_body_font: var(--body-font);
  --plugin_discount_color_button_background_alpha_08: #FBF7F4;
  --plugin_discount_color_text: #000000;
  min-height: 35px;
}
@media (max-width: 750px) {
  .cart-drawer__items .cart-sku-list-promotion-module {
    font-size: 12px;
    min-height: 31px;
  }
  .cart-drawer__items .cart-sku-list-promotion-module .notranslate {
    line-height: 1.2;
  }
}

.cart-drawer__items .cart-sku-list-promotion-module .notranslate span {
  color: #F86726;
}

.cart-drawer-container [class*="_giftReminder_"][class*="_show_"] {
  border-radius: 8px;
}

.cart-drawer-container [class*="_giftReminder__header_"] {
  font-size: 12px;
}
.cart-drawer-container [class*="_giftReminder_"] [class*="_previewImgWrapper_"] [class*="_previewImgItem_"] {
  width: 34px;
  height: 45px;
  margin-right: 5px;
  border-radius: 0;
}
.cart-drawer-container [class*="_giftReminder__header_"] [class*="_iconWrapper_"] {
  width: 15px;
  height: 15px;
  min-width: 15px;
}

.cart-drawer-container [class*="_giftReminder__header_"] [class*="_iconWrapper_"] svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.cart__coupon-wrapper .field__input {
  height: 48px;

}
.cart__coupon-wrapper .field__label {
  --body3-font-size: var(--body4-font-size);
}
/* 购物车 优惠券输入框上面的 礼品卡之类的样式 e */



.cart-drawer__items .sale_group_slot {
  margin-top: 6px;
}

.cart-recommend-product {
  margin-top: 50px;
  padding-bottom: 50px;
}
.cart-recommend-product .plugin-color-board {
  display: none;
}
.cart-recommend-product + .cart-recommend-product {
  margin-top: 0;
}

.cart-recommend-product .top {
  text-transform: uppercase;
  --title2-font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart-recommend-product .top-arrows {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cart-recommend-product .comment-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #565257;
  color: #FFFFFF;
  cursor: pointer;
}
.cart-recommend-product .comment-btn:hover {
  background: #F1F1F1;
  color: #000000;
}
.cart-recommend-product .comment-btn.disabled {
  background: #F1F1F1;
  color: #f1f1f1;
}
.cart-recommend-product .left-arrow {
  transform: rotate(90deg);
}
.cart-recommend-product .right-arrow {
  transform: rotate(-90deg);
}

#Slider-cart-drawer {
  padding: 0;
  margin: 0;
}
#Slider-cart-drawer li {
  list-style: none;
  width: calc(25% - 7px);
}
#Slider-cart-drawer .card h5.product-card-block-item,
#Slider-cart-drawer .card .price.product-card-block-item {
  font-size: 12px;
  margin: 3px 0 0;
  --sale-price-font-size: 12px;
}

/* 购物车item 自定义标签样式 */
.cart-item__details .slot-cart-item-info .discount-sale__free-shipping {
  display: none;
  background-color: #FBF7F4;
  border-radius: 4px;
}

/* 购物车侧边栏 优惠券 输入框下面的 商品样式 s */
.cart-drawer-container [class*="_container_"] {
  border: 0 none !important;
  border-radius: 8px !important;
}
.cart-drawer-container [class*="_container_"] [class*="_header_"] {
  background: #F8EFEA !important;
  color: #000000 !important;
  padding: 14px 20px;
}

.cart-drawer-container [class*="_productItem_"][class*="_pc_"] [class*="_info_"] [class*="_title_"] {
  font-size: 13px;
  display: block !important;
  white-space: nowrap;
  font-weight: 400;
}
.cart-drawer-container [class*="_productItem_"][class*="_pc_"] [class*="_info_"] [class*="_control_"] [class*="_selectCon_"] {
  width: 100%;
}
.cart-drawer-container [class*="_selectCon_"] {
  width: 100%;
}
.cart-drawer-container select[class*="_select_"] {
  width: 100%;
  background: #EFEFEF;
  --plugin_bundle_custom_color_entry_line: transparent;
}
.cart-drawer-container [class*="_productItem_"][class*="_pc_"] [class*="_info_"] [class*="_control_"] [class*="_skuInfo_"] [class*="_priceInfo_"] {
  margin-top: 17px;
}
.cart-drawer-container [class*="_productItem_"][class*="_pc_"] [class*="_info_"] [class*="_control_"] [class*="_skuInfo_"] [class*="_priceInfo_"] [class*="_priceCon_"] [class*="_price_"] {
  font-weight: 500;
}
.cart-drawer-container [class*="_btn_"][class*="_radius_"]:after {
  --plugin_bundle_btn_border_radius: 8px;
}
.cart-drawer-container [class*="_productItem_"][class*="_pc_"] [class*="_info_"] [class*="_control_"] [class*="_skuInfo_"] [class*="_priceInfo_"] [class*="_buttonCon_"] [class*="_button_"] {
  border-radius: 8px 8px 8px 8px !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}
.cart-drawer-container [class*="_btn_"][class*="_primary_"]:after {
  box-shadow: none;
}
.cart-drawer-container [class*="_productItem_"][class*="_pc_"] [class*="_image_"] {
  height: 100px;
  width: 76px;
  margin-right: 20px;
}
.cart-drawer-container [class*="_imageCon_atwnk_"][class*="_fix_"] {
  padding-bottom: 135% !important;
}
.cart-drawer-container [class*="_container_"] [class*="_content_"] [class*="_line_"] {
  background: #E6E6E6 !important;
}
/* 购物车侧边栏 优惠券 输入框下面的 商品样式 e */

/* 购物车侧边栏 商品样式 e */
/* 购物车 Gift Offer s */
[class*="_drawer-title_"] {
  justify-content: start;
}
@media (min-width: 751px) {
  [class*="_title_"] {
    font-size: 26px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: uppercase;
  }
}
[class*="_container_"] {
  padding-top: 0px;
}

div[class*="_promotionBar_"] {
  font-size: 13px;
  line-height: 20px;
  padding-left: 10px;
}
div[class*="_promotionBar_"] p[class*="_content_"]>span {
  font-size: inherit;
  font-weight: inherit;
}

.cart-drawer__items .cart-sku-list-promotion-module {
  background: #FBF7F4 !important;
}

.cart-drawer-container [class*="_salesPlugins__gift__buy--container_"] {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #000;
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 15px;
  line-height: 100% !important;
}
.cart-drawer-container [data-widget-scope="gift-pdp-cart-banner"].sales-gift-plugin-rtl-svg {
  display: none;
}

[class*="_drawer-content_"] [class*="_productItem_"] [class*="_productInfo_"] a {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}
[class*="_drawer-content_"] [class*="_productItem_"] [class*="_attrs_"] [class*="_attrSelect_"] {
  border: 0 none;
  background: #EFEFEF;
  font-size: 12px;
  flex: 1;
}
[class*="_drawer-content_"] [class*="_productItem_"] [class*="_attrs_"] [class*="_quantity_"] {
  flex: 1;
}

[class*="_drawer-content_"] [class*="_productItem_"] [class*="_tag_"] {
  font-family: var(--body-font);
  font-weight: 500;
}
[class*="_drawer-content_"]  [class*="_giftCartBannerContainer_"] {
  padding: 0;
}

.cart-drawer-container .sales-gift-custom-tag {
  background-color: #FBF7F4 !important;
  color: #C21818 !important;
  font-weight: 500;
}

.cart-drawer-container [class*="_productItem_"] [class*="_attrs_"] {
  display: flex;
  margin: 6px 0 12px;
  flex-wrap: nowrap;
  overflow: hidden;
}
.cart-drawer-container [class*="_productItem_"] [class*="_imgBox_"] {
  width: 78px;
}
cart-drawer-items [class*="_control_"] [class*="_priceInfo_"] {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
}

.cart-drawer-container [class*="_drawer-content_"] [class*="_productItemFooter_"] [class*="_priceInfo_"] {
  display: flex;
  gap: 5px;
}

.cart-drawer-container [class*="_productItem_"] [class*="_productItemFooter_"] [class*="_btn_"] {
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--body-font);
}
[class*="_productItem_"] [class*="_price_"] {
  font-family: var(--body-font);
}
/* 手机端 s */
@media (max-width: 750px) {
  ._container_14vk8_1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-drawer-container [class*="_giftReminder__header_"] {
    align-items: start;
  }

  .cart-drawer-container [class*="_giftReminder__header_"] [class*="_iconWrapper_"] svg {
    vertical-align: middle;
  }

  .cart__coupon-wrapper .field__input {
    height: 44px;
  }

  [class*="_title_"] {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--body-font);
    text-transform: uppercase;
  }
  div[class*="_promotionBar_"] {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  [class*="_drawer-right_"] [class*="_productItem_"] [class*="_productItemFooter_"] [class*="_btn_"] {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
  }
  [class*="_drawer-right_"] [class*="_productItem_"] [class*="_productInfo_"] a {
    font-size: 12px;
  }
  [class*="_drawer-right_"] [class*="_productItem_"] [class*="_attrs_"] {
    margin: 10px 0;
  }
  [class*="_drawer-right_"] [class*="_attrs_"] [class*="_attrSelect_"] {
    height: 39px;
    max-width: calc(50% - 4px);
  }
  [class*="_drawer-right_"] [class*="_attrs_"] [class*="_quantity_"] {
    height: 39px;
    max-width: calc(50% - 4px);
  }
  [class*="_drawer-right_"] [class*="_productItem_"] [class*="_tag_"] {
    font-size: 18px;
  }
  [class*="_drawer-right_"] [class*="_productItem_"] [class*="_price_"] {
    font-size: 15px;
  }
}

[class*="_productItem_"] [class*="_productItemFooter_"] [class*="_btn_"] {
  color: #C21818 !important;
  background-color: #FBF7F4 !important;
}
body [class*="_productItem_"] [class*="_productItemFooter_"] [class*="_btn_"][class*="_disabled_"] {
  background-color: rgba(0, 0, 0, .4) !important;
  color: #FFFFFF !important;
}
/* 手机端 e */

/* 购物车 Gift Offer e */




/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
