.discontinued-label{background-color:#fdf6f3;color:#ee9a9b;left:0;padding:.1rem .3rem;position:absolute;top:0;z-index:100}.product.discontinued .fusion-woo-badges-wrapper,.product.discontinued .product-label{display:none}.product.discontinued .woocommerce-LoopProduct-link{position:relative}.theme-generatepress .product.discontinued .woocommerce-LoopProduct-link.woocommerce-loop-product__link,.theme-hello-elementor .product.discontinued .woocommerce-LoopProduct-link.woocommerce-loop-product__link{display:block}.theme-astra .discontinued-label,.theme-betheme .discontinued-label{bottom:0;left:auto;right:0;top:auto}.theme-astra.single-product .discontinued-label,.theme-betheme.single-product .discontinued-label{bottom:auto;left:0!important;margin:0 auto;right:0!important;top:0;width:-moz-fit-content;width:fit-content}.theme-Avada .discontinued-label,.theme-Divi .discontinued-label,.theme-betheme .discontinued-label,.theme-dt-the7 .discontinued-label,.theme-flatsome .discontinued-label,.theme-porto .discontinued-label,.theme-shoptimizer .discontinued-label,.theme-woodmart .discontinued-label{left:auto;right:0}.theme-oceanwp .product.discontinued .outofstock-badge{display:none}.theme-Divi.single-product .discontinued-label,.theme-betheme.single-product .discontinued-label,.theme-dt-the7.single-product .discontinued-label,.theme-generatepress.single-product .discontinued-label,.theme-hello-elementor.single-product .discontinued-label,.theme-kadence.single-product .discontinued-label,.theme-oceanwp.single-product .discontinued-label,.theme-shoptimizer.single-product .discontinued-label,.theme-twentytwentyfour.single-product .discontinued-label,.theme-twentytwentythree.single-product .discontinued-label{bottom:auto;left:0!important;margin:0 auto;right:0!important;top:0;width:-moz-fit-content;width:fit-content}

.discontinued-label{
    color: #244673;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(90,120,190,0.11);
  padding: 12px 25px;
  width: fit-content;
  min-width: 0;
  display: inline-block;
  backdrop-filter: blur(1.5px);
  border: 1px solid rgba(120,130,155, 0.12);
  overflow: hidden;
  z-index: 1;
  transition:
    box-shadow 0.32s cubic-bezier(.55,.11,.47,1.08),
    background 0.35s;
}
.discontinued-label:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  transform: translateY(-4px) scale(1.03);
  color:red;
  box-shadow: 0 14px 40px 7px rgba(60,80,130,0.18), 0 1.5px 10px rgba(100,120,160,0.14);
  background: linear-gradient(120deg, #f1f5fe 50%, #cfe2fb 100%);
}
.woocommerce-js div.product .out-of-stock {
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 0 2px 16px 0 rgba(90,120,190,0.11);
  padding: 12px 25px;
  width: fit-content;
  min-width: 0;
  display: inline-block;
  backdrop-filter: blur(1.5px);
  border: 1px solid rgba(120,130,155, 0.12);
  overflow: hidden;
  z-index: 1;
  transition:
    box-shadow 0.32s cubic-bezier(.55,.11,.47,1.08),
    background 0.35s;
}
.woocommerce-js div.product .out-of-stock:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  transform: translateY(-4px) scale(1.03);
  color:red;
  box-shadow: 0 14px 40px 7px rgba(60,80,130,0.18), 0 1.5px 10px rgba(100,120,160,0.14);
  background: linear-gradient(120deg, #f1f5fe 50%, #cfe2fb 100%);
}