/** Shopify CDN: Minification failed

Line 418:26 Expected ":"
Line 2273:22 Expected ":"

**/
@charset "UTF-8";
/**
	Timings
 */
:root {
	--timing-micro: 0.1s;
	--timing-short: 0.2s;
	--timing-base: 0.4s;
	--timing-long: 0.7s;
	--timing-second: 1s;
	--animate-time: 0.7s;
	--animate-delay: 0.3s;
	--animate-img-scale: 0.5s;
	/**
	* Easing.
	*/
	--easing-linear: cubic-bezier(0, 0, 1, 1);
	--easing-ease: cubic-bezier(0.25, 0.1, 0.25, 1);
	--easing-ease-in-out: cubic-bezier(0.42, 0, 0.58, 1);
	--easing-ease-in: cubic-bezier(0.42, 0, 1, 1);
	--easing-ease-out: cubic-bezier(0, 0, 0.09, 1);
	/**
	* Config: Layers
	* -----------------------------------------------------------------------------
	* Visual motif used to create groupings, content associations and focus through depth.
	*/
	--layer-negative: -1;
	--layer-base: 0;
	--layer-flat: 1;
	--layer-raised: 2;
	--layer-sticky-btn: 7;
	--layer-sticky: 11;
	--layer-overlay: 14;
	--layer-temporary: 16;
	--layer-pop-out: 24;
	--layer-pop-out-overlay: 25;
	--layer-pop-out-overlay-loader: 26;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	/* 1 */
	overflow: visible;
	/* 1 */
	height: 0;
	box-sizing: content-box;
	/* 2 */
}
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 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 {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	/* 1 */
	margin: 0;
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input[type=submit] {
	border: none;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
button,
input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}
/**
 * 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 {
	padding: 0;
	border-style: none;
}
/**
 * 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 solid ButtonText;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	/* 1 */
	padding: 0;
	box-sizing: border-box;
	/* 2 */
}
/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
[hidden] {
	display: none;
}
/**
 * Hide arrows on input[number]
 */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
/**
 * Base: Typography
 * -----------------------------------------------------------------------------
 * Styles for displaying content with some of the most commonly used HTML elements,
 * including normalization, typography, images, tables, and more.
 *
 */
html {
	font-size: 10px;
}
body,
html {
	font-family: var(--base-font-family);
	font-size: var(--body-font-size);
	color: var(--color-text-primary);
}
.text {
	font-family: var(--base-font-family);
	font-size: var(--body-font-size);
	color: var(--color-text-primary);
}
.section-rte {
	line-height: 1.6;
	word-break: break-word;
}
.section-rte p + * {
	margin-top: 15px;
}
.section-rte a {
	text-decoration: underline;
	color: var(--link-color);
	transition-duration: var(--timing-short);
	transition-property: -webkit-text-decoration-color;
	transition-property: text-decoration-color;
	transition-property: text-decoration-color, -webkit-text-decoration-color;
}
.section-rte a:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.section-rte a:hover {
		-webkit-text-decoration-color: transparent;
		        text-decoration-color: transparent;
	}
}
.section-rte ul,
.section-rte ol {
	list-style-position: inside;
}
.section-rte ul + *,
.section-rte ol + * {
	margin-top: 15px;
}
.section-rte ul {
	list-style-type: disc;
}
.section-rte ol {
	list-style-type: decimal;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-font-weight);
	color: var(--color-heading);
	word-break: break-word;bo
}
h1,
.h1 {
	font-size: calc(var(--heading-font-size) * 1.25);
}
@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: calc(var(--heading-font-size) * 1.375);
	}
}
@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: calc(var(--heading-font-size) *1.5);
	}
}
h2,
.h2 {
	font-size: calc(var(--heading-font-size) * 1.25);
}
@media (min-width: 768px) {
	h2,
	.h2 {
		font-size: calc(var(--heading-font-size) * 1.375);
	}
}
@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: calc(var(--heading-font-size) *1.50);
	}
}
h3,
.h3 {
	font-size: calc(var(--heading-font-size) * 1.25);
}
@media (min-width: 768px) {
	h3,
	.h3 {
		font-size: calc(var(--heading-font-size) * 1.375);
	}
}
@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: calc(var(--heading-font-size) * 1.5);
	}
}
h4,
.h4 {
	font-size: calc(var(--heading-font-size) * 1);
}
@media (min-width: 768px) {
	h4,
	.h4 {
		font-size: calc(var(--heading-font-size) * 1.125);
	}
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: calc(var(--heading-font-size) * 1.25);
	}
}
h5,
.h5 {
	font-size: calc(var(--heading-font-size) * 1);
}
@media (min-width: 768px) {
	h5,
	.h5 {
		font-size: calc(var(--heading-font-size) * 1.0625);
	}
}
@media (min-width: 1200px) {
	h5,
	.h5 {
		font-size: calc(var(--heading-font-size) * 1.125);
	}
}
h6,
.h6 {
	font-size: calc(var(--heading-font-size) * 0.95);
}
@media (min-width: 768px) {
	h6,
	.h6 {
		font-size: calc(var(--heading-font-size) * 1);
	}
}
@media (min-width: 1200px) {
	h6,
	.h6 {
		font-size: calc(var(--heading-font-size) * 1);
	}
}
* {
	outline: none;
	box-sizing: border-box;
}
html,
body {
	background-color: #fff;
	scroll-behavior: var(--smooth-scroll, auto);
}
html {
	scroll-padding-top: var(--header-height-sticky, 0);
}
html:has(body.scroll-padding-0) {
	scroll-padding: 0;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: var(--color-background);
}
body .transition {
	transition-property: opacity;
	transition-timing-function: ease;
	transition-duration: 0.3s;
}
a,
button,
label,
input,
select {
	-webkit-tap-highlight-color: transparent;
}
a {
	color: var(--link-color);
}
.content {
	flex: 1 0 auto;
}
.visually-hidden {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0 0 0 0);
}
picture img {
	opacity: 1;
	transition-property: opacity;
	transition-duration: 0.5s;
}
.lazy img {
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
}
svg {
	fill: currentColor;
}
button {
	background-color: transparent;
}
.form-status {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.form-status svg {
	margin-right: 5px;
}
.form__message {
	margin: 15px 0;
}
.form-status-list {
	margin-bottom: 30px;
}
.form-status-list li {
	margin: 10px 0;
}
.form-status-list a {
	color: var(--link-color);
}
.form-status-list a:focus-visible {
	outline: 1px solid var(--color-text-primary);
}
.swiper-pagination-bullets .swiper-pagination-bullet {
	position: relative;
	width: 8px;
	height: 8px;
	margin: 0 7px;
	border-width: 2px;
	border-style: solid;
	border-color: var(--color-border-primary);
	background-color: transparent;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--color-border-primary, #000000);
	background-color: var(--color-border-primary, #000000);
}
.swiper-pagination-bullets .swiper-pagination-bullet:focus-visible {
	outline: 2px solid var(--color-text-primary);
	outline-offset: 2px;
}
@media (min-width: 481px) {
	.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
}
html.no-js .no-js-hidden {
	display: none;
}
.no-js .lazy {
	display: none !important;
}
.focus-visible-outline:focus-visible {
	outline: 2px solid var(--color-text-primary);
	outline-offset: 2px;
}
.error {
	color: var(--color-text-attention, #b00020);
}
.error li + li {
	margin-top: 10px;
}
.success {
	color: var(--color-text-success, #198754);
}
.template-customers .content {
	display: flex;
	flex-direction: column;
}
.is-hidden {
	display: none !important;
}
.loader {
	position: absolute;
	top: calc(50% - 18px);
	left: calc(50% - 18px);
	width: 36px;
	height: 36px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid var(--color-white);
	border-bottom-color: transparent;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
.password-page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.password-main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}
[data-shopify=payment-button] .shopify-payment-button__button--hidden {
	display: none;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.container {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.icon-minus,
.icon-plus {
	position: relative;
	padding: 5px;
	pointer-events: none;
}
.icon-minus::before,
.icon-plus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 1px;
	background-color: currentColor;
	transform: translate(-50%, -50%);
}
.icon-plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1px;
	height: 12px;
	background-color: currentColor;
	transform: translate(-50%, -50%);
}
.icon-play > circle {
	fill: var(--button-background-color-social);
}
.icon-play > path {
	fill: var(--button-icon-color-social);
}
.icon-play:hover > circle {
	fill: var(--button-background-color-social-hover);
}
.icon-play:hover > path {
	fill: var(--button-icon-color-social-hover);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	body * {
		scrollbar-width: thin;
	}
	body *::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	body *::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
}
.skip-content-link {
	top: 4px;
	left: 4px;
	opacity: 0;
	padding: 6px;
	background-color: var(--color-background);
	clip: rect(0 0 0 0);
	transition-property: opacity;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.skip-content-link:focus-visible {
	z-index: 999;
	opacity: 1;
	width: unset;
	height: unset;
	margin: unset;
	clip: unset;
	outline: 2px solid var(--color-text-primary);
}
body.blur-content {
	overflow-x: hidden;
}
body.blur-content .announcement-bar,
body.blur-content .header,
body.blur-content main,
body.blur-content .footer {
	filter: blur(7px);
}
body.blur-content main {
	overflow-x: hidden;
}
@keyframes fadeInBottom {
	0% {
		bottom: 0;
		opacity: 0;
	}
	100% {
		bottom: 20px;
		opacity: 1;
	}
}
@keyframes fadeInTop {
	0% {
		top: 0;
		opacity: 0;
	}
	100% {
		top: calc(var(--header-height) + var(--header-offset-top) + 20px);
		opacity: 1;
	}
}
@keyframes fadeInBottomHigh {
	0% {
		bottom: 50px;
		opacity: 0;
	}
	100% {
		bottom: 70px;
		opacity: 1;
	}
}
/**
 * Base: Form
 * -----------------------------------------------------------------------------
 * Form resets, browser normalizing and base styling.
 *
 */
form {
	margin: 0;
}
fieldset,
.fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	margin: 0;
	padding: 0;
}
a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
	font-family: inherit;
	touch-action: manipulation;
}
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: default;
}
button,
input[type=submit],
label[for] {
	cursor: pointer;
}
select::-ms-expand {
	display: none;
}
/**
 * Force option color (affects IE only).
 */
label {
	display: inline-block;
}
/* stylelint-disable */
.button {
	display: inline-block;
	min-width: 180px;
	padding: 14px;
	font-size: var(--body-font-size);
	line-height: calc(var(--body-font-size) * 1.375);
	text-align: center;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: color var(--timing-short), border var(--timing-short), background-color var(--timing-short);
}
.button.button--primary, .button.spr-button-primary {
	border: 1px solid var(--button-border-color-primary);
	background-color: var(--button-background-color-primary);
	color: var(--button-text-color-primary);
}
.button.button--primary:focus-visible, .button.spr-button-primary:focus-visible {
	outline: 2px solid var(--button-border-color-primary);
	outline-offset: 1px;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.button.button--primary:hover, .button.spr-button-primary:hover {
		background-color: var(--button-background-color-primary-hover);
		border-color: var(--button-border-color-primary-hover);
		color: var(--button-text-color-primary-hover);
	}
}
.button.button--secondary {
	border: 1px solid var(--button-border-color-secondary);
	background-color: var(--button-background-color-secondary);
	color: var(--button-text-color-secondary);
}
.button.button--secondary:focus-visible {
	z-index: 1;
	outline: 2px solid var(--button-border-color-secondary);
	outline-offset: 1px;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.button.button--secondary:hover {
		background-color: var(--button-background-color-secondary-hover);
		border-color: var(--button-border-color-secondary-hover);
		color: var(--button-text-color-secondary-hover);
	}
}
.button.button--third {
	background-color: var(--button-background-color-secondary-hover);
	border: 1px solid var(--button-border-color-secondary-hover);
	color: var(--button-text-color-secondary-hover);
}
.button.button--third:focus-visible {
	outline: 2px solid var(--button-border-color-secondary-hover);
	outline-offset: 1px;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.button.button--third:hover {
		background-color: var(--button-background-color-secondary);
		border-color: var(--button-border-color-secondary);
		color: var(--button-text-color-secondary);
	}
}
.button.button--play {
	display: block;
	width: 100px;
	height: 100px;
	min-width: unset;
	padding: 41px;
	background-color: var(--button-background-color-play);
	color: var(--button-text-color-play);
	border-radius: 50%;
}
.button.button--play:focus-visible {
	background-color: var(--button-background-color-play-hover);
	color: var(--button-text-color-play-hover);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.button.button--play:hover {
		background-color: var(--button-background-color-play-hover);
		color: var(--button-text-color-play-hover);
	}
}
.button.disabled, .button[disabled] {
	opacity: 0.7;
	cursor: default;
	pointer-events: none;
}
.button.button--small {
	min-width: unset;
	padding: 6px 16px;
	font-size: calc(var(--body-font-size) * 0.875);
	line-height: calc(var(--body-font-size) * 1.375);
}
.button.button--block {
	width: 100%;
	padding: 19px;
	font-size: calc(var(--body-font-size) * 1);
	line-height: calc(var(--body-font-size) * 1.375);
}
.button.button--text-uppercase {
	text-transform: uppercase;
}
.button-social {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid var(--button-border-color-social);
	border-radius: 50%;
	background-color: var(--button-background-color-social);
	color: var(--button-icon-color-social);
	fill: var(--button-icon-color-social);
	text-decoration: none;
	transition: color var(--timing-short), border var(--timing-short), background-color var(--timing-short);
}
.button-social .tooltip {
	z-index: 2;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 50%;
	opacity: 0;
	visibility: hidden;
	padding: 5px;
	background-color: #000;
	color: #fff;
	white-space: nowrap;
	font-size: 14px;
	transform: translateX(-50%);
	transition: 0.5s all;
}
.button-social .tooltip::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}
.button-social:focus-visible {
	border-color: var(--button-border-color-social-hover);
	background-color: var(--button-background-color-social-hover);
	color: var(--button-icon-color-social-hover);
	fill: var(--button-icon-color-social-hover);
}
.button-social:focus-visible.is-active .tooltip {
	opacity: 1;
	visibility: visible;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.button-social:hover {
		border-color: var(--button-border-color-social-hover);
		background-color: var(--button-background-color-social-hover);
		color: var(--button-icon-color-social-hover);
		fill: var(--button-icon-color-social-hover);
	}
	.button-social:hover.is-active .tooltip {
		opacity: 1;
		visibility: visible;
	}
}
/* stylelint-enable */
.button-link {
	display: inline-flex;
	align-items: center;
	padding: 2px;
	border-bottom: 1px solid currentColor;
	line-height: normal;
	text-decoration: none;
	color: var(--color-text-primary);
	word-break: break-word;
	transition-property: border-color;
	transition-duration: var(--timing-short);
}
.button-link .button-link__icon {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	flex-shrink: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: var(--img-desktop-pos);
	   object-position: var(--img-desktop-pos);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.button-link:hover {
		border-color: transparent;
	}
}
/**
 * Component: Checkbox
 * -----------------------------------------------------------------------------
 * Base styling for custom checkboxes.
 * - Replaces the input using a styled label.
 *
 */
/* stylelint-disable */
.checkbox__container {
	display: flex;
	align-items: center;
}
.checkbox__container:not(:last-child) {
	margin-bottom: 10px;
}
.checkbox__input {
	/**
	 * Active state.
	 */
	/**
	 * Disable state
	 */
}
.checkbox__input:checked + .checkbox__label::before {
	border-color: var(--color-text-primary);
	background-color: var(--color-text-primary);
}
.checkbox__input:checked + .checkbox__label::after {
	opacity: 1;
}
.checkbox__input:disabled + .checkbox__label {
	color: var(--color-silver, #c4c4c4);
	cursor: default;
}
.checkbox__input:disabled + .checkbox__label::before {
	border-color: var(--color-settings-preloader-primary);
	background-color: #f9f9f9;
}
.checkbox__input:disabled + .checkbox__label:hover {
	pointer-events: none;
}
.checkbox__input:focus-visible + .checkbox__label::before {
	outline: 2px solid black;
	outline-offset: 2px;
}
.checkbox__input.visually-hidden {
	overflow: visible;
}
.checkbox__label {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 1rem;
	margin: 0;
	padding-left: 30px;
	color: var(--color-text-primary, #000000);
	cursor: pointer;
	word-break: break-word;
	/**
	 * Box styling.
	 */
	/**
	 * Tick styling.
	 */
	/**
	 * State.
	 */
}
.checkbox__label::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--color-border-thirdly);
	background-color: var(--color-background);
	box-sizing: border-box;
}
.checkbox__label:hover::before {
	border: 1px solid var(--color-border-thirdly);
}
.checkbox__label::after {
	content: "";
	position: absolute;
	top: 1px;
	left: 5px;
	opacity: 0;
	width: 10px;
	height: 5px;
	background: none;
	border-bottom: 2px solid rgb(255, 255, 255);
	border-left: 2px solid rgb(255, 255, 255);
	box-sizing: border-box;
	transform: translateY(100%) rotate(-45deg);
}
.checkbox__label.is-disabled {
	opacity: 0.7;
	cursor: default;
}
.checkbox__label.is-disabled:hover {
	cursor: default;
	pointer-events: none;
}
/* stylelint-enable */
/**
 * Base: Input
 * -----------------------------------------------------------------------------
 * Input resets, browser normalizing and base styling.
 *
 */
/* stylelint-disable */
.input-wrapper {
	position: relative;
}
.input-wrapper .input-label {
	position: absolute;
	top: 20.5px;
	left: 20px;
	overflow: hidden;
	opacity: 1;
	color: var(--color-text-secondary, #757575);
	white-space: nowrap;
	cursor: default;
	max-width: calc(100% - 40px);
	transition-property: top, font-size;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.input-wrapper .input::-moz-placeholder {
	opacity: 0;
}
.input-wrapper .input::placeholder {
	opacity: 0;
}
.input-wrapper .input:not(:-moz-placeholder-shown) + .input-label {
	top: 5px;
	font-size: calc(var(--body-font-size) * 0.8125);
}
.input-wrapper .input:focus + .input-label, .input-wrapper .input:not(:placeholder-shown) + .input-label {
	top: 5px;
	font-size: calc(var(--body-font-size) * 0.8125);
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=date],
textarea,
select {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	padding: 17px 20px;
	border: 1px solid var(--color-border-thirdly);
	background-color: var(--color-background);
	color: currentColor;
	transition-property: box-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	border-radius: 0;
	-webkit-appearance: none;
	resize: none;
}
input[type=text][disabled],
input[type=number][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=date][disabled],
textarea[disabled],
select[disabled] {
	opacity: 0.75;
	cursor: default;
}
input[type=text]:focus-visible,
input[type=number]:focus-visible,
input[type=email]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible,
textarea:focus-visible,
select:focus-visible {
	border-color: var(--color-border-primary);
	box-shadow: 0, 0, 0, 1px, var(--color-border-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	input[type=text]:not(:focus-visible):hover,
	input[type=number]:not(:focus-visible):hover,
	input[type=email]:not(:focus-visible):hover,
	input[type=password]:not(:focus-visible):hover,
	input[type=search]:not(:focus-visible):hover,
	input[type=tel]:not(:focus-visible):hover,
	input[type=date]:not(:focus-visible):hover,
	textarea:not(:focus-visible):hover,
	select:not(:focus-visible):hover {
		box-shadow: 0 0 0 1px var(--color-border-secondary);
	}
}
input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=date].error,
textarea.error,
select.error {
	border-color: var(--color-secondary-attention);
}
input[type=date] {
	min-height: 58px;
	padding-top: 21px;
	padding-bottom: 16px;
	background-image: url("icon-calendar.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top 50% right 15px;
	line-height: 0.8;
	-moz-text-align-last: left;
	     text-align-last: left;
}
input[type=date]::-webkit-datetime-edit,
input[type=date]::-webkit-date-and-time-value {
	display: inline-block;
	padding: 0;
	line-height: 1;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
	opacity: 0;
	-webkit-appearance: none;
}
@supports (-moz-appearance: none) {
	input[type=date] {
		background-image: none;
	}
}
/* stylelint-enable */
/* stylelint-disable */
/**
 * Component: Radio
 * -----------------------------------------------------------------------------
 * Base styling for custom radio buttons
 * - Replaces the input using a styled label
 *
 */
.radio__container {
	align-items: center;
	display: flex;
}
.radio__input {
	/**
	 * Disable state
	 */
}
.radio__input.is-disabled + .radio__label {
	opacity: 0.5;
	text-decoration: line-through;
}
.radio__input:disabled + .radio__label {
	opacity: 0.7;
	cursor: default;
}
.radio__input:disabled + .radio__label:hover {
	cursor: default;
	pointer-events: none;
}
.radio__label {
	position: relative;
	align-items: center;
	display: flex;
	margin: 0;
	min-height: 24px;
	padding-left: 30px;
	word-break: break-word;
	cursor: pointer;
	/**
	 * Box styling.
	 */
	/**
	 * Inner circle styling.
	 */
	/**
	 * State.
	 */
}
.radio__label::before {
	background-color: transparent;
	border-color: var(--swatch-color);
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
.radio__label::after {
	background-color: var(--swatch-color);
	opacity: 1;
	transform: scale(1);
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 14px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 14px;
}
.radio__label.is-disabled + .radio__label {
	opacity: 0.5;
	text-decoration: line-through;
}
.radio__label:disabled {
	opacity: 0.7;
	cursor: default;
}
.radio__label:disabled:hover {
	cursor: default;
	pointer-events: none;
}
/* stylelint-enable */
select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: var(--color-background);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjI3NDQyIDUuNTg2MzdMOS44ODY5MiAwLjk2MTA3OUMxMC4wMzggMC44MDk1MzcgMTAuMDM3NyAwLjU2NDE4NiA5Ljg4NjE0IDAuNDEyODk4QzkuNzM0NTkgMC4yNjE3MjcgOS40ODkxMSAwLjI2MjExNyA5LjMzNzk1IDAuNDEzNjc5TDQuOTk5OTggNC43NjM2NkwwLjY2MjAzNCAwLjQxMzUyM0MwLjUxMDg2MiAwLjI2MTk4IDAuMjY1NTMyIDAuMjYxNTkgMC4xMTM5NyAwLjQxMjc0MUMwLjAzNzk5MzQgMC40ODg1ODEgNC43NTU3N2UtMDYgMC41ODc5MzYgNC43NTE0M2UtMDYgMC42ODcyOTFDNC43NDcwOWUtMDYgMC43ODYzOTIgMC4wMzc3Mzk3IDAuODg1MzU3IDAuMTEzMTg5IDAuOTYxMDU5TDQuNzI1NTcgNS41ODYzN0M0Ljc5ODE5IDUuNjU5MzYgNC44OTcwMiA1LjcwMDMyIDQuOTk5OTggNS43MDAzMkM1LjEwMjk1IDUuNzAwMzIgNS4yMDE2NiA1LjY1OTI0IDUuMjc0NDIgNS41ODYzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: calc(100% - 22px) 50%;
}
.select-wrapper {
	position: relative;
}
.select-wrapper > .icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-22px, -50%);
}
.select-wrapper select {
	position: relative;
	border: 1px solid var(--color-border-thirdly);
	background-color: var(--color-background);
	text-transform: none;
	color: currentColor;
	border-radius: 0;
}
.pagination .pagination__list {
	display: flex;
}
.pagination .pagination__link {
	position: relative;
	width: 18px;
	padding-bottom: 30px;
	font-size: calc(var(--body-font-size) * 0.875);
	text-align: center;
	text-decoration: none;
	color: var(--color-text-secondary);
	transition-property: opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease-in-out;
}
.pagination .pagination__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: transparent;
}
.pagination .pagination__link.is-active {
	color: var(--color-text-primary, #000000);
}
.pagination .pagination__link.is-active::after {
	z-index: 2;
	background-color: var(--color-border-primary, #000000);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.pagination .pagination__link:hover {
		opacity: 0.6;
	}
	.pagination .pagination__link:hover.is-active {
		opacity: 1;
	}
}
.pagination .pagination__item {
	position: relative;
	display: flex;
	justify-content: center;
	width: 27px;
}
.pagination .pagination__item.no-events {
	pointer-events: none;
}
.pagination .pagination__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-border-secondary, #e9e9e9);
}
.pagination .pagination__item.pagination__item--no-active {
	color: var(--color-dark-gray, #999999);
	cursor: default;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.pagination .pagination__item.pagination__item--no-active .pagination__link:hover {
		opacity: 1;
	}
}
@media (min-width: 381px) {
	.pagination .pagination__item {
		width: 40px;
	}
	.pagination .pagination__link {
		width: 30px;
	}
}
@media (min-width: 768px) {
	.pagination .pagination__item {
		width: 57px;
	}
	.pagination .pagination__link {
		width: 40px;
	}
}
@media screen and (min-width: 361px) {
	.pagination .pagination__item {
		width: 30px;
	}
}
/**
 * Component: Badge
 * -----------------------------------------------------------------------------
 * Base styling for custom badges.
 */
.badge {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 8px 20px;
	background-color: var(--color-background-label-base);
	text-transform: uppercase;
	color: var(--color-label-base);
	border-radius: 60px;
}
.badge::before {
	content: "";
	position: absolute;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	background-color: currentColor;
}
.badge--attention {
	color: var(--color-secondary-attention);
}
.badge--attention::before {
	background-color: var(--color-secondary-attention);
}
.badge--success {
	color: var(--color-secondary-success);
}
.badge--success::before {
	background-color: var(--color-secondary-success);
}
.badge--sold-out {
	background-color: var(--color-background-label-sold-out);
	color: var(--color-label-sold-out);
}
.badge--primary {
	background-color: var(--color-background-label-primary);
	color: var(--color-label-primary);
}
.badge--secondary {
	background-color: var(--color-background-label-secondary);
	color: var(--color-label-secondary);
}
.badge + .badge {
	margin-left: 5px;
}
/**
 * Component: Radio - option
 * -----------------------------------------------------------------------------
 * Base styling for custom radio buttons who has option
 */
.radio__option-swatch .radio__label {
	position: relative;
	padding-top: 30px;
	border: 1px solid transparent;
	border-radius: 50px;
}
.radio__option-swatch .radio__label .radio__label-text {
	font-weight: 400;
	font-size: var(--body-font-size);
	line-height: 1.6;
}
.radio__option-swatch .radio__label::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background-color: var(--swatch-color);
	background-image: var(--swatch-image);
	background-size: cover;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 3px -1px #000;
}
.radio__option-swatch .radio__label::after {
	content: unset;
}
.radio__option-swatch .radio__input:checked + .radio__label {
	border-color: var(--color-border-primary);
	box-shadow: 0 0 0 1px var(--color-border-primary);
}
.radio__option-swatch .radio__input:focus-visible + .radio__label {
	outline: 2px solid var(--color-text-primary);
	outline-offset: 0;
}
@media (min-width: 768px) {
	.radio__option-swatch .radio__label {
		min-height: 42px;
		padding: 8px 20px 8px 45px;
		border-color: var(--color-border-thirdly);
	}
	.radio__option-swatch .radio__label::before {
		left: 6px;
		transform: translateY(-50%);
	}
}
@media (max-width: 767px) {
	.radio__option-swatch .radio__label .radio__label-text {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		width: 1px;
		height: 1px;
		margin: -1px;
	}
}
.radio__option .radio__label {
	justify-content: center;
	min-width: 59px;
	min-height: 34px;
	padding: 4px 12px;
	border: 1px solid var(--color-border-thirdly);
	border-radius: 50px;
}
.radio__option .radio__label::before, .radio__option .radio__label::after {
	content: unset;
}
.radio__option .radio__input:checked + .radio__label {
	border-color: var(--color-border-primary);
	box-shadow: 0 0 0 1px var(--color-border-primary);
}
.radio__option .radio__input:focus-visible + .radio__label {
	outline: 2px solid var(--color-text-primary);
	outline-offset: 0;
}
.radio__option .radio__input:disabled + .radio__label {
	background-color: var(--color-ghost-white);
}
@media (min-width: 768px) {
	.radio__option .radio__label {
		min-width: 70px;
		min-height: 42px;
	}
}
.quantity {
	position: relative;
	display: flex;
	width: calc(6.25rem + 1px);
	height: 2.5rem;
	border: 1px solid;
	border-color: var(--color-border-thirdly, #e6e6e6);
	border-radius: 2px;
	color: var(--color-text-primary, #000000);
}
.quantity .quantity__button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
	background-color: transparent;
	color: currentColor;
	cursor: pointer;
	flex-shrink: 0;
	transition-property: opacity;
	transition-duration: var(--timing-short);
}
.quantity .quantity__button.disabled, .quantity .quantity__button.is-disabled,
.quantity .quantity__button [disabled] {
	opacity: 0.5;
	cursor: auto;
	pointer-events: none;
}
.quantity .quantity__button .icon {
	max-width: 12px;
	max-height: 12px;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.quantity .quantity__button:hover:hover {
		opacity: 0.5;
	}
}
.quantity .quantity__input {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.375;
	text-align: center;
	color: currentColor;
	flex-grow: 1;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.quantity .quantity__input::-webkit-outer-spin-button, .quantity .quantity__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity .quantity__input:focus-visible {
	box-shadow: none;
	outline-offset: 0;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.quantity .quantity__input:not(:focus-visible):hover {
		box-shadow: none;
	}
}
.product__quantity-rules {
	margin-top: 10px;
	font-size: calc(var(--body-font-size) * 0.875);
}
.product__quantity-rules-item:not(.is-hidden) + .product__quantity-rules-item::before {
	content: "•";
	margin: 0 3px;
}
.gift-button {
	display: inline-flex;
	align-items: center;
	padding: 2px;
	border-bottom: 1px solid currentColor;
	line-height: normal;
	color: var(--color-text-primary);
	word-break: break-word;
	transition-property: border-color;
	transition-duration: var(--timing-short);
}
.gift-button .gift-button__icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: var(--img-desktop-pos);
	   object-position: var(--img-desktop-pos);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.gift-button:hover {
		border-color: transparent;
	}
}
.shopify-model-viewer-ui {
	background-color: white;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
	position: absolute;
	bottom: 63px;
	right: 10px;
	display: none;
	border-radius: 44px;
	border-color: var(--ui-button-color, var(--color-black));
	box-shadow: 0 0 3px -1px var(--ui-button-color, var(--color-black));
	background-color: var(--ui-button-background-color, var(--color-white));
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
	position: relative;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--ui-button-color, var(--color-black));
	transition-property: background-color, color;
	transition-duration: var(--timing-short);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:first-child {
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:last-child {
	border-top-right-radius: 44px;
	border-bottom-right-radius: 44px;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 8px;
	opacity: 0.05;
	width: 28px;
	height: 1px;
	background-color: var(--ui-button-color, var(--color-black));
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button svg {
	width: 100%;
	height: 100%;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus-visible {
	outline: 2px solid var(--ui-button-color, var(--color-black));
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.shopify-model-viewer-ui .shopify-model-viewer-ui__button:hover {
		background-color: var(--ui-button-color, var(--color-black));
		color: var(--ui-button-background-color, var(--color-white));
	}
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
	border-color: var(--ui-button-color, var(--color-black));
	background-color: var(--ui-button-background-color, var(--color-white));
	color: var(--ui-button-color, var(--color-black));
	transform: translate(-50%, -50%) scale(1);
	transition: transform var(--duration-short) ease, color var(--duration-short) ease;
	border-radius: 50%;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
	width: 4.8rem;
	height: 4.8rem;
	margin-top: 0.3rem;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
	display: block;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
	display: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
	display: none;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
	display: block;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	clip: rect(0, 0, 0, 0);
}
@media (min-width: 1200px) {
	.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
		bottom: 10px;
		display: flex;
	}
}
/**
 * Component: Accordion
 * -----------------------------------------------------------------------------
 * Base styling for accordion dropdown menus.
 * - Recommended to use on `<ul>` and `<li>` elements.
 *
 */
.accordion {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.accordion__title {
	margin-bottom: 0;
}
.accordion__content {
	display: none;
}
.accordion__content--animate {
	overflow: hidden;
	display: block;
	transition: 0.5s ease height;
}
.accordion__content p:empty {
	display: none;
}
.accordion__control {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-decoration: none;
	word-break: break-word;
}
.accordion__control .icon {
	flex-shrink: 0;
	transition: transform 0.25s;
}
.accordion__item.is-active .icon {
	transform: rotateZ(-180deg);
}
.accordion__item.is-active .accordion__content {
	display: block;
}
/**
 * Component: Window overlay
 * -----------------------------------------------------------------------------
 * A clickable window overlay that appears behind focused elements.
 *
 */
.window-overlay {
	content: "";
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: var(--layer-overlay);
	display: block;
	opacity: 0;
	height: 100vh;
	background-color: var(--color-overlay);
	transition: opacity var(--timing-base) var(--easing-ease-in-out);
	pointer-events: auto;
}
.window-overlay.is-active {
	opacity: 0.5;
}
/**
 * Component: Drawer
 * -----------------------------------------------------------------------------
 * A simple slide out drawer menu entering from the edges of the screen.
 *
 */
.drawer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: var(--layer-pop-out);
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 100%;
	border-width: 0 1px;
	background-color: var(--color-background);
	transform: translateX(100%);
	max-width: 560px;
	transition-property: transform, visibility, max-width;
	transition-duration: var(--timing-long);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	flex-direction: column;
	will-change: transform;
	/**
	 * Modifiers.
	 */
	/**
	 * State.
	 */
}
.drawer.drawer--left {
	left: 0;
	right: unset;
	transform: translateX(-100%);
}
.drawer picture,
.drawer img {
	display: none;
}
.drawer.is-active {
	visibility: visible;
	transform: translateX(0);
}
.drawer.is-active picture,
.drawer.is-active img {
	display: inline;
}
.drawer.is-full {
	max-width: 100%;
}
@media (max-width: 991px) {
	.drawer {
		max-width: 420px;
	}
}
.drawer__header {
	position: relative;
	width: 100%;
	margin-bottom: 0;
	padding: 20px;
	padding-right: 55px;
	border-bottom: 1px solid var(--color-border-secondary);
}
@media (min-width: 768px) {
	.drawer__header {
		padding: 20px 40px;
		padding-right: 75px;
	}
}
.drawer__title {
	font-size: calc(var(--heading-font-size) * 1.375);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.02em;
	word-break: break-word;
}
@media (min-width: 768px) {
	.drawer__title {
		font-size: calc(var(--heading-font-size) * 1.5);
	}
}
.drawer__tabs {
	overflow-x: auto;
	margin: 0 -20px;
	padding: 10px 0;
	border-bottom: 1px solid var(--color-border-secondary);
	text-align: center;
	white-space: nowrap;
}
.drawer__tabs::-webkit-scrollbar {
	display: none;
}
@media (min-width: 768px) {
	.drawer__tabs {
		margin: 0 -40px;
		padding: 14px 0;
	}
}
.drawer__tabs-button {
	margin: 0 25px;
	padding: 10px 0;
	border: none;
	font-size: calc(var(--body-font-size) * 0.94);
	font-weight: bold;
	color: var(--color-text-primary);
}
.drawer__tabs-button .drawer__tabs-button-text {
	border-bottom: 1px solid transparent;
	transition-property: border-bottom-color;
	transition-duration: 0.3s;
}
.drawer__tabs-button.active .drawer__tabs-button-text {
	border-bottom: 1px solid currentColor;
}
.drawer__tabs-button:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
.drawer__tab-content {
	display: none;
	padding-top: 25px;
}
.drawer__tab-content.active {
	display: block;
}
.drawer__body {
	overflow: auto;
	flex: 1;
	padding: 0 20px 20px;
	border-bottom: 1px solid var(--color-border-secondary);
}
.drawer__body.rte > span {
	margin-top: 30px;
	margin-bottom: 30px;
}
.drawer__body.rte table {
	overflow: auto;
	display: block;
	width: 100%;
}
.drawer__body.rte table::-webkit-scrollbar {
	height: 7px;
}
.drawer__body.rte table::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.1);
}
.drawer__body.rte table::-webkit-scrollbar-thumb {
	background-color: rgba(48, 93, 112, 0.3);
}
.drawer__body.rte tbody {
	display: inline-table;
	width: 100%;
}
@media (min-width: 768px) {
	.drawer__body {
		padding: 0 40px 40px;
	}
}
.drawer__footer {
	padding: 20px;
}
@media (min-width: 768px) {
	.drawer__footer {
		padding: 20px 40px;
	}
}
.drawer__close {
	position: absolute;
	top: 50%;
	right: 6px;
	display: flex;
	padding: 15px;
	color: var(--color-text-primary);
	transform: translateY(-50%);
	transition-property: opacity;
	transition-duration: 0.3s;
}
.drawer__close svg {
	width: 14px;
	height: 14px;
	pointer-events: none;
}
.drawer__close:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.drawer__close:hover {
		opacity: 0.5;
	}
}
@media (min-width: 768px) {
	.drawer__close {
		right: 25px;
	}
}
.drawer__full-width {
	display: none;
}
@media (min-width: 576px) {
	.drawer__full-width {
		position: absolute;
		top: 50%;
		right: 50px;
		display: flex;
		padding: 15px;
		color: var(--color-text-primary);
		transform: translateY(-50%);
		transition-property: opacity;
		transition-duration: 0.3s;
	}
	.drawer__full-width svg {
		width: 14px;
		height: 14px;
		pointer-events: none;
	}
	.drawer__full-width:focus-visible {
		outline: 2px solid var(--color-text-primary);
	}
}
@media (min-width: 576px) and (-moz-touch-enabled: 0), (min-width: 576px) and (hover: hover), (min-width: 576px) and (pointer: fine) {
	.drawer__full-width:hover {
		opacity: 0.5;
	}
}
@media (min-width: 768px) {
	.drawer__full-width {
		right: 69px;
	}
}
/* new */
.size-model {
	display: flex;
	flex-wrap: wrap;
}
.size-model .size-model__image-wrapper {
	width: 50%;
}
.size-model .size-model__image-wrapper + .size-model__info {
	padding-left: 25px;
}
.size-model .size-model__image-wrapper.size-model__image-wrapper--full {
	width: 100%;
}
.size-model .size-model__info {
	width: 50%;
}
.size-model .size-model__image {
	width: 100%;
	margin: 0;
}
@media (max-width: 767px) {
	.size-model .size-model__image-wrapper {
		width: 100%;
		text-align: center;
	}
	.size-model .size-model__image-wrapper + .size-model__info {
		padding-left: 0;
	}
	.size-model .size-model__info {
		width: 100%;
		margin-top: 20px;
	}
}
/**
 * Component: Modal
 * -----------------------------------------------------------------------------
 * Styling for a component dialogs to your site for user notifications or
 * custom content defined in section settings.
 *
 */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--layer-pop-out);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	transition: opacity var(--easing-linear) var(--timing-short), visibility var(--easing-linear) var(--timing-short), transform var(--easing-linear) var(--timing-short);
	pointer-events: none;
	/**
	 * States.
	 */
}
.modal.modal__card--full {
	transform: translate(-50%, -50%);
}
.modal.is-active, .modal.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
.modal.is-active.modal__card, .modal.is-open.modal__card {
	opacity: 1;
	transform: translate(-50%, -50%);
}
.modal__header {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
.modal__body {
	max-width: 100%;
	padding: 1rem 0;
	overflow-y: auto;
}
.modal__card {
	top: 50%;
	left: 50%;
	opacity: 0;
	height: auto;
	margin: 0 auto;
	padding: 25px 25px 50px 35px;
	border: 1px solid var(--color-border-thirdly);
	background-color: var(--color-background);
	transform: translateY(-20%);
	flex-direction: column;
	max-width: 950px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}
.modal__card.modal__card--full {
	max-width: 100vw;
	width: 100%;
	max-height: 100vh;
	height: 100%;
	padding: 0;
	border: 0;
}
.modal__card.modal__card--full .modal__body {
	width: 100%;
	height: 100%;
	padding: 0;
}
.modal__footer {
	width: 100%;
	padding: 1rem 0;
	border-top: 1px solid var(--color-border-thirdly);
}
.modal__close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: var(--layer-flat, 1);
	display: flex;
	padding: 25px;
	color: var(--color-text-primary, #000);
}
.modal__close.modal__close--bg {
	background-color: var(--color-background);
}
.modal__close svg {
	pointer-events: none;
}
.modal__close:focus-visible {
	box-shadow: inset 0 0 0 2px #000;
}
/**
 * Media queries.
 */
@media (max-width: 991px) {
	.modal__header {
		position: relative;f
		padding: 1rem;
	}
}
.payment-types {
	display: inline-flex;
}
.payment-types .payment-types__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: -5px;
	margin-bottom: -5px;
}
.payment-types .payment-types__item {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 0;
}
.payment-types .payment-types__item .icon {
	width: 60px;
	height: 30px;
}
.discounts {
	display: flex;
	flex-direction: column;
}
.discounts.discounts--right {
	align-items: flex-end;
}
.discounts .discounts__item {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	color: var(--color-secondary-text);
	word-break: break-word;
}
.discounts .discounts__item .icon {
	min-width: 12px;
	width: 12px;
	min-height: 12px;
	height: 12px;
	margin-right: 5px;
}
.discounts .discounts__item + .discounts__item {
	margin-top: 5px;
}
.price .price-item {
	margin-right: 5px;
}
.price .price-item.price-item--sale {
	color: var(--color-secondary-attention);
}
.price .price-item.price-item--regular {
	margin-right: 0;
}
.price .price__regular {
	display: block;
}
.price .price__sale, .price.price--on-sale .price__regular {
	display: none;
}
.price.price--on-sale .price__sale {
	display: initial;
	flex-direction: row;
	flex-wrap: wrap;
}
.price.price--on-sale .price__sale .price-item--regular {
	text-decoration: line-through;
	color: var(--color-secondary-text);
}
.price .unit-price {
	display: block;
	margin-top: 5px;
	font-size: 0.85em;
	line-height: 1.15;
}
.price .price__volume-pricing-note {
	margin-bottom: 7px;
	font-size: calc(var(--body-font-size) * 0.875);
}
@media (min-width: 992px) {
	.price .price-item {
		margin-right: 10px;
	}
}
.popover-container {
	position: relative;
}
.popover {
	position: absolute;
	top: 100%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	border: 1px solid var(--color-border-secondary);
	background-color: #ffffff;
	transition: opacity 0.3s ease;
}
.popover.is-active {
	visibility: visible;
	opacity: 1;
}
.popover__button {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 1;
	color: var(--color-text-primary, #000000);
	transition: opacity 0.3s ease;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.popover__button:hover {
		opacity: 0.5;
	}
}
.popover__content {
	padding: 20px;
	padding-right: 30px;
}
.compare-products-popup-button {
	position: fixed;
	bottom: 60px;
	right: 16px;
	z-index: 12;
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
	width: 44px;
	height: 44px;
	padding: 0;
	background-color: var(--color-compare-sticky-button-bg, #000);
	color: var(--color-compare-sticky-button-color, #fff);
	border-radius: 100%;
	transition-property: opacity, background-color, color, visibility, transform;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-ease-out);
}
.compare-products-popup-button:focus-visible {
	outline: 2px solid black;
	outline-offset: 2px;
}
.compare-products-popup-button[data-count=""], .compare-products-popup-button[data-count="0"], .compare-products-popup-button[data-count="1"] {
	visibility: hidden;
	transform: translateY(110px);
}
.compare-products-popup-button.big-padding {
	bottom: 100px;
}
.compare-products-popup-button.big-padding[data-count=""], .compare-products-popup-button.big-padding[data-count="0"], .compare-products-popup-button.big-padding[data-count="1"] {
	transform: translateY(150px);
}
.compare-products-popup-button svg {
	width: 35px;
	height: 35px;
	transform: scaleX(-1);
}
.compare-products-popup-button::before {
	content: attr(data-count);
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: var(--body-font-size);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.compare-products-popup-button:hover {
		opacity: 0.5;
	}
}
@media (min-width: 768px) {
	.compare-products-popup-button {
		right: 44px;
	}
}
.header {
	position: relative;
	box-shadow: var(--header-box-shadow);
	transition-property: box-shadow, border-bottom-color;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header.header--bottom-border {
	border-bottom: 1px solid var(--header-border-color);
}
.header .header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 21px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: var(--header-background);
	transition-property: background-color;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header .header__logo {
	display: flex;
	flex: 2 1 0;
	justify-content: center;
}
.header .header__heading,
.header .header__heading-link {
	display: inline-flex;
}
.header .header__heading-link {
	text-decoration: none;
	word-break: break-word;
}
.header .header__heading-link:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
.header .header__heading-logo {
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: var(--img-desktop-pos);
	   object-position: var(--img-desktop-pos);
}
.header .header__heading-logo.header__heading-logo--transparent {
	display: none;
	width: var(--base-logo-width);
	height: var(--base-logo-height);
}
.header .header__menu {
	display: none;
}
.header .header__burger-menu-button-wrapper {
	display: flex;
	flex: 1 1 0;
}
.header .header__burger-menu-button {
	display: flex;
	margin: -11px;
	padding: 11px;
	color: var(--header-icon-color);
	transition-property: opacity;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header .header__burger-menu-button svg line {
	transition-property: transform, opacity, width;
	transition-duration: var(--timing-base);
}
.header .header__burger-menu-button.is-active svg line:nth-child(1) {
	transform: rotate(45deg) translate(1px, -4px);
}
.header .header__burger-menu-button.is-active svg line:nth-child(2) {
	opacity: 0;
	width: 0;
}
.header .header__burger-menu-button.is-active svg line:nth-child(3) {
	transform: rotate(-45deg) translate(-8px, 1px);
}
.header .header__burger-menu-button:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header .header__burger-menu-button:hover:hover {
		opacity: 0.5;
	}
}
.header .header__utils {
	display: flex;
	flex: 1 1 0;
	justify-content: flex-end;
	align-items: center;
}
.header .header__localization {
	display: flex;
	align-items: center;
	gap: 15px;
}
.header .header__icons {
	display: flex;
}
.header .header__language-selector,
.header .header__country-selector {
	display: none;
}
.header .header__cart-count {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background-color: var(--header-count-text-bg);
	font-size: calc(var(--body-font-size) * 0.625);
	line-height: 1;
	color: var(--header-count-text-color);
	transition-property: background-color, color;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header .header__cart-count[data-cart-count="0"] {
	display: none;
}
.header .header__icon {
	display: flex;
	align-items: center;
	margin: -10px;
	padding: 10px;
	color: var(--header-icon-color);
	transition-property: opacity;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header .header__icon:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
.header .header__icon.header__icon--cart {
	position: relative;
	margin: -10px;
	padding: 10px;
}
.header .header__icon.no-js {
	display: none;
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header .header__icon:hover:hover {
		opacity: 0.5;
	}
}
.header.header--menu-bottom .header__top-container {
	display: none;
}
@media (min-width: 1200px) {
	.header .header__container {
		padding: 20px 40px;
	}
	.header .header__logo {
		flex: 1 1 20%;
		justify-content: flex-start;
	}
	.header .header__icon.header__icon--search, .header .header__icon.header__icon--account {
		margin-right: 19px;
	}
	.header .header__burger-menu-button-wrapper {
		display: none;
	}
	.header .header__menu {
		display: flex;
		flex: 1 1 auto;
		padding: 0 10px;
	}
	.header .header__utils {
		flex: 1 1 20%;
	}
	.header .header__localization {
		margin-right: 30px;
	}
	.header .header__language-selector,
	.header .header__country-selector {
		display: block;
	}
	.header .header__language-button,
	.header .header__country-button {
		padding: 0;
		letter-spacing: 0.2px;
		color: var(--header-text-color);
		transition-property: opacity;
		transition-duration: var(--timing-short);
		transition-timing-function: var(--easing-linear);
	}
	.header .header__language-button .icon,
	.header .header__country-button .icon {
		display: flex;
		flex: 1 0 auto;
		transition-property: transform;
		transition-duration: var(--timing-base);
		transition-timing-function: var(--easing-ease-out);
	}
	.header .header__language-button[aria-expanded=true] .icon,
	.header .header__country-button[aria-expanded=true] .icon {
		transform: rotate(180deg);
	}
	.header .header__language-button:focus-visible,
	.header .header__country-button:focus-visible {
		outline: 2px solid var(--color-text-primary);
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header .header__language-button:hover:hover,
	.header .header__country-button:hover:hover {
		opacity: 0.5;
	}
}
@media (min-width: 1200px) {
	.header .header__language-list,
	.header .header__country-list {
		top: calc(100% + 29px);
		bottom: unset;
		left: -21px;
		z-index: 1;
		min-width: 120px;
		max-width: 240px;
		max-height: 256px;
		padding-top: 21px;
		padding-bottom: 18px;
		padding-left: 3px;
		padding-right: 3px;
		border: 1px solid var(--header-border-color);
		background-color: var(--header-background);
	}
}
@media (min-width: 1200px) {
	.header .header__language-item-underline,
	.header .header__country-item-underline {
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--header-text-color, var(--color-text-primary));
		transform: scaleY(0);
		transform-origin: bottom;
		transition-property: transform;
		transition-duration: var(--timing-base);
	}
}
@media (min-width: 1200px) {
	.header .header__language-item-text,
	.header .header__country-item-text {
		position: relative;
	}
}
@media (min-width: 1200px) {
	.header .header__language-item,
	.header .header__country-item {
		margin: 0;
	}
	.header .header__language-item a,
	.header .header__country-item a {
		padding: 7px 17px;
		color: var(--header-text-color-half);
	}
	.header .header__language-item a[aria-current=true],
	.header .header__country-item a[aria-current=true] {
		color: var(--header-text-color);
	}
	.header .header__language-item a[aria-current=true] .header__language-item-underline,
	.header .header__language-item a[aria-current=true] .header__country-item-underline,
	.header .header__country-item a[aria-current=true] .header__language-item-underline,
	.header .header__country-item a[aria-current=true] .header__country-item-underline {
		transform: scaleY(1);
	}
	.header .header__language-item a:focus-visible,
	.header .header__country-item a:focus-visible {
		outline: 2px solid var(--color-text-primary);
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header .header__language-item a:hover .header__language-item-underline,
	.header .header__language-item a:hover .header__country-item-underline,
	.header .header__country-item a:hover .header__language-item-underline,
	.header .header__country-item a:hover .header__country-item-underline {
		transform: scaleY(1);
	}
}
@media (min-width: 1200px) {
	.header.header--menu-left .header__logo {
		flex: 1 0 22%;
		justify-content: center;
	}
	.header.header--menu-left .header__menu {
		flex: 0 1 39%;
		padding: 0;
	}
	.header.header--menu-left .header-menu {
		margin: 0;
		margin-left: -21px;
	}
	.header.header--menu-left .header__utils {
		flex: 0 1 39%;
	}
}
@media (min-width: 1200px) {
	.header.header--menu-bottom .header__container {
		flex-wrap: wrap;
	}
	.header.header--menu-bottom .header__utils {
		display: none;
	}
	.header.header--menu-bottom .header__logo {
		display: none;
	}
	.header.header--menu-bottom .header__top-container {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.header.header--menu-bottom .header__top-container .header__logo {
		display: flex;
		justify-content: center;
	}
	.header.header--menu-bottom .header__logo-top {
		flex: 1 1 33.3333%;
	}
	.header.header--menu-bottom .header__top-left-col {
		display: flex;
		flex: 1 1 33.3333%;
		justify-content: flex-start;
		align-items: center;
	}
	.header.header--menu-bottom .header__utils-top {
		display: flex;
		flex: 1 1 33.3333%;
		justify-content: flex-end;
		align-items: center;
	}
}
@media (min-width: 1501px) {
	.header .header__menu {
		padding: 0 20px;
	}
}
@media (max-width: 1199px) {
	.header .header__icon.header__icon--account {
		display: none;
	}
	.header .header__icon.header__icon--search {
		margin-right: 10px;
	}
}
.header-section {
	position: var(--header-position);
	top: 0;
	z-index: 13;
	background-color: var(--background-color, var(--color-white));
	transition-property: transform, top, background-color;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-section.is-collapsed {
	top: calc(var(--header-height-static) * -1);
}
.header-section.is-collapsed .header {
	box-shadow: none;
}
.header-section.is-collapsed .cart-notification__container {
	position: fixed;
	top: 0;
}
@media (-moz-touch-enabled: 0) and (min-width: 1200px), (hover: hover) and (min-width: 1200px), (pointer: fine) and (min-width: 1200px) {
	.header-section.header-section--transparent {
		position: fixed;
		width: 100%;
	}
	.header-section.header-section--transparent.header-section--top-position {
		top: var(--announcement-bar-height);
		background: transparent;
	}
	.header-section.header-section--transparent.header-section--top-position .header {
		border-bottom: unset;
		box-shadow: unset;
	}
	.header-section.header-section--transparent.header-section--top-position .header__container {
		background: transparent;
	}
	.header-section.header-section--transparent.header-section--top-position .header__icon {
		color: var(--header-transparent-icon-color);
	}
	.header-section.header-section--transparent.header-section--top-position .header__heading-logo {
		display: none;
	}
	.header-section.header-section--transparent.header-section--top-position .header__heading-logo.header__heading-logo--transparent {
		display: block;
	}
	.header-section.header-section--transparent.header-section--top-position .header__language-button,
	.header-section.header-section--transparent.header-section--top-position .header__country-button,
	.header-section.header-section--transparent.header-section--top-position .header-menu__item-text,
	.header-section.header-section--transparent.header-section--top-position .header-menu__item {
		color: var(--header-transparent-text-color);
	}
	.header-section.header-section--transparent.header-section--top-position .header-menu .header-menu__item-text::after {
		background-color: var(--header-transparent-text-color);
	}
	.header-section.header-section--transparent.header-section--top-position .header__cart-count {
		background-color: var(--header-transparent-count-text-bg);
		color: var(--header-transparent-count-text-color);
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover {
		background-color: var(--background-color, var(--color-white));
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header {
		border-bottom-color: var(--header-border-color);
		box-shadow: var(--header-box-shadow);
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__container {
		background-color: var(--header-background);
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__icon {
		color: var(--header-icon-color);
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__heading-logo {
		display: block;
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__heading-logo.header__heading-logo--transparent {
		display: none;
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__language-button,
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__country-button,
	.header-section.header-section--transparent.header-section--top-position.is-hover .header-menu__item-text,
	.header-section.header-section--transparent.header-section--top-position.is-hover .header-menu__item {
		color: var(--header-text-color);
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header-menu .header-menu__item-text::after {
		background-color: var(--header-text-color);
	}
	.header-section.header-section--transparent.header-section--top-position.is-hover .header__cart-count {
		background-color: var(--header-count-text-bg);
		color: var(--header-count-text-color);
	}
}
/* stylelint-disable */
@media (min-width: 1200px) {
	.no-js .header__icon.header__icon--search.no-js, .no-js .header__icon.header__icon--cart.no-js {
		display: flex;
	}
	.no-js .header__icon.header__icon--search:not(.no-js), .no-js .header__icon.header__icon--cart:not(.no-js) {
		display: none;
	}
}
/* stylelint-enable */
@media (min-width: 1200px) {
	.header-menu {
		margin: 0 auto;
	}
	.header-menu .header-menu__item-toggle-icon {
		display: inline-flex;
		margin-left: 6px;
	}
	.header-menu .header-menu__item-toggle-icon .icon {
		transition-property: transform;
		transition-duration: var(--timing-base);
		transition-timing-function: var(--easing-ease);
	}
	.header-menu .header-menu__item-text {
		position: relative;
		font-size: var(--body-font-size);
		color: var(--header-text-color);
	}
	.header-menu .header-menu__item-text::after {
		content: "";
		position: absolute;
		bottom: -6px;
		left: 0;
		opacity: 0;
		width: 100%;
		height: 1px;
		background-color: var(--header-text-color, var(--color-heading));
		transform-origin: bottom;
		transition-property: opacity;
		transition-duration: var(--timing-base);
	}
	.header-menu .header-menu__item {
		position: relative;
		display: inline-flex;
		align-items: center;
		width: 100%;
		padding: calc(var(--body-font-size) * 1.25 / 1.5) 11px;
		font-size: var(--body-font-size);
		text-align: left;
		text-decoration: none;
		color: var(--header-text-color);
		cursor: pointer;
	}
	.header-menu .header-menu__item.header-menu__item--active .header-menu__item-text::after {
		opacity: 1;
	}
	.header-menu .header-menu__item.is-active .header-menu__item-toggle-icon .icon {
		transform: rotate(-180deg);
	}
	.header-menu .header-menu__item:focus-visible {
		outline: 2px solid var(--color-text-primary);
	}
	.header-menu .header-menu__item.no-js {
		display: none;
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header-menu .header-menu__item:hover .header-menu__item-text::after {
		opacity: 1;
	}
}
@media (min-width: 1200px) {
	.header-menu .header-menu__item-badge {
		position: absolute;
		top: -5px;
		right: 21px;
		overflow: hidden;
		max-width: 60px;
		padding: 4px 7px;
		border-radius: 10px;
		background: var(--badge-background-color);
		font-size: calc(var(--body-font-size) * 0.6875);
		line-height: 1;
		text-overflow: ellipsis;
		color: var(--badge-text-color);
	}
}
@media (min-width: 1200px) {
	.header-menu .header-menu__list.header-menu__list--main {
		display: flex;
		flex-wrap: wrap;
	}
	.header-menu .header-menu__list.header-menu__list--nested {
		position: absolute;
		overflow: auto;
		z-index: var(--layer-flat);
		visibility: hidden;
		padding: 12px 0;
		border: 1px solid var(--header-border-color);
		background-color: var(--header-background);
		min-width: 200px;
		max-height: 400px;
	}
	.header-menu .header-menu__list.header-menu__list--nested.is-hidden {
		display: none;
	}
	.header-menu .header-menu__list.header-menu__list--nested.is-active {
		display: flex;
		visibility: visible;
		flex-direction: column;
	}
	.header-menu .header-menu__list.header-menu__list--nested .header-menu__item-toggle-icon {
		z-index: var(--layer-negative);
		margin-left: auto;
	}
	.header-menu .header-menu__list.header-menu__list--collapsible {
		display: flex;
		flex-direction: column;
		padding-left: 10px;
	}
	.header-menu .header-menu__list.header-menu__list--nested .header-menu__item, .header-menu .header-menu__list.header-menu__list--collapsible .header-menu__item {
		transition-property: opacity;
		transition-duration: var(--timing-base);
		transition-timing-function: var(--easing-linear);
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header-menu .header-menu__list.header-menu__list--nested .header-menu__item:hover, .header-menu .header-menu__list.header-menu__list--collapsible .header-menu__item:hover {
		opacity: 0.5;
	}
}
@media (min-width: 1501px) {
	.header-menu .header-menu__item {
		padding: calc(var(--body-font-size) * 1.25 / 1.5) 21px;
	}
}
.no-js .header-menu__item.no-js {
	display: inline-flex;
}
.no-js .header-menu__item:not(.no-js) {
	display: none;
}
.header-mobile {
	background-color: var(--header-mobile-menu-bg);
}
.header-mobile .header-mobile__menu {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	padding-top: 68px;
}
.header-mobile .header-mobile__menu-list-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: auto;
	z-index: var(--layer-flat);
	display: block;
	width: 100%;
	height: calc(100% - 69px);
	padding: 16px 30px;
	background-color: var(--header-mobile-menu-bg);
	transform: translate(-100%);
	transition-property: transform;
	transition-duration: var(--timing-long);
	transition-timing-function: var(--easing-ease-out);
}
.header-mobile .header-mobile__menu-list-wrapper.is-hidden {
	display: none;
}
.header-mobile .header-mobile__menu-list-wrapper.is-active {
	transform: translate(0);
}
.header-mobile .header-mobile__menu-list-wrapper.header-mobile__menu-list-wrapper--nested, .header-mobile .header-mobile__menu-list-wrapper.header-mobile__menu-list-wrapper--deep-nested {
	padding-top: 0;
}
.header-mobile.is-child-active .header-mobile__menu {
	overflow: unset;
}
.header-mobile.is-grand-child-active .header-mobile__menu-list-wrapper.header-mobile__menu-list-wrapper--nested {
	overflow: hidden;
}
.header-mobile .header-mobile__menu-close-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 12px 15px;
	border-bottom: 1px solid var(--header-border-color);
}
.header-mobile .header-mobile__menu-close-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--header-icon-color);
	transition-property: opacity;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-mobile .header-mobile__menu-close-button:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header-mobile .header-mobile__menu-close-button:hover:hover {
		opacity: 0.5;
	}
}
.header-mobile .header-mobile__menu-item-toggle-icon {
	display: inline-flex;
	margin-left: auto;
	transform: rotate(-90deg);
	transition-property: transform;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-mobile .header-mobile__menu-item-icon-back {
	margin-right: 10px;
	font-size: calc(var(--body-font-size) * 1.43);
	transform: rotate(90deg);
	transition-property: transform;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-mobile .header-mobile__menu-item-text {
	font-size: calc(var(--body-font-size) * 1.43);
	line-height: calc(var(--body-font-size) * 1.43);
}
.header-mobile .header-mobile__menu-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: calc(var(--body-font-size) * 1.43) 0;
	text-align: left;
	color: var(--header-text-color);
	transition-property: opacity;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
	word-break: break-word;
	gap: 16px;
}
.header-mobile .header-mobile__menu-item:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
.header-mobile .header-mobile__menu-item.header-mobile__menu-item--search svg {
	color: var(--header-icon-color);
}
.header-mobile .header-mobile__menu-item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 30px);
	height: 1px;
	background: var(--header-border-color);
}
.header-mobile .header-mobile__menu-item.header-mobile__menu-item--back .header-mobile__menu-item-text {
	border-left: 1px solid var(--header-border-color);
	padding-left: 10px;
	font-size: calc(var(--body-font-size) * 1.43);
}
.header-mobile .header-mobile__menu-item.header-mobile__menu-item--back::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% + 60px);
	height: 1px;
	background: var(--header-border-color);
	transform: translatex(-30px);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header-mobile .header-mobile__menu-item:hover:hover {
		opacity: 0.5;
	}
	.header-mobile .header-mobile__menu-item:hover:hover .header-mobile__menu-item-toggle-icon {
		transform: rotate(-90deg) translateY(5px);
	}
	.header-mobile .header-mobile__menu-item:hover:hover .header-mobile__menu-item-icon-back {
		transform: rotate(90deg) translateY(5px);
	}
}
.header-mobile .header-mobile__menu-item-badge {
	overflow: hidden;
	flex-shrink: 0;
	max-width: 100px;
	padding: 2px 8px;
	border-radius: 50px;
	background: var(--badge-background-color);
	font-size: calc(var(--body-font-size) * 0.75);
	line-height: 1.17;
	text-overflow: ellipsis;
	color: var(--badge-text-color);
	white-space: nowrap;
}
.header-mobile .header-mobile__additional-menu {
	position: relative;
	margin-top: auto;
	padding-top: 20px;
}
.header-mobile .header-mobile__additional-menu::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 20px);
	height: 1px;
	background: var(--header-border-color);
	transform: translateX(-10px);
}
.header-mobile .header-mobile__additional-menu .header-mobile__menu-item {
	width: unset;
	border-bottom: unset;
	padding: calc(var(--body-font-size) * 1.43 / 2) 0;
}
.header-mobile .header-mobile__additional-menu .header-mobile__menu-item::after {
	content: none;
}
.header-mobile .header-mobile__additional-menu .header-mobile__menu-item-text {
	font-size: calc(var(--body-font-size) * 1.43);
	line-height: calc(var(--body-font-size) * 1.43);
}
.header-mobile .header-mobile__additional-menu .icon + .header-mobile__menu-item-text {
	margin-left: 10px;
}
.header-mobile .header-mobile__menu-list {
	width: 100%;
	padding-bottom: 20px;
}
.header-mobile .header-mobile__menu-list li:last-child > .header-mobile__menu-item::after {
	content: none;
}
.header-mobile .header-mobile__menu-list.header-mobile__menu-list--nested {
	padding: 0;
}
.header-mobile .header-mobile__menu-list.header-mobile__menu-list--nested .header-mobile__menu-list-wrapper {
	height: 100%;
}
.header-mobile .header-mobile__menu-list.header-mobile__menu-list--nested .header-mobile__menu-item:not(.header-mobile__menu-item--back) .header-mobile__menu-item-text {
	font-size: calc(var(--body-font-size) * 1.143);
	line-height: calc(var(--body-font-size) * 1.143);
}
.header-mobile .header-mobile__menu-item-link {
	text-decoration: none;
}
.header-mobile .header-mobile__localization {
	display: flex;
	justify-content: flex-start;
	padding: 10px 0;
}
.header-mobile .header-mobile__language-button,
.header-mobile .header-mobile__country-button {
	padding: 0;
	font-size: calc(var(--body-font-size) * 1.43);
	line-height: calc(var(--body-font-size) * 1.43);
	letter-spacing: 0.2px;
	color: var(--header-text-color);
	transition-property: opacity;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-mobile .header-mobile__language-button .icon,
.header-mobile .header-mobile__country-button .icon {
	display: flex;
	flex: 1 0 auto;
	margin-left: 6px;
	transition-property: transform;
	transition-duration: var(--timing-base);
	transition-timing-function: var(--easing-ease-out);
}
.header-mobile .header-mobile__language-button[aria-expanded=true] .icon,
.header-mobile .header-mobile__country-button[aria-expanded=true] .icon {
	transform: rotate(180deg);
}
.header-mobile .header-mobile__language-button:focus-visible,
.header-mobile .header-mobile__country-button:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header-mobile .header-mobile__language-button:hover:hover,
	.header-mobile .header-mobile__country-button:hover:hover {
		opacity: 0.5;
	}
}
.header-mobile .header-mobile__language-list,
.header-mobile .header-mobile__country-list {
	bottom: calc(100% + 1px);
	z-index: var(--layer-flat);
	visibility: visible;
	opacity: 1;
	min-width: 120px;
	max-height: 224px;
	width: 100%;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid var(--header-border-color);
	background-color: var(--header-mobile-menu-bg);
}
.header-mobile .header-mobile__language-list[hidden],
.header-mobile .header-mobile__country-list[hidden] {
	display: block;
	visibility: hidden;
	opacity: 0;
}
.header-mobile .header-mobile__language-item-underline,
.header-mobile .header-mobile__country-item-underline {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--header-text-color, currentColor);
	transform: scaleY(0);
	transform-origin: bottom;
	transition-property: transform;
	transition-duration: var(--timing-base);
}
.header-mobile .header-mobile__language-item-text,
.header-mobile .header-mobile__country-item-text {
	position: relative;
}
.header-mobile .header-mobile__language-item,
.header-mobile .header-mobile__country-item {
	margin: 0;
	font-size: calc(var(--body-font-size) * 0.875);
}
.header-mobile .header-mobile__language-item a,
.header-mobile .header-mobile__country-item a {
	padding: 7.5px 6px;
	font-size: var(--body-font-size);
	color: var(--header-text-color-half);
}
.header-mobile .header-mobile__language-item a[aria-current=true],
.header-mobile .header-mobile__country-item a[aria-current=true] {
	color: var(--header-text-color);
}
.header-mobile .header-mobile__language-item a[aria-current=true] .header-mobile__language-item-underline,
.header-mobile .header-mobile__language-item a[aria-current=true] .header-mobile__country-item-underline,
.header-mobile .header-mobile__country-item a[aria-current=true] .header-mobile__language-item-underline,
.header-mobile .header-mobile__country-item a[aria-current=true] .header-mobile__country-item-underline {
	transform: scaleY(1);
}
.header-mobile .header-mobile__language-item a:focus-visible,
.header-mobile .header-mobile__country-item a:focus-visible {
	outline: 2px solid var(--color-text-primary);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header-mobile .header-mobile__language-item a:hover .header-mobile__language-item-underline,
	.header-mobile .header-mobile__language-item a:hover .header-mobile__country-item-underline,
	.header-mobile .header-mobile__country-item a:hover .header-mobile__language-item-underline,
	.header-mobile .header-mobile__country-item a:hover .header-mobile__country-item-underline {
		transform: scaleY(1);
	}
}
/* stylelint-disable */
.header-mega-menu .header-mega-menu__container {
	display: flex;
	background-color: var(--header-background);
}
.header-mega-menu .header-mega-menu__menu-item-text {
	font-size: var(--body-font-size);
	line-height: calc(var(--body-font-size) * 1.375);
	letter-spacing: 0.02em;
	color: var(--header-text-color);
	transition-property: opacity, color;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-mega-menu .header-mega-menu__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: var(--img-desktop-pos);
	   object-position: var(--img-desktop-pos);
	transition-property: transform, opacity;
	transition-timing-function: ease-out;
	transition-duration: var(--animate-img-scale);
	will-change: transform;
	color: var(--color-black);
}
.header-mega-menu .header-mega-menu__image-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.header-mega-menu .header-mega-menu__image-wrapper.header-mega-menu__image-wrapper--hover:focus-visible {
	outline: 2px solid black;
}
.header-mega-menu .header-mega-menu__image-wrapper.header-mega-menu__image-wrapper--hover:focus-visible .header-mega-menu__image {
	transform: scale(1.15);
}
@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
	.header-mega-menu .header-mega-menu__image-wrapper.header-mega-menu__image-wrapper--hover:hover .header-mega-menu__image {
		transform: scale(1.1);
	}
}
.header-mega-menu .header-mega-menu__image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--header-megamenu-overlay);
}
.header-mega-menu .header-mega-menu__image-text-content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10px;
	flex-direction: column;
}
.header-mega-menu .header-mega-menu__image-label {
	opacity: 0.7;
	padding: 6px 0;
	font-size: var(--body-font-size);
	font-weight: 400;
	line-height: calc(var(--body-font-size) * 1.375);
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--header-megamenu-image-text);
	font-style: normal;
}
.header-mega-menu .header-mega-menu__image-heading {
	padding: 7px 0;
	font-size: calc(var(--body-font-size) * 2.125);
	font-weight: 400;
	line-height: calc(var(--body-font-size) * 2.875);
	letter-spacing: 0.02em;
	text-align: center;
	font-style: normal;
	word-break: break-word;
	color: var(--header-megamenu-image-text);
}
.header-mega-menu .header-mega-menu__menu-item-toggle-icon {
	display: inline-flex;
	margin-left: auto;
	transform: rotate(-90deg);
	transition-property: transform;
	transition-duration: var(--timing-short);
	transition-timing-function: var(--easing-linear);
}
.header-mega-menu .header-mega-menu__menu-item-wrapper {
	width: 100%;
	margin-bottom: calc(var(--body-font-size) * 1.25);
}
.header-mega-menu .header-mega-menu__menu-item-wrapper:last-child {
	margin-bottom: 0;
}
.header-mega-menu .header-mega-menu__menu-item {
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding: 0;
	text-align: left;
	text-decoration: none;
	word-break: break-word;
}
.header-mega-menu .header-mega-menu__menu-item:focus-visible {
	outline: 2px solid black;
}
.header-mega-menu .header-mega-menu__heading {
	font-size: var(--body-font-size);
	line-height: calc(var(--body-font-size) * 1.143);
	text-align: center;
	color: var(--header-text-color-half);
}
.header-mega-menu .header-mega-menu__subheading {
	font-size: calc(var(--heading-font-size) * 1.5);
	text-align: center;
	color: var(--header-text-color);
}
.header-mega-menu .header-mega-menu__text {
	font-size: var(--body-font-size);
	line-height: calc(var(--body-font-size) * 1.143);
	letter-spacing: 0.02em;
	text-align: center;
	color: var(--header-text-color);
}
.header-mega-menu .header-mega-menu__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	row-gap: 10px;
}
.header-mega-menu .header-mega-menu__shadow {
	position: absolute;
	left: 0;
}
.header-mega-menu .header-mega-menu__heading + .header-mega-menu__subheading,
.header-mega-menu .header-mega-menu__heading + .header-mega-menu__text,
.header-mega-menu .header-mega-menu__heading + .header-mega-menu__buttons {
	margin-top: 25px;
}
.header-mega-menu .header-mega-menu__subheading + .header-mega-menu__text,
.header-mega-menu .header-mega-menu__subheading + .header-mega-menu__buttons {
	margin-top: 20px;
}
.header-mega-menu .header-mega-menu__text + .header-mega-menu__buttons {
	margin-top: 22px;
}
.header-mega-menu .product-card.product-card--full-width {
	padding-bottom: 0;
}
.header-mega-menu .product-card.product-card--full-width .product-card__footer {
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
}
.header-mega-menu .product-card.product-card--full-width .product-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: unset;
}
.header-mega-menu .product-card.product-card--full-width .product-card__title .focus-visible-outline:focus-visible {
	outline-offset: -2px;
}
.header-mega-menu .product-card.product-card--full-width .product-card__price {
	padding-top: 5px;
}
@media (max-width: 991px) {
	.header-mega-menu .product-card.product-card--full-width .product-card__quick-view-button.product-card__quick-view-button--mobile {
		bottom: 0;
	}
	.header-mega-menu .product-card.product-card--full-width .product-card__price {
		padding-top: 28px;
	}
	.header-mega-menu .product-card.product-card--full-width .product-card__footer {
		margin-top: 20px;
	}
}
@media (max-width: 1199px) {
	.header-mega-menu .header-mega-menu__container {
		flex-direction: column;
	}
	.header-mega-menu .header-mega-menu__menu-item-text {
		font-size: calc(var(--body-font-size) * 1.143);
		line-height: calc(var(--body-font-size) * 1.143);
		transition-property: opacity;
		transition-duration: var(--timing-short);
		transition-timing-function: var(--easing-linear);
	}
	.header-mega-menu .header-mega-menu__shadow {
		bottom: 0;
		width: 100%;
		height: 50%;
	}
	.header-mega-menu .header-mega-menu__block {
		display: flex;
		padding: calc(var(--body-font-size) * 1.43) 0;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--image {
		flex-direction: column;
		align-items: center;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--image .header-mega-menu__menu-item {
		width: unset;
		margin-top: 20px;
	}
}
@media (max-width: 1199px) and (-moz-touch-enabled: 0), (max-width: 1199px) and (hover: hover), (max-width: 1199px) and (pointer: fine) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--image .header-mega-menu__menu-item:hover .header-mega-menu__menu-item-text {
		opacity: 0.5;
	}
}
@media (max-width: 1199px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--text {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 1199px) {
	.header-mega-menu .header-mega-menu__image-wrapper {
		padding-top: 66.68%;
	}
}
@media (max-width: 1199px) {
	.header-mega-menu.header-mega-menu--half-to-half .header-mega-menu__block.header-mega-menu__block--image {
		margin: 0 -30px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu {
		--menu-offset: calc(var(--header-height) + var(--header-offset-top) - 1px);
		position: absolute;
		top: 100%;
		left: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: calc(100% - var(--menu-offset));
		border-top: 1px solid var(--header-border-color);
		transition: opacity var(--timing-short), visibility var(--timing-short);
	}
	.header-mega-menu.is-active {
		visibility: visible;
		opacity: 1;
	}
	.header-mega-menu .header-mega-menu__overlay {
		opacity: 0.5;
		width: 100%;
		height: 100vh;
		background-color: var(--color-overlay);
	}
	.header-mega-menu .header-mega-menu__image-wrapper {
		padding-top: 120.6%;
	}
	.header-mega-menu .header-mega-menu__block {
		display: flex;
		flex: 0 0 25%;
		border-right: 1px solid var(--header-border-color);
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--no-border {
		border-right: none;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu {
		overflow: auto;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		max-height: 29.586vw;
		min-height: 29.586vw;
		padding: 30px;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-one-image {
		flex-basis: 50%;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-no-image {
		flex-basis: 75%;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows {
		flex: 1 0 50%;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu-item-wrapper.header-mega-menu__menu-item-wrapper--parent {
		flex: 0 0 calc(33.3333333333% - 13.3333333333px);
		margin-bottom: 0;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows h3.header-mega-menu__menu-item {
		pointer-events: none;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu-item.header-mega-menu__menu-item--parent .header-mega-menu__menu-item-text {
		font-size: calc(var(--body-font-size) * 1.25);
		color: var(--header-text-color);
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu-item.header-mega-menu__menu-item--parent:hover .header-mega-menu__menu-item-text {
		color: var(--header-text-color-half);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu:not(.header-mega-menu__menu--nested) {
		display: flex;
		flex: 1 0 100%;
		flex-wrap: wrap;
		-moz-column-gap: 20px;
		     column-gap: 20px;
		row-gap: 40px;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu.header-mega-menu__menu--nested {
		margin-top: calc(var(--body-font-size) * 1.25);
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu.header-mega-menu__menu--nested .header-mega-menu__menu-item .header-mega-menu__menu-item-text {
		color: var(--header-text-color-half);
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows .header-mega-menu__menu.header-mega-menu__menu--nested .header-mega-menu__menu-item:hover .header-mega-menu__menu-item-text {
		color: var(--header-text-color);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows.header-mega-menu__block--menu-rows-no-image {
		min-height: unset;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows-one-image {
		flex-basis: 75%;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows-one-image .header-mega-menu__menu-item-wrapper.header-mega-menu__menu-item-wrapper--parent {
		flex-basis: calc(25% - 15px);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows-no-image {
		flex-basis: 100%;
		min-height: unset;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows-no-image .header-mega-menu__menu-item-wrapper.header-mega-menu__menu-item-wrapper--parent {
		flex-basis: calc(20% - 16px);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--text {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-height: 29.586vw;
		min-height: 29.586vw;
		margin: 0 auto;
		padding: 30px;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-main .header-mega-menu__menu-item .header-mega-menu__menu-item-text {
		padding-right: 5px;
		color: var(--header-text-color-half);
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-main .header-mega-menu__menu-item.is-active .header-mega-menu__menu-item-text {
		color: var(--header-text-color);
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-main .header-mega-menu__menu-item.is-active .header-mega-menu__menu-item-toggle-icon {
		transform: translateX(15px) rotate(-90deg);
	}
}
@media (min-width: 1200px) and (-moz-touch-enabled: 0), (min-width: 1200px) and (hover: hover), (min-width: 1200px) and (pointer: fine) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-main .header-mega-menu__menu-item:hover .header-mega-menu__menu-item-text {
		color: var(--header-text-color);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--image {
		flex-direction: column;
		align-items: center;
		padding: 25px;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--image .header-mega-menu__menu-item {
		justify-content: center;
		margin-top: 20px;
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__block:last-child {
		border-right: none;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__menu {
		width: 100%;
	}
	.header-mega-menu .header-mega-menu__menu.header-mega-menu__menu--nested {
		visibility: hidden;
	}
	.header-mega-menu .header-mega-menu__menu.is-active {
		visibility: visible;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__heading {
		line-height: calc(var(--body-font-size) * 1.6);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__subheading {
		font-size: calc(var(--heading-font-size) * 2);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__text {
		line-height: calc(var(--body-font-size) * 1.375);
	}
}
@media (min-width: 1200px) {
	.header-mega-menu .header-mega-menu__shadow {
		top: 0;
		width: 46.63%;
		height: 100%;
	}
}
@media (min-width: 1200px) {
	.header-mega-menu.header-mega-menu--half-to-half .header-mega-menu__block {
		flex-basis: 50%;
	}
	.header-mega-menu.header-mega-menu--half-to-half .header-mega-menu__block.header-mega-menu__block--image {
		margin-left: auto;
		padding: 0;
	}
	.header-mega-menu.header-mega-menu--half-to-half .header-mega-menu__image-wrapper {
		padding-top: 29.586vw;
	}
}
@media (min-width: 1501px) {
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu {
		max-height: 29.622vw;
		min-height: 29.622vw;
		padding: 30px 40px;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--text {
		max-height: 29.564vw;
		min-height: 29.564vw;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--main .header-mega-menu__menu-item.is-active .header-mega-menu__menu-item-toggle-icon {
		transform: translateX(15px) rotate(-90deg);
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--image {
		padding: 30px;
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows-one-image .header-mega-menu__menu-item-wrapper.header-mega-menu__menu-item-wrapper--parent {
		flex-basis: calc(20% - 16px);
	}
	.header-mega-menu .header-mega-menu__block.header-mega-menu__block--menu-rows-no-image .header-mega-menu__menu-item-wrapper.header-mega-menu__menu-item-wrapper--parent {
		flex-basis: calc(16.6666666667% - 16.6666666667px);
	}
	.header-mega-menu .header-mega-menu__image-text-content {
		padding: 20px;
	}
	.header-mega-menu .header-mega-menu__image-wrapper {
		padding-top: 120.4%;
	}
	.header-mega-menu.header-mega-menu--half-to-half .header-mega-menu__image-wrapper {
		padding-top: 29.564vw;
	}
}
/* stylelint-enable */
/* Some additional styles for different templates */
/*================ Layout ================*/
.featured-collection .featured-collection__heading {
  margin-bottom: 20px !important;
}  
.header-mega-menu__menu-item--parent .header-mega-menu__menu-item-text{
  font-size:14px !important;
  text-transform:uppercase;
}
.sub-category-list{
  margin-top:40px;
}
.lista-sottocategorie li{
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.lista-sottocategorie li a{
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
.lista-sottocategorie li a:hover{
  opacity:.6;
}
.collection__header-col{
  max-width: var(--global-container-width);
  margin-left: auto;
  margin-right: auto;
}
.box-categoria{
  border:1px solid #eee;
}
.head-categorie{
  padding:15px;
  display:flex;
  align-items:flex-end;
  min-height:70px;
  border-bottom:1px solid #eee;
}
.list-sub-categories{
  display:flex;
  flex-direction:column;
  padding:15px;
  gap:15px;
  max-height: 150px;
  overflow-y: scroll;
}
.product-card__vendor{
  font-size:10px !important
}
.list-sub-categories a{
    color: #757575;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.head-categorie a{
    color: #000;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}  
.split-description-intro{
    display: grid;
    grid-template-columns: 1fr;
}
.image-collection img{
  height: 100%;
  object-fit: cover;
}
.description-collection{
  padding: 50px;
  border: 1px solid #eee;
}
.header-mega-menu__menu--nested .header-mega-menu__menu-item-text{
  font-size:12px;
  color:#757575;
}
.collection .collection__description{
  max-width:100% !important;
}
.collection .collection__title{
  font-size: 20px !important;
  font-weight: 600;
}
.rte.collection__description{
  font-size:14px;
  font-weight:300;
}
.collection .collection__header{
  padding:0 40px !important;
}
.header-mega-menu .header-mega-menu__menu-item-wrapper{
  margin-bottom:10px !important;
}
.predictive-search__form{
  position:relative;
}
.header-menu__item{
  font-size:12px !important;
  text-transform:uppercase;
}
.slide-categorie{
  margin-top:50px;
}
.drawer__body.predictive-search__result{
  position: absolute;
  top: 80px;
  background-color: #fff;
  width: 100%;
  z-index: 10;
}
.content-slide-categorie{
  position:relative;
}
.content-slide-categorie .swiper-button-disabled{
  display:none;
}
.content-slide-categorie .arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer;
}
.cat-prev{
  left:-60px;
}
.cat-prev svg{
  transform:rotate(180deg);
}
.cat-next{
  right:-60px;
}
.drawer__body.predictive-search__result:empty{
  display:none;
}
.predictive-search__product-card{
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  text-decoration:none;
}
.header-menu__list.header-menu__list--nested li:last-child a.header-menu__item{
  color:#93c01f;
  font-weight:600;
}
.predictive-search__product-card-price{
  color:#000;
  font-size:18px;
}
.newsletter .newsletter__label{
  text-transform: uppercase;
  font-size: 12px;
}
.newsletter .newsletter__heading{
  margin-top:0 !important;
}
.newsletter__text.section-rte{
    text-align: left;
    font-size: 14px;
}
.servizio-clienti{
  margin-top:20px;
}
.row-servizio-clienti{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row-servizio-clienti label{
  font-size: 16px;
  line-height: 16px;
  color: #757575;
}
.small-servizio-clienti{
  margin-top: 5px;
  font-size: 14px;
  color: #757575;
}
.servizio-contatti{
  margin-top:20px;
}
.row-servizio-contatti{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row-servizio-contatti label{
  font-size: 16px;
  line-height: 16px;
  color: #757575;
}
.small-servizio-contatti{
  margin-top: 5px;
  font-size: 14px;
  color: #757575;
}
servizio-telefoni{
  margin-top:20px;
}
.row-servizio-telefoni{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row-servizio-telefoni label{
  font-size: 16px;
  line-height: 16px;
  color: #757575;
}
.small-servizio-telefoni{
  margin-top: 15px;
  font-size: 14px;
  color: #757575;
}

servizio-whatsapp{
  margin-top:20px;
}
.row-servizio-whatsapp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.row-servizio-whatsapp label{
  font-size: 16px;
  line-height: 16px;
  color: #757575;
}
.small-servizio-whatsapp{
  margin-top: 15px;
  font-size: 14px;
  color: #757575;
}
.newsletter__content{
   margin-left: 0 !important;
  padding: 150px 0 !important;
  align-items: flex-start !important;
}
.predictive-search__product-card-info h3{
  font-size: 14px;
  margin-bottom: 10px;
}
.product-vendor{
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 0px !important;
}
.product-drawers__item-toggle{
  padding: 20px 35px !important;
}
.swiper-slider{
  overflow:hidden;
}
.featured-collection__container{
  position:relative;
}
.arrow-slide{
  position:absolute;
  top:-8px;
  cursor:pointer;
}
.arrow-slide svg path{
  fill:#036096;
}
.arrow-slide svg circle{
  stroke:#036096;
}
.arrow-slide:hover svg path{
  fill:#93C01F;
}
.arrow-slide:hover svg circle{
  stroke:#93C01F;
}
.arrow-next{
  right:0
}
.numero-prodotti{
  text-transform:uppercase;
  font-size:14px;
  font-weight:300;
  text-align:center;
}
.split-description-intro .numero-prodotti{
  text-align:left;
}
.arrow-prev{
  right: 55px;
  transform: rotate(180deg);
  top: -11px;
}
.h2.product-recommendations__heading{
    text-transform: uppercase;
    font-size: 24px;
}
.product-card{
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  border-right:1px solid #eee;
}
.box-paypal img{
  width:200px;
}
.box-pagamento-rate{
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  margin-top:20px;
}
.box-klarna{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.box-klarna span{
  font-size: 12px;
  color: #757575;
}
.price-sale-card{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.old-price{
  font-weight: 400;
  text-decoration: line-through;
}
.new-price{
  color: #006eaf;
  font-weight: 600;
  font-size: 20px;
}
.product-card__image-wrapper-link{
  padding:25px !important;
}
.product-card__image-wrapper-link .product-card__image{
  object-fit:contain !important;
}
.product-card__footer{
  margin-top:0 !important;
  padding-top:25px !important;
  border-top:1px solid #eee;
}
.product-card__title{
  text-align:center;
font-size: 14px !important; 
  font-weight:600 !important;
}
.product-card__price .price__container{
  text-align:center;
}
.announcement-bar__text p{
  text-transform:uppercase;
  font-size:12px;
}
.announcement-bar {
  padding: 8px 0;
}  
.header .header__logo {
  flex: 1 1 25%;
}  
.vai-prodotto{
    font-weight: 600;
    font-size: 10px;
    display: inline-block;
    padding: 10px;
    background-color: #036096;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    text-transform: uppercase;
    transition:all 550ms ease;
}
.vai-prodotto:hover{
  opacity:.6;
}
.header.header--menu-bottom .header__top-left-col {
  flex: 1 1 60%;
}  
.header.header--menu-bottom .header__utils-top {
  flex: 1 1 15%;
}  
.predictive-search__search{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.predictive-search__submit{
    width: 100px;
    height:55px;
    order: 2;
    background-color: #036096;
}
.predictive-search__submit svg path{
  fill:#fff;
}
.predictive-search__input-wrapper{
    width: calc(100% - 100px);
}
.cerca-header{
  width:100%;
}
.header-menu__item-text{
  text-transform: uppercase;
  font-size: 12px !important;
}
.newsletter-register{
  margin-top:30px;
}
.account-entrance__heading{
  font-size:22px;
}
.privacy-box{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin-bottom:20px;
}
.privacy-box label{
  opacity:.8;
  font-size:12px;
  line-height:16px;
  text-transform:uppercase;
  text-align:left;
}
.newsletter-register p{
  margin: 30px 0 10px 0;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
.collection .collection__header-row {
  justify-content: center !important;
}  
.h1.collection__title{
  font-size: 26px;
  text-transform: uppercase; 
}
#filterMenuDrawerTitle{
    font-size: 14px;
    text-transform: uppercase;
}
.product-filters.product-filters--sidebar .product-filters__form-item-toggle-button{
  font-size: 12px;
  padding: 8px 0;
}
.collection .collection__grid-wrapper.collection__grid-wrapper--flex .collection__item {
  width: 20% !important;
}
.collection__grid-wrapper.collection__grid-wrapper--flex{
  border-left:1px solid #eee;
}
.h2.featured-collection__heading{
  text-transform: uppercase;
  font-size: 24px;
}
.product-filters__form-selected-wrapper{
  margin-bottom:20px;
}
.privacy-newsletter{
  display:flex;
  gap:10px;
  margin-top:20px;
}
.privacy-newsletter label{
  text-align:left;
  font-size:12px;
}
.privacy-newsletter label a{
  color:#fff;
}
.info-aggiuntive{
  margin-top: 20px;
}
.info-aggiuntive p{
     text-align: left;
    font-size: 14px;
}
.product-filters__form-selected-wrapper p, .product-filters__form-selected-wrapper span{
  color:#000;
  font-size:14px;
  text-transform:uppercase;
}
.product-filters .product-filters__form-body {
  padding: 10px 40px 120px !important;
}
.predictive-search__result-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.predictive-search__product-card-image{
  width:auto;
  height:100px;
  object-fit:contain;
}
.predictive-search__result-col{
  padding: 20px;
  border: 1px solid #eee;
  margin-left:-1px;
  margin-top:-1px;
}
.product-card .product-card__vendor {
	  font-size: 14px;
text-align:center;
}
.sub-footer .row {

    display: flex;

    flex-direction: column;

    align-content: center;
}

.sub-footer .footer-payment-icons {

    text-align: center !important;
}
.footer__copyright{
text-align: center !important;
  }
.footer .footer__navigation-heading, .footer .footer__text-heading, .footer-loghi-item h3, .footer-logo-item h3, h2.footer__text-heading{
    margin-bottom: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.footer-loghi-item h3 , h2.footer__text-heading{
  color:#fff !important;
  text-transform:uppercase;
}
.footer-logo-item h3{
  color:#000;
  text-transform:uppercase;
}
.linea-icone{
  display:flex;
  gap:10px;
}
.linea-icone img{
  width:120px;
}
.footer__main-content{
  margin-bottom:0 !important;
}
.footer__navigation-list-link, .footer__text-rte p{
  font-size:14px !important;
  font-weight:300;
}
.footer__navigation-list-item{
  padding:4px 0 !important;
}
#shopify-section-sections--24578021359950__footer2 .footer-loghi-item, #shopify-section-sections--24578021359950__footer2 .footer__text {
    width: 25% !important;
}
.footer-logo-item{
  text-align:center;
}
#shopify-section-sections--24578021359950__footer .footer{
  padding:40px 0 !important;
}
.icona-footer img{
  width:80%;
  }
.riquadro-contatti{
  margin:20px 0;
  padding:15px 0;
  border-bottom:1px solid #E0E8FF;
}
.riquadro-contatti .col-6:first-child{
  padding-left:0px;
}
.bottone-riquadro-contatti{
  width:max-content;
  border: 2px solid var(--acqua);
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color:var(--acqua);
  transition:all .3s ease-in-out;
  p{
    color:white;
    transition:all .3s ease-in-out;
  }
}
.bottone-riquadro-contatti svg{
  margin-right:8px;
}
.bottone-riquadro-contatti svg path{
  fill:var(--acqua);
  transition:all .3s ease-in-out;
}
.bottone-riquadro-contatti:hover{
  background-color:#c1f3ec;
    color:var(--notte);
   svg path{
    fill:var(--notte);
  }
}
.riquadro-contatti h4{
  font-size:18px;
  margin:0px;
  color:var(--notte);
}
.riquadro-contatti p{
  font-size:13px;
  color:#333;
  font-weight:400;
  margin-top:5px;
  
}
.faq-page .faq-page__category-heading{
  font-size: 16px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
#shopify-section-template--24578021065038__benefits .h3.benefits__heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.badge-sconto{
  position: absolute;
    top: 0;
    left: 0;
    background-color: #036096;
    color: #fff;
    font-size: 16px;
    z-index: 2;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.badge-sconto label{
  font-size: 12px;
  text-transform: uppercase;
}
.badge-sconto span{
  font-size: 16px;
  font-weight:600;
}
.privacy-carrello{
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.privacy-carrello label{
  font-size:14px;
}
.cart-footer__ctas.disattivato{
  opacity:.5;
  cursor:not-allowed;
}
.cart-footer__ctas.disattivato button{
  pointer-events:none;
}
.accetto-condizioni{
  position:relative;
  width:20px;
  height:20px;
  border:1px solid #949494;
  cursor:pointer;
}
.accetto-condizioni svg{
  display:none;
  color: #fff;
  width: 100%;
  top: -3px;
  left: 0px;
  position: absolute;
}
.accetto-condizioni.attivo{
  background-color:#000;
}
.accetto-condizioni.attivo svg{
  display:block;
}
.rte.cart-footer__tax{
  margin: -15px 0 30px 0 !important;
  text-align: right !important;
  width: 100% !important;
}
.search.search--with-sidebar.js-search{
    max-width: var(--global-container-width);
    margin-left: auto;
    margin-right: auto;
}
.search .search__item{
    width: 20% !important;
    margin-top: -1px;
    margin-left: -1px;
}
.cerca-globale{
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #7bd01e;
    cursor: pointer;
}
.whatsapp-chat{
    position:fixed;
    bottom:25px;
    right:25px;
    z-index: 20;
    width:50px;
    height: 50px;
}
.whatsapp-chat svg{
  width: 100%;
  height: 100%;
}
.newsletter-form__message{
  background-color: #fff;
  padding:10px;
}
localization-form .header__language-button.js-disclosure__button, localization-form .disclosure__item-text.header__language-item-text{
  font-size: 12px;
  text-transform: uppercase;
}
.footer .footer__selectors {
    margin-top: 50px;
    width: 100% !important;
}
footer localization-form .disclosure__button, footer localization-form .disclosure__item-text.footer__language-item-text{
  padding:10px;
  font-size: 12px;
  text-transform: uppercase;
}
.bottone-fattura{
	cursor:pointer;
	text-align:right;
}
.box-cart-fattura{
    display: flex;
    flex-direction: column;
	align-items:flex-end;
	margin:10px 0;
	row-gap:10px;
}
.cart-template__footer .cart-footer__fattura{
	margin-top:20px;
}
.cart-template__footer .box-fattura{
	width: 400px;
    margin: 0 0 0 auto;
}
.cart-footer__fattura{
	padding-right:10px
}
.bottone-fattura span{
	font-size: 22px;
    font-weight: 400;
    margin-left: 3px;
}
@media screen and (max-width:1200px){
  .header-mobile .header-mobile__menu-item-text, .header-mobile__menu-item-text{
    font-size: 14px !important;
    line-height: 14px !important;
    text-transform: uppercase;
  }
}
@media screen and (max-width:991px){
  .collection .collection__grid-wrapper.collection__grid-wrapper--flex .collection__item {
    width: 33.33% !important;
  }
  .product-card__quick-view-button{
    display:none !important;
  }
  .collection .collection__header{
    padding-left:40px !important;
    padding-right:40px !important;
  }
  .cat-next {
    right: 0;
    top: -25px !important;
    transform:none;
  }
  .cat-prev {
    right: 60px;
    transform:none;
    top: -25px !important;
    left: auto !important;
  }
}
@media screen and (max-width:767px){
  .collection .collection__grid-wrapper.collection__grid-wrapper--flex .collection__item {
    width: 50% !important;
  }
  .collection .collection__header{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  #shopify-section-sections--24578021359950__footer2 .footer-loghi-item, #shopify-section-sections--24578021359950__footer2 .footer__text, #shopify-section-sections--24578021359950__footer .footer-logo-item{
    width: 100%!important;
  }
  .footer-loghi-item{
    padding:0 20px;
  }
  .footer .footer__main-content {
    gap: 30px;
  }
  .icona-footer img {
    width: 60%;
  }
  .rte.cart-footer__tax{
    text-align:left !important;
  }
  .search .search__item{
    width:50% !important;
  }
  .arrow-prev{
    top:49%;
    left:10px;
    right: auto;
    z-index: 10;
    background-color: #fff;
    border-radius: 100%;
  }
  .arrow-next{
    top:49%;
    right:10px;
    z-index: 10;
    border-radius: 100%;
    background-color: #fff;
  }

}
