<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.onsale { display: none; }
/*
*
*	Label
*
*/
.wapl-label .product-label{
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.wapl-label .label-product[href]:hover,
.wapl-label .label-product[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
/* Flash colors */
.wapl-label .label-red {
	background-color: #D9534F;
}
.wapl-label .label-blue {
	background-color: #0E44B6;
}
.wapl-label .label-green {
	background-color: #39A539;
}
.wapl-label .label-yellow {
	background-color: #ffe312;
	color: #444;
}
.wapl-label .label-orange {
	background-color: #ffA608;
}
.wapl-label .label-gray {
	background-color: #999;
}
.wapl-label .label-black {
	background-color: #444;
}
.wapl-label .label-white {
	background-color: white;
	color: #444;
}

/* Label alignment */
.label-wrap.wapl-alignleft {
	float: left;
}
.label-wrap.wapl-alignright {
	float: right;
}
.label-wrap.wapl-alignnone, .label-wrap.wapl-align {
/* 	display: inline-block; */
}
.label-wrap.wapl-aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/*
*
*	Defaults
*
*/


.label-product del {
	color: #fff;
}
.product-label:empty {
  display: none;
}
/*
*
*	Flash
*
*/
.wapl-flash {
	position: absolute;
	top: -13px;
	font-size: 12px;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	width: 50px;
}
.wapl-flash .product-label  {
	text-align: center;
	border-radius: 100%;
	border: 3px solid white;
	color: white;
	font-size: 12px;
	font-weight: 700;
	line-height: 50px;
	display: block;
	height: 50px;
	width: 50px;
}

/* Flash colors */
.wapl-flash.label-red .product-label {
	background-color: #D9534F;
}
.wapl-flash.label-blue .product-label {
	background-color: #0E44B6;
}
.wapl-flash.label-green .product-label {
	background-color: #39A539;
}
.wapl-flash.label-yellow .product-label {
	background-color: #ffe312;
	color: #444;
}
.wapl-flash.label-orange .product-label {
	background-color: #ffA608;
}
.wapl-flash.label-gray .product-label {
	background-color: #999;
}
.wapl-flash.label-black .product-label {
	background-color: #444;
}
.wapl-flash.label-white .product-label {
	background-color: white;
	color: #444;
	border-color: #444;
}

/* Flash alignment */
.wapl-flash.wapl-alignleft  {
	left: -13px;
}
.wapl-flash.wapl-alignnone,
.wapl-flash.wapl-alignright {
	right: -13px;
}
.wapl-flash.wapl-aligncenter {
	left: 50%;
	margin-left: -25px; /* Margin left minus half the width */
}</pre></body></html>