/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

span.onsale {
  right: auto !important;
  left: 0 !important;
}

.product-tags-wrapper,
.custom-tags {
  font-family: "Quicksand", sans-serif;
  padding: 5px
    clamp(
      10px,
      calc(10px + ((20 - 10) * ((100vw - 430px) / (1920 - 430)))),
      20px
    ) !important;
  border: none !important;
}
