.cmp-productcarousel{position:relative;width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}
.cmp-productcarousel.hidden{opacity:0}
.cmp-productcarousel .productcarousel__title{text-align:center}
.cmp-productcarousel__wrapper{justify-content:center}
.cmp-productcarousel__container{overflow:hidden}
.cmp-productcarousel__cards{display:flex;align-items:baseline;padding-bottom:1px}
.cmp-productcarousel .cmp-productcard{padding:0 1rem;text-align:center}
.cmp-productcarousel .cmp-productcard a{color:#2d2d2d}
.cmp-productcarousel .cmp-productcard__image img{width:90%}
.cmp-productcarousel .cmp-productcard .price{margin:0}
.cmp-productcarousel .cmp-productcard .price.moreThanOne :first-child{color:#e73234}
.cmp-productcarousel .cmp-productcard .price span{padding-left:.5rem;text-decoration:line-through}
@media only screen and (min-width:1024px){.cmp-productcarousel .cmp-productcard .price span{padding-left:1rem}
}
.cmp-productcarousel .cmp-productcard .price span:first-child{padding-left:0;text-decoration:none}
.cmp-productcarousel .cmp-productcard .price.hidden{display:none}
.cmp-productcarousel .cmp-productcard .wasPrice{letter-spacing:2.6px;color:#000}
.cmp-productcarousel .cmp-productcard.blur{opacity:.2}
.cmp-productcarousel .cmp-productcard.blur .product__title,.cmp-productcarousel .cmp-productcard.blur .product__shortDescription,.cmp-productcarousel .cmp-productcard.blur .price{opacity:0}
@media only screen and (min-width:1280px){.cmp-min-carousel .cmp-productcarousel__wrapper{padding:0 1rem 2rem}
.cmp-min-carousel .cmp-productcarousel .cmp-productcard{flex:1 0 33%;max-width:17.5rem}
}
.cmp-productcarousel-btn__prev,.cmp-productcarousel-btn__next{border:0;background-color:transparent;outline:0;position:absolute;top:50%;z-index:9}
.cmp-productcarousel-btn__prev i,.cmp-productcarousel-btn__next i{color:#888;font-size:1rem;cursor:pointer}
.cmp-productcarousel-btn__prev i:hover,.cmp-productcarousel-btn__next i:hover{color:#000}
.cmp-productcarousel-btn__prev.btn__hidden,.cmp-productcarousel-btn__next.btn__hidden{cursor:default;opacity:0}
.cmp-productcarousel-btn__prev.btn__hidden i,.cmp-productcarousel-btn__next.btn__hidden i{cursor:default}
.cmp-productcarousel-btn__prev{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);left:-5px}
.cmp-productcarousel-btn__next{transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);right:-5px}
@media only screen and (min-width:1024px){.cmp-productcarousel-btn__next{right:-15px}
}