.b2bpb-product-gallery {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    container-type: inline-size;
    container-name: b2bpb-gallery;
}

.b2bpb-product-gallery--empty .b2bpb-thumb-placeholder {
    display: block;
    width: 100%;
    min-height: 320px;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fafc, #eef2f7);
}

.b2bpb-product-gallery-layout {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.b2bpb-product-gallery-layout--left {
    flex-direction: row;
    align-items: stretch;
}

.b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs {
    order: -1;
    width: 92px;
    flex: 0 0 92px;
    align-self: stretch;
    height: auto;
}

.b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs.swiper {
    height: 100%;
    min-height: 320px;
}

.b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs .swiper-slide {
    width: 72px;
    height: 72px;
}

.b2bpb-product-gallery-layout--left .b2bpb-product-gallery-controls {
    flex: 1 1 auto;
    min-width: 0;
}

.b2bpb-product-gallery-main {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
}

.b2bpb-product-gallery-layout--left .b2bpb-product-gallery-main {
    width: auto;
}

.b2bpb-product-gallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}

.b2bpb-product-gallery-main img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
}

.b2bpb-product-gallery-link {
    display: block;
    width: 100%;
}

.b2bpb-product-gallery-thumbs {
    width: 100%;
}

.b2bpb-product-gallery-thumbs .swiper-slide {
    width: 72px;
    height: 72px;
    opacity: 0.55;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.b2bpb-product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #2563eb;
}

.b2bpb-product-gallery-thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.b2bpb-product-gallery-controls {
    position: relative;
}

.b2bpb-product-gallery-prev,
.b2bpb-product-gallery-next {
    color: #0f172a;
}

.b2bpb-product-gallery-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(var(--b2bpb-gallery-columns, 4), minmax(0, 1fr));
}

.b2bpb-product-gallery-item {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.b2bpb-product-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.b2bpb-product-taxonomies {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.b2bpb-product-taxonomy-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.b2bpb-product-taxonomy-label {
    font-weight: 600;
    color: #334155;
}

.b2bpb-product-taxonomy-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b2bpb-product-taxonomy-list a,
.b2bpb-product-taxonomy-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    text-decoration: none;
}

.b2bpb-product-model-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 0 12px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.b2bpb-product-model-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 14px;
    color: #334155;
}

.b2bpb-product-model-row strong {
    min-width: 88px;
    color: #0f172a;
}

.b2bpb-product-model-row code {
    font-family: Consolas, Menlo, monospace;
    color: #1d4ed8;
    background: transparent;
    padding: 0;
}

/* Mobile / narrow column: main image on top, horizontal thumb strip below. */
.b2bpb-product-gallery--stacked .b2bpb-product-gallery-layout--left {
    flex-direction: column;
    gap: 10px;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-controls {
    order: -1;
    width: 100%;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs {
    order: 0;
    width: 100%;
    flex: 0 0 auto;
    height: auto;
    align-self: auto;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs.swiper {
    height: auto;
    min-height: 0;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs .swiper-slide {
    width: 64px;
    height: 64px;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-main {
    width: 100%;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-main .swiper-slide {
    min-height: 220px;
}

.b2bpb-product-gallery--stacked .b2bpb-product-gallery-grid {
    grid-template-columns: repeat(min(var(--b2bpb-gallery-columns, 4), 2), minmax(0, 1fr));
}

@container b2bpb-gallery (max-width: 520px) {
    .b2bpb-product-gallery-layout--left {
        flex-direction: column;
        gap: 10px;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-controls {
        order: -1;
        width: 100%;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs {
        order: 0;
        width: 100%;
        flex: 0 0 auto;
        height: auto;
        align-self: auto;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs.swiper {
        height: auto;
        min-height: 0;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs .swiper-slide {
        width: 64px;
        height: 64px;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-main {
        width: 100%;
    }

    .b2bpb-product-gallery-main .swiper-slide {
        min-height: 220px;
    }

    .b2bpb-product-gallery-grid {
        grid-template-columns: repeat(min(var(--b2bpb-gallery-columns, 4), 2), minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .b2bpb-product-gallery--empty .b2bpb-thumb-placeholder {
        min-height: 220px;
    }

    .b2bpb-product-gallery-layout--left {
        flex-direction: column;
        gap: 10px;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-controls {
        order: -1;
        width: 100%;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs {
        order: 0;
        width: 100%;
        flex: 0 0 auto;
        height: auto;
        align-self: auto;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs.swiper {
        height: auto;
        min-height: 0;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-thumbs .swiper-slide {
        width: 64px;
        height: 64px;
    }

    .b2bpb-product-gallery-layout--left .b2bpb-product-gallery-main {
        width: 100%;
    }

    .b2bpb-product-gallery-main .swiper-slide {
        min-height: 220px;
    }

    .b2bpb-product-gallery-grid {
        grid-template-columns: repeat(min(var(--b2bpb-gallery-columns, 4), 2), minmax(0, 1fr));
    }
}
