.payment-express-title {
    width: 42%;
    display: inline-block;
    /* transform: translateY(-50%); */
    padding-left: 15px;
    /* margin-right: 3%; */
}

theme-product-form .shopline-payment-button-wrapper {
    display: unset !important;
}

theme-product-form .shopline-payment-button-wrapper .pay-button-common-item-express {
    width: 33%;
    display: inline-block;
    /* height: 40px !important;
    min-height: unset !important; */
    margin-bottom: 0 !important;
}

.pay-button-buy-now {
    margin-bottom: 15px;
}

.paypal-buttons-context-iframe.paypal-buttons-label-paypal {
    min-width: unset !important;
}

/* 加购按钮抖动 */
.add-to-cart-shake {
    animation: shake 0.8s infinite;
    animation-timing-function: ease-in-out;
}

@keyframes shake {
    0% {
        transform: translateX(0px);
    }

    12.5% {
        transform: translateX(10px);
    }

    25% {
        transform: translateX(-10px);
    }

    37.5% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    62.5% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }

    87.5% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

.product-detail__simple-info {
    display: none;
}

@media (max-width: 959px) {
  .is-sticky > .product-detail__buy-buttons.product-detail__buy-buttons.product-detail__buy-buttons {
    position: fixed;
    inset-block-end: 0;
    inset-inline-start: 0;
    z-index: var(--z-index-sticky);
    width: 100%;
    padding: 10px var(--page-padding);
    background-color: rgba(var(--color-background));
    border-block-start: 1px solid rgba(var(--color-text), 0.05);
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
    animation: animation-slide-in-top 0.3s;
    top: 0;
    height: fit-content;
  }

  theme-sticky-position.is-sticky .product-detail__simple-info {
    display: block;
  }

  theme-sticky-position.is-sticky .product-detail__simple-info div:nth-child(1){
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  theme-sticky-position.is-sticky .shopline-payment-button-wrapper {
    display: none !important;
  }
  theme-sticky-position.is-sticky .product-detail__buy-buttons {
    display: flex;
  }
}
