.product-item-photo-wrapper {
    position: relative;
    overflow: visible;
}

/* --- Zone 1 --- */
.product-item-photo-wrapper .badge-slot--zone1-plp {
    position: absolute !important;
    z-index: 5;
    top: 24px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    pointer-events: none;
    display: flex !important;
    flex-direction: column;
    gap: 4px;
    transform: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.product-item-photo-wrapper .badge-slot--zone1-plp.badge-align--left {
    align-items: flex-start !important;
}

.product-item-photo-wrapper .badge-slot--zone1-plp.badge-align--center {
    align-items: center !important;
}

.product-item-photo-wrapper .badge-slot--zone1-plp.badge-align--right {
    align-items: flex-end !important;
}

.product-item-photo-wrapper .badge-slot--zone1-stack {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-item-photo-wrapper .badge-slot--zone1__item {
    display: block;
    pointer-events: auto;
}

.product-item-photo-wrapper .badge-zone1__image {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.product-item-photo-wrapper .badge-zone1__text {
    font-size: 0.75rem;
    line-height: 1.2;
}

/* --- Zone 2 --- */
.product-badge-zone2--plp {
    margin: 0 0 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 100%;
}

.product-badge-zone2--plp.badge-align--left {
    justify-content: flex-start;
}

.product-badge-zone2--plp.badge-align--center {
    justify-content: center;
}

.product-badge-zone2--plp.badge-align--right {
    justify-content: flex-end;
}

.product-badge-zone2--plp .product-badge-zone2__item,
.product-badge-zone3--plp .product-badge-zone3__item {
    letter-spacing: normal;
    text-transform: none;
    line-height: 1.2;
    font-weight: 400;
    padding: 2px 8px;
    border-width: 2px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

/* --- Zone 3 --- */
.product-badge-zone3--plp {
    position: relative;
    z-index: 4;
    margin-top: -24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
}

.product-badge-zone3--plp.badge-align--left {
    justify-content: flex-start;
}

.product-badge-zone3--plp.badge-align--center {
    justify-content: center;
}

.product-badge-zone3--plp.badge-align--right {
    justify-content: flex-end;
}

.product-badge-zone3--plp .product-badge-zone3__item {
    margin-top: 0;
    margin-bottom: 0;
}

/* --- MOBILE --- */
@media only screen and (max-width: 768px) {
    /* --- Zone 1 --- */
    .product-item-photo-wrapper .badge-slot--zone1-plp {
        top: 10px !important;
    }
}
