.single_add_to_cart_button.button {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  line-height: 1.2;
  animation: cb-buy-glow 1.8s ease-in-out infinite;
}

@keyframes cb-buy-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.15), 0 0 12px 0 rgba(241, 90, 36, 0.35);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(241, 90, 36, 0), 0 0 28px 6px rgba(241, 90, 36, 0.75);
  }
}

@media (prefers-reduced-motion: reduce) {
  .single_add_to_cart_button.button {
    animation: none;
    box-shadow: 0 0 16px 2px rgba(241, 90, 36, 0.45);
  }
}

/* Hide leftover in-stock quantity text if a template still renders it. */
p.stock.in-stock,
.elementor-widget-woocommerce-product-stock .stock.in-stock {
  display: none !important;
}

/* Game products: hide leftover software-only intro blocks. */
body.cb-product-game .elementor-element-93f4ef1 {
  display: none !important;
}

/* Do not crop the product cover. */
body.single-product .elementor-element-16f1265 img {
  object-fit: contain !important;
  height: auto !important;
  max-height: 520px;
}

body.cb-product-game .elementor-element-9a181b0 {
  margin-top: 10px;
}

body.cb-product-game .elementor-element-a8c3f38 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

body.cb-product-game .elementor-element-a3d3e30 {
  margin-bottom: 28px !important;
}
