.whmcs-product-images {
    margin: 0 0 14px;
    max-width: 360px;
}

.whmcs-product-images--inline {
    display: inline-block;
    margin: 0 12px 8px 0;
    max-width: 120px;
    vertical-align: middle;
}

.whmcs-product-images--product-card {
    clear: both;
    margin: 14px auto 18px;
    max-width: 220px;
    width: 100%;
}

.whmcs-product-images__frame {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: relative;
}

.whmcs-product-images__slide {
    display: none;
}

.whmcs-product-images__slide.is-active {
    display: block;
}

.whmcs-product-images__image {
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.whmcs-product-images--inline .whmcs-product-images__image {
    aspect-ratio: 4 / 3;
}

.whmcs-product-images--product-card .whmcs-product-images__image {
    aspect-ratio: 4 / 3;
    background: transparent;
    object-fit: contain;
    padding: 0;
}

.whmcs-product-images--product-card .whmcs-product-images__frame {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.whmcs-product-images--inline .whmcs-product-images__frame {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.whmcs-product-images--inline .whmcs-product-images__image {
    background: transparent;
    object-fit: contain;
}

.whmcs-product-images--product-card .whmcs-product-images__caption {
    display: none;
}

.whmcs-product-images__caption {
    background: rgba(255, 255, 255, 0.92);
    bottom: 0;
    color: #333;
    font-size: 12px;
    left: 0;
    line-height: 1.35;
    overflow: hidden;
    padding: 6px 8px;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whmcs-product-images__dots {
    display: none;
}

.whmcs-product-images__dot {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.whmcs-product-images__dot.is-active {
    background: #fff;
}

@media (max-width: 767px) {
    .whmcs-product-images {
        max-width: 100%;
    }

    .whmcs-product-images--inline {
        display: block;
        margin-right: 0;
        max-width: 140px;
    }

    .whmcs-product-images--product-card {
        max-width: 200px;
    }
}
