.promotions-component .promotions-tag {
    display: inline-block;
    margin: 1rem 0 0.5rem;
    padding: 4px 15px;
    background: #2ba8dc;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 767.98px) {
    .promotions-component .promotions-tag {
        font-size: 0.75rem;
    }
}
.promotions-component .promotions-title {
    margin: 1.5rem 0;
}
.promotions-component .promotions-description {
    font-size: 0.875rem;
    margin: 0 auto;
    max-width: 768px;
}
.promotions-component .promotions-box {
    margin: 3rem;
}
@media (max-width: 991.98px) {
    .promotions-component .promotions-box {
        margin: 3rem 0;
    }
}
.promotions-component .promotions-box .promotions-image {
    display: block;
}
.promotions-component .promotions-box .promotions-image img {
    width: 100%;
}
.promotions-component .promotions-box .promotions-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-top: 0px;
}
.promotions-component .promotions-box .promotions-slider .promotions-slider_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    min-width: 35px;
    height: 100%;
}
.promotions-component .promotions-box .promotions-slider .promotions-slider_arrow:first-of-type {
    position: relative;
    left: 1px;
    bottom: 1px;
    height: calc(100% - 2px);
    top: 1px;
    justify-content: flex-end;
    padding: 0px;
    margin: 0px;
}
.promotions-component .promotions-box .promotions-slider .promotions-slider_arrow:first-of-type:before {
    content: "\e002";
    font-size: 1.5rem;
    color: #707070;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem;
    line-height: 1;
}
.promotions-component .promotions-box .promotions-slider .promotions-slider_arrow:last-of-type {
    position: relative;
    left: -1px;
    bottom: 1px;
    height: calc(100% - 2px);
    top: 1px;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
    background: white;
}
.promotions-component .promotions-box .promotions-slider .promotions-slider_arrow:last-of-type:before {
    content: "\e003";
    font-size: 1.5rem;
    color: #707070;
    font-family: "ikea-icons", "NotoIKEALatin", "fundament-icons";
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5rem;
    line-height: 1;
}
.promotions-component .promotions-box .promotions-slider .promotions-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 100%;
    height: 100%;
    max-width: calc(100% - 70px);
}
.promotions-component .promotions-box .promotions-slider .promotions-slides .promotions-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    height: 100%;
    padding: 0px 15px;
    border-right: 1px solid #DFDFDF;
    cursor: pointer;
}
.promotions-component .promotions-box .promotions-slider .promotions-slides .promotions-slide .promotions-slide_image {
    display: block;
    width: 40px;
    height: 40px;
    background: #ccc;
}
.promotions-component .promotions-box .promotions-slider .promotions-slides .promotions-slide .promotions-slide_text {
    text-align: left;
    padding: 0px 0.7rem;
}
.promotions-component .promotions-box .promotions-slider .promotions-slides .promotions-slide .promotions-slide_text > strong,
.promotions-component .promotions-box .promotions-slider .promotions-slides .promotions-slide .promotions-slide_text > small {
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
    display: block;
}
.promotions-component .promotions-box .promotions-slider .promotions-slides .promotions-slide .promotions-slide_text > small span {
    letter-spacing: 0px;
}
