.stores-map-marker-label{--stores-marker-size:28px;width:var(--stores-marker-size);height:var(--stores-marker-size);box-sizing:border-box;box-shadow:none;font:inherit;pointer-events:auto;text-align:center;background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative;overflow:visible}.stores-map-marker-label.active{--stores-marker-size:34px}.stores-map-marker-pin{width:var(--stores-marker-size);height:var(--stores-marker-size);border:1.5px solid var(--color-border-strong);color:var(--color-text-strong);background:var(--color-surface);box-shadow:0 0 0 2px var(--color-surface), var(--jdsc-shadow-chip);transition:transform .15s var(--jdsc-ease-out);border-radius:50%;place-items:center;display:grid}.stores-map-marker-label[data-map-pin]{cursor:pointer;width:44px;height:44px}.stores-map-marker-label[data-map-pin] .stores-map-marker-pin,.stores-map-marker-label[data-map-pin].is-favorite .stores-map-marker-pin,.stores-map-marker-label[data-map-pin].active .stores-map-marker-pin{z-index:1;box-sizing:border-box;width:32px;height:40px;color:var(--color-text-inverse);box-shadow:none;filter:drop-shadow(0 2px 2px var(--color-border-overlay));transform-origin:bottom;background:0 0;border:0;border-radius:0;animation:none;position:absolute;bottom:0}.stores-map-marker-label[data-map-pin] .stores-map-marker-pin svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%;display:block;overflow:visible}.stores-map-marker-outline{fill:var(--color-text-strong);stroke:var(--color-surface);stroke-width:1.5px}.stores-map-marker-label[data-map-pin].is-favorite .stores-map-marker-symbol{fill:currentColor;stroke:none}.stores-map-marker-label[data-map-pin].active .stores-map-marker-outline{fill:var(--color-brand)}.stores-map-marker-label[data-map-pin].active .stores-map-marker-pin,.stores-map-marker-label[data-map-pin].is-hovered .stores-map-marker-pin{transform:none}.stores-map-marker-label[data-map-pin] .stores-map-marker-symbol{stroke-width:2.4px}.stores-map-marker-label[data-map-pin] .stores-map-marker-caption{border-radius:0 var(--radius-md) var(--radius-md) 0;box-sizing:border-box;min-height:28px;max-width:var(--stores-label-max-width,220px);text-align:left;grid-template-columns:minmax(0,1fr);column-gap:5px;padding:5px 10px 5px 19px;top:22px;left:22px;transform:translateY(-50%)}.stores-map-marker-label[data-map-pin][data-label-side=left] .stores-map-marker-caption{border-radius:var(--radius-md) 0 0 var(--radius-md);padding:5px 19px 5px 10px;left:auto;right:22px}.stores-map-marker-label[data-map-pin] .stores-map-marker-label-title{font-size:12px;font-weight:700;line-height:1.25}.stores-map-marker-label[data-map-pin] .stores-map-marker-status-dot{display:none}.stores-map-marker-label[data-map-pin] .stores-map-marker-label-title,.stores-map-marker-label[data-map-pin] .stores-map-marker-label-secondary{grid-column:1}.stores-map-marker-label[data-map-pin].active .stores-map-marker-caption{border-color:var(--color-brand)}.stores-map-marker-label[data-map-pin]:focus-visible .stores-map-marker-caption{outline:2px solid var(--color-brand);outline-offset:2px}@media (prefers-reduced-motion:reduce){.stores-map-marker-label[data-map-pin] .stores-map-marker-pin{transition:none}}.stores-map-marker-label.is-favorite .stores-map-marker-pin{border-color:var(--color-text-strong);color:var(--color-text-inverse);background:var(--color-text-strong)}.stores-map-marker-caption{top:calc(var(--stores-marker-size) + 6px);border:1px solid var(--color-border-overlay);border-radius:var(--radius-pill);width:max-content;min-width:0;max-width:220px;min-height:30px;color:var(--color-text-strong);background:var(--color-surface);box-shadow:var(--jdsc-shadow-chip);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 6px;padding:5px 10px;display:none;position:absolute;left:50%;transform:translate(-50%)}.stores-map-marker-label.is-labeled .stores-map-marker-caption{display:grid}.stores-map-marker-label:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px;border-radius:var(--radius-pill)}.stores-map-marker-status-dot{background:var(--jdsc-ink-500);border-radius:50%;grid-area:1/1;width:7px;height:7px}.stores-map-marker-status-dot[data-status=open]{background:var(--jdsc-success-ink)}.stores-map-marker-status-dot[data-status=ready]{background:var(--jdsc-warn-ink)}.stores-map-marker-status-dot[data-status=closed],.stores-map-marker-status-dot[data-status=holiday]{background:var(--jdsc-danger-ink)}.stores-map-marker-label.active .stores-map-marker-pin{border-color:var(--color-brand);color:var(--color-text-inverse);background:var(--color-brand);box-shadow:var(--jdsc-shadow-pin-glow)}.stores-map-marker-label.active .stores-map-marker-caption{color:var(--color-text-strong);border-color:var(--color-brand);background:var(--color-surface);box-shadow:var(--jdsc-shadow-chip)}.stores-map-marker-label.is-hovered{z-index:var(--jdsc-z-map-controls)}.stores-map-marker-label.is-hovered .stores-map-marker-pin{transform:scale(1.15)}.stores-map-marker-label.active .stores-map-marker-pin{animation:jdscStorePinPulse 1.6s var(--jdsc-ease-out) 1}@keyframes jdscStorePinPulse{0%{box-shadow:var(--jdsc-shadow-pin-glow), 0 0 0 0 var(--jdsc-pin-pulse)}to{box-shadow:var(--jdsc-shadow-pin-glow), 0 0 0 12px var(--jdsc-pin-pulse-out)}}@media (prefers-reduced-motion:reduce){.stores-map-marker-label.active .stores-map-marker-pin{animation:none}}.stores-map-marker-label-title,.stores-map-marker-label-secondary{text-overflow:ellipsis;white-space:nowrap;grid-column:2;min-width:0;max-width:200px;display:block;overflow:hidden}.stores-map-marker-label-title{color:inherit;font-size:11px;font-style:normal;font-weight:900;line-height:1.2}.stores-map-marker-label-secondary{color:currentColor;opacity:.82;font-size:10px;font-weight:900;line-height:1.2}.stores-map-cluster{border:2px solid var(--color-surface);width:46px;height:46px;color:var(--color-text-inverse);background:var(--color-text-strong);box-shadow:var(--jdsc-shadow-chip);font:inherit;cursor:pointer;transition:transform .15s var(--jdsc-ease-out);border-radius:50%;place-items:center;padding:0;display:grid}.stores-map-cluster[data-size=sm]{width:40px;height:40px}.stores-map-cluster[data-size=lg]{width:52px;height:52px}.stores-map-cluster:hover{transform:scale(1.08)}.stores-map-cluster-count{font-size:15px;font-weight:var(--jdsc-fw-extra);font-variant-numeric:tabular-nums;line-height:1}.stores-product-pin{cursor:pointer;transition:opacity .15s var(--jdsc-ease-out);flex-direction:column;align-items:center;gap:2px;display:flex}.stores-product-pin.is-dimmed{opacity:.35}.stores-product-pin-label{border:1px solid var(--color-brand);border-radius:var(--radius-pill);max-width:200px;color:var(--color-text-inverse);background:var(--color-brand);box-shadow:var(--jdsc-shadow-pin-glow);white-space:nowrap;text-overflow:ellipsis;padding:5px 9px;font-size:11px;font-weight:900;line-height:1.2;overflow:hidden}.stores-product-pin-dot{border:2px solid var(--color-surface);background:var(--color-brand);width:10px;height:10px;box-shadow:var(--jdsc-shadow-pin-glow);border-radius:50%}
