

/* Common Swiper Button Styles */
.swiper-button-next,
.swiper-button-prev {
    color: var(--brown-dark);
    background:var(--light-bg);
    opacity: 0.6;
    /* background: none; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
    margin-top: -25px;
    transition: all 0.3s ease;
    /* z-index: 10; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
    font-weight: bold;
    /* z-index: 10; */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #8B4513;
    color: white;
    transform: scale(1.1);
}

.swiper-slide {
    height: auto;
}

/* Living Room Swiper - Same as Popular Products */
.livingroom-swiper-button-next {
    right: -60px;
}

.livingroom-swiper-button-prev {
    left: -60px;
}

.livingRoomSwiper {
    padding: 20px 0;
}