.swiper-container {
    width: 100%;
    height: 400px; /* Adjust this value as needed */
}
.slider {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
}
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-pagination-bullet-active {
    background-color: #000;
}
.product-title {
    position: relative;
    z-index: 10;
}
.swiper-container {
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
    }
    .slider-container, .product-details {
        width: 100%;
        max-width: none;
    }
    .product-details {
        padding-left: 0;
        margin-top: 2rem;
    }
}
.product-container {
    display: flex;
    flex-direction: row-reverse;
}
.slider-container {
    width: 50%;
    max-width: 500px;
}
.swiper-container {
    width: 100%;
    height: 400px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
}
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-button-next, .swiper-button-prev {
    color: #000;
}
.swiper-pagination-bullet-active {
    background-color: #000;
}
.product-details {
    width: 50%;
    padding-left: 2rem;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .product-details {
        width: 100%;
        padding-left: 0;
        margin-top: 2rem;
    }
}
