/* Carousel Container */
.rp-carousel-container-0ebc2323 {
    position: relative;
    width: 100%;
}

.rp-carousel-title-0ebc2323 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #1a1a1a;
}

/* Swiper Controls overrides */
.rp-carousel-swiper-0ebc2323 {
    position: static;
    overflow: hidden;
}

.rp-carousel-prev-0ebc2323,
.rp-carousel-next-0ebc2323 {
    width: 40px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rp-carousel-prev-0ebc2323:hover,
.rp-carousel-next-0ebc2323:hover {
    background: #f5a623;
    color: #ffffff;
}

.rp-carousel-prev-0ebc2323:after,
.rp-carousel-next-0ebc2323:after {
    display: none; /* Hide default swiper icons */
}

.rp-carousel-prev-0ebc2323 {
    left: -20px;
}

.rp-carousel-next-0ebc2323 {
    right: -20px;
}

/* Product Item */
.rp-carousel-item-0ebc2323 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}

.rp-carousel-item-image-0ebc2323 {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 4px;
}

.rp-carousel-item-image-0ebc2323 img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.rp-carousel-item-image-0ebc2323:hover img {
    transform: scale(1.05);
}

.rp-carousel-item-content-0ebc2323 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rp-carousel-item-artist-0ebc2323 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.rp-carousel-item-title-0ebc2323 {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 12px;
    line-height: 1.4;
    flex-grow: 1;
}

.rp-carousel-item-title-0ebc2323 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rp-carousel-item-title-0ebc2323 a:hover {
    color: #f5a623;
}

.rp-carousel-item-footer-0ebc2323 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.rp-carousel-item-price-0ebc2323 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Stock Dot explicitly defined */
.rp-stock-dot-0ebc2323 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.rp-carousel-item-button-0ebc2323 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #f5a623;
    color: #ffffff;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.rp-carousel-item-button-0ebc2323:hover {
    background-color: #d48b1a;
    color: #ffffff;
}

/* Hide WooCommerce default added to cart messages if needed */
.rp-carousel-item-button-0ebc2323.added {
    display: none;
}

@media (max-width: 767px) {
    .rp-carousel-prev-0ebc2323 {
        left: -10px;
    }
    .rp-carousel-next-0ebc2323 {
        right: -10px;
    }
}
