/**
 * Public collection flyer preview page.
 */

.pe-flyer-public-body {
	margin: 0;
	background: #e8eaed;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	overflow-x: hidden;
}

.pe-flyer-public-wrap {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 16px 16px 48px;
	box-sizing: border-box;
	overflow-x: hidden;
}

.pe-flyer-public-bar {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 14px 18px;
	margin-bottom: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.pe-flyer-public-bar__title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #1d2327;
}

.pe-flyer-public-bar__actions {
	margin: 10px 0 0;
}

.pe-flyer-public-bar__actions .button {
	text-decoration: none;
}

.pe-flyer-public-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 auto 14px;
	padding: 10px 14px;
	max-width: min(816px, 100%);
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.pe-flyer-public-root > .pe-flyer-public-pagination:last-child {
	margin: 14px auto 0;
}

.pe-flyer-public-pagination__prev,
.pe-flyer-public-pagination__next {
	appearance: none;
	border: 1px solid #234c6f;
	border-radius: 4px;
	background: #234c6f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	padding: 8px 14px;
	cursor: pointer;
}

.pe-flyer-public-pagination__prev:hover:not(:disabled),
.pe-flyer-public-pagination__next:hover:not(:disabled) {
	background: #1a3a54;
	border-color: #1a3a54;
}

.pe-flyer-public-pagination__prev:disabled,
.pe-flyer-public-pagination__next:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.pe-flyer-public-pagination__status {
	font-size: 14px;
	font-weight: 700;
	color: #1d2327;
	min-width: 8em;
	text-align: center;
}

.pe-flyer-public-page-scaler {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 28px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.pe-flyer-public-page-scaler--landscape {
	max-width: min(1056px, 100%);
}

.pe-flyer-public-page-scaler__inner {
	transform-origin: top left;
	will-change: transform;
}

.pe-flyer-public-page-scaler--responsive {
	max-width: 100%;
}

.pe-flyer-public-page-scaler--responsive .pe-flyer-public-page-scaler__inner {
	width: 100% !important;
	transform: none !important;
	margin-left: 0 !important;
}

.pe-flyer-public-page-scaler--responsive .pe-flyer-export-page {
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0;
	height: auto;
}

.pe-flyer-public-page-scaler--responsive .pe-flyer-public-page-viewport {
	width: 100%;
	max-width: 100%;
}

.pe-flyer-public-root {
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

.pe-flyer-public-page-viewport {
	width: auto;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

.pe-flyer-public-page-viewport .pe-flyer-export-page {
	margin-bottom: 0;
}

.pe-flyer-public-root .pe-flyer-public-page-scaler .pe-flyer-export-page {
	margin: 0;
	background: #fff;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	page-break-after: always;
	break-after: page;
}

.pe-flyer-public-root .pe-flyer-export-page:last-child {
	page-break-after: auto;
	break-after: auto;
	margin-bottom: 0;
}

.pe-flyer-public-root .pe-flyer-export-page {
	min-height: var(--pe-flyer-page-height, 1056px);
}

.pe-flyer-public-root .pe-flyer-export-page.pe-flyer-canvas--landscape {
	min-height: var(--pe-flyer-page-width, 816px);
}

.pe-flyer-public-root .pe-flyer-export-page > .pe-flyer-page-layer {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 100%;
}

.pe-flyer-public-root .pe-flyer-hdr:has(+ .pe-flyer-ftr),
.pe-flyer-public-root .pe-flyer-txt:has(+ .pe-flyer-ftr),
.pe-flyer-public-root .pe-flyer-products:has(+ .pe-flyer-ftr),
.pe-flyer-public-root .pe-flyer-feat-grid-wrap:has(+ .pe-flyer-ftr),
.pe-flyer-public-root .pe-flyer-inner-cta:has(+ .pe-flyer-ftr) {
	margin-bottom: var(--pe-flyer-section-footer-gap, 22px);
}

.pe-flyer-public-root .pe-flyer-export-page .pe-flyer-ftr {
	margin-top: auto;
	flex-shrink: 0;
	clear: both;
	position: relative;
	z-index: 2;
}

.pe-flyer-public-root .pe-flyer-export-page.pe-flyer-canvas--store-event {
	--pe-flyer-section-footer-gap: 24px;
}

.pe-flyer-public-root .pe-flyer-products__grid {
	align-items: stretch;
}

.pe-flyer-public-root .pe-flyer-products__grid > .pe-flyer-product-card__link,
.pe-flyer-public-root .pe-flyer-products__grid > .pe-flyer-product-card-wrap,
.pe-flyer-public-root .pe-flyer-products__grid > .pe-flyer-product-card {
	height: 100%;
}

.pe-flyer-public-root .pe-flyer-products__row + .pe-flyer-products__row {
	margin-top: 10px;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height.pe-flyer-feat-row,
.pe-flyer-public-root .pe-flyer-card-row--equal-height.pe-flyer-products__grid {
	align-items: stretch;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height.pe-flyer-feat-row > .pe-flyer-feat-cell-wrap,
.pe-flyer-public-root .pe-flyer-card-row--equal-height.pe-flyer-products__grid > .pe-flyer-product-card-wrap,
.pe-flyer-public-root .pe-flyer-card-row--equal-height.pe-flyer-products__grid > .pe-flyer-product-card__link,
.pe-flyer-public-root .pe-flyer-card-row--equal-height.pe-flyer-products__grid > .pe-flyer-product-card {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	min-height: 100%;
	height: auto;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-feat-cell__link,
.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-product-card-wrap > .pe-flyer-product-card__link {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	height: auto;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-feat-cell-wrap:not(.pe-flyer-feat-cell-wrap--linked) > .pe-flyer-feat-cell,
.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-feat-cell__link > .pe-flyer-feat-cell,
.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-product-card {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: auto;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-feat-cell__media,
.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-product-card__img-wrap {
	flex: 1 1 0;
	min-height: 72px;
	aspect-ratio: auto !important;
	height: auto;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-feat-cell__body,
.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-product-card__body {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-feat-cell__prices,
.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-product-card__prices {
	margin-top: auto;
}

.pe-flyer-public-root .pe-flyer-card-row--equal-height .pe-flyer-product-card__shop {
	margin-top: auto;
	flex-shrink: 0;
}

.pe-flyer-public-root .pe-flyer-feat-row {
	align-items: stretch;
}

.pe-flyer-public-root .pe-flyer-feat-row > .pe-flyer-feat-cell-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

/* Auto-fit image rows: hug image height instead of stretching cells */
.pe-flyer-public-root .pe-flyer-feat-row--fit-image > .pe-flyer-feat-cell-wrap,
.pe-flyer-public-root .pe-flyer-feat-row--fit-image > .pe-flyer-feat-cell-wrap > .pe-flyer-feat-cell__link,
.pe-flyer-public-root .pe-flyer-feat-row--fit-image > .pe-flyer-feat-cell__link {
	height: auto;
	min-height: 0;
}

.pe-flyer-public-root .pe-flyer-feat-row--fit-image > .pe-flyer-feat-cell__link > .pe-flyer-feat-cell {
	height: auto;
	min-height: 0;
}

.pe-flyer-public-root .pe-flyer-feat-row--fit-image .pe-flyer-feat-cell__media {
	aspect-ratio: auto;
	height: auto;
	flex: 0 0 auto;
}

.pe-flyer-public-root .pe-flyer-feat-row--fit-image .pe-flyer-feat-cell__img {
	height: auto;
	object-fit: contain;
}

.pe-flyer-public-root .pe-flyer-feat-cell--image-only .pe-flyer-feat-cell__body {
	display: none;
}

.pe-flyer-public-root .pe-flyer-content-row__row--fit-image .pe-flyer-content-row__cell {
	border: none;
	padding: 0;
	min-height: 0;
	background: transparent;
}

.pe-flyer-public-root .pe-flyer-content-row__row--fit-image .pe-flyer-content-row__img {
	display: block;
	width: 100%;
	height: auto;
}

.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover {
	background: transparent;
	border-radius: 6px;
}

.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover > .pe-flyer-feat-cell {
	background: var(--pe-flyer-hover-highlight, rgba(185, 28, 28, 0.12));
	border-radius: 6px 6px 0 0;
}

.pe-flyer-public-root .pe-flyer-feat-cell__link:hover .pe-flyer-feat-cell__title {
	text-decoration: underline;
}

.pe-flyer-public-root .pe-flyer-product-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
	width: 100%;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.pe-flyer-public-root a.pe-flyer-product-card__link > .pe-flyer-product-card,
.pe-flyer-public-root a.pe-flyer-feat-cell__link > .pe-flyer-feat-cell,
.pe-flyer-public-root a.pe-flyer-product-card__link > .pe-flyer-product-card__shop,
.pe-flyer-public-root a.pe-flyer-feat-cell__link > .pe-flyer-product-card__shop {
	pointer-events: none;
}

.pe-flyer-public-root a.pe-flyer-feat-cell__link > .pe-flyer-feat-cell .pe-flyer-item-pick-wrap,
.pe-flyer-public-root a.pe-flyer-product-card__link > .pe-flyer-product-card .pe-flyer-item-pick-wrap {
	pointer-events: auto;
}

.pe-flyer-public-root a.pe-flyer-product-card__link .pe-flyer-wysiwyg-field,
.pe-flyer-public-root a.pe-flyer-product-card__link .pe-flyer-product-card__wysiwyg-chrome {
	pointer-events: auto;
}

.pe-flyer-public-root a.pe-flyer-product-card__link > .pe-flyer-product-card {
	flex: 1 1 auto;
	height: 100%;
}

.pe-flyer-public-root .pe-flyer-product-card__link:hover .pe-flyer-product-card__title {
	text-decoration: underline;
}

.pe-flyer-public-root a.pe-flyer-product-card__link:hover {
	background: transparent;
	border-radius: 6px;
}

.pe-flyer-public-root a.pe-flyer-product-card__link:hover > .pe-flyer-product-card {
	background: var(--pe-flyer-hover-highlight, rgba(185, 28, 28, 0.12));
	border-radius: 6px 6px 0 0;
}

.pe-flyer-public-root .pe-flyer-products__grid > .pe-flyer-product-card-wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.pe-flyer-public-root .pe-flyer-products__grid > .pe-flyer-product-card-wrap > .pe-flyer-product-card__link {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.pe-flyer-public-root .pe-flyer-products__grid .pe-flyer-product-card {
	flex: 1 1 auto;
}

.pe-flyer-public-root .pe-flyer-products__grid .pe-flyer-product-card__img-wrap {
	flex: 1 1 0;
	min-height: 72px;
	aspect-ratio: auto;
	height: auto;
}

.pe-flyer-public-root .pe-flyer-products__grid .pe-flyer-product-card__body {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

.pe-flyer-public-root a.pe-flyer-product-card__link:hover .pe-flyer-btn-shop,
.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover .pe-flyer-btn-shop {
	background: var(--pe-flyer-primary, #234c6f) !important;
	background: color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 82%, #000) !important;
	border-color: color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 70%, #000) !important;
	color: var(--pe-flyer-on-primary, #fff) !important;
	box-shadow:
		0 6px 18px color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 48%, transparent),
		inset 0 1px 0 color-mix(in srgb, #fff 18%, transparent);
}

.pe-flyer-public-root a.pe-flyer-product-card__link:hover .pe-flyer-btn-shop .pe-flyer-btn-shop__text,
.pe-flyer-public-root a.pe-flyer-product-card__link:hover .pe-flyer-btn-shop .pe-flyer-btn-shop__icon,
.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover .pe-flyer-btn-shop .pe-flyer-btn-shop__text,
.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover .pe-flyer-btn-shop .pe-flyer-btn-shop__icon,
.pe-flyer-public-root a.pe-flyer-product-card__link:hover .pe-flyer-btn-shop .pe-btn-buy__text,
.pe-flyer-public-root a.pe-flyer-product-card__link:hover .pe-flyer-btn-shop .pe-btn-buy__icon,
.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover .pe-flyer-btn-shop .pe-btn-buy__text,
.pe-flyer-public-root a.pe-flyer-feat-cell__link:hover .pe-flyer-btn-shop .pe-btn-buy__icon {
	color: var(--pe-flyer-on-primary, #fff) !important;
	fill: currentColor;
	stroke: currentColor;
}

.pe-flyer-public-root .pe-flyer-product-card__shop {
	padding: 10px 10px 12px;
	flex-shrink: 0;
}

.pe-flyer-public-root .pe-flyer-btn-shop {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	margin-top: 0;
	padding: 12px 16px;
	border-radius: 8px;
	background: var(--pe-flyer-primary, #234c6f) !important;
	color: var(--pe-flyer-on-primary, #fff) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.25;
	border: 2px solid color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 80%, #000);
	box-shadow:
		0 4px 14px color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 40%, transparent),
		inset 0 1px 0 color-mix(in srgb, #fff 22%, transparent);
	transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.pe-flyer-public-root .pe-flyer-btn-shop .pe-flyer-btn-shop__text,
.pe-flyer-public-root .pe-flyer-btn-shop .pe-btn-buy__text {
	color: inherit !important;
	text-decoration: none !important;
}

.pe-flyer-public-root .pe-flyer-product-card__shop .pe-flyer-btn-shop .pe-flyer-btn-shop__icon,
.pe-flyer-public-root .pe-flyer-product-card__shop .pe-flyer-btn-shop .pe-btn-buy__icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	color: inherit;
}

/* Legacy per-item CTA links styled like the buy button strip. */
.pe-flyer-public-root .pe-flyer-product-card__cta a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	margin-top: 8px;
	padding: 12px 16px !important;
	border-radius: 8px !important;
	background: var(--pe-flyer-primary, #234c6f) !important;
	color: var(--pe-flyer-on-primary, #fff) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.25;
	border: 2px solid color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 80%, #000) !important;
	box-shadow:
		0 4px 14px color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 40%, transparent),
		inset 0 1px 0 color-mix(in srgb, #fff 22%, transparent);
}

.pe-flyer-public-root .pe-flyer-product-card__cta a:hover {
	background: color-mix(in srgb, var(--pe-flyer-primary, #234c6f) 82%, #000) !important;
	color: var(--pe-flyer-on-primary, #fff) !important;
}

.pe-flyer-public-root .pe-flyer-hdr__cta a:hover,
.pe-flyer-public-root .pe-flyer-hdr__contact a:hover,
.pe-flyer-public-root .pe-flyer-ftr a:hover,
.pe-flyer-public-root .pe-flyer-product-card__cta a:hover {
	background: var(--pe-flyer-hover-highlight, rgba(185, 28, 28, 0.18)) !important;
	color: inherit !important;
}

/* Flyer preview editor buttons (WP admin styles are not loaded on the public site). */
.pe-flyer-btn {
	display: inline-block;
	margin: 0;
	padding: 6px 14px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	background: #f6f7f7;
	color: #1d2327;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	text-decoration: none;
}

.pe-flyer-btn:hover {
	background: #f0f0f1;
	border-color: #646970;
}

.pe-flyer-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.pe-flyer-btn--primary {
	background: #b91c1c;
	border-color: #991b1b;
	color: #fff;
}

.pe-flyer-btn--primary:hover {
	background: #991b1b;
	border-color: #7f1d1d;
	color: #fff;
}

.pe-flyer-btn--danger {
	background: #fff;
	border-color: #d63638;
	color: #b32d2e;
}

.pe-flyer-btn--danger:hover:not(:disabled) {
	background: #fcf0f1;
	border-color: #b32d2e;
	color: #8a2424;
}

.pe-flyer-preview-edit-panel {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 12px 14px;
	margin-bottom: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.pe-flyer-preview-edit-intro {
	margin: 0 0 8px;
}

.pe-flyer-preview-edit-lead {
	margin: 0 0 10px;
	color: #50575e;
}

.pe-flyer-preview-edit-panel .pe-flyer-preview-edit-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px;
}

.pe-flyer-preview-edit-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
	margin: 0 0 12px;
}

.pe-flyer-preview-edit-col h4 {
	margin: 0 0 8px;
	font-size: 13px;
}

.pe-flyer-preview-edit-col label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 600;
}

.pe-flyer-preview-edit-col input[type="text"],
.pe-flyer-preview-edit-col input[type="search"],
.pe-flyer-preview-edit-col input[type="url"] {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 6px 8px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 400;
	box-sizing: border-box;
}

.pe-flyer-preview-edit-hint {
	margin: 0;
}

.pe-flyer-public-body--can-edit {
	padding-bottom: 88px;
}

.pe-flyer-public-body--can-edit .pe-flyer-public-wrap {
	padding-bottom: 24px;
}

.pe-flyer-public-root.pe-flyer-public-root--wysiwyg .pe-flyer-export-page {
	outline: 1px dashed rgba(185, 28, 28, 0.25);
	outline-offset: 4px;
}

.pe-flyer-public-root .pe-flyer-product-card--preview-editable {
	cursor: pointer;
	position: relative;
}

.pe-flyer-public-root .pe-flyer-product-card__pick,
.pe-flyer-public-root .pe-flyer-item-pick-wrap.pe-flyer-product-card__pick,
.pe-flyer-public-root .pe-flyer-item-pick-wrap.pe-flyer-feat-cell__pick {
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 5;
	margin: 0;
	padding: 2px 4px;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 3px;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
}

.pe-flyer-public-root .pe-flyer-feat-cell--preview-editable {
	cursor: pointer;
	position: relative;
}

.pe-flyer-public-root .pe-flyer-feat-cell--preview-editable:hover {
	outline: 2px solid rgba(185, 28, 28, 0.45);
	outline-offset: -2px;
}

.pe-flyer-public-root .pe-flyer-product-card__wysiwyg-chrome {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 6px;
	background: rgba(185, 28, 28, 0.1);
	opacity: 0;
	transition: opacity 0.15s ease;
	pointer-events: none;
}

.pe-flyer-public-root .pe-flyer-product-card--preview-editable:hover .pe-flyer-product-card__wysiwyg-chrome {
	opacity: 1;
}

.pe-flyer-public-root .pe-flyer-product-card--wysiwyg-active .pe-flyer-product-card__wysiwyg-chrome {
	display: none;
}

.pe-flyer-public-root .pe-flyer-product-card__wysiwyg-hint {
	margin: 0;
	padding: 4px 10px;
	border-radius: 4px;
	background: rgba(26, 26, 46, 0.92);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.pe-flyer-public-root .pe-flyer-product-card--wysiwyg-active {
	outline: 2px solid #b91c1c;
	outline-offset: -2px;
	box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.15);
}

.pe-flyer-public-root .pe-flyer-product-card--editing {
	outline: 2px solid #b91c1c;
	outline-offset: -2px;
}

.pe-flyer-wysiwyg-input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 4px 6px;
	border: 1px dashed #b91c1c;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.96);
	color: inherit;
	font: inherit;
	text-align: center;
	box-sizing: border-box;
}

.pe-flyer-wysiwyg-input:focus {
	outline: none;
	border-style: solid;
	box-shadow: 0 0 0 2px rgba(185, 28, 28, 0.2);
}

.pe-flyer-wysiwyg-input--title {
	font-weight: 700;
}

.pe-flyer-wysiwyg-input--price {
	font-weight: 700;
	color: var(--pe-flyer-accent, #a52f2e);
}

.pe-flyer-wysiwyg-input--note {
	font-size: 0.9em;
	margin-top: 4px;
}

.pe-flyer-preview-toolbar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #1a1a2e;
	color: #fff;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.25);
	padding: 10px 16px;
	padding-bottom: max(10px, env(safe-area-inset-bottom));
}

.pe-flyer-preview-toolbar__inner {
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
}

.pe-flyer-preview-toolbar__status {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	flex: 1 1 220px;
}

.pe-flyer-preview-toolbar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.pe-flyer-preview-toolbar .pe-flyer-btn--primary {
	background: #b91c1c;
	border-color: #991b1b;
	color: #fff;
}

.pe-flyer-preview-toolbar .pe-flyer-btn--primary:hover {
	background: #991b1b;
}

.pe-flyer-preview-toolbar .pe-flyer-btn--danger {
	background: transparent;
	border-color: #fca5a5;
	color: #fecaca;
}

.pe-flyer-preview-toolbar .pe-flyer-btn--danger:hover:not(:disabled) {
	background: rgba(185, 28, 28, 0.35);
}

.pe-flyer-preview-toolbar .pe-flyer-btn:disabled {
	opacity: 0.45;
}

.pe-flyer-preview-add-drawer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 64px;
	z-index: 999998;
	background: #fff;
	border-top: 1px solid #dcdcde;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.14);
	max-height: min(50vh, 420px);
	overflow: auto;
	padding: 14px 16px 18px;
}

.pe-flyer-preview-add-drawer[hidden] {
	display: none !important;
}

.pe-flyer-preview-edit-drawer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 64px;
	z-index: 999999;
	background: #fff;
	border-top: 1px solid #dcdcde;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.14);
	max-height: min(65vh, 520px);
	overflow: auto;
	padding: 14px 16px 18px;
}

.pe-flyer-preview-edit-drawer[hidden] {
	display: none !important;
}

.pe-flyer-preview-edit-drawer__inner {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}

.pe-flyer-preview-edit-drawer__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 2px 10px;
	border: 0;
	background: none;
	color: #50575e;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.pe-flyer-preview-edit-drawer .pe-flyer-props h3 {
	margin: 0 0 10px;
	font-size: 15px;
}

.pe-flyer-preview-edit-drawer .pe-flyer-props label {
	display: block;
	margin: 0 0 10px;
}

.pe-flyer-preview-edit-drawer .pe-flyer-props input[type="text"],
.pe-flyer-preview-edit-drawer .pe-flyer-props input[type="url"],
.pe-flyer-preview-edit-drawer .pe-flyer-props input[type="email"],
.pe-flyer-preview-edit-drawer .pe-flyer-props input[type="number"],
.pe-flyer-preview-edit-drawer .pe-flyer-props textarea,
.pe-flyer-preview-edit-drawer .pe-flyer-props select {
	width: 100%;
	max-width: 100%;
}

.pe-flyer-preview-add-drawer__inner {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
}

.pe-flyer-preview-add-drawer__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 2px 10px;
	border: 0;
	background: none;
	color: #50575e;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.pe-flyer-preview-add-drawer h4 {
	margin: 0 0 8px;
	font-size: 15px;
}

.pe-flyer-preview-add-drawer label {
	display: block;
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 600;
}

.pe-flyer-preview-add-drawer input[type="search"],
.pe-flyer-preview-add-drawer input[type="text"],
.pe-flyer-preview-add-drawer input[type="url"] {
	display: block;
	width: 100%;
	margin-top: 4px;
	padding: 8px 10px;
	border: 1px solid #8c8f94;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	box-sizing: border-box;
}

.pe-flyer-preview-item-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.pe-flyer-preview-item-row .button-link,
.pe-flyer-preview-edit-item {
	border: 0;
	background: none;
	color: #b91c1c;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	flex-shrink: 0;
}

.pe-flyer-preview-item-row.is-editing {
	background: #fcf0f1;
}

.pe-flyer-search-results {
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #fff;
	max-height: 180px;
	overflow-y: auto;
	margin-top: 6px;
}

.pe-flyer-search-results button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 10px;
	border: 0;
	background: #fff;
	cursor: pointer;
	font-size: 12px;
}

.pe-flyer-search-results button:hover {
	background: #fcf0f1;
}

.pe-flyer-preview-item-list {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 220px;
	overflow-y: auto;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	background: #f6f7f7;
}

.pe-flyer-preview-item-row {
	padding: 6px 10px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 13px;
}

.pe-flyer-preview-item-row:last-child {
	border-bottom: 0;
}

.pe-flyer-preview-item-row.is-selected {
	background: #f0f6fc;
}

.pe-flyer-preview-item-row label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	cursor: pointer;
}

.pe-flyer-preview-item-page {
	font-size: 11px;
	color: #646970;
	font-style: normal;
}

.pe-flyer-preview-selection-count {
	font-weight: 600;
	color: #50575e;
}

@media (max-width: 816px) {
	.pe-flyer-public-pagination {
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.pe-flyer-public-wrap {
		padding: 10px 10px 32px;
	}

	.pe-flyer-public-bar__title {
		font-size: 17px;
	}
}
