.ts-free-ship{
  background: var(--tsfs-bg,#2AC97A);
  color: var(--tsfs-fg,#fff);
  border-radius: 4px;
  padding:.25rem .5rem;
  font-size:.75rem; font-weight:400; line-height:1.2; text-align: left;
  position:absolute; z-index:2;
  top: .5rem; /* default for right side */
}

/* Right corner — nothing to stack against usually */
.tsfs-right { right:.5rem; }

/* Left corner — push down by the number of existing flags */
.tsfs-left  {
  left:0rem;
  /* each native flag row is roughly ~1.4rem tall; adjust if needed */
  top: calc(0rem + (var(--tsfs-offset, 0) * 2.1rem));
}


.product-miniature .product-thumbnail { position: relative; }

/* Only product page flags */
body#product .ts-free-ship {
  background: var(--tsfs-bg,#18a957);
  color: var(--tsfs-fg,#fff);
  border-radius: 4px;
  padding:.25rem .5rem;
  font-size:1rem;
  font-weight:400;
  position:absolute;
  z-index:2;
  top:.5rem; /* default for right side */
}

body#product .tsfs-right { right:.5rem; }

body#product .tsfs-left  {
  left:0.7rem;
  top: calc(0rem + (var(--tsfs-offset, 0) * 2.4rem));
}

body#product .product-thumbnail { position: relative; }
