/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 21 2026 | 02:06:34 */
.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata .wc-block-components-product-metadata__description {
	display:none;
}
.woocommerce-checkout .wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-place-order-button:hover {
	background-color:#0b5db9;
} 
.woocommerce-checkout .c-BlockPadding {
	padding:1rem;
}
/* Apple Pay 按钮黑色边框 */
.apple-pay-button,
.apple-pay-button-black,
.apple-pay-button-white,
.apple-pay-button-white-with-line {
    border: 2px solid #000 !important;
    box-sizing: border-box !important;
}

/* 如果是在容器中 */
.apple-pay-button-container button,
#payment-request-button button {
    border: 2px solid #000 !important;
}

/* Stripe 的 Apple Pay 按钮 */
.StripeElement--apple-pay-button,
#payment-request-button .apple-pay-button {
    border: 2px solid #000 !important;
}