/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


.woocommerce ul.products li.product { position: relative; }

.gc-badges{
  position:absolute;
  top:10px; left:10px;
  display:flex;
  flex-direction:column;
  gap:6px;
  z-index:10;
}
.gc-badge{
  padding:6px 10px;
  font-size:12px;
  font-weight:700;
  border-radius:4px;
  line-height:1;
  color:#fff;
  background:#222;
}
.gc-badge--stare{ background:#d35400; }   /* second hand / nou */
.gc-badge--locatie{ background:#1e73be; }
.gc-badge--dim{ background:#2ecc71; }