/* Style général du bandeau */
.ws-category-banner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 5;
  border-radius: 2px;
}

/* On positionne le bandeau dans le bloc des flags produit */
.product-miniature .ws-category-banner,
.product-flags .ws-category-banner {
  position: absolute;
}

/* Positions possibles */
.ws-category-banner.ws-top-left {
  top: 5px;
  left: 5px;
}

.ws-category-banner.ws-top-right {
  top: 5px;
  right: 5px;
}

.ws-category-banner.ws-bottom-left {
  bottom: 5px;
  left: 5px;
}

.ws-category-banner.ws-bottom-right {
  bottom: 5px;
  right: 5px;
}
