.mnv-promo-overlays{position:absolute;inset:0;z-index:3;pointer-events:none;font-family:inherit;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;padding:12px;box-sizing:border-box}
.mnv-promo-column{min-height:0;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:5px}
.mnv-promo-stack{display:flex;flex-direction:column;gap:5px;min-height:0;flex:0 1 auto;align-items:flex-start}
.mnv-promo-column--right .mnv-promo-stack{align-items:flex-end}
.mnv-promo-stack--bottom_left,.mnv-promo-stack--bottom_right{flex-direction:column-reverse}
.mnv-promo-badge{display:block;box-sizing:border-box;max-width:100%;min-height:0}
.mnv-promo-badge--text{flex:0 0 auto;background:var(--pb-bg);color:var(--pb-fg);font-size:12px;font-weight:600;line-height:1.2;padding:6px 9px;border-radius:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center}
.mnv-promo-badge--image{flex:0 1 var(--pb-size);width:var(--pb-size);height:var(--pb-size)}
.mnv-promo-badge--image img{display:block!important;width:100%!important;height:100%!important;max-width:100%;object-fit:contain!important;position:static!important;opacity:1!important}
.mnv-card-media>.mnv-promo-overlays--card{bottom:1.55rem;padding:10px}
.mnv-promo-overlays--card .mnv-promo-stack{gap:2px}
.catalog-product-card .mnv-promo-stack>.mnv-card-sale{position:static;flex-shrink:0;margin:0}
.catalog-product-card .mnv-promo-stack>.mnv-card-favorite{position:relative;top:auto;right:auto;left:auto;flex-shrink:0;pointer-events:auto}
.card-image.mnv-promo-host{position:relative}
.mnv-promo-overlays--catalog .mnv-promo-badge--image{flex-basis:min(var(--pb-size),60px);width:min(var(--pb-size),60px);height:min(var(--pb-size),60px)}
@media(max-width:575px){.mnv-promo-badge--text{font-size:10px;padding:4px 6px}.mnv-promo-overlays{padding:8px;gap:6px}.mnv-promo-column,.mnv-promo-stack{gap:3px}.mnv-card-media>.mnv-promo-overlays--card{padding:8px}.mnv-promo-overlays--card .mnv-promo-stack{gap:2px}.mnv-promo-overlays--catalog .mnv-promo-badge--image{flex-basis:min(var(--pb-size),38px);width:min(var(--pb-size),38px);height:min(var(--pb-size),38px)}}

/* Favorite design 02: soft marker. Keep the existing favorite state and promo flow. */
.catalog-product-card .mnv-card-favorite{width:44px;min-width:44px;height:44px;min-height:44px;border-radius:9px;touch-action:manipulation}
.catalog-product-card .mnv-card-favorite .mnv-favorite-icon{display:block;flex:0 0 auto;width:22px;height:22px;margin:0;overflow:visible;color:#243541;pointer-events:none;filter:drop-shadow(0 0 .7px #fff) drop-shadow(0 0 2px rgba(255,255,255,.95))}
.catalog-product-card .mnv-card-favorite .mnv-favorite-icon path{fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:fill 160ms ease,stroke 160ms ease}
.catalog-product-card .mnv-card-favorite[aria-pressed="true"] .mnv-favorite-icon path{fill:#243541}
.catalog-product-card .mnv-card-favorite:focus-visible{outline:2px solid #243541;outline-offset:3px;box-shadow:0 0 0 3px #fff}
@media(prefers-reduced-motion:reduce){.catalog-product-card .mnv-card-favorite .mnv-favorite-icon path{transition:none}}
