body.gh-ui-enabled.gh-ui-ready {
	--gh-ui-primary: #0274c9;
	--gh-ui-primary-dark: #075ea5;
	--gh-ui-primary-soft: #eaf5ff;
	--gh-ui-accent: #f79009;
	--gh-ui-accent-soft: #fff3df;
	--gh-ui-ink: #13213a;
	--gh-ui-muted: #667085;
	--gh-ui-line: #dfe7f0;
	--gh-ui-surface: #ffffff;
	--gh-ui-canvas: #f4f7fb;
	--gh-ui-radius: 14px;
	--gh-ui-shadow: 0 8px 28px rgba(15, 35, 65, .07);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-form #content,
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing #content {
	background: var(--gh-ui-surface);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile #content,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout #content {
	background: var(--gh-ui-canvas);
}

/* Moldura comum: fundo claro no conteúdo, com branco visível nas duas laterais. */
body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-page,
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-page {
	--gh-ui-page-pad: 32px;
	--gh-ui-page-pad-offset: -32px;
	box-sizing: border-box;
	width: calc(100% - 72px);
	max-width: none;
	margin: clamp(20px, 3vw, 42px) auto;
	padding: var(--gh-ui-page-pad);
	background-color: var(--gh-ui-canvas);
	background-image: linear-gradient(90deg, var(--gh-ui-accent) 0 10%, transparent 10%);
	background-repeat: no-repeat;
	background-size: 100% 4px;
	border: 1px solid var(--gh-ui-line);
	border-radius: 20px;
	box-shadow: 0 10px 34px rgba(15, 35, 65, .06);
}

/* O formulário fica contido num cartão, sem alterar a estrutura nativa do HivePress. */
body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-form--listing-submit,
body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-form--listing-update {
	--gh-ui-frame-pad: 24px;
	--gh-ui-frame-offset: -24px;
	margin: 0;
	padding: var(--gh-ui-frame-pad);
	background: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: calc(var(--gh-ui-radius) + 2px);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready .gh-original-title {
	display: none;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-hero,
body.gh-ui-enabled.gh-ui-ready .gh-form-layout,
body.gh-ui-enabled.gh-ui-ready .gh-listing-groups {
	width: 100%;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-hero {
	margin: 0 0 22px;
	color: var(--gh-ui-ink);
}

body.gh-ui-enabled.gh-ui-ready .gh-form-hero__copy {
	margin: 22px 0 18px;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-hero h1 {
	margin: 0 0 5px;
	color: var(--gh-ui-ink);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.12;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-hero p {
	max-width: 760px;
	margin: 0;
	color: var(--gh-ui-muted);
	font-size: 15px;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps li {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 150px;
	color: #7a8799;
	font-size: 13px;
	font-weight: 600;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps li:not(:last-child)::after {
	width: 64px;
	height: 1px;
	margin: 0 16px 0 auto;
	background: #cfd9e5;
	content: '';
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps li > span {
	display: inline-grid;
	width: 26px;
	height: 26px;
	place-items: center;
	color: #65758a;
	background: #e8edf3;
	border-radius: 50%;
	font-size: 12px;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps .is-active,
body.gh-ui-enabled.gh-ui-ready .gh-form-steps .is-complete {
	color: var(--gh-ui-primary);
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps .is-active > span,
body.gh-ui-enabled.gh-ui-ready .gh-form-steps .is-complete > span {
	color: #fff;
	background: var(--gh-ui-primary);
}

body.gh-ui-enabled.gh-ui-ready .gh-form-steps .is-active > span {
	box-shadow: 0 0 0 3px var(--gh-ui-accent-soft), 0 0 0 4px rgba(247, 144, 9, .3);
}

body.gh-ui-enabled.gh-ui-ready .gh-category-switcher {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	padding: 9px;
	background: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready .gh-category-control {
	display: grid;
	gap: 12px;
}

body.gh-ui-enabled.gh-ui-ready .gh-category-switcher__item {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 14px;
	color: #344054;
	background: #f5f7fa;
	border: 1px solid transparent;
	border-radius: 9px;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	text-align: center;
}

body.gh-ui-enabled.gh-ui-ready span.gh-category-switcher__item,
body.gh-ui-enabled.gh-ui-ready .gh-category-switcher__item:disabled {
	cursor: default;
}

body.gh-ui-enabled.gh-ui-ready .gh-category-switcher__item:focus-visible {
	border-color: var(--gh-ui-primary);
	box-shadow: 0 0 0 3px rgba(2, 116, 201, .15);
	outline: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-category-switcher__item.is-active {
	color: #fff;
	background: linear-gradient(135deg, var(--gh-ui-primary), #1592ed);
	box-shadow: 0 7px 16px rgba(2, 116, 201, .2);
}

body.gh-ui-enabled.gh-ui-ready .gh-category-switcher__item.is-disabled {
	opacity: .48;
}

body.gh-ui-enabled.gh-ui-ready .gh-subcategory-field {
	display: grid;
	grid-template-columns: minmax(180px, 360px) minmax(0, 1fr);
	gap: 5px 16px;
	align-items: center;
	padding: 16px 18px;
	background: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready .gh-subcategory-field > label {
	grid-column: 1 / -1;
	margin: 0;
	color: #344054;
	font-size: 13px;
	font-weight: 750;
}

body.gh-ui-enabled.gh-ui-ready .gh-subcategory-field > label span,
body.gh-ui-enabled.gh-ui-ready .gh-category-status.is-error {
	color: #b42318;
}

body.gh-ui-enabled.gh-ui-ready .gh-subcategory-select {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 9px 38px 9px 12px;
	color: #344054;
	background-color: #fff;
	border: 1px solid #ced8e4;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
}

body.gh-ui-enabled.gh-ui-ready .gh-subcategory-select:focus {
	border-color: var(--gh-ui-primary);
	box-shadow: 0 0 0 3px rgba(2, 116, 201, .12);
	outline: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-subcategory-field > small,
body.gh-ui-enabled.gh-ui-ready .gh-category-status {
	color: var(--gh-ui-muted);
	font-size: 12px;
	line-height: 1.4;
}

body.gh-ui-enabled.gh-ui-ready .gh-category-status {
	grid-column: 1 / -1;
	min-height: 17px;
}

body.gh-ui-enabled.gh-ui-ready .gh-native-category-field {
	display: none !important;
}

body.gh-ui-enabled.gh-ui-ready .hp-form--listing-submit.gh-category-change-pending .gh-form-layout,
body.gh-ui-enabled.gh-ui-ready .hp-form--listing-submit.gh-category-change-pending .hp-form__footer {
	display: none;
}

body.gh-ui-enabled.gh-category-loading .gh-category-control {
	opacity: .72;
	pointer-events: none;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-layout,
body.gh-ui-enabled.gh-ui-ready .gh-listing-groups {
	display: grid;
	gap: 14px;
}

body.gh-ui-enabled.gh-ui-ready .gh-surface {
	background-color: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready .gh-section {
	display: grid;
	grid-template-columns: minmax(175px, .28fr) minmax(0, 1fr);
	gap: 22px;
	padding: 22px;
	background-image: linear-gradient(90deg, var(--gh-ui-accent) 0 10%, transparent 10%);
	background-repeat: no-repeat;
	background-size: 100% 3px;
}

body.gh-ui-enabled.gh-ui-ready .gh-section__header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-section__icon {
	display: inline-grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	color: var(--gh-ui-primary);
	background: var(--gh-ui-primary-soft);
	border-radius: 50%;
	font-size: 18px;
	font-weight: 800;
}

body.gh-ui-enabled.gh-ui-ready .gh-section__title {
	margin: 8px 0 0;
	color: var(--gh-ui-ink);
	font-size: 17px;
	font-weight: 750;
	line-height: 1.25;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 15px 14px;
	min-width: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid > .hp-form__field {
	grid-column: span 4;
	min-width: 0;
	margin: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid > .gh-field--wide {
	grid-column: 1 / -1;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-form__label {
	margin-bottom: 6px;
	color: #344054;
	font-size: 12px;
	font-weight: 700;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid input:not([type='checkbox']):not([type='radio']):not([type='file']),
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid select,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid textarea,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .select2-selection {
	width: 100%;
	max-width: none;
	color: #344054;
	background: #fff;
	border: 1px solid #ced8e4;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid input:not([type='checkbox']):not([type='radio']):not([type='file']),
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid select,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .select2-selection {
	min-height: 44px;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid textarea {
	min-height: 112px;
	resize: vertical;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid input:focus,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid select:focus,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid textarea:focus,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .select2-container--focus .select2-selection {
	border-color: var(--gh-ui-primary);
	box-shadow: 0 0 0 3px rgba(2, 116, 201, .12);
	outline: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-field--attachment-upload,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-field--attachment-upload > div {
	max-width: none;
}

body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-field--checkboxes ul,
body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-field--radio ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.gh-ui-enabled.gh-ui-ready .hp-form--listing-submit .hp-form__footer,
body.gh-ui-enabled.gh-ui-ready .hp-form--listing-update .hp-form__footer {
	position: sticky;
	z-index: 20;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	margin: 18px var(--gh-ui-frame-offset, -18px) var(--gh-ui-frame-offset, -18px);
	padding: 14px 18px;
	background: rgba(255, 255, 255, .96);
	border-top: 1px solid var(--gh-ui-line);
	box-shadow: 0 -7px 20px rgba(15, 35, 65, .06);
	backdrop-filter: blur(8px);
}

body.gh-ui-enabled.gh-ui-ready .hp-form--listing-submit .hp-form__button,
body.gh-ui-enabled.gh-ui-ready .hp-form--listing-update .hp-form__button {
	min-width: 190px;
	min-height: 48px;
	padding: 11px 24px;
	color: #fff;
	background: linear-gradient(135deg, var(--gh-ui-primary), #1592ed);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(2, 116, 201, .2);
	font-weight: 750;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-listing__images img,
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-listing__image img {
	border-radius: var(--gh-ui-radius);
}

/* A galeria ocupa exatamente a largura da moldura, sem voltar ao efeito full-width do tema. */
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .gh-listing-gallery {
	box-sizing: border-box;
	width: auto;
	max-width: none;
	margin: 0 var(--gh-ui-page-pad-offset) 26px;
	overflow: hidden;
	border-radius: var(--gh-ui-radius);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .gh-listing-gallery .hp-listing__images,
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .gh-listing-gallery .hp-listing__images-slider,
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .gh-listing-gallery .hp-listing__images-slider .slick-list {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .gh-listing-gallery .hp-listing__images {
	position: static !important;
	margin: 0 !important;
	transform: none !important;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-listing__title::after {
	display: block;
	width: 56px;
	height: 3px;
	margin-top: 10px;
	background: var(--gh-ui-accent);
	border-radius: 999px;
	content: '';
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .gh-listing-groups.hp-block {
	margin: 18px 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

body.gh-ui-enabled.gh-ui-ready .gh-listing-group__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	min-width: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-listing-field {
	width: auto;
	max-width: none;
	min-width: 0;
	padding: 0;
}

body.gh-ui-enabled.gh-ui-ready .gh-listing-field .hp-listing__attribute {
	min-height: 46px;
	padding: 12px 13px;
	color: #475467;
	background: #f8fafc;
	border: 1px solid #e7edf4;
	border-radius: 8px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

body.gh-ui-enabled.gh-ui-ready .gh-listing-field .hp-listing__attribute > i {
	margin-right: 7px;
	color: var(--gh-ui-primary);
}

body.gh-ui-enabled.gh-ui-ready .gh-listing-field .hp-listing__attribute strong {
	color: var(--gh-ui-ink);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-listing__description {
	margin: 18px 0;
	padding: 22px;
	color: #475467;
	background: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-listing__attributes--primary,
body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-page__sidebar .hp-widget {
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-listing__attributes--primary .hp-listing__attribute {
	color: var(--gh-ui-primary);
	font-size: 19px;
}

/* Perfil HivePress e área de conta. */
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-widget--user-account-menu,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce form.login,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce form.register,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce form.edit-account,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-navigation,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-content {
	background: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile {
	padding: clamp(18px, 3vw, 28px);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update {
	padding: clamp(18px, 3vw, 28px);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__fields {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__fields {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 16px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field {
	grid-column: span 6;
	min-width: 0;
	margin: 0;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field {
	grid-column: span 6;
	min-width: 0;
	margin: 0;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field:first-child,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field--attachment-upload,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field--textarea {
	grid-column: 1 / -1;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field:first-child,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field--attachment-upload,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field--textarea {
	grid-column: 1 / -1;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__label,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__label,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce form label,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce form label,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-text-input label,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-combobox-control label {
	color: #344054;
	font-size: 12px;
	font-weight: 700;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile input:not([type='checkbox']):not([type='radio']):not([type='file']),
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile select,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile textarea,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .select2-selection,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update input:not([type='checkbox']):not([type='radio']):not([type='file']),
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update select,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update textarea,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .select2-selection,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce input.input-text,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce select,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce textarea,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce input.input-text,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce select,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce textarea {
	width: 100%;
	max-width: none;
	min-height: 44px;
	color: #344054;
	background: #fff;
	border: 1px solid #ced8e4;
	border-radius: 8px;
	box-shadow: none;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile textarea,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update textarea,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce textarea,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce textarea {
	min-height: 110px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile input:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile select:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile textarea:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update input:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update select:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update textarea:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce input:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce select:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce textarea:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce input:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce select:focus,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce textarea:focus {
	border-color: var(--gh-ui-primary);
	box-shadow: 0 0 0 3px rgba(2, 116, 201, .12);
	outline: 0;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--gh-ui-line);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid var(--gh-ui-line);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__button,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__button,
body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce .button,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce .button,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-button {
	min-height: 46px;
	padding: 10px 20px;
	color: #fff;
	background: linear-gradient(135deg, var(--gh-ui-primary), #1592ed);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 8px 18px rgba(2, 116, 201, .16);
	font-weight: 750;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-navigation {
	overflow: hidden;
	padding: 8px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 12px;
	color: #475467;
	border-radius: 8px;
	font-weight: 650;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-navigation .is-active a {
	color: var(--gh-ui-primary);
	background: var(--gh-ui-primary-soft);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .woocommerce-MyAccount-content {
	padding: clamp(18px, 3vw, 26px);
	background-image: linear-gradient(90deg, var(--gh-ui-accent) 0 10%, transparent 10%);
	background-repeat: no-repeat;
	background-size: 100% 3px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-widget--user-account-menu {
	overflow: hidden;
	padding: 8px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-menu--user-account ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-menu--user-account a {
	display: block;
	padding: 11px 12px;
	color: #475467;
	border-radius: 8px;
	font-weight: 650;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-menu--user-account .hp-menu__item--current a {
	color: var(--gh-ui-primary);
	background: var(--gh-ui-primary-soft);
}

/* Checkout clássico e Checkout Blocks do WooCommerce. */
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-checkout .col2-set,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-checkout-review-order,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-checkout-step,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-order-summary,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-totals-wrapper,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-checkout__actions {
	background: var(--gh-ui-surface);
	border: 1px solid var(--gh-ui-line);
	border-radius: var(--gh-ui-radius);
	box-shadow: var(--gh-ui-shadow);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-checkout .col2-set,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-checkout-review-order,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-checkout-step,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-order-summary {
	padding: clamp(18px, 3vw, 26px);
	background-image: linear-gradient(90deg, var(--gh-ui-accent) 0 10%, transparent 10%);
	background-repeat: no-repeat;
	background-size: 100% 3px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout #order_review_heading,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-checkout-step__heading,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-title {
	color: var(--gh-ui-ink);
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-checkout-payment {
	overflow: hidden;
	background: #f8fafc;
	border: 1px solid var(--gh-ui-line);
	border-radius: 10px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce table.shop_table,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .wc-block-components-order-summary-item {
	border-color: var(--gh-ui-line);
	border-radius: 10px;
}

body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-error,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-info,
body.gh-ui-enabled.gh-ui-ready.gh-ui-checkout .woocommerce-message {
	background: #fff;
	border-radius: 9px;
	box-shadow: var(--gh-ui-shadow);
}

@media (max-width: 1024px) {
	body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-page,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-page {
		--gh-ui-page-pad: 22px;
		--gh-ui-page-pad-offset: -22px;
		width: calc(100% - 40px);
		padding: var(--gh-ui-page-pad);
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-form--listing-submit,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-form--listing-update {
		--gh-ui-frame-pad: 20px;
		--gh-ui-frame-offset: -20px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-section {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid > .hp-form__field {
		grid-column: span 6;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid > .gh-field--wide {
		grid-column: 1 / -1;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field {
		grid-column: span 6;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field {
		grid-column: span 6;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field:first-child,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field--attachment-upload,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field--textarea {
		grid-column: 1 / -1;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field:first-child,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field--attachment-upload,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field--textarea {
		grid-column: 1 / -1;
	}
}

@media (max-width: 760px) {
	body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-page,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-listing .hp-page {
		--gh-ui-page-pad: 14px;
		--gh-ui-page-pad-offset: -14px;
		width: calc(100% - 20px);
		margin: 12px auto;
		padding: var(--gh-ui-page-pad);
		border-radius: 14px;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-form--listing-submit,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-form .hp-form--listing-update {
		--gh-ui-frame-pad: 12px;
		--gh-ui-frame-offset: -12px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-steps {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-steps li {
		min-width: auto;
		white-space: nowrap;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-steps li:not(:last-child)::after {
		width: 24px;
		margin: 0 9px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-category-switcher {
		grid-template-columns: 1fr;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-subcategory-field {
		grid-template-columns: 1fr;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-subcategory-field > small {
		grid-column: 1;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-section {
		padding: 17px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid,
	body.gh-ui-enabled.gh-ui-ready .gh-listing-group__grid,
	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-field--checkboxes ul,
	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid .hp-field--radio ul {
		grid-template-columns: 1fr;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid > .hp-form__field,
	body.gh-ui-enabled.gh-ui-ready .gh-form-section__grid > .gh-field--wide {
		grid-column: 1;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field:first-child,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field--attachment-upload,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update-profile .hp-form__field--textarea {
		grid-column: 1;
	}

	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field:first-child,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field--attachment-upload,
	body.gh-ui-enabled.gh-ui-ready.gh-ui-profile .hp-form--user-update .hp-form__field--textarea {
		grid-column: 1;
	}

	body.gh-ui-enabled.gh-ui-ready .hp-form--listing-submit .hp-form__button,
	body.gh-ui-enabled.gh-ui-ready .hp-form--listing-update .hp-form__button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	body.gh-ui-enabled.gh-ui-ready .gh-form-steps li {
		gap: 6px;
		font-size: 12px;
	}

	body.gh-ui-enabled.gh-ui-ready .gh-form-steps li:not(:last-child)::after {
		width: 18px;
		margin: 0 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.gh-ui-enabled.gh-ui-ready *,
	body.gh-ui-enabled.gh-ui-ready *::before,
	body.gh-ui-enabled.gh-ui-ready *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
