/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 12 2026 | 13:27:17 */
body.rsp-product-fully-reserved .elementor-widget-etheme_wc_add_to_cart .etheme-wc-add-to-cart-wrapper {
  display: none !important;
}

html[lang^="en"] body.rsp-product-fully-reserved .elementor-widget-etheme_wc_add_to_cart::after {
  content: "Reserved. Try again in 20 minutes";
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
}

html[lang^="uk"] body.rsp-product-fully-reserved .elementor-widget-etheme_wc_add_to_cart::after,
html[lang^="ua"] body.rsp-product-fully-reserved .elementor-widget-etheme_wc_add_to_cart::after {
  content: "Товар заброньовано, спробуйте через 20 хвилин";
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 12px;
}