/* xShopum WhatsApp Sipariş — storefront */
.xwa-buy-wrap { margin-top: 10px; }
.xwa-buy-box { padding: 12px; border: 1px solid rgba(37, 211, 102, .25); border-radius: 12px; background: #e9f9ef; }
.xwa-buy-note, .xwa-oos-note { margin-top: 8px; font-size: 12px; line-height: 1.35; text-align: center; opacity: .85; }
.xwa-oos-box { padding: 12px; border: 1px solid rgba(0, 0, 0, .08); border-radius: 12px; background: #f6f6f6; }

.xwa-buy-btn, .xwa-buy-btn:focus { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: #25d366 !important; border-color: #25d366 !important; color: #fff !important; font-weight: 600; }
.xwa-buy-btn:hover { background: #1ebe5d !important; border-color: #1ebe5d !important; color: #fff !important; }
.xwa-buy-btn .wd-btn-text { color: #fff !important; }
.xwa-buy-btn.is-loading { opacity: .7; pointer-events: none; }
.xwa-buy-btn:focus-visible, .xwa-cart-btn:focus-visible { outline: 3px solid #0b6b34; outline-offset: 2px; }
.xwa-oos-btn { background: #bfbfbf !important; border-color: #bfbfbf !important; color: #fff !important; font-weight: 700; opacity: .75; cursor: not-allowed !important; }

.xwa-ico { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 999px; background: #fff; }
.xwa-ico svg { display: block; width: 15px; height: 15px; }
.xwa-ico svg path { fill: #25d366 !important; }

.xwa-cart-wrap { margin-top: 10px; }
a.xwa-cart-btn { box-sizing: border-box; display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 44px; padding: 12px 14px; border: 1px solid #25d366 !important; border-radius: 10px; background: #25d366 !important; color: #fff !important; font-size: 14px; font-weight: 700; line-height: 1; text-decoration: none !important; }
a.xwa-cart-btn:hover { background: #1ebe5d !important; border-color: #1ebe5d !important; color: #fff !important; }
.xwa-cart-wrap--cart a.xwa-cart-btn { border-radius: 12px; }
.xwa-cart-note { margin-top: 6px; font-size: 12px; line-height: 1.25; text-align: center; opacity: .75; }

/* Hide WooCommerce's "View cart" link that add_to_cart injects next to the button. */
.xwa-buy-wrap .added_to_cart { display: none !important; }
