.stickers{position:absolute;left:1em;top:1em;z-index:2;display:flex;gap:.25em}.stickers__sticker{font-family:paralucent;display:flex;background-color:var(--color-black);border-radius:1em;padding:.5em 1em;line-height:1}.stickers__sticker span{text-transform:uppercase;line-height:1;transform:translateY(1px);font-size:.875em;display:block;top:-1px;position:relative}@media (max-width:1024px){.stickers__sticker span{font-size:.75em}}.stickers__sticker--new{background-color:var(--color-green)}.stickers__sticker--sale{background-color:var(--color-peach)}.stickers__sticker--sold-out{color:var(--color-white)}@media (max-width:480px){.stickers{left:.5em;top:.5em}}@media (max-width:480px){.card-product .stickers{top:0;left:0}}