@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.cmp-breadcrumb{display:flex;align-items:center;width:100%;height:40px;padding:0 16px;background-color:#efecea}
.cmp-breadcrumb__container{position:relative;margin:0 auto;width:100%;max-width:1136px}
.cmp-breadcrumb__list{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cmp-breadcrumb__item{position:relative;display:initial;vertical-align:initial;font-size:12px;line-height:22px;color:#2c2a29;font-family:'SeatMedium',sans-serif;font-weight:500;margin-right:8px;padding-right:25px}
.cmp-breadcrumb__item:after{position:absolute;content:'';width:17px;height:17px;background-size:cover;background-position:center;background-repeat:no-repeat;top:50%;transform:translateY(-50%);right:0;background-image:url("../../../../../etc.clientlibs/media-center/clientlibs/clientlib-base/resources/icons/ico-breadcrumb.svg")}
.cmp-breadcrumb__item:last-child{margin:0;padding:0}
.cmp-breadcrumb__item:last-child:after{content:none}
.cmp-breadcrumb__link{font-family:'SeatRegular',sans-serif;font-weight:400;color:#2c2a29;transition:all .3s ease}
.cmp-breadcrumb__link:hover{opacity:.6}
@media(min-width:1016px){.cmp-breadcrumb{height:55px}
.cmp-breadcrumb__item{font-size:16px;line-height:26px}
}