.rp-slider-wrapper-2d68256c {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.rp-slider-container-2d68256c {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 30px 0;
}
.rp-slider-track-2d68256c {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.rp-slide-2d68256c {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.rp-link-2d68256c {
    text-decoration: none !important;
    color: inherit;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.rp-image-wrapper-2d68256c {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rp-image-inner-2d68256c {
    max-width: 400px; /* Limits the image size */
    width: 100%;
}
.rp-image-inner-2d68256c img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.rp-badge-2d68256c {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ff3366;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    z-index: 2;
    white-space: nowrap;
}
.rp-details-2d68256c {
    padding: 10px 0;
}
.rp-title-2d68256c {
    font-size: 1.5rem;
    margin: 0 0 10px;
    color: #333;
}
.rp-price-2d68256c {
    font-size: 1.4rem;
    font-weight: bold;
    color: #111;
}
.rp-price-2d68256c del {
    color: #999;
    font-size: 1.1rem;
    font-weight: normal;
    margin-left: 8px;
}
.rp-price-2d68256c ins {
    text-decoration: none;
}
