/*
Generated time: December 8, 2025 11:30
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.discounts{font-size:var(--font-size--2xs);margin-bottom:var(--margin-xs)}.discounts__discount{display:flex;align-items:center}.discounts__discount-text{display:flex;align-items:center;background-color:var(--color-success-background);color:var(--color-success-text);border:1px solid var(--color-success-text);border-radius:var(--style-border-radius-md);padding:.4rem 1rem}.discounts__discount svg{color:var(--color-success-text)}.discounts__discount--position{justify-content:center}@media screen and (min-width:750px){.discounts__discount--position{justify-content:flex-end}}.discounts__discount .svg-wrapper{color:var(--color-success-text);width:var(--size-16);height:var(--size-16);margin-right:.7rem}