.product-card__image,
.products .product .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.single-product .woocommerce-product-gallery,
.single-product div.images,
.woocommerce div.product div.images{
    position:relative;
}

.ggpb-product-badges{
    position:absolute;
    top:10px;
    left:10px;
    right:10px;
    z-index:30;
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    pointer-events:none;
}

.ggpb-product-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:26px;
    padding:7px 10px 6px;
    border:2px solid #111;
    border-radius:10px;
    background:#fcb400;
    color:#111;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
    box-shadow:0 2px 0 rgba(0,0,0,.22);
    white-space:nowrap;
}

.ggpb-product-badge--top{
    background:#111;
    color:#fff;
    border-color:#111;
}

.ggpb-product-badge--drop{
    margin-left:auto;
}

.single-product .woocommerce-product-gallery .ggpb-product-badges,
.single-product div.images .ggpb-product-badges{
    top:14px;
    left:14px;
    right:14px;
    z-index:50;
}

@media (max-width: 768px){
    .ggpb-product-badges{
        top:8px;
        left:8px;
        right:8px;
        gap:6px;
    }
    .ggpb-product-badge{
        min-height:24px;
        padding:6px 8px 5px;
        border-radius:9px;
        font-size:10px;
        letter-spacing:.045em;
    }
}
