/* Spinner styles */
.zt-spin-wrap{ text-align:center; margin:20px 0; }
#ztWheel{ width:160px; height:160px; line-height:160px; margin:0 auto; border-radius:50%;
  border:6px solid #0f2d2c; font-weight:700; user-select:none; cursor:pointer; transition:transform 1s ease; }
#ztResult{ margin-top:12px; font-weight:600; }

/* Always show coupon form on checkout (we also click the toggle via JS) */
.woocommerce-checkout .woocommerce-form-coupon-toggle{ display:none !important; }
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout .woocommerce-form-coupon{ display:block !important; }

/* Ticker */
.zt-ticker{ overflow:hidden; background:#0f2d2c; color:#fff; border-radius:12px; padding:8px 12px; margin:0 0 18px; font-weight:600; letter-spacing:.2px; }
.zt-track{ display:inline-block; white-space:nowrap; will-change:transform; animation:zt-scroll 22s linear infinite; }
.zt-track span{ margin-right:12px; opacity:.95; }
@keyframes zt-scroll{ from{transform:translateX(0)} to{transform:translateX(-50%)} }
@media (prefers-reduced-motion: reduce){ .zt-track{ animation:none; } }


.zt-trade-form{ background:#111; padding:16px; border-radius:12px; }
.zt-trade-form .row{ display:flex; gap:12px; margin-bottom:10px; flex-wrap:wrap; }
.zt-trade-form .col{ flex:1; min-width:220px; }
.zt-trade-form input, .zt-trade-form select, .zt-trade-form textarea{ width:100%; }

.ztealz-upsell{ margin-top:24px; }
.ztealz-upsell h3{ margin-bottom:12px; }

.single-product .ux-offer-button{ display:none !important; }

