

/* LATALL_NALVINA_OFFER_MARQUEE_START */
#shopline-section-template--index__nalvina-offers,
#shopline-section-template--index__nalvina-offers .rich-text {
  overflow: hidden !important;
  background: #000 !important;
  color: #fff !important;
}
#shopline-section-template--index__nalvina-offers .rich-text__content {
  overflow: hidden !important;
}
#shopline-section-template--index__nalvina-offers .rte > div[style*="width:100vw"] {
  background: #000 !important;
  color: #fff !important;
  overflow: hidden !important;
  height: 42px !important;
}
#shopline-section-template--index__nalvina-offers .rte > div[style*="width:100vw"] > div {
  justify-content: flex-start !important;
  width: max-content !important;
  min-width: max-content !important;
  animation: latall-offer-marquee 15s linear infinite !important;
  will-change: transform;
}
#shopline-section-template--index__nalvina-offers .rte > div[style*="width:100vw"] > div:hover {
  animation-play-state: paused !important;
}
@keyframes latall-offer-marquee {
  0% { transform: translateX(100vw); }
  100% { transform: translateX(-100%); }
}
@media (max-width: 749px) {
  #shopline-section-template--index__nalvina-offers .rte > div[style*="width:100vw"] {
    height: 38px !important;
  }
  #shopline-section-template--index__nalvina-offers .rte > div[style*="width:100vw"] > div {
    animation-duration: 13s !important;
  }
}
/* LATALL_NALVINA_OFFER_MARQUEE_END */
