body.with-header-image.header-nav-transparent.with-topbar.scrollbar-on-top.header-nav-big .strollercare-outdoor{top: 140px;margin-top: 36px;}

#strollercare-outdoor .carousel{height: 40px !important;}
#strollercare-outdoor .carousel.carousel-slider .carousel-item.active{opacity: 1 !important;display: inline;}

.strollercare-outdoor{background: var(--amoksys-color-primary) !important;width: 100%;z-index: 1002;top: 56px;position: sticky;display:flex;transition: all .2s;}

.strollercare-outdoor-carousel{overflow: hidden;}

.strollercare-outdoor-item{min-height: 0px !important;height: auto !important;opacity: 0 !important;}
.strollercare-outdoor-item carousel-item{display: none !important;}

.strollercare-outdoor-item-content{display: flex;height: 40px !important;flex-direction: row;width: fit-content;align-items: center;}
.strollercare-outdoor-item-content > * {color: var(--amoksys-color-on-primary) !important;margin: 0 4px 0 0 !important;padding:0 !important;width: max-content !important;line-height: 40px !important;font-size: 15px !important;font-weight: normal !important;}

.animation-paused{animation-play-state: paused !important;}
.strollercare-outdoor-animation{animation: strollercareOutdoorDisplay linear infinite;}

.small-curiosity{display: flex !important;justify-content: center;}

@media only screen and (max-width: 600px){
    body.with-header-image.header-nav-transparent.with-topbar.scrollbar-on-top.header-nav-big.admin-bar .strollercare-outdoor{margin-top: 44px;}
}
@media only screen and (min-width: 601px) and (max-width: 782px){
    body.admin-bar .strollercare-outdoor{top: 109px;}
}
@media only screen and (min-width: 783px){
    body.admin-bar .strollercare-outdoor{top: 95px;}
}
@media only screen and (min-width: 601px){
    .strollercare-outdoor{top: 64px;}
}

@keyframes strollercareOutdoorDisplay {
    from {transform: translateX(0%);}
    to {transform: translateX(-100%);}
}
