.product-label-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--product-label-list-gap, 0.25rem);
    pointer-events: none;
}

.product-label-list--vertical {
    flex-direction: column;
}

.product-label-list--align-center {
    justify-content: center;
}

.product-label-list--align-end {
    justify-content: flex-end;
}

.product-card .product-item-photo,
#gallery-main {
    position: relative;
}

.product-label-list--slot-product_card_image_top,
.product-label-list--slot-pdp_gallery_top {
    position: absolute;
    z-index: 2;
    top: 1rem;
    left: 1rem;
}

.product-label-list--slot-product_card_price_inline,
.product-label-list--slot-pdp_price_inline {
    vertical-align: middle;
}

.product-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--label-py, 0.375rem) var(--label-px, 0.75rem);
    border-radius: var(--label-radius, 999px);
    background: var(--label-bg, #ffca57);
    color: var(--label-color, #0a0a0a);
    font-family: var(--label-font-family, inherit);
    font-size: var(--label-font-size, 0.625rem);
    font-weight: var(--label-font-weight, 700);
    line-height: var(--label-line-height, 1);
    text-transform: var(--label-text-transform, none);
    white-space: nowrap;
}
