/* 2130352 */
.asm-black-week-promobar {
background-color: #7814b3;
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 40px;
padding: 8px 20px;
overflow: hidden;
}
.asm-black-week-promobar .asm-black-week-promobar--content {
color: #fff;
line-height: unset;
align-items: center;
animation-name: show;
animation-duration: 0.75s;
animation-iteration-count: 1;
animation-fill-mode: both;
display: inline-flex;
font-size: 12px;
}
@media (width >= 768px) {
.asm-black-week-promobar .asm-black-week-promobar--content {
font-size: 16px;
}
}
.asm-black-week-promobar .asm-black-week-promobar--content .asm-black-week-promobar--link {
text-decoration: underline;
}
.asm-black-week-promobar .asm-black-week-promobar--content p {
margin: 0;
}
.asm-black-week-promobar .asm-black-week-promobar--content a, .asm-black-week-promobar .asm-black-week-promobar--content tef-icon {
color: inherit;
}
@keyframes show {
0% {
opacity: 0;
transform: translate(100%);
}
to {
opacity: 1;
transform: translate(0);
}
}
/*# sourceMappingURL=black-week-2025-promobar-css.css.map */