/* wp-content/plugins/pickpicbuy-core/assets/css/editor-selection.css */
/* Pixel strokes keep product outlines legible at every canvas zoom level. */
.ppb-app.ppb-design-system :is(.ppb-editor-overlay,.ppb-draft-stage) :is(polygon,polyline):is(.ppb-editor-region-backdrop,.ppb-editor-preview-path-backdrop,.ppb-draft-region-backdrop,.ppb-draft-trace-backdrop){fill:none;fill-opacity:1;stroke:#fff;stroke-width:6px;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:none;animation:none}
.ppb-app.ppb-design-system :is(.ppb-editor-overlay,.ppb-draft-stage) :is(polygon,polyline):is(.ppb-editor-region,.ppb-editor-preview-path,.ppb-draft-region,.ppb-draft-selection,.ppb-draft-trace){fill:#ff209b;fill-opacity:.16;stroke:#96004f;stroke-width:2.5px;stroke-dasharray:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;paint-order:fill stroke;filter:none;transition:fill-opacity .15s ease;animation:none}
.ppb-app.ppb-design-system :is(.ppb-editor-overlay,.ppb-draft-stage) :is(polygon,polyline):is(.ppb-editor-region:hover,.ppb-editor-region:focus,.ppb-editor-region.is-marker-highlight,.ppb-draft-region:hover){fill-opacity:.30;stroke:#79003f}
.ppb-app.ppb-design-system :is(.ppb-editor-overlay,.ppb-draft-stage) :is(polygon,polyline):is(.ppb-editor-region.is-selected,.ppb-editor-preview-path,.ppb-draft-selection,.ppb-draft-trace){fill-opacity:.30;stroke:#79003f;stroke-width:3px;stroke-dasharray:8px 6px;animation:ppb-selection-march 1.2s linear infinite}
.ppb-app.ppb-design-system .ppb-draft-stage .ppb-draft-trace{fill-opacity:.20}
.ppb-app.ppb-design-system .ppb-draft-stage :is(.ppb-draft-selection,.ppb-draft-trace){pointer-events:none}
.ppb-app.ppb-design-system .ppb-draft-stage circle{fill:#96004f;stroke:#fff;stroke-width:3px;vector-effect:non-scaling-stroke}
.ppb-app.ppb-design-system .ppb-editor-overlay polygon.ppb-editor-region.is-sold{fill:#d78a16;stroke:#7f4b00;stroke-dasharray:5px 6px}
.ppb-app.ppb-design-system .ppb-editor-overlay polygon.ppb-editor-region.needs-redraw{fill:#d78a16;stroke:#b93320;stroke-dasharray:5px 6px}
.ppb-app.ppb-design-system .ppb-editor-overlay polygon.ppb-editor-region:is(.is-sold,.needs-redraw).is-selected{stroke-dasharray:8px 6px}
@keyframes ppb-selection-march{to{stroke-dashoffset:-28px}}
@media(prefers-reduced-motion:reduce){.ppb-app.ppb-design-system :is(.ppb-editor-overlay,.ppb-draft-stage) :is(polygon,polyline):is(.ppb-editor-region,.ppb-editor-preview-path,.ppb-draft-selection,.ppb-draft-trace){animation:none;transition:none}}
