.promo-carousel-container-ff90d18f {
    overflow: hidden;
    position: relative;
    padding: 20px;
}
.promo-carousel-track-ff90d18f {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}
.promo-slide-ff90d18f {
    flex: 0 0 calc(33.333% - 20px);
    scroll-snap-align: start;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.promo-badge-ff90d18f {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
}
.promo-img-ff90d18f img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.promo-title-ff90d18f {
    margin: 15px 0 10px;
    font-size: 16px;
}
.promo-price-ff90d18f {
    font-weight: bold;
    color: #2c3e50;
}