/*
Theme Name: Supertooner Child
Theme URI: https://supertooner.ee
Description: Custom child theme for Supertooner.ee
Author: A-Tahm OÜ
Author URI: https://supertooner.ee
Template: storefront
Version: 1.0.0
Text Domain: supertooner
*/

body{
	margin:0;
}
.st-price-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}

.st-badge {
  background: #e91c00;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 4px;
}

.st-price__old {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

.st-price__new {
  font-size: 30px;
  font-weight: 800;
  color: #000;
}

.st-save {
  color: #e91c00;
  font-weight: 600;
  font-size: 14px;
}
.st-price-box {
  align-items: flex-start;
}