.promobar{--background-color:var(--deepblue);--text-color:var(--purewhite);--alt-text-color:var(--deepblue-20);background:var(--background-color);color:var(--text-color);font-size:var(--content-body)}.promobar--coral{--background-color:var(--coral);--text-color:var(--purewhite);--alt-text-color:var(--coral-10)}.promobar a:not(.button){color:var(--purewhite)}.promobar a:not(.button):hover{color:var(--purewhite);text-decoration:underline dotted}.promobar__container{padding:10px 0;display:flex;flex-direction:column;gap:10px}@media (min-width:992px){.promobar__container{padding:12px 0;flex-direction:row;justify-content:space-between;align-items:center}}.promobar__content{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center}@media (min-width:992px){.promobar__content{flex-direction:row;align-items:center;gap:10px;text-align:left}.promobar__content:not(.promobar__content--stacked){flex-direction:row;gap:20px;align-items:center}.promobar__content--stacked{flex-direction:column;gap:5px;align-items:flex-start}}.promobar__text{font-weight:600}.promobar__discount-text{color:var(--alt-text-color)}.promobar__discount-text span:not(:is(strong span)),.promobar__discount-text strong:not(:is(span strong)){color:var(--purewhite);display:inline-block;font-family:var(--secondary-font);padding-bottom:3px;padding-top:3px;position:relative;font-weight:700;z-index:2}.promobar__discount-text span:not(:is(strong span)) a,.promobar__discount-text strong:not(:is(span strong)) a{color:var(--purewhite)}.promobar__discount-text span:not(:is(strong span)) a:hover,.promobar__discount-text strong:not(:is(span strong)) a:hover{color:var(--coral)}.promobar__discount-text span:not(:is(strong span)):after,.promobar__discount-text strong:not(:is(span strong)):after{background:url('https://static.ohmyprints.net/img/scribbles/scribble-06-coral.svg') no-repeat left bottom;background-size:100% 100%;bottom:-2px;content:"";left:0;pointer-events:none;position:absolute;height:.5em;width:100%;z-index:-1}.cta-promobar .promobar__discount-text span:not(:is(strong span)):after,.cta-promobar .promobar__discount-text strong:not(:is(span strong)):after{bottom:-4px}.promobar--small{border-radius:5px;gap:3px;line-height:1.4em;margin:15px 0 0;padding:10px;flex-direction:column;text-align:center}@media (min-width:1100px){.promobar--small{padding:15px}}