.sticker-catalog.sticker-left{left: 0px;}
.sticker-catalog.sticker-right{right: 0px;}
.sticker-product.sticker-left{left: 0px;}
.sticker-product.sticker-right{right: 0px;}
.sticker-catalog{top: 5px; z-index: 1;}
.sticker-product{top: 5px; z-index: 1;}
.sticker-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.sticker-rectangle {
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 35px;
}

.sticker-new {
  background-color: #ffcc00;
  color: #fff;
}

.sticker-special {
  background-color: #e31837;
  color: #fff;
}

.sticker-custom0 {
  background-color: #4caf50;
  color: #fff;
}

.sticker-text-percent {
  font-size: 12px;
  margin-left: 5px;
}
.sticker-rectangle {width: 100%;}
.sticker-special .sticker-rectangle {
  background-color: #e31837;
  color: #fff;
}

/*************/
.product-thumb__image .sticker-rectangle {
  background-color: #f5f5f5;
  padding: 3px 5px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
height: 20px;
}
.product-thumb__image .sticker-catalog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.product-thumb__image .sticker-new {
  background-color: #ffcc00;
  color: #fff;
}

.product-thumb__image .sticker-special {
  background-color: #e31837;
  color: #fff;
}

.product-thumb__image .sticker-custom0 {
  background-color: #4caf50;
  color: #fff;
}

.product-thumb__image .sticker-text-percent {
  font-size: 12px;
  margin-left: 5px;
}