/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 10 2025 | 16:07:49 */
.view-products.outofstock {
  background:#8c00ff !important; /* выбери любой цвет, например серый/синий */
}
.product-image-wrapper {
  position: relative;
}

}
.view-products {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  padding: 3px 8px;
  border-radius: 8px;
  color: #fff !important; /* Белый текст */
  font-size: 10px;
  font-family: 'albert sans', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #444;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
  text-decoration: none;
  user-select: none;
  pointer-events: none;
  display: inline-block;
}

.view-products.znyzhka   { background: #d00028 !important; }
.view-products.sketch   { background: #ffffff  !important; color: black; }
.view-products.novynka   { background: #23ba00 !important; }
.view-products.ridkisne  { background: #d6b900 !important; }