@charset "UTF-8";
/*!
Theme Name: Sâlt + Flor
Author: Creative Steps
Author URI: https://www.creativesteps.nl/
Description: Salt + Flor WordPress theme.
Version: 0.0.19
Tested up to: 8.4
Requires PHP: 8.4
Text Domain: saltandflor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
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
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * 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 {
	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"] {
	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;
}

/* 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 {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

@font-face {
	font-family: 'tt_fors_light';
	src: url("fonts/tt_fors_trial_light-webfont.woff2") format("woff2"), url("fonts/tt_fors_trial_light-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'kobe11-regular';
	src: url("fonts/kobe11-regular-webfont.woff") format("woff2"), url("fonts/kobe11-regular-webfont.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cormorantgaramond-italic';
	src: url("fonts/cormorantgaramond-italic-webfont.woff") format("woff2"), url("fonts/cormorantgaramond-italic-webfont.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cormorantgaramond-regular';
	src: url("fonts/cormorantgaramond-regular-webfont.woff") format("woff2"), url("fonts/cormorantgaramond-regular-webfont.woff2") format("woff");
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 62.5%;
}

body {
	background: #F7F4ED;
	font-size: calc(1.6rem + .1vw);
}

body,
html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #283780;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.35;
	text-rendering: optimizeLegibilit;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 3rem;
	letter-spacing: 9%;
}

h2 {
	font-size: 2.8rem;
	letter-spacing: 9%;
}

h3 {
	font-size: 2.6rem;
	letter-spacing: 9%;
}

h4 {
	font-size: 2.4rem;
	letter-spacing: 9%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 0 1.5rem;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	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: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000;
	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;
}

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

.alignright {
	/*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;
}

.centered-content {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	.centered-content {
		max-width: 1360px;
		width: 100%;
	}
}

.is-block {
	display: block !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mr-3 {
	margin-right: 3rem !important;
}

@media screen and (min-width: 640px) {
	.hidden-desktop {
		display: none !important;
	}
}

.hidden {
	display: none !important;
}

body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.page .entry-content, body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.post .entry-content {
	margin-left: auto;
	margin-right: auto;
	padding: 9rem 0 10rem;
}

@media screen and (min-width: 1081px) {
	body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.page .entry-content, body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.post .entry-content {
		max-width: 640px;
		width: 100%;
	}
}

body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.page .entry-header, body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.post .entry-header {
	background: #EEE8DD;
	margin-bottom: 1rem;
	padding: 10rem 0;
	text-align: center;
}

body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.page .entry-header > *, body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.post .entry-header > * {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.page .entry-header > *, body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.post .entry-header > * {
		max-width: 640px;
		width: 100%;
	}
}

body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.page .entry-header > *:last-of-type, body:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout):not(.creativesteps-favorites) article.post .entry-header > *:last-of-type {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce > h2 {
	font-size: 5rem;
	margin-bottom: 4rem;
}

.woocommerce-account form label {
	cursor: pointer;
	display: block;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 1.5rem;
	text-transform: lowercase;
}

.woocommerce-account form .password-input .show-password-input {
	display: none;
}

.woocommerce-account form .woocommerce-form-login__rememberme {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin-bottom: 4rem;
}

.woocommerce-account form .woocommerce-form-login__rememberme input {
	height: auto;
}

.woocommerce-account form .woocommerce-form-row {
	margin-bottom: 2rem;
}

.woocommerce-account form fieldset {
	border-color: #EEE8DD;
	margin-bottom: 4rem;
	padding: 4rem;
}

.woocommerce-account form fieldset legend {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	letter-spacing: 4%;
	padding: 0 2rem;
	text-transform: lowercase;
}

.woocommerce-account form input {
	width: 100%;
}

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

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	letter-spacing: 4%;
	text-transform: lowercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #283780;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #918163;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #918163;
}

.woocommerce-account .woocommerce-orders-table td {
	font-size: 1.6rem;
}

.woocommerce-account .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
	display: none;
}

.woocommerce-account .woocommerce-orders-table th {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
}

.woocommerce-account .woocommerce-orders-table th.woocommerce-orders-table__header-order-actions {
	display: none;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
	padding: 1rem;
}

.woocommerce-account .woocommerce-orders-table th:first-of-type,
.woocommerce-account .woocommerce-orders-table td:first-of-type {
	padding-left: 0;
}

.woocommerce-account .woocommerce-orders-table th:last-of-type,
.woocommerce-account .woocommerce-orders-table td:last-of-type {
	padding-left: 0;
}

.site-background {
	background: rgba(218, 207, 177, 0.5);
	display: none;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}

.button,
.wc-block-components-button:not(.is-link),
input.submit,
.search-submit {
	align-items: center;
	background: #918163;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: inline-flex;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(1.6rem + .1vw);
	gap: 1rem;
	height: 6rem;
	letter-spacing: 8%;
	padding: 0 calc(2rem + .1vw);
	text-transform: lowercase;
	transition: all 0.5s;
	will-change: background, color;
}

.button .icon,
.wc-block-components-button:not(.is-link) .icon,
input.submit .icon,
.search-submit .icon {
	height: 1.6rem;
	width: 1.6rem;
}

.button:after,
.wc-block-components-button:not(.is-link):after,
input.submit:after,
.search-submit:after {
	-webkit-mask: url("images/icons/chevron-right.svg") no-repeat center/contain;
	background-color: #FFF;
	content: '';
	display: inline-block;
	height: 16px;
	mask: url("images/icons/chevron-right.svg") no-repeat center/contain;
	transition: all 0.5s;
	width: 6px;
	will-change: background, color;
}

.button:disabled,
.wc-block-components-button:not(.is-link):disabled,
input.submit:disabled,
.search-submit:disabled {
	opacity: 0.5;
}

.woocommerce-active .button:disabled .wc-block-components-button__text, .woocommerce-active
.wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text, .woocommerce-active
input.submit:disabled .wc-block-components-button__text, .woocommerce-active
.search-submit:disabled .wc-block-components-button__text {
	opacity: 1;
}

.button:hover,
.wc-block-components-button:not(.is-link):hover,
input.submit:hover,
.search-submit:hover {
	background: #DACFB1;
	text-decoration: none;
}

.search-submit:after {
	display: none;
}

.button--harbour {
	background: #283780;
}

.button--harbour--outline {
	background: none;
	border: 1px solid #283780;
	color: #283780;
}

.button--harbour--outline:after {
	background-color: #283780;
}

.button--harbour--outline:hover {
	background: #918163;
	border-color: #918163;
	color: #FFF;
}

.button--harbour--outline:hover:after {
	background-color: #FFF;
}

.wc-block-components-product-details {
	margin: 0;
	max-width: 200px;
}

.wc-block-components-product-details__name {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(1.4rem + .1vw);
	text-transform: lowercase;
}

.woocommerce-cart :not(.wc-block-checkout) .wc-block-components-product-details__name {
	font-weight: normal;
}

.wc-block-components-product-details__value {
	display: block;
	font-size: calc(1rem + .1vw);
	margin-bottom: 1rem;
}

.woocommerce-cart .wc-block-components-product-details__value {
	display: block;
}

.woocommerce-cart .wc-block-cart {
	margin-bottom: 10rem !important;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items {
	border: 0;
	margin-bottom: -2px;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
	display: none;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td {
	border: 0;
	margin: 0;
	padding: 0 2rem 0 0;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	background: red;
	max-width: 12rem;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
	display: block;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
	display: none;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	border-radius: 1.5rem;
	border: 1px solid #EEE8DD;
	display: inline-flex;
	margin: 0;
	padding: 1px;
	width: auto;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button {
	background: #EEE8DD;
	border-radius: 2rem;
	border: 0;
	cursor: pointer;
	flex: 0 0 3rem;
	font-size: 1.2rem;
	height: 3rem;
	opacity: 1;
	width: 3rem;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button:hover {
	background: #283780;
	color: #FFF;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector > .wc-block-components-quantity-selector__input {
	color: #283780;
	font-size: 1.4rem;
	min-width: 3rem;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
	border: 0;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	font-size: 1.4rem;
	text-decoration: none;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	color: #918163;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
	padding-right: 0;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
	margin-bottom: 4rem;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	color: #283780;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(2.6rem + .1vw);
	letter-spacing: 5%;
	text-transform: lowercase;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
	color: #918163;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row:first-of-type td {
	padding-top: 0;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row:last-of-type td {
	padding-bottom: 0;
}

.woocommerce-cart .wc-block-cart .wc-block-components-main {
	border: 1px solid #EEE8DD;
	flex: 1;
	padding: 4rem;
	width: auto;
}

.woocommerce-cart .wc-block-cart .wc-block-components-product-metadata {
	margin-bottom: 4rem;
}

.woocommerce-cart .wc-block-cart .wc-block-components-product-name {
	color: #283780;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(2.4rem + .1vw);
	text-transform: lowercase;
}

.woocommerce-cart .wc-block-cart .wc-block-components-product-name:hover {
	color: #918163;
}

.wc-block-cart .wc-block-components-sidebar {
	align-self: baseline;
	margin: 0;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-heading-block,
.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	display: none;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit {
	margin: 0;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-components-button {
	align-items: center;
	background: #283780;
	color: #FFF;
	cursor: pointer;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(1.6rem + .1vw);
	letter-spacing: 8%;
	padding: calc(1.4rem + .1vw) calc(2rem + .1vw);
	text-transform: lowercase;
	transition: all 0.5s;
	will-change: background, color;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-cart__submit .wc-block-components-button:hover {
	background: #918163;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block {
	background: #EEE8DD;
	border-bottom: 0;
	margin-bottom: 4rem;
	padding: 4rem;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
	border-top: 0;
	padding: 0;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

.wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__label, .wc-block-cart .wc-block-components-sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
	font-size: calc(2rem + .1vw);
	font-weight: normal;
	letter-spacing: 4%;
}

.woocommerce-cart .cart-messages {
	display: none;
}

.woocommerce-cart .entry-header {
	background: #EEE8DD;
	margin-bottom: 1px;
	padding: 10rem 0;
	text-align: center;
}

.woocommerce-cart .entry-header > * {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	.woocommerce-cart .entry-header > * {
		max-width: 640px;
		width: 100%;
	}
}

.woocommerce-cart .entry-header h1 {
	margin-bottom: 0;
}

.woocommerce-cart .product__inspiration {
	margin: 0 0 1rem;
}

.woocommerce-cart .wc-block-cart {
	margin: 8rem 0 10rem;
}

.woocommerce-cart .wp-block-woocommerce-cart {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	.woocommerce-cart .wp-block-woocommerce-cart {
		max-width: 640px;
		width: 100%;
	}
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
	padding: 12rem 5rem;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
	margin-bottom: 0;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:not(.with-empty-cart-icon),
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new {
	display: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon {
	font-size: 2.8rem;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon:before {
	display: none;
}

.added_to_cart.wc-forward {
	display: none;
}

.category__navigation .menu {
	display: flex;
	font-size: 1.8rem;
	gap: 6rem;
	letter-spacing: 9%;
	list-style-type: none;
	padding: 0;
}

.category__navigation .menu-item {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}

.category__navigation .menu-item a {
	color: #283780;
	text-decoration: none;
}

.category__navigation .menu-item a:hover,
.category__navigation .menu-item.current-menu-item a,
.category__navigation .menu-item.current-menu-parent a {
	color: #918163;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.category__products .products {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1rem;
}

.category__products .products .product {
	background: #EEE8DD;
	color: #283780;
	flex: 0 0 calc(25% - 0.75rem);
	float: none;
	margin: 0;
	position: relative;
}

.category__products .products .product__details {
	aspect-ratio: 3 / 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 0 6rem;
	text-align: center;
}

.category__products .products .product__details .price {
	font-size: 1.4rem;
}

.category__products .products .product__favorite-btn {
	background: none;
	border: 0;
	border-radius: 100%;
	cursor: pointer;
	height: 3rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	transition: background 0.3s ease;
	width: 3rem;
	z-index: 10;
}

.category__products .products .product__favorite-btn .icon {
	color: #918163;
	height: 1.6rem;
	opacity: 0.5;
	width: 1.6rem;
}

.category__products .products .product__favorite-btn:hover .icon {
	color: #283780;
}

.category__products .products .product__favorite-btn.is-favorite .icon {
	color: #283780;
	opacity: 1;
}

.category__products .products .product__favorite-btn.is-favorite:hover {
	color: #918163;
	opacity: 0.5;
}

.category__products .products .product__subname {
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 9%;
}

.category__products .products .product .add_to_cart_button {
	align-items: center;
	background: none;
	bottom: 0;
	display: flex;
	height: 6rem;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.category__products .products .product .add_to_cart_button:after {
	display: none;
}

.category__products .products .product .add_to_cart_button .icon {
	color: #283780;
	height: 1rem;
	width: 1rem;
}

.category__products .products .product .add_to_cart_button span {
	display: none;
	font-size: 1.2rem;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 11%;
}

.category__products .products .product .add_to_cart_button:hover {
	background: #DACFB1;
	color: #FFF;
}

.category__products .products .product .add_to_cart_button:hover .icon {
	display: none;
}

.category__products .products .product .add_to_cart_button:hover span {
	display: flex;
}

.category__products .products .product .add_to_cart_button.loading {
	background: none;
}

.category__products .products .product .add_to_cart_button.loading .icon {
	animation: spin 0.6s linear infinite;
	display: block;
}

.category__products .products .product .add_to_cart_button.loading span {
	display: none;
}

.category__products .products .product .add_to_cart_button.loading:hover {
	background: none;
}

.category__products .products .product .add_to_cart_button.loading:hover .icon {
	display: block;
}

.category__products .products .product .add_to_cart_button.loading:hover span {
	display: none;
}

.category__products .products .product .add_to_cart_button.added {
	background: #DACFB1;
	color: #FFF;
}

.category__products .products .product .add_to_cart_button.added .icon {
	display: none;
}

.category__products .products .product .add_to_cart_button.added span {
	display: flex;
}

.category__products .products .product .add_to_cart_button.added:hover {
	background: #DACFB1;
	color: #FFF;
}

.category__products .products .product .add_to_cart_button.added:hover .icon {
	display: none;
}

.category__products .products .product .add_to_cart_button.added:hover span {
	display: flex;
}

.category__products .products .product .woocommerce-loop-product__link {
	display: block;
}

.category__products .products .product .product-thumbnail {
	aspect-ratio: 3 / 4;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.category__products .products .product .product-thumbnail::after {
	background: var(--bg) center/cover no-repeat;
	content: '';
	inset: 0;
	position: absolute;
	transform: translateZ(0) scale(1);
	transition: transform 0.5s, opacity 0.3s ease;
	will-change: transform;
}

.category__products .products .product .product-thumbnail::before {
	background: var(--hover-bg) center/cover no-repeat;
	content: '';
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: translateZ(0) scale(1);
	transition: opacity 0.3s ease;
	will-change: transform;
	z-index: 1;
}

.category__products .products .product .product-thumbnail[data-second-image]:hover::after {
	opacity: 0;
	transform: translateZ(0) scale(1);
}

.category__products .products .product .product-thumbnail[data-second-image]:hover::before {
	opacity: 1;
}

.category__products .products .product .product-thumbnail:not([data-second-image]):hover::after, .category__products .products .product .product-thumbnail:not([data-second-image]):focus-visible::after {
	transform: translateZ(0) scale(1.1);
}

.category__products .products .product .woocommerce-loop-product__title {
	font-size: 2rem;
	margin-bottom: 0.75rem;
}

.category__products .products .product .loop-variations {
	margin: 1rem 0;
}

.category__products .products .product .loop-variations + .price {
	display: none;
}

.category__products .products .product .loop-variations .loop-variation-attribute .loop-variation-options {
	display: flex;
	gap: 4rem;
	justify-content: center;
}

.category__products .products .product .loop-variations .loop-variation-option {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.4rem;
	gap: 1rem;
	letter-spacing: 5%;
	text-transform: uppercase;
}

.category__products .products .product .loop-variations .loop-variation-option input {
	display: none;
}

.category__products .products .product .loop-variations .loop-variation-option__label {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.category__products .products .product .loop-variations .loop-variation-option__radio {
	align-items: center;
	border: 1px solid #283780;
	border-radius: 100%;
	display: flex;
	height: 1.4rem;
	justify-content: center;
	width: 1.4rem;
}

.category__products .products .product .loop-variations .loop-variation-option:has(input:checked) .loop-variation-option__radio:before, .category__products .products .product .loop-variations .loop-variation-option:hover .loop-variation-option__radio:before {
	background: #283780;
	border-radius: 100%;
	content: '';
	height: 0.8rem;
	width: 0.8rem;
}

.category__products .products .product .loop-variations .loop-variation-error {
	color: #e2401c;
	font-size: 1rem;
	margin-top: 0.5rem;
	text-align: center;
}

.category__products .products .product a {
	color: inherit;
}

.category__products .products .product a:hover {
	text-decoration: none;
}

.category__toolbar {
	align-items: center;
	color: #283780;
	display: flex;
	flex-wrap: wrap;
	gap: calc(2rem + .1vw);
	justify-content: center;
	padding: calc(1rem + .1vw) calc(4rem + .1vw);
}

.category__toolbar .creativesteps-select__wrapper {
	align-items: center;
	display: flex;
}

.category__toolbar a {
	color: inherit;
}

.category__toolbar__all-link {
	align-items: center;
	display: flex;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(1.6rem + .1vw);
	letter-spacing: 5%;
	position: relative;
	text-transform: lowercase;
}

.category__toolbar__all-link:after {
	border-right: 1px solid #283780;
	content: '';
	height: 1rem;
	margin-left: 4rem;
	width: 1px;
}

.category__toolbar__all-link:hover {
	color: #918163;
	text-decoration: none;
}

.category__toolbar .category__filter {
	align-items: center;
	display: flex;
}

.category__toolbar .category__filter .creativesteps-select__trigger {
	padding-left: 0;
}

.category__toolbar .category__filter--active .creativesteps-select__trigger {
	color: #918163;
}

.tax-product_cat .menu {
	margin: calc(1.75rem + .1vw) 0;
}

.tax-product_cat .woocommerce-products-header {
	background: #EEE8DD;
	padding: 12rem 5rem;
}

.tax-product_cat .woocommerce-products-header__description {
	max-width: 50%;
}

.tax-product_cat .woocommerce-products-header__inner {
	display: flex;
	gap: 12rem;
}

.tax-product_cat .woocommerce-result-count {
	display: none;
}

.woocommerce-order-received .woocommerce-customer-details address {
	border: 1px solid #EEE8DD;
	margin: 0 0 4rem;
	padding: 4rem;
}

.woocommerce-order-received .woocommerce-order-overview {
	border: 1px solid #EEE8DD;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 0 0 4rem;
	padding: 4rem;
}

.woocommerce-order-received .woocommerce-order-overview li {
	flex: 0 0 calc(50% - 1rem);
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	letter-spacing: 4%;
	line-height: 1.5;
	list-style-type: none;
	text-transform: lowercase;
}

.woocommerce-order-received .woocommerce-order-overview li strong {
	display: block;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
}

.woocommerce-order-received .woocommerce-table {
	border: 1px solid #EEE8DD;
	margin-bottom: 4rem;
	padding: 4rem;
	width: 100%;
}

.woocommerce-order-received .woocommerce-table__product-name {
	color: #283780;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	letter-spacing: 4%;
	text-transform: lowercase;
}

.woocommerce-order-received .woocommerce-table__product-name a {
	color: inherit;
}

.woocommerce-order-received .woocommerce-table__product-name a:hover {
	color: #918163;
}

.woocommerce-order-received .woocommerce-table__product-name .product-quantity {
	font-size: 1.6rem;
	margin-left: 0.5rem;
}

.woocommerce-order-received .woocommerce-table__product-total {
	text-align: right;
}

.woocommerce-order-received .woocommerce-table thead {
	display: none;
}

.woocommerce-order-received .woocommerce-table tbody tr:last-of-type td {
	padding-bottom: 4rem;
}

.woocommerce-order-received .woocommerce-table tfoot th {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	letter-spacing: 3%;
	text-align: left;
	text-transform: lowercase;
}

.woocommerce-order-received .woocommerce-table tfoot td {
	text-align: right;
	font-size: 1.4rem;
}

.woocommerce-checkout .top,
.woocommerce-checkout .main-navigation,
.woocommerce-checkout .site-header__actions,
.woocommerce-checkout .site-footer {
	display: none;
}

.woocommerce-checkout .site-header__wrapper {
	background: none;
}

.woocommerce-checkout .site-main {
	padding: 5rem 0 10rem;
	position: relative;
}

.woocommerce-checkout .site-main:after {
	background: #EEE8DD;
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	z-index: -1;
}

.woocommerce-checkout .site-main .checkout-order-summary-block-fill-wrapper {
	display: none;
}

.woocommerce-checkout .site-main .entry-title {
	font-size: 5rem;
	padding: 0 5rem;
}

.woocommerce-checkout .site-main .wc-block-components-sidebar-layout {
	display: flex;
}

.woocommerce-checkout .site-main .wc-block-components-sidebar-layout .wc-block-components-main {
	flex: 1;
	max-width: 60%;
	padding: 0 5rem;
	width: auto;
}

.woocommerce-checkout .site-main .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	flex: 1;
	max-width: 40%;
	padding: 0 5rem;
	width: auto;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout {
	padding: 0;
}

.woocommerce-checkout .site-main .wc-block-components-title {
	font-size: 2.4rem;
}

.woocommerce-checkout .site-main .wc-block-components-checkout-step {
	margin-bottom: 4rem;
}

.woocommerce-checkout .site-main .wc-block-components-checkout-step__description {
	margin-bottom: 2rem;
}

.woocommerce-checkout .site-main .wc-block-components-checkout-step__heading {
	margin: 0 0 2rem;
}

.woocommerce-checkout .site-main .wc-block-checkout__payment-method .wc-block-components-checkout-step__content {
	padding: 0;
}

.woocommerce-checkout .site-main .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content {
	font-size: 1.4rem;
	padding: 0 2rem 2rem;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block {
	background: #EEE8DD;
	border: 0;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
	border: 0;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
	align-items: center;
	border: 0;
	display: flex;
	gap: 1rem;
	margin-top: 0;
	padding: 0;
	transition: all 0.5s;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-icon {
	background: url("images/icons/sf-plus.svg");
	height: 1.1rem;
	top: calc(50% - 0.5rem);
	transform: none;
	transition: all 0.5s;
	width: 1.1rem;
	order: 0;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-price {
	order: 2;
	font-weight: normal;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title-text {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	letter-spacing: 4%;
	order: 1;
	text-transform: lowercase;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title svg {
	display: none;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title:hover .wc-block-components-checkout-order-summary__title-icon {
	transform: rotate(180deg);
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
	font-weight: normal;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-name {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: 4%;
	text-transform: lowercase;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-price {
	font-size: 1.8rem;
	font-weight: normal;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-product-price span {
	font-weight: normal;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices {
	display: none;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
	background: #283780;
	border: 0;
	color: #FFF;
	padding: 0;
	font-size: 1.2rem;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 4%;
	text-transform: lowercase;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label {
	font-weight: normal;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
	border: 0;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__button {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	text-transform: lowercase;
	letter-spacing: 4%;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__button-icon {
	background-image: url("images/icons/sf-plus.svg");
	height: 1rem;
	top: calc(50% - 0.5rem);
	transform: none;
	transition: all 0.5s;
	width: 1rem;
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-panel__button:hover .wc-block-components-panel__button-icon {
	transform: rotate(180deg);
}

.woocommerce-checkout .site-main .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block {
	border: 0;
	padding: 0;
}

.contact-page__layout {
	margin-left: auto;
	margin-right: auto;
	padding: 0 2rem 6rem;
}

@media screen and (min-width: 1081px) {
	.contact-page__layout {
		max-width: 1360px;
		width: 100%;
	}
}

.contact-page__box {
	border: 2px solid #283780;
	margin-bottom: 2rem;
	padding: 4rem;
}

.contact-page__box a {
	color: #283780;
}

.contact-page__box h4 {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	gap: 1rem;
	letter-spacing: 0.1ch;
	margin: 0 0 1rem;
}

.contact-page__box h4 .icon {
	height: 2rem;
	width: 2rem;
}

.contact-page__box p {
	margin: 0;
}

.contact-page__helpdesk {
	margin-top: 4rem;
}

.contact-page__helpdesk h3 {
	margin: 0 0 2rem;
}

body.creativesteps-favorites .entry-header {
	background: #EEE8DD;
	margin-bottom: 1rem;
	padding: 10rem 0;
	text-align: center;
}

body.creativesteps-favorites .entry-header .entry-title {
	margin-bottom: 0;
}

.site-footer {
	background: #EEE8DD;
}

.site-footer__block {
	color: #283780;
	flex: 1;
}

.site-footer__block:nth-of-type(1), .site-footer__block:nth-of-type(2) {
	flex: 2;
}

.site-footer__block a {
	color: inherit;
}

.site-footer__block h5 {
	font-size: 2rem;
	letter-spacing: 0.2rem;
}

.site-footer__block p:last-of-type {
	margin-bottom: 0;
}

.site-footer__blocks {
	display: flex;
	gap: 4rem;
}

.site-footer__copyright {
	background: #918163;
	color: #FFF;
	font-size: 1.2rem;
	padding: 1.5rem 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
}

.site-footer__copyright a {
	color: inherit;
}

.site-footer__copyright__inner {
	align-items: center;
	display: inline-flex;
	gap: 4rem;
}

.site-footer__copyright__social-media {
	display: flex;
	gap: 2rem;
}

.site-footer__copyright__social-media__item {
	align-items: center;
	background: #FFF;
	border-radius: 100%;
	display: flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.site-footer__copyright__social-media__item .icon {
	color: #918163;
	height: 16px;
	width: 16px;
}

.site-footer__inner {
	padding: 12rem;
}

.site-footer__logo {
	display: block;
	margin-bottom: 4rem;
}

.helpdesk__accordion-trigger {
	align-items: center;
	background: none;
	border: 0;
	border-bottom: 1px solid #EEE8DD;
	color: #283780;
	cursor: pointer;
	display: flex;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	justify-content: space-between;
	margin-bottom: 2rem;
	padding: 2rem 0;
	text-align: left;
	text-transform: lowercase;
	width: 100%;
}

.helpdesk__accordion-trigger .icon {
	flex-shrink: 0;
	height: 1.2rem;
	transition: transform 0.2s ease;
	width: 1.2rem;
}

.helpdesk__accordion-content {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.25s ease-out;
}

.helpdesk__accordion-content > * {
	overflow: hidden;
}

.helpdesk__accordion.is-expanded .helpdesk__accordion-trigger .icon {
	transform: rotate(45deg);
}

.helpdesk__accordion.is-expanded .helpdesk__accordion-content {
	grid-template-rows: 1fr;
	padding-bottom: 2rem;
}

.helpdesk__article-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.helpdesk__article-list a {
	color: #283780;
	display: block;
	line-height: 2;
}

.helpdesk__article-list a:hover {
	color: #918163;
}

.helpdesk__article-content {
	margin-bottom: 4rem;
}

.helpdesk__article-content h2,
.helpdesk__article-content h3,
.helpdesk__article-content h4 {
	margin-top: 3rem;
}

.helpdesk__article-content p {
	line-height: 1.8;
}

.helpdesk__article-content ul,
.helpdesk__article-content ol {
	line-height: 1.8;
	padding-left: 2rem;
}

.helpdesk__article-nav {
	border-top: 1px solid #EEE8DD;
	padding-top: 2rem;
}

.helpdesk__back-link {
	align-items: center;
	color: #283780;
	display: inline-flex;
	gap: 1rem;
}

.helpdesk__back-link .icon {
	height: 1.2rem;
	width: 1.2rem;
}

.helpdesk__back-link:hover {
	color: #918163;
}

.helpdesk__categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.helpdesk__category a {
	align-items: center;
	color: #283780;
	display: flex;
	gap: 1.5rem;
	line-height: 2;
}

.helpdesk__category a:hover {
	color: #918163;
}

.helpdesk__category .icon {
	height: 2rem;
	width: 2rem;
}

.helpdesk__category.is-active a {
	color: #918163;
	font-weight: 500;
}

.helpdesk__contact {
	margin-top: 4rem;
}

.helpdesk__contact h4 {
	margin-bottom: 2rem;
}

.helpdesk__featured h2, .helpdesk__search-results h2 {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	margin: 0 0 2rem;
	text-transform: lowercase;
}

.helpdesk__layout {
	display: flex;
	gap: 6rem;
	padding: 0 2rem 6rem;
}

@media screen and (max-width: 1080px) {
	.helpdesk__layout {
		flex-direction: column;
		gap: 4rem;
	}
}

.helpdesk__main {
	flex: 1;
	min-width: 0;
}

.helpdesk__search {
	margin-bottom: 4rem;
}

.helpdesk__search-form {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.helpdesk__search-form input[type="search"] {
	background: #FFF;
	border: 2px solid #283780;
	flex: 1;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	padding: 1.5rem 2rem;
}

.helpdesk__search-form input[type="search"]:focus {
	outline: none;
}

.helpdesk__search-form input[type="search"]::placeholder {
	color: #D7D2CD;
}

.helpdesk__sidebar {
	flex-shrink: 0;
	width: 36rem;
}

@media screen and (max-width: 1080px) {
	.helpdesk__sidebar {
		width: 100%;
	}
}

.helpdesk__sidebar-title {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	margin: 0 0 2rem;
}

body.creativesteps-helpdesk:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) article.page .entry-content {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	body.creativesteps-helpdesk:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) article.page .entry-content {
		max-width: 1360px;
		width: 100%;
	}
}

.creativesteps-select {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	position: relative;
	user-select: none;
}

.creativesteps-select__option {
	color: #283780;
	cursor: pointer;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: calc(1rem + .1vw);
	letter-spacing: 5%;
	padding: calc(1.25rem + .1vw) calc(2.5rem + .1vw);
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.creativesteps-select__option:hover, .creativesteps-select__option.hover, .creativesteps-select__option.selected {
	background: #DACFB1;
	color: #FFF;
}

.creativesteps-select__options {
	background: #F7F4ED;
	left: 50%;
	max-height: calc(30rem + .1vw);
	min-width: max-content;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%) translateY(calc(-0.5rem + .1vw));
	top: 100%;
	transition: all 0.5s ease;
	visibility: hidden;
	z-index: 100;
}

.creativesteps-select__options::-webkit-scrollbar {
	width: calc(0.6rem + .1vw);
}

.creativesteps-select__options::-webkit-scrollbar-thumb {
	background: #283780;
	border-radius: 5px;
}

.creativesteps-select__options::-webkit-scrollbar-thumb:hover {
	background: #1c2659;
}

.creativesteps-select__options::-webkit-scrollbar-track {
	background: #F7F4ED;
	border-radius: 5px;
}

.creativesteps-select__trigger {
	align-items: center;
	color: #283780;
	display: flex;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: calc(1.6rem + .1vw);
	gap: calc(1rem + .1vw);
	justify-content: space-between;
	letter-spacing: 5%;
	min-height: calc(4rem + .1vw);
	padding: calc(1.4rem + .1vw) calc(2rem + .1vw);
	position: relative;
	text-transform: lowercase;
	transition: all 0.5s ease;
}

.creativesteps-select__trigger:hover {
	color: #918163;
}

.creativesteps-select__trigger:hover svg {
	transform: rotate(180deg);
}

.creativesteps-select__trigger svg {
	transition: all 0.5s;
	margin-left: 0.5rem;
}

.creativesteps-select__trigger span {
	font-weight: 400;
	white-space: nowrap;
}

.creativesteps-select__wrapper {
	display: inline-block;
	position: relative;
}

.creativesteps-select__wrapper select {
	display: none;
}

.creativesteps-select.open .creativesteps-select__options {
	opacity: 1;
	pointer-events: all;
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

form .form__label,
body .wc-block-components-form .form__label {
	color: #283780;
	cursor: pointer;
	display: block;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: 4%;
	margin-bottom: 1rem;
	text-transform: lowercase;
}

form .form__select,
body .wc-block-components-form .form__select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	color: #283780;
	cursor: pointer;
	flex: 1;
	font-size: 1.6rem;
	height: 100%;
	letter-spacing: 4%;
	padding: 0 2rem;
	text-transform: lowercase;
}

form .form__select-wrapper,
body .wc-block-components-form .form__select-wrapper {
	align-items: center;
	border: 2px solid #283780;
	cursor: pointer;
	display: flex;
	height: 60px;
}

form .form__select-wrapper:after,
body .wc-block-components-form .form__select-wrapper:after {
	background-image: url("images/icons/sf-plus.svg");
	content: '';
	display: block;
	height: 1.1rem;
	margin-left: auto;
	margin-right: 2rem;
	position: static;
	transform: none;
	transition: all 0.5s;
	width: 1.1rem;
}

form .form__select-wrapper:hover:after,
body .wc-block-components-form .form__select-wrapper:hover:after {
	transform: rotate(180deg);
}

form input,
form .woocommerce-Input,
form .wc-block-components-text-input input[type='email'],
form .wc-block-components-text-input input[type='number'],
form .wc-block-components-text-input input[type='password'],
form .wc-block-components-text-input input[type='tel'],
form .wc-block-components-text-input input[type='text'],
form .wc-block-components-text-input input[type='url'],
body .wc-block-components-form input,
body .wc-block-components-form .woocommerce-Input,
body .wc-block-components-form .wc-block-components-text-input input[type='email'],
body .wc-block-components-form .wc-block-components-text-input input[type='number'],
body .wc-block-components-form .wc-block-components-text-input input[type='password'],
body .wc-block-components-form .wc-block-components-text-input input[type='tel'],
body .wc-block-components-form .wc-block-components-text-input input[type='text'],
body .wc-block-components-form .wc-block-components-text-input input[type='url'] {
	background: none;
	border: 2px solid #283780;
	border-radius: 0;
	font-size: 1.6rem;
	height: 60px;
	padding: 0 2rem;
}

form input:focus,
form .woocommerce-Input:focus,
form .wc-block-components-text-input input[type='email']:focus,
form .wc-block-components-text-input input[type='number']:focus,
form .wc-block-components-text-input input[type='password']:focus,
form .wc-block-components-text-input input[type='tel']:focus,
form .wc-block-components-text-input input[type='text']:focus,
form .wc-block-components-text-input input[type='url']:focus,
body .wc-block-components-form input:focus,
body .wc-block-components-form .woocommerce-Input:focus,
body .wc-block-components-form .wc-block-components-text-input input[type='email']:focus,
body .wc-block-components-form .wc-block-components-text-input input[type='number']:focus,
body .wc-block-components-form .wc-block-components-text-input input[type='password']:focus,
body .wc-block-components-form .wc-block-components-text-input input[type='tel']:focus,
body .wc-block-components-form .wc-block-components-text-input input[type='text']:focus,
body .wc-block-components-form .wc-block-components-text-input input[type='url']:focus {
	color: #918163;
	border-color: #918163;
	border-width: 2px;
	outline: 0;
}

form textarea,
body .wc-block-components-form textarea {
	background: none;
	border: 2px solid #283780;
	border-radius: 0;
	padding: 2rem;
	width: 100%;
}

form textarea:focus,
body .wc-block-components-form textarea:focus {
	color: #918163;
	border-color: #918163;
	border-width: 2px;
	outline: 0;
}

form .select2-container--default .select2-selection--single,
body .wc-block-components-form .select2-container--default .select2-selection--single {
	align-items: center;
	background: none;
	border-radius: 0;
	border: 2px solid #283780;
	display: flex;
	height: 6rem;
	padding: 0 2rem;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow,
body .wc-block-components-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	background-image: url("images/icons/sf-plus.svg");
	height: 1.1rem;
	margin-left: auto;
	position: static;
	transform: none;
	transition: all 0.5s;
	width: 1.1rem;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow b,
body .wc-block-components-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

form .select2-container--default .select2-selection--single .select2-selection__rendered,
body .wc-block-components-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
}

form .wc-block-components-checkbox label,
body .wc-block-components-form .wc-block-components-checkbox label {
	align-items: center;
	display: flex;
}

form .wc-block-components-checkbox .wc-block-components-checkbox__input[type='checkbox'],
body .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input[type='checkbox'] {
	align-items: center;
	border-radius: 0;
	border: 1px solid #283780;
	display: flex;
	height: 1.6rem;
	justify-content: center;
	margin-right: 1rem;
	min-height: 0;
	min-width: 0;
	padding: 2px;
	width: 1.6rem;
}

form .wc-block-components-checkbox .wc-block-components-checkbox__input[type='checkbox']:focus,
body .wc-block-components-form .wc-block-components-checkbox .wc-block-components-checkbox__input[type='checkbox']:focus {
	outline: none;
}

form .wc-block-components-checkbox__mark,
body .wc-block-components-form .wc-block-components-checkbox__mark {
	background: url("images/icons/check.svg") no-repeat center;
	height: 1rem;
	width: 1rem;
}

form .wc-block-components-radio-control-accordion-option,
body .wc-block-components-form .wc-block-components-radio-control-accordion-option {
	border-radius: 0;
}

form .wc-block-components-radio-control-accordion-option--checked,
body .wc-block-components-form .wc-block-components-radio-control-accordion-option--checked {
	box-shadow: 0;
}

form .wc-block-components-radio-control__input,
body .wc-block-components-form .wc-block-components-radio-control__input {
	align-items: center;
	border-color: #283780;
	display: flex;
	flex: 0 0 1.6rem;
	height: 1.6rem;
	justify-content: center;
	min-height: 0;
	min-width: 0;
	padding: 2px;
	position: static;
	transform: none;
	width: 1.6rem;
}

form .wc-block-components-radio-control__input:checked:before,
body .wc-block-components-form .wc-block-components-radio-control__input:checked:before {
	background: #283780;
	flex: 0 0 1rem;
	height: 1rem;
	min-height: 0;
	min-width: 0;
	position: static;
	transform: none;
	width: 1rem;
}

form .wc-block-components-radio-control__input:focus,
body .wc-block-components-form .wc-block-components-radio-control__input:focus {
	outline: none;
}

form .wc-block-components-radio-control__label > div,
body .wc-block-components-form .wc-block-components-radio-control__label > div {
	align-items: center;
	display: flex;
	width: 100%;
}

form .wc-block-components-radio-control__label > div img,
body .wc-block-components-form .wc-block-components-radio-control__label > div img {
	margin-left: auto;
}

form .wc-block-components-radio-control__option,
body .wc-block-components-form .wc-block-components-radio-control__option {
	align-items: center;
	color: #283780;
	display: flex;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	gap: 1rem;
	padding: 2rem;
}

form .wc-block-components-radio-control__option:first-child,
body .wc-block-components-form .wc-block-components-radio-control__option:first-child {
	padding: 2rem;
}

form .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option,
body .wc-block-components-form .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
	padding: 2rem;
}

form .wc-block-components-radio-control-accordion-option,
body .wc-block-components-form .wc-block-components-radio-control-accordion-option {
	border: 2px solid #283780;
	margin-bottom: -2px;
}

form .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body .wc-block-components-form .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	box-shadow: none;
}

form .wc-blocks-components-select__container,
body .wc-block-components-form .wc-blocks-components-select__container {
	background: none;
	height: auto;
	margin-top: 0;
}

form .wc-blocks-components-select__container:hover .wc-blocks-components-select__expand,
body .wc-block-components-form .wc-blocks-components-select__container:hover .wc-blocks-components-select__expand {
	transform: rotate(180deg);
}

form .wc-blocks-components-select__expand,
body .wc-block-components-form .wc-blocks-components-select__expand {
	background-image: url("images/icons/sf-plus.svg");
	height: 1.1rem;
	right: 2rem;
	top: calc(50% - 0.5rem);
	transform: none;
	transition: all 0.5s;
	width: 1.1rem;
}

form .wc-blocks-components-select__label,
body .wc-block-components-form .wc-blocks-components-select__label {
	color: #283780;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	left: 2rem;
	letter-spacing: 4%;
	opacity: 0.75;
	text-transform: lowercase;
	top: calc(2px + 0.25rem);
}

form .wc-blocks-components-select__select,
body .wc-block-components-form .wc-blocks-components-select__select {
	border-radius: 0;
	border: 2px solid #283780;
	color: #283780;
	cursor: pointer;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	height: 60px;
	letter-spacing: 4%;
	padding: 0.5rem 2rem 0;
	text-transform: lowercase;
}

form .wc-blocks-components-select__select:focus,
body .wc-block-components-form .wc-blocks-components-select__select:focus {
	border-width: 2px;
}

form .wc-block-components-textarea,
body .wc-block-components-form .wc-block-components-textarea {
	color: #283780;
	background: none;
	font-size: 1.4rem;
	border-radius: 0;
	border: 2px solid #283780;
	padding: 2rem;
}

form .wc-block-components-textarea:focus,
body .wc-block-components-form .wc-block-components-textarea:focus {
	color: #283780;
}

form .wc-block-components-textarea::placeholder,
body .wc-block-components-form .wc-block-components-textarea::placeholder {
	color: #283780;
}

form .wc-block-components-text-input label,
body .wc-block-components-form .wc-block-components-text-input label {
	color: #283780;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: 4%;
	left: 2rem;
	text-transform: lowercase;
}

form .wc-block-components-text-input:has(input:focus) label,
body .wc-block-components-form .wc-block-components-text-input:has(input:focus) label {
	color: #918163;
	opacity: 1;
}

form .wc-block-components-text-input.is-active input[type='email'],
form .wc-block-components-text-input.is-active input[type='number'],
form .wc-block-components-text-input.is-active input[type='password'],
form .wc-block-components-text-input.is-active input[type='tel'],
form .wc-block-components-text-input.is-active input[type='text'],
form .wc-block-components-text-input.is-active input[type='url'],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type='email'],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type='number'],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type='password'],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type='tel'],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type='text'],
body .wc-block-components-form .wc-block-components-text-input.is-active input[type='url'] {
	color: #283780;
	padding: 0.5rem 2rem 0;
}

form .wc-block-components-text-input.is-active label,
body .wc-block-components-form .wc-block-components-text-input.is-active label {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	opacity: 0.75;
	top: 0.25rem;
}

form .woocommerce-form-row label,
body .wc-block-components-form .woocommerce-form-row label {
	display: block;
}

.select2-dropdown {
	background: #FFF;
	border: 2px solid #283780;
}

.select2-dropdown .select2-results__option {
	padding: 1rem 2rem;
}

.select2-dropdown .select2-results__option--highlighted[data-selected] {
	background: #283780;
}

.select2-dropdown .select2-results__option[data-selected='true'] {
	background: #918163;
	color: #FFF;
}

.site-header {
	align-items: center;
	display: flex;
	padding: 2.25rem 5rem;
}

.site-header__action {
	background: none;
	border: 0;
	color: #283780;
	cursor: pointer;
}

.site-header__action .icon {
	height: 1.6rem;
	width: 1.6rem;
}

.site-header__actions {
	display: flex;
	gap: 2rem;
	margin-left: auto;
}

.site-header__language {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	gap: 0.5rem;
}

.site-header__language__current {
	aspect-ratio: 2 / 1;
	border: 1px solid #283780;
	height: 1.6rem;
	border-radius: 0.8rem;
}

.site-header__language__current:before {
	aspect-ratio: 1;
	background-position: center;
	background-size: cover;
	background: #283780;
	border-radius: 100%;
	content: '';
	display: block;
	height: 100%;
}

.site-header__toggleable-nav {
	align-items: center;
	display: flex;
	gap: 6rem;
}

.site-header__toggleable-nav__simple, .site-header__toggleable-nav__default {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.site-header__toggleable-nav__simple.nav-hidden, .site-header__toggleable-nav__default.nav-hidden {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: -9999px;
}

.site-header__toggleable-nav__default {
	align-items: center;
	display: flex;
	gap: 6rem;
}

.site-header__toggleable-nav__default .custom-logo {
	display: block;
}

.site-header__toggleable-nav__default .main-navigation {
	position: static;
	transform: none;
}

.site-header__toggleable-nav__trigger {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	padding: 0;
}

.site-header__toggleable-nav__trigger .icon {
	height: 1.6rem;
	transition: all 0.5s;
	width: 1.6rem;
}

.site-header__toggleable-nav__trigger:hover .icon {
	color: #918163;
	transform: rotate(180deg);
}

.site-header__wrapper {
	background: #F7F4ED;
	position: relative;
	z-index: 20;
}

.header__cart {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 9999;
}

.header__cart__close {
	background: none;
	border: none;
	color: #283780;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
}

.header__cart__close:hover {
	opacity: 0.7;
}

.header__cart__content {
	background: #FFF;
	color: #283780;
	height: 100%;
	overflow-y: auto;
	padding: 10rem 5rem;
	position: absolute;
	right: 0;
	transform: translateX(100%);
	transition: transform 0.5s ease;
	width: 25vw;
}

.header__cart__overlay {
	background: rgba(145, 129, 99, 0.5);
	height: 100%;
	position: absolute;
	width: 100%;
}

.header__cart--visible {
	opacity: 1;
	pointer-events: auto;
}

.header__cart--visible .header__cart__content {
	transform: translateX(0);
}

.mini-cart__items {
	margin-bottom: 2rem;
}

.mini-cart__item {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	padding: 2rem 0;
}

.mini-cart__item:first-child {
	padding-top: 0;
}

.mini-cart__item-image {
	flex-shrink: 0;
	width: 60px;
}

.mini-cart__item-image img {
	display: block;
	height: auto;
	width: 100%;
}

.mini-cart__item-details {
	flex: 1;
}

.mini-cart__item-name {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	text-transform: lowercase;
}

.mini-cart__item-name a {
	color: #283780;
	text-decoration: none;
}

.mini-cart__item-name a:hover {
	text-decoration: underline;
}

.mini-cart__item-quantity {
	color: rgba(40, 55, 128, 0.7);
	font-size: 1.3rem;
}

.mini-cart__item-remove {
	flex-shrink: 0;
}

.mini-cart__item-remove .remove {
	color: #918163;
	font-size: 2.4rem;
	line-height: 1;
	text-decoration: none;
	transition: color 0.5s;
}

.mini-cart__item-remove .remove:hover {
	color: #283780;
}

.mini-cart__total {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	gap: 2rem;
	margin-bottom: 2rem;
	padding: 2rem 0;
}

.mini-cart__total-label {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-size: 1.8rem;
}

.mini-cart__total-amount {
	color: #283780;
	margin-left: auto;
	text-align: right;
	font-weight: 500;
}

.mini-cart__actions {
	flex: 1;
}

.mini-cart__actions .checkout-button {
	font-weight: 500;
	padding: 1.2rem 2rem;
	justify-content: center;
	width: 100%;
}

.mini-cart__empty {
	padding: 4rem 2rem;
	text-align: center;
}

.mini-cart__empty p {
	color: rgba(40, 55, 128, 0.7);
	font-size: 1.4rem;
	margin: 0;
}

.cart-count {
	align-items: center;
	background: #EEE8DD;
	border-radius: 50%;
	color: #283780;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 1.8rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -0.5rem;
	width: 1.8rem;
}

.cart-count:empty {
	display: none;
}

.site-header__action--cart {
	position: relative;
}

.main-navigation {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

.main-navigation .menu {
	display: flex;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	gap: 4rem;
	letter-spacing: 9%;
	list-style-type: none;
	padding: 0;
	text-transform: lowercase;
}

.main-navigation .menu-item a {
	color: #283780;
}

.main-navigation .menu-item a:hover {
	text-decoration: none;
}

.main-navigation .menu-item .icon {
	height: 10px;
	margin-left: 0.5rem;
	transition: all 0.5s;
	width: 10px;
}

.main-navigation .menu-item.current_page_item a, .main-navigation .menu-item:hover a {
	color: #918163;
}

.main-navigation .menu-item:hover .icon {
	transform: rotate(180deg);
}

.main-navigation .menu-item.open .sub-menu__wrapper {
	transform: translateX(-50%) scaleY(1);
}

.main-navigation .menu-item.open .icon {
	transform: rotate(180deg);
}

.main-navigation .menu-toggle {
	display: none;
}

.main-navigation .menu .sub-menu__wrapper {
	background: #F7F4ED;
	left: 50%;
	padding: 0 5rem;
	position: absolute;
	top: 100%;
	transform-origin: top;
	transform: translateX(-50%) scaleY(0);
	transition: transform 0.1s ease-out;
	width: 100vw;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner {
	display: flex;
	gap: 4rem;
	padding: 6rem 0;
	position: relative;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__heading {
	display: block;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	margin-bottom: 2rem;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items {
	position: relative;
	margin-right: 5rem;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__items {
	display: flex;
	width: 100%;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item {
	box-sizing: border-box;
	flex: 0 0 calc(25% - 1.5rem);
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item a {
	color: #283780;
	display: block;
	text-align: center;
	text-decoration: none;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item a span {
	font-size: 1.6rem;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item a span:hover {
	color: #918163;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item__image {
	aspect-ratio: 1 / 1.33;
	margin-bottom: 1.5rem;
	overflow: hidden;
	position: relative;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item__image:after {
	background: var(--bg) center/cover no-repeat;
	content: '';
	inset: 0;
	position: absolute;
	transform: translateZ(0) scale(1);
	transition: transform 0.5s;
	will-change: transform;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item__image:hover:after, .main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__wrapper .sub-menu__item__image:focus-visible:after {
	transform: translateZ(0) scale(1.25);
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button {
	align-items: center;
	background: #DACFB1;
	border-radius: 50%;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: flex;
	height: 4.2rem;
	justify-content: center;
	padding: 0;
	transition: background 0.5s;
	width: 4.2rem;
	z-index: 10;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button .icon {
	height: 2rem;
	width: 2rem;
	margin: 0;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button.swiper-button-disabled {
	display: none;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button:hover {
	background: #918163;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button--left, .main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button--right {
	position: absolute;
	margin-top: -2.1rem;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button--left {
	margin-left: -2.1rem;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__items__navigation-button--right {
	right: 0;
	margin-right: -2.1rem;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__list {
	flex: 0 0 20vw;
	list-style: none;
	padding: 0;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__list .menu-item {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	line-height: 1.6;
	text-transform: uppercase;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__list .menu-item a {
	color: #283780;
}

.main-navigation .menu .sub-menu__wrapper .sub-menu__inner .sub-menu__list .menu-item a:hover {
	color: #918163;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews,
.woocommerce-message,
p.no-comments {
	margin-left: auto;
	margin-right: auto;
	background: none;
	border-radius: 0;
	border: 2px solid #283780;
	margin: 4rem auto;
	outline: none;
	padding: 2rem;
}

@media screen and (min-width: 1081px) {
	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-noreviews,
	.woocommerce-message,
	p.no-comments {
		max-width: 640px;
		width: 100%;
	}
}

.woocommerce-error .wc-forward,
.woocommerce-info .wc-forward,
.woocommerce-noreviews .wc-forward,
.woocommerce-message .wc-forward,
p.no-comments .wc-forward {
	display: none;
}

.woocommerce-error {
	list-style-type: none;
}

.cart-notification {
	background: #918163;
	color: #FFF;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	height: 6rem;
	left: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateY(-100%);
	transition: transform 0.5s ease, opacity 0.5s ease;
	z-index: 9999;
}

.cart-notification--visible {
	opacity: 1;
	transform: translateY(0);
}

.cart-notification__content {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
}

.woocommerce-pagination {
	margin-left: auto;
	margin-right: auto;
	margin: 4rem auto 4rem;
}

@media screen and (min-width: 1081px) {
	.woocommerce-pagination {
		max-width: 640px;
		width: 100%;
	}
}

.woocommerce-pagination ul.page-numbers {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin: 0;
}

.woocommerce-pagination ul.page-numbers .page-numbers {
	color: #283780;
	display: block;
	padding: 1rem;
}

.woocommerce-pagination ul.page-numbers .page-numbers.current {
	color: #918163;
}

.woocommerce-pagination ul.page-numbers .prev,
.woocommerce-pagination ul.page-numbers .next {
	align-items: center;
	display: flex;
	color: #283780;
}

.woocommerce-pagination ul.page-numbers .prev .icon,
.woocommerce-pagination ul.page-numbers .next .icon {
	height: 1.6rem;
	width: 1.6rem;
}

.post__comments {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
}

@media screen and (min-width: 1081px) {
	.post__comments {
		max-width: 640px;
		width: 100%;
	}
}

.post__comments .comment-form-author label, .post__comments .comment-form-email label {
	color: #283780;
	cursor: pointer;
	display: block;
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: 4%;
	margin-bottom: 1rem;
	text-transform: lowercase;
}

.post__comments .comment-form-author input, .post__comments .comment-form-email input {
	width: 100%;
}

.post__comments .comment-form-cookies-consent {
	display: none;
}

.post__comments .comment-form-comment {
	margin-bottom: 4rem;
}

.post__comments .comment-form-comment label {
	display: none;
}

.post__comments .comment-form-url {
	display: none;
}

.post__comments .comment-list {
	list-style-type: none;
	margin: 2rem 0 4rem;
	padding: 0;
}

.post__comments .comment-list .children {
	list-style-type: none;
	margin: 4rem calc(-4rem - 1px) calc(-4rem - 1px) 0;
}

.post__comments .comment-list .comment {
	border: 1px solid #EEE8DD;
	margin-bottom: -1px;
	padding: 4rem;
}

.post__comments .comment-list .comment-author {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	letter-spacing: 4%;
	margin-bottom: 2rem;
	text-transform: lowercase;
}

.post__comments .comment-list .comment-author a {
	color: #283780;
}

.post__comments .comment-list .comment-author .avatar {
	display: none;
}

.post__comments .comment-list .comment-content {
	font-family: "cormorantgaramond-italic", Arial, Helvetica, sans-serif;
}

.post__comments .comment-list .comment-metadata {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.post__comments .comment-list .comment-reply-link {
	font-size: 1.6rem;
}

.post__comments .comment-list .comment-reply-title small {
	margin-left: 2rem;
}

.post__comments .logged-in-as {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

.post__comments .logged-in-as a {
	color: #918163;
}

.post__comments .logged-in-as a:hover {
	color: #283780;
}

.post__comments .required-field-message {
	display: none;
}

.post__image {
	margin-bottom: 4rem;
}

.post__image img {
	display: block;
}

.post__image:last-of-type {
	margin-bottom: 0;
}

.product__gallery {
	overflow: hidden;
	position: relative;
	width: 35%;
}

.product__gallery .swiper-wrapper,
.product__gallery .swiper-slide {
	aspect-ratio: 1 / 1.33;
	height: auto;
	width: 100%;
}

.product__gallery__arrow {
	align-items: center;
	background: none;
	border: 0;
	color: #918163;
	cursor: pointer;
	display: inline-flex;
	font-size: calc(1.8rem + .1vw);
	height: calc(4rem + .1vw);
	justify-content: center;
	left: auto;
	margin: 0;
	padding: 0;
	position: static;
	right: auto;
	top: auto;
	transition: all 0.3s ease;
	width: calc(4rem + .1vw);
}

.product__gallery__arrow:before, .product__gallery__arrow:after {
	content: none;
}

.product__gallery__arrow:hover {
	color: #283780;
}

.product__gallery__arrow.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.product__gallery__arrow .icon {
	height: 1.2rem;
	width: 1.2rem;
}

.product__gallery__counter {
	color: #918163;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: calc(1.2rem + .1vw);
	letter-spacing: 5%;
}

.product__gallery__image {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transform: translateZ(0);
	transition: opacity 0.3s ease, transform 0.5s ease;
	width: auto;
}

.product__gallery__image:hover {
	transform: translateZ(0) scale(1.05);
}

.product__gallery__navigation {
	align-items: center;
	display: flex;
	gap: calc(1rem + .1vw);
	height: 5rem;
	justify-content: center;
	margin-top: 2rem;
}

.product__gallery__slide {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: relative;
}

.product__gallery__slide:first-child[data-second-image] .product__gallery__image--hover {
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
	width: auto;
	z-index: 1;
}

.product__gallery__slide:first-child[data-second-image]:hover .product__gallery__image {
	opacity: 0;
}

.product__gallery__slide:first-child[data-second-image]:hover .product__gallery__image--hover {
	opacity: 1;
}

.product__info-content--hidden {
	display: none;
}

.product__info-content p {
	line-height: 1.6;
	margin-bottom: 1rem;
}

.product__info-content table {
	border-collapse: collapse;
	width: 100%;
}

.product__info-content table tr {
	border-bottom: 1px solid rgba(40, 55, 128, 0.1);
}

.product__info-content table th,
.product__info-content table td {
	padding: 0.8rem 0;
	text-align: left;
}

.product__info-content table th {
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 5%;
	text-transform: uppercase;
}

.product__info-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transition: opacity 0.5s ease;
	width: 100%;
	z-index: 9999;
}

.product__info-modal-body p {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.product__info-modal-body table {
	border-collapse: collapse;
	color: #283780;
	width: 100%;
}

.product__info-modal-body table tr {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

.product__info-modal-body table th,
.product__info-modal-body table td {
	font-size: 1.2rem;
	padding: 1rem;
	text-align: left;
	vertical-align: middle;
}

.product__info-modal-body table th p,
.product__info-modal-body table td p {
	font-size: 1.4rem;
}

.product__info-modal-body table th p:last-of-type,
.product__info-modal-body table td p:last-of-type {
	margin-bottom: 0;
}

.product__info-modal-body table th {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5%;
}

.product__info-modal-close {
	background: none;
	border: none;
	color: #283780;
	cursor: pointer;
	font-size: 2rem;
	position: absolute;
	right: 2rem;
	top: 2rem;
}

.product__info-modal-close:hover {
	opacity: 0.7;
}

.product__info-modal-content {
	background: #EEE8DD;
	color: #283780;
	height: 100%;
	overflow-y: auto;
	padding: 10rem 5rem;
	position: relative;
	transform: translateX(-100%);
	transition: transform 0.5s ease;
	width: 30%;
}

.product__info-modal.active .product__info-modal-content {
	transform: translateX(0);
}

.product__info-modal-header {
	margin-bottom: 2rem;
}

.product__info-modal-header h3 {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 2rem;
	letter-spacing: 5%;
	margin: 0;
	text-transform: uppercase;
}

.product__info-modal-overlay {
	background: rgba(145, 129, 99, 0.5);
	height: 100%;
	position: absolute;
	width: 100%;
}

.product__info-modal.active {
	opacity: 1;
	pointer-events: auto;
}

.product__info-section {
	margin-top: 2rem;
}

.product__info-trigger {
	align-items: center;
	color: #283780;
	cursor: pointer;
	display: flex;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	gap: 1rem;
	letter-spacing: 5%;
	margin: 0;
	text-transform: uppercase;
	transition: color 0.5s ease;
}

.product__info-trigger .icon {
	height: 1rem;
	width: 1rem;
}

.product__info-trigger:hover {
	color: #918163;
	text-decoration: none;
}

.product__inspiration {
	display: flex;
	margin: 8rem -5rem;
}

.product__inspiration__content {
	align-items: center;
	background: #EEE8DD;
	color: #283780;
	display: flex;
	flex-direction: column;
	flex: 1;
	font-family: "cormorantgaramond-regular", Arial, Helvetica, sans-serif;
	font-size: 4.5rem;
	justify-content: space-between;
	letter-spacing: 2.5%;
	line-height: 1.1;
	padding: 5rem;
	text-align: center;
}

.product__inspiration__content small {
	display: block;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	letter-spacing: 9%;
	text-transform: uppercase;
}

.product__inspiration__content p {
	margin: 0;
	max-width: 50%;
}

.product__inspiration__image {
	background-position: center;
	background-size: cover;
	flex: 1;
}

.product__inspiration__image div {
	aspect-ratio: 1;
	background-position: center;
	background-size: cover;
	width: 100%;
}

.product__sizes {
	margin-left: auto;
}

.product__sizes .product__size {
	border: 2px solid #918163;
	position: relative;
}

.product__sizes .product__size .product__size {
	border-bottom: 0;
	border-right: 0;
}

.product__sizes .product__size-label {
	color: #918163;
	font-size: 1rem;
	left: 0.75rem;
	pointer-events: none;
	position: absolute;
	top: 0.75rem;
}

.product__sizes .product__size--current {
	background: #918163;
	border-color: #DACFB1;
}

.product__sizes .product__size--current .product__size-label {
	color: #FFF;
}

.product-slider {
	margin: 10rem 7.5rem;
	position: relative;
}

.product-slider__item {
	aspect-ratio: 1 / 1.33;
	background-position: center;
	background-size: cover;
	flex: 0 0 calc(20% - 1.6rem);
	position: relative;
}

.product-slider__item__content {
	align-items: center;
	background: #DACFB1;
	bottom: 0;
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	padding: 2rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: scale(0);
	transition: all 0.5s;
	will-change: transform;
	z-index: 1;
}

.product-slider__item__content h4 {
	font-size: calc(1.8rem + .1vw);
}

.product-slider__item__content strong {
	display: block;
	font-size: calc(1.2rem + .1vw);
	text-transform: uppercase;
	letter-spacing: 9%;
}

.product-slider__item:hover .product-slider__item__content {
	transform: scale(1);
}

.product-slider__items {
	display: flex;
	gap: 2rem;
}

.product-slider__navigation-button {
	align-items: center;
	background: #DACFB1;
	border-radius: 2rem;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: flex;
	height: 4rem;
	justify-content: center;
	left: -2rem;
	position: absolute;
	top: 50%;
	transition: background 0.5s;
	width: 4rem;
	z-index: 10;
}

.product-slider__navigation-button--right {
	left: auto;
	right: -2rem;
}

.product-slider__navigation-button .icon {
	height: 16px;
}

.product-slider__navigation-button:hover {
	background: #918163;
}

.product-slider__slider {
	margin: 4rem 0;
	overflow: hidden;
}

.single-product .entry-summary {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.single-product .entry-summary .cs-custom-options {
	margin: 4rem 0;
}

.single-product .entry-summary .cs-custom-options .cs-option {
	align-items: center;
	border: 2px solid #283780;
	cursor: pointer;
	display: flex;
	font-size: 1.3rem;
	letter-spacing: 5%;
	margin-bottom: 1rem;
	padding: 1rem;
	text-transform: uppercase;
}

.single-product .entry-summary .cs-custom-options .cs-option input {
	display: none;
}

.single-product .entry-summary .cs-custom-options .cs-option__checkbox {
	align-items: center;
	border: 1px solid #283780;
	display: flex;
	height: 1.6rem;
	justify-content: center;
	margin-left: auto;
	width: 1.6rem;
}

.single-product .entry-summary .cs-custom-options .cs-option:has(input:checked) .cs-option__checkbox:after, .single-product .entry-summary .cs-custom-options .cs-option:hover .cs-option__checkbox:after {
	background: url("images/icons/check.svg") no-repeat center;
	content: '';
	height: 1rem;
	width: 1rem;
}

.single-product .entry-summary .cs-custom-options .cs-option:has(input:checked) {
	background: #EEE8DD;
}

.single-product .entry-summary .product__details h5 {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	letter-spacing: 5%;
	text-transform: uppercase;
}

.single-product .entry-summary .product__favorite-button {
	align-items: center;
	background: none;
	border: 0;
	color: #283780;
	cursor: pointer;
	display: flex;
	font-size: 1.4rem;
	gap: 1rem;
	letter-spacing: 5%;
	margin-bottom: 4rem;
	padding: 0;
	text-transform: uppercase;
}

.single-product .entry-summary .product__favorite-button .icon {
	height: 1.2rem;
	width: 1.2rem;
}

.single-product .entry-summary .product__favorite-button:hover {
	color: #918163;
}

.single-product .entry-summary .single_add_to_cart_button {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	justify-content: center;
	margin-bottom: 2rem;
	padding: 2rem;
	text-transform: uppercase;
	width: 100%;
}

.single-product .entry-summary .single_add_to_cart_button:after {
	display: none;
}

.single-product .entry-summary .variations {
	margin: 4rem 0;
}

.single-product .entry-summary .variations .variation-attribute .label label {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 5%;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.single-product .entry-summary .variations .variation-attribute .value {
	display: flex;
	justify-content: space-between;
}

.single-product .entry-summary .variations .variation-attribute .value label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 1.4rem;
	gap: 0.5rem;
	letter-spacing: 5%;
	text-transform: uppercase;
}

.single-product .entry-summary .variations .variation-attribute .value label input {
	display: none;
}

.single-product .entry-summary .variations .variation-attribute .value label:has(input:checked) .variation-attribute__radio:before, .single-product .entry-summary .variations .variation-attribute .value label:hover .variation-attribute__radio:before {
	background: #283780;
	border-radius: 100%;
	content: '';
	height: 0.8rem;
	width: 0.8rem;
}

.single-product .entry-summary .variations .variation-attribute .value .reset_variations {
	display: none;
}

.single-product .entry-summary .variations .variation-attribute__radio {
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 100%;
	border: 1px solid #283780;
	height: 1.4rem;
	width: 1.4rem;
}

.single-product .entry-summary .woocommerce-product-details__short-description {
	margin-bottom: auto;
}

.single-product .entry-summary .woocommerce-product-details__short-description p:last-of-type {
	margin-bottom: 0;
}

.single-product .entry-summary .woocommerce-variation-price {
	display: none;
}

.single-product .product {
	padding: 12rem 5rem 0;
}

.single-product .product__main {
	display: flex;
	gap: 5rem;
}

.single-product .product_meta {
	display: none;
}

.single-product .product__left {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: space-between;
}

.single-product .product__subname {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	letter-spacing: 9%;
	margin-bottom: 0;
	text-transform: uppercase;
}

.single-product .quantity {
	display: none;
}

.single-product .product__info-blocks {
	display: flex;
	gap: 4rem;
	margin: 10rem 0;
}

.single-product .product__info-block {
	color: #283780;
	flex: 1;
	padding: 0 5%;
	text-align: center;
}

.single-product .product__info-block .icon {
	color: #283780;
	height: 2rem;
	margin-bottom: 2rem;
	width: 2rem;
}

.single-product .product__info-block h4 {
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.single-product .product__info-block p {
	font-size: 1.6rem;
	margin: 0;
}

.header__search {
	background: #F7F4ED;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-10px);
	transition: all 0.5s ease;
}

.header__search .search-form {
	display: inline-flex;
	gap: 0.5rem;
}

.header__search__inner {
	text-align: center;
}

.header__search--visible {
	max-height: 200px;
	opacity: 1;
	padding: 1.75rem 0 4rem;
	transform: translateY(0);
}

.search-result__item {
	background: #FFF;
	margin-bottom: 4rem;
	padding: 0 4rem 4rem;
	transition: all 0.5s;
}

.search-result__item .entry-title {
	color: #283780;
	font-size: 2.4rem;
}

.search-result__item .entry-title a {
	color: inherit;
}

.search-result__item .entry-title a:hover {
	color: #918163;
}

.search-result__item .post__image {
	margin: 0 -4rem 4rem;
	overflow: hidden;
}

.search-result__item .post__image img {
	transition: transform 0.5s;
	will-change: transform;
}

.search-result__item p:last-of-type {
	margin-bottom: 0;
}

.search-result__item:hover {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.search-result__item:hover .post__image img {
	transform: scale(1.1);
}

.store-locator {
	display: flex;
	gap: 4rem;
}

.store-locator__left {
	flex: 1;
}

.store-locator__map {
	flex: 1;
}

.store-locator__map .store-map {
	min-height: 500px;
	min-width: 500px;
}

.store-locator__results-info, .store-locator__results-prompt, .store-locator__results-error, .store-locator__results-none {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	text-align: center;
}

@media screen and (min-width: 1081px) {
	.store-locator__results-info, .store-locator__results-prompt, .store-locator__results-error, .store-locator__results-none {
		max-width: 640px;
		width: 100%;
	}
}

.store-locator__results-info p, .store-locator__results-prompt p, .store-locator__results-error p, .store-locator__results-none p {
	font-size: 1.6rem;
}

.store-locator__results-error p {
	color: #F34E30;
}

.store-locator__search {
	margin-bottom: 4rem;
}

.store-locator__search-fields {
	align-items: flex-end;
	display: flex;
	gap: 1rem;
}

.store-locator__search-field {
	flex: 1;
}

.store-locator__search-field button {
	justify-content: center;
	width: 100%;
}

.store-locator__store {
	background: #FFF;
	margin-bottom: 4rem;
	transition: all 0.5s;
}

.store-locator__store:hover {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.store-locator__store:hover:hover img {
	transform: scale(1.1);
}

.store-locator__store-actions {
	margin-top: 1rem;
}

.store-locator__store-actions .button {
	width: 100%;
}

.store-locator__store-address {
	font-size: 1.4rem;
	margin-bottom: 4rem;
}

.store-locator__store-content {
	padding: calc(2.4rem + .1vw);
}

.store-locator__store-distance {
	align-items: center;
	background: #DACFB1;
	bottom: 0;
	color: #918163;
	display: inline-flex;
	font-size: 1.2rem;
	height: 4rem;
	left: 0;
	letter-spacing: 4%;
	padding: 0 4rem;
	position: absolute;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
}

.store-locator__store-title {
	font-family: "kobe11-regular", Arial, Helvetica, sans-serif;
	font-size: 2.4rem;
	letter-spacing: 4%;
	margin-bottom: 0;
	text-transform: lowercase;
}

.store-locator__store-title a {
	color: #283780;
	text-decoration: none;
	transition: all 0.5s;
}

.store-locator__store-title a:hover {
	color: #918163;
}

.store-locator__store-thumbnail {
	position: relative;
	overflow: hidden;
}

.store-locator__store-thumbnail img {
	display: block;
	height: 200px;
	object-fit: cover;
	transition: transform 0.5s;
	width: 100%;
	will-change: transform;
}

body.post-type-archive-store:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) article.page .entry-content {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	body.post-type-archive-store:not(.home):not(.woocommerce-cart):not(.woocommerce-checkout) article.page .entry-content {
		max-width: 1360px;
		width: 100%;
	}
}

.top {
	background: #918163;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-family: "tt_fors_light", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	position: relative;
	z-index: 20;
}

.top__trigger {
	align-items: center;
	background: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: inherit;
	gap: 1rem;
	height: 50px;
	justify-content: center;
	padding: 0 2rem;
	width: 100%;
}

.top__trigger__text {
	flex-shrink: 0;
}

.top__trigger .icon {
	height: 1rem;
	transition: transform 0.5s;
	width: 1rem;
}

.top__trigger:hover .icon {
	transform: rotate(90deg);
}

.top__expandable {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-10px);
	transition: all 0.5s ease;
}

.top__expandable__content {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	padding: 2rem 0 4rem;
}

@media screen and (min-width: 1081px) {
	.top__expandable__content {
		max-width: 1360px;
		width: 100%;
	}
}

.top__expandable__content p {
	margin: 0;
}

.top__expandable__group {
	flex: 1;
}

.top__expandable__group h5 {
	font-size: 2rem;
}

.top__expandable__group ul {
	line-height: 1.5;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top__expandable__group ul li {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.top__expandable__group ul li:before {
	background: url("images/icons/sf-plus-white.svg");
	content: '';
	height: 0.9rem;
	width: 0.9rem;
}

.top--expanded .top__trigger .icon {
	transform: rotate(45deg);
}

.top--expanded .top__expandable {
	max-height: 500px;
	opacity: 1;
	padding: 2rem 0;
	transform: translateY(0);
}

.top a {
	align-items: center;
	color: inherit;
	display: flex;
	gap: 1rem;
}

.top a:hover .icon {
	transform: rotate(90deg);
}

.top .icon {
	height: 1rem;
	transition: transform 0.5s;
	width: 1rem;
}

.about__block h4 {
	font-size: 2rem;
}

.about__block p {
	font-size: 1.6rem;
	margin-bottom: 0;
}

.about__block__image {
	aspect-ratio: 1 / 1.33;
	background-position: center;
	background-size: cover;
	margin-bottom: 2rem;
}

.about__blocks {
	display: flex;
	gap: 2rem;
	margin: 5rem auto;
}

.banner {
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	height: 900px;
}

.banner__content {
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	text-align: center;
}

@media screen and (min-width: 1081px) {
	.banner__content {
		max-width: 1360px;
		width: 100%;
	}
}

.banner__content h1 {
	font-size: calc(4.5rem + .1vw);
	letter-spacing: 8%;
	margin-bottom: 2.5rem;
}

.banner__content strong {
	display: block;
	font-size: calc(2rem + .1vw);
	letter-spacing: 3%;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.creativesteps-block {
	margin: 15rem 7.5rem;
	text-align: center;
}

.creativesteps-block__heading {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 1081px) {
	.creativesteps-block__heading {
		max-width: 640px;
		width: 100%;
	}
}

.creativesteps-block__heading p {
	font-size: calc(1.6rem + .1vw);
	letter-spacing: 1%;
}

.category-slider {
	position: relative;
}

.category-slider__item {
	aspect-ratio: 1 / 1.33;
	background-position: center;
	background-size: cover;
	flex: 0 0 calc(25% - 1.5rem);
	position: relative;
}

.category-slider__item__content {
	align-items: center;
	background: #DACFB1;
	bottom: 5rem;
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	justify-content: center;
	left: 5rem;
	padding: 2rem;
	position: absolute;
	right: 5rem;
	top: 5rem;
	transform: scale(0);
	transition: all 0.5s;
	will-change: transform;
	z-index: 1;
}

.category-slider__item__content h4 {
	font-size: calc(2rem + .1vw);
}

.category-slider__item__content img {
	display: block;
}

.category-slider__item:hover .category-slider__item__content {
	transform: scale(1);
}

.category-slider__items {
	display: flex;
	gap: 2rem;
}

.category-slider__navigation-button {
	align-items: center;
	background: #DACFB1;
	border-radius: 2.5rem;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: flex;
	height: 5rem;
	justify-content: center;
	left: -2.5rem;
	position: absolute;
	top: 50%;
	transition: background 0.5s;
	width: 5rem;
	z-index: 10;
}

.category-slider__navigation-button--right {
	left: auto;
	right: -2.5rem;
}

.category-slider__navigation-button .icon {
	height: 24px;
}

.category-slider__navigation-button:hover {
	background: #918163;
}

.category-slider__slider {
	margin: 4rem 0;
	overflow: hidden;
}

.quote {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	font-family: "cormorantgaramond-regular", Arial, Helvetica, sans-serif;
	font-size: 4.5rem;
	letter-spacing: 2.5%;
	line-height: 1.1;
	padding: 0 32.5rem;
}

@media screen and (min-width: 1081px) {
	.quote {
		max-width: 1360px;
		width: 100%;
	}
}

.quote em {
	font-family: "cormorantgaramond-italic", Arial, Helvetica, sans-serif;
	font-style: normal;
}

.recent-blogs__item {
	background: #FFF;
	color: #283780;
	display: block;
	flex: 0 0 calc(33.333% - (4rem / 3));
}

.recent-blogs__item__author {
	color: #918163;
	border-bottom: 1px solid #283780;
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	text-align: center;
	text-transform: lowercase;
}

.recent-blogs__item__author a {
	color: inherit;
}

.recent-blogs__item__author__name {
	text-transform: none;
}

.recent-blogs__item__content {
	padding: 3rem;
	text-align: left;
}

.recent-blogs__item__content h4 {
	font-size: 2.4rem;
	margin-bottom: 0;
	text-align: center;
}

.recent-blogs__item__content p {
	font-family: "cormorantgaramond-regular", Arial, Helvetica, sans-serif;
	font-size: 2rem;
}

.recent-blogs__item__content a {
	color: inherit;
}

.recent-blogs__item__content a:hover {
	color: #918163;
	text-decoration: none;
}

.recent-blogs__item__date {
	align-items: center;
	align-self: flex-end;
	background: #DACFB1;
	color: #FFF;
	display: flex;
	font-size: 1.2rem;
	height: 4rem;
	padding: 0 4rem;
	text-transform: uppercase;
}

.recent-blogs__item__image {
	aspect-ratio: 1;
	background-position: center;
	background-size: 100%;
	display: flex;
	justify-content: center;
	transition: background-size 0.5s;
	will-change: background-size;
}

.recent-blogs__item__image:hover {
	background-size: 110%;
	color: inherit;
	text-decoration: none;
}

.recent-blogs__item__stat {
	align-items: center;
	color: #DACFB1;
	display: flex;
	font-size: 1.6rem;
	gap: 1rem;
}

.recent-blogs__item__stat .icon {
	color: #DACFB1;
	height: 20px;
	width: 20px;
}

.recent-blogs__item__stat--like {
	margin-left: auto;
}

.recent-blogs__item__stats {
	display: flex;
	gap: 3rem;
}

.recent-blogs__item:hover {
	text-decoration: none;
}

.recent-blogs__items {
	display: flex;
	gap: 4rem;
	margin: 4rem 4.5rem;
}

.store-slider {
	padding: 0 6.5rem;
	position: relative;
}

.store-slider__navigation-button {
	align-items: center;
	background: #DACFB1;
	border-radius: 2.4rem;
	border: 0;
	color: #FFF;
	cursor: pointer;
	display: flex;
	height: 4rem;
	justify-content: center;
	left: calc(-2rem + 6.5rem);
	position: absolute;
	top: 50%;
	transition: all 0.2s;
	width: 4rem;
	z-index: 10;
}

.store-slider__navigation-button--right {
	left: auto;
	right: calc(-2.4rem + 6.5rem);
}

.store-slider__navigation-button .icon {
	height: 1.6rem;
}

.store-slider__navigation-button:hover {
	background: #918163;
}

.store-slider__store {
	background-position: center;
	background-size: cover;
	display: flex;
	flex: 0 0 calc(40% - 0.6667rem);
	height: 24rem;
	position: relative;
}

.store-slider__store__content {
	align-items: center;
	background: #DACFB1;
	bottom: 5rem;
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	justify-content: center;
	left: 5rem;
	padding: 2rem;
	position: absolute;
	right: 5rem;
	top: 5rem;
	transform: scale(0);
	transition: all 0.5s;
	will-change: transform;
	z-index: 1;
}

.store-slider__store__content h4 {
	font-size: 2rem;
}

.store-slider__store__content img {
	display: block;
}

.store-slider__store:hover .store-slider__store__content {
	transform: scale(1);
}

.store-slider__stores {
	display: flex;
	margin: 5rem 0;
}

.store-slider__slider {
	overflow: hidden;
}

/*# sourceMappingURL=style.css.map */