/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500;600;700&display=swap');

/* ===== İNDİRİM ROZETİ ===== */
.veloc-discount-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  border: 1px solid #000;
  padding: 6px 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  min-width: 50px;
  min-height: 45px;
}

.veloc-discount-badge span {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

/* ===== 2 AL 1 ÖDE ROZETİ ===== */
.veloc-promo-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border: 1px solid #000;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 2px;
  line-height: 1.1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  min-width: 55px;
  min-height: 45px;
}

/* Ürün kartlarının konumlandırılması (absolute rozetler için gerekli) */
ul.products li.product,
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products .product,
.woocommerce .products .product {
  position: relative;
}
