.prod-slider-container-b3c4a5e9 {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background-color: #f9f9f9;
}

.prod-slider-wrapper-b3c4a5e9 {
    position: relative;
    width: 100%;
    height: 100%;
}

.prod-slide-b3c4a5e9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.prod-slide-b3c4a5e9.active {
    opacity: 1;
    pointer-events: auto;
}

.prod-slide-b3c4a5e9 img,
.prod-single-image-b3c4a5e9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Arrows */
.prod-slider-arrow-b3c4a5e9 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    color: #333;
    font-size: 18px;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.3s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.prod-slider-arrow-b3c4a5e9:hover {
    background: rgba(255, 255, 255, 0.9);
}

.prod-slider-arrow-b3c4a5e9.prev {
    left: 10px;
}

.prod-slider-arrow-b3c4a5e9.next {
    right: 10px;
}

/* Dots */
.prod-slider-dots-b3c4a5e9 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 2;
}

.prod-slider-dot-b3c4a5e9 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 0.3s;
}

.prod-slider-dot-b3c4a5e9.active {
    background: #000;
}

.prod-slider-placeholder-b3c4a5e9 {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #eee;
}
