/* 2130352 */
.asm-promobar {
background-color: #8F133F;
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 45px;
padding: 8px 20px;
overflow: hidden;
}
.asm-promobar img {
height: 35px;
width: 35px;
margin-right: 5px;
}
@media (max-width: 778px) {
.asm-promobar img {
height: 30px;
width: 30px;
}
}
.asm-promobar .asm-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: 16px;
}
@media (max-width: 778px) {
.asm-promobar .asm-promobar--content {
font-size: 14px;
}
}
.asm-promobar .asm-promobar--content .asm-promobar--link {
text-decoration: underline;
}
.asm-promobar .asm-promobar--content p {
margin: 0 !important;
gap: 2px;
}
@media (min-width: 788px) {
.asm-promobar .asm-promobar--content p {
display: flex;
align-items: center;
gap: 10px;
}
}
.asm-promobar .asm-promobar--content a, .asm-promobar .asm-promobar--content tef-icon {
color: inherit;
}
@keyframes show {
0% {
opacity: 0;
transform: translate(100%);
}
to {
opacity: 1;
transform: translate(0);
}
}
/*# sourceMappingURL=winter-deals-2025-promobar-css.css.map */