/* Product Images Slider */
.pm-product-images-wrapper {
    width: 100%;
}

.pm-product-main-slider {
    width: 100%;
    overflow: hidden;
}

.pm-product-main-slider .swiper-wrapper,
.pm-product-thumb-slider {
    width: 100%;
    overflow: hidden;
}

.pm-product-main-slider .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    height: auto;
}

.pm-product-main-slider .swiper-slide a {
    display: block;
    width: 100%;
}

.pm-product-main-slider .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.pm-product-main-slider .swiper-wrapper,
.pm-product-thumb-slider .swiper-wrapper {
    display: flex;
}

/* Fallback for when Swiper is not initialized */
.pm-product-thumb-slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

.pm-product-thumb-slider:not(.swiper-initialized) .swiper-slide {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 0;
    box-sizing: border-box;
}

.pm-product-thumb-slider .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
    height: auto;
    box-sizing: border-box;
    flex-shrink: 0;
}

.pm-product-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.pm-product-thumb-slider img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s;
    object-fit: cover;
}

.pm-thumb-active {
    opacity: 1 !important;
}

.pm-thumb-active img {
    opacity: 1;
}

/* Discount Badge */
.discount-badge {
    /* Optional: Add default styles for discount badge if needed */
}

/* Breadcrumb */
.pm-breadcrumb {
    /* Optional: Add default styles for breadcrumb if needed */
}