@charset "UTF-8";

/* Ensure product info section is scrollable if content overflows */

.j2commerce-product-module .product-info {
    overflow: auto;
}

/* Alternate image positions */

.j2commerce-product-module .product-card {
    flex-direction: row;
    min-height: 100%;
}

.j2commerce-product-module .image-position-top .product-card {
    flex-direction: column;
}

.j2commerce-product-module .image-position-right .product-card {
    flex-direction: row-reverse;
}

/* Adjust product quantity */

.j2commerce-product-module .product-qty {
    width: 40%;
}

/* Ensure images have a minimum width to prevent disappearing images */

.j2commerce-product-module img {
    min-width: 32px;
}

/* Carousel navigation icons */

.j2commerce-product-module .swiper-button-prev,
.j2commerce-product-module .swiper-button-next {
    color: #6d6d6d;
}

.j2commerce-product-module svg.swiper-navigation-icon {
    /* border: 1px solid #a5a5a5; */
    border-radius: 32px;
    width: 32px;
    height: 32px;
    padding: 9px;
    background-color: #ffffffa8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.j2commerce-product-module svg.swiper-navigation-icon {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive grid using CSS Container Queries */

.j2commerce-product-module {
    container-type: inline-size;
    container-name: bootstrap5-grid;
}

.j2commerce-product-module.j2cq-cols-1 > * {
    flex: none;
    width: 100%;
}

.j2commerce-product-module.j2cq-cols-2 > * {
    flex: none;
    width: 50%;
}

.j2commerce-product-module.j2cq-cols-3 > * {
    flex: none;
    width: 33.3333%;
}

.j2commerce-product-module.j2cq-cols-4 > * {
    flex: none;
    width: 25%;
}

.j2commerce-product-module.j2cq-cols-5 > * {
    flex: none;
    width: 20%;
}

.j2commerce-product-module.j2cq-cols-6 > * {
    flex: none;
    width: 16.6667%;
}

@container bootstrap5-grid (min-width: 576px) {
    .j2commerce-product-module.j2cq-cols-sm-1 > * {
        flex: none;
        width: 100%;
    }

    .j2commerce-product-module.j2cq-cols-sm-2 > * {
        flex: none;
        width: 50%;
    }

    .j2commerce-product-module.j2cq-cols-sm-3 > * {
        flex: none;
        width: 33.3333%;
    }

    .j2commerce-product-module.j2cq-cols-sm-4 > * {
        flex: none;
        width: 25%;
    }

    .j2commerce-product-module.j2cq-cols-sm-5 > * {
        flex: none;
        width: 20%;
    }

    .j2commerce-product-module.j2cq-cols-sm-6 > * {
        flex: none;
        width: 16.6667%;
    }
}

@container bootstrap5-grid (min-width: 768px) {
    .j2commerce-product-module.j2cq-cols-md-1 > * {
        flex: none;
        width: 100%;
    }

    .j2commerce-product-module.j2cq-cols-md-2 > * {
        flex: none;
        width: 50%;
    }

    .j2commerce-product-module.j2cq-cols-md-3 > * {
        flex: none;
        width: 33.3333%;
    }

    .j2commerce-product-module.j2cq-cols-md-4 > * {
        flex: none;
        width: 25%;
    }

    .j2commerce-product-module.j2cq-cols-md-5 > * {
        flex: none;
        width: 20%;
    }

    .j2commerce-product-module.j2cq-cols-md-6 > * {
        flex: none;
        width: 16.6667%;
    }
}

@container bootstrap5-grid (min-width: 992px) {
    .j2commerce-product-module.j2cq-cols-lg-1 > * {
        flex: none;
        width: 100%;
    }

    .j2commerce-product-module.j2cq-cols-lg-2 > * {
        flex: none;
        width: 50%;
    }

    .j2commerce-product-module.j2cq-cols-lg-3 > * {
        flex: none;
        width: 33.3333%;
    }

    .j2commerce-product-module.j2cq-cols-lg-4 > * {
        flex: none;
        width: 25%;
    }

    .j2commerce-product-module.j2cq-cols-lg-5 > * {
        flex: none;
        width: 20%;
    }

    .j2commerce-product-module.j2cq-cols-lg-6 > * {
        flex: none;
        width: 16.6667%;
    }
}

@container bootstrap5-grid (min-width: 1200px) {
    .j2commerce-product-module.j2cq-cols-xl-1 > * {
        flex: none;
        width: 100%;
    }

    .j2commerce-product-module.j2cq-cols-xl-2 > * {
        flex: none;
        width: 50%;
    }

    .j2commerce-product-module.j2cq-cols-xl-3 > * {
        flex: none;
        width: 33.3333%;
    }

    .j2commerce-product-module.j2cq-cols-xl-4 > * {
        flex: none;
        width: 25%;
    }

    .j2commerce-product-module.j2cq-cols-xl-5 > * {
        flex: none;
        width: 20%;
    }

    .j2commerce-product-module.j2cq-cols-xl-6 > * {
        flex: none;
        width: 16.6667%;
    }
}

@container bootstrap5-grid (min-width: 1400px) {
    .j2commerce-product-module.j2cq-cols-xxl-1 > * {
        flex: none;
        width: 100%;
    }

    .j2commerce-product-module.j2cq-cols-xxl-2 > * {
        flex: none;
        width: 50%;
    }

    .j2commerce-product-module.j2cq-cols-xxl-3 > * {
        flex: none;
        width: 33.3333%;
    }

    .j2commerce-product-module.j2cq-cols-xxl-4 > * {
        flex: none;
        width: 25%;
    }

    .j2commerce-product-module.j2cq-cols-xxl-5 > * {
        flex: none;
        width: 20%;
    }

    .j2commerce-product-module.j2cq-cols-xxl-6 > * {
        flex: none;
        width: 16.6667%;
    }
}
