  .promotion-quick-view-images .i-spzhtml-slide-item {
    display: flex;
    justify-content: center;
  }

  .text_ellipsis_line_2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
  }

  .promotion-quick-view .i-spzhtml-fill-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .promotion-promotion-quick-view-content {
    max-height: 80vh;
    padding: 68px 44px 54px 44px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
  }

  .promotion-quick-view-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .promotion-quick-view-render[loading] .promotion-promotion-quick-view-content {
    opacity: 0;
  }


  /* variants */
  .promotion-quick__variants_content {
    padding: 0;
    border: none;
  }

  .promotion-quick__variants_content input[type=radio] {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: 0;
    margin: 0;
    cursor: pointer;
  }

  .promotion-quick__variants_content input[type=radio]:checked+.promotion-quickly-shop-variant-option {
    outline: none;
  }

  .promotion-quickly-shop-variant-option {
    position: relative;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    color: var(--landing-color-font-75, rgba(0, 0, 0, 0.75));
  }

  .not-sync-color .promotion-quickly-shop-variant-option {
    color: rgba(0, 0, 0, 0.75);
  }

  /* 售罄子款式 置灰 */
  .promotion-quick__variants_content input[type=radio][soldout]+.promotion-quickly-shop-variant-option {
    color: #888A8B;
    opacity: 0.6;
  }

  .promotion-quickly-shop-variant-option[data-type="text"] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
  }

  .promotion-quickly-shop-variant-option[data-type="image-with-text"] {
    min-height: 52px;
  }

  .promotion-quickly-shop-variant-option[data-type="image-with-text"]>ljs-img {
    width: 42px;
    height: 42px;
    border-radius: 1px;
  }

  .promotion-quickly-shop-variant-option[data-type="image"]>ljs-img {
    width: 52px;
    height: 52px;
    border-radius: 1px;
  }

  .promotion-quick-shop__variant__select {
    min-height: 46px;
    line-height: 46px;
    padding-right: 46px;
    padding-left: 12px;
  }

  /* Select */
  .promotion-secondary-select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(230, 230, 230, 1);
    background-color: transparent;
    color: var(--color-body-text, rgba(41, 41, 41, 1));
  }


  /* variant options */
  .promotion-promotion-variants-options-container ljs-render {
    height: auto !important;
  }

  .promotion-variants-options {
    margin-top: 10px;
  }

  .promotion-variants-select-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  /* quantity */
  .promotion-quick-shop-quantity input {
    width: 38px;
    height: 28px;
  }

  .promotion-quick-shop-quantity span[role=button] {
    color: #888888;
    transition: background-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .promotion-quick-shop-quantity span[role=button]:hover {
    background-color: #f2f2f2;
  }

  .promotion-quick-shop-quantity span[role=button][disabled] {
    cursor: default;
    border: none;
    cursor: not-allowed;
    background: #F6F6F6;
    border: 1px solid transparent;
  }

  .promotion-quick-shop-quantity {
    border: none;
  }

  .promotion-quick-shop-quantity .promotion-quantity-icon {
    border: 1px solid #E6E6E6;
    background: #ffffff;
  }

  /* 子款式不可用 或者 售空 */
  #promotion-quick-shop-body[status="product_unavailable"] button[role="addToCart"],
  #promotion-quick-shop-body[status="soldout"] button[role="addToCart"],
  #promotion-quick-shop-body[status="product_unavailable"] button[role="confirm"],
  #promotion-quick-shop-body[status="soldout"] button[role="confirm"],
  #promotion-quick-shop-body[variantstatus="notHitDiscount"] button[role="addToCart"],
  #promotion-quick-shop-body[variantstatus="notHitDiscount"] button[role="confirm"] {
    cursor: default;
    pointer-events: none;
    background-color: #f6f6f6;
    color: #9F9F9F;
    border-color: transparent;
  }

  .promotion_flashsale_tip[selectedvariantstatus="notHitDiscount"] {
    display: none;
  }

  .promotion-shop-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 10px;
    border-radius: 1px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: none;
  }

  .promotion-quick-view-thumbs-container ljs-render {
    height: auto !important;
  }

  .promotion-quick-shop-atc button {
    height: 54px;
  }

  .promotion-quick-shop-atc button[loading] [role="content"] {
    opacity: 0;
  }

  .promotion-quick-shop-atc button:not([loading]) .loading {
    display: none;
  }

  .promotion-quick-shop-atc button[loading] {
    pointer-events: none;
  }

  .promotion-quick-shop-atc button[data-type="primary"] .loading-bounce {
    border-color: var(--color-primary-btn-text, #FFFFFF);
  }

  /* quick view */
  .promotion-quick-view-render {
    height: auto !important;
    max-width: 1136px;
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
  }

  .promotion-quick-view-images ljs-carousel ljs-img {
    cursor: zoom-in;
  }

  .promotion-quick-view-images ljs-carousel:not([zoom-in]) ljs-img {
    cursor: auto;
  }

  .promotion-quick-view-images:not([zoom-in]) .ljs-carousel-button,
  .promotion-quick-view-images[data-size="1"] .ljs-carousel-button,
  .promotion-quick-view-images[zoom-in] .zoom-out-image,
  .promotion-quick-view-images:not([zoom-in]) .zoom-in-image {
    display: none;
  }

  .promotion-quick-view-images[zoom-in] .ljs-carousel-button {
    opacity: 1 !important;
  }

  .promotion-quick-view-images[zoom-in] .ljs-carousel-button {
    top: unset !important;
    bottom: 44px;
    box-shadow: 0 3px 6px var(--color-shadow, rgba(0, 0, 0, 15%));
  }

  .promotion-quick-view-images[data-size="1"] .ljs-carousel-button {
    display: none;
  }

  .promotion-quick-view-images[zoom-in] .ljs-carousel-button-prev {
    left: calc(50% - 82px);
    transform: translateX(-50%) rotate(-90deg);
  }

  .promotion-quick-view-images[zoom-in] .ljs-carousel-button-next {
    right: calc(50% - 126px);
    transform: translateX(-50%) rotate(-90deg);
  }

  .promotion-quick-view-images[zoom-in] .close {
    top: unset !important;
    left: 50%;
    bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 100%;
    transform: translateX(-50%);
    background-color: #ffffff;
    box-shadow: 0 3px 6px var(--color-shadow, rgba(0, 0, 0, 15%));
  }

  .promotion-quick-view-images[zoom-in] .zoom-in-image[zoom-in]>ljs-img:first-child {
    opacity: 0;
  }

  .promotion-quick-view-images[zoom-in] .zoom-in-image[zoom-in] {
    cursor: zoom-out;
  }

  .promotion-heading {
    font-size: 24px;
  }

  .promotion-color-price {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
  }

  .promotion-color-compare-price {
    font-size: 16px;
  }


  .promotion-quick-view-info .variant-image {
    width: 120px !important;
    height: 120px;
    margin-right: 12px;
  }
  html[dir='rtl'] .promotion-quick-view-info .variant-image {
    margin-right: 0px;
    margin-left: 12px;
  }

  .promotion-quick-shop-variants-container .promotion-option-name {
    font-size: 16px;
  }

  .promotion-quick-shop-variants-container .promotion-selected-option-name {
    font-size: 12px;
    color: var(--landing-color-font-75, rgba(0, 0, 0, 0.75));
  }

  .not-sync-color .promotion-quick-shop-variants-container .promotion-selected-option-name {
    color: rgba(0, 0, 0, 0.75);
  }

  .promotion_modal_discount_tip {
    margin-top: 20px;
    padding: 6px 12px;
    border-radius: 2px;
    background: #FFF2D8;
    color: #EA9E0C;
  }

  @media (max-width: 959.98px) {
    .promotion-promotion-quick-view-content {
      max-height: 85vh;
      height: auto;
      padding: 60px 16px 16px 16px;
      overflow-y: hidden;
    }

    #promotion-quick-shop-body {
      max-height: calc(85vh - 266px);
      height: -moz-fit-content;
      height: fit-content;
      overflow-y: auto;
      padding-bottom: 60px;
    }

    .promotion-quick-view-render {
      height: auto !important;
      max-width: 100%;
      margin: 0;
      border-radius: 10px 10px 0 0;
      position: fixed;
      bottom: 0;
      right: 0;
    }

    .promotion-quick-view-info {
      padding-bottom: 76px;
    }

    .promotion-quick-shop-atc {
      position: fixed;
      padding: 16px;
      bottom: 0;
      right: 0;
      left: 0;
    }

    .promotion-shop-btn {
      height: 43px;
      padding: 12px 16px;
      border-radius: 2px;
    }

    .promotion-quick-view-close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 20px;
      height: 20px;
      transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .promotion-quick-view-close-btn svg {
      width: 20px;
      height: 20px;
    }

    .promotion-heading {
      font-size: 16px;
    }

    .promotion-quick-shop-variants-container .promotion-option-name {
      font-size: 16px;
    }

    .promotion-quick-shop-variants-container .promotion-selected-option-name {
      font-size: 14px;
    }
  }

  @media (min-width: 960px) {

    /* quick view */
    .promotion-quick-view-render {
      margin: 0 40px;
    }

    .promotion-quick-view-inner-content {
      display: grid;
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }

    .promotion-quick-view-gallery {
      grid-column-end: span 6;
    }

    .promotion-quick-view-info {
      grid-column-end: span 4;
      padding-left: 64px;
    }
    html[dir='rtl'] .promotion-quick-view-info {
      padding-left: 0px;
      padding-right: 64px;
    }

    .promotion-quick-view-thumbs-container {
      width: 76px;
      margin-right: 20px;
    }
    html[dir='rtl'] .promotion-quick-view-thumbs-container {
      margin-right: 0px;
      margin-left: 20px;
    }

    .promotion-quick-view-thumb-images[scroll] {
      position: absolute;
      padding-bottom: 0;
      overflow: hidden;
      overflow-y: auto;
    }

    .promotion-quick-view-thumb-images[scroll] [scroll-container] {
      padding: 0;
    }

    .promotion-quick-view-thumb-images ljs-img+ljs-img {
      margin-top: 20px;
    }

    .promotion-quick-view-thumb-images ljs-img[selected] {
      outline: none;
    }

    .promotion-quick-view-thumb-images ljs-img::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      margin: 2px;
      transition: opacity .2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      border: 1px solid #ffffff;
      outline: 2px solid var(--color-body-text, #202020);
    }

    .promotion-quick-view-thumb-images ljs-img[selected]::after {
      opacity: 1;
    }

    .promotion-quick-view-thumb-btn-prev,
    .promotion-quick-view-thumb-btn-next {
      height: 32px;
      background: white;
    }

    .promotion-quick-view-thumb-btn-next {
      bottom: -33px;
    }

    .promotion-quick-view-thumb-btn-prev {
      top: -33px;
    }

    .promotion-quick-view-images[zoom-in] .i-spzhtml-slide-item>ljs-img,
    .promotion-quick-view-images[zoom-in] ljs-zoom>ljs-img:first-child {
      max-width: 50%;
    }
  }