/* Product list - flag on image bottom-left */
.product-miniature .thumbnail-top {
    position: relative;
    overflow: hidden;
}

.product-miniature .origin-flag {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 3px 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    line-height: 0;
}

/* Product detail page - flag on image bottom-left */
.product-cover {
    position: relative;
}

.product-cover .origin-flag,
.images-container .origin-flag,
.product-images .origin-flag {
    position: absolute;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 4px 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    line-height: 0;
}

.origin-flag img {
    border: 1px solid #ddd;
    border-radius: 2px;
    display: block;
}
