@charset "UTF-8";
/*!
Theme Name: SkinCare
Theme URI: https://woocommerce.com/products/skincare
Author: ThemeGrill
Author URI: https://themegrill.com
Description: SkinCare is a Gutenberg Block-Based WooCommerce theme for selling beauty and cosmetics products. You can check the demo at https://themegrilldemos.com/skincare
Version: 2.0.0
Tested up to: 6.4
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: skincare
Tags: one-column, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, rtl-language-support
Woo: 18734000404445:6a44a2a825cd2e50ed5ccf9ead0556b4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SkinCare is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins

# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Margin/Padding */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Font
--------------------------------------------- */
@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(fonts/DMSans-MediumItalic.woff) format("woff");
}

@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(fonts/DMSans-Italic.woff) format("woff");
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
	font-display: fallback;
	src: url(fonts/DMSans-Medium.woff) format("woff");
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: fallback;
	src: url(fonts/DMSans-Regular.woff) format("woff");
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(fonts/DMSans-Bold.woff) format("woff");
}

@font-face {
	font-family: 'DM Sans';
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
	font-display: fallback;
	src: url(fonts/DMSans-BoldItalic.woff) format("woff");
}

/* Normalize
--------------------------------------------- */
/**
 * Reset browser defaults.
 */
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
hr,
button,
input,
select,
optgroup,
textarea,
blockquote,
pre {
	font-family: inherit;
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

main {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Common Elements
--------------------------------------------- */
/* Styles applied to multiple elements */
.entry-meta,
.skincare-wc-filter,
.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Container
--------------------------------------------- */
.skincare-container {
	max-width: var(--container-width, 1170px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.skincare-container--full-width {
	max-width: var(--container-width, 100%);
	padding-left: 15px;
	padding-right: 15px;
}

/* Typography
--------------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smooth: antialiased;
}

body,
button,
input,
select,
optgroup,
textarea {
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	font-smooth: inherit;
	font-family: "DM Sans", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 20px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	color: #111;
	line-height: 1.3;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

p {
	margin-bottom: 1em;
	line-height: 1.7;
	word-break: break-word;
}

b, strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

cite {
	display: block;
}

blockquote {
	font-size: 2rem;
	margin: 0 0 1.5em 0;
	padding: 0.25em 0 0.25em 0.8em;
}

address {
	line-height: 1.7;
	margin: 0 0 1.875em;
}

pre {
	background: #EBEBEC;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.875em;
	max-width: 100%;
	overflow: auto;
	padding: 1.875em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background-color: #EBEBEC;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #EBEBEC;
}

big {
	font-size: 150%;
}

/* Links
--------------------------------------------- */
a {
	color: #AA7446;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #111;
}

a:focus {
	outline: none;
}

a:focus-visible {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Elements
--------------------------------------------- */
body {
	background: #FFF;
	overflow-x: hidden;
	word-wrap: break-word;
}

hr {
	background-color: #CCC;
	border: 0;
	height: 1px;
	margin: 1.875em 0;
}

ul,
ol {
	margin: 0 0 1.875em 1.25em;
}

ul ul {
	-webkit-padding-start: 2.5em;
	padding-inline-start: 2.5em;
}

ol ol {
	-webkit-padding-start: 2.5em;
	padding-inline-start: 2.5em;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

li {
	line-height: 2em;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 2em;
}

dt {
	font-weight: 700;
	margin-bottom: 1em;
}

dd {
	margin: 0 1.875em 1.875em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table,
.wp-block-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

table thead,
.wp-block-table thead {
	background-color: #EEF0F2;
}

table th,
.wp-block-table th {
	padding: 1.25em;
	font-weight: 500;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
	padding: 1.25em;
	border: 1px solid #CCC;
}

.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
	border-color: #CCC;
}

.skincare-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.skincare-icon {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 24px;
	width: 24px;
}

@media screen and (max-width: 600px) {
	.admin-bar {
		--admin-bar: 0px;
	}
}

@media screen and (min-width: 601px) and (max-width: 782px) {
	.admin-bar {
		--admin-bar: 46px;
	}
}

@media screen and (min-width: 783px) {
	.admin-bar {
		--admin-bar: 32px;
	}
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.everest-forms .button.everest-forms-submit-button.evf-submit,
.wp-block-button__link,
.wp-block-file a.wp-block-file__button,
.button,
.added_to_cart {
	background-color: #AA7446;
	border-radius: 4px;
	border: none;
	color: #FFF;
	line-height: 1.6;
	padding: 1em 2em;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

button:hover, button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
.everest-forms .button.everest-forms-submit-button.evf-submit:hover,
.everest-forms .button.everest-forms-submit-button.evf-submit:active,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active,
.button:hover,
.button:active,
.added_to_cart:hover,
.added_to_cart:active {
	opacity: 1;
	background-color: #AA7446;
	color: #FFF;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.wp-block-button__link {
	font-size: 1.6rem;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	color: #AA7446;
	border: 2px solid currentColor;
}

.skincare-btn--close-modal {
	position: absolute;
	top: 0;
	right: 12px;
	padding: 22px 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	background-color: #AA74461A;
	line-height: 0;
	border-radius: unset;
}

.skincare-btn--close-modal:hover, .skincare-btn--close-modal:focus, .skincare-btn--close-modal:active {
	background-color: #FFF;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.skincare-btn--close-modal .skincare-icon--close {
	height: 28px;
	width: 28px;
}

.skincare-btn--header-action {
	background-color: transparent;
	border: none;
	height: 100%;
	padding: 0.5em 0.75em;
	position: relative;
	line-height: 0;
}

@media screen and (min-width: 37.5em) {
	.skincare-btn--header-action {
		padding: 1.25em;
	}
}

.skincare-btn--header-action:hover, .skincare-btn--header-action:focus, .skincare-btn--header-action:active {
	background-color: #EBEBEC;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.skincare-btn--header-action .skincare-icon {
	height: 20px;
	width: 20px;
}

@media screen and (min-width: 37.5em) {
	.skincare-btn--header-action .skincare-icon {
		height: 28px;
		width: 28px;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	color: #111;
	border: 1px solid #CCC;
	padding: 0.5em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	padding: 0.5em 1.875em 0.5em 0.625em;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="18" width="18" viewBox="0 0 24 24"><path d="M19.7 11.3C19.3 10.9 18.7 10.9 18.3 11.3L13 16.6V5C13 4.4 12.6 4 12 4C11.4 4 11 4.4 11 5V16.6L5.7 11.3C5.3 10.9 4.7 10.9 4.3 11.3C3.9 11.7 3.9 12.3 4.3 12.7L11.3 19.7C11.4 19.8 11.5 19.9 11.6 19.9C11.7 20 11.9 20 12 20C12.1 20 12.3 20 12.4 19.9C12.5 19.8 12.6 19.8 12.7 19.7L19.7 12.7C20.1 12.3 20.1 11.7 19.7 11.3Z" fill="black"/></svg>') no-repeat;
	border: solid 1px #CCC;
	background-position: right 2% top 48%;
}

textarea {
	width: 100%;
	resize: vertical;
	min-height: 3.75em;
}

label {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0.25em;
	line-height: 1.2;
}

input[type="checkbox"],
input[type="radio"],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="radio"],
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FFF;
	position: relative;
	width: 1.1em;
	height: 1.1em;
	min-height: 1.1em;
	min-width: 1.1em;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
	top: -2px;
	margin-right: 5px;
}

input[type="checkbox"]:hover,
input[type="radio"]:hover,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:hover,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="radio"]:hover,
.wc-block-components-radio-control .wc-block-components-radio-control__input:hover {
	background-color: #EFE5E2;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:disabled,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="radio"]:disabled,
.wc-block-components-radio-control .wc-block-components-radio-control__input:disabled {
	cursor: not-allowed;
}

input[type="radio"],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio],
.wc-block-components-radio-control .wc-block-components-radio-control__input {
	border-radius: 10000px;
	border: solid 3px #CCC;
}

input[type="radio"]:before,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio]:before,
.wc-block-components-radio-control .wc-block-components-radio-control__input:before {
	content: '';
	background-color: transparent;
	display: block;
	height: .7em;
	width: .7em;
	border-radius: 10000px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input[type="radio"]:checked,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio]:checked,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: #EFE5E2;
}

input[type="radio"]:checked::before,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=radio]:checked::before,
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	background-color: #AA7446;
}

input[type="checkbox"],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	border-radius: 0;
	border: solid 1px #CCC;
}

input[type="checkbox"]:checked::before,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked::before {
	content: '✔';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	color: #AA7446;
	background-color: #EFE5E2;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.skincare-header a {
	text-decoration: none;
}

.skincare-header a:hover {
	color: #AA7446;
}

.skincare-header--is-transparent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	z-index: 999;
}

.skincare-header--is-transparent .skincare-masthead {
	background: rgba(255, 255, 255, 0.1);
}

.skincare-masthead {
	background-color: #FFF;
	-webkit-box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
	box-shadow: 0 1px 0 rgba(17, 17, 17, 0.05);
}

.skincare-masthead .skincare-row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.skincare-site-branding {
	line-height: 0.7;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.skincare-distraction-free-checkout .skincare-site-branding {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-title,
.site-description {
	margin: 0;
}

.custom-logo {
	width: auto;
}

.skincare-header-actions {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.skincare-header-actions ul {
	list-style-type: none;
	height: 100%;
}

.skincare-search {
	height: 100%;
}

.skincare-header-action {
	height: 100%;
}

.skincare-header-action .skincare-account-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.skincare-header-action .skincare-icon {
	height: 20px;
	width: 20px;
	fill: #111;
}

@media screen and (min-width: 37.5em) {
	.skincare-header-action .skincare-icon {
		height: 28px;
		width: 28px;
	}
}

.skincare-header-more {
	height: 100%;
}

@media screen and (min-width: 62em) {
	.skincare-header-actions {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
}

.skincare-page-header {
	background-color: #FAF2EE;
	padding-top: 6.25em;
	padding-bottom: 1.875em;
}

.skincare-page-header--thin {
	padding-top: 1.875em;
}

.skincare-page-header .skincare-page-header-title {
	margin-bottom: 1.875em;
}

.skincare-page-header .skincare-page-title {
	margin: 0;
	font-size: 4rem;
}

.skincare-page-header .skincare-page-header-description p {
	margin: 0;
}

.skincare-page-header .trail-items {
	margin-top: 1.875em;
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.skincare-page-header .trail-items li:after {
	content: '';
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="2" viewBox="0 0 41 2"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 1C0 0.723858 0.223858 0.5 0.5 0.5L40.5 0.5C40.7761 0.5 41 0.723858 41 1C41 1.27614 40.7761 1.5 40.5 1.5L0.5 1.5C0.223858 1.5 0 1.27614 0 1Z" fill="black"/></svg>') no-repeat;
	margin: 0 1em;
	padding: 0px 2px 0px 40px;
	background-position: center;
}

.skincare-page-header .trail-items li:last-of-type:after {
	display: none;
}

.skincare-page-header .trail-items a {
	color: #333;
}

.skincare-page-header .trail-items a:hover, .skincare-page-header .trail-items a:focus {
	color: #AA7446;
}

.skincare-content {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.page-template-template-skincare-page-builder .skincare-content {
	padding-top: 0;
	padding-bottom: 0;
}

.site-main,
.site-sidebar {
	width: 100%;
}

.site-sidebar {
	margin-top: 5.25em;
}

@media screen and (min-width: 48em) {
	.site-sidebar {
		margin-top: 0;
	}
}

.skincare-related-posts {
	margin-bottom: 3.75em;
}

.widget-title {
	font-size: 2rem;
}

.site-sidebar .widget {
	margin-bottom: 2.5em;
}

.site-sidebar ul li {
	border-bottom: 1px solid #CCC;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.site-sidebar a {
	color: #111;
}

.site-sidebar a:hover, .site-sidebar a:focus {
	color: #AA7446;
}

.site-sidebar .skincare-no-widget a {
	color: #AA7446;
}

.site-sidebar .skincare-no-widget a:hover, .site-sidebar .skincare-no-widget a:focus {
	color: #111;
}

@media screen and (min-width: 48em) {
	.skincare-sidebar-layout--right .skincare-content > .skincare-container > .skincare-row {
		gap: 5.25em;
	}
	.skincare-sidebar-layout--right .site-main {
		width: calc(100% - 25% - 2.625em);
	}
	.skincare-sidebar-layout--right .site-sidebar {
		width: calc( 25% - 2.625em);
	}
}

.skincare-sidebar-layout--centered .site-main {
	width: 100%;
}

.single-post .entry-thumbnail img {
	margin: auto;
}

.single-post .entry-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-post .entry-title {
	font-size: 4rem;
	text-align: center;
}

.single-post .entry-meta {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-post .post-categories a {
	background-color: #EEF0F2;
	padding: 8px 20px;
}

.single-post .entry-content {
	margin-top: 2.5em;
	margin-bottom: 1.5em;
}

.single-post .skincare-posts .entry-header {
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}

.single-post .skincare-posts .entry-title {
	font-size: 3.2rem;
}

.single-post .skincare-posts .entry-meta {
	-webkit-box-pack: unset;
	-ms-flex-pack: unset;
	justify-content: unset;
}

.single-post .skincare-related-posts .entry-title {
	font-size: 2.4rem;
	text-align: left;
}

.skincare-sidebar-layout--centered .entry-content,
.skincare-sidebar-layout--centered .author-bio-box,
.skincare-sidebar-layout--centered .skincare-related-posts,
.skincare-sidebar-layout--centered .navigation.post-navigation,
.skincare-sidebar-layout--centered .comments-area {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.skincare-sidebar-layout--centered .entry-thumbnail {
	max-width: 968px;
	margin-left: auto;
	margin-right: auto;
}

.skincare-sidebar-layout--centered .entry-thumbnail img {
	display: block;
}

.author-bio-box {
	clear: both;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2.5em auto;
	background-color: #FFF;
	border-radius: 2px;
	padding: 1em;
}

.author-bio-box .author-bio-avatar {
	width: 50px;
	margin-right: 1em;
}

.author-bio-box .author-bio-details {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.author-bio-box .author-name {
	text-transform: capitalize;
}

@media screen and (min-width: 37.5em) {
	.author-bio-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 2.5em;
	}
	.author-bio-box .author-bio-details {
		margin-top: 1em;
	}
	.author-bio-box .author-bio-avatar {
		margin-right: 2em;
		width: 100px;
	}
}

.skincare-footer ul {
	list-style: none;
	margin: 0;
}

.skincare-footer ul ul {
	margin-left: 0.9375em;
}

.skincare-footer a {
	color: #111;
}

.skincare-footer a:hover, .skincare-footer a:focus {
	color: #AA7446;
}

.skincare-footer-cols {
	padding: 2.5em 0;
}

.skincare-footer-cols li {
	padding: 0.5em 0;
	border-bottom: 1px solid #CCC;
}

.skincare-footer-cols li:last-child {
	border-bottom: 0;
}

.skincare-footer-cols .widget_media_image {
	margin-bottom: 1em;
}

.skincare-footer-cols .widget-title {
	margin-bottom: 0.5em;
}

.skincare-footer-top {
	background-color: rgba(170, 116, 70, 0.1);
	padding: 1.25em 0;
}

.skincare-footer-top__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.skincare-footer-top__content > .skincare-footer-top__col:not(:last-child) {
	margin-bottom: 1.5em;
}

@media screen and (min-width: 48em) {
	.skincare-footer-top__content > .skincare-footer-top__col:not(:last-child) {
		margin-bottom: 0;
	}
}

.skincare-footer-top__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-item-align: center;
	align-self: center;
}

@media screen and (min-width: 48em) {
	.skincare-footer-top__col {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
	}
}

.skincare-footer-top__col-1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 48em) {
	.skincare-footer-top__col-1 {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.skincare-footer-top__col-2 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.skincare-footer-top__col-3 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width: 48em) {
	.skincare-footer-top__col-3 {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.skincare-footer-top__col-3 span {
	margin-right: 1em;
}

.skincare-footer-top__logo {
	margin: 0;
}

.skincare-footer-top__logo img {
	display: block;
}

.skincare-footer-bar {
	background-color: #EBEBEC;
	padding: 0.625em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.skincare-footer-bar .skincare-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Scroll to top. */
.skincare-scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	border-color: #AA7446;
	background-color: #AA7446;
	border-radius: 0;
}

.skincare-scroll-to-top .skincare-icon {
	fill: #FFF;
	width: 24px;
	height: 24px;
}

.skincare-scroll-to-top:hover, .skincare-scroll-to-top:focus {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.skincare-scroll-to-top.skincare-scroll-to-top--show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media screen and (min-width: 48em) {
	.skincare-footer-cols {
		padding: 2.8125em 0;
	}
	.skincare-footer-cols .skincare-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.skincare-footer-cols .skincare-footer-col {
		margin: 0 0.9375em;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 1em);
		flex: 0 0 calc(50% - 1em);
		max-width: calc(50% - 1em);
	}
	.skincare-footer-cols .skincare-footer-col:nth-child(odd) {
		margin-left: 0;
	}
	.skincare-footer-cols .skincare-footer-col:nth-child(even) {
		margin-right: 0;
	}
	.skincare-footer-cols .wc-block-grid__products {
		margin-left: -0.9375em;
		margin-right: -0.9375em;
	}
}

@media screen and (min-width: 62em) {
	.skincare-footer-cols .skincare-footer-col {
		margin: 0 0.9375em;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 2em);
		flex: 0 0 calc(25% - 2em);
		max-width: calc(25% - 2em);
	}
	.skincare-footer-cols .skincare-footer-col:nth-child(odd) {
		margin-left: 0.9375em;
	}
	.skincare-footer-cols .skincare-footer-col:nth-child(even) {
		margin-right: 0.9375em;
	}
	.skincare-footer-cols .skincare-container {
		padding: 0;
	}
}

@media screen and (min-width: 75em) {
	.skincare-footer-cols {
		margin-left: -0.9375em;
		margin-right: -0.9375em;
	}
}

@media screen and (min-width: 48em) {
	.skincare-footer .skincare-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.error-404 {
	padding: 1.25em 0;
	text-align: center;
}

@media screen and (min-width: 37.5em) {
	.error-404 {
		padding: 5.25em 0;
	}
}

.error-404 .page-header {
	padding: 0;
}

.error-404 .page-header .error-img {
	display: block;
	margin: 0 auto;
	max-width: 80%;
}

.error-404 .page-header p {
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	font-size: 2rem;
}

@media screen and (min-width: 37.5em) {
	.error-404 .page-header p {
		margin-top: 1.875em;
		margin-bottom: 0.5em;
		font-size: 3.2rem;
	}
}

.error-404 .page-content p {
	color: #888;
	font-size: 1.6rem;
}

.error-404 .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.error-404 .search-form label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	border: 1px solid rgba(170, 116, 70, 0.3);
	border-radius: 2px 0 0 2px;
	overflow: hidden;
	margin: 0;
}

.error-404 .search-form .search-field {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #EBEBEC;
	padding: 0.5em;
}

.error-404 button {
	border-radius: 0 2px #CCC 0;
	padding: 12px 48px;
	line-height: 1;
}

.error-404 button .skincare-icon {
	fill: #FFF;
}

.error-404 .skincare-btn {
	background-color: #AA7446;
	color: #FFF;
	line-height: 1.6;
	padding: 1em 2em;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 1.875em;
	display: inline-block;
}

.error-404 .skincare-btn:hover, .error-404 .skincare-btn:active, .error-404 .skincare-btn:focus {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.no-results {
	padding: 6.25em 0;
	text-align: center;
}

.no-results .page-header {
	padding: 0.5em 0;
}

.no-results .page-content a {
	color: #AA7446;
}

.no-results .page-content a:hover {
	color: #111;
}

.skincare-posts {
	display: grid;
	-webkit-column-gap: 1.875em;
	-moz-column-gap: 1.875em;
	column-gap: 1.875em;
	row-gap: 3.75em;
	grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.skincare-posts .hentry {
	margin-bottom: 0;
}

.skincare-layout-grid .entry-thumbnail {
	margin-bottom: 1.5em;
	position: relative;
}

.skincare-layout-grid .entry-thumbnail::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	inset: 0;
}

@media screen and (min-width: 37.5em) {
	.skincare-first-post--highlight .post:first-child {
		grid-column: 1/-1;
	}
	.skincare-grid-col--1 {
		--grid-column: 1;
	}
	.skincare-grid-col--2 {
		--grid-column: 2;
	}
	.skincare-grid-col--3 {
		--grid-column: 3;
	}
}

.entry-footer .skincare-entry-cta {
	display: inline-block;
	background-color: #AA7446;
	color: #FFF;
	line-height: 1.6;
	padding: 1em 2em;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.entry-footer .skincare-entry-cta:hover, .entry-footer .skincare-entry-cta:active {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}

.entry-footer .skincare-entry-cta .read-more-text {
	color: #FFF;
}

.entry-footer .skincare-entry-cta .skincare-icon {
	fill: #FFF;
}

.skincare-blog-style--list .post {
	display: grid;
	-webkit-column-gap: 1.875em;
	-moz-column-gap: 1.875em;
	column-gap: 1.875em;
	row-gap: 2.5em;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.skincare-blog-style--list .post.has-post-thumbnail {
	grid-template-columns: repeat(var(--list-column, 1), 1fr);
}

.skincare-blog-style--list .post .entry-thumbnail {
	margin-bottom: 0;
}

.skincare-blog-style--list .post :not(.entry-thumbnail) + .skincare-entry-content-wrapper {
	grid-column: 1/-1;
}

@media screen and (min-width: 37.5em) {
	.skincare-blog-style--list .post.has-post-thumbnail {
		--list-column: 2;
	}
}

.skincare-grid-style--overlay .post {
	position: relative;
}

.skincare-grid-style--overlay .post.has-post-thumbnail .entry-thumbnail {
	position: relative;
}

.skincare-grid-style--overlay .post.has-post-thumbnail .entry-thumbnail::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	inset: 0;
}

.skincare-grid-style--overlay .post.has-post-thumbnail .skincare-entry--content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	padding: 1.875em;
}

.skincare-grid-style--overlay .post:not(.has-post-thumbnail) .skincare-entry--content {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 1.875em;
	display: grid;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	grid-template-rows: repeat(1, 1fr);
}

.skincare-grid-style--overlay .post .entry-thumbnail,
.skincare-grid-style--overlay .post .entry-meta {
	margin-bottom: 0;
}

.skincare-grid-style--overlay .post .entry-header a,
.skincare-grid-style--overlay .post .entry-meta a,
.skincare-grid-style--overlay .post .entry-header .post-categories a {
	color: #FFF;
}

.skincare-grid-style--overlay .post .entry-meta .skincare-icon {
	fill: #FFF;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation.
--------------------------------------------- */
.skincare-main-navigation {
	display: none;
}

.skincare-main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.skincare-main-navigation ul ul {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #FFF;
	border-radius: 2px;
}

.skincare-main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.skincare-main-navigation ul ul li {
	border-bottom: 1px solid #CCC;
	margin: 0;
}

.skincare-main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.skincare-main-navigation ul ul li:hover > ul,
.skincare-main-navigation ul ul li.focus > ul {
	display: block;
	left: 100%;
}

.skincare-main-navigation ul ul a {
	min-width: 200px;
	padding: 0.5em 1em;
}

.skincare-main-navigation ul ul a:hover, .skincare-main-navigation ul ul a.focus {
	background-color: #EEF0F2;
}

.skincare-main-navigation ul li {
	margin-right: 1.25em;
}

@media screen and (min-width: 62em) {
	.skincare-main-navigation ul li {
		margin-right: 2.5em;
	}
}

.skincare-main-navigation ul li:hover > ul,
.skincare-main-navigation ul li.focus > ul {
	left: auto;
}

.skincare-main-navigation ul .menu-item-has-children {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.skincare-main-navigation ul .sub-menu {
	margin-left: 0;
}

.skincare-main-navigation ul .sub-menu .skincare-submenu-toggle {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	right: 0;
	background: transparent;
}

.skincare-main-navigation ul .skincare-submenu-toggle {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
}

.skincare-main-navigation ul .skincare-submenu-toggle .skincare-icon {
	width: 20px;
	height: 20px;
}

.skincare-main-navigation > ul > li > a {
	text-transform: uppercase;
}

.skincare-main-navigation > ul > .menu-item-has-children > ul.sub-menu:before {
	content: '';
	height: 40px;
	width: 40px;
	background-color: #FFF;
	position: absolute;
	top: -3px;
	left: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.skincare-main-navigation li {
	margin-right: 2em;
	position: relative;
}

.skincare-main-navigation li:last-child {
	margin-right: 0;
}

.skincare-main-navigation a {
	padding: 0.5em 0.125em;
	font-size: 1.5rem;
}

@media screen and (min-width: 62em) {
	.skincare-main-navigation a {
		font-size: 1.6rem;
	}
}

/* Common CSS */
.skincare-main-navigation li:hover > a, .skincare-main-navigation li:focus > a, .skincare-main-navigation li.focus > a,
.skincare-toggle-navigation li:hover > a,
.skincare-toggle-navigation li:focus > a,
.skincare-toggle-navigation li.focus > a {
	color: #AA7446;
}

.skincare-main-navigation li:hover > .skincare-submenu-toggle .skincare-icon, .skincare-main-navigation li:focus > .skincare-submenu-toggle .skincare-icon, .skincare-main-navigation li.focus > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation li:hover > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation li:focus > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation li.focus > .skincare-submenu-toggle .skincare-icon {
	fill: #AA7446;
}

.skincare-main-navigation a,
.skincare-toggle-navigation a {
	display: block;
	text-decoration: none;
	color: #111;
	font-weight: 500;
}

.skincare-main-navigation .current_page_item > a,
.skincare-main-navigation .current-menu-item > a,
.skincare-main-navigation .current_page_ancestor > a,
.skincare-main-navigation .current-menu-ancestor > a,
.skincare-toggle-navigation .current_page_item > a,
.skincare-toggle-navigation .current-menu-item > a,
.skincare-toggle-navigation .current_page_ancestor > a,
.skincare-toggle-navigation .current-menu-ancestor > a {
	color: #AA7446;
}

.skincare-main-navigation .current_page_item > .skincare-submenu-toggle .skincare-icon,
.skincare-main-navigation .current-menu-item > .skincare-submenu-toggle .skincare-icon,
.skincare-main-navigation .current_page_ancestor > .skincare-submenu-toggle .skincare-icon,
.skincare-main-navigation .current-menu-ancestor > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation .current_page_item > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation .current-menu-item > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation .current_page_ancestor > .skincare-submenu-toggle .skincare-icon,
.skincare-toggle-navigation .current-menu-ancestor > .skincare-submenu-toggle .skincare-icon {
	fill: #AA7446;
}

/* Small menu. */
.menu-toggle {
	border: none;
	background-color: transparent;
	padding: 0.5em;
	line-height: 0;
	margin-right: 0.5em;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		margin-right: 1.25em;
	}
}

.menu-toggle:focus, .menu-toggle:hover {
	background: transparent;
	border: none;
	outline: thin dotted;
}

.menu-toggle .skincare-icon {
	height: 24px;
	width: 24px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle .skincare-icon {
		height: 28px;
		width: 28px;
	}
}

/* Primary Mobile Navigation. */
.skincare-toggle-navigation {
	width: 100%;
	min-height: 100%;
	opacity: 0;
	background-color: rgba(17, 17, 17, 0.7);
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	overflow-y: scroll;
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s visibility ease, 0.35s opacity ease;
}

.skincare-toggle-navigation .skincare-toggle-menu {
	background-color: #fff;
	width: calc(100% - 60px);
}

.skincare-toggle-navigation .skincare-toggle-menu-background {
	width: calc(100% - 60px);
	min-height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	-webkit-transition: 0.4s left ease;
	transition: 0.4s left ease;
	background-color: rgba(255, 255, 255, 0.95);
	padding-top: 6.25em;
}

.skincare-toggle-navigation .skincare-toggle-menu-background .skincare-toggle-menu {
	width: initial;
	background-color: initial;
}

.skincare-toggle-navigation .skincare-toggle-menu-background > ul > li > a {
	text-transform: uppercase;
}

.skincare-toggle-navigation--is-opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.skincare-toggle-navigation--is-opened .skincare-toggle-menu-background {
	left: 0;
}

.skincare-toggle-navigation__close {
	right: 60px;
}

.skincare-toggle-navigation ul {
	list-style-type: none;
	margin: 0;
}

@media screen and (min-width: 37.5em) {
	.skincare-toggle-navigation ul {
		font-size: 2rem;
	}
}

.skincare-toggle-navigation li a {
	padding: 0.125em 1.5em;
}

.skincare-toggle-navigation li li {
	margin: 0.625em 0;
}

.skincare-toggle-navigation li li a {
	padding: 0.125em 2em;
}

.skincare-toggle-navigation li:not(:last-child) {
	margin-bottom: 1.25em;
}

.skincare-toggle-navigation .menu-item-has-children {
	position: relative;
}

.skincare-toggle-navigation .menu-item-has-children > ul {
	display: none;
}

.skincare-toggle-navigation .menu-item-has-children .skincare-submenu-toggle {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0;
	padding: 0.875em 1em;
}

.skincare-toggle-navigation .menu-item-has-children .skincare-submenu-toggle .skincare-icon {
	width: 16px;
	height: 16px;
}

.skincare-toggle-navigation .menu-item-has-children .skincare-submenu-toggle.active .skincare-icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* Tertiary navigation. */
.skincare-tertiary-menu-wrapper {
	position: relative;
	margin-left: auto;
}

.skincare-tertiary-navigation {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-filter: drop-shadow(0 10px 40px rgba(17, 17, 17, 0.1));
	filter: drop-shadow(0 10px 40px rgba(17, 17, 17, 0.1));
	z-index: 999;
}

.skincare-tertiary-navigation ul {
	list-style-type: none;
	margin: 0;
}

.skincare-tertiary-navigation li {
	border-top: 1px solid #CCC;
}

.skincare-tertiary-navigation li:first-child {
	border-top: 0;
}

.skincare-tertiary-navigation li a {
	min-width: 200px;
	display: block;
	line-height: 40px;
	color: #111;
	text-decoration: none;
	padding: 0 1.5em;
}

.skincare-tertiary-navigation li a:hover,
.skincare-tertiary-navigation li a:focus {
	background-color: #EEF0F2;
	color: #AA7446;
}

.skincare-tertiary-navigation .current_page_item > a,
.skincare-tertiary-navigation .current-menu-item > a {
	color: #AA7446;
}

.skincare-tertiary-navigation.toggled {
	display: block;
}

.tertiary-menu-toggle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #111;
}

.tertiary-menu-toggle .toggle-icon {
	padding: 0.125em 1.25em;
}

.tertiary-menu-toggle .toggle-icon span {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #111;
	border-radius: 4px;
	margin-bottom: 0.125em;
}

.tertiary-menu-toggle .toggle-icon span:last-child {
	margin-bottom: 0;
}

.tertiary-menu-toggle:hover, .tertiary-menu-toggle:focus {
	color: #AA7446;
}

.tertiary-menu-toggle:hover .toggle-icon span, .tertiary-menu-toggle:focus .toggle-icon span {
	background-color: #AA7446;
}

/* Pagination */
.skincare-pagination,
.post-navigation,
.woocommerce-pagination {
	margin-top: 3.75em;
	margin-bottom: 3.75em;
}

.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: unset;
	flex-wrap: unset;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0.625em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width: 37.5em) {
	.post-navigation .nav-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: initial;
	}
}

.post-navigation .nav-links svg {
	fill: #111;
	opacity: 0.6;
}

.post-navigation a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #111;
}

.post-navigation a:hover {
	color: #AA7446;
}

.post-navigation img {
	width: 50px;
	height: 50px;
	border-radius: 2px;
}

.post-navigation .nav-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding: 0.5em 0;
}

.post-navigation .nav-title {
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-navigation .nav-meta {
	color: #888;
}

.post-navigation .nav-previous a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #111;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 6px;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-previous a:focus {
	color: #AA7446;
}

.post-navigation .nav-previous a .nav-thumbnail-wrap {
	margin-right: 1em;
}

.post-navigation .nav-next {
	text-align: right;
	margin-left: auto;
}

.post-navigation .nav-next a {
	color: #111;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 6px;
}

.post-navigation .nav-next a:hover, .post-navigation .nav-next a:focus {
	color: #AA7446;
}

.post-navigation .nav-next a .nav-thumbnail-wrap {
	margin-left: 1em;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.post-navigation .nav-next a .nav-title-wrap {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.page-numbers {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.page-numbers a,
.page-numbers span {
	display: block;
}

.page-numbers li {
	margin: 0.625em;
}

.page-numbers li:hover > a {
	color: #FFF;
	background-color: #83483A;
}

.page-numbers li:hover svg {
	fill: #FFF;
}

.page-numbers li:first-child {
	margin-left: 0;
}

.page-numbers li:last-child {
	margin-right: 0;
}

.page-numbers li > a,
.page-numbers li > span {
	padding: 4px;
	width: 2.5em;
	height: 2.5em;
	background-color: #EBEBEC;
	color: #111;
}

.page-numbers li .prev,
.page-numbers li .next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-numbers li .prev svg,
.page-numbers li .next svg {
	width: 24px;
}

.page-numbers .current {
	background-color: #AA7446;
	color: #FFF;
}

.site-main .comment-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

@media screen and (min-width: 37.5em) {
	.post-navigation a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.nav-next a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 6px;
	}
	.nav-previous a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 16px;
	}
}

@media screen and (min-width: 62em) {
	.menu-toggle,
	.skincare-toggle-navigation {
		display: none;
	}
	.skincare-main-navigation {
		position: relative;
		-webkit-box-flex: 5;
		-ms-flex-positive: 5;
		flex-grow: 5;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		display: block;
	}
}

/* Posts and pages.
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Entry.
--------------------------------------------- */
.hentry {
	margin-bottom: 2.5em;
}

.hentry:last-child {
	margin-bottom: 0;
}

.hentry p:last-child {
	margin-bottom: 0;
}

.hentry > *:last-child,
.wp-block-column > *:last-child {
	margin-bottom: 0;
}

.hentry .wc-block-featured-category h2.wc-block-featured-category__title,
.wp-block-column .wc-block-featured-category h2.wc-block-featured-category__title {
	color: #FFF;
}

.entry-thumbnail {
	margin-bottom: 1.5em;
}

.entry-thumbnail .entry-thumbnail__link,
.entry-thumbnail img {
	display: block;
	width: 100%;
}

.entry-header {
	margin: 1em 0 1em 0;
}

.entry-header .entry-title {
	margin-bottom: 0;
	line-height: 1.2;
	word-break: break-word;
}

.entry-header a {
	color: #111;
}

.entry-header a:hover {
	color: #AA7446;
}

.entry-header .post-categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.entry-header .post-categories a {
	color: #111;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.entry-footer {
	margin-top: 1.5em;
}

.skincare-entry-cta .read-more-text {
	color: #AA7446;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.skincare-entry-cta .skincare-icon {
	height: 16px;
	vertical-align: middle;
	fill: #AA7446;
}

.entry-meta {
	margin-bottom: 1.14286em;
	color: #111;
	font-size: 1.4rem;
}

.entry-meta a {
	color: #111;
}

.entry-meta a:hover {
	color: #83483A;
}

.entry-meta > span {
	margin: 0 1.14286em 0.5em 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.5em;
}

.entry-meta > span:first-child {
	margin-left: 0;
}

.entry-meta > span:first-child:before {
	content: none;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.entry-meta .skincare-icon {
	height: 16px;
	fill: #AA7446;
}

.entry-summary {
	margin-bottom: 1.25em;
}

/* Comments.
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	background-color: #FFF;
	padding: 1em;
	border-radius: 2px;
}

.comments-area ol {
	list-style: none;
	margin: 0;
}

.comments-area ol.comment-list {
	margin-bottom: 3.75em;
}

.comments-area ol.comment-list > li {
	padding: 1em;
	border-bottom: 1px solid #CCC;
	border-radius: 2px;
	margin-bottom: 1em;
}

.comments-area ol.comment-list li.parent .comment-body {
	padding-bottom: 1em;
}

.comments-area ol.comment-list .children {
	padding: 1em;
	border-top: 1px solid #CCC;
}

.comments-area .form-submit {
	margin-bottom: 0;
}

.comments-area textarea {
	padding: 0.75em;
	border-radius: unset;
}

.comments-area .comment-meta .vcard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	place-items: center;
}

.comments-area .comment-meta .vcard a {
	color: #111;
}

.comments-area .comment-meta .vcard a:hover, .comments-area .comment-meta .vcard a:focus {
	color: #AA7446;
}

.comments-area .comment-meta .says {
	display: none;
}

.comments-area .comment-body .reply {
	margin-left: 3.375em;
}

.comments-area .comment-body .comment-content {
	margin-top: 1em;
	margin-left: 3.375em;
}

.comments-area .comment-body .comment-metadata {
	font-size: 1.4rem;
	margin-top: -0.5em;
	margin-left: 3.375em;
}

.comments-area .comment-body .comment-awaiting-moderation {
	margin-left: 3.375em;
	display: block;
}

.comments-area .comment-respond .comment-reply-title small {
	margin-left: 1.5em;
}

.comments-area .comment-respond .comment-reply-title {
	margin-bottom: 0.25em;
}

.comments-area .comment-respond .comment-notes {
	font-style: italic;
}

.comments-area label {
	display: block;
	font-weight: 400;
	margin-bottom: 0.25em;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	outline: 0;
	padding: 0.5em;
	border-radius: unset;
}

.comments-area .comment-form-cookies-consent {
	margin-bottom: 1.5em;
}

.comments-area .comment-form-cookies-consent input[type="checkbox"] {
	display: inline-block;
	margin-right: 0.5em;
}

.comments-area .comment-form-cookies-consent label {
	display: inline;
	margin: 0;
	font-weight: 400;
	font-size: 1.4rem;
}

.avatar {
	margin-right: 1em;
	border-radius: 100%;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* Widgets.
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget ul {
	list-style-type: none;
	margin: 0;
}

/* Widget gallery*/
.widget_media_gallery .gallery {
	display: grid;
	grid-gap: 0.5em;
}

.widget_media_gallery .gallery-item {
	margin: 0;
}

.widget_media_gallery img {
	display: block;
	border-radius: 2px;
}

/* Widget search*/
.widget_search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget_search .search-field {
	width: 100%;
	padding: 0.5em;
	border-radius: 2px 0 0 2px;
}

.widget_search button {
	padding: 0 1.25em;
	border: 0;
	line-height: 1;
}

.widget_search label {
	margin-bottom: 0;
	width: 100%;
}

.widget_search .skincare-icon {
	height: 16px;
	width: 16px;
	fill: #FFF;
}

/* Search with no results. */
.search-no-results .skincare-content .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5em;
}

.search-no-results .skincare-content .search-form label {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	height: 100%;
	margin-bottom: 0;
}

.search-no-results .skincare-content .search-form button[type="submit"] {
	background-color: #EEF0F2;
	color: #111;
	padding: .375em 1.25em;
	border: 0;
	line-height: 1;
	font-size: 1.6rem;
	margin-left: 0.625em;
}

.search-no-results .skincare-content .search-form button[type="submit"]:hover, .search-no-results .skincare-content .search-form button[type="submit"]:focus {
	background-color: #AA7446;
	color: #FFF;
}

.wp-block-search__button {
	background-color: #EEF0F2;
	color: #111;
	padding: .375em 1.25em;
	border: 0;
	line-height: 1;
	font-size: 1.6rem;
	margin-left: 0.625em;
}

.wp-block-search__button:hover, .wp-block-search__button:focus {
	background-color: #AA7446;
	color: #FFF;
}

/* Widget calendar*/
.widget_calendar table td, .widget_calendar table th,
.wp-block-calendar table td,
.wp-block-calendar table th {
	padding: 1.25em;
	border: 1px solid #CCC;
}

.wp-block-calendar a {
	text-decoration: none;
}

.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
	font-size: 1rem !important;
	border: 1px solid;
	padding: 5px 10px;
	margin: 5px;
}

/* Styles for archives widget as a block. */
.wp-block-archives-list {
	list-style: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-left: 0;
}

.wp-block-archives-list li {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Styles for categories widget as a block. */
.wp-block-categories-list {
	list-style: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-left: 0;
}

.wp-block-categories-list li {
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Styles for latest post widget as a block. */
.wp-block-latest-posts__list li a {
	font-size: 2rem;
	display: block;
}

.wp-block-latest-posts__list li:not(:last-child) {
	margin-bottom: 1.875em;
}

.wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author {
	font-size: 1.6rem;
	display: inline-block;
}

.wp-block-latest-posts__post-author {
	margin-right: 0.625em;
}

/* Media.
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions.
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries.
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Modal Search Backdrop.
--------------------------------------------- */
.skincare-modal-search {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.skincare-modal-search__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.skincare-modal-search__form {
	width: 100vw;
}

.skincare-modal-search .woocommerce-product-search,
.skincare-modal-search .search-form {
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.skincare-modal-search button[type="submit"] {
	display: none;
}

.skincare-modal-search--is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.skincare-modal-search .search-field {
	width: 100%;
	background-color: #FFF;
	border: none;
	font-size: 1.5rem;
	padding: 0.875em 0.875em 0.875em 2.5em;
	border-bottom: solid 3px #AA7446;
	line-height: initial;
	color: #8A8A8A;
}

.skincare-modal-search .search-field:focus {
	color: #8A8A8A;
}

.skincare-modal-search .search-field::-webkit-input-placeholder {
	color: #8A8A8A;
	opacity: 1;
}

.skincare-modal-search .search-field::-ms-input-placeholder {
	color: #8A8A8A;
}

.skincare-modal-search .search-field:-ms-input-placeholder {
	color: #8A8A8A;
}

@media screen and (min-width: 37.5em) {
	.skincare-modal-search .search-field {
		padding: 1em 1em 1em 2.5em;
		font-size: 2rem;
	}
}

@media screen and (min-width: 48em) {
	.skincare-modal-search .search-field {
		font-size: 3.2rem;
		padding: 1em 1em 1em 2.125em;
	}
}

@media screen and (min-width: 62em) {
	.skincare-modal-search .search-field {
		padding: 1em 1em 1em 2.5em;
	}
}

.skincare-modal-search .skincare-icon--search {
	position: absolute;
	left: 2%;
	top: 48%;
	height: 18px;
	width: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #8A8A8A;
}

@media screen and (min-width: 37.5em) {
	.skincare-modal-search .skincare-icon--search {
		left: 2.5%;
		height: 20px;
		width: 20px;
	}
}

@media screen and (min-width: 48em) {
	.skincare-modal-search .skincare-icon--search {
		left: 3%;
		height: 30px;
		width: 30px;
	}
}

@media screen and (min-width: 75em) {
	.skincare-modal-search .skincare-icon--search {
		left: 2.5%;
	}
}

/* Modal Header Sidebar Backdrop.
--------------------------------------------- */
/* SkinCare header more sidebar. */
.skincare-header-sidebar {
	width: 100%;
	min-height: 100%;
	opacity: 0;
	background-color: rgba(17, 17, 17, 0.7);
	visibility: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9999;
	overflow-y: scroll;
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s visibility ease, 0.35s opacity ease;
}

.skincare-header-sidebar__content {
	width: 100%;
	max-width: 600px;
	margin: 0;
	position: absolute;
	top: 0;
	right: -100%;
	margin-left: auto;
	min-height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: 0.4s right ease;
	transition: 0.4s right ease;
	padding: 2.5rem 3rem;
}

@media screen and (min-width: 37.5em) {
	.skincare-header-sidebar__content {
		width: calc(100% - 60px);
	}
}

.skincare-header-sidebar__logo {
	margin: 0;
}

.skincare-header-sidebar__logo img {
	display: block;
}

.skincare-header-sidebar__widgets {
	margin-top: 6rem;
}

.skincare-header-sidebar__widgets .widget_recent_entries .wp-block-latest-posts li {
	line-height: 1.6em;
}

.skincare-header-sidebar__widgets .widget_recent_entries .wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 1.875em;
}

@media screen and (min-width: 37.5em) {
	.skincare-header-sidebar__widgets .widget_recent_entries .wp-block-latest-posts li {
		line-height: 2em;
	}
}

.skincare-header-sidebar__widgets .widget_recent_entries .wp-block-latest-posts__post-date {
	font-size: 1.3rem;
}

@media screen and (min-width: 37.5em) {
	.skincare-header-sidebar__widgets .widget_recent_entries .wp-block-latest-posts__post-date {
		font-size: 1.6rem;
	}
}

.skincare-header-sidebar__widgets .widget_recent_entries .wp-block-latest-posts__featured-image img {
	display: block;
}

.skincare-header-sidebar__widgets .widget_recent_entries a {
	font-size: 1.6rem;
}

@media screen and (min-width: 37.5em) {
	.skincare-header-sidebar__widgets .widget_recent_entries a {
		font-size: 2rem;
	}
}

.skincare-header-sidebar--is-opened {
	visibility: visible;
	opacity: 1;
}

.skincare-header-sidebar--is-opened .skincare-header-sidebar__content {
	right: 0;
}

/* Social Menu.
--------------------------------------------- */
.skincare-menu-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.skincare-menu-social li.menu-item {
	position: relative;
	height: 2.5em;
	width: 2.5em;
	background-color: #0000000d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	fill: #AA7446;
	-webkit-transition: .2s ease-in all;
	transition: .2s ease-in all;
}

.skincare-menu-social li.menu-item:not(:last-child) {
	margin-right: 0.625em;
}

.skincare-menu-social li.menu-item:hover, .skincare-menu-social li.menu-item:focus {
	opacity: 0.8;
}

.skincare-menu-social li.menu-item a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.skincare-menu-social .skincare-icon {
	fill: inherit;
	height: 1.8rem;
	width: 1.8rem;
}

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

.alignfull .alignfull {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.alignfull.wp-block-pullquote {
	max-width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
}

.skincare-spacer-large--top {
	padding-top: 10% !important;
}

.skincare-spacer-large--right {
	padding-right: 10% !important;
}

.skincare-spacer-large--bottom {
	padding-bottom: 10% !important;
}

.skincare-spacer-large--left {
	padding-left: 10% !important;
}

.skincare-spacer-medium--top {
	padding-top: 6% !important;
}

.skincare-spacer-medium--right {
	padding-right: 6% !important;
}

.skincare-spacer-medium--bottom {
	padding-bottom: 6% !important;
}

.skincare-spacer-medium--left {
	padding-left: 6% !important;
}

.skincare-spacer-small--top {
	padding-top: 3% !important;
}

.skincare-spacer-small--right {
	padding-right: 3% !important;
}

.skincare-spacer-small--bottom {
	padding-bottom: 3% !important;
}

.skincare-spacer-small--left {
	padding-left: 3% !important;
}

/* Spacing */
.wp-block-columns {
	margin-bottom: 0;
}

.wc-block-grid.alignfull {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}

/* General block styles */
.wp-block {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.wp-block [class*='__inner-'],
.wp-block .wp-block {
	margin-bottom: 0;
}

/**
 * Product.
 */
.wc-block-grid .wc-block-grid__products {
	margin: 0;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product-image img {
	width: 100%;
}

.wc-block-grid__product {
	text-align: left;
	border: none;
	margin: 0 0.9375em 2.125em;
}

@media screen and (min-width: 37.5em) {
	.wc-block-grid__product {
		margin: 0 0.9375em 4em;
	}
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
	margin-left: 0;
	margin-right: 0;
}

.wc-block-grid__product .product__thumbnail .wc-block-grid__product-image {
	margin-bottom: 0;
}

.wc-block-grid__product .product__thumbnail .wc-block-grid__product-image:not(.wc-block-components-product-image) {
	margin: 0;
}

.wc-block-grid__product .product__thumbnail .wc-block-grid__product-image img {
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product a.wc-block-grid__product-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wc-block-grid__products .wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
	font-size: 1.6rem;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product-onsale {
	position: absolute;
	top: 16px;
	left: 16px;
	right: unset;
	line-height: 21px;
	background-color: #AA7446;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 4px 16px;
	border: none;
	border-radius: 4px;
	text-transform: capitalize;
}

.product .wc-block-grid__product-title {
	color: #111;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.product .wc-block-grid__product-rating {
	font-size: 1.6rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	margin: 0.75em 0 0 0;
}

.product .wc-block-grid__product-price {
	margin: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.product .wc-block-grid__product-add-to-cart {
	padding: 0;
	margin: 0;
}

.product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button,
.product .wc-block-grid__product-add-to-cart.wp-block-button .added_to_cart {
	padding: 1em 2em;
	font-size: 1.6rem;
}

.product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button.added::after,
.product .wc-block-grid__product-add-to-cart.wp-block-button .added_to_cart.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	height: auto;
}

.product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button.loading::after,
.product .wc-block-grid__product-add-to-cart.wp-block-button .added_to_cart.loading::after {
	font-family: WooCommerce;
	content: "\e031";
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	height: auto;
}

.product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: 1;
}

.wc-block-grid.has-6-columns .wc-block-grid__product-add-to-cart {
	padding: 0;
	margin: 0;
}

.wc-block-grid.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.add_to_cart_button,
.wc-block-grid.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .added_to_cart {
	padding: 0.5em 1em;
}

.site-sidebar .wc-block-grid__product,
.skincare-footer .wc-block-grid__product {
	border-bottom: 0;
}

.wc-block-grid .wc-block-grid__products li.wc-block-grid__product.product {
	font-size: 1.6rem;
}

@media screen and (min-width: 37.5em) {
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		max-width: calc(50% - 3rem);
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		max-width: calc(50% - 3rem);
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		max-width: calc(33% - 3rem);
	}
	.wc-block-grid.has-3-columns .wc-block-grid__product {
		max-width: calc(33% - 3rem);
	}
	.wc-block-grid.has-2-columns .wc-block-grid__product {
		max-width: calc(50% - 3rem);
	}
	.wc-block-grid.has-1-columns .wc-block-grid__product {
		max-width: 100%;
	}
	.wc-block-grid__products {
		margin-left: -0.9375em;
		margin-right: -0.9375em;
	}
}

@media screen and (min-width: 48em) {
	.site-sidebar .has-2-columns .product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
	.skincare-footer .has-2-columns .product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
		padding: 0;
	}
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		max-width: calc(33% - 3rem);
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		max-width: calc(33% - 3rem);
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
	}
}

@media screen and (min-width: 62em) {
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		max-width: calc(25% - 3rem);
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		max-width: calc(25% - 3rem);
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		max-width: calc(25% - 3rem);
	}
}

@media screen and (min-width: 75em) {
	.wc-block-grid.has-6-columns .wc-block-grid__product {
		max-width: calc(16.66% - 1.4em);
	}
	.wc-block-grid.has-5-columns .wc-block-grid__product {
		max-width: calc(20% - 3rem);
	}
	.wc-block-grid.has-4-columns .wc-block-grid__product {
		max-width: calc(25% - 3rem);
	}
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	--gallery-block--gutter-size: 1.875em;
}

/* WC product category block. */
.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list {
	list-style: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	margin-left: 0;
}

.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list .wc-block-product-categories-list {
	margin-left: 0.5em;
}

.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item {
	margin-bottom: 0.5em;
}

.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list-item {
	font-style: 1.6rem;
}

.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list-item:not(:last-child) {
	margin-bottom: 1em;
}

.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list-item a {
	display: inline;
}

.wp-block-woocommerce-product-categories.is-list .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count {
	float: right;
}

.wp-block-woocommerce-product-categories.is-dropdown .wc-block-product-categories__button svg {
	fill: #FFF;
}

/* WC price filter block. */
.wp-block-woocommerce-price-filter .wc-block-price-filter__title {
	text-transform: uppercase;
	font-size: 1.6rem;
	margin-bottom: 1.25em;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-wrapper {
	height: 5px;
	background-color: rgba(170, 116, 70, 0.2);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 0 1.5em 0;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input-progress {
	height: 5px;
	--range-color: #AA7446;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	background-image: none;
	cursor: col-resize;
	position: relative;
	top: 2px;
	width: 1em;
	height: 1em;
	outline: none;
	background-color: #AA7446;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
	border-radius: 50px;
	border: 4px solid #FFF;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input::-moz-range-thumb {
	-moz-appearance: none;
	appearance: none;
	background-image: none;
	cursor: col-resize;
	position: relative;
	width: 1em;
	height: 1em;
	outline: none;
	background-color: #AA7446;
	box-sizing: border-box;
	opacity: 1;
	border-radius: 50px;
	border: 4px solid #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input::-ms-thumb {
	appearance: none;
	background-image: none;
	cursor: col-resize;
	position: relative;
	top: -2px;
	width: 1em;
	height: 1em;
	outline: none;
	background-color: #AA7446;
	box-sizing: border-box;
	opacity: 1;
	border-radius: 50px;
	border: 4px solid #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input--min::-webkit-slider-thumb {
	left: -5px;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input--min::-moz-range-thumb {
	transform: translate(-7px, 2px);
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input--min::-ms-thumb {
	left: -5px;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input--max::-webkit-slider-thumb {
	right: -5px;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input--max::-moz-range-thumb {
	transform: translate(7px, 2px);
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-input--max::-ms-thumb {
	right: -5px;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__controls input {
	border-color: #CCC !important;
}

.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
	border-color: #CCC;
}

.wc-block-attribute-filter .wc-block-checkbox-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 2rem;
	font-size: 1.6rem;
	margin-bottom: 0.625em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wc-block-attribute-filter .wc-block-checkbox-list li label {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wc-filter-element-label-list-count {
	opacity: 1;
}

.wc-block-dropdown-selector__selected-chip.is-removable {
	background-color: #EEF0F2;
	padding: 0.125em 1em;
	margin: 0.25em 0.25em 0.25em 0;
	border-radius: 50px;
	border: none;
	color: #111;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 2;
}

.wc-block-dropdown-selector__selected-chip.is-removable:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wc-block-components-chip .wc-block-components-chip__remove {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: #FFF;
	background-color: #AA7446;
	border-radius: 1000px;
	margin-right: 0.5em;
	height: 16px;
	width: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wc-block-components-chip .wc-block-components-chip__remove svg {
	fill: #FFF;
}

.wc-block-components-chip__text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.wc-block-active-filters__list-item-remove:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wc-block-active-filters__list-item-remove svg ellipse {
	fill: #AA7446;
	fill-opacity: 1;
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
	font-weight: 400;
}

.wc-block-active-filters__clear-all:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wc-block-active-filters__list--chips .is-removable.wc-block-components-chip {
	background-color: #EEF0F2;
	padding: 0.125em 1em;
	margin: 0.25em 0.25em 0.25em 0;
	border-radius: 50px;
	border: none;
	color: #111;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 2;
}

.wp-block-button {
	margin-bottom: 1.5em;
}

.is-style-skincare-button-style-link .wp-block-button__link {
	background-color: transparent;
	text-decoration: underline;
	border: none;
}

.is-style-skincare-button-style-link .wp-block-button__link:hover {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-text-decoration-style: dashed;
	text-decoration-style: dashed;
}

.wp-block-cover-image,
.wp-block-cover {
	padding: 0;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.skincare-page-header--hidden:not(.page-template-template-skincare-page-builder) .entry-content > .wp-block-cover.alignfull,
.skincare-page-header--hidden:not(.page-template-template-skincare-page-builder) .entry-content > .wp-block-image.alignfull {
	margin-top: -2.5em;
}

.wc-block-featured-product,
.wc-block-featured-product__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wc-block-featured-product__wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 2.5em;
}

.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
	padding: 0;
	margin-top: 1.25em;
}

.wc-block-featured-product .wc-block-featured-product__link {
	margin-top: 1.875em;
}

.wc-block-featured-product__price {
	font-size: 2.4rem;
	font-weight: 700;
}

.wp-block-pullquote {
	padding: 2em;
	margin-bottom: 1.5em;
	border-top: 4px solid #AA7446;
	border-bottom: 4px solid #AA7446;
}

.wp-block-pullquote blockquote {
	border: 0;
	margin: 0;
}

.wp-block-pullquote p {
	font-size: 1.5em;
}

blockquote,
.wp-block-quote {
	border-left: solid 2px #AA7446;
	padding: 1.25em;
}

blockquote p,
.wp-block-quote p {
	font-size: 1.6rem;
	font-weight: 500;
	color: #111;
	margin-bottom: 0.625em;
}

blockquote cite,
.wp-block-quote cite {
	font-style: italic;
	font-weight: 700;
	font-size: 1.6rem;
}

blockquote.is-style-large,
.wp-block-quote.is-style-large {
	padding: 0;
}

blockquote.is-style-large p,
.wp-block-quote.is-style-large p {
	font-style: normal;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
	border-right: solid 2px #AA7446;
}

.wp-block-pullquote {
	border-top: 2px solid #AA7446;
	border-bottom: 2px solid #AA7446;
}

.wp-block-pullquote blockquote {
	border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: unset;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.everest-forms input[type=text],
.everest-forms input[type=email],
.everest-forms textarea {
	font-size: 1.6rem;
	color: #111;
	border: 1px solid #CCC;
	padding: 0.5em;
}

.everest-forms input[type=text]:focus,
.everest-forms input[type=email]:focus,
.everest-forms textarea:focus {
	color: #111;
	border: 1px solid #CCC;
}

.everest-forms label {
	color: #111;
	font-size: 1.6rem;
	line-height: 1;
}

.everest-forms label span {
	font-weight: 400;
}

.everest-forms label .required {
	color: #AA7446;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .evf-signature-canvas,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .select2-container,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated input.input-text,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated select,
.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated textarea {
	-webkit-box-shadow: inset 2px 0 0 #AA7446;
	box-shadow: inset 2px 0 0 #AA7446;
	border-color: #CCC;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error {
	-webkit-box-shadow: inset 2px 0 0 #e2401c;
	box-shadow: inset 2px 0 0 #e2401c;
	border-color: #CCC;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid > label .required {
	color: #fa5252;
}

.everest-forms .evf-submit-container {
	padding-left: 0;
}

@media screen and (min-width: 48em) {
	.everest-forms .evf-submit-container {
		padding-left: 15px;
	}
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #F1F1F1;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759B;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	clear: both;
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	clear: both;
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
