.c-product__pricetag {
    bottom: 0;
    position: relative;
    right: 0;
    z-index: 20;
}

.c-product__promotion {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 10;
    background-position: center center;
    height: 60px;
    left: 63%;
    top: 17%;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-product__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    margin: 0 auto 20px;
    max-width: 190px;
    min-height: 190px;
    position: relative;
    width: 100%;
}

.c-product__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
    color: #000;
    font-weight: 700;
    font-family: Arial;
}

.c-product__description,
.short-description {
    font-size: 14px !important;
}

.c-product__description:not(.c-product-wrp--oneline) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-wrap: wrap;
}

.c-product__description>p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: block;
    display: -webkit-box;
    line-height: 1.5;
    max-height: 4.5em;
    overflow: hidden;
    color: #7b7b7b;
    margin-bottom: 10px;
}

.c-product__link:hover {
    border-color: #dadada;
}

.c-product__cta-wrp {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
    min-height: 80px;
    z-index: 20;
}

.c-product__inner {
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.c-product-carousel__viewport .c-product__pricetag {
    position: inherit;
}

.c-pricetag {
    background: #e3001b;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.11), 0 6px 6px rgba(0, 0, 0, 0.08);
    color: #fff;
    display: inline-block;
    height: 40px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.c-pricetag__current-price,
.c-pricetag__from {
    display: inline-block;
}

.c-pricetag__from {
    font-size: 13px;
    box-sizing: border-box;
    height: 100%;
    line-height: 1;
    min-width: 5px;
    padding: 7px 5px 7px 10px;
}

.c-pricetag__current-price {
    font-family: "Agilita Black", arial, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 32px;
    background: #fbeb59;
    color: #e3001b;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    position: relative;
    vertical-align: top;
    margin-right: -1px;
}

.c-pricetag__decimals {
    font-size: 16px;
    left: -5px;
    position: relative;
    top: -10px;
}

span[class~="0.00"] span.c-pricetag__from__content {
    display: none;
}

.c-inline-product {
    position: relative;
    z-index: 1;
}

.c-inline-product.c-inline-product--default,
.c-inline-product.c-inline-product--with-image,
.c-inline-product--aside {
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.c-inline-product.c-inline-product--default .c-inline-product__image,
.c-inline-product.c-inline-product--with-image .c-inline-product__image,
.c-inline-product--aside .c-inline-product__image {
    background-color: #fff;
}

.c-inline-product.c-inline-product--default .c-inline-product__body,
.c-inline-product.c-inline-product--with-image .c-inline-product__body,
.c-inline-product--aside .c-inline-product__body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-inline-product.c-inline-product--default .c-product__cta-wrp,
.c-inline-product.c-inline-product--with-image .c-product__cta-wrp,
.c-inline-product--aside .c-product__cta-wrp {
    position: relative;
    z-index: 20;
}

.c-inline-product.c-inline-product--with-image {
    background-color: transparent;
}

.c-inline-product.c-inline-product--with-image .c-inline-product__body {
    background-color: rgba(255, 255, 255, 0.85);
    /*! font-family: 'Officina Sans'; */
}

.c-inline-product.c-inline-product--with-image .c-product__cta-wrp {
    display: block;
}

.c-inline-product.product_to_aside .c-product__link::before,
.c-inline-product--aside .c-product__link::before {
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-right-width: 0;
    border-top-width: 0;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 20px;
    left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-bottom-width .3s, border-color .3s, border-left-width .3s;
    transition: border-bottom-width .3s, border-color .3s, border-left-width .3s;
    width: 20px;
    z-index: 20;
}

.c-inline-product.product_to_aside .c-product__link:hover::before,
.c-inline-product--aside .c-product__link:hover::before {
    border-bottom-width: 1px;
    border-color: #a0a0a0;
    border-left-width: 1px;
}

.c-inline-product--aside {
    border: 1px solid #eaeaea;
    padding: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.c-inline-product--aside .c-product__promotion {
    left: 30px;
    top: 30px;
}

.c-inline-product__image .c-product__image {
    height: 184px;
    margin-bottom: 0;
    position: relative;
    width: 184px;
}

.c-rating {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    margin: 5px 0;
}

.c-rating__bg {
    margin-right: 10px;
    position: relative;
}

.c-rating__star-wrp {
    height: 13px;
    width: 70px;
}

.c-rating__fg {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.c-rating__reviews {
    white-space: nowrap;
}


div.column.featured-product {
    text-align: center;
}

article.featured-product.row_image_right .tile__product-slide-content {
    display: flex;
    flex-flow: row-reverse;
}
article.featured-product.row_image_left .tile__product-slide-content {
    display: flex;
}
article.row_image_left.featured-product {
    text-align: left;
}
article.row_image_right.featured-product {
    text-align: right;
}
article.featured-product .tile__product-slide-content,
article.featured-product .tile__product-slide-content .info,
article.featured-product .tile__product-slide-content > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
            flex: 1 1 100%;
}
article.row_image_left.featured-product .tile__product-slide-content > div,
article.row_image_right.featured-product .tile__product-slide-content > div {
    -webkit-box-flex: 1;
            flex: 1 1 48%;
}
article.featured-product .tile__product-slide-content .info {
    padding: 18px;
}
article.row_image_right.featured-product .tile__product-slide-content .product-image {
    text-align: left;
}
article.row_image_right.featured-product .tile__product-slide-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-flow: row-reverse wrap;
}
article.row_image_left.featured-product .tile__product-slide-content .product-image {
    text-align: right;
}
article.row_image_left.featured-product .tile__product-slide-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
}