.custom-promo {
  display: none;
  grid-template-columns: auto 1fr auto;
  margin: 0.5rem 0;
  gap: 0.5rem;
  width: fit-content;
}
.custom-promo .logo {
  max-height: 24px;
}
.custom-promo .logo svg, .custom-promo .logo img {
  height: 24px;
}
.custom-promo .text {
  color: #666;
  white-space: nowrap;
}
.custom-promo > .price {
  display: inline-grid;
  gap: 0.3rem;
  grid-template-columns: auto 1fr;
}
.custom-promo.tamara .logo svg {
  height: 14px;
  margin-inline-start: -27px;
}

body.single.single-product .custom-promo {
  display: grid;
}

body.woocommerce-cart .custom-promo {
  display: grid;
}

body.rtl .custom-promo.tamara .logo svg {
  margin-inline-start: 0;
  margin-inline-end: -27px;
}

/*# sourceMappingURL=css.css.map */
