.article__inner{background: #fff;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;min-width: 0;margin-bottom: 1rem}.article__inner:hover .article__overlay{opacity: 1}.article__imagewrapper{display: block;position: relative;margin-bottom: 1rem}.article__imagewrapper > a{display: block}.article__image{display: block;width: 100%}.article__overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);pointer-events: none;opacity: 0;-webkit-transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease}.article__sticker{position: absolute;top: 0;right: 0;pointer-events: none;padding: 5px 10px;font-weight: 700;font-size: 1.2rem}.article__sticker--percent{background: red;color: white}.article__taskIcon{position: absolute;bottom: 10px;right: 10px;padding: 16px;background-color: rgba(255,255,255,0.5);background-image: url(/assets/icons/icon_delete.svg);background-repeat: no-repeat;background-position: center;background-size: 50%;border-radius: 50%}.article__taskIcon:hover{background-color: #fff}.article__main{display: block;text-align: center}.article__title{font-size: 1rem;margin-bottom: 0.4em;color: #fa2f13;word-wrap: break-word}.article__price > span{text-decoration: line-through;white-space: nowrap;color: #919191;font-weight: 400}.article__price > span:first-child{text-decoration: none;color: #000;font-weight: 700}