.product-slider-container {
    position: relative;
    margin: 20px 0;
}
.product-slider {
    display: flex;
    overflow-x: auto;
    height: 290px;
    scrollbar-width: thin;
    scrollbar-color: #8224e3 #f1f1f1;
}
.slider-item {
    flex: 0 0 auto;
    margin-right: 10px;
}
.slider-arrow-left, .slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #8224e3;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 7.5px;
    z-index: 1;
}
.slider-arrow-left {
    left: 0;
    display: none;
}
.slider-arrow-right {
    right: 0;
}
.aub-upsell-message {
    color: #8224e3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
