@font-face {
	font-family: Montserrat-Regular;
	src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: GaramondPro-Regular;
	src: url("../fonts/GaramondPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: MinionPro-Regular;
	src: url("../fonts/MinionPro-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--lemare-green: #8d8c60;
	--lemare-green-dark: #5e6e58;
	--lemare-blue: #b6c9c3;
	--lemare-cream: #efe6da;
	--lemare-soft: #f2ede4;
	--lemare-olive-soft: #d0cca6;
	--lemare-black: #171717;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: #fff;
	color: var(--lemare-green);
	font-family: Montserrat-Regular, sans-serif;
}

body.home .wp-site-blocks,
body.tax-product_cat .wp-site-blocks {
	padding: 0;
}

body.home .wp-block-post-content,
body.home .wp-block-post-content > *,
body.tax-product_cat .wp-block-post-content,
body.tax-product_cat .wp-block-post-content > * {
	margin-block-start: 0;
	margin-block-end: 0;
	max-width: none;
}

body.home .wp-block-html,
body.tax-product_cat .wp-block-html {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body.home header.wp-block-template-part,
body.home footer.wp-block-template-part,
body.tax-product_cat header.wp-block-template-part,
body.tax-product_cat footer.wp-block-template-part {
	display: none;
}

body.tax-product_cat #page > #header,
body.tax-product_cat #page > hr,
body.page #page > #header,
body.page #page > hr {
	display: none;
}

body.tax-product_cat .wp-site-blocks > .lemare-original,
body.page .wp-site-blocks > .lemare-original {
	margin-block-start: 0 !important;
}

.lemare-original,
.lemare-original * {
	box-sizing: border-box;
}

.lemare-original a {
	color: inherit;
	text-decoration: none;
}

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	padding: 1rem 0;
	transform: translateY(0);
	transition: transform .3s ease-in-out;
	will-change: transform;
}

.container-fluid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3rem;
	padding-left: 3rem;
}

.navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: .25rem;
	padding: 0;
	margin: 0;
}

.navbar-nav > div > a {
	display: inline-flex;
	padding: 5px 12px;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.navbar-nav > div > a:hover,
.navbar-nav_active {
	background-color: var(--lemare-green);
	color: #fff !important;
}

.logo {
	margin-right: auto;
	margin-left: auto;
}

.logo > a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	white-space: nowrap;
}

.logo > a > img {
	width: 200px;
	max-width: 100%;
	display: block;
	vertical-align: middle;
}

.nav-btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .5rem;
}

.nav-btns > div,
.nav-btns > divv {
	position: relative;
	cursor: pointer;
	padding: 1px 6px;
}

.nav-btns img {
	height: 24px;
	width: auto;
	display: block;
}

.nav-btns > divv > input {
	position: absolute;
	left: 50%;
	top: 35px;
	width: 180px;
	padding: 8px 14px;
	border: 1px solid #bebebe;
	border-radius: 100px;
	outline: none;
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity .3s ease;
	pointer-events: none;
}

.nav-btns > divv:hover > input,
.nav-btns > divv:focus-within > input {
	opacity: 1;
	pointer-events: auto;
}

#ep_ssr_home_root {
	background: #fff;
	color: var(--lemare-green);
}

.lemare-category-main {
	background: #fff;
	color: var(--lemare-green);
}

.lemare-page-main {
	background: #fff;
	color: var(--lemare-green);
}

.banner_lemare {
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding-top: 160px;
}

.banner_lemare > img {
	width: 100%;
	display: block;
	vertical-align: middle;
}

.container-text-center {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
	overflow: hidden;
	background-color: var(--lemare-blue);
	text-align: center;
}

.container-text-center.is-soft {
	background-color: var(--lemare-soft);
}

.container-text-center > h3 {
	margin: 1rem 0;
	color: #fff;
	font-family: GaramondPro-Regular, serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1.2;
}

.container-text-center.is-soft > h3 {
	color: var(--lemare-green) !important;
}

.container-text-center > h3 > span {
	position: relative;
	display: block;
	overflow: hidden;
}

.container-text-center > h3 > span > span {
	display: flex;
	width: max-content;
	animation: ticker-loop 24s linear infinite;
	will-change: transform;
}

.container-text-center > h3 > span > span > span {
	flex: 0 0 auto;
	padding: 0 2.5rem;
	white-space: nowrap;
}

.container-text-center.is-soft > h3 > span > span > span {
	display: inline-flex;
	justify-content: center;
	min-width: 100vw;
}

@keyframes ticker-loop {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

.container-2 > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.container-2 > div > div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: var(--lemare-green);
}

.container-2 > div > div > div {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	color: #fff;
	font-family: MinionPro-Regular, serif;
}

.container-2 > div > div > div > span {
	display: block;
	width: 100%;
	margin-bottom: .25rem;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}

.container-2 > div > div > div > img {
	max-width: 100%;
	display: block;
	margin: 0 auto 1.5rem;
}

.container-2 > div > div > div > h4 {
	margin: 0 0 1.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.18;
	text-align: justify;
}

.container-2 > div > divv {
	display: block;
	padding: 0;
}

.container-2 > div > divv > div > img {
	width: 100%;
	display: block;
	vertical-align: middle;
}

.container-4prod,
.container-prducts {
	width: 100%;
	max-width: 100%;
	margin: auto;
	padding: 3rem;
}

.container-4prod > div,
.row1 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.container-4prod > div {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-right: auto;
	margin-left: auto;
}

.container-4prod > div > a > div,
.row1 > a > div,
.row2-1 > div,
.row2-2 > a > div {
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 16px;
	background-color: var(--lemare-cream);
	text-align: center;
	cursor: pointer;
}

.container-4prod > div > a > div:hover,
.row1 > a > div:hover,
.row2-1 > div:hover,
.row2-2 > a > div:hover {
	box-shadow: 0 0 16px #0000001c;
}

.container-4prod img,
.row1 img,
.row2 img {
	width: 100%;
	aspect-ratio: 6 / 7;
	object-fit: cover;
	display: block;
	transform: scale(1);
	transition: transform .45s ease;
	will-change: transform;
}

.container-4prod img:hover,
.row1 img:hover,
.row2 img:hover {
	transform: scale(1.06);
}

.container-4prod h5,
.row1 h5,
.row2 h5 {
	margin: 1rem 0 .5rem;
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
}

.container-4prod span,
.row1 span,
.row2 span {
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.75rem;
	font-weight: 500;
}

.row-video {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: var(--lemare-cream);
}

.row-video > div > div {
	display: flex;
	align-items: center;
	gap: 3rem;
	height: 100%;
	padding: 1.5rem 3rem 1.5rem 1.5rem;
}

.row-video .video-cell {
	padding: 0;
}

.row-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.row-video-logo {
	width: 31%;
	flex: 0 0 31%;
}

.row-video-copy {
	width: 69%;
}

.row-video-logo img {
	width: 100%;
	max-width: 160px;
	height: auto;
}

.row-video-copy > img {
	width: 100%;
	max-width: 420px;
	display: block;
	margin: 0 auto 1rem;
}

.row-video p {
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: 500;
	line-height: 1.4;
	text-align: justify;
}

.row-video p > span {
	font-family: GaramondPro-Regular, serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
}

.container-prducts > h2 {
	margin: 0 0 1.5rem;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1.2;
}

.row1 {
	margin-bottom: 20px;
}

.row-1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 1.5rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.row-1.is-first {
	margin-top: 180px;
}

.row-1 > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lemare-category-panel {
	position: relative;
	height: 100%;
	min-height: 520px;
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: #efe8db;
}

.lemare-category-panel > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.lemare-category-panel > span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: .75rem 1rem;
	color: var(--lemare-green);
	background: none !important;
	font-family: GaramondPro-Regular, serif;
	font-size: 32px;
	letter-spacing: .25em;
	line-height: 1.2;
	pointer-events: none;
	text-align: center;
	text-shadow: none !important;
	text-transform: uppercase;
}

.lemare-category-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.lemare-momentos-more {
	grid-column: 1 / -1;
}

.lemare-momentos-more .lemare-category-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lemare-category-cards > div > a {
	color: var(--lemare-green);
	text-decoration: none;
}

.lemare-category-cards > div > a > div {
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 16px;
	background-color: var(--lemare-cream);
	text-align: center;
}

.lemare-category-cards > div > a > div:hover {
	box-shadow: 0 0 16px #0000001c;
}

.lemare-category-cards img {
	width: 100%;
	display: block;
	margin-bottom: 1rem;
	transform: scale(1);
	transition: transform .45s ease;
	will-change: transform;
}

.lemare-category-cards img:hover {
	transform: scale(1.06);
}

.lemare-category-cards h5 {
	margin: 0 0 1rem;
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
}

.lemare-category-cards span {
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.75rem;
	font-weight: 500;
}

.lemare-category-copy {
	padding: 3rem;
}

.lemare-category-copy h3 {
	margin: 0 0 1rem;
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1.2;
}

.lemare-category-copy p {
	margin: 0 0 1rem;
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.125rem;
	font-weight: 500;
	hyphens: auto;
	line-height: 1.9;
	text-align: justify;
}

.lemare-copias {
	max-width: 100%;
	margin: 0;
	padding: 180px 3rem 3rem;
}

.lemare-copias > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.lemare-copias figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 18px;
	background: var(--lemare-soft);
	aspect-ratio: 4 / 5;
}

.lemare-copias figure > img,
.lemare-copias figure > video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.lemare-copias figure > video {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .25s ease;
}

.lemare-copias figure:hover > video {
	opacity: 1;
}

.lemare-copias h4 {
	margin: 2rem 0 .5rem;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1.2;
	text-align: center;
}

.lemare-copias p {
	max-width: 48ch;
	margin: 0 auto;
	padding: 3rem;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: justify;
}

.lemare-collection-detail {
	margin: 3rem;
	margin-top: 180px;
}

.lemare-collection-detail > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
}

.lemare-collection-detail article {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.lemare-collection-image {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background: var(--lemare-soft);
	aspect-ratio: 3 / 4;
}

.lemare-collection-image > img:first-child {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.stamp0,
.stamp1 {
	width: 150px !important;
	height: auto !important;
	position: absolute;
	top: 14px;
	pointer-events: none;
}

.stamp0 {
	left: 14px;
}

.stamp1 {
	right: 14px;
}

.lemare-collection-detail h3 {
	margin: 1.5rem auto .75rem;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.lemare-collection-detail p {
	max-width: 48ch;
	margin: 0 auto 1.25rem;
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.9;
	text-align: justify;
}

.option-badge {
	width: min(48ch, 100%);
	display: block;
	margin: 14px auto 8px;
	padding: 10px 16px;
	border: 2px solid var(--lemare-green);
	border-radius: 0 !important;
	background: #fff !important;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: .35em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.option-cta {
	display: block;
	margin: 10px 0 0;
	padding-top: 12px;
	text-align: center;
}

.option-cta > a {
	color: var(--lemare-green);
	text-decoration: none;
}

.option-cta > a > span {
	white-space: nowrap;
}

.lemare-product-main {
	min-height: 70vh;
	padding: 190px 3rem 5rem;
	background: #fff;
	color: var(--lemare-green);
}

.lemare-product-breadcrumb {
	max-width: 1220px;
	display: flex;
	gap: .75rem;
	margin: 0 auto 1.5rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1rem;
	font-style: italic;
}

.lemare-product-breadcrumb a:hover {
	text-decoration: underline;
}

.lemare-product-layout {
	max-width: 1220px;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: 4rem;
	align-items: start;
	margin: 0 auto;
}

.lemare-product-gallery {
	min-width: 0;
}

.lemare-product-hero-image {
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	background: var(--lemare-soft);
}

.lemare-product-hero-image img {
	width: 100%;
	display: block;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	transition: transform .6s ease, filter .6s ease, opacity .18s ease;
}

.lemare-product-hero-image img.is-swapping {
	opacity: .72;
}

.lemare-product-hero-image:hover img {
	filter: saturate(.9);
	transform: scale(1.025);
}

.lemare-product-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
	margin-top: .75rem;
}

.lemare-product-thumb {
	width: 100%;
	display: block;
	border: 0;
	border-radius: 10px;
	padding: 0;
	background: transparent;
	cursor: pointer;
	outline-offset: 4px;
}

.lemare-product-thumb img {
	width: 100%;
	display: block;
	aspect-ratio: 1;
	border-radius: 10px;
	object-fit: cover;
	background: var(--lemare-soft);
	transition: filter .2s ease, transform .2s ease;
}

.lemare-product-thumb:hover img,
.lemare-product-thumb:focus-visible img,
.lemare-product-thumb.is-active img {
	filter: saturate(.9) contrast(.96);
	transform: translateY(-1px);
}

.lemare-product-thumb.is-active {
	outline: 2px solid rgba(84, 101, 79, .72);
}

.lemare-product-thumb.is-unavailable {
	cursor: not-allowed;
}

.lemare-product-thumb.is-unavailable img {
	filter: grayscale(.85) opacity(.42);
	transform: none;
}

.lemare-product-thumb.is-unavailable:hover img,
.lemare-product-thumb.is-unavailable:focus-visible img {
	filter: grayscale(.85) opacity(.42);
	transform: none;
}

.lemare-product-summary {
	position: sticky;
	top: 150px;
	min-width: 0;
	padding-top: 1rem;
}

.lemare-product-kicker {
	margin: 0 0 .75rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.1rem;
	font-style: italic;
}

.lemare-product-summary h1 {
	margin: 0;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: clamp(2.1rem, 4vw, 4rem);
	font-weight: 500;
	letter-spacing: .18em;
	line-height: 1.08;
	text-transform: uppercase;
}

.lemare-product-price {
	margin-top: 1.25rem;
	color: var(--lemare-green);
	font-family: Montserrat-Regular, sans-serif;
	font-size: 1.35rem;
	line-height: 1.4;
}

.lemare-product-price .woocommerce-Price-amount {
	color: var(--lemare-green);
}

.lemare-product-short,
.lemare-product-description {
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.16rem;
	line-height: 1.75;
}

.lemare-product-short {
	max-width: 38rem;
	margin-top: 1rem;
}

.lemare-design-options {
	margin: 1.35rem 0;
	padding: 1rem;
	border: 1px solid rgba(141, 140, 96, .22);
	background: #faf6ed;
}

.lemare-design-options-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: .8rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.05rem;
	font-style: italic;
}

.lemare-design-options-head strong {
	color: var(--lemare-green);
	font-family: Montserrat-Regular, sans-serif;
	font-size: .7rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .16em;
	text-transform: uppercase;
	white-space: nowrap;
}

.lemare-design-options-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .55rem;
}

.lemare-design-option {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: .45rem;
	width: 100%;
	min-height: 32px;
	padding: .38rem .45rem;
	border: 1px solid rgba(141, 140, 96, .18);
	background: #faf6ed;
	color: var(--lemare-green-dark);
	cursor: pointer;
	font-size: .76rem;
	line-height: 1.25;
	text-align: left;
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.lemare-design-option:hover,
.lemare-design-option:focus-visible,
.lemare-design-option.is-active {
	border-color: rgba(0, 142, 116, .55);
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0, 142, 116, .2);
	outline: none;
}

.lemare-design-option span {
	display: flex;
	align-items: center;
}

.lemare-design-option i {
	width: 15px;
	height: 15px;
	display: block;
	border: 1px solid rgba(72, 72, 72, .14);
	border-radius: 50%;
	background: var(--lemare-swatch);
	box-shadow: 0 0 0 2px #fff;
}

.lemare-design-option i + i {
	margin-left: -4px;
}

.lemare-design-option b {
	min-width: 0;
	font-weight: 400;
	overflow-wrap: anywhere;
}

.lemare-product-description {
	margin-top: 2rem;
	border-top: 1px solid rgba(141, 140, 96, .25);
	padding-top: 1.5rem;
}

.lemare-product-description h2 {
	margin: 0 0 .75rem;
	font-family: GaramondPro-Regular, serif;
	font-size: 1.45rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.lemare-product-form {
	margin-top: 2rem;
	padding: 1.25rem 0 0;
	border-top: 1px solid rgba(141, 140, 96, .25);
}

.lemare-size-options {
	margin: 0 0 1.1rem;
}

.lemare-size-options > span {
	display: block;
	margin-bottom: .6rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.1rem;
	font-style: italic;
}

.lemare-size-options > div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: .55rem;
}

.lemare-size-option {
	min-height: 48px;
	padding: .55rem .7rem;
	border: 1px solid rgba(141, 140, 96, .45);
	border-radius: 999px;
	background: #fff;
	color: var(--lemare-green-dark);
	cursor: pointer;
	font-family: Montserrat-Regular, sans-serif;
	font-size: .9rem;
	line-height: 1.2;
	text-align: center;
	transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.lemare-size-option:hover,
.lemare-size-option:focus-visible,
.lemare-size-option.is-active {
	border-color: var(--lemare-green);
	background: var(--lemare-green);
	color: #fff;
	box-shadow: 0 8px 18px rgb(94 110 88 / .15);
	outline: none;
}

.lemare-product-form table.variations {
	width: 100%;
	margin: 0 0 1rem;
	border: 0;
}

.lemare-product-form table.variations:has(select[name="attribute_pa_tamano-album"]) {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.lemare-product-form table.variations tr,
.lemare-product-form table.variations th,
.lemare-product-form table.variations td {
	display: block;
	padding: 0;
	border: 0;
	text-align: left;
}

.lemare-product-form table.variations label {
	display: block;
	margin-bottom: .45rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.1rem;
	font-style: italic;
}

.lemare-product-form select {
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	border: 1px solid rgba(141, 140, 96, .55);
	border-radius: 0;
	background: #fff;
	color: var(--lemare-green-dark);
	font-family: Montserrat-Regular, sans-serif;
	font-size: .95rem;
}

.lemare-product-form select[name="attribute_pa_tamano-album"] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	white-space: nowrap;
}

.lemare-product-form .reset_variations {
	display: inline-block;
	margin-top: .6rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-style: italic;
}

.lemare-product-form .single_variation_wrap {
	margin-top: 1rem;
}

.lemare-product-form .woocommerce-variation-price {
	margin-bottom: 1rem;
	font-size: 1.15rem;
}

.lemare-product-form .quantity {
	display: inline-flex;
	align-items: center;
	margin-right: .75rem;
	vertical-align: middle;
}

.lemare-product-form .quantity input {
	width: 72px;
	min-height: 48px;
	border: 1px solid rgba(141, 140, 96, .55);
	color: var(--lemare-green-dark);
	text-align: center;
}

.lemare-product-form .single_add_to_cart_button {
	min-height: 48px;
	padding: 0 1.65rem;
	border: 1px solid var(--lemare-green);
	border-radius: 0;
	background: var(--lemare-green);
	color: #fff;
	font-family: GaramondPro-Regular, serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	transition: background .25s ease, color .25s ease;
}

.lemare-product-form .single_add_to_cart_button:hover {
	background: #fff;
	color: var(--lemare-green);
}

.lemare-product-page .lemare-composer-entry a {
	width: 100%;
	min-height: 48px;
	color: #fff;
}

.lemare-product-form .woocommerce-error,
.lemare-product-form .woocommerce-info,
.lemare-product-form .woocommerce-message {
	border-top-color: var(--lemare-green);
	color: var(--lemare-green-dark);
}

.hero-figure {
	position: relative;
	margin-top: 160px;
}

.hero-figure > img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-figure > div {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.hero-figure > div > div {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .25rem;
	text-align: center;
	transform: translate(-50%, -50%);
}

.hero-figure span {
	display: block;
	white-space: nowrap;
	color: #ece9d7;
	font-family: GaramondPro-Regular, serif;
	font-size: clamp(18px, 2.6vw, 40px);
	letter-spacing: .35em;
	text-shadow: 0 2px 8px rgb(0 0 0 / .35);
	text-transform: uppercase;
}

.hero-figure spann {
	display: block;
	color: #fff;
	font-family: MinionPro-Regular, serif;
	font-size: clamp(16px, 2vw, 32px);
	font-style: italic;
	text-shadow: 0 2px 8px rgb(0 0 0 / .35);
}

.lemare-about-intro {
	width: 100%;
	margin: auto;
	padding: 3rem 1rem;
	text-align: center;
}

.lemare-about-intro > img {
	width: 180px;
	margin-bottom: 1rem;
	vertical-align: middle;
}

.lemare-about-intro h2,
.lemare-standard-page h1 {
	margin: 0 0 1rem;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1.2;
	text-align: center;
}

.lemare-about-intro p,
.lemare-standard-page,
.lemare-page-content {
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.45;
}

.lemare-about-intro p {
	width: 66.666%;
	margin: 0 auto 1rem;
	text-align: center;
}

.lemare-about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	padding: 15px;
}

.lemare-about-grid img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.lemare-wide-image {
	padding: 3rem 0;
}

.lemare-wide-image img {
	width: 100%;
	height: auto;
	display: block;
}

.lemare-standard-page {
	min-height: 45vh;
	padding: 190px 3rem 4rem;
}

.lemare-standard-page > section {
	max-width: 980px;
	margin: 0 auto;
}

.woocommerce-account .lemare-standard-page {
	padding-top: 190px;
	background:
		linear-gradient(180deg, rgb(239 230 218 / .32), rgb(255 255 255 / 0) 310px),
		#fff;
}

.woocommerce-account .lemare-standard-page > section {
	max-width: 1080px;
}

.woocommerce-account .lemare-standard-page h1 {
	margin-bottom: 2.25rem;
	color: var(--lemare-green);
	font-size: clamp(2.1rem, 4vw, 3.5rem);
	letter-spacing: .22em;
}

.woocommerce-account .lemare-page-content {
	font-family: Montserrat-Regular, sans-serif;
}

.woocommerce-account .woocommerce {
	color: var(--lemare-green-dark);
}

.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
	max-width: 660px;
	margin: 0 0 1.1rem auto;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: clamp(1.75rem, 2.6vw, 2.4rem);
	font-weight: 500;
	letter-spacing: .12em;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-content {
	border: 1px solid rgba(141, 140, 96, .24);
	border-radius: 18px;
	background: rgb(255 255 255 / .92);
	box-shadow: 0 24px 60px rgb(94 110 88 / .11);
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
	max-width: 660px;
	margin: 0 0 2rem auto;
	padding: 2rem;
}

.woocommerce-account .lemare-account-lede {
	margin: -.25rem 0 1.4rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 1.35;
}

.woocommerce-account .woocommerce form .form-row {
	margin: 0 0 1rem;
	padding: 0;
}

.woocommerce-account .woocommerce label {
	display: block;
	margin-bottom: .45rem;
	color: var(--lemare-green-dark);
	font-family: GaramondPro-Regular, serif;
	font-size: 1.08rem;
	font-style: italic;
	line-height: 1.2;
}

.woocommerce-account .woocommerce .required {
	color: #a65d4e;
}

.woocommerce-account .woocommerce input.input-text,
.woocommerce-account .woocommerce input[type="email"],
.woocommerce-account .woocommerce input[type="password"],
.woocommerce-account .woocommerce input[type="text"] {
	width: 100%;
	min-height: 50px;
	border: 1px solid rgba(141, 140, 96, .34);
	border-radius: 0;
	background: #fff;
	color: var(--lemare-green-dark);
	font-family: Montserrat-Regular, sans-serif;
	font-size: 1rem;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.woocommerce-account .woocommerce input:focus {
	border-color: var(--lemare-green);
	box-shadow: 0 0 0 3px rgb(141 140 96 / .12);
	outline: none;
}

.woocommerce-account .woocommerce .show-password-input {
	color: var(--lemare-green-dark);
}

.woocommerce-account .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin: .25rem 0 1rem;
	color: var(--lemare-green-dark);
}

.woocommerce-account .woocommerce-form-login__rememberme input {
	width: 16px;
	height: 16px;
	accent-color: var(--lemare-green);
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce .woocommerce-button {
	min-height: 48px;
	padding: .75rem 1.5rem;
	border: 1px solid var(--lemare-green);
	border-radius: 0;
	background: var(--lemare-green);
	color: #fff;
	font-family: GaramondPro-Regular, serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce .woocommerce-button:hover {
	border-color: var(--lemare-green-dark);
	background: #fff;
	color: var(--lemare-green-dark);
}

.woocommerce-account .lost_password {
	margin: .75rem 0 0;
}

.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce a {
	color: var(--lemare-green-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
	margin: 0 0 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: .55rem .9rem;
	border: 1px solid rgba(141, 140, 96, .28);
	border-radius: 999px;
	color: var(--lemare-green-dark);
	font-family: Montserrat-Regular, sans-serif;
	font-size: .9rem;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	border-color: var(--lemare-green);
	background: var(--lemare-green);
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	min-height: 260px;
	padding: 1.75rem;
}

.woocommerce-account .woocommerce table.shop_table {
	border-color: rgba(141, 140, 96, .24);
	border-radius: 14px;
	overflow: hidden;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
	border-top-color: var(--lemare-green);
	background: var(--lemare-soft);
	color: var(--lemare-green-dark);
}

.lemare-page-content :where(.woocommerce, .wp-block-woocommerce-cart, .wp-block-woocommerce-checkout) {
	font-family: Montserrat-Regular, sans-serif;
}

.row2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px;
}

.row2-1 > div {
	height: 100%;
}

.row2-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.row-color {
	display: grid;
	grid-template-columns: 2fr 3fr;
}

.row-color > div {
	margin: 0;
	background-color: var(--lemare-olive-soft);
}

.row-color > div > div {
	width: 66%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	font-family: GaramondPro-Regular, serif;
}

.row-color h2 {
	margin: 0 0 .2rem;
	color: var(--lemare-green);
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 5px;
	line-height: 1;
}

.row-color p {
	margin: 0 0 1.5rem;
	color: var(--lemare-green);
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: justify;
}

.row-color > div > div > div {
	width: 33%;
	margin-left: auto;
}

.row-color img {
	width: 100%;
	display: block;
}

.footer {
	margin-top: 0;
	padding: 0;
	background: #f1bfae;
}

.footer_lemare {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-items: center;
	box-sizing: border-box;
	padding: 1.5rem clamp(1.5rem, 6vw, 3rem);
	background: #f1bfae;
	color: var(--lemare-green);
	font-family: MinionPro-Regular, serif;
	font-size: .9rem;
	text-align: center;
}

.footer_lemare > div {
	width: 100%;
	max-width: 280px;
	margin-top: 1.5rem;
	padding-right: 0;
	padding-left: 0;
}

.footer_lemare h4 {
	margin: 0 0 1rem;
	color: var(--lemare-green);
	font-family: GaramondPro-Regular, serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
}

.footer_lemare p {
	margin: 0;
	color: var(--lemare-green);
	line-height: 1.45;
}

.footer_lemare a {
	color: var(--lemare-green);
	text-decoration: none;
}

.footer_lemare a:hover {
	color: var(--lemare-green);
	text-decoration: none;
}

.footer_lemare > div > div > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .5rem;
}

.footer_container {
	max-width: 1140px;
	margin: auto;
	padding: 0 20px;
	font-family: Montserrat-Regular, sans-serif;
}

.footer_grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.footer_row {
	padding: 25px;
}

.footer_logo {
	width: 75%;
	min-width: 160px;
	max-width: 260px;
	display: block;
	padding: 10px 25px 10px 0;
}

.footer_h5 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.footer_text {
	margin: 0 0 10px;
	color: #fff;
	font-weight: 200;
	line-height: 1.5;
	text-decoration: none;
}

.footer_text a {
	color: #fff;
	font-family: Montserrat-Regular, sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
}

.footer_text a:hover {
	text-decoration: underline;
}

.footer_social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.footer_social a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #ffffff29;
	color: #fff;
	text-decoration: none;
	transition: .3s ease;
}

.footer_social a:hover {
	background: #a5681d;
}

.footer_h6 {
	margin: 115px 0 0;
	padding: 35px 0;
	border-top: 1px solid #292929;
	color: #fff;
	font-family: Montserrat-Regular, sans-serif !important;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.lemare-product-main {
		padding: 210px 1rem 3rem;
	}

	.lemare-product-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.lemare-product-summary {
		position: static;
		padding-top: 0;
	}

	.lemare-product-summary h1 {
		font-size: 2.15rem;
		letter-spacing: .12em;
	}

	.lemare-product-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.container-fluid {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.footer {
		padding: 0;
	}

	.footer_grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	.container-4prod > div,
	.lemare-category-cards,
	.lemare-momentos-more .lemare-category-cards,
	.row-1,
	.row1,
	.row2,
	.row2-2,
	.row-video,
	.row-color,
	.container-2 > div,
	.lemare-copias > div {
		grid-template-columns: 1fr;
	}

	.footer_grid {
		grid-template-columns: 1fr;
	}

	.footer_lemare {
		grid-template-columns: 1fr;
	}

	.footer_row {
		width: 100%;
		padding: 12px 0;
	}

	.footer_logo {
		width: 80%;
		padding: 10px 0;
	}

	.footer_h6 {
		padding: 35px 15px;
	}
}

@media (max-width: 480px) {
	.navbar {
		padding: 10px 0;
	}

	.container-fluid {
		position: relative;
		display: block;
		min-height: 193px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.logo {
		position: absolute;
		top: 38px;
		left: 0;
		right: 0;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.logo > a {
		display: inline-block;
		padding: 0;
	}

	.logo > a > img {
		width: 150px;
	}

	.nav-btns {
		position: absolute;
		top: 10px;
		right: 5px;
		gap: .35rem;
	}

	.nav-btns img {
		height: 24px;
	}

	.offcanvasNavbar {
		position: absolute;
		top: 152px;
		left: 0;
		right: 0;
		width: 100%;
	}

	.navbar-nav {
		width: 100%;
		justify-content: space-around;
		gap: 0;
		margin: 0;
	}

	.navbar-nav > div > a {
		padding: 5px 10px;
		font-size: 20px;
	}

	.banner_lemare {
		padding-top: 212px;
	}

	.container-text-center > h3 {
		font-size: 1.75rem;
		letter-spacing: 5px;
	}

	.container-2 > div > div > div {
		width: 75%;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.container-2 > div > div > div > h4 {
		font-size: 1.5rem;
		line-height: 1.12;
	}

	.container-2 > div > divv > div {
		padding: 10px;
	}

	.container-4prod,
	.container-prducts {
		padding: 1rem;
	}

	.lemare-category-panel > span {
		font-size: 26px;
		letter-spacing: .22em;
	}

	.lemare-category-copy {
		padding: 1rem 0;
	}

	.lemare-copias {
		padding: 200px 1rem 1rem;
	}

	.lemare-copias h4 {
		margin-top: 1.5rem;
		font-size: 1.45rem;
	}

	.lemare-copias p {
		padding: 1rem 0;
	}

	.lemare-collection-detail {
		margin: 200px 1rem 1rem;
	}

	.lemare-collection-detail > div,
	.lemare-about-grid {
		grid-template-columns: 1fr;
	}

	.lemare-collection-detail h3 {
		font-size: 1.45rem;
	}

	.option-badge {
		width: auto;
	}

	.hero-figure {
		margin-top: 180px;
	}

	.hero-figure span {
		white-space: normal;
	}

	.lemare-about-intro p {
		width: 100%;
	}

	.lemare-standard-page {
		padding: 210px 1rem 3rem;
	}

	.woocommerce-account .lemare-standard-page {
		padding-top: 245px;
	}

	.woocommerce-account .woocommerce h2,
	.woocommerce-account .woocommerce h3,
	.woocommerce-account .woocommerce form.login,
	.woocommerce-account .woocommerce form.register {
		margin-right: 0;
		margin-left: 0;
	}

	.container-prducts > h2 {
		text-align: center;
	}

	.row-video > div > div {
		flex-direction: column;
		gap: 1.5rem;
		padding: 1.5rem;
	}

	.row-video-logo,
	.row-video-copy {
		width: 100%;
		flex-basis: auto;
	}

	.row-video-logo img {
		margin: auto;
	}

	.row-color > div > div {
		width: 82%;
	}
}
