:root {
	--ppb-page-background: #f8f5eb;
	--ppb-surface-background: #eee8dc;
	--ppb-primary-text: #17201b;
	--ppb-muted-text: #667169;
	--ppb-border: #ded9ca;
	--ppb-border-strong: #cbc5b4;
	--ppb-primary-action: #f45b3a;
	--ppb-primary-action-hover: #dc4527;
	--ppb-primary-soft: #fff0eb;
	--ppb-accent: #2c7a60;
	--ppb-accent-hover: #21624c;
	--ppb-accent-soft: #cfe9df;
	--ppb-highlight: #f4d565;
	--ppb-highlight-soft: #fff6c7;
}

:is(
	.ppb-dashboard,
	.ppb-public-shop,
	.ppb-direct-photo-page,
	.ppb-checkout-page,
	.ppb-orders-page,
	.ppb-order-detail-page,
	.ppb-order-confirmation-page
) {
	background: var(--ppb-page-background);
}

:is(
	.ppb-dashboard,
	.ppb-public-shop,
	.ppb-direct-photo-page,
	.ppb-checkout-page,
	.ppb-orders-page,
	.ppb-order-detail-page,
	.ppb-order-confirmation-page
) :is(*, *::before, *::after) {
	box-shadow: none !important;
}

.ppb-app .ppb-header {
	border-bottom: 1px solid var(--ppb-border);
	background: rgba(248, 245, 235, 0.94);
	background: color-mix(in srgb, var(--ppb-page-background) 94%, transparent);
	box-shadow: 0 8px 26px rgba(23, 32, 27, 0.06) !important;
	backdrop-filter: blur(18px);
}

.ppb-app .ppb-header .ppb-header-discover-link {
	box-shadow: 0 8px 22px rgba(244, 91, 58, 0.2) !important;
}

.ppb-app .ppb-header .ppb-header-discover-link:hover,
.ppb-app .ppb-header .ppb-header-discover-link:focus-visible {
	box-shadow: 0 10px 26px rgba(220, 69, 39, 0.24) !important;
}

.ppb-app .ppb-button {
	border: 0;
	background: var(--ppb-primary-action);
	box-shadow: none;
}

.ppb-app .ppb-button:hover {
	border: 0;
	background: var(--ppb-primary-action-hover);
	transform: translateY(-1px);
}

.ppb-app :is(.ppb-button--ghost, .ppb-button--quiet) {
	border: 0;
	background: #dcecf7;
	color: var(--ppb-primary-text) !important;
}

.ppb-app :is(.ppb-button--ghost, .ppb-button--quiet):hover {
	border: 0;
	background: var(--ppb-highlight-soft);
}

.ppb-dashboard-shell,
.ppb-orders-shell,
.ppb-order-detail-shell,
.ppb-upload-shell,
.ppb-editor-shell,
.ppb-checkout-shell {
	padding-top: 44px;
}

.ppb-page-heading,
.ppb-orders-heading,
.ppb-order-detail-heading,
.ppb-editor-heading,
.ppb-checkout-heading {
	padding-bottom: 28px;
	border-bottom: 2px solid var(--ppb-accent);
}

:is(
	.ppb-page-heading,
	.ppb-orders-heading,
	.ppb-order-detail-heading,
	.ppb-editor-heading,
	.ppb-checkout-heading,
	.ppb-upload-copy
) h1 {
	font-size: clamp(42px, 7vw, 76px);
	line-height: 0.95;
	letter-spacing: -0.065em;
}

.ppb-heading-with-icon .ppb-icon {
	padding: 7px;
	border: 0;
	border-radius: 13px;
	background: var(--ppb-accent-soft);
	color: var(--ppb-accent);
}

.ppb-app .ppb-kicker {
	letter-spacing: 0.16em;
}

.ppb-app :is(
	.ppb-field input,
	.ppb-field select,
	.ppb-field textarea,
	.ppb-slug-field,
	.ppb-phone-input,
	.ppb-order-detail-heading select
) {
	border: 1px solid var(--ppb-border-strong);
	border-radius: 10px;
	background: #eee8dc;
	box-shadow: none;
}

.ppb-app :is(
	.ppb-field input,
	.ppb-field select,
	.ppb-field textarea,
	.ppb-slug-field,
	.ppb-phone-input,
	.ppb-order-detail-heading select
):focus,
.ppb-app :is(.ppb-slug-field, .ppb-phone-input):focus-within {
	border-color: var(--ppb-accent);
	box-shadow: none;
	outline: 2px solid var(--ppb-accent-soft);
	outline-offset: 1px;
}

.ppb-settings-container {
	max-width: 1080px;
}

.ppb-settings-stack {
	gap: 42px;
}

.ppb-settings-layout {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	align-items: start;
	gap: 44px;
	margin-top: 34px;
}

.ppb-settings-layout .ppb-settings-stack {
	min-width: 0;
}

.ppb-settings-nav {
	position: sticky;
	top: 92px;
	display: grid;
	gap: 4px;
	padding: 10px;
	border: 1px solid var(--ppb-border);
	border-radius: 16px;
	background: #ffffff;
}

.ppb-settings-nav a {
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--ppb-muted-text);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.ppb-settings-nav a:hover,
.ppb-settings-nav a:focus-visible {
	background: var(--ppb-highlight);
	color: var(--ppb-primary-text);
}

.ppb-settings-layout .ppb-settings-card {
	scroll-margin-top: 110px;
}

.ppb-settings-layout .ppb-settings-number {
	display: none;
}

.ppb-settings-layout .ppb-settings-card__heading h2 {
	font-size: clamp(26px, 3vw, 34px);
}

.ppb-settings-card,
.ppb-settings-card--create {
	max-width: none;
	padding: 30px 0 0;
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-settings-card__heading {
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 28px;
}

.ppb-settings-card__heading h2 {
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -0.045em;
}

.ppb-delivery-payment-policy {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px 28px;
	margin-bottom: 26px;
	padding: 22px;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 16px;
	background: #ffffff;
}

.ppb-delivery-payment-policy > div:first-child {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.ppb-delivery-payment-policy__icon {
	display: grid;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: var(--ppb-highlight);
}

.ppb-delivery-payment-policy__icon .ppb-icon {
	width: 24px;
	height: 24px;
}

.ppb-delivery-payment-policy h3,
.ppb-delivery-payment-policy p {
	margin: 0;
}

.ppb-delivery-payment-policy p {
	margin-top: 5px;
	color: var(--ppb-muted-text);
	font-size: 14px;
	line-height: 1.55;
}

.ppb-check-setting {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.ppb-check-setting input {
	width: 21px;
	height: 21px;
	margin: 0;
	accent-color: var(--ppb-primary-action);
}

.ppb-delivery-payment-policy .ppb-form-message {
	grid-column: 1 / -1;
	margin: 0;
}

.ppb-checkout-delivery-policy,
.ppb-checkout-order-group__delivery-policy,
.ppb-order-delivery-policy {
	margin: 10px 0 0;
	padding: 10px 12px;
	border-left: 3px solid var(--ppb-accent);
	border-radius: 0 8px 8px 0;
	background: var(--ppb-highlight);
	color: var(--ppb-primary-text);
	font-size: 13px;
	line-height: 1.5;
}

.ppb-checkout-order-group__delivery-policy {
	margin: 0 14px 14px;
}

.ppb-cart-group__delivery-policy {
	margin: 8px 0 0;
	padding: 9px 12px;
	border-radius: 10px;
	background: var(--ppb-highlight);
	color: var(--ppb-muted-text);
	font-size: 12px;
	line-height: 1.45;
}

.ppb-settings-number {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border: 0;
	border-radius: 50%;
	background: var(--ppb-highlight);
	color: var(--ppb-primary-text);
}

.ppb-image-setting__preview,
.ppb-image-setting__preview--shop,
.ppb-header-profile-photo,
.ppb-avatar-link {
	overflow: hidden;
	border: 0;
	border-radius: 50%;
	background: var(--ppb-highlight);
}

.ppb-image-setting__preview img,
.ppb-header-profile-photo img,
.ppb-avatar-link img {
	border-radius: 50%;
}

.ppb-image-setting__edit {
	border: 0;
}

.ppb-shop-status-setting {
	padding: 18px 0 0;
	border: 0;
	border-top: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
}

.ppb-shop-status-options span {
	border: 0;
	background: #dcecf7;
}

.ppb-shop-status-options input:checked + span {
	border: 0;
	background: var(--ppb-accent-soft);
	box-shadow: none;
}

.ppb-setting-items {
	gap: 0;
	border-top: 1px solid var(--ppb-border-strong);
}

.ppb-setting-item,
.ppb-add-form {
	padding: 20px 0;
	border: 0;
	border-bottom: 1px dashed var(--ppb-border-strong);
	border-radius: 0;
	background: none;
}

.ppb-add-form {
	margin-top: 0;
}

.ppb-setting-item__social-icon,
.ppb-icon-button,
.ppb-link-preset {
	border: 0;
	box-shadow: none;
}

.ppb-setting-item__social-icon,
.ppb-icon-button {
	border-radius: 50%;
	background: var(--ppb-accent-soft);
}

.ppb-link-preset {
	background: #dcecf7;
}

.ppb-link-preset:hover,
.ppb-link-preset.is-selected {
	background: var(--ppb-highlight-soft);
	box-shadow: none;
	transform: none;
}

.ppb-chip {
	border: 0;
	background: var(--ppb-accent-soft);
}

.ppb-switch > span::after {
	box-shadow: none;
}

.ppb-empty-inline,
.ppb-private-note {
	border: 0;
	background: var(--ppb-highlight-soft);
}

.ppb-payment-presets-intro {
	display: grid;
	gap: 3px;
	margin-bottom: 14px;
}

.ppb-payment-presets-intro strong {
	font-size: 17px;
}

.ppb-payment-presets-intro span {
	color: var(--ppb-muted-text);
	font-size: 14px;
}

.ppb-payment-presets {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
}

.ppb-payment-preset-form {
	min-width: 0;
	margin: 0;
}

.ppb-app .ppb-payment-preset {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 124px;
	grid-template-rows: auto 1fr;
	align-items: start;
	justify-items: start;
	gap: 13px;
	padding: 16px;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 16px;
	background: var(--ppb-surface-background);
	color: var(--ppb-primary-text);
	text-align: left;
	transition: border-color var(--ppb-transition), background var(--ppb-transition), transform var(--ppb-transition);
}

.ppb-app button.ppb-payment-preset:hover {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent-soft);
	transform: translateY(-2px);
}

.ppb-app .ppb-payment-preset.is-selected {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent-soft);
	box-shadow: inset 0 0 0 1px var(--ppb-accent);
}

.ppb-payment-preset strong {
	max-width: calc(100% - 22px);
	font-size: 14px;
	line-height: 1.3;
}

.ppb-payment-preset__icon,
.ppb-payment-method-card__icon {
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-accent);
}

.ppb-payment-preset__icon {
	width: 42px;
	height: 42px;
}

.ppb-payment-preset__icon .ppb-icon {
	width: 23px;
	height: 23px;
}

.ppb-payment-preset__check,
.ppb-payment-preset__add {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 850;
}

.ppb-payment-preset__check {
	background: var(--ppb-accent);
	color: var(--ppb-white);
}

.ppb-payment-preset__add {
	border: 1px solid var(--ppb-border-strong);
	background: var(--ppb-page-background);
	color: var(--ppb-muted-text);
}

.ppb-payment-methods {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.ppb-app .ppb-payment-method-card {
	display: grid;
	gap: 20px;
	padding: 22px;
	border: 1px solid var(--ppb-border);
	border-radius: 18px;
	background: var(--ppb-surface-background);
	box-shadow: 0 5px 20px rgba(23, 32, 27, 0.045);
}

.ppb-app .ppb-payment-method-card[hidden] {
	display: none;
}

.ppb-app .ppb-payment-method-card--new {
	margin-top: 14px;
	border: 1px dashed var(--ppb-accent);
	box-shadow: none;
}

.ppb-payment-method-card__header {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ppb-payment-method-card__icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	background: var(--ppb-accent-soft);
}

.ppb-payment-method-card__icon .ppb-icon {
	width: 27px;
	height: 27px;
}

.ppb-payment-method-card__title {
	display: grid;
	gap: 3px;
}

.ppb-payment-method-card__title > span,
.ppb-payment-method-card__name > span,
.ppb-payment-method-card__instructions > span {
	color: var(--ppb-muted-text);
	font-size: 13px;
	font-weight: 750;
}

.ppb-payment-method-card__title h3 {
	margin: 0;
	font-size: 20px;
	letter-spacing: -0.02em;
}

.ppb-payment-method-card__name {
	width: min(100%, 520px);
}

.ppb-payment-method-card__name input {
	margin-top: 0 !important;
}

.ppb-payment-method-card__instructions {
	display: grid;
	gap: 8px;
}

.ppb-payment-method-card:has(input[type="checkbox"][name="is_active"]:not(:checked)) .ppb-payment-method-card__instructions {
	display: none;
}

.ppb-payment-method-card__instructions > span {
	color: var(--ppb-primary-text);
	font-size: 14px;
}

.ppb-payment-method-card__instructions > span small {
	margin-left: 4px;
	color: var(--ppb-muted-text);
	font-weight: 500;
}

.ppb-app .ppb-payment-method-card__instructions textarea {
	min-height: 132px;
	line-height: 1.5;
}

.ppb-payment-method-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 17px;
	border-top: 1px solid var(--ppb-border);
}

.ppb-payment-method-card__footer--actions-only {
	justify-content: flex-end;
}

.ppb-payment-method-card__footer .ppb-switch {
	align-self: center;
	min-height: 44px;
}

.ppb-payment-method-card__footer .ppb-item-actions {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.ppb-payment-method-card .ppb-icon-button .ppb-icon {
	width: 19px;
	height: 19px;
}

.ppb-button--with-icon {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ppb-button--with-icon .ppb-icon {
	width: 18px;
	height: 18px;
}

.ppb-app .ppb-button--danger {
	background: var(--ppb-danger);
	color: var(--ppb-white) !important;
}

.ppb-app .ppb-button--danger:hover {
	background: var(--ppb-danger-hover);
}

.ppb-delivery-country-control {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 18px;
}

.ppb-location-country-card {
	display: grid;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--ppb-border);
	border-radius: 20px;
	background: var(--ppb-surface-background);
	box-shadow: 0 7px 24px rgba(23, 32, 27, 0.05);
}

.ppb-location-country-card__current {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ppb-border);
}

.ppb-location-country-card__current > div {
	display: grid;
	min-width: 0;
	flex: 1;
	gap: 3px;
}

.ppb-location-country-card__current > div > span {
	color: var(--ppb-muted-text);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ppb-location-country-card__current h3 {
	margin: 0;
	font-size: 23px;
	letter-spacing: -0.025em;
}

.ppb-country-auto-form {
	display: grid;
	gap: 9px;
}

.ppb-country-auto-form > .ppb-field,
.ppb-country-add-card--automatic > .ppb-field {
	margin: 0;
}

.ppb-country-auto-form > .ppb-field span,
.ppb-country-add-card--automatic > .ppb-field span {
	font-size: 14px;
	font-weight: 750;
}

.ppb-country-auto-form__hint {
	color: var(--ppb-muted-text);
	font-size: 12px;
}

.ppb-app .ppb-country-add-card {
	position: relative;
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
	padding: 22px;
	border: 1px dashed var(--ppb-accent);
	border-radius: 18px;
	background: var(--ppb-surface-background);
}

.ppb-app .ppb-country-add-card[hidden],
.ppb-app .ppb-country-picker__list[hidden],
.ppb-app .ppb-delivery-method-card[hidden] {
	display: none;
}

.ppb-country-add-card > .ppb-field {
	margin: 0;
}

.ppb-country-add-card > .ppb-field span {
	font-size: 14px;
	font-weight: 750;
}

.ppb-country-picker {
	position: relative;
	max-width: 650px;
}

.ppb-country-picker__control {
	display: grid;
	min-height: 54px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 0 8px 0 16px;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 14px;
	background: var(--ppb-page-background);
	transition: border-color var(--ppb-transition), outline-color var(--ppb-transition);
}

.ppb-country-picker:focus-within .ppb-country-picker__control {
	border-color: var(--ppb-accent);
	outline: 2px solid var(--ppb-accent-soft);
	outline-offset: 1px;
}

.ppb-country-picker__control > .ppb-icon {
	width: 20px;
	height: 20px;
	color: var(--ppb-muted-text);
}

.ppb-app .ppb-country-picker__control input {
	width: 100%;
	min-width: 0;
	height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.ppb-app .ppb-country-picker__control input:disabled {
	opacity: 0.65;
	cursor: wait;
}

.ppb-app .ppb-country-picker__control > button {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--ppb-muted-text);
}

.ppb-country-picker__control > button:hover {
	background: var(--ppb-accent-soft);
	color: var(--ppb-accent);
}

.ppb-country-picker__control > button .ppb-icon {
	width: 18px;
	height: 18px;
}

.ppb-country-picker__list {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 20;
	display: grid;
	width: 100%;
	max-height: 310px;
	overflow-y: auto;
	padding: 8px;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 16px;
	background: var(--ppb-white);
	box-shadow: 0 18px 45px rgba(23, 32, 27, 0.16);
}

.ppb-app .ppb-country-picker__list > button {
	display: flex;
	width: 100%;
	min-height: 46px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 10px 12px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--ppb-primary-text);
	text-align: left;
}

.ppb-app .ppb-country-picker__list > button[hidden] {
	display: none;
}

.ppb-app .ppb-country-picker__list > button:hover,
.ppb-app .ppb-country-picker__list > button:focus-visible {
	background: var(--ppb-accent-soft);
	outline: 0;
}

.ppb-country-picker__list > button small {
	display: inline-grid;
	min-width: 38px;
	height: 26px;
	place-items: center;
	border-radius: 8px;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-muted-text);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ppb-country-add-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}

.ppb-delivery-countries {
	display: grid;
	gap: 20px;
}

.ppb-app .ppb-delivery-country {
	overflow: hidden;
	border: 1px solid var(--ppb-border);
	border-radius: 20px;
	background: var(--ppb-surface-background);
	box-shadow: 0 7px 24px rgba(23, 32, 27, 0.05);
}

.ppb-delivery-country__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--ppb-border);
	background: linear-gradient(135deg, var(--ppb-accent-soft), rgba(255, 255, 255, 0.28));
}

.ppb-delivery-country__identity {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 14px;
}

.ppb-delivery-country__identity > div {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
}

.ppb-delivery-country__icon {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 14px;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-accent);
}

.ppb-delivery-country__icon .ppb-icon {
	width: 25px;
	height: 25px;
}

.ppb-delivery-country__identity h3 {
	margin: 0;
	font-size: 23px;
	letter-spacing: -0.025em;
}

.ppb-country-code {
	display: inline-grid;
	min-width: 40px;
	height: 27px;
	place-items: center;
	padding: 0 9px;
	border-radius: 9px;
	background: var(--ppb-page-background);
	color: var(--ppb-muted-text);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.09em;
}

.ppb-primary-country-badge {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--ppb-accent);
	color: var(--ppb-white);
	font-size: 11px;
	font-weight: 800;
}

.ppb-delivery-country__remove {
	flex: 0 0 auto;
}

.ppb-delivery-country__body {
	display: grid;
	gap: 16px;
	padding: 22px;
}

.ppb-delivery-options-heading h4 {
	margin: 0;
	font-size: 18px;
}

.ppb-delivery-warning {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0;
	padding: 13px 15px;
	border: 0;
	border-radius: 12px;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-primary-text);
}

.ppb-delivery-warning .ppb-icon {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: var(--ppb-accent);
}

.ppb-delivery-presets {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.ppb-delivery-presets form {
	min-width: 0;
	margin: 0;
}

.ppb-app .ppb-delivery-preset {
	position: relative;
	display: grid;
	width: 100%;
	min-height: 84px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 11px;
	padding: 13px;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 14px;
	background: var(--ppb-page-background);
	color: var(--ppb-primary-text);
	text-align: left;
	transition: border-color var(--ppb-transition), background var(--ppb-transition), transform var(--ppb-transition);
}

.ppb-app .ppb-delivery-preset:hover {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent-soft);
	transform: translateY(-2px);
}

.ppb-app .ppb-delivery-preset.is-selected {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent-soft);
	box-shadow: inset 0 0 0 1px var(--ppb-accent);
}

.ppb-delivery-preset__icon,
.ppb-delivery-method-card__icon {
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-accent);
}

.ppb-delivery-preset__icon {
	width: 40px;
	height: 40px;
}

.ppb-delivery-preset__icon .ppb-icon {
	width: 22px;
	height: 22px;
}

.ppb-delivery-preset strong {
	min-width: 0;
	font-size: 14px;
	line-height: 1.3;
}

.ppb-delivery-preset__state {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 50%;
	background: var(--ppb-surface-background);
	color: var(--ppb-muted-text);
}

.ppb-delivery-preset.is-selected .ppb-delivery-preset__state {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent);
	color: var(--ppb-white);
}

.ppb-delivery-preset__state .ppb-icon {
	width: 14px;
	height: 14px;
	stroke-width: 2.3;
}

.ppb-delivery-methods {
	display: grid;
	gap: 12px;
}

.ppb-app .ppb-delivery-method-card {
	display: grid;
	gap: 18px;
	padding: 20px;
	border: 1px solid var(--ppb-border);
	border-radius: 16px;
	background: var(--ppb-page-background);
}

.ppb-app .ppb-delivery-method-card--new {
	border: 1px dashed var(--ppb-accent);
}

.ppb-delivery-method-card__header {
	display: flex;
	align-items: center;
	gap: 13px;
}

.ppb-delivery-method-card__icon {
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	background: var(--ppb-accent-soft);
}

.ppb-delivery-method-card__icon .ppb-icon {
	width: 24px;
	height: 24px;
}

.ppb-delivery-method-card__title {
	display: grid;
	gap: 3px;
}

.ppb-delivery-method-card__title > span,
.ppb-delivery-method-card__name > span,
.ppb-delivery-method-card__instructions > span {
	color: var(--ppb-muted-text);
	font-size: 13px;
	font-weight: 750;
}

.ppb-delivery-method-card__title h5 {
	margin: 0;
	font-size: 19px;
	letter-spacing: -0.02em;
}

.ppb-delivery-method-card__name {
	width: min(100%, 520px);
}

.ppb-delivery-method-card__name input {
	margin-top: 0 !important;
}

.ppb-delivery-method-card__instructions {
	display: grid;
	gap: 8px;
}

.ppb-delivery-method-card:has(input[type="checkbox"][name="is_active"]:not(:checked)) .ppb-delivery-method-card__instructions {
	display: none;
}

.ppb-delivery-method-card__instructions > span {
	color: var(--ppb-primary-text);
	font-size: 14px;
}

.ppb-delivery-method-card__instructions > span small {
	margin-left: 4px;
	color: var(--ppb-muted-text);
	font-weight: 500;
}

.ppb-app .ppb-delivery-method-card__instructions textarea {
	min-height: 124px;
	line-height: 1.5;
}

.ppb-delivery-method-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--ppb-border);
}

.ppb-delivery-method-card__footer--actions-only {
	justify-content: flex-end;
}

.ppb-delivery-method-card__footer .ppb-item-actions,
.ppb-delivery-method-card__footer .ppb-add-form__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}

.ppb-delivery-custom-control {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px 14px;
	padding-top: 2px;
}

.ppb-delivery-custom-control small {
	color: var(--ppb-muted-text);
	font-size: 12px;
}

.ppb-primary-custom-delivery {
	display: grid;
	gap: 14px;
	padding-top: 2px;
}

.ppb-global-delivery-options > .ppb-delivery-custom-control,
.ppb-global-delivery-options > #ppb-new-global-delivery-option {
	display: none;
}

.ppb-international-delivery {
	display: grid;
	gap: 20px;
	margin-top: 20px;
	padding: 22px;
	border: 1px solid var(--ppb-border);
	border-radius: 20px;
	background: var(--ppb-surface-background);
	box-shadow: 0 7px 24px rgba(23, 32, 27, 0.05);
}

.ppb-international-delivery__header {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ppb-border);
}

.ppb-international-delivery__header > div:last-child {
	display: grid;
	gap: 3px;
}

.ppb-international-delivery__header h3,
.ppb-international-delivery__countries h4 {
	margin: 0;
	letter-spacing: -0.02em;
}

.ppb-international-delivery__header h3 {
	font-size: 22px;
}

.ppb-international-delivery__header p,
.ppb-international-delivery__countries p {
	margin: 0;
	color: var(--ppb-muted-text);
	font-size: 14px;
}

.ppb-international-delivery__countries {
	display: grid;
	gap: 14px;
}

.ppb-international-delivery__countries > div:first-child {
	display: grid;
	gap: 4px;
}

.ppb-international-country-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.ppb-international-country {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	gap: 8px;
	padding: 6px 7px 6px 13px;
	border: 1px solid var(--ppb-border-strong);
	border-radius: 999px;
	background: var(--ppb-accent-soft);
}

.ppb-international-country strong {
	font-size: 14px;
}

.ppb-international-country small {
	color: var(--ppb-muted-text);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
}

.ppb-app .ppb-international-country button {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ppb-surface-background);
	color: var(--ppb-muted-text);
	font-size: 20px;
	line-height: 1;
}

.ppb-app .ppb-international-country button:hover {
	background: var(--ppb-danger);
	color: var(--ppb-white);
}

.ppb-international-country-form {
	max-width: 650px;
}

.ppb-app .ppb-international-method-card {
	background: var(--ppb-page-background);
}

.ppb-international-delivery__empty {
	margin: 0;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-muted-text);
	font-size: 14px;
}

.ppb-global-delivery-options {
	display: grid;
	gap: 16px;
	margin-top: 22px;
	padding: 22px;
	border: 1px solid var(--ppb-border);
	border-radius: 20px;
	background: var(--ppb-surface-background);
	box-shadow: 0 7px 24px rgba(23, 32, 27, 0.05);
}

.ppb-global-delivery-options > header h3 {
	margin: 0 0 4px;
	font-size: 21px;
	letter-spacing: -0.02em;
}

.ppb-global-delivery-options > header p {
	margin: 0;
	color: var(--ppb-muted-text);
	font-size: 14px;
}

@media (max-width: 900px) {
	.ppb-settings-layout {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ppb-settings-nav {
		position: sticky;
		top: 0;
		z-index: 20;
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		box-shadow: 0 8px 20px rgba(35, 29, 20, 0.08);
	}

	.ppb-settings-nav a {
		flex: 0 0 auto;
	}

	.ppb-payment-presets {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ppb-delivery-presets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ppb-delivery-payment-policy {
		grid-template-columns: 1fr;
	}

	.ppb-check-setting {
		padding-top: 14px;
		border-top: 1px solid var(--ppb-border);
	}

	.ppb-payment-presets {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ppb-app .ppb-payment-method-card {
		padding: 18px;
	}

	.ppb-payment-method-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.ppb-payment-method-card__footer .ppb-item-actions,
	.ppb-payment-method-card__footer .ppb-add-form__actions {
		justify-content: space-between;
	}

	.ppb-delivery-country__header {
		align-items: stretch;
		flex-direction: column;
	}

	.ppb-delivery-country__remove {
		align-self: flex-start;
	}

	.ppb-delivery-presets {
		grid-template-columns: 1fr;
	}

	.ppb-delivery-method-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.ppb-delivery-method-card__footer .ppb-item-actions,
	.ppb-delivery-method-card__footer .ppb-add-form__actions {
		justify-content: space-between;
	}
}

@media (max-width: 430px) {
	.ppb-payment-presets {
		grid-template-columns: 1fr;
	}

	.ppb-app .ppb-payment-preset {
		min-height: 82px;
		grid-template-columns: auto 1fr;
		grid-template-rows: 1fr;
		align-items: center;
	}

	.ppb-payment-method-card__header {
		align-items: flex-start;
	}

	.ppb-delivery-country__identity > div {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.ppb-delivery-country__body,
	.ppb-delivery-country__header,
	.ppb-app .ppb-country-add-card,
	.ppb-location-country-card,
	.ppb-global-delivery-options {
		padding: 18px;
	}

	.ppb-delivery-method-card__header {
		align-items: flex-start;
	}
}

.ppb-photo-card-grid {
	gap: 32px 22px;
}

.ppb-photo-card {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: none;
}

.ppb-photo-card__image {
	overflow: hidden;
	border-radius: 18px;
}

.ppb-photo-card__body {
	padding: 15px 0 0;
}

.ppb-next-action,
.ppb-onboarding,
.ppb-module-placeholder {
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-next-action {
	color: var(--ppb-primary-text);
}

.ppb-next-action p {
	color: var(--ppb-muted-text);
}

.ppb-next-action__icon,
.ppb-onboarding__visual,
.ppb-module-placeholder__visual {
	border: 0;
	background: var(--ppb-highlight-soft);
}

.ppb-placeholder-photo,
.ppb-public-empty__visual > span,
.ppb-upload-preview {
	background: var(--ppb-accent-soft);
}

.ppb-order-filters {
	gap: 18px;
	border-bottom: 1px solid var(--ppb-border-strong);
}

.ppb-order-filters a {
	padding: 9px 0;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	background: none;
}

.ppb-order-filters a:hover,
.ppb-order-filters a.is-active {
	border-color: var(--ppb-primary-action);
	background: none;
	color: var(--ppb-primary-text);
}

.ppb-order-card-list {
	gap: 0;
	border-top: 1px solid var(--ppb-border-strong);
}

.ppb-order-card {
	padding: 23px 6px;
	border: 0;
	border-bottom: 1px dashed var(--ppb-border-strong);
	border-radius: 0;
	background: none;
	box-shadow: none;
}

.ppb-order-card:hover {
	border-color: var(--ppb-border-strong);
	background: #e1efe9;
	box-shadow: none;
	transform: none;
}

.ppb-order-status {
	border: 0;
}

.ppb-order-detail-heading form {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
}

.ppb-order-detail-grid {
	gap: 40px;
}

.ppb-order-panel,
.ppb-confirmation-next,
.ppb-batch-order {
	padding: 26px 0 0;
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-order-contact-links a,
.ppb-batch-order__detail {
	border: 0;
	border-bottom: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
}

.ppb-product-thumbnail {
	overflow: hidden;
	border-radius: 50%;
}

.ppb-orders-empty,
.ppb-public-empty,
.ppb-checkout-empty {
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-confirmation-hero {
	padding: 38px 0;
	border-top: 2px solid var(--ppb-accent);
	border-bottom: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
	color: var(--ppb-primary-text);
}

.ppb-confirmation-hero .ppb-kicker,
.ppb-confirmation-hero > p,
.ppb-confirmation-hero > div > span:first-child {
	color: var(--ppb-muted-text);
}

.ppb-confirmation-hero > div {
	border-color: var(--ppb-border-strong);
}

.ppb-upload-layout {
	align-items: start;
}

.ppb-upload-card {
	padding: 0;
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-upload-dropzone {
	margin-top: 22px;
	border: 1px dashed var(--ppb-border-strong);
	border-radius: 18px;
	background: var(--ppb-highlight-soft);
}

.ppb-upload-dropzone:hover,
.ppb-upload-dropzone.is-dragging {
	border-color: var(--ppb-primary-action);
	background: #dcecf7;
}

.ppb-photo-title-card,
.ppb-editor-stage-card,
.ppb-editor-summary,
.ppb-selection-panel,
.ppb-product-form-panel {
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-editor-stage-card {
	overflow: hidden;
}

.ppb-editor-toolbar {
	background: var(--ppb-highlight-soft);
}

.ppb-editor-canvas {
	background: #e8e4d8;
}

.ppb-product-list-button {
	border: 0;
	border-bottom: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
}

.ppb-product-list-button.is-selected {
	background: #cfe9df;
}

.ppb-product-mode {
	background: var(--ppb-highlight-soft);
}

.ppb-product-mode input:checked + span {
	background: #cfe9df;
}

.ppb-public-profile {
	padding: 58px 0 42px;
	border-bottom: 2px solid var(--ppb-accent);
	background: none;
}

.ppb-public-profile__inner {
	gap: 26px;
}

.ppb-shop-avatar,
.ppb-direct-photo__shop-image {
	overflow: hidden;
	border: 0;
	border-radius: 50%;
	background: var(--ppb-highlight);
}

.ppb-shop-avatar {
	width: 108px;
	height: 108px;
	font-size: 38px;
}

.ppb-shop-avatar img,
.ppb-direct-photo__shop-image img {
	border-radius: 50%;
}

.ppb-public-profile h1 {
	font-size: clamp(44px, 8vw, 76px);
	line-height: 0.94;
	letter-spacing: -0.06em;
}

.ppb-public-links a,
.ppb-direct-photo__shop-link {
	border: 0;
	background: #dcecf7;
	box-shadow: none;
}

.ppb-public-links a:hover,
.ppb-direct-photo__shop-link:hover {
	border: 0;
	background: var(--ppb-highlight-soft);
	box-shadow: none;
	transform: none;
}

.ppb-public-collection-heading {
	padding-bottom: 20px;
	border-bottom: 2px solid var(--ppb-accent);
}

.ppb-selling-photo-list {
	column-gap: 30px;
}

.ppb-selling-photo {
	margin-bottom: 34px;
}

.ppb-selling-photo__heading {
	min-height: 58px;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
	color: var(--ppb-primary-text);
}

.ppb-selling-photo__heading::before {
	display: none;
}

.ppb-selling-photo__heading h3 a:hover {
	color: var(--ppb-primary-action);
}

.ppb-selling-photo__heading .ppb-share-controls--compact > .ppb-share-controls__actions > .ppb-button {
	border: 0;
	background: var(--ppb-accent-soft);
	color: var(--ppb-accent) !important;
}

.ppb-selling-photo__heading .ppb-share-controls--compact > .ppb-share-controls__actions > .ppb-button:hover {
	border: 0;
	background: var(--ppb-highlight-soft);
	color: var(--ppb-primary-text) !important;
}

.ppb-selling-photo__view {
	border: 0;
	background: var(--ppb-primary-action);
}

.ppb-selling-photo--with-heading .ppb-selling-photo__canvas,
.ppb-selling-photo__canvas {
	border-radius: 16px;
	background: #e8e4d8;
	box-shadow: none;
}

.ppb-selling-photo__hint,
.ppb-product-hover-label {
	border: 0;
	background: var(--ppb-primary-text);
	box-shadow: none;
	backdrop-filter: none;
}

.ppb-product-detail-card {
	border: 0;
	background: #eee8dc;
	box-shadow: none;
	backdrop-filter: none;
}

.ppb-checkout-card,
.ppb-checkout-review {
	padding: 26px 0 0;
	border: 0;
	border-top: 2px solid var(--ppb-accent);
	border-radius: 0;
	background: none;
}

.ppb-payment-options label {
	border: 0;
	border-bottom: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
}

.ppb-payment-options label:has(input:checked) {
	border-color: var(--ppb-primary-action);
	background: var(--ppb-accent);
}

.ppb-cart-backdrop {
	background: transparent;
}

.ppb-cart-drawer,
.ppb-cart-replace-dialog {
	background: var(--ppb-page-background);
	box-shadow: none;
}

.ppb-cart-item {
	border: 0;
	border-bottom: 1px solid var(--ppb-border-strong);
	border-radius: 0;
	background: none;
}

@media (max-width: 819px) {
	.ppb-product-form-panel,
	.ppb-product-detail-card {
		border-radius: 18px 18px 0 0;
		background: #eee8dc;
		box-shadow: none;
	}
}

@media (max-width: 760px) {
	.ppb-dashboard-shell,
	.ppb-orders-shell,
	.ppb-order-detail-shell,
	.ppb-upload-shell,
	.ppb-editor-shell,
	.ppb-checkout-shell {
		padding-top: 30px;
	}

	.ppb-page-heading,
	.ppb-orders-heading,
	.ppb-order-detail-heading,
	.ppb-editor-heading,
	.ppb-checkout-heading {
		align-items: flex-start;
	}

	.ppb-settings-stack {
		gap: 34px;
	}

	.ppb-setting-item,
	.ppb-add-form {
		padding: 18px 0;
	}

	.ppb-order-card {
		padding-inline: 0;
	}

	.ppb-public-profile__inner {
		align-items: flex-start;
	}
}

@media (max-width: 540px) {
	:is(
		.ppb-page-heading,
		.ppb-orders-heading,
		.ppb-order-detail-heading,
		.ppb-editor-heading,
		.ppb-checkout-heading,
		.ppb-upload-copy
	) h1 {
		font-size: 42px;
	}

	.ppb-settings-card__heading {
		align-items: flex-start;
	}

	.ppb-shop-avatar {
		width: 88px;
		height: 88px;
	}

	.ppb-selling-photo__heading {
		padding-inline: 0;
	}
}

/* Final theme polish: distinct surfaces, single borders, and accessible states. */
.ppb-app .ppb-button {
	color: #ffffff !important;
}

.ppb-app :is(.ppb-button--ghost, .ppb-button--quiet) {
	background: #dcecf7;
	color: #214f69 !important;
}

.ppb-app :is(.ppb-button--ghost, .ppb-button--quiet):hover {
	background: #c8e0ee;
	color: #173e54 !important;
}

.ppb-app :is(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	select,
	textarea,
	.ppb-slug-field,
	.ppb-phone-input,
	.ppb-order-detail-heading select
) {
	border: 1px solid #bcb3a1;
	background: #eee8dc;
	box-shadow: none;
}

.ppb-app :is(
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="url"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	select,
	textarea,
	.ppb-slug-field,
	.ppb-phone-input,
	.ppb-order-detail-heading select
):focus,
.ppb-app :is(.ppb-slug-field, .ppb-phone-input):focus-within {
	border-color: var(--ppb-accent);
	background: #e1efe9;
	box-shadow: none;
	outline: 0;
}

.ppb-app .ppb-phone-input :is(select, input[data-phone-number]),
.ppb-app .ppb-slug-field input {
	border: 0 !important;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.ppb-app .ppb-phone-input select {
	border-right: 1px solid #bcb3a1 !important;
}

.ppb-settings .ppb-page-heading {
	padding-bottom: 0;
}

:is(
	.ppb-settings .ppb-page-heading,
	.ppb-dashboard-portal-page .ppb-dashboard-portal__heading,
	.ppb-shop-dashboard-page .ppb-shop-dashboard-header,
	.ppb-orders-page .ppb-orders-heading,
	.ppb-order-detail-page .ppb-order-detail-heading,
	.ppb-checkout-page .ppb-checkout-heading,
	.ppb-photo-editor-page .ppb-editor-heading
) {
	border-bottom: 0;
}

.ppb-order-confirmation-page .ppb-confirmation-hero {
	border-bottom: 0;
}

.ppb-shop-status-options span,
.ppb-link-preset,
.ppb-product-mode,
.ppb-product-mode input:checked + span {
	background: #dcecf7;
}

.ppb-link-preset:hover,
.ppb-link-preset.is-selected,
.ppb-product-mode input:checked + span {
	background: #cfe9df;
}

.ppb-contact-methods {
	border: 1px solid #a9c9bb;
	background: #e1efe9;
}

.ppb-contact-methods__options label {
	border: 1px solid #c7bdaa;
	background: #eee8dc;
	color: var(--ppb-primary-text);
}

.ppb-contact-methods__options label:nth-child(3n + 2) {
	border-color: #afcddd;
	background: #dcecf7;
}

.ppb-contact-methods__options label:nth-child(3n + 3) {
	border-color: #a9c9bb;
	background: #dcebe5;
}

.ppb-contact-methods__options label:has(input:checked) {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent);
	color: #ffffff;
}

.ppb-contact-methods__options input {
	accent-color: #f4d565;
}

.ppb-empty-inline,
.ppb-private-note,
.ppb-callout:not(.ppb-callout--error):not(.ppb-callout--success) {
	border: 1px solid #afcddd;
	background: #dcecf7;
	color: #214f69;
}

.ppb-empty-inline span {
	display: none;
}

.ppb-form-message.is-error,
.ppb-callout--error,
.ppb-order-status--cancelled {
	border: 1px solid #b93320;
	background: #b93320;
	color: #ffffff;
}

.ppb-form-message.is-success,
.ppb-callout--success {
	border: 1px solid var(--ppb-accent);
	background: var(--ppb-accent);
	color: #ffffff;
}

.ppb-photo-card {
	overflow: hidden;
	padding: 9px;
	border: 1px solid #c7bdaa;
	border-radius: 22px;
	background: #efe4d2;
}

.ppb-photo-card:nth-child(4n + 2) {
	border-color: #a9c9bb;
	background: #dcebe5;
}

.ppb-photo-card:nth-child(4n + 3) {
	border-color: #e7b8a9;
	background: #ffe5dc;
}

.ppb-photo-card:nth-child(4n + 4) {
	border-color: #afcddd;
	background: #dcecf7;
}

.ppb-photo-card__image {
	border-radius: 15px;
	background: #ddd5c6;
}

.ppb-photo-card__body {
	padding: 15px 5px 5px;
}

.ppb-photo-card .ppb-button--ghost {
	background: #f1d675;
	color: #45370a !important;
}

.ppb-photo-card .ppb-text-link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #cfe9df;
	color: #18533f;
}

.ppb-photo-card .ppb-share-menu > summary {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 999px;
	background: var(--ppb-primary-action);
	color: #ffffff;
	font-weight: 800;
}

.ppb-public-links a,
.ppb-direct-photo__shop-link {
	background: #dcecf7;
	color: #214f69;
}

.ppb-public-links a:nth-child(even) {
	background: #cfe9df;
	color: #18533f;
}

.ppb-public-links a:hover,
.ppb-direct-photo__shop-link:hover {
	background: #c8e0ee;
}

.ppb-product-list-button.is-selected,
.ppb-payment-options label:has(input:checked) {
	border-color: var(--ppb-accent);
	background: var(--ppb-accent);
	color: #ffffff;
}

.ppb-payment-options label {
	background: #eee8dc;
}

.ppb-dashboard-menu__panel,
.ppb-language-menu__panel,
.ppb-share-menu > div,
.ppb-share-dialog,
.ppb-cart-drawer,
.ppb-cart-replace-dialog {
	background: #eee8dc;
}

.ppb-share-dialog__qr {
	background: #dcecf7;
}

/* Product cards remain white in the dashboard editor and on public pages. */
.ppb-selection-panel,
.ppb-product-form-panel,
.ppb-product-detail-card {
	border: 1px solid #d9d1c2;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: none;
}

.ppb-product-list-button:not(.is-selected) {
	border: 1px solid #d9d1c2;
	border-radius: 14px;
	background: #ffffff;
}

@media (max-width: 819px) {
	.ppb-selection-panel,
	.ppb-product-form-panel,
	.ppb-product-detail-card {
		background: #ffffff;
	}
}

/* Photo editor fixes. */
.ppb-editor-toolbar {
	background: #dcecf7;
}

.ppb-product-list-button:not(.is-selected) i {
	background: #dcecf7;
	color: #214f69;
}

.ppb-product-list-button.is-selected {
	border: 1px solid var(--ppb-accent);
	border-radius: 14px;
	background: var(--ppb-accent);
	color: #ffffff;
}

.ppb-product-list-button.is-selected :is(i, span, strong) {
	color: #ffffff;
}

.ppb-product-list-button.is-selected .ppb-product-list-button__meta small {
	background: #ffe09a;
	color: #5d3000;
}

.ppb-product-list-button.is-selected i {
	background: #21624c;
}

.ppb-editor-summary > div:first-child strong {
	background: #dcecf7;
	color: #214f69;
}

.ppb-selection-panel > strong {
	color: var(--ppb-accent);
}

.ppb-selection-panel .ppb-button--danger {
	background: #b93320;
	color: #ffffff !important;
}

.ppb-selection-panel .ppb-button--danger:hover,
.ppb-selection-panel .ppb-button--danger:focus-visible {
	background: #922819;
	color: #ffffff !important;
}

.ppb-app .ppb-selection-panel .ppb-button--sold {
	background: #fff1cc;
	color: #713c00 !important;
}

.ppb-app .ppb-selection-panel .ppb-button--sold:hover,
.ppb-app .ppb-selection-panel .ppb-button--sold:focus-visible {
	background: #ffe39a;
	color: #542c00 !important;
}

.ppb-app .ppb-selection-panel .ppb-button--sold.is-return {
	background: #e3f4ec;
	color: #18583f !important;
}

.ppb-app .ppb-selection-panel .ppb-button--sold.is-return:hover,
.ppb-app .ppb-selection-panel .ppb-button--sold.is-return:focus-visible {
	background: #c9eadc;
	color: #103e2d !important;
}

/* The public photo toolbar is a compact, attached part of the photo card. */
.ppb-selling-photo__heading {
	min-height: 54px;
	padding: 8px 10px 8px 16px;
	border: 0;
	border-radius: 18px 18px 0 0;
	background: #17201b;
	color: #ffffff;
}

.ppb-selling-photo__heading h3 a {
	color: #ffffff;
}

.ppb-selling-photo__heading h3 a:hover,
.ppb-selling-photo__heading h3 a:focus-visible {
	color: #f4d565;
}

.ppb-selling-photo__heading .ppb-share-controls--compact > .ppb-share-controls__actions > .ppb-button {
	width: 34px;
	min-height: 34px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ppb-accent);
	color: #ffffff !important;
}

.ppb-selling-photo__heading .ppb-share-controls--compact > .ppb-share-controls__actions > .ppb-button:hover,
.ppb-selling-photo__heading .ppb-share-controls--compact > .ppb-share-controls__actions > .ppb-button:focus-visible {
	background: var(--ppb-accent-hover);
	color: #ffffff !important;
}

.ppb-selling-photo__view,
.ppb-selling-photo__view:hover,
.ppb-selling-photo__view:focus-visible {
	color: #ffffff;
}

.ppb-selling-photo--with-heading .ppb-selling-photo__canvas {
	border-radius: 0 0 18px 18px;
}

@media (max-width: 679px) {
	.ppb-selling-photo__heading {
		min-height: 50px;
		padding: 7px 8px 7px 13px;
		border-radius: 16px 16px 0 0;
	}

	.ppb-selling-photo--with-heading .ppb-selling-photo__canvas {
		border-radius: 0 0 16px 16px;
	}
}

/* High-contrast product masks stay visible across light, dark, and warm photos. */
.ppb-editor-region-backdrop,
.ppb-editor-preview-path-backdrop {
	fill: none;
	stroke: #ffffff;
	stroke-width: 6px;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.ppb-editor-region,
.ppb-editor-preview-path {
	fill: #1687d9;
	fill-opacity: 0.24;
	stroke: #006ac6;
	stroke-width: 3px;
	stroke-dasharray: 10px 7px;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: none;
}

.ppb-editor-region:hover,
.ppb-editor-region:focus,
.ppb-editor-region.is-selected {
	fill: #1687d9;
	fill-opacity: 0.38;
	stroke: #00539c;
}

.ppb-editor-region.is-selected,
.ppb-editor-preview-path {
	animation: ppb-editor-mask-outline 850ms linear infinite;
}

.ppb-editor-region.is-sold {
	fill: #d78a16;
	fill-opacity: 0.22;
	stroke: #7f4b00;
	stroke-dasharray: 5px 6px;
}

.ppb-editor-region.is-sold:hover,
.ppb-editor-region.is-sold:focus,
.ppb-editor-region.is-sold.is-selected {
	fill: #d78a16;
	fill-opacity: 0.35;
	stroke: #653b00;
}

@keyframes ppb-editor-mask-outline {
	to {
		stroke-dashoffset: -34px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ppb-editor-region.is-selected,
	.ppb-editor-preview-path {
		animation: none;
	}
}

.ppb-app .ppb-selling-photo__view {
	border: 3px solid #ffffff;
	outline: 1px solid rgba(23, 32, 27, 0.42);
	background: var(--ppb-primary-action);
	color: #ffffff !important;
}

.ppb-selling-photo__heading {
	min-height: 78px;
}

.ppb-app .ppb-selling-photo__view:hover,
.ppb-app .ppb-selling-photo__view:focus-visible {
	background: var(--ppb-primary-action-hover);
	color: #ffffff !important;
}

@media (max-width: 679px) {
	.ppb-selling-photo__heading {
		min-height: 68px;
	}
}

/* QR dialogs keep their own controls instead of inheriting compact toolbar buttons. */
.ppb-share-dialog .ppb-share-dialog__url {
	margin-top: 14px;
	padding: 11px 13px;
	border: 1px solid #afcddd;
	border-radius: 12px;
	background: #dcecf7;
	color: #214f69;
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
}

.ppb-share-dialog__actions {
	margin-top: 16px;
}

.ppb-share-dialog__actions .ppb-button,
.ppb-selling-photo__heading .ppb-share-controls--compact .ppb-share-dialog__actions .ppb-button {
	width: auto;
	min-width: 190px;
	min-height: 46px;
	padding: 11px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--ppb-primary-action);
	color: #ffffff !important;
	font-size: 14px;
}

.ppb-share-dialog__actions .ppb-button:hover,
.ppb-share-dialog__actions .ppb-button:focus-visible,
.ppb-selling-photo__heading .ppb-share-controls--compact .ppb-share-dialog__actions .ppb-button:hover,
.ppb-selling-photo__heading .ppb-share-controls--compact .ppb-share-dialog__actions .ppb-button:focus-visible {
	background: var(--ppb-primary-action-hover);
	color: #ffffff !important;
}

.ppb-share-dialog__actions .ppb-button:disabled {
	background: #b8c9c2;
	color: #334c42 !important;
	cursor: wait;
}

/* Purchases use their numeric count without a separate activity dot. */
.ppb-dashboard-portal-page .ppb-dashboard-directory__grid > a:nth-child(4)::before {
	display: none;
}
