/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
.woocommerce ul.products li.product,
.woocommerce .product {
	position: relative;
}

/* ensure card is positioning context */
.woocommerce ul.products li.product,
.woocommerce .product {
  position: relative;
}

/* Badge on product cards (archive + related + brand slider) */
.corner-badge{
  position: absolute;
  top: 10px;
  left: 10px;                 /* مثل نمونه */
  z-index: 50;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 28px;
  min-width: 38px;
  padding: 0 10px;

  border-radius: 999px;       /* کپسولی */
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  font-family: iranyekan, sans-serif;

  color: #fff;
  background: #e21b4d;        /* قرمز شبیه نمونه */
  box-shadow: 0 6px 16px rgba(0,0,0,.12);

  direction: rtl;
  unicode-bidi: plaintext;
}

/* sale / out states */
.corner-badge.is-sale{ background:#e21b4d; }
.corner-badge.is-out{
  background:#9aa0a6;
  color:#fff;
}
