.elementor-552 .elementor-element.elementor-element-2d2472c1{--display:flex;--min-height:48px;--padding-top:18px;--padding-bottom:18px;--padding-left:8px;--padding-right:8px;}.elementor-552 .elementor-element.elementor-element-60cb2df{background-color:#F2F2F2;padding:0px 0px 0px 0px;border-style:none;border-radius:100px 100px 100px 100px;}/* Start custom CSS for shortcode, class: .elementor-element-60cb2df */.prices-m{
    overflow: hidden;
}
.price-ticker {
    width: 100%;
    overflow: hidden;
    direction: ltr;
    padding-top: 8px;
    padding-bottom: 8px;
}

.price-ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: ticker-scroll 30s linear infinite;
}

@keyframes ticker-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.ticker-item {
    white-space: nowrap;
    font-size: 16px;
    color: #000;
    background-color: white;
    padding: 8px;
    border-radius: 100px;
    margin-inline: 16px;
}

.ticker-title {
    font-weight: 700;
    margin-left: 6px;
}

.ticker-price {
    font-weight: 400;
}

.ticker-separator {
    width: 24px;
    height: auto;
    margin: 0 48px; /* فاصله 48px از دو طرف */
}

.price-ticker:hover .price-ticker-track {
    animation-play-state: paused;
}/* End custom CSS */