.discountBadgeWithLabel{position:absolute;z-index:49;display:flex}.discount-label{border-radius:9999px;background:#e02b13;display:inline-flex;align-items:center;justify-content:center;margin-right:2px;width:-moz-fit-content;width:fit-content;padding:0 8px}.discount-label-text{line-height:100%;letter-spacing:0;text-transform:uppercase;color:#fff;white-space:nowrap;text-box-trim:trim-both;text-box-edge:cap alphabetic}.discount-label.news-label{background:#209831}.discount-label.news-label .discount-label-text{text-transform:lowercase;text-box-edge:ex alphabetic}.favoriteBtn{cursor:pointer;z-index:95;background-color:#0000;border:none;width:24px;height:24px;padding:0}.favoriteBtn.favorite svg *{fill:var(--pink);stroke:var(--pink);opacity:1}.favoriteBtn svg{width:100%;height:100%}.favoriteBtn svg *{transition:all .5s ease-out}@media(hover:hover){.favoriteBtn svg:hover *{fill:var(--pink);stroke:var(--pink);opacity:1;transition:none}.favoriteBtn.inactive svg:hover *{fill:none;stroke:var(--incactive-grey);opacity:.5;transition:all .1s}}.swipeViewport{overflow:hidden;touch-action:pan-y}.swipeTrack,.swipeViewport{position:relative;width:100%}.swipeTrack{will-change:transform}.swipePanel{width:100%;box-sizing:border-box}.swipePanel:first-child,.swipePanel:last-child{position:absolute;top:0}.swipePanel:first-child{left:calc(-100% - 16px)}.swipePanel:last-child{left:calc(100% + 16px)}