/*
Theme Name: Inspiro Child
Theme URI: https://www.revelatl.es
Description: Child theme de Inspiro para la portada editorial de Revelatl.
Author: Revelatl
Template: inspiro
Version: 1.0.0
Text Domain: inspiro-child
*/

:root {
	--revelatl-cream: #f5f2ed;
	--revelatl-cream-soft: #fbf9f5;
	--revelatl-cream-warm: #ede7dd;
	--revelatl-sage: #b9c2b0;
	--revelatl-sage-light: #d8ddd2;
	--revelatl-sage-deep: #748266;
	--revelatl-taupe: #b39d86;
	--revelatl-stone: #d7cec2;
	--revelatl-ink: #141414;
	--revelatl-ink-soft: #2a2a2a;
	--revelatl-muted: #66625d;
	--revelatl-border: rgba(24, 24, 24, 0.09);
	--revelatl-shadow: 0 24px 70px rgba(34, 27, 18, 0.08);
	--revelatl-shadow-soft: 0 12px 30px rgba(34, 27, 18, 0.05);
	--revelatl-radius: 34px;
	--revelatl-radius-small: 22px;
	--revelatl-max-width: 1240px;
	--revelatl-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", "URW Palladio L", Georgia, serif;
	--revelatl-sans: "Avenir Next", "Segoe UI", "Helvetica Neue", sans-serif;
}

body {
	background: linear-gradient(180deg, #faf8f4 0%, #f4f0ea 100%);
	color: var(--revelatl-ink);
	font-family: var(--revelatl-sans);
	font-feature-settings: "kern" 1, "liga" 1;
}

body,
button,
input,
select,
textarea {
	font-family: var(--revelatl-sans);
}

body.home,
body.inspiro-front-page {
	background: #f1f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title {
	font-family: var(--revelatl-serif);
	font-weight: 500;
	letter-spacing: -0.03em;
	color: var(--revelatl-ink);
}

p,
li {
	color: var(--revelatl-muted);
}

a {
	color: var(--revelatl-ink);
}

a:hover,
a:focus {
	color: #57514a;
}

.site-content {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.7), transparent 28%),
		radial-gradient(circle at 0% 12%, rgba(214, 221, 209, 0.18), transparent 18%),
		linear-gradient(180deg, rgba(250, 248, 244, 0.92) 0%, rgba(245, 240, 234, 0.9) 100%);
}

body.home .site-content,
body.inspiro-front-page .site-content {
	background: #f1f0f0;
}

.site-header {
	background: #f1f0f0;
	backdrop-filter: none;
	border-bottom: 0;
	box-shadow: none;
}

.site-header .navbar,
.headroom--not-top .navbar,
.site-header.headroom--not-top .navbar,
body.inspiro-front-page .headroom--not-top .navbar,
body.home .headroom--not-top .navbar {
	background: #f1f0f0 !important;
	background-image: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.site-header.headroom--not-top {
	background: #f1f0f0;
}

.revelatl-navbar .header-inner {
	align-items: start;
	width: min(1364px, calc(100% - 4rem));
	max-width: none;
	min-height: 154px;
	padding-top: 74px;
	display: grid;
	grid-template-columns: 452px minmax(0, 1fr) 452px;
	column-gap: 1.8rem;
	position: relative;
}

.revelatl-header-brand {
	max-width: 452px;
	position: static;
	justify-self: start;
	flex: 0 0 auto;
	margin-right: 0;
}

.revelatl-header-brand__link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 0;
	opacity: 0.98;
}

.revelatl-header-brand__logo {
	width: min(100%, 420px);
	height: auto;
	object-fit: contain;
	display: block;
}

.revelatl-navbar .header-navigation-wrapper {
	grid-column: 2;
	display: flex;
	justify-content: center;
	padding-top: 34px;
	padding-left: 0;
	padding-right: 0.1rem;
	min-width: 0;
}

.revelatl-navbar .primary-menu-wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.revelatl-navbar .navbar-nav {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 2.18rem;
	white-space: nowrap;
}

.site-title a,
.navbar-nav > li > a,
.navbar-nav li a {
	color: #000;
}

.navbar-nav > li > a {
	position: relative;
	font-family: Montserrat, var(--revelatl-sans);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	padding: 0;
	line-height: 1.15;
	text-decoration: none !important;
}

.navbar-nav > li > a::after {
	content: none;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current_page_item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	color: #828282;
	border-bottom: 0;
	border-bottom-color: transparent;
	text-decoration: none !important;
}

.navbar-nav > li.current-menu-item > a::after,
.navbar-nav > li.current_page_item > a::after,
.navbar-nav > li > a:hover::after,
.navbar-nav > li > a:focus::after {
	transform: scaleX(1);
}

.header-widgets-wrapper .header_social {
	display: flex;
	align-items: center;
}

.revelatl-navbar .header-widgets-wrapper {
	grid-column: 3;
	justify-self: end;
	width: 100%;
	position: static;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.65rem;
	flex: 0 0 auto;
	padding-top: 26px;
}

.revelatl-header-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	text-decoration: none;
}

.revelatl-header-cart img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.revelatl-cart-count {
	position: absolute;
	top: -3px;
	right: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1rem;
	height: 1rem;
	padding: 0 0.2rem;
	border-radius: 999px;
	background: var(--revelatl-ink);
	color: #fff;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0;
}

.revelatl-navbar .navbar-toggle {
	display: none;
}

.header-widgets-wrapper .sb-search {
	display: none !important;
}

.side-nav {
	background: rgba(247, 242, 234, 0.98);
}

.side-nav .widget,
.side-nav .widget_block {
	display: none;
}

.side-nav .mobile-menu-wrapper .nav > li > a {
	color: #4c534a;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.custom-header {
	background: transparent;
}

.revelatl-button,
.wp-block-button__link,
button,
input[type="button"],
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.95rem 1.5rem;
	border-radius: 999px;
	border: 1px solid rgba(20, 20, 20, 0.1);
	background: linear-gradient(180deg, #1f1f1f 0%, #111 100%);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: none;
	box-shadow: 0 16px 28px rgba(17, 17, 17, 0.12);
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
	text-decoration: none;
}

.revelatl-button:hover,
.revelatl-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: linear-gradient(180deg, #2d2d2d 0%, #181818 100%);
	color: #fff;
	transform: translateY(-2px) scale(1.01);
	box-shadow: 0 18px 30px rgba(17, 17, 17, 0.18);
}

.revelatl-button.is-secondary {
	background: rgba(255, 255, 255, 0.82);
	color: var(--revelatl-ink);
	box-shadow: none;
}

.revelatl-page-shell {
	max-width: 860px;
	margin: 0 auto;
	padding: 4.5rem 1.5rem 5.5rem;
}

.revelatl-page-eyebrow {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0.3rem 0.7rem;
	border: 1px solid rgba(127, 145, 128, 0.24);
	border-radius: 999px;
	color: #61705f;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.revelatl-page-shell h1 {
	margin-bottom: 1rem;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	line-height: 1.02;
}

.revelatl-page-intro {
	max-width: 720px;
	margin-bottom: 2rem;
	font-size: 1.08rem;
	line-height: 1.8;
}

.revelatl-page-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin: 2rem 0 2.25rem;
}

.revelatl-page-card {
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--revelatl-border);
	border-radius: var(--revelatl-radius-small);
	box-shadow: var(--revelatl-shadow-soft);
}

.revelatl-page-card h2,
.revelatl-page-card h3 {
	margin-bottom: 0.7rem;
	font-size: 1.3rem;
}

.revelatl-page-card ul {
	margin: 0;
	padding-right: 1.1rem;
}

.revelatl-page-card li + li {
	margin-top: 0.55rem;
}

.revelatl-page-note {
	padding: 1.3rem 1.4rem;
	border-right: 3px solid rgba(127, 145, 128, 0.45);
	background: rgba(184, 196, 178, 0.12);
	border-radius: 0 var(--revelatl-radius-small) var(--revelatl-radius-small) 0;
}

body.page-id-19 .entry-header {
	display: none;
}

body.page-id-19 .revelatl-page-shell {
	padding-top: 0.8rem;
}

body.page-id-17 .entry-header,
body.page-id-18 .entry-header {
	display: none;
}

.woocommerce-cart .entry-header {
	display: none;
}

body.page-id-17 .revelatl-page-eyebrow,
body.page-id-18 .revelatl-page-eyebrow {
	display: none;
}

body.page-id-17 .entry-content {
	margin-top: 16px;
}

body.page-id-17 .revelatl-page-shell,
body.page-id-18 .revelatl-page-shell {
	padding-top: 0;
}

.revelatl-camaras-catalog {
	width: min(1220px, calc(100% - 3rem));
	max-width: none;
}

.revelatl-camaras-catalog .revelatl-page-eyebrow {
	display: none;
}

.revelatl-camaras-catalog .revelatl-page-intro {
	max-width: 680px;
	margin: 0 auto 3.4rem;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
}

.revelatl-camaras-catalog .revelatl-shop-family-tabs {
	gap: 54px;
	padding: 22px 0 24px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.revelatl-camaras-catalog h1 {
	max-width: 780px;
	margin: 0 auto 24px;
	font-family: Montserrat, sans-serif;
	font-size: clamp(42px, 7vw, 94px);
	font-weight: 600;
	letter-spacing: -0.065em;
	line-height: 0.92;
	text-align: center;
	text-transform: lowercase;
}

.revelatl-camaras-catalog__grid .woocommerce.columns-3 {
	margin: 0;
}

.revelatl-camaras-catalog__grid ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.revelatl-camaras-catalog__grid ul.products::before,
.revelatl-camaras-catalog__grid ul.products::after {
	display: none !important;
	content: none !important;
}

.revelatl-camaras-catalog__grid ul.products li.product {
	position: relative;
	float: none;
	display: flex;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 1rem;
	border: 0;
	border-radius: 0;
	background: #f1f0f0;
	box-shadow: none;
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.revelatl-camaras-catalog__grid ul.products li.product::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at var(--revelatl-card-x, 50%) var(--revelatl-card-y, 18%), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 44%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(210, 197, 178, 0.16));
	opacity: 0;
	transition: opacity 340ms ease;
}

.revelatl-camaras-catalog__grid ul.products li.product > * {
	position: relative;
	z-index: 1;
}

.revelatl-camaras-catalog__grid ul.products li.product:hover,
.revelatl-camaras-catalog__grid ul.products li.product:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 26px 48px rgba(54, 44, 32, 0.13);
}

.revelatl-camaras-catalog__grid ul.products li.product:hover::before,
.revelatl-camaras-catalog__grid ul.products li.product:focus-within::before {
	opacity: 1;
}

.revelatl-camaras-catalog__grid ul.products li.product .woocommerce-LoopProduct-link {
	display: grid;
	grid-template-rows: 210px auto auto;
	color: #111;
	text-decoration: none;
}

.revelatl-camaras-catalog__grid ul.products li.product a img {
	width: 100%;
	height: 210px;
	margin: 0 0 1rem !important;
	padding: 1.2rem;
	object-fit: contain;
	border-radius: 0;
	background: transparent;
	mix-blend-mode: multiply;
	transition: transform 220ms ease;
}

.revelatl-camaras-catalog__grid ul.products li.product:hover a img,
.revelatl-camaras-catalog__grid ul.products li.product:focus-within a img {
	transform: translateY(-4px) scale(1.05) rotate(-1deg);
}

.revelatl-camaras-catalog__grid ul.products li.product .woocommerce-loop-product__title {
	padding: 0 !important;
	color: #111;
	font-family: Montserrat, sans-serif;
	font-size: 1.04rem !important;
	font-weight: 700;
	line-height: 1.18;
	text-align: left;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.revelatl-camaras-catalog__grid ul.products li.product .price {
	display: block;
	margin: 0.65rem 0 1rem;
	color: #111;
	font-size: 1.08rem;
	font-weight: 700;
	text-align: left;
	white-space: nowrap !important;
}

.woocommerce-Price-amount,
.woocommerce-Price-amount bdi {
	display: inline-flex !important;
	gap: 0.12em;
	align-items: baseline;
	white-space: nowrap !important;
}

.woocommerce-Price-currencySymbol {
	display: inline !important;
	white-space: nowrap !important;
}

.woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
.woocommerce .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
	display: inline !important;
	white-space: nowrap !important;
}

.revelatl-camaras-catalog__grid ul.products li.product .button {
	align-self: stretch;
	width: 100%;
	margin-top: auto;
	padding: 0.85rem 1rem;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
}

.revelatl-camaras-empty {
	padding: 1.5rem;
	border: 1px solid rgba(127, 145, 128, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: var(--revelatl-shadow-soft);
}

.revelatl-camaras-empty p {
	margin: 0;
	color: #65705f;
	font-size: 1rem;
	line-height: 1.72;
}

.woocommerce-account .site-content,
.woocommerce-cart .site-content,
.woocommerce-checkout .site-content {
	background: transparent;
}

.woocommerce-account .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce {
	max-width: 1120px;
	margin: 0 auto;
	padding: 2.6rem 1.5rem 5rem;
}

.woocommerce-account .woocommerce {
	padding-top: 0.8rem;
}

.woocommerce-cart .woocommerce {
	padding-top: 0.8rem;
}

.woocommerce-cart .entry-content {
	margin-top: 0;
	padding-top: 0.8rem;
}

.woocommerce-cart .wp-block-woocommerce-cart {
	margin-top: 0;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.checkout,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart form.woocommerce-cart-form {
	padding: 1.65rem;
	border: 1px solid var(--revelatl-border);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: var(--revelatl-shadow-soft);
}

.woocommerce-account .u-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem;
	align-items: start;
}

.site-footer {
	margin-top: 4rem;
	border-top: 1px solid rgba(20, 20, 20, 0.06);
	background:
		radial-gradient(circle at top left, rgba(214, 221, 209, 0.42), transparent 34%),
		radial-gradient(circle at 100% 0%, rgba(183, 165, 148, 0.2), transparent 30%),
		#efeeeb;
}

.site-footer .site-info {
	max-width: var(--revelatl-max-width);
	margin: 0 auto;
	padding: 2.6rem 1.5rem 1.35rem;
}

.revelatl-footer {
	display: grid;
	grid-template-columns: minmax(260px, 1.15fr) minmax(180px, 0.8fr) minmax(180px, 0.95fr) minmax(220px, 1fr);
	gap: 1.8rem;
	align-items: start;
}

.revelatl-footer__brand {
	max-width: 24rem;
	display: grid;
	gap: 1rem;
}

.revelatl-footer__logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.7rem;
}

.revelatl-footer__logo-image {
	width: min(100%, 176px);
	height: auto;
	object-fit: contain;
	display: block;
}

.revelatl-footer__brand p,
.revelatl-footer__column p,
.revelatl-footer__legal {
	margin: 0;
	color: #5f5953;
	font-size: 0.9rem;
	line-height: 1.55;
}

.revelatl-footer__eyebrow {
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #6a735d;
	margin-bottom: 0.8rem;
}

.revelatl-footer__column {
	display: grid;
	align-content: start;
	gap: 0.7rem;
}

.revelatl-footer__links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
}

.revelatl-footer__links a {
	color: #312d28;
	text-decoration: none;
	font-size: 0.92rem;
}

.revelatl-footer__links a:hover,
.revelatl-footer__links a:focus {
	color: #6a735d;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.revelatl-footer__links--stack {
	display: grid;
	gap: 0.55rem;
}

.revelatl-footer__link-disabled {
	color: #958d84;
	font-size: 0.92rem;
	opacity: 0.9;
}

.revelatl-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.revelatl-footer__social-link {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(20, 20, 20, 0.12);
	background: rgba(255, 255, 255, 0.72);
	color: #1f1c18;
	box-shadow: 0 10px 18px rgba(49, 45, 40, 0.06);
	transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.revelatl-footer__social-link svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.revelatl-footer__social-image {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.revelatl-footer__social-link:hover,
.revelatl-footer__social-link:focus {
	border-color: rgba(20, 20, 20, 0.16);
	background: rgba(255, 255, 255, 0.82);
	color: #1f1c18;
	transform: none;
}

.revelatl-footer__social-link--whatsapp {
	border-color: rgba(20, 20, 20, 0.16);
	background: rgba(255, 255, 255, 0.82);
	color: #1f1c18;
	box-shadow: 0 10px 18px rgba(49, 45, 40, 0.06);
	transform: none;
}

.revelatl-footer__social-link--whatsapp:hover,
.revelatl-footer__social-link--whatsapp:focus {
	border-color: rgba(20, 20, 20, 0.16);
	background: rgba(255, 255, 255, 0.82);
	color: #1f1c18;
	box-shadow: 0 10px 18px rgba(49, 45, 40, 0.06);
	transform: none;
}

.revelatl-footer__social-link--disabled {
	opacity: 0.72;
	cursor: default;
	pointer-events: none;
}

.revelatl-footer__brands-row {
	margin-top: 1.55rem;
	padding: 1.2rem 0 0;
	border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.revelatl-footer__brands-title {
	margin: 0 0 0.85rem;
	color: #6a735d;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.revelatl-footer__brands {
	display: grid;
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 0.95rem;
}

.revelatl-footer__brand-mark {
	min-height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(20, 20, 20, 0.075);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(247, 244, 238, 0.58)),
		rgba(255, 255, 255, 0.62);
	border-radius: 22px;
	padding: 1rem 1.25rem;
	box-shadow: 0 14px 26px rgba(49, 45, 40, 0.045);
}

.revelatl-footer__brand-mark img {
	display: block;
	width: auto;
	max-width: min(100%, 190px);
	max-height: 52px;
	object-fit: contain;
}

.revelatl-footer__brand-mark.is-kodak img {
	max-height: 48px;
}

.revelatl-footer__brand-mark.is-ilford img {
	max-height: 64px;
}

.revelatl-footer__brand-mark.is-fujifilm img {
	max-height: 38px;
}

.revelatl-footer__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1.4rem;
	padding-top: 0.95rem;
	border-top: 1px solid rgba(20, 20, 20, 0.08);
}

.site-info .privacy-policy-link,
.site-info .privacy-policy-link + span[role="separator"] {
	display: inline-flex;
	align-items: center;
}

.revelatl-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.revelatl-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.revelatl-stagger-item {
	opacity: 0;
	transform: translateY(26px) scale(0.985);
	transition:
		opacity 480ms ease var(--revelatl-stagger-delay, 0ms),
		transform 480ms ease var(--revelatl-stagger-delay, 0ms),
		box-shadow 220ms ease,
		border-color 220ms ease;
}

.revelatl-stagger-item.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.revelatl-parallax-layer {
	will-change: transform;
}

.revelatl-pointer-stage {
	--revelatl-pointer-x: 0;
	--revelatl-pointer-y: 0;
}

@keyframes revelatlArrowPulse {
	0%,
	100% {
		transform: translateX(0) rotate(var(--revelatl-arrow-rotation, 45deg));
	}
	50% {
		transform: translateX(4px) rotate(var(--revelatl-arrow-rotation, 45deg));
	}
}

.site-header.is-scrolled {
	box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
	.revelatl-reveal,
	.revelatl-stagger-item {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.revelatl-parallax-layer,
	.revelatl-home-product,
	.revelatl-home-product__image,
	.revelatl-home-link-card,
	.revelatl-revelado-product,
	.revelatl-revelado-product__image,
	.revelatl-contact-card,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}
}

@media (max-width: 1100px) {
	.revelatl-navbar .header-inner {
		grid-template-columns: minmax(220px, 1fr) minmax(0, 1fr) auto;
		width: min(100% - 2rem, 1040px);
		column-gap: 1.8rem;
	}

	.revelatl-footer {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.revelatl-footer__brand {
		grid-column: 1 / -1;
	}

	.revelatl-footer__brands {
		grid-template-columns: repeat(3, minmax(120px, 1fr));
	}
}

@media screen and (max-width: 64em) {
	.revelatl-navbar .header-inner {
		position: relative;
	}

	.revelatl-navbar .header-navigation-wrapper {
		display: none;
	}

	.revelatl-navbar .header-widgets-wrapper {
		display: flex !important;
		flex: 0 0 auto;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		width: auto;
		min-width: 0;
		gap: 0.45rem;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 20;
		transform: translateY(-50%);
		overflow: visible;
		padding-top: 0;
	}

	.revelatl-navbar .navbar-toggle {
		display: inline-flex !important;
		visibility: visible;
		opacity: 1;
		flex: 0 0 42px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 42px;
		height: 42px;
		padding: 0;
		border-radius: 999px;
		border: 1px solid rgba(117, 128, 112, 0.12);
		background: rgba(255, 255, 255, 0.74);
		box-shadow: 0 10px 22px rgba(119, 108, 92, 0.08);
	}

	.revelatl-navbar .navbar-toggle .screen-reader-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.revelatl-navbar .navbar-toggle .icon-bar {
		display: block;
		width: 19px;
		height: 2px;
		margin: 0;
		border-radius: 999px;
		background-color: #66725f;
		transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
	}

	.revelatl-navbar .navbar-toggle .icon-bar + .icon-bar {
		margin-top: 0;
	}
}

@media (max-width: 782px) {
	.revelatl-navbar .header-inner {
		grid-template-columns: minmax(0, 1fr) auto;
		padding-top: 0;
	}

	.revelatl-navbar .header-navigation-wrapper {
		display: none;
		padding-top: 0;
	}

	.revelatl-navbar .header-widgets-wrapper {
		grid-column: 2;
		padding-top: 0;
	}

	.revelatl-navbar .navbar-toggle {
		display: inline-flex;
	}

	.revelatl-footer {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"brand"
			"contact"
			"legal";
		gap: 0.75rem;
	}

	.site-footer {
		margin-top: 2rem;
	}

	.site-footer .site-info {
		padding: 1.35rem 1rem 1rem;
	}

	.revelatl-footer__brand {
		grid-area: brand;
		max-width: none;
		justify-items: center;
		text-align: center;
		gap: 0.65rem;
		padding: 0;
		border-radius: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.revelatl-footer__brand p {
		font-size: 0.76rem;
		line-height: 1.2;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.revelatl-footer__logo {
		justify-content: center;
		margin-bottom: 0;
	}

	.revelatl-footer__logo-image {
		width: min(100%, 138px);
	}

	.revelatl-footer__social {
		justify-content: center;
		gap: 0.55rem;
	}

	.revelatl-footer__social-link {
		width: 38px;
		height: 38px;
	}

	.revelatl-footer__column {
		padding: 0;
		border-radius: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
		justify-items: center;
		text-align: center;
	}

	.revelatl-footer__column:nth-child(2) {
		grid-area: contact;
	}

	.revelatl-footer__column:nth-child(3) {
		grid-area: navigation;
		display: none;
	}

	.revelatl-footer__column:nth-child(4) {
		grid-area: legal;
	}

	.revelatl-footer__eyebrow {
		display: none;
	}

	.revelatl-footer__links {
		display: flex;
		justify-content: center;
		gap: 0.45rem 0.8rem;
	}

	.revelatl-footer__links a,
	.revelatl-footer__link-disabled {
		font-size: 0.78rem;
		line-height: 1.35;
	}

	.revelatl-footer__column:nth-child(2) .revelatl-footer__links li:first-child {
		display: none;
	}

	.revelatl-footer__column:nth-child(4) .revelatl-footer__links {
		gap: 0.35rem 0.75rem;
	}

	.revelatl-footer__brands-row {
		display: none;
	}

	.revelatl-footer__meta {
		margin-top: 0.8rem;
		padding-top: 0.75rem;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.35rem;
		font-size: 0.75rem;
	}

	.revelatl-footer__legal {
		justify-content: center;
	}
}

@media (max-width: 520px) {
	.revelatl-footer {
		grid-template-columns: 1fr;
		grid-template-areas:
			"brand"
			"contact"
			"legal";
	}

	.site-footer .site-info {
		padding-inline: 0.9rem;
	}

	.revelatl-footer__links {
		gap: 0.38rem 0.65rem;
	}

	.revelatl-footer__links a,
	.revelatl-footer__link-disabled {
		font-size: 0.76rem;
	}

	.revelatl-footer__social-image {
		width: 21px;
		height: 21px;
	}

	.revelatl-footer__brand-mark {
		min-height: 52px;
	}
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
	content: none !important;
	display: none !important;
}

.woocommerce-account #customer_login > .u-column1,
.woocommerce-account #customer_login > .u-column2 {
	display: grid;
	grid-template-rows: auto 1fr;
	align-content: start;
	min-width: 0;
	width: 100% !important;
	max-width: none;
	float: none !important;
	clear: none !important;
	margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 1.65rem;
	border: 1px solid var(--revelatl-border);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: var(--revelatl-shadow-soft);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
	margin-top: 0.6rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 0.7rem 0.85rem;
	border-radius: 16px;
	background: rgba(244, 238, 229, 0.72);
	color: #566652;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
	background: rgba(214, 221, 209, 0.56);
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3,
.woocommerce-cart .woocommerce h2,
.woocommerce-checkout .woocommerce h3 {
	font-family: var(--revelatl-serif);
	color: #31372f;
}

.woocommerce-account .entry-header {
	display: none;
}

.woocommerce-checkout .entry-header {
	display: none;
}

.woocommerce-account .entry-title {
	font-family: var(--revelatl-sans);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #7a8675;
}

.woocommerce-checkout .woocommerce {
	padding-top: 0.8rem;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
	max-width: 1120px;
	margin: 0 auto 1rem;
	padding: 0 1.5rem;
}

.woocommerce-checkout .woocommerce-form-login-toggle {
	max-width: 1120px;
	margin: 0 auto 0.8rem;
	padding: 0 1.5rem;
}

body.logged-in.woocommerce-checkout .woocommerce-form-login-toggle {
	display: none !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
	margin: 0;
	padding: 0.62rem 0.85rem;
	border: 1px solid rgba(127, 145, 128, 0.12);
	border-radius: 16px;
	background: rgba(250, 248, 244, 0.72);
	box-shadow: none;
	color: rgba(89, 97, 87, 0.72);
	font-size: 0.82rem;
	line-height: 1.55;
}

.woocommerce-checkout .woocommerce-form-login-toggle .showlogin {
	color: #72846f;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.woocommerce-checkout .revelatl-login-toggle {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.75rem;
}

.woocommerce-checkout .revelatl-login-toggle .showlogin {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.72rem;
	border: 1px solid rgba(127, 145, 128, 0.14);
	border-radius: 999px;
	background: rgba(250, 248, 244, 0.78);
	box-shadow: 0 10px 24px rgba(110, 108, 94, 0.06);
	color: #5f6f5a;
	font-size: 0.78rem;
	line-height: 1;
	text-decoration: none;
}

.woocommerce-checkout .revelatl-login-toggle .showlogin span {
	color: rgba(89, 97, 87, 0.72);
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-checkout .revelatl-login-toggle .showlogin strong {
	display: inline-flex;
	padding: 0.28rem 0.5rem;
	border-radius: 999px;
	background: rgba(114, 132, 111, 0.14);
	color: #43533f;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-checkout .woocommerce form.login {
	max-width: 760px;
	margin: 0 auto 1rem;
	padding: 1rem;
	border-radius: 20px;
}

.woocommerce-checkout .woocommerce form.checkout.revelatl-checkout-flow {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.revelatl-checkout-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.82fr);
	gap: 1.45rem;
	align-items: start;
}

.revelatl-checkout-main,
.revelatl-checkout-aside {
	min-width: 0;
}

.revelatl-checkout-customer {
	width: 100%;
	margin: 0;
	padding: 1.65rem;
	border: 1px solid var(--revelatl-border);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 247, 241, 0.78)),
		rgba(255, 255, 255, 0.76);
	box-shadow: var(--revelatl-shadow-soft);
}

.revelatl-checkout-customer::before,
.revelatl-checkout-customer::after {
	content: none !important;
	display: none !important;
}

.revelatl-checkout-customer .col-1,
.revelatl-checkout-customer .col-2 {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	margin: 0;
}

.revelatl-checkout-customer .col-2:empty {
	display: none;
}

.revelatl-checkout-aside {
	position: sticky;
	top: 106px;
	padding: 1.25rem;
	border: 1px solid rgba(114, 132, 111, 0.22);
	border-radius: 32px;
	background:
		radial-gradient(circle at 12% 0%, rgba(214, 221, 209, 0.82), transparent 38%),
		radial-gradient(circle at 100% 18%, rgba(183, 165, 148, 0.34), transparent 34%),
		linear-gradient(160deg, rgba(250, 248, 244, 0.96), rgba(237, 229, 218, 0.92));
	box-shadow: 0 28px 64px rgba(94, 104, 90, 0.16);
}

.revelatl-checkout-aside__header {
	padding: 0.35rem 0.25rem 1rem;
}

.revelatl-payment-heading span {
	display: inline-flex;
	margin-bottom: 0.55rem;
	font-family: var(--revelatl-sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #72846f;
}

.revelatl-checkout-aside__header h3,
.revelatl-payment-heading h3 {
	margin: 0;
	font-size: clamp(1.55rem, 2.3vw, 2.05rem);
	line-height: 1.03;
	color: #263228;
}

.revelatl-checkout-aside__header p,
.revelatl-payment-heading p {
	max-width: 28rem;
	margin: 0.7rem 0 0;
	color: #5f675b;
	font-size: 0.94rem;
	line-height: 1.65;
}

.revelatl-checkout-billing {
	display: grid;
	gap: 1.8rem;
}

.revelatl-checkout-section {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.revelatl-checkout-section + .revelatl-checkout-section {
	margin-top: 0;
	padding-top: 1.7rem;
	border-top: 1px solid rgba(127, 145, 128, 0.18);
}

.revelatl-checkout-section__eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.6rem;
	font-family: var(--revelatl-sans);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #7d8674;
}

.revelatl-checkout-section h3 {
	margin: 0 0 0.45rem;
	font-size: clamp(1.5rem, 2.5vw, 1.9rem);
	line-height: 1.08;
}

.revelatl-checkout-section__copy {
	max-width: 40rem;
	margin: 0 0 1.25rem;
	font-size: 0.95rem;
	line-height: 1.75;
	color: #676153;
}

.revelatl-checkout-contact-address {
	display: grid;
	gap: 0.28rem;
	margin-top: 0.35rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(127, 145, 128, 0.16);
	border-radius: 8px;
	background: rgba(250, 248, 244, 0.74);
	color: #50594c;
}

.revelatl-checkout-contact-address__label {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
	color: #7d8674;
}

.revelatl-checkout-contact-address__value,
.revelatl-checkout-contact-address__empty {
	font-size: 0.96rem;
	line-height: 1.55;
	letter-spacing: 0;
	color: #374231;
}

.revelatl-checkout-contact-address__empty {
	font-weight: 600;
	color: #7a6656;
}

.revelatl-checkout-contact-address small {
	font-size: 0.78rem;
	line-height: 1.5;
	color: #6c7468;
}

.revelatl-checkout-toggle-wrap {
	margin: 0 0 1.2rem;
	padding: 1rem 1.1rem;
	border: 1px solid rgba(127, 145, 128, 0.16);
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(244, 238, 229, 0.8)),
		rgba(244, 238, 229, 0.62);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.revelatl-checkout-toggle label.checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	font-weight: 600;
	color: #50594c;
	letter-spacing: 0;
	text-transform: none;
	font-size: 0.97rem;
	line-height: 1.55;
}

.revelatl-checkout-toggle input[type="checkbox"] {
	margin-top: 0.28rem;
}

.revelatl-checkout-toggle .optional {
	display: none;
}

.revelatl-billing-manual-fields[hidden],
.revelatl-billing-manual-fields.is-hidden {
	display: none !important;
}

.revelatl-billing-manual-fields {
	margin-top: 0.35rem;
}

.revelatl-checkout-billing .woocommerce-billing-fields__field-wrapper:not([hidden]) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 1rem;
	row-gap: 0.35rem;
}

.revelatl-checkout-billing .woocommerce-billing-fields__field-wrapper:not([hidden]) .form-row-wide {
	grid-column: 1 / -1;
}

.revelatl-checkout-billing .form-row {
	float: none !important;
	width: auto !important;
	margin-bottom: 0.65rem;
}

.revelatl-checkout-billing label {
	display: inline-flex;
	align-items: baseline;
	gap: 0.18rem;
	margin-bottom: 0.38rem;
	color: #465142;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.revelatl-checkout-billing label .required {
	color: #9f6b51;
	font-size: 0.95em;
	line-height: 1;
}

.revelatl-checkout-billing label .optional {
	display: none;
}

.revelatl-checkout-billing input.input-text,
.revelatl-checkout-billing select,
.revelatl-checkout-billing .select2-container .select2-selection--single {
	min-height: 48px;
	border-color: rgba(127, 145, 128, 0.18);
	border-radius: 16px;
	background-color: rgba(255, 255, 255, 0.78);
	color: #303a2e;
}

.revelatl-checkout-billing input[readonly] {
	background:
		linear-gradient(180deg, rgba(250, 248, 244, 0.86), rgba(244, 238, 229, 0.68));
	color: #4d584b;
}

.revelatl-checkout-billing .form-row.revelatl-checkout-field-locked .description {
	display: block;
	margin-top: 0.45rem;
	color: #6b7568;
	font-size: 0.76rem;
	line-height: 1.45;
}

.revelatl-checkout-billing .form-row.revelatl-checkout-field-needs-input .description {
	display: block;
	margin-top: 0.45rem;
	color: #8b5f47;
	font-size: 0.76rem;
	line-height: 1.45;
}

.revelatl-checkout-secondary,
.revelatl-checkout-account-fields {
	display: grid;
	gap: 0.9rem;
}

.revelatl-checkout-secondary {
	margin-top: 0.3rem;
}

.revelatl-checkout-secondary .mailpoet_text,
.revelatl-checkout-secondary .mailpoet_paragraph,
.revelatl-checkout-secondary .mailpoet_submit {
	margin: 0;
}

.revelatl-checkout-secondary .mailpoet_checkbox_label,
.revelatl-checkout-account-fields label.checkbox {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-size: 0.94rem;
	line-height: 1.65;
	color: #5d6557;
}

.revelatl-checkout-secondary .revelatl-checkout-optin-copy {
	display: grid;
	gap: 0.18rem;
}

.revelatl-checkout-secondary .revelatl-checkout-optin-label {
	display: block;
}

.revelatl-checkout-secondary .revelatl-checkout-optin-note {
	display: block;
	color: #7b8476;
	font-size: 0.77rem;
	line-height: 1.45;
}

.revelatl-checkout-secondary input[type="checkbox"],
.revelatl-checkout-account-fields input[type="checkbox"] {
	margin-top: 0.28rem;
}

.revelatl-checkout-account-note {
	margin: 0.85rem 0 0;
	padding: 1rem 1.1rem;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(248, 244, 238, 0.8), rgba(244, 238, 229, 0.62));
	border: 1px solid rgba(127, 145, 128, 0.14);
	font-size: 0.92rem;
	line-height: 1.72;
	color: #696457;
}

.revelatl-checkout-account-fields .create-account {
	margin: 0;
	padding: 1rem 1.1rem;
	border-radius: 20px;
	border: 1px solid rgba(127, 145, 128, 0.14);
	background: rgba(250, 248, 244, 0.82);
}

.revelatl-checkout-account-fields .form-row:last-child {
	margin-bottom: 0;
}

.revelatl-order-review {
	display: grid;
	gap: 0.9rem;
}

.revelatl-order-details {
	border: 1px solid rgba(127, 145, 128, 0.16);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.56);
	overflow: hidden;
}

.revelatl-order-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.95rem 1rem;
	cursor: pointer;
	color: #333c31;
	font-weight: 700;
	list-style: none;
}

.revelatl-order-details summary::-webkit-details-marker {
	display: none;
}

.revelatl-order-details summary::after {
	content: "+";
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 999px;
	background: rgba(114, 132, 111, 0.16);
	color: #5e6f5a;
	font-size: 1.1rem;
	line-height: 1;
}

.revelatl-order-details[open] summary::after {
	content: "-";
}

.revelatl-order-details summary strong {
	margin-left: auto;
	color: #72846f;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-checkout .revelatl-order-items-table,
.woocommerce-checkout .revelatl-order-totals-table {
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent;
}

.woocommerce-checkout .revelatl-order-items-table {
	padding: 0 1rem 1rem;
}

.woocommerce-checkout .revelatl-order-items-table thead {
	display: none;
}

.woocommerce-checkout .revelatl-order-items-table tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.25rem;
	align-items: baseline;
	padding: 0.72rem 0;
	border-bottom: 1px solid rgba(127, 145, 128, 0.12);
}

.woocommerce-checkout .revelatl-order-totals-table tr {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: baseline;
	padding: 0.72rem 0;
	border-bottom: 1px solid rgba(127, 145, 128, 0.12);
}

.woocommerce-checkout .revelatl-order-items-table tr:last-child,
.woocommerce-checkout .revelatl-order-totals-table tr:last-child {
	border-bottom: 0;
}

.woocommerce-checkout .revelatl-order-items-table td,
.woocommerce-checkout .revelatl-order-totals-table th,
.woocommerce-checkout .revelatl-order-totals-table td {
	padding: 0;
	border: 0;
	background: transparent;
	color: #4d584b;
	font-size: 0.94rem;
	line-height: 1.5;
}

.woocommerce-checkout .revelatl-order-items-table .product-name {
	min-width: 0;
}

.woocommerce-checkout .revelatl-order-items-table .product-total {
	justify-self: center;
	display: grid;
	justify-items: center;
	gap: 0.08rem;
	text-align: center;
	white-space: normal;
	overflow: visible;
	padding-left: 0;
	color: #6b7568;
	font-size: 0.88rem;
}

.woocommerce-checkout .revelatl-order-items-table .product-total .revelatl-order-item-price-label {
	color: #8a9584;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.1;
	text-transform: uppercase;
}

.woocommerce-checkout .revelatl-order-items-table .product-total .revelatl-order-item-price-value {
	color: #4d584b;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.25;
}

.woocommerce-checkout .revelatl-order-items-table .product-total .woocommerce-Price-amount,
.woocommerce-checkout .revelatl-order-items-table .product-total .woocommerce-Price-amount bdi {
	display: inline-block;
	white-space: nowrap;
}

.woocommerce-checkout .revelatl-order-items-table .product-total .woocommerce-Price-currencySymbol {
	display: inline;
	line-height: inherit;
	padding-left: 0;
}

.woocommerce-checkout .revelatl-order-totals-table {
	padding: 0.2rem 1rem 0.35rem;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.7);
}

.woocommerce-checkout .revelatl-order-totals-table .order-total {
	margin-top: 0.2rem;
	padding: 0.95rem 0 0.55rem;
	border-top: 1px solid rgba(67, 74, 66, 0.18);
	border-bottom: 0;
}

.woocommerce-checkout .revelatl-order-totals-table .order-total th,
.woocommerce-checkout .revelatl-order-totals-table .order-total td {
	color: #263228;
	font-family: var(--revelatl-serif);
	font-size: 1.35rem;
	font-weight: 600;
	letter-spacing: -0.03em;
}

.revelatl-checkout-payment {
	margin-top: 0.95rem;
	padding: 1rem;
	border: 1px solid rgba(114, 132, 111, 0.2);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 243, 237, 0.78)),
		rgba(255, 255, 255, 0.72);
}

.revelatl-payment-heading {
	margin-bottom: 0.85rem;
}

.revelatl-payment-heading h3 {
	font-size: 1.35rem;
}

.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	column-gap: 0.62rem;
	align-items: center;
	margin: 0 0 0.5rem;
	padding: 0.72rem 0.78rem;
	border: 1px solid rgba(127, 145, 128, 0.16);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(244, 238, 229, 0.82));
	color: #465142;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method:has(input:checked) {
	border-color: rgba(114, 132, 111, 0.48);
	background:
		radial-gradient(circle at 100% 0%, rgba(183, 165, 148, 0.34), transparent 36%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(214, 221, 209, 0.58));
	box-shadow: 0 12px 24px rgba(94, 104, 90, 0.12);
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > input {
	width: 1.1rem;
	height: 1.1rem;
	margin: 0;
	accent-color: #72846f;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method > label {
	display: inline-flex;
	align-items: center;
	gap: 0.58rem;
	font-weight: 700;
	color: #303a2e;
	cursor: pointer;
}

.revelatl-payment-method__icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 2.05rem;
	height: 1.48rem;
	border-radius: 7px;
}

.revelatl-payment-method__icon--card {
	background: linear-gradient(135deg, #17336e, #315cbb);
	box-shadow: 0 8px 18px rgba(23, 51, 110, 0.18);
}

.revelatl-payment-method__icon--card::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0.38rem;
	height: 0.24rem;
	background: rgba(255, 255, 255, 0.78);
}

.revelatl-payment-method__icon--card::after {
	content: "";
	position: absolute;
	right: 0.32rem;
	bottom: 0.28rem;
	width: 0.62rem;
	height: 0.14rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
}

.revelatl-payment-method__icon--bizum {
	background: linear-gradient(135deg, #00a86b, #58c63a);
	box-shadow: 0 8px 18px rgba(0, 168, 107, 0.16);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.revelatl-payment-method__icon--bizum::before {
	content: "Bizum";
	transform: scale(0.78);
}

.revelatl-payment-method__title {
	line-height: 1.2;
}

.woocommerce-checkout #payment div.payment_box {
	grid-column: 1 / -1;
	margin: 0.75rem 0 0;
	padding: 0.8rem 0.9rem;
	border-radius: 16px;
	background: rgba(214, 221, 209, 0.38);
	color: #596157;
	font-size: 0.9rem;
	line-height: 1.62;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: rgba(214, 221, 209, 0.38);
}

.woocommerce-checkout .revelatl-place-order {
	margin: 1rem 0 0;
	padding: 0;
}

.woocommerce-checkout #payment #place_order {
	float: none;
	width: 100%;
	margin: 0;
	padding: 1rem 1.25rem;
	border: 0;
	border-radius: 18px;
	background:
		linear-gradient(135deg, #72846f 0%, #43533f 55%, #263228 100%);
	box-shadow: 0 18px 36px rgba(67, 83, 63, 0.26);
	color: #fff;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout #payment #place_order:focus {
	transform: translateY(-1px);
	box-shadow: 0 24px 44px rgba(67, 83, 63, 0.32);
	filter: saturate(1.08);
}

.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 0.85rem;
	color: #687262;
	font-size: 0.82rem;
	line-height: 1.55;
}

.revelatl-account-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 1.5rem;
	align-items: stretch;
	margin-bottom: 1.9rem;
	padding: 1.5rem;
	border: 1px solid rgba(127, 145, 128, 0.14);
	border-radius: 32px;
	background:
		radial-gradient(circle at top left, rgba(214, 221, 209, 0.4), transparent 48%),
		rgba(255, 255, 255, 0.72);
	box-shadow: 0 26px 56px rgba(121, 136, 120, 0.12);
}

.revelatl-account-intro__content {
	padding: 0.45rem 0.2rem 0.2rem;
}

.revelatl-account-intro__content h2 {
	max-width: 16ch;
	margin: 0;
	font-size: clamp(2rem, 3.6vw, 3.35rem);
	line-height: 1.04;
}

.revelatl-account-intro__content p {
	max-width: 34rem;
	margin: 1rem 0 0;
	color: #5e685d;
	font-size: 1rem;
	line-height: 1.85;
}

.revelatl-account-intro__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1.35rem 0 0;
	padding: 0;
	list-style: none;
}

.revelatl-account-intro__benefits li {
	padding: 0.72rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(127, 145, 128, 0.14);
	background: rgba(247, 243, 237, 0.88);
	color: #5a6558;
	font-size: 0.9rem;
	line-height: 1.45;
}

.revelatl-account-intro__visual {
	position: relative;
	margin: 0;
	min-height: 260px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(84, 96, 83, 0.12);
	background: rgba(247, 243, 237, 0.82);
}

.revelatl-account-intro__visual-panel {
	position: absolute;
	inset: 1rem;
	background: rgba(255, 255, 255, 0.92);
}

.revelatl-account-intro__visual img {
	position: absolute;
	display: block;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.12));
}

.revelatl-account-intro__visual-main {
	left: 1rem;
	right: 6.5rem;
	bottom: 0.8rem;
	width: auto;
	max-height: 80%;
}

.revelatl-account-intro__visual-side {
	right: 0.8rem;
	bottom: 1rem;
	width: min(42%, 180px);
}

.revelatl-account-panel-copy {
	margin: 0 0 1rem;
	color: #65705f;
	font-size: 0.98rem;
	line-height: 1.7;
}

.revelatl-label-print-shell {
	display: grid;
	gap: 1rem;
	margin-top: 1.2rem;
}

.revelatl-label-print-actions {
	display: grid;
	gap: 0.75rem;
	justify-items: start;
	padding: 1.15rem 1.2rem;
	border: 1px solid rgba(127, 145, 128, 0.14);
	border-radius: 24px;
	background: rgba(244, 238, 229, 0.58);
}

.revelatl-label-print-trigger {
	min-width: 15rem;
}

.revelatl-label-print-help {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.68;
	color: #667061;
}

.revelatl-shipping-label {
	max-width: 520px;
	padding: 1.5rem;
	border: 1px solid rgba(67, 74, 66, 0.16);
	border-radius: 24px;
	background: #fffdf9;
	box-shadow: 0 18px 36px rgba(112, 122, 109, 0.1);
}

.revelatl-shipping-label__eyebrow {
	display: inline-flex;
	margin-bottom: 0.95rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #879280;
}

.revelatl-shipping-label__name {
	display: block;
	margin-bottom: 0.85rem;
	font-family: var(--revelatl-serif);
	font-size: 1.9rem;
	line-height: 1.08;
	color: #252b24;
}

.revelatl-shipping-label__line {
	margin: 0.42rem 0 0;
	color: #404840;
	font-size: 1rem;
	line-height: 1.65;
}

.revelatl-shipping-label__line span {
	font-weight: 700;
	color: #252b24;
}

.revelatl-account-dashboard-intro {
	margin-bottom: 1.4rem;
	padding: 1.3rem 1.35rem;
	border-radius: 24px;
	background: rgba(244, 238, 229, 0.72);
	border: 1px solid rgba(127, 145, 128, 0.12);
}

.revelatl-account-dashboard-intro h2 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(1.85rem, 3vw, 2.6rem);
	line-height: 1.08;
}

.revelatl-account-dashboard-intro p {
	max-width: 40rem;
	margin: 0.9rem 0 0;
}

.revelatl-account-quicklinks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 1.65rem;
}

.revelatl-account-quicklinks__card {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1.25rem;
	border: 1px solid rgba(127, 145, 128, 0.12);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(121, 136, 120, 0.1);
	color: #4f5a4d;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.revelatl-account-quicklinks__card:hover,
.revelatl-account-quicklinks__card:focus {
	transform: translateY(-2px);
	border-color: rgba(127, 145, 128, 0.22);
	box-shadow: 0 22px 40px rgba(121, 136, 120, 0.14);
	text-decoration: none;
}

.revelatl-account-quicklinks__eyebrow {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a9584;
}

.revelatl-account-quicklinks__card strong {
	font-family: var(--revelatl-serif);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.15;
	color: #31372f;
}

.revelatl-account-quicklinks__card span:last-child {
	color: #667061;
	font-size: 0.95rem;
	line-height: 1.7;
}

.woocommerce-account .woocommerce form.login h2,
.woocommerce-account .woocommerce form.register h2 {
	margin-bottom: 0.85rem;
}

.woocommerce-account #customer_login > .u-column1 > h2,
.woocommerce-account #customer_login > .u-column2 > h2 {
	display: flex;
	align-items: flex-end;
	min-height: 2.4rem;
	margin: 0 0 0.95rem;
	line-height: 1.08;
}

.woocommerce-account #customer_login > .u-column1 > form,
.woocommerce-account #customer_login > .u-column2 > form {
	align-self: stretch;
	margin-top: 0;
}

.woocommerce-account .woocommerce form.login label,
.woocommerce-account .woocommerce form.register label,
.woocommerce-account .woocommerce-MyAccount-content label,
.woocommerce-checkout .woocommerce label {
	color: #52604f;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.woocommerce-account .woocommerce-LostPassword {
	margin-top: 0.85rem;
}

.woocommerce-account .woocommerce-LostPassword a {
	color: #75826f;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.woocommerce-account .woocommerce-order-details .shop_table.order_details td:last-child,
.woocommerce-account .woocommerce-order-details .shop_table.order_details .product-total,
.woocommerce-account .woocommerce-order-details .shop_table.order_details tfoot td {
	text-align: right;
	white-space: nowrap;
	overflow: visible;
}

.woocommerce-account .woocommerce-order-details .shop_table.order_details .woocommerce-Price-amount,
.woocommerce-account .woocommerce-order-details .shop_table.order_details .woocommerce-Price-amount bdi {
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 0.16rem;
	white-space: nowrap;
}

.woocommerce-account .woocommerce-order-details .shop_table.order_details .woocommerce-Price-currencySymbol {
	display: inline-block;
	flex: 0 0 auto;
	line-height: 1;
	padding-left: 0.02em;
}

.woocommerce-account .woocommerce-form-login .form-row:last-child,
.woocommerce-account .woocommerce-form-register .form-row:last-child {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-privacy-policy-text {
	font-size: 0.95rem;
	line-height: 1.7;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	padding: 0.95rem 1rem;
	border: 1px solid rgba(117, 129, 112, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.85);
	color: #485147;
}

.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button,
.woocommerce-cart .wc-proceed-to-checkout .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 999px;
	background: linear-gradient(180deg, #80927e 0%, #74866f 100%);
	color: #fff;
	border: 1px solid rgba(111, 126, 110, 0.22);
	box-shadow: 0 18px 34px rgba(113, 129, 114, 0.16);
}

.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-account .woocommerce-form-login .button:hover,
.woocommerce-account .woocommerce-form-register .button:hover,
.woocommerce-cart .wc-proceed-to-checkout .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: linear-gradient(180deg, #74866f 0%, #677962 100%);
	color: #fff;
}

.revelatl-account-address-summary {
	display: grid;
	gap: 1.2rem;
	padding: 1.35rem;
	border: 1px solid rgba(127, 145, 128, 0.12);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 16px 34px rgba(121, 136, 120, 0.1);
}

.revelatl-account-address-summary__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.revelatl-account-address-summary__copy {
	max-width: 36rem;
}

.revelatl-account-address-summary__eyebrow {
	display: inline-block;
	margin-bottom: 0.45rem;
	color: #8a9584;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.revelatl-account-address-summary__copy h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2.4vw, 2rem);
	line-height: 1.08;
}

.revelatl-account-address-summary__copy p {
	margin: 0.75rem 0 0;
	color: #65705f;
	font-size: 0.96rem;
	line-height: 1.72;
}

.revelatl-account-address-summary__action {
	flex: 0 0 auto;
	white-space: nowrap;
}

.revelatl-account-address-summary__rows {
	display: grid;
	gap: 0.85rem;
}

.revelatl-account-address-row {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1rem 1.05rem;
	border-radius: 20px;
	background: rgba(244, 238, 229, 0.62);
	border: 1px solid rgba(127, 145, 128, 0.1);
}

.revelatl-account-address-row--stacked {
	grid-template-columns: 1fr;
	gap: 0.5rem;
}

.revelatl-account-address-row__label {
	color: #8a9584;
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.revelatl-account-address-row__value {
	min-width: 0;
	color: #3f463d;
	font-size: 0.98rem;
	line-height: 1.75;
	word-break: break-word;
}

.revelatl-account-address-row__value br {
	display: block;
	content: "";
	margin-top: 0.15rem;
}

.revelatl-account-address-empty {
	color: #7a7465;
}

.revelatl-account-address-form__intro {
	margin-bottom: 1.2rem;
	padding: 1.3rem 1.35rem;
	border-radius: 24px;
	background: rgba(244, 238, 229, 0.72);
	border: 1px solid rgba(127, 145, 128, 0.12);
}

.revelatl-account-address-form__intro h2 {
	margin: 0;
	font-size: clamp(1.85rem, 3vw, 2.45rem);
	line-height: 1.08;
}

.revelatl-account-address-form__intro .revelatl-account-panel-copy {
	max-width: 42rem;
	margin: 0.9rem 0 0;
}

.revelatl-account-address-form .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.revelatl-account-address-form .woocommerce-address-fields__field-wrapper .form-row {
	float: none;
	width: auto;
	margin: 0;
}

.revelatl-account-address-form .woocommerce-address-fields__field-wrapper .form-row-wide,
.revelatl-account-address-form .woocommerce-address-fields__field-wrapper #billing_country_field,
.revelatl-account-address-form .woocommerce-address-fields__field-wrapper #billing_address_1_field,
.revelatl-account-address-form .woocommerce-address-fields__field-wrapper #billing_address_2_field {
	grid-column: 1 / -1;
}

.revelatl-account-address-form .woocommerce-address-fields__field-wrapper .description {
	display: block;
	margin-top: 0.45rem;
	color: #7a7465;
	font-size: 0.78rem;
	line-height: 1.5;
}

.revelatl-account-address-form__actions {
	margin: 1.2rem 0 0;
}

@media (max-width: 900px) {
	.revelatl-page-grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-account .u-columns {
		grid-template-columns: 1fr;
	}

	.revelatl-account-intro {
		grid-template-columns: 1fr;
	}

	.revelatl-account-quicklinks {
		grid-template-columns: 1fr;
	}

	.revelatl-account-address-form .woocommerce-address-fields__field-wrapper {
		grid-template-columns: 1fr;
	}

	.revelatl-account-address-summary__header,
	.revelatl-account-address-row {
		grid-template-columns: 1fr;
	}

	.revelatl-account-address-summary__header {
		display: grid;
	}

	.revelatl-account-address-summary__action {
		justify-self: start;
	}
}

@media (max-width: 782px) {
	html,
	body {
		overflow-x: hidden;
	}

	.site-header {
		background: rgba(247, 243, 237, 0.95);
	}

	.revelatl-checkout-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 1rem;
	}

	.revelatl-checkout-customer,
	.revelatl-checkout-aside {
		padding: 0.95rem;
		border-radius: 18px;
	}

	.revelatl-checkout-aside {
		position: static;
	}

	.woocommerce-checkout .revelatl-order-items-table tr,
	.woocommerce-checkout .revelatl-order-totals-table tr {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.25rem;
	}

	.woocommerce-checkout .revelatl-order-items-table td:last-child,
	.woocommerce-checkout .revelatl-order-totals-table td {
		justify-self: start;
	}

	.revelatl-checkout-billing .woocommerce-billing-fields__field-wrapper:not([hidden]) {
		grid-template-columns: minmax(0, 1fr);
	}

	.revelatl-checkout-toggle-wrap,
	.revelatl-checkout-account-note,
	.revelatl-checkout-account-fields .create-account {
		padding: 0.95rem 1rem;
	}

	.woocommerce-checkout .form-row label,
	.woocommerce-checkout label.checkbox,
	.woocommerce-account .form-row label {
		font-size: 0.74rem;
		line-height: 1.45;
		letter-spacing: 0.08em;
	}

	.revelatl-checkout-secondary .mailpoet_checkbox_label,
	.revelatl-checkout-secondary .mailpoet_checkbox_label span {
		font-size: 0.9rem;
		line-height: 1.55;
		letter-spacing: 0;
		text-transform: none;
	}

	.revelatl-order-details summary {
		gap: 0.55rem;
		padding: 0.85rem;
	}

	.revelatl-order-details summary span {
		min-width: 0;
		font-size: 0.98rem;
		line-height: 1.2;
	}

	.revelatl-order-details summary strong {
		margin-left: 0;
		font-size: 0.68rem;
		white-space: nowrap;
	}

	.revelatl-header-brand {
		position: static;
		max-width: 202px;
		margin-right: 0.6rem;
		transform: none;
	}

	.revelatl-header-brand__logo {
		width: min(100%, 158px);
	}

	.revelatl-navbar .header-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 70px;
		column-gap: 0;
		padding-top: 0;
	}

	.revelatl-navbar .header-widgets-wrapper {
		display: flex !important;
		flex: 0 0 auto;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		width: auto;
		min-width: 0;
		gap: 0.45rem;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 20;
		transform: translateY(-50%);
		overflow: visible;
		padding-top: 0;
	}

	.revelatl-header-cart {
		width: 38px;
		height: 38px;
		flex: 0 0 38px;
	}

	.revelatl-header-cart img {
		width: 38px;
		height: 38px;
	}

	.revelatl-header-actions {
		gap: 0.45rem;
		margin-right: 0.55rem;
	}

	.revelatl-header-action {
		font-size: 0.62rem;
		letter-spacing: 0.08em;
	}

	.revelatl-navbar .header-navigation-wrapper {
		display: none;
		padding-top: 0;
	}

	.revelatl-navbar .navbar-toggle {
		display: inline-flex !important;
		visibility: visible;
		opacity: 1;
		flex: 0 0 42px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 42px;
		height: 42px;
		padding: 0;
		border-radius: 999px;
		border: 1px solid rgba(117, 128, 112, 0.12);
		background: rgba(255, 255, 255, 0.74);
		box-shadow: 0 10px 22px rgba(119, 108, 92, 0.08);
	}

	.revelatl-navbar .navbar-toggle .screen-reader-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.revelatl-navbar .navbar-toggle .icon-bar {
		display: block;
		width: 19px;
		height: 2px;
		margin: 0;
		border-radius: 999px;
		background-color: #66725f;
		transition: transform 0.22s ease, opacity 0.22s ease, width 0.22s ease;
	}

	.revelatl-navbar .navbar-toggle .icon-bar + .icon-bar {
		margin-top: 0;
	}

	.side-nav .mobile-menu-wrapper .navbar-nav,
	.side-nav .mobile-menu-wrapper .nav {
		display: block !important;
		margin: 0;
		padding: 0;
	}

	.side-nav .mobile-menu-wrapper .nav > li {
		display: block;
		margin: 0;
		padding: 0.35rem 0;
		border-bottom: 1px solid rgba(76, 83, 74, 0.14);
	}

	.side-nav .mobile-menu-wrapper .nav > li > a {
		display: flex;
		align-items: center;
		min-height: 42px;
		color: #4c534a !important;
		font-family: Montserrat, var(--revelatl-sans);
		font-size: 0.92rem;
		font-weight: 650;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		text-decoration: none !important;
	}

	.side-nav .mobile-menu-wrapper .nav > li.current-menu-item > a,
	.side-nav .mobile-menu-wrapper .nav > li.current_page_item > a,
	.side-nav .mobile-menu-wrapper .nav > li > a:hover,
	.side-nav .mobile-menu-wrapper .nav > li > a:focus {
		color: #1f1c18 !important;
	}

	.navbar-nav li a {
		color: #f4efe7;
	}

	.revelatl-home-cart-reminder {
		flex-direction: column;
		align-items: flex-start;
	}

	.woocommerce-account .woocommerce,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce {
		padding: 1rem 0.75rem 3.4rem;
	}

	.revelatl-account-intro {
		padding: 0.9rem;
		border-radius: 18px;
		gap: 1rem;
	}

	.revelatl-account-intro__content h2,
	.revelatl-account-dashboard-intro h2,
	.revelatl-account-address-form__intro h2,
	.revelatl-account-address-summary__copy h2 {
		max-width: none;
		font-size: clamp(1.55rem, 6.8vw, 2.05rem);
		line-height: 1.12;
		text-wrap: balance;
	}

	.revelatl-account-intro__benefits {
		gap: 0.55rem;
		margin-top: 1rem;
	}

	.revelatl-account-intro__benefits li {
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.45;
		border-radius: 14px;
	}

	.revelatl-account-intro__visual {
		min-height: 210px;
	}

	.revelatl-account-intro__visual-main {
		right: 4.8rem;
	}

	.revelatl-account-intro__visual-side {
		width: min(42%, 120px);
	}

	.revelatl-account-panel-copy {
		font-size: 0.94rem;
		line-height: 1.62;
	}

	body.page-id-17 .revelatl-page-shell,
	body.page-id-18 .revelatl-page-shell {
		padding: 1rem 1rem 3.2rem;
	}

	.revelatl-page-shell {
		width: min(100% - 1.25rem, 100%);
		padding: 1.05rem 0 3.2rem;
	}

	.revelatl-page-shell h1 {
		max-width: 100%;
		font-size: clamp(1.95rem, 8vw, 2.55rem);
		line-height: 1.12;
		text-wrap: balance;
	}

	.revelatl-camaras-catalog__grid ul.products {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.revelatl-page-intro {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.65;
	}

	.revelatl-page-card {
		padding: 1.05rem;
		border-radius: 18px;
	}

	.revelatl-page-card h2,
	.revelatl-page-card h3 {
		font-size: 1.18rem;
		line-height: 1.22;
	}

	.revelatl-camaras-catalog__grid ul.products li.product {
		width: 100% !important;
		max-width: none;
		padding: 1rem;
		border-radius: 18px;
	}

	.revelatl-camaras-catalog__grid ul.products li.product .woocommerce-loop-product__title {
		font-size: 1.08rem;
		line-height: 1.25;
	}

	.revelatl-camaras-catalog__grid ul.products li.product .button {
		width: 100%;
	}
}

@media print {
	@page {
		size: A4 portrait;
		margin: 12mm;
	}

	body {
		background: #fff !important;
		margin: 0 !important;
	}

	.site-header,
	.site-footer,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.revelatl-label-print-actions,
	.revelatl-account-section--labels > h2,
	.revelatl-account-section--labels > .revelatl-account-panel-copy {
		display: none !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		float: none !important;
		width: 100% !important;
	}

	.woocommerce-account .woocommerce,
	.woocommerce-account .woocommerce-MyAccount-content,
	.revelatl-account-section--labels,
	.revelatl-label-print-shell {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
		background: #fff !important;
		max-width: none !important;
	}

	.revelatl-label-print-shell {
		display: flex !important;
		justify-content: center !important;
		align-items: flex-start !important;
		width: 100% !important;
	}

	.revelatl-shipping-label {
		display: block !important;
		width: 118mm;
		max-width: 100%;
		margin: 0 auto;
		padding: 16mm 14mm;
		border: 1px solid #222;
		border-radius: 0;
		box-shadow: none;
		background: #fff;
		break-inside: avoid;
	}

	.revelatl-shipping-label__eyebrow {
		color: #000;
	}

	.revelatl-shipping-label__name,
	.revelatl-shipping-label__line,
	.revelatl-shipping-label__line span {
		color: #000;
	}
}

.revelatl-wizard__field-help,
.revelatl-account-field-help {
	display: block;
	margin-top: 0.45rem;
	color: #7a7465;
	font-size: 0.78rem;
	line-height: 1.5;
}

.revelatl-wizard__field input.is-readonly,
.woocommerce-account input[readonly],
.woocommerce-checkout input[readonly] {
	background: #f5f1e8;
	color: #6b6558;
	cursor: not-allowed;
}

.revelatl-legal-shell {
	width: min(100% - 2rem, 980px);
	margin: 0 auto;
	padding: clamp(3.2rem, 7vw, 6.5rem) 0 clamp(4rem, 8vw, 7rem);
	color: #2b2924;
}

.page-id-214 .entry-header,
.page-id-215 .entry-header {
	display: none;
}

.revelatl-legal-shell .revelatl-legal-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	color: #697460;
	font-family: Montserrat, var(--revelatl-sans);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.revelatl-legal-shell .revelatl-legal-eyebrow::before {
	content: "";
	width: 2.2rem;
	height: 1px;
	background: currentColor;
	opacity: 0.58;
}

.revelatl-legal-shell h1 {
	max-width: 760px;
	margin: 0;
	color: #1f1c18;
	font-size: clamp(2.65rem, 7vw, 5.6rem);
	line-height: 0.96;
	letter-spacing: -0.06em;
	text-transform: none;
}

.revelatl-legal-shell .revelatl-legal-lead {
	max-width: 760px;
	margin: 1.25rem 0 clamp(2rem, 5vw, 3.25rem);
	color: #5e5a51;
	font-size: clamp(1.08rem, 2.2vw, 1.38rem);
	line-height: 1.55;
}

.revelatl-legal-shell h2,
.revelatl-legal-shell h3 {
	color: #24211d;
	letter-spacing: -0.025em;
	text-transform: none;
}

.revelatl-legal-shell h2 {
	margin: clamp(2.2rem, 5vw, 3.25rem) 0 0.85rem;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	line-height: 1.08;
}

.revelatl-legal-shell h3 {
	margin: 1.65rem 0 0.55rem;
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	line-height: 1.2;
}

.revelatl-legal-shell p,
.revelatl-legal-shell li {
	color: #4f4b43;
	font-size: 1rem;
	line-height: 1.78;
}

.revelatl-legal-shell p {
	max-width: 800px;
	margin: 0.75rem 0;
}

.revelatl-legal-shell ul,
.revelatl-legal-shell ol {
	max-width: 800px;
	margin: 1rem 0;
	padding-left: 1.25rem;
}

.revelatl-legal-shell li + li {
	margin-top: 0.35rem;
}

.revelatl-legal-shell a {
	color: #1f1c18;
	text-decoration-color: rgba(31, 28, 24, 0.35);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.revelatl-legal-shell a:hover,
.revelatl-legal-shell a:focus {
	color: #697460;
	text-decoration-color: currentColor;
}

.revelatl-legal-card {
	max-width: 880px;
	margin: 0 0 clamp(2rem, 5vw, 3rem);
	padding: clamp(1.35rem, 3vw, 2.2rem);
	border: 1px solid rgba(76, 83, 74, 0.16);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(237, 231, 219, 0.82)),
		#f4efe7;
	box-shadow: 0 24px 58px rgba(69, 61, 48, 0.09);
}

.revelatl-legal-card h2 {
	margin-top: 0;
}

.revelatl-legal-card ul {
	margin-bottom: 0;
}

.revelatl-legal-note {
	display: inline-flex;
	margin-top: 2.4rem !important;
	padding: 0.8rem 1rem;
	border-radius: 999px;
	background: rgba(105, 116, 96, 0.1);
	color: #5f6b58 !important;
	font-family: Montserrat, var(--revelatl-sans);
	font-size: 0.82rem !important;
	font-weight: 700;
	letter-spacing: 0.04em;
}

@media (max-width: 782px) {
	.revelatl-legal-shell {
		width: min(100% - 1.4rem, 100%);
		padding-top: 2.35rem;
	}

	.revelatl-legal-shell h1 {
		font-size: clamp(2.25rem, 13vw, 3.7rem);
		line-height: 1;
	}

	.revelatl-legal-shell .revelatl-legal-lead {
		font-size: 1.03rem;
		line-height: 1.62;
	}

	.revelatl-legal-shell p,
	.revelatl-legal-shell li {
		font-size: 0.96rem;
		line-height: 1.72;
	}

	.revelatl-legal-card {
		border-radius: 22px;
	}
}

@media screen and (max-width: 64em) {
	:root {
		--revelatl-mobile-menu-width: 222px;
	}

	.side-nav,
	.side-nav__scrollable-container {
		background:
			radial-gradient(circle at 18% 0%, rgba(216, 221, 210, 0.52), transparent 32%),
			linear-gradient(180deg, #fbf8f1 0%, #f1ebe2 100%) !important;
		color: var(--revelatl-ink) !important;
	}

	.side-nav {
		width: var(--revelatl-mobile-menu-width) !important;
		box-shadow: -22px 0 44px rgba(38, 31, 22, 0.16);
	}

	.side-nav-transitioning,
	.side-nav-open .side-nav-overlay {
		right: var(--revelatl-mobile-menu-width) !important;
	}

	.side-nav__scrollable-container {
		transform: translateX(var(--revelatl-mobile-menu-width)) !important;
	}

	body.side-nav-open .site {
		transform: translateX(calc(var(--revelatl-mobile-menu-width) * -1)) !important;
	}

	body.side-nav-open .side-nav__scrollable-container {
		transform: translateX(0) !important;
	}

	body.side-nav-open .site .navbar-toggle {
		display: none !important;
	}

	.side-nav__wrap {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		min-height: calc(100vh - 70px);
		min-height: calc(100dvh - 70px);
		padding: 1.25rem 0.9rem 0.55rem;
	}

	.side-nav__close-button {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 1.15rem;
	}

	.side-nav__close-button .navbar-toggle {
		display: inline-flex !important;
		visibility: visible;
		opacity: 1;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		margin: 0;
		padding: 0;
		border: 1px solid rgba(63, 75, 57, 0.26);
		border-radius: 999px;
		background: #fffaf2;
		box-shadow: 0 12px 26px rgba(58, 49, 36, 0.15);
	}

	.side-nav__close-button .navbar-toggle .icon-bar {
		position: absolute;
		width: 18px;
		height: 2px;
		margin: 0;
		background-color: #3f4b39 !important;
	}

	.side-nav__close-button .navbar-toggle .icon-bar:nth-child(2) {
		transform: rotate(45deg);
	}

	.side-nav__close-button .navbar-toggle .icon-bar:nth-child(3) {
		opacity: 0;
	}

	.side-nav__close-button .navbar-toggle .icon-bar:nth-child(4) {
		transform: rotate(-45deg);
	}

	.side-nav .mobile-menu-wrapper .navbar-nav,
	.side-nav .mobile-menu-wrapper .nav {
		display: grid !important;
		justify-items: start;
		gap: 0.28rem;
		margin: 0;
		padding: 0;
	}

	.side-nav .mobile-menu-wrapper {
		width: 100%;
		text-align: left;
	}

	.side-nav .mobile-menu-wrapper .nav > li {
		margin: 0;
		padding: 0;
		border-bottom: 0;
	}

	.side-nav .mobile-menu-wrapper .nav > li > a,
	:root :where(.side-nav__wrap .mobile-menu-wrapper a:where(:not(.wp-element-button))) {
		display: inline-block;
		width: auto;
		min-height: 0;
		padding: 0.5rem 0.55rem;
		border: 0 !important;
		border-radius: 0;
		background: transparent;
		color: var(--revelatl-ink) !important;
		font-family: Montserrat, var(--revelatl-sans);
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.25;
		letter-spacing: 0;
		text-transform: none;
		text-decoration: none !important;
		text-align: left;
	}

	.side-nav .mobile-menu-wrapper .nav > li > a::first-letter {
		text-transform: uppercase;
	}

	.side-nav .mobile-menu-wrapper .nav > li > a::after,
	.side-nav .mobile-menu-wrapper .nav > li > a .svg-icon {
		content: none !important;
		display: none !important;
	}

	.side-nav .mobile-menu-wrapper .nav > li.current-menu-item > a,
	.side-nav .mobile-menu-wrapper .nav > li.current_page_item > a,
	.side-nav .mobile-menu-wrapper .nav > li > a:hover,
	.side-nav .mobile-menu-wrapper .nav > li > a:focus {
		background: transparent;
		border-color: transparent !important;
		color: #1f1c18 !important;
	}

	.side-nav .navbar-nav li a {
		color: var(--revelatl-ink) !important;
	}

	.revelatl-mobile-menu-footer {
		display: grid;
		justify-items: center;
		width: 100%;
		margin-top: auto;
		padding-top: 2.6rem;
	}

	.revelatl-mobile-menu-footer__logo {
		display: block;
		width: 196px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.revelatl-mobile-menu-help {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 0.42rem;
		width: auto;
		align-self: flex-start;
		margin: 0.72rem 0 0 0.55rem;
		padding: 0.52rem 0.68rem;
		border-radius: 999px;
		background: rgba(37, 211, 102, 0.12);
		color: #245c39 !important;
		font-family: Montserrat, var(--revelatl-sans);
		font-size: 0.78rem;
		font-weight: 700;
		line-height: 1;
		text-decoration: none !important;
	}

	.revelatl-mobile-menu-help__icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 1.28rem;
		height: 1.28rem;
		border-radius: 999px;
		background: #25d366;
		color: #fff;
		font-size: 0.72rem;
		font-weight: 800;
		line-height: 1;
	}

	.revelatl-mobile-menu-help__icon svg {
		display: block;
		width: 1rem;
		height: 1rem;
		fill: currentColor;
	}
}
