/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2026 | 09:21:05 */
.onsale {
  padding: 5px 18px 5px 10px!important;
  font-weight: bold;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)!important;
 
	border-radius:0px!important;
	
}
.product-label {

  min-width: 50px!important;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  word-break: break-all;
  font-weight: 600;
  font-size: 12px!important;
  line-height: 1.2!important;
}
.product-labels.labels-rectangular {
 
  inset-inline-start: 0!important;
}

.product-labels {
  top: 8px !important;
	left: 0px !important;
}



.single-product .woocommerce-product-gallery  .product-label.onsale {
  padding: 5px 10px 5px 18px!important;
  font-weight: bold;
  position: relative;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%)!important;
}

.single-product .product-labels {
  top: 20px !important;
	right: 0px !important;
}
.single-product-page .woocommerce-product-gallery .product-labels{max-width:100%!important;}