.dmw-shared-intro {
    margin-bottom: 24px;
}

.dmw-custom-tab-content > :first-child,
.dmw-shared-intro > :first-child {
    margin-top: 0;
}

.dmw-custom-tab-content > :last-child,
.dmw-shared-intro > :last-child {
    margin-bottom: 0;
}

.woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    width: var(--dmw-gallery-thumb-width, 82px) !important;
    max-width: var(--dmw-gallery-thumb-width, 82px);
    flex: 0 0 var(--dmw-gallery-thumb-width, 82px);
    margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
    display: block;
    width: 100%;
    height: var(--dmw-gallery-thumb-height, 82px);
    object-fit: var(--dmw-gallery-thumb-fit, cover);
    object-position: center;
}

@media (max-width: 600px) {
    .woocommerce-product-gallery .flex-control-thumbs {
        gap: 6px;
    }
}
