.product-detail__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pay-button-buy-now-text{
    font-size: 16px;
    font-weight:400;
}
.product-detail__form .form__error-message {
    display: flex;
    gap: 4px;
    align-items: center;
    color: rgb(var(--color-tag-background));
}

.product-detail__form .form__error-message::after {
    content: attr(data-message);
}

.product-detail__form .form__buttons {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

/* 在现有样式后添加 */
.form__buttons--buy-now {
    background-color: #000;
}

.product-detail__form .form__buttons--buy-now {
    margin-top: 10px;
}

.product-detail__form .buy-now-button {
    width: 100%;
    padding: 12px;
    background-color: rgb(var(--color-primary));
    color: white;
    border: none;
    /* border-radius: 4px; */
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.product-detail__form .buy-now-button:hover {
    background-color: rgba(var(--color-primary), 0.9);
}

.product-detail__form .buy-now-button.loading {
    opacity: 0.7;
    cursor: not-allowed;
}
.product-plugin-comment-rate-star{
margin:0 !important;
}
.button--secondary {
    background-color: #fff;
    height: 55px;
    /* border-radius: 30px; */
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000 !important;
    margin-bottom: 10px !important;
    font-size: 16px;
    /* border: 2px solid; */
    font-weight: 400;
    font-family: var(--sort-body-font);
}

.customize-box {
    /* padding: 0 15px 18px; */
    padding: 0 0px 18px;
    }

.btn-line {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-end; */
    align-items: center;
    margin-top: 10px;
}

.top-line {
    padding: 18px 0;
}

/* .bb-payment-methods-list {
    display: flex;
        flex-wrap: wrap;
     overflow: hidden;
     height: 25px;
     transition-property: all;
     transition-duration: 300ms;
 }
   
 .bb-payment-methods-arrow-button {
     position: absolute;
     right: -15px;
     top: -15px;
     padding: 15px;
     transform: rotate(180deg);
 }



 .bb-payment-methods-arrow-button svg {
     transition-property: all;
     transition-duration: 300ms;
 }

 .bb-payment-methods-list svg {
     padding-right: 5px;
     height: 25px;
 } */
.payment-express-title {
    /* margin-bottom: 10px; */
    width: calc(100% - 270px) !important;
    font-size: 10px;
}

.tip-text {
    font-size: 10px;
    /* transform: scale(0.8);
    transform-origin: left top; */
    width: 100%;
}

.btn-line .btn {
    position: relative;
    width: 125px;
    height: 40px;
    /* border-radius: 20px; */
    /* border: 1px solid #f00; */
}

#paypal-btn {
    /* width: 100%;
        height: 55px; */
    width: 125px;
        overflow: hidden;
    background-color: #ffc439;
    border: none;
    /* opacity: 0.01; */
}
#google-btn {
    width: 125px;
    overflow: hidden;
    background-color: #eeeeee;
    border: none;
    position: relative;
    /* opacity: 0; */
}
.google-icon{
        width: 100%;
            height: 100%;
                display: flex;
                    align-items: center;
                    justify-content: center;
}
#google-btn svg{
    width: 60%;
    height: 60%;
}
.paypal-button.paypal-button-color-gold,
.paypal-button-row.paypal-button-color-gold .menu-button{
border-radius: 0;
}
#apple-btn {
    width: 125px;
    /* height: 55px; */
    overflow: hidden;
    background-color: #000;
    border: none;
    position: relative;
    /* margin-left: 16px; */
    /* opacity: 0.01; */
}
.apple-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#apple-btn svg {
    width: 100%;
    height: 60%;
}
.paypal-icon {
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.paypal-icon svg {
    height: 40px;
    width: 50%;
}

.bb-payment-methods-list {
    height: 22px;
    overflow: hidden;
    /* 横向排列图标 */
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
    margin-top: 5px;
    transition-property: all;
    transition-duration: 300ms;
}



/* 复选框选中时旋转箭头 */
.toggle-checkbox:checked~.bb-payment-methods-header .bb-payment-methods-arrow-button {
    transform: rotate(180deg);
}

.toggle-checkbox:checked~.bb-payment-methods-list {
    height: auto;
}

/* 图标样式（根据实际图标大小调整） */
.bb-payment-methods-list>svg {
    height: 25px;
    padding-right: 5px;
    flex-shrink: 0;
}
/* 图标样式（根据实际图标大小调整） */
.bb-payment-methods-list>img {
    height: 21px;
    padding-right: 5px;
    flex-shrink: 0;
}
.bb-payment-methods-list>svg:nth-child(5) {
        padding: 3px;
    border: 1px solid #eee;
    height: 20px;
    margin: 2.5px 0;
    border-radius: 2px;
    width: 32px;
}

.bb-payment-methods-list>svg:nth-child(4) {
    padding-right: 0;height: 20px;
        margin: 2.5px 0;
}
.bb-payment-methods-list>svg:nth-child(7) {
    padding: 3px;
    border: 1px solid #eee;
    height: 20px;
    margin: 2.5px 0;
    border-radius: 2px;
    width: 32px;
}
.bb-payment-methods-list>svg:nth-child(8) {
    margin-left: 3px;
}

.bb-payment-methods-list>svg:nth-child(6) {
    padding-right: 0;height: 20px;
        margin: 2.5px 0;
}

/* 箭头按钮样式及交互效果 */
.bb-payment-methods-arrow-button {
    cursor: pointer;
    /* 显示手型指针，提示可点击 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    /* 增大点击区域，适配移动端 */
    transition: all 0.3s;
    /* 箭头旋转动画 */
}

.block-product-card__modal .shopline-payment-button-wrapper {
    position: relative;
}

.block-product-card__modal .pay-button-Paypal {
    min-width: 0;
    transform: scale(0.9);
    transform-origin: left;
    width: 50% !important;
    display: none;
}

.block-product-card__modal .pay-button-ApplePay {
    min-width: 0;
    transform: scale(0.9);
    transform-origin: right;
    width: 50% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.block-product-card__modal .customize-box .bb-payment-methods-list {
    height: auto;
}

.block-product-card__modal .customize-box .btn-line {
    display: none;
         
}

/* 仅在屏幕宽度 ≥960px 且 ≤1300px 时生效 */
@media (min-width: 960px) and (max-width: 1300px) {
   
    .payment-express-title {
            width:100% !important;
            font-size: 10px;
        }
    #apple-btn {
        margin-left: 0;
    }
.btn-line {
   flex-wrap: wrap;
}
    .btn {
        transform: scale(0.8);
        transform-origin: center;
    }
        
    .btn-line .btn:last-child {
        transform-origin: right;
    }
    .btn-line .btn:first-child {
        /* transform-origin: left; */
        transform-origin: right;
    }
}

/* 仅在屏幕宽度 ≥960px 且 ≤1300px 时生效 */
@media (max-width: 959px) {
    .payment-express-title {
            width: calc(100% - 220px) !important;
            font-size: 10px;
        }
                .product-plugin-comment-rate-star {
                    margin-bottom: 5px !important;
                }
    .product-detail__form .form__buttons {
                margin-top:13px;
        }
    .btn-line {
        position: relative;
    }

    #apple-btn {
       width: 100px;
    }

    .btn-line .btn {
        width: 100px;
    }

        #paypal-btn {
            width: 100px;
        }
                  #google-btn {
                      width: 100px;
                  }



    .paypal-icon {
        width: 100px;
    }
.pay-button-buy-now {
 font-size: 16px;
}

}

.pay-button-buy-now {
    /* background-color: #000; */
    transform: scale(1);
    text-transform: uppercase;
}

.pay-button-buy-now:hover {
    background-color:#dd8c32 !important;
    border-color: #dd8c32;
    transform: scale(1) !important;
    text-transform: uppercase;
}
#lf-quick-add-modal-content .pay-button-Paypal {
    display: none;
}
#lf-quick-add-modal-content .pay-button-ApplePay {
    display: none;
}
.block-product-card__modal .pay-button-ApplePay {
    display: none;
}
#lf-quick-add-modal-content .btn-line {
    display: none;
}
.bundle-addOns-root{
    background-color: #f8f8f8;
        padding: 20px;
            margin-bottom: 20px;
}
.button--secondary:hover {
    background-color: rgb(var(--color-button-background)) !important;
    color: #fff;
    border: 1px solid rgb(var(--color-button-background)) !important;
}
@media only screen and (min-width: 200px) and (max-width: 300px){


.paypal-button-row.paypal-button-layout-horizontal.paypal-button-number-multiple.paypal-button-number-1{
    display: block !important;
}}