/* FlyTrust Frontend CSS */

.woocommerce-product-gallery.woocommerce-product-gallery--with-images::after {
    content: var(--flytrust-content, '');
    position: absolute;
    top: var(--flytrust-top, 0);
    right: var(--flytrust-right, 0);
    width: var(--flytrust-width, 150px);
    height: var(--flytrust-height, 150px);
    z-index: 99;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: var(--flytrust-padding-bottom, 20px);
    font-weight: 700;
    font-size: var(--flytrust-fsize, 10px);
    color: var(--flytrust-color, #0c345a);
    text-align: center;
    box-sizing: border-box;
    text-transform: none;

    /* Fallback */
    background: var(--flytrust-bg-image) no-repeat center center;
    background-size: contain;

    /* Modern */
    background-image: var(--flytrust-bg-image-set);
}