/** Shopify CDN: Minification failed

Line 8296:0 All "@import" rules must come first
Line 8302:0 All "@import" rules must come first
Line 8308:0 All "@import" rules must come first
Line 8314:0 All "@import" rules must come first

**/
:root {
	--spacing-unit: 4px;
	--global-container: var(--size-100-vw);
}


/* === FILE SEPARATOR === */

/********************************
**** Style Guide: Border
*********************************/

:root {
	--border-radius-4xs: calc(0.5 * var(--spacing-unit)); /*  2px */
	--border-radius-3xs: calc(1 * var(--spacing-unit)); /*  4px */
	--border-radius-2xs: calc(1.5 * var(--spacing-unit)); /*  6px */
	--border-radius-xxs: calc(2 * var(--spacing-unit)); /*  8px */
	--border-radius-xs: calc(4 * var(--spacing-unit)); /*  16px */
	--border-radius-full: 50%; /*  50% */
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Style Guide: Color **
*********************************
**
** Color: Base
** Color: Primary
** Color: Neutral
** Color: Success
** Color: Danger
** Color: Warning
** Color: Transparent
** Color: Gradient
** Color: Custom Elements
**
*********************************
#################################
********************************/

:root {
	/********************************
  **** Color: Base
  *********************************/

	--color-primary: var(--color-primary-1);
	--color-black: #0b0b0b;
	--color-white: #fafafa;

	--color-link: var(--color-primary-6);

	/********************************
  **** Color: Primary
  *********************************/

	--color-primary-0: #fff6ed;
	--color-primary-1: #feecd6;
	--color-primary-2: #fcd4ac;
	--color-primary-3: #f9b678;
	--color-primary-4: #f68c41;
	--color-primary-5: #f37021;
	--color-primary-6: #e45312;
	--color-primary-7: #bd3d11;
	--color-primary-8: #963216;
	--color-primary-9: #792b15;
	--color-primary-10: #411309;

	/********************************
  **** Color: Neutral
  *********************************/

	--color-neutral-1: #f5f5f5;
	--color-neutral-2: #e6e6e6;
	--color-neutral-3: #d3d3d3;
	--color-neutral-4: #929292;
	--color-neutral-5: #727272;
	--color-neutral-6: #535353;
	--color-neutral-7: #404040;
	--color-neutral-8: #272727;
	--color-neutral-9: #1a1a1a;

	/********************************
  **** Color: Success
  *********************************/

	--color-success-0: #f9fde8;
	--color-success-1: #f2fbcc;
	--color-success-2: #e3f6a0;
	--color-success-3: #cfee68;
	--color-success-4: #afdd22;
	--color-success-5: #9ac71b;
	--color-success-6: #779f11;
	--color-success-7: #5a7912;
	--color-success-8: #496014;
	--color-success-9: #3e5116;
	--color-success-10: #1f2d06;

	/********************************
  **** Color: Danger
  *********************************/

	--color-danger-0: #fef2f2;
	--color-danger-1: #fde3e3;
	--color-danger-2: #fccccc;
	--color-danger-3: #f9a8a8;
	--color-danger-4: #f37676;
	--color-danger-5: #e94a4a;
	--color-danger-6: #d52a2a;
	--color-danger-7: #b32222;
	--color-danger-8: #942020;
	--color-danger-9: #7b2121;
	--color-danger-10: #430c0c;

	/********************************
  **** Color: Warning
  *********************************/

	--color-warning-0: #fefaec;
	--color-warning-1: #fcf2c9;
	--color-warning-2: #fae48d;
	--color-warning-3: #f7d052;
	--color-warning-4: #f5bc2a;
	--color-warning-5: #ee9b11;
	--color-warning-6: #d3760c;
	--color-warning-7: #af530e;
	--color-warning-8: #8e4112;
	--color-warning-9: #753512;
	--color-warning-10: #431a05;

	/********************************
  **** Color: FASE
  *********************************/

	--color-fase: #0a0aea;

	/********************************
  **** Color: Transparent
  *********************************/

	--color-transparent: "transparent";
	--color-transparent-neutral-3: #d3d3d385;

	/********************************
  **** Color: Gradient
  *********************************/

	--background-color-overlay: #00000070;
	--bg-hero-text: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

	/********************************
  **** Color: Custom Elements
  *********************************/

	--text-secondary: var(--color-neutral-7);
	--border-default: #1e2c39;
	--black-opacity-025: rgba(0, 0, 0, 0.25);

	--bg-surface-readable: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.8) 100%
	);

	--bg-surface-readable-strong: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 1) 100%
	);

	--background-diagonal-stripes: repeating-linear-gradient(
		-45deg,
		transparent,
		transparent 5px,
		var(--color-neutral-2) 5px,
		var(--color-neutral-2) 6px
	);

	--background-diagonal-stripes-xs: repeating-linear-gradient(
		-45deg,
		transparent,
		transparent 3px,
		var(--color-neutral-2) 3px,
		var(--color-neutral-2) 4px
	);

	--text-shadow-outline:
		2px 0 0 var(--color-neutral-1), -2px 0 0 var(--color-neutral-1),
		0 2px 0 var(--color-neutral-1), 0 -2px 0 var(--color-neutral-1),
		1.4px 1.4px 0 var(--color-neutral-1), -1.4px 1.4px 0 var(--color-neutral-1),
		1.4px -1.4px 0 var(--color-neutral-1), -1.4px -1.4px 0 var(--color-neutral-1);

	--progress-bar-fill-gradient: repeating-linear-gradient(
		to right,
		var(--color-primary-5) 0,
		var(--color-primary-5) 2px,
		transparent 2px,
		transparent 5px
	);
	/* To be added */
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Style Guide: Size **
*********************************
**
** Size: Base
** Size: Per cent
** Size: vw
** Size: vh
** Size: dvh
**
*********************************
#################################
********************************/

:root {
	/********************************
  **** Size: Base
  *********************************/

	--size-5xs: calc(0.25 * var(--spacing-unit)); /*  1px */
	--size-4xs: calc(0.5 * var(--spacing-unit)); /*  2px */
	--size-3xs: calc(1 * var(--spacing-unit)); /*  4px */
	--size-xxs: calc(2 * var(--spacing-unit)); /*  8px */
	--size-xs-xs: calc(2.5 * var(--spacing-unit)); /* 10px */
	--size-xs: calc(4 * var(--spacing-unit)); /* 16px */
	--size-s: calc(6 * var(--spacing-unit)); /* 24px */
	--size-m: calc(8 * var(--spacing-unit)); /* 32px */
	--size-l: calc(10 * var(--spacing-unit)); /* 40px */
	--size-xl: calc(12 * var(--spacing-unit)); /* 48px */
	--size-2xl: calc(14 * var(--spacing-unit)); /* 56px */
	--size-3xl: calc(16 * var(--spacing-unit)); /* 64px */
	--size-4xl: calc(18 * var(--spacing-unit)); /* 72px */
	--size-5xl: calc(20 * var(--spacing-unit)); /* 80px */
	--size-6xl: calc(22 * var(--spacing-unit)); /* 88px */
	--size-7xl: calc(24 * var(--spacing-unit)); /* 96px */

	/********************************
	**** Size: TT 
	*********************************/

	--tt-size-xs: calc(0.5 * var(--spacing-unit)); /*  2px */
	--tt-size-s: calc(1 * var(--spacing-unit)); /*  4px */
	--tt-size-m: calc(2 * var(--spacing-unit)); /*  8px */
	--tt-size-l: calc(3 * var(--spacing-unit)); /* 12px */
	--tt-size-xl: calc(4 * var(--spacing-unit)); /* 16px */
	--tt-size-2xl: calc(6 * var(--spacing-unit)); /* 24px */
	--tt-size-3xl: calc(8 * var(--spacing-unit)); /* 32px */
	--tt-size-4xl: calc(12 * var(--spacing-unit)); /* 48px */
	--tt-size-5xl: calc(16 * var(--spacing-unit)); /* 64px */
	--tt-size-6xl: calc(24 * var(--spacing-unit)); /* 96px */
	--tt-size-6xl: calc(28 * var(--spacing-unit)); /* 112px */
	--tt-size-6xl: calc(32 * var(--spacing-unit)); /* 128px */

	/********************************
  **** Size: Per cent
  *********************************/

	--size-2-per-100: 2%; /* 2% */
	--size-5-per-100: 5%; /* 5% */
	--size-10-per-100: 10%; /* 10% */
	--size-25-per-100: 25%; /* 25% */
	--size-33-per-100: 33%; /* 33% */
	--size-35-per-100: 35%; /* 35% */
	--size-40-per-100: 40%; /* 40% */
	--size-50-per-100: 50%; /* 50% */
	--size-60-per-100: 60%; /* 60% */
	--size-70-per-100: 70%; /* 70% */
	--size-80-per-100: 80%; /* 80% */
	--size-90-per-100: 90%; /* 90% */
	--size-95-per-100: 95%; /* 95% */
	--size-100-per-100: 100%; /* 100% */

	/********************************
  **** Size: vw
  *********************************/

	--size-5-vw: 5vw;
	--size-10-vw: 10vw;
	--size-24-vw: 24vw;
	--size-33-vw: 33vw;
	--size-44-vw: 44vw;
	--size-50-vw: 50vw;
	--size-80-vw: 80vw;
	--size-90-vw: 90vw;
	--size-100-vw: 100vw;

	/********************************
  **** Size: vh
  *********************************/

	--size-5-vh: 5vh;
	--size-10-vh: 10vh;
	--size-20-vh: 20vh;
	--size-33-vh: 33vh;
	--size-50-vh: 50vh;
	--size-40-vh: 40vh;
	--size-70-vh: 70vh;
	--size-80-vh: 80vh;
	--size-100-vh: 100vh;

	/********************************
  **** Size: dvh
  *********************************/

	--size-100-dvh: 100dvh;
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Style Guide: Spacing **
*********************************
**
** Spacing: Structure variables
** Spacing: TT Mobile
** Spacing: TT Tablet
** Spacing: TT Desktop
**
*********************************
#################################
********************************/

:root {
	/********************************
	**** Spacing: Structure variables
	*********************************/

	--space-5xs: calc(0.25 * var(--spacing-unit)); /*  1px */
	--space-4xs: calc(0.5 * var(--spacing-unit)); /*  2px */
	--space-3xs: calc(1 * var(--spacing-unit)); /*  4px */
	--space-xxs: calc(2 * var(--spacing-unit)); /*  8px */
	--space-xs-xs: calc(2.5 * var(--spacing-unit)); /* 10px */
	--space-xs: calc(4 * var(--spacing-unit)); /* 16px */
	--space-s: calc(6 * var(--spacing-unit)); /* 24px */
	--space-m: calc(8 * var(--spacing-unit)); /* 32px */
	--space-l: calc(10 * var(--spacing-unit)); /* 40px */
	--space-xl: calc(12 * var(--spacing-unit)); /* 48px */
	--space-2xl: calc(14 * var(--spacing-unit)); /* 56px */
	--space-3xl: calc(16 * var(--spacing-unit)); /* 64px */
	--space-4xl: calc(18 * var(--spacing-unit)); /* 72px */
	--space-5xl: calc(20 * var(--spacing-unit)); /* 80px */
	--space-6xl: calc(22 * var(--spacing-unit)); /* 88px */
	--space-7xl: calc(24 * var(--spacing-unit)); /* 96px */

	/********************************
	**** Spacing: TT Mobile
	*********************************/

	--tt-space-2xs: calc(0.5 * var(--spacing-unit)); /*  2px */
	--tt-space-xs: calc(0.5 * var(--spacing-unit)); /*  2px */
	--tt-space-s: calc(1 * var(--spacing-unit)); /*  4px */
	--tt-space-m: calc(2 * var(--spacing-unit)); /*  8px */
	--tt-space-l: calc(3 * var(--spacing-unit)); /* 12px */
	--tt-space-xl: calc(4 * var(--spacing-unit)); /* 16px */
	--tt-space-2xl: calc(6 * var(--spacing-unit)); /* 24px */
	--tt-space-3xl: calc(8 * var(--spacing-unit)); /* 32px */
	--tt-space-4xl: calc(12 * var(--spacing-unit)); /* 48px */
	--tt-space-5xl: calc(16 * var(--spacing-unit)); /* 64px */
	--tt-space-6xl: calc(24 * var(--spacing-unit)); /* 96px */
}

/********************************
**** Spacing: TT Tablet
*********************************/
@media (width >= 750px) {
	:root {
		--tt-space-xs: calc(1 * var(--spacing-unit)); /*  4px */
		--tt-space-s: calc(2 * var(--spacing-unit)); /*  8px */
		--tt-space-m: calc(3 * var(--spacing-unit)); /* 12px */
		--tt-space-l: calc(4 * var(--spacing-unit)); /* 16px */
		--tt-space-xl: calc(5 * var(--spacing-unit)); /* 20px */
		--tt-space-2xl: calc(7 * var(--spacing-unit)); /* 28px */
		--tt-space-3xl: calc(10 * var(--spacing-unit)); /* 40px */
		--tt-space-4xl: calc(14 * var(--spacing-unit)); /* 56px */
		--tt-space-5xl: calc(20 * var(--spacing-unit)); /* 80px */
		--tt-space-6xl: calc(28 * var(--spacing-unit)); /* 112px */
	}
}

/********************************
**** Spacing: TT Desktop
*********************************/
@media (width >= 990px) {
	:root {
		--tt-space-xl: calc(6 * var(--spacing-unit)); /* 24px */
		--tt-space-2xl: calc(8 * var(--spacing-unit)); /* 32px */
		--tt-space-3xl: calc(12 * var(--spacing-unit)); /* 48px */
		--tt-space-4xl: calc(16 * var(--spacing-unit)); /* 64px */
		--tt-space-5xl: calc(24 * var(--spacing-unit)); /* 96px */
		--tt-space-6xl: calc(32 * var(--spacing-unit)); /* 128px */
	}
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Style Guide: Typography **
*********************************
**
** Typography: Base
** Typography: Weight
** Typography: Heading - Mobile
** Typography: Body - Mobile

** Typography: Heading - Tablet
** Typography: Heading - Desktop

** Typography: Body - Tablet
** Typography: Body - Desktop
**
*********************************
#################################
********************************/

:root {
	/********************************
  **** Typography: Base
  *********************************/

	--typo-family: "Rajdhani", sans-serif;
	--typo-heading-family: "Dharma Gothic E", sans-serif;

	--typo-line-height-80: 80%;
	--typo-line-height-90: 90%;
	--typo-line-height-120: 120%;
	--typo-line-height-150: 150%;

	--underline-offset: 4px;

	--typo-general-scale: 1;

	--typo-heading-scale: var(--typo-general-scale);
	--typo-heading-letter-spacing-base: 1px;
	--typo-heading-letter-spacing-medium: 2px;
	--typo-heading-letter-spacing-wide: 3px;
	--typo-heading-letter-spacing-ultra-wide: 4px;

	--typo-body-scale: var(--typo-general-scale);
	--typo-body-style: normal;

	/********************************
  **** Typography: Weight
  *********************************/

	--font-weight-400: 400;
	--font-weight-500: 500;
	--font-weight-600: 600;
	--font-weight-700: 700;
	--font-weight-900: 900;

	/********************************
	**** Typography: Headings - Mobile
	*********************************/

	--typo-display-1: calc(var(--typo-heading-scale) * 4.8rem); /* 48px */

	--typo-heading-1: calc(var(--typo-heading-scale) * 3.6rem); /* 36px */
	--typo-heading-2: calc(var(--typo-heading-scale) * 3rem); /* 30px */
	--typo-heading-3: calc(var(--typo-heading-scale) * 2.4rem); /* 24px */
	--typo-heading-4: calc(var(--typo-heading-scale) * 2rem); /* 20px */
	--typo-heading-5: calc(var(--typo-heading-scale) * 1.6rem); /* 16px */

	/********************************
  **** Typography: Body - Mobile
  *********************************/

	--typo-body-l: calc(var(--typo-body-scale) * 1.8rem); /* 18px */
	--typo-body-regular: calc(var(--typo-body-scale) * 1.4rem); /* 14px */
	--typo-body-s: calc(var(--typo-body-scale) * 1.2rem); /* 12px */
	--typo-body-overline: calc(var(--typo-body-scale) * 1rem); /* 10px */
}

@media (width >= 750px) {
	:root {
		/********************************
		**** Typography: Headings - Tablet
		*********************************/
		--typo-display-1: calc(var(--typo-heading-scale) * 6rem); /* 60px */
		--typo-heading-1: calc(var(--typo-heading-scale) * 4.4rem); /* 44px */
		--typo-heading-2: calc(var(--typo-heading-scale) * 3.6rem); /* 36px */
		--typo-heading-3: calc(var(--typo-heading-scale) * 2.8rem); /* 28px */
		--typo-heading-4: calc(var(--typo-heading-scale) * 2.2rem); /* 22px */
		--typo-heading-5: calc(var(--typo-heading-scale) * 1.8rem); /* 18px */

		/********************************
		**** Typography: Body - Tablet
		*********************************/
		--typo-body-regular: calc(var(--typo-body-scale) * 1.6rem); /* 16px */
		--typo-body-s: calc(var(--typo-body-scale) * 1.4rem); /* 14px */
		--typo-body-overline: calc(var(--typo-body-scale) * 1.2rem); /* 12px */
	}
}

@media (width >= 990px) {
	:root {
		/********************************
		**** Typography: Headings - Desktop
		*********************************/

		--typo-display-1: calc(var(--typo-heading-scale) * 7.2rem); /* 72px */

		--typo-heading-1: calc(var(--typo-heading-scale) * 5.6rem); /* 56px */
		--typo-heading-2: calc(var(--typo-heading-scale) * 4.4rem); /* 44px */
		--typo-heading-3: calc(var(--typo-heading-scale) * 3.2rem); /* 32px */
		--typo-heading-4: calc(var(--typo-heading-scale) * 2.4rem); /* 24px */

		/********************************
		**** Typography: Body - Desktop
		*********************************/
		--typo-body-l: calc(var(--typo-body-scale) * 2rem); /* 20px */
	}
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Style Guide: Helpers **
*********************************
**
** Helpers: Global
** Helpers: Degrees
** Helpers: Opacity
** Helpers: Transition
**
*********************************
#################################
********************************/

:root {
	/********************************
	**** Helpers: Global
	*********************************/

	/* Product Card */
	--product-card-media-container: 348px;

	/********************************
	**** Helpers: Degrees
	*********************************/

	--deg-85: 85.74deg;
	--deg-90: 90deg;
	--deg-180: 180deg;

	/********************************
	**** Helpers: Opacity
	*********************************/

	/* Opacity */
	--opacity-0-4: 0.4;
	--opacity-0-6: 0.6;
	--opacity-0-7: 0.7;

	/********************************
	**** Helpers: Transition
	*********************************/

	/* Transition duration time */
	--transition-duration-03s: 0.3s;
	--transition-duration-06s: 0.6s;
}


/* === FILE SEPARATOR === */

/* Heading */
@font-face {
	font-family: "Dharma Gothic E";
	font-style: normal;
	font-weight: 500;
	src: url("../assets/DharmaGothicE_Regular_R.woff2") format("woff2");
}

@font-face {
	font-family: "Dharma Gothic E";
	font-style: normal;
	font-weight: 700;
	src: url("../assets/DharmaGothicE_Bold_R.woff2") format("woff2");
}

/* Body */
@font-face {
	font-family: "Rajdhani";
	font-style: normal;
	font-weight: 500;
	src: url("../assets/Rajdhani-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Rajdhani";
	font-style: normal;
	font-weight: 700;
	src: url("../assets/Rajdhani-Bold.woff2") format("woff2");
}


/* === FILE SEPARATOR === */

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: var(--typo-heading-family);
	font-weight: var(--font-weight-700);
	text-transform: none;
	color: var(--color-black);
	letter-spacing: normal;
	line-height: var(--typo-line-height-120);
	word-break: break-word;
}

.heading {
	font-family: var(--typo-heading-family);
	font-weight: var(--font-weight-700);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	line-height: var(--typo-line-height-90);
}

.overline {
	font-family: var(--typo-family);
	font-weight: var(--font-weight-500);
	font-size: var(--typo-body-s);
	letter-spacing: normal;
	line-height: var(--typo-line-height-150);
}

/* Mobile headings */

.hxl {
	font-size: calc(var(--typo-heading-scale) * 5rem);
}

.h0 {
	font-size: calc(var(--typo-heading-scale) * 4rem);
}

h1,
.h1 {
	font-size: var(--typo-heading-2);
}

h2,
.h2 {
	font-size: var(--typo-heading-3);
}

h3,
.h3 {
	font-size: var(--typo-heading-4);
}

h4,
.h4 {
	font-size: var(--typo-heading-5);
}

h5,
.h5 {
	font-size: var(--typo-heading-5);
}

/* Desktop headings */
@media only screen and (min-width: 750px) {
	.hxl {
		font-size: calc(var(--typo-heading-scale) * 6.2rem);
	}

	.h0 {
		font-size: calc(var(--typo-heading-scale) * 5.2rem);
	}

	h1,
	.h1 {
		font-size: var(--typo-heading-1);
	}

	h2,
	.h2 {
		font-size: var(--typo-heading-2);
	}

	h3,
	.h3 {
		font-size: var(--typo-heading-3);
	}

	h4,
	.h4 {
		font-size: var(--typo-heading-4);
	}

	h5,
	.h5 {
		font-size: var(--typo-heading-4);
	}
}


/* === FILE SEPARATOR === */

body,
#MainContent {
	background-color: var(--color-white);
}

#MainContent {
	margin-top: var(--space-2xl);
	padding-top: var(--tt-space-3xl);
}

body.home #MainContent {
	margin: 0;
	padding: 0;
	background-color: var(--color-black);
}

body.page-product #MainContent {
	background-color: var(--color-white);
}

body.page-404 #MainContent {
	margin: 0;
}

.page-width {
	max-width: var(--global-container);
	margin: 0 auto;
	padding: 0 var(--tt-space-xl);
	width: var(--size-100-per-100);
}


/* === FILE SEPARATOR === */

:root {
	--alpha-button-background: 1;
	--alpha-button-border: 1;
	--alpha-link: 0.85;
	--alpha-badge-border: 0.1;
}

.product-card-wrapper .card,
.contains-card--product {
	--border-radius: var(--product-card-corner-radius);
	--border-width: var(--product-card-border-width);
	--border-opacity: var(--product-card-border-opacity);
	--shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
	--shadow-blur-radius: var(--product-card-shadow-blur-radius);
	--shadow-opacity: var(--product-card-shadow-opacity);
	--shadow-visible: var(--product-card-shadow-visible);
	--image-padding: var(--product-card-image-padding);
	--text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
	--border-radius: var(--collection-card-corner-radius);
	--border-width: var(--collection-card-border-width);
	--border-opacity: var(--collection-card-border-opacity);
	--shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
	--shadow-blur-radius: var(--collection-card-shadow-blur-radius);
	--shadow-opacity: var(--collection-card-shadow-opacity);
	--shadow-visible: var(--collection-card-shadow-visible);
	--image-padding: var(--collection-card-image-padding);
	--text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
	--border-radius: var(--blog-card-corner-radius);
	--border-width: var(--blog-card-border-width);
	--border-opacity: var(--blog-card-border-opacity);
	--shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
	--shadow-blur-radius: var(--blog-card-shadow-blur-radius);
	--shadow-opacity: var(--blog-card-shadow-opacity);
	--shadow-visible: var(--blog-card-shadow-visible);
	--image-padding: var(--blog-card-image-padding);
	--text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
	--border-radius: var(--text-boxes-radius);
	--border-width: var(--text-boxes-border-width);
	--border-opacity: var(--text-boxes-border-opacity);
	--shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
	--shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
	--shadow-opacity: var(--text-boxes-shadow-opacity);
	--shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
	--border-radius: var(--media-radius);
	--border-width: var(--media-border-width);
	--border-opacity: var(--media-border-opacity);
	--shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--media-shadow-vertical-offset);
	--shadow-blur-radius: var(--media-shadow-blur-radius);
	--shadow-opacity: var(--media-shadow-opacity);
	--shadow-visible: var(--media-shadow-visible);
}

/* base */
.local-development #shopify-pc__banner {
	display: none !important;
}

.page-spacing-bottom {
	margin-bottom: var(--space-xl);
}

@media screen and (min-width: 750px) {
	.footer.page-spacing-bottom {
		margin-bottom: var(--space-7xl);
	}
}

/* Video Container */
.video-container {
	position: relative;
	padding-bottom: var(--size-70-vh);
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
}
/* End Video Container */

/* base-details-summary */
summary {
	cursor: pointer;
	list-style: none;
	position: relative;
}

summary .icon-caret {
	position: absolute;
	height: 0.6rem;
	right: 1.5rem;
	top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
	display: none;
}

.disclosure-has-popup {
	position: relative;
}

.disclosure-has-popup[open] > summary::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;
	cursor: default;
	content: " ";
	background: var(--color-transparent);
}

.disclosure-has-popup > summary::before {
	display: none;
}

.disclosure-has-popup[open] > summary + * {
	z-index: 100;
}

@media screen and (min-width: 750px) {
	.disclosure-has-popup[open] > summary + * {
		z-index: 4;
	}

	.facets .disclosure-has-popup[open] > summary + * {
		z-index: 2;
	}
}

/* component-modal */
.modal__toggle {
	list-style-type: none;
}

.modal__toggle-close {
	display: none;
}

.modal__toggle-open {
	display: flex;
}

.modal__close-button.link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0rem;
	height: 4.4rem;
	width: 4.4rem;
	background-color: var(--color-transparent);
}

.modal__close-button .icon {
	width: var(--size-xs);
	height: var(--size-xs);
}

.modal__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(var(--color-background));
	z-index: 4;
	display: flex;
	justify-content: center;
}

.media-modal {
	cursor: zoom-out;
}

.media-modal .deferred-media {
	cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
	display: none;
}

.cart-count-bubble {
	position: absolute;
	background-color: rgb(var(--color-button));
	color: rgb(var(--color-button-text));
	height: 1.7rem;
	width: 1.7rem;
	border-radius: var(--size-100-per-100);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	bottom: 0.8rem;
	left: 2.2rem;
	line-height: calc(1 + 0.1 / var(--font-body-scale));
}

.gradient {
	background: rgb(var(--color-background));
	background: var(--gradient-background);
	background-attachment: fixed;
}

@media screen and (forced-colors: active) {
	.icon {
		color: CanvasText;
		fill: CanvasText !important;
	}

	.icon-close-small path {
		stroke: CanvasText;
	}
}

.ratio {
	display: flex;
	position: relative;
	align-items: stretch;
}

.ratio::before {
	content: "";
	width: 0;
	height: 0;
	padding-bottom: var(--ratio-percent);
}

.content-container {
	border-radius: var(--text-boxes-radius);
	border: var(--text-boxes-border-width) solid
		rgba(var(--color-foreground), var(--text-boxes-border-opacity));
	position: relative;
}

.content-container:after {
	content: "";
	position: absolute;
	top: calc(var(--text-boxes-border-width) * -1);
	right: calc(var(--text-boxes-border-width) * -1);
	bottom: calc(var(--text-boxes-border-width) * -1);
	left: calc(var(--text-boxes-border-width) * -1);
	border-radius: var(--text-boxes-radius);
	box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
		var(--text-boxes-shadow-blur-radius)
		rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
	z-index: -1;
}

.content-container--full-width:after {
	left: 0;
	right: 0;
	border-radius: 0;
}

@media screen and (max-width: 749px) {
	.content-container--full-width-mobile {
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

	.content-container--full-width-mobile:after {
		display: none;
	}
}

.global-media-settings {
	position: relative;
	border: var(--media-border-width) solid
		rgba(var(--color-foreground), var(--media-border-opacity));
	border-radius: var(--media-radius);
	overflow: visible !important;
	background-color: rgb(var(--color-background));
}

.global-media-settings:after {
	content: "";
	position: absolute;
	top: calc(var(--media-border-width) * -1);
	right: calc(var(--media-border-width) * -1);
	bottom: calc(var(--media-border-width) * -1);
	left: calc(var(--media-border-width) * -1);
	border-radius: var(--media-radius);
	box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset)
		var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
	z-index: -1;
	pointer-events: none;
}

.global-media-settings--no-shadow {
	overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
	content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
	border-radius: 0;
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
	border-radius: 0;
	border-left: none;
	border-right: none;
}

.font-body-bold {
	font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	.button,
	.shopify-challenge__button,
	.customer button {
		border: transparent solid 1px;
	}

	.button:focus-visible,
	.button:focus,
	.button.focused,
	.shopify-payment-button__button--unbranded:focus-visible,
	.shopify-payment-button [role="button"]:focus-visible,
	.shopify-payment-button__button--unbranded:focus,
	.shopify-payment-button [role="button"]:focus {
		outline: solid transparent 1px;
	}

	.field__input:focus,
	.select__select:focus,
	.customer .field input:focus,
	.customer select:focus,
	.localization-form__select:focus.localization-form__select:after {
		outline: transparent solid 1px;
	}

	.localization-form__select:focus {
		outline: transparent solid 1px;
	}
}

.rte:after {
	clear: both;
	content: "";
	display: block;
}

.rte > *:first-child {
	margin-top: 0;
}

.rte > *:last-child {
	margin-bottom: 0;
}

.rte table {
	table-layout: fixed;
}

@media screen and (min-width: 750px) {
	.rte table td {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}
}

.rte img {
	height: auto;
	max-width: var(--size-100-per-100);
	border: var(--media-border-width) solid
		rgba(var(--color-foreground), var(--media-border-opacity));
	border-radius: var(--media-radius);
	box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset)
		var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
	margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul,
.rte ol {
	list-style-position: inside;
	padding-left: 2rem;
}

.rte li {
	list-style: inherit;
}

.rte li:last-child {
	margin-bottom: 0;
}

.rte a {
	color: rgba(var(--color-link), var(--alpha-link));
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.1rem;
	transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
	color: var(--color-link);
	text-decoration-thickness: 0.2rem;
}

.rte blockquote {
	display: inline-flex;
}

.rte blockquote > * {
	margin: -0.5rem 0 -0.5rem 0;
}

/* Image mask global styles */

.shape--mask {
	display: block;
	height: 0;
	width: 0;
}

.shape--arch {
	clip-path: url("#Shape-Arch");
}

.shape--blob {
	clip-path: polygon(var(--shape--blob-1));
}

.shape--chevronleft {
	clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
}

.shape--chevronright {
	clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
}

.shape--circle {
	clip-path: circle(closest-side);
}

.shape--diamond {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.shape--parallelogram {
	clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
}

.shape--round {
	clip-path: ellipse(45% 45% at 50% 50%);
}

/* Fixed background */
.animate--fixed {
	clip-path: inset(0);
}

.animate--fixed > img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed > svg:not(.zoom):not(.deferred-media__poster-button) {
	position: fixed;
	height: 100vh;
}

/* Zoom in image on scroll */
.animate--zoom-in {
	--zoom-in-ratio: 1;
}

.animate--zoom-in > img,
.animate--zoom-in > svg {
	transition: scale var(--duration-short) linear;
	scale: var(--zoom-in-ratio);
}

/* Animations */

@media (prefers-reduced-motion: no-preference) {
	.animate--ambient > img,
	.animate--ambient > svg {
		animation: animateAmbient 30s linear infinite;
	}

	@keyframes animateAmbient {
		0% {
			transform: rotate(0deg) translateX(1em) rotate(0deg) scale(1.2);
		}
		100% {
			transform: rotate(360deg) translateX(1em) rotate(-360deg) scale(1.2);
		}
	}

	.scroll-trigger.animate--fade-in,
	.scroll-trigger.animate--slide-in {
		opacity: 0.01;
	}

	.scroll-trigger.animate--slide-in {
		transform: translateY(2rem);
	}

	.scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
		opacity: 1;
		animation: var(--animation-fade-in);
	}

	.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
		animation: var(--animation-slide-in);
		animation-delay: calc(var(--animation-order) * 75ms);
	}

	.scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
	.scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
	.scroll-trigger.scroll-trigger--design-mode .slider,
	.scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
		opacity: 1;
		animation: none;
		transition: none;
	}

	.scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
		transform: translateY(0);
	}

	@keyframes slideIn {
		from {
			transform: translateY(2rem);
			opacity: 0.01;
		}
		to {
			transform: translateY(0);
			opacity: 1;
		}
	}

	@keyframes fadeIn {
		from {
			opacity: 0.01;
		}
		to {
			opacity: 1;
		}
	}
}

/* Element Hovers: Vertical Lift, 3d Lift */

@media (prefers-reduced-motion: no-preference) and (hover: hover) {
	.animate--hover-3d-lift .card-wrapper .card--card,
	.animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
	.animate--hover-3d-lift .button:not(.button--tertiary),
	.animate--hover-3d-lift .shopify-challenge__button,
	.animate--hover-3d-lift .customer button,
	.animate--hover-3d-lift .shopify-payment-button__button,
	.animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
		transition:
			transform var(--duration-long) ease,
			box-shadow var(--duration-long) ease;
		transform-origin: center;
	}

	.animate--hover-3d-lift .card-wrapper:hover .card--card,
	.animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
	.animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
	.animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
	.animate--hover-3d-lift .customer button:not([disabled]):hover,
	.animate--hover-3d-lift .shopify-payment-button__button:hover,
	.animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
		transition:
			transform var(--duration-extended) ease,
			box-shadow var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
		transform: rotate(1deg);
		box-shadow:
			-1rem -1rem 1rem -1rem rgba(0, 0, 0, 0.05),
			1rem 1rem 1rem -1rem rgba(0, 0, 0, 0.05),
			0 0 0.5rem 0 rgba(255, 255, 255, 0),
			0 2rem 3.5rem -2rem rgba(0, 0, 0, 0.5);
	}

	.animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
		transform: translate(-50%, -50%) scale(1.05); /* Apply a specialized transform to the video play button. */
	}

	.animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
	.animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
		transform: rotate(0.5deg); /* Less intense rotation for collage items. */
	}

	.animate--hover-3d-lift .product-grid .grid__item:hover,
	.animate--hover-3d-lift .collection-list .grid__item:hover,
	.animate--hover-3d-lift .collage__item:hover,
	.animate--hover-3d-lift .blog-articles .article:hover,
	.animate--hover-3d-lift .complementary-slide li:hover {
		z-index: 2; /* Make sure the hovered card is the topmost card. */
	}

	.animate--hover-3d-lift .product-grid {
		isolation: isolate; /* Ensure z-index changes here don't negatively effect other UI stacking. */
	}

	.animate--hover-3d-lift
		.card-wrapper
		.card--shape.card--standard:not(.card--text)
		.card__inner {
		box-shadow: none;
		transition:
			transform var(--duration-long) ease,
			filter var(--duration-long) ease;
	}

	.animate--hover-3d-lift
		.card-wrapper:hover
		.card--shape.card--standard:not(.card--text)
		.card__inner {
		transition:
			transform calc(2 * var(--duration-extended)) ease,
			filter var(--duration-long) ease; /* Slow the card transition speed while hover is active. */
		filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, 0.15))
			drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, 0.15));
	}

	.animate--hover-3d-lift .card-wrapper:hover .card--card:after,
	.animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
	.animate--hover-3d-lift
		.card-wrapper:hover
		.card--shape.card--standard:not(.card--text)
		.card__inner
		.card__media:before {
		background-image: var(--easter-egg);
		background-size: 250px 250px;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		z-index: 2;
	}

	.animate--hover-3d-lift
		.card-wrapper:hover
		.card--shape.card--standard:not(.card--text)
		.card__inner
		.card__media:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.animate--hover-3d-lift .card-wrapper .card--card:before,
	.animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
		pointer-events: none;
		transition:
			background-position calc(2 * var(--duration-extended)) ease,
			opacity var(--duration-default) ease;
		mix-blend-mode: overlay;
		background-size: 400% 100%;
		background-position: 90% 0;
		background-repeat: no-repeat;
		background-image: linear-gradient(
			135deg,
			rgba(255, 255, 255, 0) 45%,
			rgba(255, 255, 255, 1) 50%,
			rgba(255, 255, 255, 0) 55%
		);
	}

	.animate--hover-3d-lift .card-wrapper:hover .card--card:before,
	.animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
		opacity: 0.2;
		transition:
			background-position 6s ease,
			opacity var(--duration-long) ease;
		background-position: left;
		z-index: 2;
	}

	:root {
		--easter-egg: none;
		--sparkle: url("./sparkle.gif");
	}

	.animate--hover-vertical-lift .button:not(.button--tertiary),
	.animate--hover-vertical-lift .shopify-challenge__button,
	.animate--hover-vertical-lift .customer button,
	.animate--hover-vertical-lift .shopify-payment-button__button {
		transition: transform var(--duration-default) var(--ease-out-slow);
	}

	.animate--hover-vertical-lift .card-wrapper .card--card,
	.animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
		transition: transform var(--duration-medium) var(--ease-out-slow);
	}

	.animate--hover-vertical-lift .card-wrapper:hover .card--card,
	.animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
		transform: translateY(-0.75rem);
	}

	.animate--hover-vertical-lift .card-wrapper:active .card--card,
	.animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
		transform: translateY(-0.5rem);
	}

	.animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
	.animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
	.animate--hover-vertical-lift .customer button:not([disabled]):hover,
	.animate--hover-vertical-lift .shopify-payment-button__button:hover {
		transform: translateY(-0.25rem);
	}

	.animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
	.animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
	.animate--hover-vertical-lift .customer button:not([disabled]):active,
	.animate--hover-vertical-lift .shopify-payment-button__button:active {
		transform: translateY(0);
	}

	.animate--hover-vertical-lift .button:not([disabled]):hover:after,
	.animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
	.animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
		--border-offset: 0.3px; /* Default is 1.3px as defined above in this file. This removes 1px to prevent the border from growing on buttons when this effect is on.  */
		box-shadow:
			0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
				rgba(var(--color-button-text), var(--border-opacity)),
			0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
	}

	.animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
		--border-offset: 0px; /* Prevent the border from growing on buttons when this effect is on. */
	}
}

/* Cloud Search Filters on Collection page */
body.snize-results-page #MainContent {
	margin-top: var(--space-2xl);
}

@media only screen and (min-width: 750px) {
	body.snize-results-page #MainContent {
		margin-top: calc(var(--space-xs-xs) * 7.3);
	}
}

/* Gorgias */
#gorgias-chat-container #chat-button {
	right: 20px;
	left: auto !important;
}

/* Default buttons */
/* Cart pop-up */
#cart-notification .cart-notification__links .button--primary {
	background-color: var(--color-black);
	color: var(--color-white);
}

#cart-notification .cart-notification__links .button--secondary {
	border: 1px solid var(--color-neutral-1);
}

/* Cart page footer */
.cart__footer .cart__ctas .cart__checkout-button {
	background-color: var(--color-black);
	color: var(--color-neutral-1);
}

/*Store locator page*/
div#locator-app-embed #page-header {
	margin-top: var(--space-l);
	text-align: center;
	width: var(--size-100-per-100);
	max-width: var(--size-100-per-100);
}

/*Policies pages*/

main#MainContent .shopify-policy__container .shopify-policy__title {
	padding-top: var(--space-6xl);
}

main#MainContent .shopify-policy__container {
	max-width: var(--global-container);
}

main#MainContent div.customer.alliance-pro-wrapper a:hover .button {
	background: var(--color-primary);
}

main#MainContent div.customer.alliance-pro-wrapper a .button {
	color: var(--color-white);
}

header .proform-tag .pro-badge--header {
	background: var(--color-black);
	color: var(--color-white);
	border-radius: var(--border-radius-3xs);
	padding: var(--space-3xs) var(--space-xxs);
	font-size: var(--typo-body-s);
	font-family: var(--typo-family);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
}

header .proform-tag .pro-badge--header a {
	color: var(--color-white);
	text-decoration: none;
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Helpers
*********************************/

.isolate {
	position: relative;
	z-index: 0;
}

.element-margin-top {
	margin-top: 5rem;
}

@media screen and (min-width: 750px) {
	.element-margin {
		margin-top: calc(5rem + var(--page-width-margin));
	}
}

.background-secondary {
	background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
	display: grid;
	grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
	margin: 7rem auto;
}

.rte-width {
	max-width: 82rem;
	margin: 0 auto 2rem;
}

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

.hidden {
	display: none !important;
}

.visually-hidden {
	position: absolute !important;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	word-wrap: normal !important;
}

.visually-hidden--inline {
	margin: 0;
	height: 1em;
}

.overflow-hidden {
	overflow: hidden;
}

.skip-to-content-link:focus {
	z-index: 9999;
	position: inherit;
	overflow: auto;
	width: auto;
	height: auto;
	clip: auto;
}

.full-width-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

::selection {
	background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	font-family: var(--typo-family);
	font-style: var(--typo-body-style);
	font-weight: var(--font-body-weight);
}

blockquote {
	font-style: italic;
	color: rgba(var(--color-foreground), 0.75);
	border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
	padding-left: 1rem;
}

@media screen and (min-width: 750px) {
	blockquote {
		padding-left: 1.5rem;
	}
}

.caption {
	font-size: var(--typo-body-s);
	letter-spacing: 0.07rem;
	line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
	.caption {
		font-size: var(--typo-body-s);
	}
}

.caption-with-letter-spacing {
	font-size: 1rem;
	letter-spacing: 0.13rem;
	line-height: calc(1 + 0.2 / var(--font-body-scale));
	text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
	font-size: 1.2rem;
	letter-spacing: 0.16rem;
}

.caption-with-letter-spacing--large {
	font-size: 1.4rem;
	letter-spacing: 0.18rem;
}

form.installment.caption-large {
	margin-top: var(--space-xxs);
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
	font-size: 1.3rem;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
	letter-spacing: 0.04rem;
}

.color-foreground {
	color: rgb(var(--color-foreground));
}

table:not([class]) {
	table-layout: fixed;
	border-collapse: collapse;
	font-size: 1.4rem;
	border-style: hidden;
	box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
	/* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
	padding: 1em;
	border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
	.small-hide {
		display: none !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.medium-hide {
		display: none !important;
	}
}

@media screen and (min-width: 990px) {
	.large-up-hide {
		display: none !important;
	}
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}

.link,
.customer a {
	cursor: pointer;
	display: inline-block;
	border: none;
	box-shadow: none;
	text-decoration: none;
	text-underline-offset: 0.3rem;
	color: var(--color-link);
	background-color: var(--color-transparent);
	font-size: 1.4rem;
	font-family: inherit;
}

.link--text {
	color: rgb(var(--color-foreground));
}

.link--text:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	margin-bottom: 4.5rem;
	white-space: nowrap;
}

.link-with-icon .icon {
	width: 1.5rem;
	margin-left: 1rem;
}

a:not([href]) {
	cursor: not-allowed;
}

.circle-divider::after {
	content: "\2022";
	margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
	display: none;
}

hr {
	background-color: var(--color-neutral-2);
	border: none;
	display: block;
	height: var(--size-5xs);
	margin: var(--space-xxs) 0;
}

.full-unstyled-link {
	text-decoration: none;
	color: currentColor;
	display: block;
}

.placeholder {
	background-color: rgba(var(--color-foreground), 0.04);
	color: rgba(var(--color-foreground), 0.55);
	fill: rgba(var(--color-foreground), 0.55);
}

details > * {
	box-sizing: border-box;
}

.break {
	word-break: break-word;
}

.visibility-hidden {
	visibility: hidden;
}

@media (prefers-reduced-motion) {
	.motion-reduce {
		transition: none !important;
		animation: none !important;
	}
}

:root {
	--duration-short: 100ms;
	--duration-default: 200ms;
	--duration-announcement-bar: 250ms;
	--duration-medium: 300ms;
	--duration-long: 500ms;
	--duration-extra-long: 600ms;
	--duration-extra-longer: 750ms;
	--duration-extended: 3s;
	--ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
	--animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
	--animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
}

.underlined-link,
.customer a,
.inline-richtext a {
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.1rem;
	transition: text-decoration-thickness ease 100ms;
}

.underlined-link,
.customer a {
	color: rgba(var(--color-link), var(--alpha-link));
}

.inline-richtext a,
.rte.inline-richtext a {
	color: currentColor;
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
	color: var(--color-link);
	text-decoration-thickness: 0.2rem;
}

.icon-arrow {
	width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
	width: calc(var(--typo-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
	transform: translateX(-0.25rem);
	transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
	transform: translateX(-0.05rem);
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
	outline: 0;
	box-shadow: none;
}

*:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 0.3rem;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 0.3rem;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: -0.2rem;
	box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: -0.2rem;
	box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
	box-shadow: none !important;
	outline: 0 !important;
}

.focus-offset:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 1rem;
	box-shadow:
		0 0 0 1rem rgb(var(--color-background)),
		0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 1rem;
	box-shadow:
		0 0 0 1rem rgb(var(--color-background)),
		0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

/* Overflow hidden */

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
	overflow: hidden;
}

@media screen and (min-width: 750px) {
	.overflow-hidden-mobile {
		overflow: auto;
	}
}

@media screen and (min-width: 990px) {
	.overflow-hidden-tablet {
		overflow: auto;
	}
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Containers
*********************************/

.page-width-desktop {
	padding: 0;
	margin: 0 auto;
}

.utility-bar__grid.page-width {
	padding-left: 3rem;
	padding-right: 3rem;
}

@media screen and (min-width: 750px) {
	.utility-bar__grid.page-width {
		padding-left: 3.2rem;
		padding-right: 3.2rem;
	}

	.page-width--narrow {
		padding: 0 9rem;
	}

	.page-width-desktop {
		padding: 0;
	}

	.page-width-tablet {
		padding: 0 5rem;
	}
}

@media screen and (min-width: 990px) {
	.page-width--narrow {
		max-width: 72.6rem;
		padding: 0;
	}

	.page-width-desktop {
		max-width: var(--page-width);
		padding: 0 5rem;
	}
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Title
*********************************/

/* component-title */
.title,
.title-wrapper-with-link {
	margin: var(--space-xs) 0;
}

.title .link {
	font-size: inherit;
}

.title-wrapper {
	margin-bottom: var(--space-xs);
}

.title-wrapper-with-link {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}

.title--primary {
	margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
	.title-wrapper--self-padded-mobile {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 990px) {
	.title-wrapper-with-link {
		align-items: center;
	}

	.title-wrapper-with-link .title {
		margin-bottom: 0;
	}

	.title-wrapper--self-padded-tablet-down {
		padding-left: 0;
		padding-right: 0;
	}
}

.title-wrapper-with-link .link-with-icon {
	margin: 0;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
	width: 1.5rem;
}

.title-wrapper-with-link a {
	margin-top: 0;
	flex-shrink: 0;
}

.title-wrapper--no-top-margin {
	margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
	margin-top: 0;
}

.subtitle {
	font-size: 1.8rem;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
	font-size: 1.4rem;
}

.subtitle--medium {
	font-size: 1.6rem;
	letter-spacing: 0.08rem;
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Grid
*********************************/

/* component-grid */
.grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	padding: 0;
	list-style: none;
}

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

.grid__item {
	width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
	flex-shrink: 0;
	position: relative;
}

@media only screen and (width >= 480px) {
	.grid--3-col-tablet {
		width: auto;
	}
}

@media screen and (width >= 750px) {
	.grid__item {
		width: calc(var(--size-10-vw) * 2);
	}
}

.grid--gapless.grid {
	column-gap: 0;
	row-gap: 0;
}

@media screen and (max-width: 749px) {
	.grid__item.slider__slide--full-width {
		width: var(--size-100-per-100);
		max-width: none;
	}
}

.grid--1-col .grid__item {
	max-width: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.grid--3-col .grid__item {
	width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

.grid--2-col .grid__item {
	width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (width >= 750px) {
	.grid--2-col .grid__item {
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.grid--3-col .grid__item {
		width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
	}

	.grid--2-col-tablet .grid__item {
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.grid--3-col-tablet .grid__item {
		width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
	}

	.grid--4-col-tablet .grid__item {
		width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
	}
}

@media screen and (max-width: 989px) {
	.grid--1-col-tablet-down .grid__item {
		width: var(--size-100-per-100);
		max-width: var(--size-100-per-100);
	}

	.slider--tablet.grid--peek {
		margin: 0;
		width: var(--size-100-per-100);
	}

	.slider--tablet.grid--peek .grid__item {
		box-sizing: content-box;
		margin: 0;
	}

	.slider.slider--tablet .scroll-trigger.animate--slide-in,
	.slider.slider--mobile .scroll-trigger.animate--slide-in {
		animation: none;
		opacity: 1;
		transform: inherit;
	}

	.scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
		animation: var(--animation-slide-in);
	}
}

@media screen and (width >= 990px) {
	.grid--6-col-desktop .grid__item {
		width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
		max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
	}

	.grid--5-col-desktop .grid__item {
		width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
		max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
	}

	.grid--4-col-desktop .grid__item {
		width: auto;
		max-width: calc(var(--size-10-vw) * 2.5);
	}

	.grid--3-col-desktop .grid__item {
		width: calc(var(--size-33-per-100) - var(--space-xxs));
	}

	.grid--2-col-desktop .grid__item {
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
		max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.slider.slider--desktop .scroll-trigger.animate--slide-in {
		animation: none;
		opacity: 1;
		transform: inherit;
	}

	.scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
		animation: var(--animation-slide-in);
	}
}

@media screen and (width >= 750px) and (width <= 1236px) {
	#MainContent .page-collections.filters-opened .grid__item {
		width: calc(var(--size-50-per-100) - var(--space-3xs));
	}
}

@media screen and (width >= 990px) {
	.grid--1-col-desktop {
		flex: 0 0 100%;
		max-width: var(--size-100-per-100);
	}

	.grid--1-col-desktop .grid__item {
		width: var(--size-100-per-100);
		max-width: var(--size-100-per-100);
	}
}

@media only screen and (width >= 1441px) {
	.grid--5-col-xl .grid__item {
		width: calc(var(--size-10-vw) * 2);
	}

	.complete-your-kit .grid--5-col-xl .grid__item {
		width: auto;
		max-width: calc(var(--size-10-vw) * 2.5);
	}
}

@media screen and (max-width: 749px) {
	.grid--peek.slider--mobile {
		margin: 0;
		width: var(--size-100-per-100);
	}

	.grid--peek.slider--mobile .grid__item {
		box-sizing: content-box;
		margin: 0;
	}

	.grid--peek .grid__item {
		min-width: 35%;
	}

	.grid--peek.slider .grid__item:first-of-type {
		margin-left: 1.5rem;
	}

	/* Fix to show some space at the end of our sliders in all browsers */
	.grid--peek.slider:after {
		margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
	}

	.grid--2-col-tablet-down .grid__item {
		width: var(--size-50-vw);
	}

	.grid--3-col-tablet-down .grid__item {
		width: calc(var(--size-33-per-100) - var(--space-3xs));
	}

	.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
	.grid--peek .grid__item {
		width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
	}

	.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
	.slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
		width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.slider--tablet.grid--peek .grid__item {
		width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
	}

	.slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
		width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
	}

	.slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
	.slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
		width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
	}

	.slider--tablet.grid--peek .grid__item:first-of-type {
		margin-left: var(--space-xs);
	}

	.grid--2-col-tablet-down .grid__item {
		width: var(--size-50-vw);
	}

	.grid--1-col-tablet-down.grid--peek .grid__item {
		width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
	}
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
	.grid {
		margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
	}

	.grid__item {
		padding-left: var(--grid-mobile-horizontal-spacing);
		padding-bottom: var(--grid-mobile-vertical-spacing);
	}

	@media screen and (min-width: 750px) {
		.grid {
			margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
		}

		.grid__item {
			padding-left: var(--grid-desktop-horizontal-spacing);
			padding-bottom: var(--grid-desktop-vertical-spacing);
		}
	}

	.grid--gapless .grid__item {
		padding-left: 0;
		padding-bottom: 0;
	}

	@media screen and (min-width: 749px) {
		.grid--peek .grid__item {
			padding-left: var(--grid-mobile-horizontal-spacing);
		}
	}
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Media
*********************************/

/* component-media */
.media {
	display: block;
	background-color: rgba(var(--color-foreground), 0.1);
	position: relative;
	overflow: hidden;
}

.media--transparent {
	background-color: var(--color-transparent);
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
	display: block;
	max-width: var(--size-100-per-100);
	position: absolute;
	top: 0;
	left: 0;
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.media > img {
	object-fit: cover;
	object-position: center center;
	transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
	padding-bottom: var(--size-100-per-100);
}

.media--portrait {
	padding-bottom: 125%;
}

.media--landscape {
	padding-bottom: 66.6%;
}

.media--cropped {
	padding-bottom: 56%;
}

.media--16-9 {
	padding-bottom: 56.25%;
}

.media--circle {
	padding-bottom: var(--size-100-per-100);
	border-radius: 50%;
}

.media.media--hover-effect > img + img {
	opacity: 0;
}

@media screen and (min-width: 990px) {
	.media--cropped {
		padding-bottom: 63%;
	}
}

deferred-media {
	display: block;
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Buttons
*********************************/

/* component-button */
/* Button - default */

.button.btn-primary {
	background-color: var(--color-black);
	color: var(--color-neutral-1);
}

.button {
	--button-height: 4rem;
	--color-button: var(--color-black);
}

.button:hover {
	--color-button: var(--primary);
}

.button:active {
	--color-button: var(--color-shadow);
	--color-button-text: var(--color-background);
}

.button--secondary,
.button--tertiary {
	--color-button: var(--color-secondary-button);
	--color-button-text: var(--color-secondary-button-text);
}

.button--secondary:not([disabled]):hover,
.button--tertiary:not([disabled]):hover {
	--color-button: var(--color-shadow);
	--color-button-text: var(--color-background);
}

.button--secondary:not([disabled]):active,
.button--tertiary:not([disabled]):active {
	--color-button: var(--color-neutral);
	--color-button-text: var(--color-shadow);
}

.button--medium {
	--button-height: 3.5rem;
}

.button--small {
	--button-height: 2.8rem;
}

.button--tertiary {
	--alpha-button-background: 0;
	--alpha-button-border: 0.2;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role="button"],
.cart__dynamic-checkout-buttons iframe {
	--shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
	--shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
	--shadow-blur-radius: var(--buttons-shadow-blur-radius);
	--shadow-opacity: var(--buttons-shadow-opacity);
	--shadow-visible: var(--buttons-shadow-visible);
	--border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
	--border-opacity: calc(1 - var(--buttons-border-opacity));
	border-radius: var(--buttons-radius-outset);
	position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
	/*min-width: calc(12rem + var(--buttons-border-width) * 2);*/
	min-height: var(--button-height);
	max-height: var(--button-height);
}

.shopify-payment-button__button--branded {
	z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
	box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
		var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 0;
	cursor: pointer;
	font: inherit;
	font-size: var(--typo-body-s);
	text-decoration: none;
	text-transform: uppercase;
	color: rgb(var(--color-button-text));
	transition: box-shadow var(--duration-short) ease;
	-webkit-appearance: none;
	appearance: none;
	/*background-color: rgba(var(--color-button), var(--alpha-button-background));*/
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role="button"]:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-radius: var(--buttons-radius-outset);
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
	content: "";
	position: absolute;
	top: var(--buttons-border-width);
	right: var(--buttons-border-width);
	bottom: var(--buttons-border-width);
	left: var(--buttons-border-width);
	z-index: 1;
	border-radius: var(--buttons-radius);
	transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover,
.shopify-challenge__button:hover,
.customer button:hover,
.shopify-payment-button__button--unbranded:hover {
	background-color: var(--color-black);
	color: var(--color-neutral-1);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
	outline: 0;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
	box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
	background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
	font-size: 1.2rem;
	padding: var(--space-xs-xs) var(--space-s);
}

.button--tertiary {
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
	min-width: calc(9rem + var(--buttons-border-width) * 2);
	min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

/*
.button--small {
  padding: 1.2rem 2.6rem;
}
*/

/* Button - other */

.button:disabled,
.button[aria-disabled="true"],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled="true"],
.customer button.disabled,
.quantity__button.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.button--full-width {
	display: flex;
	width: var(--size-100-per-100);
}

.button.loading {
	color: var(--color-transparent);
	position: relative;
}

@media screen and (forced-colors: active) {
	.button.loading {
		color: rgb(var(--color-foreground));
	}
}

.button.loading > .loading__spinner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	height: var(--size-100-per-100);
	display: flex;
	align-items: center;
}

.button.loading > .loading__spinner .spinner {
	width: fit-content;
}

.button.loading > .loading__spinner .path {
	stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
	display: block;
	position: relative;
}

.share-button details {
	width: fit-content;
}

.share-button__button {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	color: var(--color-link);
	margin-left: 0;
	padding-left: 0;
	min-height: 4.4rem;
}

details[open] > .share-button__fallback {
	animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
	cursor: pointer;
	background-color: var(--color-transparent);
	border: none;
}

.share-button__button .icon-share {
	height: 1.2rem;
	margin-right: 1rem;
	min-width: 1.3rem;
}

.share-button__fallback {
	display: flex;
	align-items: center;
	position: absolute;
	top: 3rem;
	left: 0.1rem;
	z-index: 3;
	width: var(--size-100-per-100);
	min-width: max-content;
	border-radius: var(--inputs-radius);
	border: 0;
}

.share-button__fallback:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: var(--inputs-border-width);
	right: var(--inputs-border-width);
	bottom: var(--inputs-border-width);
	left: var(--inputs-border-width);
	border: 0.1rem solid transparent;
	border-radius: var(--inputs-radius);
	box-shadow: 0 0 0 var(--inputs-border-width)
		rgba(var(--color-foreground), var(--inputs-border-opacity));
	transition: box-shadow var(--duration-short) ease;
	z-index: 1;
}

.share-button__fallback:before {
	background: rgb(var(--color-background));
	pointer-events: none;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: var(--inputs-radius-outset);
	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
		var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
	z-index: -1;
}

.share-button__fallback button {
	width: 4.4rem;
	height: 4.4rem;
	padding: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
	transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
	display: none;
}

.share-button__close,
.share-button__copy {
	background-color: var(--color-transparent);
	color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
	background-color: rgb(var(--color-background));
	z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
	background-color: rgb(var(--color-background));
	z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)
	+ .share-button__close:not(:focus-visible):not(.focused) {
	background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
	content: none;
}

.share-button__fallback .field {
	border-radius: 0;
	min-width: auto;
	min-height: auto;
	transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 0.1rem;
	box-shadow:
		0 0 0 0.1rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.share-button__fallback .field__input {
	box-shadow: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	filter: none;
	min-width: auto;
	min-height: auto;
}

.share-button__fallback .field__input:hover {
	box-shadow: none;
}

.share-button__fallback .icon {
	width: 1.5rem;
	height: 1.5rem;
}

.share-button__message:not(:empty) {
	display: flex;
	align-items: center;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	margin-top: 0;
	padding: 0.8rem 0 0.8rem 1.5rem;
	margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
	display: none;
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Form
*********************************/

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
	-webkit-appearance: none;
	appearance: none;
	background: var(--color-white);
	border: 1px solid var(--color-neutral-3);
	border-radius: var(--border-radius-xxs);
	color: var(--color-black);
	height: var(--size-m);
	padding: var(--space-3xs) var(--space-xxs);
}

.select__select {
	font-family: var(--font-body-family);
	font-style: var(--typo-body-style);
	font-weight: var(--font-body-weight);
	font-size: var(--typo-body-s);
	color: rgba(var(--color-foreground), 0.75);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
	box-shadow: none;
	outline: 0;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
	box-shadow: none;
	outline: 0;
}

.localization-form__select:focus {
	outline: 0;
	box-shadow: none;
}

.text-area,
.select {
	display: flex;
	position: relative;
	width: var(--size-100-per-100);
}

/* Select */

.select .icon-caret,
.customer select + svg {
	height: 0.6rem;
	pointer-events: none;
	position: absolute;
	top: calc(50% - 0.2rem);
	right: calc(var(--inputs-border-width) + 1.5rem);
}

.select .icon-arrow {
	height: var(--space-xs-xs);
	position: absolute;
	right: var(--space-xs);
	top: calc(var(--space-xs-xs) + var(--space-3xs));
	transform: rotate(var(--deg-90));
	width: var(--space-xs-xs);
}

.product-form__input .select .icon-arrow {
	pointer-events: none;
}

.select__select,
.customer select {
	width: var(--size-100-per-100);
	cursor: pointer;
	height: auto;
	line-height: calc(1 + 0.6 / var(--font-body-scale));
	padding: var(--space-xs-xs);
	margin: var(--inputs-border-width);
	min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
	position: relative;
	width: var(--size-100-per-100);
	display: flex;
	transition: box-shadow var(--duration-short) ease;
}

.customer .field {
	display: flex;
}

.field--with-error {
	flex-wrap: wrap;
}

.field__input,
.customer .field input {
	flex-grow: 1;
	text-align: left;
	transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
	visibility: hidden;
	position: absolute;
	right: 0;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
	font-size: 1rem;
	top: calc(var(--inputs-border-width) + 0.5rem);
	left: calc(var(--inputs-border-width) + 2rem);
	letter-spacing: 0.04rem;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
	display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
	opacity: 1;
}

.field__button {
	align-items: center;
	background-color: var(--color-black);
	color: var(--color-neutral-1);
	border: 0;
	cursor: pointer;
	display: flex;
	height: var(--size-m);
	justify-content: center;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: var(--size-m);
}

.field__button > svg {
	height: calc(var(--size-xs-xs) + var(--size-3xs));
	width: calc(var(--size-xs-xs) + var(--size-3xs));
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
	color: rgb(0, 0, 0);
}

/* Text area */
.text-area {
	font-family: var(--font-body-family);
	font-style: var(--typo-body-style);
	font-weight: var(--font-body-weight);
	min-height: 10rem;
	resize: none;
}

input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 0.5rem;
}

/* Form global */

.form__label {
	display: block;
	margin-bottom: var(--tt-space-l);
}

.form__message {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	line-height: 1;
	margin-top: 1rem;
}

.form__message--large {
	font-size: 1.6rem;
}

.customer .field .form__message {
	font-size: 1.4rem;
	text-align: left;
}

.form__message .icon,
.customer .form__message svg {
	flex-shrink: 0;
	height: 1.3rem;
	margin-right: 0.5rem;
	width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
	height: 1.5rem;
	width: 1.5rem;
	margin-right: 1rem;
}

.customer .field .form__message svg {
	align-self: start;
}

.form-status {
	margin: 0;
	font-size: 1.6rem;
}

.form-status-list {
	padding: 0;
	margin: 2rem 0 4rem;
}

.form-status-list li {
	list-style-position: inside;
}

.form-status-list .link::first-letter {
	text-transform: capitalize;
}


/* === FILE SEPARATOR === */

/********************************
**** Shopify: Quantity
*********************************/

/* component-quantity */
.quantity {
	color: rgba(var(--color-foreground));
	position: relative;
	width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
	display: flex;
	border-radius: var(--inputs-radius);
	min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
	pointer-events: none;
	content: "";
	position: absolute;
	top: var(--inputs-border-width);
	right: var(--inputs-border-width);
	bottom: var(--inputs-border-width);
	left: var(--inputs-border-width);
	border: 0.1rem solid transparent;
	border-radius: var(--inputs-radius);
	box-shadow: 0 0 0 var(--inputs-border-width)
		rgba(var(--color-foreground), var(--inputs-border-opacity));
	transition: box-shadow var(--duration-short) ease;
	z-index: 1;
}

.quantity:before {
	background: rgb(var(--color-background));
	pointer-events: none;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: var(--inputs-radius-outset);
	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
		var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
	z-index: -1;
}

.quantity__input {
	color: currentColor;
	font-family: var(--font-body-family);
	font-style: var(--typo-body-style);
	font-weight: var(--font-body-weight);
	font-size: 1.6rem;
	font-weight: 500;
	opacity: 0.85;
	text-align: center;
	background-color: var(--color-transparent);
	border: 0;
	padding: 0 0.5rem;
	width: var(--size-100-per-100);
	flex-grow: 1;
	-webkit-appearance: none;
	appearance: none;
}

.quantity__button {
	width: calc(4.5rem / var(--font-body-scale));
	flex-shrink: 0;
	font-size: 1.8rem;
	border: 0;
	background-color: var(--color-transparent);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(var(--color-foreground));
	padding: 0;
}

.quantity__button:first-child {
	margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
	margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
	width: 1rem;
	pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
	background-color: rgb(var(--color-background));
	z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
	background-color: rgb(var(--color-background));
	z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
	box-shadow: inherit;
	background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
	box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
	-webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity__input[type="number"] {
	-moz-appearance: textfield;
}

.quantity__rules {
	margin-top: 0.5rem;
	position: relative;
	font-size: 1.2rem;
}

.quantity__rules .caption {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.quantity__rules .divider + .divider::before {
	content: "\2022";
	margin: 0 0.5rem;
}

.quantity__rules-cart {
	position: relative;
}

product-info .loading__spinner:not(.hidden) ~ *,
.quantity__rules-cart .loading__spinner:not(.hidden) ~ * {
	visibility: hidden;
}


/* === FILE SEPARATOR === */

.card-wrapper {
	color: inherit;
	height: var(--size-100-per-100);
	position: relative;
	text-decoration: none;
}

.card {
	text-decoration: none;
	text-align: var(--text-alignment);
}

.card:not(.ratio) {
	display: flex;
	flex-direction: column;
	height: var(--size-100-per-100);
	position: relative;
}

.card.card--horizontal {
	--text-alignment: left;
	--image-padding: 0rem;
	flex-direction: row;
	align-items: flex-start;
	gap: 1.5rem;
}

.card--horizontal.ratio:before {
	padding-bottom: 0;
}

.card--card.card--horizontal {
	padding: 1.2rem;
}

.card--card.card--horizontal.card--text {
	column-gap: 0;
}

.card--card {
	height: var(--size-100-per-100);
}

.card--card,
.card--standard .card__inner {
	background-color: var(--color-foreground);
	box-sizing: border-box;
	position: relative;
}

.card-clickable {
	border-radius: var(--space-xxs);
	overflow: hidden;
}

.card-clickable .card__media img,
.card-clickable:hover .card__media img {
	transition: all var(--transition-duration-03s) ease;
}

.card-clickable:hover .card__media img {
	transform: scale(1.1);
}

@media only screen and (min-width: 750px) {
	.card--card,
	.card--standard .card__inner {
		height: var(--product-card-media-container);
	}
}

@media only screen and (min-width: 1700px) {
	.grid__item .card .card__inner,
	.grid__item .card-clickable,
	.grid__item .card-clickable .card__media {
		min-height: var(--size-24-vw);
		height: var(--size-100-per-100);
	}
}

/* End product card background color and size info */

.card--card:after,
.card--standard .card__inner:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: calc(var(--border-width) * 2 + 100%);
	height: calc(var(--border-width) * 2 + 100%);
	top: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	border-radius: var(--border-radius);
	box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset)
		var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.card--card.gradient,
.card__inner.gradient {
	transform: perspective(0);
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.card__inner.color-scheme-1 {
	background: var(--color-transparent);
}

.card .card__inner .card__media {
	overflow: hidden;
	/* Fix for Safari border bug on hover */
	z-index: 0;
	border-radius: calc(var(--border-radius) - var(--border-width) - var(--image-padding));
}

.card--card .card__inner .card__media {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.card--standard.card--text {
	background-color: var(--color-transparent);
}

.card-information {
	text-align: var(--text-alignment);
}

.card__media,
.card .media {
	bottom: 0;
	position: absolute;
	top: 0;
}

.card .media {
	width: var(--size-100-per-100);
}

.card__media {
	margin: var(--image-padding);
	width: calc(100% - 2 * var(--image-padding));
}

.card--standard .card__media {
	margin: var(--image-padding);
}

.card.card__inner {
	width: var(--size-100-per-100);
}

.card--media .card__inner .card__content {
	position: relative;
	padding: calc(var(--image-padding) + 1rem);
}

.card__content {
	display: flex;
	flex-direction: column;
	padding-top: var(--space-xs);
	width: var(--size-100-per-100);
}

.page-collections .card__content {
	padding-top: 0;
}

.card__content--auto-margins {
	grid-template-rows: minmax(0, auto) max-content minmax(0, auto);
}

.card__information {
	grid-row-start: 2;
	padding: 0 1rem;
}

.card-information .card__information-volume-pricing-note {
	margin-top: 0.6rem;
	line-height: calc(0.5 + 0.4 / var(--font-body-scale));
	color: rgba(var(--color-foreground), 0.75);
}

.card__information-volume-pricing-note--button,
.card__information-volume-pricing-note--button.quantity-popover__info-button--icon-with-label {
	position: relative;
	z-index: 1;
	cursor: pointer;
	padding: 0;
	margin: 0;
	text-align: var(--text-alignment);
	min-width: auto;
}

.card__information-volume-pricing-note--button:hover {
	text-decoration: underline;
}

.card__information-volume-pricing-note--button + .global-settings-popup.quantity-popover__info {
	transform: initial;
	top: auto;
	bottom: 4rem;
	max-width: 20rem;
	width: calc(95% + 2rem);
}

.card__information-volume-pricing-note--button
	+ .global-settings-popup.quantity-popover__info
	span:first-of-type {
	padding-right: 0.3rem;
}

.card__information-volume-pricing-note--button-right
	+ .global-settings-popup.quantity-popover__info {
	right: 0;
	left: auto;
}

.card__information-volume-pricing-note--button-center
	+ .global-settings-popup.quantity-popover__info {
	left: 50%;
	transform: translate(-50%);
}

.card__information-volume-pricing-note--button
	+ .global-settings-popup.quantity-popover__info
	.quantity__rules {
	text-align: left;
}

@media screen and (min-width: 990px) {
	.grid--6-col-desktop .card__content quick-add-bulk .quantity {
		width: auto;
	}

	.grid--6-col-desktop .card__content quick-add-bulk .quantity__button {
		width: calc(3rem / var(--font-body-scale));
	}

	.grid--6-col-desktop
		.card__information-volume-pricing-note--button
		+ .global-settings-popup.quantity-popover__info {
		left: 50%;
		transform: translate(-50%);
		width: calc(100% + var(--border-width) + 3.5rem);
	}

	.grid--6-col-desktop
		.card--standard
		.card__information-volume-pricing-note--button
		+ .global-settings-popup.quantity-popover__info {
		width: calc(100% + var(--border-width) + 1rem);
	}
}

@media screen and (max-width: 749px) {
	.grid--2-col-tablet-down .card__content quick-add-bulk .quantity__button {
		width: calc(3.5rem / var(--font-body-scale));
	}

	.grid--2-col-tablet-down
		.card--card
		.card__information-volume-pricing-note--button
		+ .global-settings-popup.quantity-popover__info,
	.grid--2-col-tablet-down
		.card--standard
		.card__information-volume-pricing-note--button
		+ .global-settings-popup.quantity-popover__info {
		left: 50%;
		transform: translate(-50%);
	}

	.grid--2-col-tablet-down
		.card--standard
		.card__information-volume-pricing-note--button
		+ .global-settings-popup.quantity-popover__info {
		width: var(--size-100-per-100);
	}

	.grid--2-col-tablet-down
		.card--card
		.card__information-volume-pricing-note--button
		+ .global-settings-popup.quantity-popover__info {
		width: calc(100% + var(--border-width) + 4rem);
	}

	.grid--2-col-tablet-down .card__content quick-add-bulk .quantity {
		width: auto;
	}
}

.card-information quantity-popover volume-pricing {
	margin-top: 0;
}

@media screen and (max-width: 989px) {
	.card-information quantity-popover .quantity__rules ~ volume-pricing {
		margin-top: 0;
	}

	.card-information quantity-popover volume-pricing {
		margin-top: 4.2rem;
	}
}

@media screen and (min-width: 750px) {
	.grid__item .card__inner {
		height: var(--size-33-vw);
	}

	.card__information {
		display: flex;
	}

	.card__information .card__heading,
	.card__information .card-information {
		align-items: flex-end;
		display: flex;
		width: 50%;
	}

	.card__information .card-information {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 1440px) {
	.grid__item .card__inner {
		height: calc(var(--size-7xl) * 4);
	}
}

.card__badge {
	align-self: flex-end;
	grid-row-start: 3;
	justify-self: flex-start;
	line-height: var(--space-xs-xs);
}

.product-grid-container .card__badge {
	background-color: var(--color-neutral-1);
	border-radius: var(--border-radius-xxs);
}

.card__badge.top {
	align-self: flex-start;
	grid-row-start: 1;
}

.card__badge.right {
	justify-self: flex-end;
}

.card:not(.card--horizontal) > .card__content > .card__badge {
	margin: 1.3rem;
}

.card__media .media img,
.card .media.media--hover-effect > img:only-child,
.card-wrapper .media.media--hover-effect > img:only-child {
	height: var(--size-100-per-100);
	padding: var(--space-xxs);
	object-fit: contain;
	object-position: center center;
	width: var(--size-100-per-100);
}

.card__inner:not(.ratio) > .card__content {
	height: var(--size-100-per-100);
}

.card__heading {
	margin-top: 0;
	margin-bottom: 0;
}

.card__heading > a {
	color: var(--color-black);
	font-weight: var(--font-weight-700);
	text-transform: uppercase;
}

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

.card--horizontal .card__heading,
.card--horizontal .price__container .price-item,
.card--horizontal__quick-add {
	font-size: calc(var(--typo-heading-scale) * 1.2rem);
}

.card--horizontal
	.card-information
	> *:not(.visually-hidden:first-child)
	+ *:not(.rating):not(.card__information-volume-pricing-note) {
	margin-top: 0;
}

.card--horizontal__quick-add:before {
	box-shadow: none;
}

@media only screen and (min-width: 750px) {
	.card--horizontal .card__heading,
	.card--horizontal .price__container .price-item,
	.card--horizontal__quick-add {
		font-size: calc(var(--typo-heading-scale) * 1.3rem);
	}
}

.card--card.card--media > .card__content {
	margin-top: calc(0rem - var(--image-padding));
}

.card--standard.card--text a::after,
.card--card .card__heading a::after {
	bottom: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	right: calc(var(--border-width) * -1);
	top: calc(var(--border-width) * -1);
}

.card__heading a::after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.card__heading a:after {
	outline-offset: 0.3rem;
}

.card__heading a:focus:after {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.card__heading a:focus-visible:after {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
}

.card__heading a:focus:not(:focus-visible):after {
	box-shadow: none;
	outline: 0;
}

.card__heading a:focus {
	box-shadow: none;
	outline: 0;
}

@media screen and (min-width: 990px) {
	.card .media.media--hover-effect > img:first-child:only-child,
	.card-wrapper .media.media--hover-effect > img:first-child:only-child {
		transition: transform var(--duration-long) ease;
	}

	.card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
		opacity: 0;
	}

	.card-wrapper:hover .media.media--hover-effect > img + img {
		opacity: 1;
		transition: transform var(--duration-long) ease;
		transform: scale(1.03);
	}

	.underline-links-hover:hover a {
		text-decoration: underline;
		text-underline-offset: 0.3rem;
	}
}

.card--standard.card--media .card__inner .card__information,
.card--standard.card--text:not(.card--horizontal)
	> .card__content
	.card__heading:not(.card__heading--placeholder),
.card--standard.card--text.article-card > .card__content .card__information,
.card--standard > .card__content .card__caption {
	display: none;
}

.card--standard:not(.card--horizontal) .placeholder-svg {
	width: var(--size-100-per-100);
}

.card--standard > .card__content .card__information {
	padding-left: 0;
	padding-right: 0;
}

.card--card.card--media .card__inner .card__information,
.card--card.card--text .card__inner,
.card--card.card--media > .card__content .card__badge {
	display: none;
}

.card--horizontal .card__badge,
.card--horizontal.card--text .card__inner {
	display: none;
}

.card--extend-height {
	height: var(--size-100-per-100);
}

.card--extend-height.card--standard.card--text,
.card--extend-height.card--media {
	display: flex;
	flex-direction: column;
}

.card--extend-height.card--standard.card--text .card__inner,
.card--extend-height.card--media .card__inner {
	flex-grow: 1;
}

.card .icon-wrap {
	margin-left: 0.8rem;
	white-space: nowrap;
	transition: transform var(--duration-short) ease;
	overflow: hidden;
}

.card-information > * + * {
	margin-top: 0;
}

.card-information {
	width: var(--size-100-per-100);
}

.card-information > * {
	line-height: calc(1 + 0.4 / var(--font-body-scale));
	color: rgb(var(--color-foreground));
}

.card-information > .price {
	color: rgb(var(--color-foreground));
	font-weight: var(--font-weight-700);
}

.card-information > .price .price__container .price-item {
	font-size: var(--typo-body-s);
}

.card--horizontal .card-information > .price {
	color: var(--color-black);
}

.card-information > .rating {
	margin-top: 0.4rem;
}

/* Specificity needed due to the changes below */
.card-information
	> *:not(.visually-hidden:first-child)
	+ quantity-popover:not(.rating):not(.card__information-volume-pricing-note),
.card-information
	.card__information-volume-pricing-note.card__information-volume-pricing-note--button {
	margin-top: 0;
}

.card-information .caption {
	letter-spacing: 0.07rem;
}

.card-article-info {
	margin-top: 1rem;
}

/* Card Shapes */

.card--shape .card__content {
	padding-top: 0;
}

.card--shape.card--standard:not(.card--text) .card__inner {
	border: 0;
	/* Border is not currently compatible with image shapes for standard cards. */
	background-color: var(--color-transparent);
	filter: drop-shadow(
		var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius)
			rgba(var(--color-shadow), var(--shadow-opacity))
	);
}

.card--shape.card--standard:not(.card--text) .card__inner:after {
	display: none;
}

.grid__item:nth-child(2n) .shape--blob {
	clip-path: polygon(var(--shape--blob-2));
}

.grid__item:nth-child(3n) .shape--blob {
	clip-path: polygon(var(--shape--blob-3));
}

.grid__item:nth-child(4n) .shape--blob {
	clip-path: polygon(var(--shape--blob-4));
}

.grid__item:nth-child(5n) .shape--blob {
	clip-path: polygon(var(--shape--blob-5));
}

.grid__item:nth-child(7n) .shape--blob {
	clip-path: polygon(var(--shape--blob-6));
}

.grid__item:nth-child(8n) .shape--blob {
	clip-path: polygon(var(--shape--blob-1));
}

.product-grid .grid__item .card-wrapper {
	box-shadow: none;
	background: var(--color-white);
	transition: color var(--transition-duration-03s) ease-in-out;
	position: relative;
	display: block;
}

.product-grid .grid__item .card .card__information {
	background: var(--color-white);
	display: block;
	padding: 0 var(--space-xxs) var(--space-xxs);
	border-radius: 0 0 var(--border-radius-xxs) var(--border-radius-xxs);
}

.product-grid .grid__item .card__content {
	padding: 0 var(--space-xxs) var(--space-xxs);
	width: var(--size-100-per-100);
}

.product-grid .grid__item .card .card__information .card-information {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: var(--size-100-per-100);
}

.product-grid .grid__item .card .card__information .card-information .price__regular,
.product-grid .grid__item .card .card__information .card-information .price--on-sale {
	font-weight: var(--font-weight-400);
	color: var(--color-neutral-3);
	font-size: var(--typo-body-s);
	letter-spacing: var(--space-5xs);
}

.product-grid
	.grid__item
	.card
	.card__information
	.card-information
	.price__sale
	.price-item--regular,
.product-grid
	.grid__item
	.card
	.card__information
	.card-information
	.price--on-sale
	.price-item--regular {
	color: var(--color-neutral-3);
	font-weight: var(--font-weight-400);
	margin: 0 var(--space-xxs) 0 0;
	letter-spacing: normal;
	font-size: var(--typo-body-s);
}

.product-grid
	.grid__item
	.card
	.card__information
	.card-information
	.price__sale
	.price-item--sale {
	color: var(--color-danger-2);
	font-weight: var(--font-weight-400);
	margin: 0 var(--space-xxs) 0 0;
	letter-spacing: normal;
	font-size: var(--typo-body-s);
}

.product-grid .grid__item .card .card__heading {
	font-stretch: normal;
	margin-bottom: var(--space-3xs);
	width: var(--size-100-per-100);
	letter-spacing: 0.02em;
}

.product-grid .grid__item .badge-container > .container {
	display: flex;
}

.product-grid .grid__item .rating-container .rating-icon {
	font-size: var(--typo-body-s);
	color: var(--color-primary);
	display: flex;
}

.product-grid .grid__item .card__heading > a {
	color: var(--color-neutral-4);
	font-weight: var(--font-weight-700);
	font-size: var(--typo-body-s);
	text-transform: uppercase;
}

.product-grid .grid__item slider-component,
.product-grid .grid__item slider-component ul {
	margin: 0 var(--space-xs) 0 var(--space-xxs);
	padding: 0;
}

.product-grid .grid__item slider-component ul {
	overflow-y: hidden;
}

.product-grid .grid__item slider-component,
.product-grid .grid__item slider-component ul,
.product-grid .grid__item slider-component li,
.product-grid .grid__item slider-component li img {
	max-width: var(--size-100-per-100);
	max-height: var(--size-100-per-100);
	height: var(--size-100-per-100);
}

.product-grid .grid__item slider-component li.slider__slide,
.product-grid
	.slider.slider--desktop.contains-card--standard
	.slider__slide:not(.collection-list__item--no-media) {
	width: var(--size-100-per-100);
	padding: var(--space-xs) 0;
}

.product-grid .grid__item slider-component li img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.product-grid .grid__item .card-wrapper.limited {
	background: var(--color-neutral-5);
}

.page-product .grid__item div.limoniapps-discountninja-badge-wrapper,
.page-collections .grid__item div.limoniapps-discountninja-badge-wrapper,
.featured-products .card-wrapper div.limoniapps-discountninja-badge-wrapper {
	position: absolute !important;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	top: 0 !important;
	height: var(--size-m) !important;
	min-width: calc(var(--size-xs-xs) * 5) !important;
	left: 0 !important;
	right: initial !important;
	bottom: initial !important;
}

.page-collections .grid__item .limoniapps-discountninja-badge,
.page-collections .grid__item .limoniapps-discountninja-badge.auto,
.page-collections .grid__item .limoniapps-discountninja-badge.top,
.page-collections .grid__item .limoniapps-discountninja-badge.left,
.featured-products .card-wrapper .limoniapps-discountninja-badge,
.featured-products .card-wrapper .limoniapps-discountninja-badge.auto,
.featured-products .card-wrapper .limoniapps-discountninja-badge.top,
.featured-products .card-wrapper .limoniapps-discountninja-badge.left,
.page-product .grid__item .limoniapps-discountninja-badge,
.page-product .grid__item .limoniapps-discountninja-badge.auto,
.page-product .grid__item .limoniapps-discountninja-badge.top,
.page-product .grid__item .limoniapps-discountninja-badge.left {
	position: static !important;
	top: initial !important;
	left: initial !important;
	right: initial !important;
	bottom: initial !important;
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner {
	background: transparent;
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div {
	border: 1px solid var(--color-danger-2);
	border-radius: var(--border-radius-xxs);
	padding: 0;
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div
	> span,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div
	> span,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div
	> span {
	padding: calc(var(--space-5xs) + var(--space-3xs)) var(--space-xxs) var(--space-4xs);
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	span,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	span,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	span {
	color: var(--color-danger-4) !important;
	font-size: var(--typo-body-s) !important;
	letter-spacing: initial;
	line-height: initial;
	padding: 0;
	border-radius: var(--border-radius-3xs);
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge {
	margin: var(--space-xxs) 0 0 var(--space-xxs);
	left: 0;
	right: auto;
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner {
	transform: none !important;
}

.page-collections
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div,
.page-product
	.grid__item
	.limoniapps-discountninja-badge-wrapper
	.limoniapps-discountninja-badge
	.limoniapps-discountninja-badge-inner
	> div {
	border: none !important;
	background: var(--color-black8);
	border-radius: var(--border-radius-2xs);
}

.grid__item
	.limoniapps-discountninja-shortcode-original_price.limoniapps-discountninja-strikethrough {
	text-decoration: none !important;
	margin-left: 0;
}

.grid__item
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage
	.limoniapps-discountninja-shortcode-original_price
	.money,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage
	.limoniapps-discountninja-shortcode-original_price
	.money,
.grid__item .alliance-pro-block-price .alliance-pro-original-price {
	color: var(--color-neutral-2) !important;
	letter-spacing: normal;
	font-size: var(--typo-body-s) !important;
	text-decoration: line-through;
	margin-right: var(--space-xxs);
}

.grid__item
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage
	.limoniapps-discountninja-shortcode-discounted_price
	.money,
.featured-products
	.card-wrapper
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage
	.limoniapps-discountninja-shortcode-discounted_price
	.money,
.grid__item .alliance-pro-block-price .alliance-pro-discounted-price {
	color: var(--color-danger-4) !important;
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-400) !important;
}

.grid__item .limoniapps-discountninja-money,
.featured-products .card-wrapper .limoniapps-discountninja-money {
	margin-right: var(--space-xxs);
}

.grid__item .limoniapps-discountninja-label-from,
.featured-products .card-wrapper .limoniapps-discountninja-label-from {
	display: none;
}

product-info
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage
	.limoniapps-discountninja-shortcode-original_price
	.money,
.page-product
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage
	.limoniapps-discountninja-shortcode-original_price
	.money,
product-info div.shopify-block .price__container .price-item--regular {
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-400) !important;
	color: var(--color-neutral-4) !important;
}

.page-product
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage
	.limoniapps-discountninja-shortcode-original_price {
	text-decoration: none !important;
}

product-info
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage
	.limoniapps-discountninja-shortcode-discounted_price
	.money,
.product
	.mobile-product-info
	.limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-productpage
	.limoniapps-discountninja-shortcode-discounted_price
	.money,
product-info div.shopify-block .price__container .price-item--sale {
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-700) !important;
	color: var(--color-danger-4) !important;
}

.grid__item .limoniapps-discountninja-discountedprice,
.featured-products .card-wrapper .limoniapps-discountninja-discountedprice {
	flex-direction: row-reverse;
	align-items: baseline;
}

@media only screen and (min-width: 750px) {
	.card__media .media img,
	.card .media.media--hover-effect > img:only-child,
	.card-wrapper .media.media--hover-effect > img:only-child {
		padding: var(--space-s);
	}

	.product-grid
		.grid__item
		.card
		.card__information
		.card-information
		.price__sale
		.price-item--regular,
	.product-grid .grid__item .card .card__information .price__regular,
	.card-information > .price .price__container .price-item,
	.product-grid
		.grid__item
		.card
		.card__information
		.card-information
		.price--on-sale
		.price-item--regular {
		font-size: var(--typo-body-s);
	}

	.product-grid .grid__item .card .card__information .card-information {
		flex-direction: row;
	}

	.product-grid .grid__item .card__heading > a {
		font-size: var(--typo-body-regular);
	}

	.product-grid .grid__item .card .card__heading {
		margin-bottom: var(--space-xs);
	}

	.product-grid .grid__item .card .card__information {
		padding: 0 calc(var(--space-4xs) + var(--space-xs-xs))
			calc(var(--space-4xs) + var(--space-xs-xs)) calc(var(--space-4xs) + var(--space-xs-xs));
	}

	.product-grid .grid__item .card__content {
		padding: 0 var(--space-xs) var(--space-xs) var(--space-xs);
	}
}


/* === FILE SEPARATOR === */

.deferred-media__poster {
	background-color: var(--color-transparent);
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
	overflow: hidden;
	border-radius: calc(var(--border-radius) - var(--border-width));
}

.media > .deferred-media__poster {
	display: flex;
	align-items: center;
	justify-content: center;
}

.deferred-media__poster img {
	width: auto;
	max-width: var(--size-100-per-100);
	height: var(--size-100-per-100);
}

.deferred-media {
	overflow: hidden;
}

.deferred-media:not([loaded]) template {
	z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
	display: none;
}

.deferred-media__poster:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)),
		0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),
		0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground), 0.5);
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.deferred-media__poster:focus {
	outline: none;
	box-shadow:
		0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)),
		0 0 0 calc(var(--media-border-width) + 0.3rem) rgb(var(--color-background)),
		0 0 0 calc(var(--media-border-width) + 0.5rem) rgba(var(--color-foreground), 0.5);
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.global-media-settings--full-width .deferred-media__poster,
.global-media-settings--full-width .deferred-media__poster:is(:focus, :focus-visible) {
	border-radius: 0;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	.deferred-media__poster:focus {
		outline: transparent solid 1px;
	}
}
.deferred-media__poster:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

.deferred-media__poster-button {
	background-color: rgb(var(--color-background));
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	color: rgb(var(--color-foreground));
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.2rem;
	width: 6.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition:
		transform var(--duration-short) ease,
		color var(--duration-short) ease;
	z-index: 1;
}

.deferred-media__poster-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.deferred-media__poster-button .icon {
	width: 2rem;
	height: 2rem;
}

.deferred-media__poster-button .icon-play {
	margin-left: 0.2rem;
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Shopify: Price **
*********************************
**
** Shopify Price: Base
** Shopify Price: Conditional Display
** Shopify Price: Sale
**
*********************************
#################################
********************************/

/********************************
	**** Shopify Price: Base
*********************************/

.price {
	font-size: var(--typo-body-regular);
	line-height: calc(1 + 0.5 / var(--font-body-scale));
	color: var(--color-black);
}

.price > * {
	display: inline-block;
	vertical-align: middle;
}

.price .price-item {
	display: inline-block;
}

.page-product .price .price-item {
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-l);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
}

.page-product .price.price--on-sale .price-item:not(.price-item--regular) {
	color: var(--color-danger-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-l);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
}

.unit-price {
	display: block;
	font-size: 1.1rem;
	letter-spacing: 0.04rem;
	line-height: calc(1 + 0.2 / var(--font-body-scale));
	margin-top: 0.2rem;
	text-transform: uppercase;
	color: rgba(var(--color-foreground), 0.7);
}

@media screen and (min-width: 750px) {
	.price {
		margin-bottom: 0;
	}
}

/********************************
	**** Shopify Price: Price Conditional Display
*********************************/

.price.price--unavailable {
	visibility: hidden;
}

.price__regular .price-item--regular {
	margin-right: 0;
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
	margin: 0;
}

.price--large {
	font-size: 1.6rem;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.price--small {
	font-size: var(--typo-body-s);
	line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.price--end {
	text-align: right;
}

.price--center {
	display: initial;
	justify-content: center;
}

@media screen and (min-width: 750px) {
	.price--large {
		font-size: 1.8rem;
	}
}

.price--sold-out .price__availability,
.price__regular {
	display: block;
}

/********************************
	**** Shopify Price: Sale
*********************************/

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
	display: none;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
	display: inline-block;
}

.page-product .price--on-sale .price__container .price__sale .price-item--regular {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-l);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	text-decoration: line-through;
}

.volume-pricing--sale-badge .price__badge-sale {
	margin-left: 0.5rem;
}

.price--on-sale .price__sale {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: var(--tt-space-m);
}


/* === FILE SEPARATOR === */

slider-component {
	--desktop-margin-left-first-item: max(
		5rem,
		calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2)
	);
	position: relative;
	display: block;
}

slider-component.slider-component-full-width {
	--desktop-margin-left-first-item: 1.5rem;
}

@media screen and (max-width: 749px) {
	slider-component.page-width {
		padding: 0 1.5rem;
	}
}

@media screen and (min-width: 749px) and (max-width: 990px) {
	slider-component.page-width {
		padding: 0 5rem;
	}
}

.slider__slide {
	--focus-outline-padding: 0.5rem;
	--shadow-padding-top: calc(
		(var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible)
	);
	--shadow-padding-bottom: calc(
		(var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible)
	);
	scroll-snap-align: start;
	flex-shrink: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 749px) {
	.slider.slider--mobile {
		position: relative;
		flex-wrap: inherit;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 1rem;
		border: 0;
	}

	/* Fix to show some space at the end of our sliders in all browsers */
	.slider--mobile:after {
		content: "";
		width: 0;
		padding-left: 1.5rem;
	}

	.slider.slider--mobile .slider__slide {
		margin-bottom: 0;
		padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
		padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
	}

	.product .slider.slider--mobile .slider__slide {
		padding-top: 0;
		padding-bottom: 0;
	}

	.slider.slider--mobile.contains-card--standard
		.slider__slide:not(.collection-list__item--no-media) {
		padding-bottom: var(--focus-outline-padding);
	}

	.slider.slider--mobile.contains-content-container .slider__slide {
		--focus-outline-padding: 0rem;
	}
}

@media screen and (min-width: 750px) {
	.slider.slider--tablet-up {
		position: relative;
		flex-wrap: inherit;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		scroll-padding-left: 1rem;
		-webkit-overflow-scrolling: touch;
	}

	.slider.slider--tablet-up .slider__slide {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 989px) {
	.slider.slider--tablet {
		position: relative;
		flex-wrap: inherit;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 1rem;
	}

	/* Fix to show some space at the end of our sliders in all browsers */
	.slider--tablet:after {
		content: "";
		width: 0;
		padding-left: 1.5rem;
		margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
	}

	.slider.slider--tablet .slider__slide {
		margin-bottom: 0;
		padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
		padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
	}

	.slider.slider--tablet.contains-card--standard
		.slider__slide:not(.collection-list__item--no-media) {
		padding-bottom: var(--focus-outline-padding);
	}

	.slider.slider--tablet.contains-content-container .slider__slide {
		--focus-outline-padding: 0rem;
	}
}

.slider--everywhere {
	position: relative;
	flex-wrap: inherit;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1rem;
}

.slider.slider--everywhere .slider__slide {
	margin-bottom: 0;
	scroll-snap-align: center;
}

@media screen and (min-width: 990px) {
	.slider-component-desktop.page-width {
		max-width: none;
	}

	.slider--desktop {
		position: relative;
		flex-wrap: inherit;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 1rem;
		scroll-padding-left: var(--desktop-margin-left-first-item);
	}

	/* Fix to show some space at the end of our sliders in all browsers */
	.slider--desktop:after {
		content: "";
		width: 0;
		padding-left: 5rem;
		margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
	}

	.slider.slider--desktop .slider__slide {
		margin-bottom: 0;
		padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
		padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom));
	}

	.slider--desktop .slider__slide:first-child {
		/*margin-left: var(--desktop-margin-left-first-item);*/
		/*scroll-margin-left: var(--desktop-margin-left-first-item);*/
	}

	.slider-component-full-width .slider--desktop {
		scroll-padding-left: 1.5rem;
	}

	.slider-component-full-width .slider--desktop .slider__slide:first-child {
		/*margin-left: 1.5rem;*/
		/*scroll-margin-left: 1.5rem;*/
	}

	/* Fix to show some space at the end of our sliders in all browsers */
	.slider-component-full-width .slider--desktop:after {
		padding-left: 1.5rem;
	}

	.slider--desktop.grid--5-col-desktop .grid__item {
		width: calc(
			(100% - var(--desktop-margin-left-first-item)) / 5 -
				var(--grid-desktop-horizontal-spacing) * 2
		);
	}

	.slider--desktop.grid--4-col-desktop .grid__item {
		width: calc(
			(100% - var(--desktop-margin-left-first-item)) / 4 -
				var(--grid-desktop-horizontal-spacing) * 3
		);
	}

	.slider--desktop.grid--3-col-desktop .grid__item {
		width: calc(
			(100% - var(--desktop-margin-left-first-item)) / 3 -
				var(--grid-desktop-horizontal-spacing) * 4
		);
	}

	.slider--desktop.grid--2-col-desktop .grid__item {
		width: calc((100%) / 2 + var(--grid-desktop-horizontal-spacing) * 5);
	}

	.slider--desktop.grid--1-col-desktop .grid__item {
		width: calc(
			(100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9
		);
	}

	.slider.slider--desktop.contains-card--standard
		.slider__slide:not(.collection-list__item--no-media) {
		padding-bottom: var(--focus-outline-padding);
	}

	.slider.slider--desktop.contains-content-container .slider__slide {
		--focus-outline-padding: 0rem;
	}
}

@media (prefers-reduced-motion) {
	.slider {
		scroll-behavior: auto;
	}
}

/* Scrollbar */

.slider {
	scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), 0.04);
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.slider::-webkit-scrollbar {
	height: 0.4rem;
	width: 0.4rem;
	display: none;
}

.slider::-webkit-scrollbar-thumb {
	background-color: rgb(var(--color-foreground));
	border-radius: 0.4rem;
	border: 0;
}

.slider::-webkit-scrollbar-track {
	background: rgba(var(--color-foreground), 0.04);
	border-radius: 0.4rem;
}

.slider-counter {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: var(--color-black5);
	border-radius: var(--border-radius-3xs);
	padding: var(--space-3xs);
	pointer-events: none;
	user-select: none;
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

@media screen and (min-width: 750px) {
	.slider-counter--dots {
		margin: 0 1.2rem;
	}
}

.slider-counter__link {
	padding: 1rem;
}

@media screen and (max-width: 749px) {
	.slider-counter__link {
		padding: 0.7rem;
	}
}

.slider-counter__link--dots .dot {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	border: 0.1rem solid rgba(var(--color-foreground), 0.5);
	padding: 0;
	display: block;
}

.slider-counter__link--active.slider-counter__link--dots .dot {
	background-color: rgb(var(--color-foreground));
}

@media screen and (forced-colors: active) {
	.slider-counter__link--active.slider-counter__link--dots .dot {
		background-color: CanvasText;
	}
}

.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
	border-color: rgb(var(--color-foreground));
}

.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
	transition: transform 0.2s ease-in-out;
}

.slider-counter__link--active.slider-counter__link--numbers,
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,
.slider-counter__link--numbers:hover {
	transform: scale(1.1);
}

.slider-counter__link--numbers {
	color: rgba(var(--color-foreground), 0.5);
	text-decoration: none;
}

.slider-counter__link--numbers:hover {
	color: rgb(var(--color-foreground));
}

.slider-counter__link--active.slider-counter__link--numbers {
	text-decoration: underline;
	color: rgb(var(--color-foreground));
}

.slider-buttons {
	display: flex;
	justify-content: center;
}

.slider-button.slider-button--prev,
.slider-button.slider-button--next {
	display: none;
}

@media screen and (min-width: 990px) {
	.slider:not(.slider--everywhere):not(.slider--desktop) + .slider-buttons {
		display: none;
	}
}

@media screen and (max-width: 989px) {
	.slider--desktop:not(.slider--tablet) + .slider-buttons {
		display: none;
	}
}

@media screen and (min-width: 750px) {
	.slider--mobile + .slider-buttons {
		display: none;
	}
}

.slider-button {
	color: rgba(var(--color-foreground), 0.75);
	background: var(--color-transparent);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: start;
}

.slider-button:not([disabled]):hover {
	color: rgb(var(--color-foreground));
}

.slider-button .icon {
	height: 1.6rem;
}

.slider-button[disabled] .icon {
	color: rgba(var(--color-foreground), 0.3);
	cursor: not-allowed;
}

.slider-button--next .icon {
	/*transform: rotate(calc(var(--deg-90) * -1));*/
}

.slider-button--prev .icon {
	transform: rotate(180deg);
}

/*
.slider-button--next:not([disabled]):hover .icon {
  transform: rotate(calc(var(--deg-90) * -1)) scale(1.1);
}

.slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(var(--deg-90)) scale(1.1);
}
*/


/* === FILE SEPARATOR === */

cart-items .title-wrapper-with-link {
	margin-top: 0;
}

cart-items .cart-items td,
cart-items .cart-items th {
	padding: 0;
	border: none;
}

.cart-items th {
	text-align: left;
	padding-bottom: 1.8rem;
	font-weight: normal;
}

.cart-item__quantity-wrapper {
	display: flex;
}

.cart-item__totals {
	position: relative;
}

.cart-items *.right {
	text-align: right;
}

.cart-item__image-container {
	display: inline-flex;
	align-items: flex-start;
}

.cart-item__image-container:after {
	content: none;
}

cart-items .cart-item__image {
	height: auto;
	max-width: calc(10rem / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
	.cart-item__image {
		max-width: var(--size-100-per-100);
	}
}

.cart-item__details {
	font-size: 1.6rem;
	line-height: calc(1 + 0.4 / var(--font-body-scale));
}

.cart-item__details > * {
	margin: 0;
	max-width: 30rem;
}

.cart-item__details > * + * {
	margin-top: 0.6rem;
}

.cart-item__media {
	position: relative;
}

.cart-item__link {
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
}

.cart-item__name {
	text-decoration: none;
	display: block;
}

#CartDrawer-Form .cart-item__name {
	font-weight: bold;
	color: var(--color-black);
	line-height: normal;
}

.cart-item__name:hover {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.2rem;
}

.cart-item__price-wrapper > * {
	display: block;
	margin: 0;
	padding: 0;
}

.cart-item__discounted-prices dd {
	margin: 0;
}

.cart-item__discounted-prices .cart-item__old-price {
	font-size: 1.4rem;
	text-decoration: line-through;
}

.cart-item__discounted-prices>dd:last-child {
	color: var(--color-danger-4);
}

.cart-item__old-price {
	opacity: 0.7;
}

.cart-item__final-price {
	font-weight: 400;
}

.product-option {
	font-size: 1.4rem;
	word-break: break-word;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.cart-item cart-remove-button {
	display: flex;
	margin-left: 1rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.cart-item cart-remove-button {
		width: 4.5rem;
		height: 4.5rem;
	}
}

cart-remove-button .button {
	min-width: calc(4.5rem / var(--font-body-scale));
	min-height: 4.5rem;
	padding: 0;
	margin: 0 0.1rem 0.1rem 0;
	border-radius: var(--border-radius-3xs);
}

cart-remove-button .button:before,
cart-remove-button .button:after {
	content: none;
}

@media screen and (min-width: 750px) {
	cart-items cart-remove-button .button {
		min-width: 3.5rem;
		min-height: 3.5rem;
	}
}

cart-remove-button .icon-remove {
	height: 1.5rem;
	width: 1.5rem;
}

.cart-item .loading__spinner {
	top: 0;
	left: auto;
	right: auto;
	bottom: 0;
	padding: 0;
}

@media screen and (min-width: 750px) {
	.cart-item .loading__spinner {
		right: 0;
		padding-top: 4.5rem;
		bottom: auto;
	}
}

.cart-item .loading__spinner:not(.hidden) ~ * {
	visibility: hidden;
}

.cart-item__error {
	display: flex;
	align-items: flex-start;
	margin-top: 0.2rem;
	width: min-content;
	min-width: var(--size-100-per-100);
}

.cart-item__error-text {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.04rem;
	order: 1;
}

.cart-item__error-text + svg {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.7rem;
	margin-top: 0.25rem;
}

.cart-item__error-text:empty + svg {
	display: none;
}

.product-option + .product-option {
	margin-top: 0.4rem;
}

.product-option * {
	display: inline;
	margin: 0;
}

.cart-items thead th {
	text-transform: uppercase;
}

@media screen and (max-width: 749px) {
	.cart-items,
	.cart-items thead,
	.cart-items tbody {
		display: block;
		width: var(--size-100-per-100);
	}

	.cart-items thead tr {
		display: flex;
		justify-content: space-between;
		border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
		margin-bottom: 4rem;
	}

	cart-drawer .cart-item {
		display: grid;
		grid-template: repeat(2, auto) / repeat(4, 1fr);
		gap: 1.5rem;
		margin-bottom: 3.5rem;
	}

	.cart-item:last-child {
		margin-bottom: 0;
	}

	.cart__items .cart-item {
		grid-row: 1 / 3;
	}

	.cart-item__details {
		grid-column: 2 / 4;
	}

	.cart-item__quantity {
		grid-column: 2 / 5;
	}

	.cart-item__quantity-wrapper {
		flex-wrap: wrap;
	}

	.cart-item__totals {
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
	}
}

@media screen and (min-width: 750px) {
	.cart-items {
		border-spacing: 0;
		border-collapse: separate;
		box-shadow: none;
		width: var(--size-100-per-100);
		display: table;
	}

	.cart-items th {
		border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
	}

	.cart-items thead th:first-child {
		width: 50%;
	}

	.cart__items .cart-items th + th {
		padding-left: 4rem;
	}

	cart-items .cart-items td {
		vertical-align: top;
		padding-top: 4rem;
	}

	.cart-item {
		display: table-row;
	}

	.cart__items .cart-item > td + td {
		padding-left: 4rem;
	}

	.cart-item__details {
		width: 35rem;
	}

	.cart__items .cart-item__media {
		width: 10rem;
	}

	.cart-item cart-remove-button {
		margin: 0.5rem 0 0 1.5rem;
	}

	.cart-item__price-wrapper > *:only-child:not(.cart-item__discounted-prices) {
		margin-top: 1rem;
	}

	.cart-item__error {
		margin-left: 0.3rem;
	}
}

@media screen and (min-width: 990px) {
	.cart-item .cart-item__quantity,
	.cart-items .cart-items__heading--wide {
		padding-left: 6rem;
	}

	.cart-item__details {
		width: 50rem;
	}

	.cart-items thead th:first-child {
		width: 60%;
	}
}

@media screen and (min-width: 750px) {
	.cart-items .cart-items__heading--quantity,
	.cart-item .cart-item__quantity,
	.cart-item__quantity--info quantity-popover > * {
		padding-left: 5rem;
	}

	.cart-item .cart-item__quantity--info,
	.cart-item__quantity--info .cart-item__quantity-wrapper,
	.cart-item__quantity--info .cart-items__info {
		padding-left: 0;
	}
}

@media screen and (max-width: 989px) {
	.cart-items .quantity-popover__info-button {
		padding-left: 0;
	}
}


/* === FILE SEPARATOR === */

.cart {
	position: relative;
	display: block;
}

.is-empty .cart__contents,
cart-items.is-empty .title-wrapper-with-link,
.is-empty .cart__footer {
	display: none;
}

.is-empty .cart__warnings {
	display: block;
}

.cart__warnings {
	display: none;
	text-align: center;
	padding: 3rem 0 1rem;
}

.cart__contents > * + * {
	margin-top: 2.5rem;
}

.cart__login-title {
	margin: 5.5rem 0 0.5rem;
}

.cart__login-paragraph {
	margin-top: 0.8rem;
}

.cart__login-paragraph a {
	font-size: inherit;
}

@media screen and (min-width: 990px) {
	.cart__warnings {
		padding: 7rem 0 1rem;
	}
}

cart-items {
	display: block;
}

.cart__items {
	position: relative;
	padding-bottom: 3rem;
	border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.cart__items--disabled {
	pointer-events: none;
}

.cart__footer-wrapper:last-child .cart__footer {
	padding-bottom: 5rem;
}

.cart__footer > div:only-child {
	margin-left: auto;
}

.cart__footer > * + * {
	margin-top: 6.5rem;
}

.cart__footer .discounts {
	margin-bottom: 1rem;
}

.cart__note {
	height: fit-content;
	top: 2.5rem;
}

.cart__note label {
	display: flex;
	align-items: flex-end;
	position: absolute;
	line-height: 1;
	height: 1.8rem;
	top: -3rem;
	color: rgba(var(--color-foreground), 0.75);
}

.cart__note .field__input {
	height: var(--size-100-per-100);
	position: relative;
	border-radius: var(--inputs-radius);
	padding: 1rem 2rem;
}

.cart__note .text-area {
	resize: vertical;
}

.cart__note:after,
.cart__note:hover.cart__note:after,
.cart__note:before,
.cart__note:hover.cart__note:before,
.cart__note .field__input:focus,
.cart__note .field__input {
	border-bottom-right-radius: 0;
}

@media screen and (min-width: 750px) {
	.cart__items {
		grid-column-start: 1;
		grid-column-end: 3;
		padding-bottom: 4rem;
	}

	.cart__contents > * + * {
		margin-top: 0;
	}

	.cart__items + .cart__footer {
		grid-column: 2;
	}

	.cart__footer {
		display: flex;
		justify-content: space-between;
		border: 0;
	}

	.cart__footer-wrapper:last-child {
		padding-top: 0;
	}

	.cart__footer > * {
		width: 35rem;
	}

	.cart__footer > * + * {
		margin-top: 0;
	}
}

.cart__ctas button {
	width: var(--size-100-per-100);
}

.cart__ctas > * + * {
	margin-top: var(--space-xs-xs);
}

.cart__update-button {
	margin-bottom: var(--space-xs-xs);
}

.cart__dynamic-checkout-buttons {
	max-width: 36rem;
	margin: 0 auto;
}

.cart__dynamic-checkout-buttons:has(.dynamic-checkout__content:empty) {
	margin: 0;
}

.cart__dynamic-checkout-buttons div[role="button"] {
	border-radius: var(--buttons-radius-outset) !important;
}

.cart__blocks > * + * {
	margin-top: 0;
}

.cart-note__label {
	display: inline-block;
	margin-bottom: 1rem;
	line-height: calc(1 + 1 / var(--font-body-scale));
}

.tax-note {
	margin: 2.2rem 0 1.6rem auto;
	text-align: center;
	display: block;
}

.cart__checkout-button {
	max-width: 36rem;
}

.cart__ctas {
	text-align: center;
}

@media screen and (min-width: 750px) {
	.cart-note {
		max-width: 35rem;
	}

	.cart__update-button {
		margin-bottom: 0;
		margin-right: 0.8rem;
	}

	.tax-note {
		margin-bottom: 2.2rem;
		text-align: right;
	}

	[data-shopify-buttoncontainer] {
		justify-content: flex-end;
	}

	.cart__ctas {
		display: flex;
		gap: 1rem;
	}
}


/* === FILE SEPARATOR === */

.totals {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.totals > * {
	font-size: 1.6rem;
	margin: 0;
}

.totals > h2 {
	font-size: calc(var(--typo-heading-scale) * 1.6rem);
}

.totals * {
	line-height: 1;
}

.totals > * + * {
	margin-left: 2rem;
}

.totals__total {
	font-family: var(--typo-family);
	margin-top: 0.5rem;
}

.totals__total-value {
	font-size: 1.8rem;
}

.cart__ctas + .totals {
	margin-top: 2rem;
}

@media all and (min-width: 750px) {
	.totals {
		justify-content: flex-end;
	}
}


/* === FILE SEPARATOR === */

.discounts {
	font-size: 1.2rem;
}

.discounts__discount {
	display: flex;
	align-items: center;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.discounts__discount svg {
	color: rgba(var(--color-button), var(--alpha-button-background));
}

.discounts__discount--position {
	justify-content: center;
}

@media screen and (min-width: 750px) {
	.discounts__discount--position {
		justify-content: flex-end;
	}
}

.discounts__discount > .icon {
	color: rgb(var(--color-foreground));
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.7rem;
}


/* === FILE SEPARATOR === */

quantity-popover {
	position: relative;
	display: block;
}

quantity-popover volume-pricing li:nth-child(odd) {
	background: rgba(var(--color-foreground), 0.03);
}

quantity-popover volume-pricing li {
	font-size: 1.2rem;
	letter-spacing: 0.06rem;
	padding: 0.6rem 0.8rem;
	display: flex;
	justify-content: space-between;
}

.quantity-popover__info.global-settings-popup {
	width: var(--size-100-per-100);
	z-index: 3;
	position: absolute;
	background-color: rgb(var(--color-background));
	max-width: 36rem;
}

.quantity-popover__info .button-close,
.variant-remove-total quick-order-list-remove-all-button .button,
.quick-order-list-total__confirmation quick-order-list-remove-all-button .button,
quantity-popover quick-order-list-remove-button .button {
	--shadow-opacity: 0;
	--border-opacity: 0;
}

.quantity-popover__info-button {
	display: flex;
	align-items: center;
	margin: 0 0.4rem 0 0;
	min-width: 1.5rem;
	min-height: 1.5rem;
	--shadow-opacity: 0;
	--border-opacity: 0;
}

.quantity-popover__info-button--icon-with-label {
	align-items: flex-start;
	text-align: left;
}

.quantity-popover__info-button--icon-with-label svg {
	flex-shrink: 0;
}

.quantity-popover__info-button--open {
	text-decoration: underline;
}

.quantity-popover__info-button span {
	padding-left: 1rem;
}

.quantity-popover__info-button--icon-only--animation svg {
	transform: scale(1.25);
}

.quantity-popover__info-button--icon-only svg {
	transition: transform var(--duration-default) ease;
}

@media screen and (max-width: 989px) {
	.quantity-popover__info.global-settings-popup {
		left: 0;
		top: var(--size-100-per-100);
	}

	.quantity-popover__info-button {
		padding-left: 0;
	}
}

.quantity-popover__info .quantity__rules {
	margin-top: 1.2rem;
	margin-bottom: 1rem;
}

.quantity-popover__info .volume-pricing-label {
	display: block;
	margin-left: 1.2rem;
	margin-top: 1.2rem;
	font-size: 1.2rem;
}

.quantity-popover__info .button {
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	top: 0.4rem;
	right: 0;
	padding: 0 1.2rem 0 0;
	display: flex;
	justify-content: flex-end;
}

.quantity-popover__info .volume-pricing-label ~ .button {
	top: -0.2rem;
}

.quantity-popover__info .button .icon {
	width: 1.5rem;
	height: 1.5rem;
}

quantity-popover volume-pricing {
	margin-top: 1.2rem;
	display: block;
}

quantity-popover .quantity__rules span:first-of-type {
	display: block;
}

.quantity-popover-container {
	display: flex;
	padding: 0.5rem 0.5rem 0.5rem 0;
}

.quantity-popover-container:not(.quantity-popover-container--hover) {
	align-items: center;
}

@media screen and (min-width: 990px) {
	.quantity-popover-container--empty {
		margin-right: 2.7rem;
	}

	.quantity-popover__info.global-settings-popup {
		width: 20rem;
	}

	.quantity-popover-container {
		width: auto;
		max-width: 20rem;
	}

	.quantity-popover__info.global-settings-popup {
		transform: translateX(-100%);
		top: 0.5rem;
	}
}

quantity-popover .quantity {
	background: var(--color-transparent);
}

quantity-popover .quantity__rules {
	margin-left: 0.8rem;
}

quantity-popover .quantity__rules .divider:nth-child(2)::before {
	content: none;
}

quantity-popover .quantity__button:not(:focus-visible):not(.focused),
quantity-popover .quantity__input:not(:focus-visible):not(.focused) {
	background-color: initial;
}


/* === FILE SEPARATOR === */

/* Search */
header-drawer {
	justify-self: start;
}

menu-drawer + .header__search {
	display: none;
}

.header > .header__search {
	grid-area: left-icons;
	justify-self: start;
}

.header--top-center.drawer-menu > .header__search {
	margin-left: 3.2rem;
}

.header--top-center header-drawer {
	grid-area: left-icons;
}

.header:not(.header--has-menu) * > .header__search {
	display: none;
}

.header__search {
	display: inline-flex;
	line-height: 0;
	position: relative;
	width: calc(var(--size-100-vw) - calc(var(--space-xs-xs) * 12));
}

.header__search details summary {
	padding: var(--space-xxs);
}

.header__search details summary.header__icon {
	position: absolute;
	right: 0;
	top: calc(var(--space-xs) * -1);
}

.header__search details .icon-search svg path {
	transition: all ease var(--transition-duration-03s);
}

.header--top-center > .header__search {
	display: none;
}

.header--top-center * > .header__search {
	display: inline-flex;
}

.header__search .header__icon svg {
	height: var(--size-xs);
	width: var(--size-xs);
}

.header__search details[open="true"] .header__icon span,
.header__search:hover details .header__icon span {
	color: var(--color-primary);
}

.header__search .header__icon:hover .icon {
	transform: none;
}

@media (width >= 750px) {
	.header__search {
		width: calc(var(--size-100-vw) - calc(var(--space-xs-xs) * 12.4));
	}
}

@media (width >= 990px) {
	.header__search {
		width: auto;
	}
	.header__search details summary.header__icon {
		position: initial;
		right: initial;
		top: initial;
	}
}

/* Search */

.search-main .breadcrumb__container,
.search-main .search-form,
.instant-search-menu .see-more-results {
	display: none;
}

.header__search details[open] > .search-modal {
	animation: animateMenuOpen var(--duration-default) ease;
	background: var(--color-white);
	border-radius: 0;
	opacity: 1;
	top: calc(var(--space-xs-xs) * 3.6);
	left: calc(var(--space-xs-xs) * -1.6);
	right: initial;
	width: var(--size-100-vw);
	height: calc(var(--size-xs-xs) * 10.4);
}

.header__search details[open] > .search-modal .search-container {
	border-bottom: 1px solid var(--color-neutral-3);
	display: flex;
	flex-direction: column;
	width: var(--size-100-per-100);
}

.header__search details[open] > .search-modal .search-container .predictive-search--header {
	display: none;
}

.header__search details[open] > .search-modal .search-container .reset__button {
	display: none;
}

.header__search details[open] .modal-overlay {
	display: block;
}

.header__search details[open] .modal-overlay::after {
	position: absolute;
	content: "";
	background-color: rgb(var(--color-foreground), 0.5);
	top: var(--size-100-per-100);
	left: 0;
	right: 0;
	height: 100vh;
}

.header__search details[open] .modal-overlay::after {
	display: none;
}

@media screen and (width >= 990px) {
	.header__search .header__icon .icon {
		height: calc(var(--size-xs-xs) * 2);
		padding-left: calc(var(--size-xs-xs) * 0.7);
		width: calc(var(--size-xs-xs) * 2);
	}
}

/* Search Modal */

.header__search .search-modal {
	height: calc(var(--size-4xl) - var(--size-s));
	justify-content: flex-start;
	opacity: 0;
	min-width: calc(var(--size-xs-xs) * 32);
	width: auto;
}

.header__search .search-modal__content {
	align-items: center;
	display: flex;
	height: var(--size-100-per-100);
	justify-content: center;
	margin: var(--space-xs);
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	padding: 0;
	position: relative;
	width: calc(var(--size-100-per-100) - var(--space-m));
}

.header__search .search-modal__content-bottom {
	bottom: calc((var(--inputs-margin-offset) / 2));
}

.header__search .search-modal__content-top {
	top: calc((var(--inputs-margin-offset) / 2));
}

.header__search .search-modal__form {
	width: var(--size-100-per-100);
}

.header__search .search-modal__close-button {
	position: absolute;
	right: 0.3rem;
}

@media screen and (min-width: 750px) {
	.header__search .search-modal__close-button {
		right: 1rem;
	}

	.header__search .search-modal__content {
		padding: 0;
	}
}

@media screen and (min-width: 990px) {
	.header__search details[open] > .search-modal {
		top: calc(var(--space-xs-xs) * 4.2);
		left: initial;
		right: calc(var(--space-xs-xs) * -8.7);
	}

	.scrolled-past-header .header__search details[open] > .search-modal {
		top: calc(var(--space-xs-xs) * 4.6);
	}

	details[open] > .search-modal {
		top: calc(var(--space-xs-xs) * 5 + var(--size-4xs));
	}

	details[open] > .search-modal .modal-overlay {
		display: none;
	}

	.header__search .search-modal__content {
		margin: var(--space-xs) auto;
		width: calc(var(--size-100-per-100) - var(--size-3xl));
	}
}


/* === FILE SEPARATOR === */

.regions-menu {
	position: relative;
}

.regions-menu summary {
	border-radius: var(--border-radius-xxs);
	display: flex;
	padding: 0;
}

.regions-menu summary > svg path {
	transition: all ease var(--transition-duration-03s);
}

.regions-menu summary svg {
	height: calc(var(--size-xs) + var(--size-3xs));
	width: calc(var(--size-xs) + var(--size-3xs));
}

.regions-menu .items-container .item {
	align-items: center;
	border-bottom: 1px solid var(--color-gray-4);
	column-gap: var(--space-xxs);
	display: flex;
	flex-direction: row;
	margin: 0;
	transition: background-color ease 0.3s;
	text-decoration: none;
	padding-bottom: var(--space-xs);
	font-size: var(--typo-body-s);
}

.regions-menu .items-container .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.regions-menu .items-container .item .icon-container {
	display: flex;
	align-items: center;
}

.regions-menu .items-container .item .title {
	align-items: center;
	color: var(--color-white);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-400);
	margin: 0;
	width: var(--size-100-per-100);
}

.regions-menu .items-container .item .title p {
	margin: 0;
}


/* === FILE SEPARATOR === */

/********************************
	**** Header: Shopify Defaults 
*********************************/

/* section-header */
.section-header.shopify-section-group-header-group {
	z-index: 3;
}

.shopify-section-header-sticky {
	position: sticky;
	top: 0;
}

.shopify-section-header-hidden {
	top: calc(var(--space-7xl) * -1);
}

.shopify-section-header-hidden.menu-open {
	top: 0;
}

.section-header.animate {
	transition: top 0.15s ease-out;
}

.shopify-section-group-header-group {
	z-index: 4;
}

@media screen and (min-width: 750px) {
	.shopify-section cart-items .page-width {
		padding: 0 var(--space-xs);
	}
}

.section-header ~ .shopify-section-group-header-group {
	z-index: initial;
}


/* === FILE SEPARATOR === */

/* Search results page */

.template-search {
	margin-top: var(--space-3xl);
}

.template-search #Search-In-Template {
	display: none !important;
}

/* Search standards */
.search__input.field__input {
	background-color: var(--color-white);
	border: none;
	border-radius: var(--border-radius-xxs);
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	height: var(--size-xl);
	padding: 0;
}

.search__input.field__input::placeholder {
	color: var(--color-neutral-4);
	font-size: var(--typo-body-s);
}

.search__button {
	display: none;
	right: calc(var(--space-xs-xs) * 1.2);
	top: var(--space-xxs);
	width: var(--size-xs);
}

.search__button span {
	color: var(--color-link);
	text-decoration: underline;
	text-underline-offset: var(--space-4xs);
}

.reset__button {
	right: calc(var(--inputs-border-width) + 4.4rem);
	top: var(--inputs-border-width);
}

.reset__button:not(:focus-visible)::after {
	border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
	display: block;
	height: calc(100% - 1.6rem);
	content: "";
	position: absolute;
	right: 0;
}

.reset__button:not(:focus)::after {
	border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
	display: block;
	height: calc(100% - 1.8rem);
	content: "";
	position: absolute;
	right: 0;
}

.search__button:focus-visible,
.reset__button:focus-visible {
	background-color: rgb(var(--color-background));
	z-index: 4;
}

.search__button:focus,
.reset__button:focus {
	background-color: rgb(var(--color-background));
	z-index: 4;
}

.search__button:not(:focus-visible):not(.focused),
.reset__button:not(:focus-visible):not(.focused) {
	box-shadow: inherit;
	background-color: inherit;
}

.search__button:hover .icon,
.reset__button:hover .icon {
	transform: scale(1.07);
}

.search__button .icon {
	height: calc(var(--space-xs-xs) + var(--space-3xs));
	width: calc(var(--space-xs-xs) + var(--space-3xs));
}

.reset__button .icon.icon-close {
	height: 1.8rem;
	width: 1.8rem;
	stroke-width: 0.1rem;
}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.template-search__results {
	position: relative;
}


/* === FILE SEPARATOR === */

.header-wrapper {
	box-shadow: none;
	border-bottom: none;
	display: block;
	font-family: var(--typo-family);
	font-weight: var(--font-weight-400);
	margin: 0;
	padding: 0;
	position: absolute;
	transition: all ease var(--transition-duration-03s);
	width: var(--size-100-per-100);
}

/* Main Header Layout */
.header {
	align-items: center;
	display: flex;
	height: var(--size-2xl);
	position: relative;
}

.header::after {
	background-color: var(--color-neutral-9);
	content: "";
	height: var(--size-100-per-100);
	left: 0;
	top: 0;
	position: absolute;
	width: var(--size-100-per-100);
	z-index: 1;
}

@media screen and (min-width: 750px) {
	.header .header-wrapper {
		padding: 0;
	}
}

@media screen and (min-width: 990px) {
	.header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		height: var(--size-xl);
	}

	.header-wrapper {
		border-bottom: none;
	}
}

.header__heading {
	align-items: center;
	display: flex;
	height: var(--size-100-per-100);
	justify-content: start;
	line-height: 0;
	margin: 0;
	position: relative;
	width: calc(var(--size-xs-xs) * 10.5);
}

.header__heading svg {
	height: var(--size-5xl);
	position: relative;
	width: var(--size-5xl);
	z-index: 3;
}

.header__heading-logo {
	max-height: var(--size-3xl);
	max-width: var(--size-100-per-100);
}

.header__heading-logo-wrapper {
	display: inline-block;
	margin: 0;
	transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
	width: var(--size-100-per-100);
}

@media (width >= 990px) {
	.header__heading {
		justify-content: center;
		width: auto;
	}
	.header__heading::after {
		background-color: var(--color-neutral-6);
		content: "";
		height: var(--size-100-per-100);
		top: 0;
		right: 0;
		position: absolute;
		width: var(--size-5xs);
		z-index: 3;
	}
	.header__heading::after {
		right: calc(var(--space-m) * -1);
	}
}

/* Header icons */
.header__icons {
	align-items: center;
	display: flex;
}

.menu-open .header__icons {
	display: none;
}

.header__icons .link {
	font-size: var(--typo-body-s);
	position: relative;
}

.header__icons a.link span.cart__items-number {
	position: absolute;
	top: 0;
	right: calc((var(--space-4xs) + var(--space-xs-xs)) * -1);
	font-size: var(--typo-body-s);
}

.header__icon:not(.header__icon--summary),
.header__icon span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__icon {
	color: rgb(var(--color-foreground));
}

.header__icon .icon.icon-close {
	height: var(--size-xs);
	width: var(--size-xs);
}

.header__icon span {
	height: var(--size-100-per-100);
}

.header__icon span.cart__items-number {
	background-color: var(--color-link);
	border-radius: var(--border-radius-full);
	color: var(--color-white);
	font-size: var(--typo-body-overline);
	height: var(--size-xs);
	margin-bottom: var(--space-xs-xs);
	padding: 0;
	position: absolute;
	right: calc(var(--space-xs-xs) * -1.2);
	top: calc(var(--space-xs-xs) * -1);
	width: var(--size-xs);
}

.header__icon::after {
	content: none;
}

.header__icon .icon {
	height: calc(var(--size-xs-xs) * 2);
	width: calc(var(--size-xs-xs) * 2);
	fill: none;
	vertical-align: middle;
}

.header__icon svg path {
	fill: var(--color-white);
}

.header__icon--cart .icon {
	padding: 0 var(--space-xxs);
}

.header__icon {
	padding: 0;
}

.header__icon--cart {
	position: relative;
}

@media only screen and (min-width: 990px) {
	.header__heading svg {
		height: calc(var(--space-xs-xs) * 2.4);
		width: calc(var(--space-xs-xs) * 7.8);
	}

	.header__icons {
		justify-content: start;
		position: relative;
	}
}

/* Header menu drawer */
.header__icon--menu .icon {
	display: block;
	position: absolute;
	right: var(--space-xs);
	top: calc(var(--space-xs-xs) * 1.8);
	opacity: 1;
	z-index: 2;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
	visibility: hidden;
	opacity: 0;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
	visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
	visibility: visible;
	opacity: 1;
	transform: scale(1.07);
}

.js details > .header__submenu {
	opacity: 0;
	transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
	animation: animateMenuOpen var(--duration-default) ease;
	animation-fill-mode: forwards;
	width: calc(var(--size-xs-xs) * 38);
	z-index: 1;
}

@media (prefers-reduced-motion) {
	details[open] > .header__submenu {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Header menu */
.header__inline-menu {
	display: none;
	z-index: 9;
}

.header__inline-menu:not(.right) > .list-menu {
	gap: var(--size-xxs);
}

.header__inline-menu ul.list-menu:has(.mega-menu) > li {
	align-items: center;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	display: flex;
	height: calc(var(--size-xl) - 1px);
	padding: 0 var(--space-xs);
	transition: all var(--transition-duration-03s) ease;
}

.header__inline-menu ul.list-menu:has(.mega-menu) > li:hover {
	border-bottom: 2px solid var(--color-primary-5);
	transition: all var(--transition-duration-03s) ease;
}

.header__inline-menu ul.list-menu:has(.mega-menu) > li:hover span {
	color: var(--color-primary-3);
	transition: all var(--transition-duration-03s) ease;
}

.header__inline-menu li.nav-separator {
	border-left: 1px solid var(--color-neutral-3);
	padding-left: var(--size-s);
}

/* Header right */
.header__inline-menu.right {
	border-left: 1px solid var(--color-neutral-6);
	display: inline-flex;
	height: calc(var(--size-xs-xs) * 4.8);
	padding-left: var(--space-xxs);
}

.header__inline-menu.right ul.list-menu.list-menu--inline {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
}

.header__inline-menu.right ul.list-menu li {
	line-height: var(--size-s);
	padding: var(--space-xs-xs) calc(var(--space-xs-xs) + var(--space-4xs));
	margin: 0;
}

.header__inline-menu.right ul.list-menu li:last-child {
	padding-right: 0;
}

.header__inline-menu.right ul.list-menu li.search {
	padding: var(--space-4xs) var(--space-3xs);
}

.header__inline-menu.right ul.list-menu li.proform-tag {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__inline-menu.right li a {
	margin: 0;
	padding: 0;
}

.header__inline-menu.right li a span {
	border-radius: var(--border-radius-xxs);
	transition: background-color ease var(--transition-duration-03s);
}

.header__inline-menu.right li:not(.list-menu__regions):hover a span {
	color: var(--color-neutral-4);
	transition: background-color ease var(--transition-duration-03s);
}

/* Header right - cart */
.header__inline-menu.right li.list-menu__cart a.header__icon--cart span {
	padding: 0;
}

.header__inline-menu.right li.list-menu__cart span svg path {
	transition: all ease var(--transition-duration-03s);
}

.header__inline-menu.right li.list-menu__cart .cart__items-number {
	background-color: var(--color-transparent);
	padding: 0;
	transition: all ease var(--transition-duration-03s);
}

.header__inline-menu.right li.list-menu__cart:hover .cart__items-number {
	color: var(--color-primary);
	transition: all ease var(--transition-duration-03s);
}

/* Header right - localization */
.header__inline-menu.right li .desktop-localization-wrapper a span,
.header__inline-menu.right li:hover .desktop-localization-wrapper a span {
	background-color: var(--color-transparent);
	text-align: left;
	margin: 0;
	padding: 0;
}

.header__inline-menu.right li.list-menu__cart a.header__icon--cart .cart__items-number {
	background-color: var(--color-link);
	color: var(--color-white);
	font-size: var(--typo-body-overline);
	height: var(--size-xs);
	padding: 0;
	right: var(--space-3xs);
	width: var(--size-xs);
}

@media screen and (min-width: 749px) {
	.header__icon--menu .icon {
		right: var(--space-s);
	}

	.header__inline-menu.right li.list-menu__cart a.header__icon--cart span {
		padding: 0;
	}

	.header__inline-menu.right li.list-menu__cart a.header__icon--cart .cart__items-number {
		right: calc(var(--space-xs-xs) * -1.2);
		top: calc(var(--space-xs-xs) * -1);
	}
}

/* End header right */

@media screen and (min-width: 990px) {
	.header__inline-menu {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin: 0;
	}
}

.header__menu {
	padding: 0 var(--space-xs-xs);
}

.header__menu-item {
	color: var(--color-white);
	text-decoration: none;
}

.header__menu-item span {
	border-radius: var(--border-radius-xxs);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
	text-decoration: none;
	text-transform: uppercase;
	transition: all ease var(--transition-duration-03s);
}

details[open] > .header__menu-item .icon-caret {
	transform: rotate(var(--deg-180));
}

.header__icons .search-modal__content {
	height: var(--size-4xl);
	padding: 0;
}

.header__icons .search-modal__content .search__button svg {
	height: calc(var(--size-xs-xs) * 2);
	width: calc(var(--size-xs-xs) * 2);
}

.header__icons .search-modal__content .search__button svg path {
	fill: var(--color-neutral-5);
}

.header__icons .search__input {
	border-radius: 0;
}

.header__icons .modal__close-button.link {
	display: none;
	justify-content: end;
}

header-menu > details,
details-disclosure > details {
	position: relative;
}

@keyframes animateMenuOpen {
	0% {
		opacity: 0;
		transform: translateY(-1.5rem);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Mobile Header - Icons */

.header .mobile-icon {
	position: absolute;
	top: calc(var(--size-xs-xs) * 2);
	z-index: 2;
}

.header .mobile-icon details summary {
	padding: 0;
}

.header .mobile-icon.left {
	left: var(--space-xs);
}

.header .mobile-icon.right {
	right: var(--space-3xl);
}

.header .mobile-icon.right > .container {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: var(--tt-space-2xl);
	justify-content: end;
}

.header .mobile-icon.right .header__icon--cart svg {
	width: var(--size-xs);
	height: var(--size-xs);
	margin-top: calc(var(--space-xxs) * -1);
}


/* === FILE SEPARATOR === */

/* Searchanise override */
body:not(.snize-instant-widget-is-open) .snize-ac-results#snize-instant-search-results {
	display: none !important;
}

.snize-ac-results {
	display: block !important;
	max-height: var(--size-80-vh) !important;
	overflow-y: auto !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: initial !important;
	min-height: calc(var(--size-xs-xs) * 32) !important;
	top: calc(var(--space-xs-xs) * 8.4) !important;
	width: var(--size-100-vw) !important;
}

.snize-ac-results .snize-ac-results-list.snize-hidden {
	display: none !important;
}

.snize-ac-results .snize-popular-suggestions-view-all-products-text {
	background-color: var(--color-black) !important;
	border-radius: var(--border-radius-xxs) !important;
	text-transform: none !important;
	height: calc(var(--size-xs-xs) * 4.2) !important;
	width: calc(var(--size-xs-xs) * 1.8) !important;
}

.snize-ac-results .snize-mobile-top-panel {
	position: relative;
}

.snize-ac-results .snize-mobile-top-panel .snize-close-button-arrow {
	background: var(--color-transparent);
	border: 0;
	position: absolute;
	right: var(--size-xxs);
	top: calc(var(--size-xs-xs) * 1.9);
}

.snize-ac-results .snize-mobile-top-panel > form {
	width: var(--size-100-per-100);
}

.snize-ac-results .snize-mobile-top-panel .snize-close-button {
	text-align: right;
}

.snize-ac-results .snize-mobile-top-panel .snize-close-button-arrow:after {
	content: url("data:image/svg+xml,%0A%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.854 0.145917C11.9006 0.192363 11.9375 0.247538 11.9627 0.308284C11.9879 0.369029 12.0009 0.43415 12.0009 0.499917C12.0009 0.565685 11.9879 0.630806 11.9627 0.691551C11.9375 0.752296 11.9006 0.807472 11.854 0.853917L0.854009 11.8539C0.760122 11.9478 0.632785 12.0005 0.500009 12.0005C0.367233 12.0005 0.239895 11.9478 0.146009 11.8539C0.0521221 11.76 -0.000622749 11.6327 -0.000622749 11.4999C-0.000622749 11.3671 0.0521221 11.2398 0.146009 11.1459L11.146 0.145917C11.1925 0.0993539 11.2476 0.0624112 11.3084 0.0372047C11.3691 0.0119983 11.4342 -0.000976562 11.5 -0.000976562C11.5658 -0.000976563 11.6309 0.0119983 11.6916 0.0372047C11.7524 0.0624112 11.8076 0.0993539 11.854 0.145917Z' fill='%230E0E0E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.146009 0.145917C0.0994455 0.192363 0.0625027 0.247538 0.0372963 0.308284C0.0120898 0.369029 -0.00088501 0.43415 -0.00088501 0.499917C-0.00088501 0.565685 0.0120898 0.630806 0.0372963 0.691551C0.0625027 0.752296 0.0994455 0.807472 0.146009 0.853917L11.146 11.8539C11.2399 11.9478 11.3672 12.0005 11.5 12.0005C11.6328 12.0005 11.7601 11.9478 11.854 11.8539C11.9479 11.76 12.0006 11.6327 12.0006 11.4999C12.0006 11.3671 11.9479 11.2398 11.854 11.1459L0.854009 0.145917C0.807563 0.0993539 0.752388 0.0624112 0.691643 0.0372047C0.630897 0.0119983 0.565776 -0.000976562 0.500009 -0.000976562C0.434242 -0.000976562 0.36912 0.0119983 0.308375 0.0372047C0.24763 0.0624112 0.192454 0.0993539 0.146009 0.145917Z' fill='%230E0E0E'/%3E%3C/svg%3E%0A");
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-400);
}

.snize-ac-results .snize-mobile-top-panel .snize-clear-button-container {
	display: none !important;
}

.snize-ac-results .snize-mobile-top-panel .snize-mobile-input-style {
	background-color: var(--color-neutral-1);
	border: 1px solid var(--color-neutral-4);
	border-radius: var(--border-radius-xxs);
	color: var(--color-neutral-5);
	font-size: var(--typo-body-regular);
	height: var(--size-xl);
	padding: calc(var(--space-xs-xs) * 1.2);
	margin: var(--space-xs) 0 0;
	width: var(--size-100-per-100);
}

.snize-ac-results .snize-ac-results-content {
	background: var(--color-white);
	box-shadow: var(--space-4xs) var(--space-xxs) var(--space-xxs) var(--color-neutral-7) !important;
	height: auto !important;
	max-width: var(--size-100-per-100) !important;
	overflow-y: visible !important;
	padding: 0 var(--space-xs) !important;
	width: var(--size-100-per-100) !important;
}

.snize-ac-results .snize-ac-results-list[aria-labelledby="snize-categories-label"],
.snize-ac-results .snize-ac-results-list[aria-labelledby="snize-pages-label"],
.snize-ac-results .snize-ac-results-list[aria-labelledby="snize-suggestions-label"] {
	font-weight: var(--font-weight-400) !important;
}

.snize-ac-results .snize-ac-results-list[aria-labelledby="snize-categories-label"] {
	display: flex !important;
	flex-direction: column !important;
	gap: var(--space-xxs) !important;
	padding: 0 !important;
}

.snize-ac-results ul[aria-labelledby="snize-products-label"] .snize-no-products-found {
	padding: 0 !important;
	margin: var(--space-xs) 0 !important;
}

.snize-ac-results .snize-label {
	border: 0 !important;
	text-transform: capitalize !important;
}

.snize-ac-results #snize-suggestions-label {
	font-size: 0 !important;
	margin: 0 0 var(--space-xs) !important;
	position: relative;
}

.snize-ac-results #snize-suggestions-label:after {
	color: var(--color-black) !important;
	content: "Suggested Searches" !important;
	display: block !important;
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-700) !important;
	position: absolute !important;
	top: calc(var(--space-m) * -1) !important;
	left: 0 !important;
	width: calc(var(--size-xs-xs) * 20);
}

.snize-ac-results #snize-products-label {
	display: none !important;
}

.snize-ac-results .snize-view-all-container .snize-view-all-link {
	background: transparent !important;
	border: 2px solid var(--color-black) !important;
	border-radius: var(--border-radius-xxs) !important;
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-400) !important;
	text-transform: math-auto !important;
	color: var(--color-black) !important;
	width: calc(var(--size-xs-xs) * 17);
}

.snize-ac-results .snize-view-all-link .snize-ac-results-arrow,
.snize-ac-results .snize-ac-view-all-products .snize-ac-results-arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999532 6.99973H12.1695L7.28953 2.11973C6.89953 1.72973 6.89953 1.08973 7.28953 0.699727C7.67953 0.309727 8.30953 0.309727 8.69953 0.699727L15.2895 7.28973C15.6795 7.67973 15.6795 8.30973 15.2895 8.69973L8.69953 15.2897C8.30953 15.6797 7.67953 15.6797 7.28953 15.2897C6.89953 14.8997 6.89953 14.2697 7.28953 13.8797L12.1695 8.99973H0.999532C0.449532 8.99973 -0.000468254 8.54973 -0.000468254 7.99973C-0.000468254 7.44973 0.449532 6.99973 0.999532 6.99973Z' fill='black'/%3E%3C/svg%3E%0A");
	width: calc(var(--size-xs-xs) * 1.2);
	height: calc(var(--size-xs-xs) * 1.2);
}

.snize-ac-results .snize-ac-results-column .snize-ac-results-list li[role="alert"] {
	color: var(--color-black) !important;
	font-size: var(--typo-body-s) !important;
	margin: 0 !important;
}

@media only screen and (min-width: 990px) {
	body:not(.overflow-hidden) .snize-ac-results#snize-instant-search-results {
		display: none !important;
	}

	.snize-ac-results .snize-ac-results-content {
		background: var(--color-white);
		min-height: calc(var(--size-xs-xs) * 24.2) !important;
		padding: 0 var(--space-m) calc(var(--size-xs-xs) * 2) !important;
	}

	.snize-ac-results {
		top: calc(var(--space-xs-xs) * 20.4) !important;
		min-height: calc(var(--size-xs-xs) * 21.6);
	}

	.scrolled-past-header .snize-ac-results {
		position: fixed !important;
		top: calc(var(--space-xs-xs) * 18) !important;
	}

	.snize-ac-results #snize-suggestions-label:after {
		top: 0 !important;
	}
}

/* Suggestions list */

.snize-ac-results .snize-ac-results-list {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: var(--space-xxs) !important;
	margin: var(--space-xs) 0;
}

.snize-ac-results .snize-ac-results-list .snize-suggestion:after {
	content: ",";
}

.snize-ac-results .snize-ac-results-list .snize-label {
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-700) !important;
	margin: 0 !important;
	padding: 0 !important;
}
.snize-ac-results .snize-ac-results-list .snize-no-pages-found {
	color: var(--color-primary-2) !important;
	font-size: var(--typo-body-regular) !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}

.snize-ac-results .snize-ac-results-list .snize-suggestion {
	color: var(--color-link) !important;
	font-size: var(--typo-body-regular) !important;
	padding: 0 !important;
	height: auto !important;
}

.snize-ac-results .snize-ac-results-list .snize-suggestion:hover {
	background: none !important;
}

.snize-ac-results .snize-ac-results-list .snize-suggestion::before {
	display: none !important;
}

@media only screen and (min-width: 990px) {
	.snize-ac-results .snize-ac-results-list {
		flex-direction: column !important;
		margin: 0 0 var(--space-xs);
		gap: var(--space-xs);
	}

	.snize-ac-results .snize-ac-results-list .snize-suggestion:after {
		content: "";
	}
}

.snize-ac-results
	.snize-ac-results-content
	.snize-nothing-found
	.snize-popular-suggestions-view-all-products-text
	.snize-ac-view-all-products {
	color: var(--color-black) !important;
	font-size: var(--typo-body-regular) !important;
}

.snize-ac-results
	.snize-ac-results-content
	.snize-nothing-found
	.snize-popular-suggestions-view-all-products-text {
	background: var(--color-white) !important;
	border: 2px solid var(--color-black) !important;
	width: calc(var(--size-xs-xs) * 20) !important;
}

/* Suggestions product grid */

.snize-ac-results .snize-ac-results-list-last .snize-item {
	display: flex;
	flex-direction: row;
}

.snize-ac-results .snize-product-info {
	display: flex !important;
	flex-direction: column !important;
}

.snize-ac-results .snize-description {
	display: none !important;
}

.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product .snize-thumbnail {
	height: auto !important;
	margin: 0 !important;
}

.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product .snize-item-image {
	max-height: var(--size-100-per-100) !important;
	height: auto !important;
	border-radius: var(--border-radius-2xs) !important;
}

.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product a:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 990px) {
	.snize-ac-results .snize-ac-results-column:first-child {
		width: var(--size-25-per-100) !important;
	}

	.snize-ac-results .snize-ac-results-column:nth-child(2) {
		width: calc(var(--size-10-per-100) * 7.5) !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list {
		display: flex !important;
		gap: var(--space-xxs) !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		max-width: var(--size-100-per-100) !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product {
		border: 0 !important;
		border-radius: 0 !important;
		padding: var(--space-xxs) !important;
		transition: all var(--transition-duration-03s) ease !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product:hover {
		background: none !important;
		border: 0 !important;
		transition: all var(--transition-duration-03s) ease !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product a {
		display: flex !important;
		flex-direction: column !important;
		gap: var(--space-xxs) !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product .snize-title,
	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product .snize-price-list {
		font-family: var(--typo-family);
		color: var(--color-black) !important;
		font-size: var(--typo-body-s) !important;
		font-weight: var(--font-weight-400) !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product .snize-title {
		font-weight: var(--font-weight-700) !important;
	}

	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product .snize-price-list {
		font-size: var(--typo-body-s) !important;
	}
}

@media only screen and (min-width: 1070px) and (max-width: 1328px) {
	.snize-ac-results ul.snize-ac-results-multicolumn-list li.snize-product:nth-child(8) {
		display: none !important;
	}
}

/* Search results page */

.snize-search-results .snize-main-panel {
	display: none !important;
}

.snize-search-results .snize-horizontal-wrapper {
	padding: 0 !important;
}

.snize-search-results .snize-search-results-header {
	color: var(--color-neutral-5) !important;
}

.snize-search-results .snize-main-panel-view-mode a,
.snize-search-results .snize-main-panel-dropdown a {
	border-radius: var(--border-radius-xxs) !important;
}

.snize-search-results span.snize-products-tab-total:before,
.snize-search-results span.snize-filter-variant-count:before {
	content: "-";
	display: inline-flex;
	margin: var(--space-3xs);
}

.snize-search-results .snize-filters-sidebar .snize-product-filters-block {
	border: none !important;
}

.snize-search-results .snize-search-results-content .snize-product {
	border: 1px solid var(--color-transparent) !important;
	border-radius: var(--border-radius-xxs) !important;
	padding: var(--space-xxs) !important;
	transition: all var(--transition-duration-03s) ease !important;
}

.snize-search-results .snize-search-results-content .snize-product:hover {
	border: 0 !important;
	transition: all var(--transition-duration-03s) ease !important;
}

.snize-search-results
	.snize-search-results-content
	.snize-product:hover
	img.snize-item-image:not(.snize-flip-image) {
	opacity: 1 !important;
}

.snize-search-results .snize-search-results-content .snize-product:hover img.snize-flip-image {
	opacity: 0 !important;
}

.snize-search-results .snize-search-results-content .snize-product .snize-view-product-button {
	display: none !important;
}

.snize-search-results .snize-search-results-content .snize-product .snize-title,
.snize-search-results .snize-search-results-content .snize-product .snize-price-list {
	color: var(--color-black) !important;
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-400) !important;
	margin: 0 !important;
}

.snize-search-results .snize-search-results-content .snize-product .snize-title {
	font-weight: var(--font-weight-700) !important;
}

/* Search results page - Product card items */

#snize-search-results-grid-mode li.snize-product {
	margin: 0 !important;
	padding: var(--space-4xs) !important;
}

#snize-search-results-grid-mode span.snize-overhidden {
	display: flex !important;
	flex-direction: column !important;
	gap: var(--space-xxs) !important;
	padding: var(--space-xs) !important;
}

#snize-search-results-grid-mode
	li.snize-product
	.snize-item:hover
	.snize-thumbnail
	img.snize-item-image.snize-flip-image {
	opacity: 1 !important;
}

/* Search results page - Pagination */

div.snize div.snize-pagination ul {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: var(--space-xxs) !important;
	border-top: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.snize-search-results#snize_results div.snize-pagination ul li a {
	border: 1px solid var(--color-white) !important;
}

div.snize div.snize-pagination ul li span,
div.snize div.snize-pagination ul li a {
	color: var(--color-neutral-4) !important;
	font-family: var(--typo-family) !important;
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-400) !important;
	border: 1px solid var(--color-white) !important;
	height: var(--size-l) !important;
	width: var(--size-l) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: var(--border-radius-3xs) !important;
	transition: border-color var(--transition-duration-03s) ease !important;
}

div.snize div.snize-pagination ul li a.active {
	border-radius: var(--border-radius-3xs) !important;
	background: var(--color-black) !important;
	border: 1px solid var(--color-black) !important;
	color: var(--color-white) !important;
	font-weight: var(--font-weight-700) !important;
}

div.snize div.snize-pagination ul li a:hover,
div.snize-search-results#snize_results div.snize-pagination ul li a:hover {
	border: 1px solid var(--color-black) !important;
	opacity: initial !important;
	transition: border-color var(--transition-duration-03s) ease !important;
}

div.snize div.snize-pagination ul li .snize-pagination-prev,
div.snize div.snize-pagination ul li .snize-pagination-next {
	display: inline-block !important;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTcuMjk0NDYgNS41MjU4M0M3LjU2ODUxIDUuNzg2OTYgNy41Njg1MSA2LjIwOTIyIDcuMjk0NDYgNi40Njc1OEwxLjY5Njc5IDExLjgwNDFDMS40MjI3NCAxMi4wNjUzIDAuOTc5NTkyIDEyLjA2NTMgMC43MDg0NTUgMTEuODA0MUMwLjQzNzMxOCAxMS41NDMwIDAuNDM0NDAyIDExLjEyMDggMC43MDg0NTUgMTAuODYyNEw1LjgxMDUwIDYuMDAwODdMMC43MDU1MzkgMS4xMzY1NkMwLjQzMTQ4NyAwLjg3NTQyNSAwLjQzMTQ4NyAwLjQ1MzE2NiAwLjcwNTUzOSAwLjE5NDgxQzAuOTc5NTkyIC0wLjA2MzU0NTggMS40MjI3NCAtMC4wNjYzMjM4IDEuNjkzODggMC4xOTQ4MUw3LjI5NDQ2IDUuNTI1ODNaIiBmaWxsPSIjMkIyQjJCIi8+PC9zdmc+") !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-size: calc((var(--size-xs-xs) + var(--size-3xs)) / 2) calc(var(--size-xl) / 4) !important;
}

div.snize div.snize-pagination ul li .snize-pagination-prev {
	margin-top: var(--size-3xs);
	transform: rotate(var(--deg-180)) translateY(var(--size-4xs)) !important;
}

/* Search results page - Typography */

#snize-search-results-grid-mode li.snize-product span.snize-title {
	margin: 0 !important;
}

div.snize li.snize-product .snize-price-list .snize-price,
div.snize li.snize-product .snize-price-list .snize-discounted-price {
	color: var(--color-neutral-4) !important;
	font-size: var(--typo-body-s) !important;
	margin: 0 !important;
}

h1.main-page-title.page-title {
	font-size: var(--typo-heading-3) !important;
}

@media screen and (min-width: 750px) {
	h1.main-page-title.page-title {
		font-size: var(--typo-heading-2) !important;
	}
	.snize-ac-results {
		overflow-y: visible !important;
	}
}

#snize-search-results-grid-mode span.snize-description {
	display: none !important;
}

div.snize div.snize-search-results-header {
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-400) !important;
	line-height: var(--typo-line-height-150) !important;
	font-family: var(--typo-family) !important;
	color: var(--color-neutral-4) !important;
}

#snize-search-results-grid-mode li.snize-product .snize-button {
	display: none !important;
}

/* Search results page - Filters */

.snize-search-results
	.snize-filters-sidebar
	.snize-product-filters-title
	span.snize-color-filter-hover-name {
	font-size: var(--size-xs-xs) !important;
	font-weight: var(--font-weight-400) !important;
	color: var(--color-neutral-4) !important;
	line-height: var(--typo-body-regular) !important;
}

.snize-search-results .snize-filters-sidebar .snize-product-filters-title span {
	font-family: var(--typo-family) !important;
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-700) !important;
	color: var(--color-black) !important;
	text-transform: none !important;
	pointer-events: none !important;
	cursor: default !important;
}

div.snize .snize-filters-sidebar ul.snize-product-filters-list,
div.snize .snize-filters-sidebar ul.snize-product-color-filter,
div.snize .snize-filters-sidebar ul.snize-product-size-filter {
	margin-bottom: var(--space-m) !important;
}

div.snize div.snize-product-filters-title {
	padding: 0 !important;
	margin-bottom: var(--space-xs) !important;
}

div.snize ul.snize-product-filters-list li .snize-filter-checkbox span,
div.snize ul.snize-product-size-filter li label .snize-size-filter-checkbox > span,
div.snize .snize-price-range input.snize-price-range-input {
	border-radius: var(--border-radius-3xs) !important;
	border: 1px solid var(--color-neutral-4) !important;
}

div.snize ul.snize-product-size-filter li label .snize-size-filter-checkbox > span,
div.snize ul.snize-product-filters-list li label > span {
	color: var(--color-neutral-4) !important;
}

div.snize li.snize-filter-button:not(.snize-clear-all-button) {
	border-radius: var(--border-radius-xxs) !important;
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-400) !important;
}

div.snize li.snize-filter-button.snize-clear-all-button {
	color: var(--color-primary-3);
	font-size: var(--typo-body-s);
	text-decoration: underline;
	line-height: var(--typo-body-s);
	text-underline-offset: var(--typo-heading-letter-spacing-wide);
	font-weight: var(--font-weight-400) !important;
}

.snize-filters-sidebar.snize-product-filters .snize-filters-title {
	margin-bottom: var(--space-m) !important;
}

div.snize-filters-title {
	font-family: var(--typo-family) !important;
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-700) !important;
	color: var(--color-black) !important;
}

div.snize div.snize-product-filters-title.open i.snize-product-filters-close,
div.snize div.snize-product-filters-title i.snize-product-filters-open {
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.34375%207.375C7.15625%207.5625%206.8125%207.5625%206.625%207.375L0.625%201.375C0.4375%201.1875%200.4375%200.84375%200.625%200.65625C0.8125%200.46875%201.15625%200.46875%201.34375%200.65625L7%206.3125L12.625%200.65625C12.8125%200.46875%2013.1562%200.46875%2013.3438%200.65625C13.5312%200.84375%2013.5312%201.1875%2013.3438%201.375L7.34375%207.375Z%22%20fill%3D%22%23666666%22%2F%3E%3C%2Fsvg%3E) !important;
	height: var(--size-xs-xs) !important;
}

div.snize div.snize-product-filters-title i.snize-product-filters-close {
	transform: rotate(var(--deg-180)) !important;
}

/* Hide filter 'Ventor' */
.snize-search-results .snize-filters-sidebar #snize_filters_block_vendor {
	display: none !important;
}

/* On mobile, we don’t have a second image to display on hover, so this CSS is only applied for desktop */
@media screen and (min-width: 990px) {
	#snize-search-results-grid-mode
		li.snize-product
		.snize-item:hover
		.snize-thumbnail
		img.snize-item-image {
		opacity: 0 !important;
	}
}


/* === FILE SEPARATOR === */

/**************** 
** Shogun: Base **
*****************
**
** General
** Column
**
****************
****************/

/** General **/
.shogun-root {
	margin: calc(var(--space-xs-xs) * -6.4) 0 0 !important;
	padding: 0 !important;
}

.page-product .shogun-root[data-shogun-page-type="product"] {
	margin: 0 !important;
}

@media only screen and (min-width: 990px) {
	.shogun-root {
		margin: calc(var(--space-xs-xs) * -8.1) 0 0 !important;
	}
}

/** General **/
@media only screen and (max-width: 750px) {
	.shogun-root .mobile-1-col .shg-row div {
		width: var(--size-100-per-100) !important;
	}
}


/* === FILE SEPARATOR === */

/**************** 
** Shogun: Typography **
*****************
**
** General
** Headings
** Body
** Links
** Product card
**
****************
****************/

/** Typography - General **/

.shogun-root strong,
.shogun-root[data-shogun-page-type="product"] strong {
	font-weight: var(--font-weight-700) !important;
}

/** Typography - Headings **/

.shogun-root .shogun-heading-component h1,
.shogun-root .shogun-heading-component h2,
.shogun-root .shogun-heading-component h3,
.shogun-root .shogun-heading-component h4,
.shogun-root .shogun-heading-component h5,
.shogun-root .shogun-heading-component .h0,
.shogun-root .shogun-heading-component .h1,
.shogun-root .shogun-heading-component .h2,
.shogun-root .shogun-heading-component .h3,
.shogun-root .shogun-heading-component .h4,
.shogun-root .shogun-heading-component .h5,
.shogun-root .heading-overline,
.shogun-root h4.heading-overline {
	font-family: var(--typo-heading-family) !important;
	font-weight: var(--font-weight-700) !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	margin: var(--space-xs) 0 !important;
	line-height: var(--typo-line-height-120) !important;
	padding: 0 !important;
	word-break: break-word !important;
}

.shogun-root .shogun-heading-component h1,
.shogun-root .shogun-heading-component .h1 {
	font-size: var(--typo-heading-1) !important;
}

.shogun-root .shogun-heading-component h2,
.shogun-root .shogun-heading-component .h2 {
	font-size: var(--typo-heading-2) !important;
}

.shogun-root .shogun-heading-component h3,
.shogun-root .shogun-heading-component .h3 {
	font-size: var(--typo-heading-3) !important;
}

.shogun-root .shogun-heading-component h4,
.shogun-root .shogun-heading-component .h4 {
	font-size: var(--typo-heading-4) !important;
}

.shogun-root .shogun-heading-component h5,
.shogun-root .shogun-heading-component .h5 {
	font-size: var(--typo-heading-5) !important;
}

.shogun-root .heading-overline,
.shogun-root h4.heading-overline {
	font-family: var(--typo-heading-family) !important;
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-500) !important;
	letter-spacing: normal !important;
	line-height: var(--typo-line-height-150) !important;
	margin: var(--space-3xs) 0 !important;
	text-transform: uppercase !important;
}

@media (width >= 750px) {
	.shogun-root .shogun-heading-component h1,
	.shogun-root .shogun-heading-component .h1 {
		font-size: var(--typo-heading-1) !important;
	}

	.shogun-root .shogun-heading-component h2,
	.shogun-root .shogun-heading-component .h2 {
		font-size: var(--typo-heading-2) !important;
	}

	.shogun-root .shogun-heading-component h3,
	.shogun-root .shogun-heading-component .h3 {
		font-size: var(--typo-heading-3) !important;
	}

	.shogun-root .shogun-heading-component h4,
	.shogun-root .shogun-heading-component .h4 {
		font-size: var(--typo-heading-4) !important;
	}

	.shogun-root .shogun-heading-component h5,
	.shogun-root .shogun-heading-component .h5 {
		font-size: var(--typo-heading-4) !important;
	}
}

/** Typography - Body **/

.shogun-root[data-shogun-page-type="product"] p.strong,
.shogun-root p.strong {
	font-weight: var(--font-weight-700) !important;
}

.shogun-root[data-shogun-page-type="product"] p.body-regular,
.shogun-root[data-shogun-page-type="product"] .body-regular,
.shogun-root p,
.shogun-root p.body-regular,
.shogun-root .body-regular {
	font-family: var(--typo-family) !important;
	font-size: var(--typo-body-regular) !important;
	font-weight: var(--font-weight-400) !important;
	margin: var(--space-xxs) 0 !important;
}

.shogun-root[data-shogun-page-type="product"] p.body-small,
.shogun-root[data-shogun-page-type="product"] .body-small,
.shogun-root p.body-small,
.shogun-root .body-small {
	font-size: var(--typo-body-s) !important;
}

.shogun-root[data-shogun-page-type="product"] p.body-large,
.shogun-root[data-shogun-page-type="product"] .body-large,
.shogun-root p.body-large,
.shogun-root .body-large {
	font-size: var(--typo-heading-3) !important;
}

@media (width >= 750px) {
	.shogun-root[data-shogun-page-type="product"] p.body-small,
	.shogun-root[data-shogun-page-type="product"] .body-small,
	.shogun-root p.body-small,
	.shogun-root .body-small {
		font-size: var(--typo-body-s) !important;
	}
}

/** Typography - Links **/

.shogun-root a:not(.btn),
.shogun-root a:not(.btn):hover,
.shogun-root a.link-regular {
	color: var(--color-link) !important;
	font-family: var(--typo-family) !important;
	font-size: var(--typo-body-regular) !important;
	padding: 0 !important;
	line-height: var(--typo-line-height-150) !important;
	margin: 0 !important;
	text-decoration: underline !important;
	text-transform: none !important;
	text-underline-offset: calc(var(--size-4xs) + var(--size-5xs)) !important;
}

.shogun-root a.link-small,
.shogun-root a.link-small:hover {
	font-size: var(--typo-body-s) !important;
}

/** Typography - Product card **/
.shogun-root a.product-card,
.shogun-root a.product-card:hover {
	text-decoration: none !important;
}

.shogun-root .product-card .info-container .title {
	font-size: var(--typo-body-regular) !important;
}


/* === FILE SEPARATOR === */

/**************** 
** Shogun: Colors **
*****************
**
** General
** Neutral
** Primary
**
****************
****************/

/** Colors - General **/

.shogun-root[data-shogun-page-type="page"] .color-white *,
.shogun-root[data-shogun-page-type="product"] .color-white *,
.shogun-root[data-shogun-page-type="product"] .color-white p {
	color: var(--color-white) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-black *,
.shogun-root[data-shogun-page-type="product"] .color-black *,
.shogun-root[data-shogun-page-type="product"] .color-black p {
	color: var(--color-black) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-link *,
.shogun-root[data-shogun-page-type="product"] .color-link *,
.shogun-root[data-shogun-page-type="product"] .color-link p {
	color: var(--color-link) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-fase *,
.shogun-root[data-shogun-page-type="product"] .color-fase *,
.shogun-root[data-shogun-page-type="product"] .color-fase p {
	color: var(--color-fase) !important;
}

/* Colors - Neutral */

.shogun-root[data-shogun-page-type="page"] .color-neutral-2 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-2 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-2 p {
	color: var(--color-neutral-2) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-3 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-3 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-3 p {
	color: var(--color-neutral-3) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-4 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-4 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-4 p {
	color: var(--color-neutral-4) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-5 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-5 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-5 p {
	color: var(--color-neutral-5) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-6 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-6 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-6 p {
	color: var(--color-neutral-6) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-7 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-7 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-7 p {
	color: var(--color-neutral-7) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-8 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-8 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-8 p {
	color: var(--color-neutral-8) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-neutral-9 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-9 *,
.shogun-root[data-shogun-page-type="product"] .color-neutral-9 p {
	color: var(--color-neutral-9) !important;
}

/* Colors - Primary */

.shogun-root[data-shogun-page-type="page"] .color-primary-1 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-1 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-1 p {
	color: var(--color-primary-1) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-2 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-2 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-2 p {
	color: var(--color-primary-2) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-3 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-3 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-3 p {
	color: var(--color-primary-3) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-4 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-4 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-4 p {
	color: var(--color-primary-4) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-5 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-5 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-5 p {
	color: var(--color-primary-5) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-6 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-6 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-6 p {
	color: var(--color-primary-6) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-7 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-7 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-7 p {
	color: var(--color-primary-7) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-8 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-8 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-8 p {
	color: var(--color-primary-8) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-9 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-9 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-9 p {
	color: var(--color-primary-9) !important;
}

.shogun-root[data-shogun-page-type="page"] .color-primary-10 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-10 *,
.shogun-root[data-shogun-page-type="product"] .color-primary-10 p {
	color: var(--color-primary-10) !important;
}


/* === FILE SEPARATOR === */

/**************** 
** Shogun: UI **
*****************
**
** Accordion
**
****************
****************/

.shogun-root .shogun-accordion-wrapper {
	background-color: var(--color-white) !important;
	border-radius: var(--border-radius-xxs) !important;
	border: 1px solid var(--color-neutral-2) !important;
	margin: var(--space-xs) 0 !important;
	padding: 0 var(--space-s) !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion {
	border: 0 !important;
	border-bottom: 1px solid var(--color-neutral-2) !important;
	border-radius: 0 !important;
	padding: var(--space-xxs) 0 !important;
	margin: 0 !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion:last-child {
	border-bottom: 0 !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion-icon.shogun-icon-plus > span::after,
.shogun-root
	.shogun-accordion-wrapper
	.shogun-accordion.shogun-accordion-active
	.shogun-accordion-icon.shogun-icon-plus
	> span::after {
	content: "" !important;
	width: calc(var(--size-xs-xs) * 1.4) !important;
	background-repeat: no-repeat !important;
	display: block !important;
	height: var(--size-xs) !important;
	transition: all var(--transition-duration-03s) ease !important;
}

.shogun-root
	.shogun-accordion-wrapper
	.shogun-accordion
	.shogun-accordion-icon.shogun-icon-plus
	> span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.5%200.5V6H13C13.25%206%2013.5%206.25%2013.5%206.5C13.5%206.78125%2013.25%207%2013%207H7.5V12.5C7.5%2012.7812%207.25%2013%207%2013C6.71875%2013%206.5%2012.7812%206.5%2012.5V7H1C0.71875%207%200.5%206.78125%200.5%206.5C0.5%206.25%200.71875%206%201%206H6.5V0.5C6.5%200.25%206.71875%200%207%200C7.25%200%207.5%200.25%207.5%200.5Z%22%20fill%3D%22%23666666%22%2F%3E%3C%2Fsvg%3E") !important;
}

.shogun-root
	.shogun-accordion-wrapper
	.shogun-accordion.shogun-accordion-active
	.shogun-accordion-icon.shogun-icon-plus
	> span::after {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%221%22%20viewBox%3D%220%200%2014%201%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.5%200.5C13.5%200.78125%2013.25%201%2013%201H1C0.71875%201%200.5%200.78125%200.5%200.5C0.5%200.25%200.71875%200%201%200H13C13.25%200%2013.5%200.25%2013.5%200.5Z%22%20fill%3D%22%232B2B2B%22%2F%3E%3C%2Fsvg%3E") !important;
	height: var(--size-3xs) !important;
	transition: all var(--transition-duration-03s) ease !important;
}

.shogun-root
	.shogun-accordion-wrapper
	.shogun-accordion.shogun-accordion-active
	> .shogun-accordion-heading
	.shogun-accordion-icon.shogun-icon-plus
	> span {
	transform: rotate(0) !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-heading {
	background: var(--color-white) !important;
	padding: var(--space-xs) 0 !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body {
	border: 0 !important;
}

.shogun-root
	.shogun-accordion-wrapper
	.shogun-accordion
	.shogun-accordion-heading
	.shogun-accordion-title,
.shogun-root .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body p {
	color: var(--color-neutral-4) !important;
	font-family: var(--typo-family) !important;
	font-size: var(--typo-body-s) !important;
	font-weight: var(--font-weight-400) !important;
	line-height: var(--line-height-150) !important;
}

.shogun-root
	.shogun-accordion-wrapper
	.shogun-accordion.shogun-accordion-active
	.shogun-accordion-heading
	.shogun-accordion-title {
	color: var(--color-black) !important;
	font-weight: var(--font-weight-700) !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body p {
	margin: 0 0 var(--space-xs) !important;
}

.shogun-root .shogun-accordion-wrapper .shogun-accordion .shogun-accordion-body {
	background-color: var(--color-white) !important;
}


/* === FILE SEPARATOR === */

/**************** 
** Shogun: Buttons **
*****************
**
** General
** Primary
** Secondary
** SVG
** Hover
** Disabled
** Size
**
****************
****************/

/** Buttons - General **/
.shogun-root .btn {
	cursor: pointer;
	border: 0;
	display: inline-block;
	font-weight: var(--font-weight-400);
	justify-content: center;
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: var(--tt-space-s) 0;
	text-decoration: none;
	font-family: var(--typo-heading-family);
	transition: all var(--transition-duration-03s) ease;
}

.shogun-root .btn:hover {
	border: 0;
	transition: all var(--transition-duration-03s) ease;
}

/* Style primary */

.shogun-root .btn-primary,
.shogun-root .btn-primary.light {
	background-color: var(--color-neutral-8);
	color: var(--color-white);
}

.shogun-root .btn-primary.dark {
	background: var(--color-neutral-1);
	color: var(--color-black);
}

/* Style secondary */

.shogun-root .btn-secondary,
.shogun-root .btn-secondary.light {
	background-color: var(--color-white);
	border: 1px solid var(--color-neutral-8);
	color: var(--color-neutral-8);
}

.shogun-root .btn-secondary.btn-medium,
.shogun-root .btn-secondary.btn-medium.light,
.shogun-root .btn-secondary.btn-large,
.shogun-root .btn-secondary.btn-large.light {
	border: 2px solid var(--color-neutral-8);
}

.shogun-root .btn-secondary.dark {
	background-color: var(--color-black);
	border: 1px solid var(--color-neutral-1);
	color: var(--color-neutral-1);
}

.shogun-root .btn-secondary.btn-medium.dark,
.shogun-root .btn-secondary.btn-large.dark {
	border: 2px solid var(--color-neutral-1);
}

/* SVG */
.btn svg {
	margin-left: var(--space-xxs);
	max-height: var(--size-xs);
	width: var(--size-xs);
}

.shogun-root .btn-primary.dark svg path,
.shogun-root .btn-secondary.light svg path,
.shogun-root .btn-primary.dark:hover svg path,
.shogun-root .btn-secondary.dark:hover svg path {
	fill: var(--color-black);
}

.shogun-root .btn-primary.light svg path,
.shogun-root .btn-secondary.dark svg path,
.shogun-root .btn-primary.light:hover svg path,
.shogun-root .btn-secondary.light:hover svg path {
	fill: var(--color-white);
}

.shogun-root .btn-primary.light:disabled svg path,
.shogun-root .btn-secondary.light:disabled svg path {
	fill: var(--color-neutral-4);
}

.shogun-root .btn-primary.dark:disabled svg path,
.shogun-root .btn-secondary.dark:disabled svg path {
	fill: var(--color-neutral-2);
}

/* Hover */
/* Hover Primary */

.shogun-root .btn-primary:not(:disabled):hover,
.shogun-root .btn-primary.light:not(:disabled):hover {
	background: var(--color-primary-5);
}

/* Hover Secondary */

.shogun-root .btn-secondary:not(:disabled):hover,
.shogun-root .btn-secondary.light:not(:disabled):hover {
	background: var(--color-primary-5);
	border: 1px solid var(--color-primary-5);
	color: var(--color-white);
}

.shogun-root .btn-secondary.btn-medium:not(:disabled):hover,
.shogun-root .btn-secondary.light.btn-medium:not(:disabled):hover,
.shogun-root .btn-secondary.btn-large:not(:disabled):hover,
.shogun-root .btn-secondary.light.btn-large:not(:disabled):hover {
	border: 2px solid var(--color-primary-5);
}

.shogun-root .btn-secondary.dark:not(:disabled):hover {
	background-color: var(--color-primary-5);
	color: var(--color-black);
	border: 1px solid var(--color-primary-5);
}

.shogun-root .btn-secondary.btn-medium.dark:not(:disabled):hover,
.shogun-root .btn-secondary.btn-large.dark:not(:disabled):hover {
	border: 2px solid var(--color-primary-5);
}

/* Disabled */
/* Disabled Primary */

.shogun-root .btn-primary:disabled,
.shogun-root .btn-primary.light:disabled {
	background-color: var(--color-neutral-1);
	color: var(--color-neutral-4);
	cursor: not-allowed;
}

.shogun-root .btn-primary.dark:disabled {
	background-color: var(--color-neutral-6);
	color: var(--color-neutral-2);
}

/* Disabled Secondary */

.shogun-root .btn-secondary:disabled,
.shogun-root .btn-secondary.light:disabled {
	border-color: var(--color-neutral-1);
	background-color: var(--color-neutral-1);
	color: var(--color-neutral-4);
	cursor: not-allowed;
}

.shogun-root .btn-secondary.dark:disabled {
	border-color: var(--color-neutral-6);
	background-color: var(--color-neutral-6);
	color: var(--color-neutral-2);
}

/* Size */

.shogun-root .btn.btn-large {
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-heading-4);
	height: calc(5 * var(--space-xs-xs));
	padding: var(--tt-space-xl) var(--tt-space-2xl);
	min-width: calc(calc(var(--size-xs-xs) * 11) + var(--size-2xl));
	text-align: center;
}

.shogun-root .btn.btn-medium {
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-heading-4);
	padding: var(--tt-space-l) var(--tt-space-xl);
	height: calc(4.2 * var(--space-xs-xs));
}

.shogun-root .btn.btn-small {
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-heading-5);
	height: calc(3 * var(--space-xs-xs));
	padding: var(--tt-space-m);
}


/* === FILE SEPARATOR === */

/********************************
	#################################
	** Page Cart **
	*********************************
	**
	** Page Cart: Global
	** Page Cart: Cart items
	** Page Cart: Cart totals and shop buttons
	** Page Cart: Additional information
	** Page Cart: Box info shipping
	** Page Cart: Box info planet
	**
	*********************************
	#################################
*********************************/

/********************************
	**** Page Cart: - Global
*********************************/

@import "page-cart-global.css";

/********************************
	**** Page Cart: - Cart items
*********************************/

@import "page-cart-items.css";

/********************************
	**** Page Cart: Cart totals and shop buttons
*********************************/

@import "page-cart-totals-and-shop-buttons.css";

/********************************
	**** Page Cart: Additional information
*********************************/

@import "page-cart-additional-information.css";


/* === FILE SEPARATOR === */

/********************************
	**** Page Cart: - Global
*********************************/

.page-cart #MainContent {
	margin-bottom: var(--space-m);
	min-height: calc(var(--size-xs-xs) * 63);
	padding-top: 0;
}

.page-cart .page-cart-container {
	display: flex;
	flex-direction: column;
	gap: var(--space-l);
	padding: 0 var(--space-s);
	width: var(--size-100-per-100);
}

.page-cart .title {
	color: var(--color-black);
	font-size: var(--typo-heading-3);
	font-weight: var(--font-weight-700);
	margin: var(--space-m) 0;
	text-align: center;
}

.page-cart .tax-note {
	color: var(--color-neutral-4);
	font-size: var(--typo-body-s);
	text-align: left;
	margin-bottom: 0;
	letter-spacing: 0;
	width: var(--size-100-per-100);
}

.page-cart .tax-note a {
	color: var(--color-link);
}

@media only screen and (min-width: 990px) {
	.page-cart #MainContent {
		margin-bottom: var(--space-xl);
	}

	.page-cart .page-cart-container {
		flex-direction: row;
		padding: 0 var(--space-m);
		margin-bottom: var(--space-m);
	}
}


/* === FILE SEPARATOR === */

/********************************
	#################################
	** Cart items **
	*********************************
	**
	** Cart items: Global
	** Cart items: Mobile
	**
	*********************************
	#################################
*********************************/
/********************************
	**** Cart items: Global
*********************************/

.page-cart .cart-items {
	margin: 0 0 var(--space-xs) 0;
	width: var(--size-100-per-100);
}

.page-cart .cart-items #main-cart-items {
	border: none;
	margin: 0;
	padding: 0;
}

.page-cart .cart-items thead th {
	color: var(--color-black);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
	height: var(--size-l);
	text-transform: capitalize;
}

.page-cart .cart__items .cart-items thead th.item-quantity {
	padding: 0;
	text-align: center;
	width: var(--size-100-per-100);
}

.page-cart .cart__items .cart-items thead th.item-total {
	text-align: right;
}

.page-cart .cart-items td,
.page-cart .cart__items .cart-item > td + td {
	padding: var(--space-xs) 0;
}

.page-cart .cart-items thead,
.page-cart .cart-items tr.cart-item,
.page-cart .cart-items tbody {
	position: relative;
}

.page-cart .cart-items thead::after,
.page-cart .cart-items tr.cart-item:not(:last-child)::after,
.page-cart .cart-items tbody::after {
	background-color: var(--color-neutral-2);
	bottom: 0;
	content: "";
	display: block;
	height: var(--size-5xs);
	left: 0;
	position: absolute;
	width: var(--size-100-per-100);
}

.page-cart .cart-items thead::after,
.page-cart .cart-items tbody::after {
	background-color: var(--color-black);
}

.page-cart .cart-items tr.cart-item .img a {
	align-items: center;
	display: flex;
	justify-content: start;
}

.page-cart .cart-items tr.cart-item .info {
	padding-left: 0;
}

.page-cart .cart-items tr.cart-item .info .info-container {
	display: flex;
	flex-direction: column;
	gap: var(--space-xxs);
	justify-content: center;
	max-width: var(--size-100-per-100);
	min-height: calc(var(--size-xs-xs) * 12.4);
	padding: 0 var(--space-xs);
}

.page-cart .cart-items tr.cart-item .info .info-container dl {
	margin: 0;
}

.page-cart .cart-items tr.cart-item .info .info-container dl .product-option:nth-child(2) {
	margin-top: calc(var(--space-xs-xs) * 0.6);
}

.page-cart .cart-items tr.cart-item .info .title {
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-700);
	text-align: left;
	margin: 0;
	max-width: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.page-cart .cart-items tr.cart-item .product-option {
	color: var(--color-black);
	font-size: var(--typo-body-s);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.page-cart .cart-items tr.cart-item .cart-item__final-price {
	color: var(--color-danger-4);
}

.page-cart .cart-items tr.cart-item .discounts {
	display: none;
}

.page-cart .cart-items tr.cart-item .info-quantity .container,
.page-cart .cart-items tr.cart-item .info-total .container {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
}

.page-cart .cart-items tr.cart-item .info-quantity .quantity-popover-container {
	padding: 0;
}

.page-cart .cart-items tr.cart-item .info-quantity quantity-popover .quantity {
	background-color: var(--color-white);
	width: calc(var(--size-xs-xs) * 14.4);
	border-radius: 0;
}

.page-cart .cart-items tr.cart-item .info-quantity quantity-popover .quantity::before {
	border-radius: 0;
}

.page-cart .cart-items tr.cart-item .info-quantity .cart-item__quantity-wrapper {
	flex-direction: column;
	gap: var(--size-xxs);
}

.page-cart .cart-items tr.cart-item .info-quantity .quantity::after {
	border: 1px solid var(--color-neutral-2);
	border-radius: 0;
	box-shadow: none;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.page-cart
	.cart-items
	tr.cart-item
	.info-quantity
	.cart-item__error:has(.cart-item__error-text:not(:empty)) {
	background: var(--color-danger-1);
	border-radius: var(--border-radius-xxs);
	color: var(--color-danger-5);
	margin: var(--space-xxs) 0 0;
	padding: calc(var(--size-xs-xs) * 1.2);
}

.page-cart .cart-items tr.cart-item .info-quantity .cart-item__error .cart-item__error-text {
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	letter-spacing: 0;
}

.page-cart .cart-items tr.cart-item .info-quantity button[name="minus"] {
	border-right: 1px solid var(--color-neutral-2);
}

.page-cart .cart-items tr.cart-item .info-quantity button[name="plus"] {
	border-left: 1px solid var(--color-neutral-2);
}

.page-cart .cart-items tr.cart-item .info-quantity button[name="minus"] svg,
.page-cart .cart-items tr.cart-item .info-quantity button[name="plus"] svg {
	height: var(--size-xs);
	width: var(--size-xs);
}

.page-cart .cart-items tr.cart-item .info-quantity button[name="minus"] svg path,
.page-cart .cart-items tr.cart-item .info-quantity button[name="plus"] svg path {
	fill: var(--color-neutral-4);
	height: var(--size-xs);
	width: var(--size-xs);
}

.page-cart .cart-items tr.cart-item .info-quantity input[type="number"] {
	color: var(--color-black);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-400);
}

.page-cart .cart-items tr.cart-item .info-total .price {
	font-weight: var(--font-weight-700);
}

.page-cart .cart-items tr.cart-item cart-remove-button {
	margin: 0;
}

.page-cart .cart-items tr.cart-item cart-remove-button a {
	text-decoration: underline;
	text-underline-offset: var(--space-3xs);
}

.page-cart .cart-items tr.cart-item .img {
	width: calc(var(--size-xs-xs) * 12.2);
}

.page-cart .cart-items tr.cart-item .img .cart-item__image {
	border-radius: var(--border-radius-xxs);
	min-width: var(--size-7xl);
	width: var(--size-100-per-100);
}

@media only screen and (min-width: 400px) and (max-width: 750px) {
	tr.cart-item,
	tr.cart-item td {
		display: block;
	}
}

@media only screen and (min-width: 990px) {
	.page-cart .cart-items {
		margin: 0 0 var(--space-s) 0;
	}

	.page-cart .cart-items tr.cart-item .img .cart-item__image {
		min-width: calc(var(--size-xs-xs) * 10);
	}

	.page-cart .cart-items tr.cart-item .product-option {
		font-size: var(--typo-body-regular);
	}

	.page-cart .cart-items tr.cart-item .info-quantity .container,
	.page-cart .cart-items tr.cart-item .info-total .container {
		min-height: calc(var(--size-xs-xs) * 12.2);
	}

	.page-cart .cart-items tr.cart-item .info-total .price {
		width: var(--size-7xl);
	}

	.page-cart .cart-items tr.cart-item .info-quantity button[name="minus"],
	.page-cart .cart-items tr.cart-item .info-quantity button[name="plus"] {
		height: calc(var(--size-xs-xs) * 4.5);
	}

	.page-cart .cart-items tr.cart-item cart-remove-button a {
		text-align: center;
		width: calc(var(--size-xs-xs) * 14.4);
	}
}

/********************************
	**** Cart items: Mobile
*********************************/

.page-cart .cart-items.mobile thead tr {
	margin-bottom: 0;
}

.page-cart .cart-items.mobile td.details .item-header {
	display: flex;
	flex-direction: row;
	gap: var(--space-xs);
	justify-content: space-between;
	margin: 0;
	max-width: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.page-cart .cart-items.mobile td.details .item-header .title {
	font-size: var(--typo-body-s);
	margin: 0;
	text-align: left;
}

.page-cart .cart-items.mobile td.details .item-header .price {
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
}

.page-cart .cart-items.mobile td.details .info {
	display: flex;
	flex-direction: row;
	gap: var(--space-xs);
	width: var(--size-100-per-100);
}

.page-cart .cart-items.mobile td.details .info .details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: var(--space-xs);
	width: var(--size-100-per-100);
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove .quantity {
	border: 1px solid var(--color-neutral-2);
	height: var(--size-s);
	min-height: initial;
	width: var(--size-5xl);
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove cart-remove-button {
	align-items: center;
	display: flex;
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove .info-quantity {
	gap: var(--size-xxs);
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove .quantity::after {
	display: none;
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove .quantity__button {
	flex-shrink: initial;
}

.page-cart .cart-items.mobile td.details .info .info-qty-remove .quantity__button svg {
	margin: 0 var(--space-4xs);
}


/* === FILE SEPARATOR === */

/********************************
	**** Page Cart: Cart totals and shop buttons
*********************************/

.page-cart #main-cart-footer .cart__footer {
	padding-bottom: 0;
}

.page-cart #main-cart-footer .tax-info-desktop .tax-note {
	margin: 0;
}

.page-cart .totals {
	margin-bottom: var(--space-xs);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: var(--size-100-per-100);
}

.page-cart .totals .totals__total,
.page-cart .totals .totals__total-value {
	font-size: var(--typo-body-regular);
}

.page-cart .totals .totals__total {
	font-weight: var(--font-weight-400);
}

.page-cart .totals .totals__total-value {
	font-weight: var(--font-weight-700);
	margin-left: var(--space-xxs);
}

.page-cart .cart-footer {
	width: var(--size-100-per-100);
}

.page-cart .cart__ctas button#checkout {
	height: calc(var(--size-xs-xs) * 6);
	min-height: calc(var(--size-xs-xs) * 6);
	max-height: calc(var(--size-xs-xs) * 6);
	width: var(--size-100-per-100);
	max-width: var(--size-100-per-100);
}

.page-cart .cart__ctas button#checkout svg path {
	fill: var(--color-white);
}

.page-cart .cart__dynamic-checkout-buttons {
	margin: 0;
	width: var(--size-100-per-100);
	max-width: var(--size-100-per-100);
}

@media only screen and (min-width: 990px) {
	.page-cart #main-cart-footer {
		margin-top: calc(var(--space-3xl) * -1);
	}

	.page-cart .totals {
		justify-content: end;
		margin-bottom: var(--space-m);
	}
}


/* === FILE SEPARATOR === */

.page-cart .additional-information {
	width: var(--size-100-per-100);
}

@media only screen and (min-width: 990px) {
	.page-cart .additional-information {
		padding-top: calc(var(--space-xs-xs) * 3.8);
		height: calc(var(--space-xs-xs) * 38.8);
		margin-top: var(--space-m);
		position: relative;
		width: calc(var(--size-10-vw) * 3.5);
	}

	.page-cart .additional-information > .container {
		position: absolute;
		top: 0;
		right: 0;
	}
}


/* === FILE SEPARATOR === */

/*******************************************
	**** Shopify: Template Collection
*******************************************/

.product-grid {
	border-top: 1px solid var(--color-black);
	margin: 0 0 var(--space-m) 0;
	gap: 0;
	width: var(--size-100-vw);
}

.product-grid .grid__item {
	border-bottom: 1px solid var(--color-black);
	border-right: 1px solid var(--color-black);
}

.product-grid .grid__item:nth-child(4n) {
	border-right: none;
}

@media only screen and (width >= 1441px) {
	.product-grid .grid__item:nth-child(4n) {
		border-right: 1px solid var(--color-black);
	}
	.product-grid .grid__item:nth-child(5n) {
		border-right: none;
	}
}

@media screen and (max-width: 749px) {
	.collection .grid__item:only-child {
		flex: 0 0 var(--size-100-per-100);
		max-width: var(--size-100-per-100);
	}
}

@media screen and (max-width: 989px) {
	.collection .slider.slider--tablet {
		margin-bottom: 1.5rem;
	}
}

.collection .loading-overlay {
	position: absolute;
	z-index: 1;
	width: 1.8rem;
}

@media screen and (max-width: 749px) {
	.collection .loading-overlay {
		top: 0;
		right: 0;
	}
}

@media screen and (min-width: 750px) {
	.collection .loading-overlay {
		left: 0;
	}
}

.collection .loading-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: var(--size-100-per-100);
	padding: 0 1.5rem;
	opacity: 0.7;
}

div.eo-sh-message {
	display: none !important;
}

@media screen and (min-width: 750px) {
	.collection .loading-overlay {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.collection.loading .loading-overlay {
	display: block;
}

.collection--empty .title-wrapper {
	margin-top: 10rem;
	margin-bottom: 15rem;
}

@media screen and (max-width: 989px) {
	.collection .slider--tablet.product-grid {
		scroll-padding-left: 1.5rem;
	}
}

.collection__description > * {
	margin: 0;
}

.collection__title.title-wrapper {
	margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
	margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
	.collection__title--desktop-slider .title {
		margin-bottom: 2.5rem;
	}

	.collection--full-width slider-component:not(.slider-component-desktop) {
		padding: 0 1.5rem;
		max-width: none;
	}
}

.collection__view-all a:not(.link) {
	margin-top: var(--space-xs-xs);
}


/* === FILE SEPARATOR === */

body.page-collections {
	background-color: var(--color-white);
	padding: 0 0 var(--space-m);
	margin: 0;
}

body.page-collections {
	padding: 0;
}

/* Infinite scroll - Animation  */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(var(--space-xs));
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

body.page-collections #product-grid .product-fade-in {
	animation: fadeInUp var(--transition-duration-06s) ease;
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Home Collections **
*********************************
**
** Home Collections: Base
** Home Collections: Items
**
*********************************
#################################
********************************/

/********************************
	**** Home Collections: Base
*********************************/

.home-collections .title {
	color: var(--color-white);
	font-size: var(--typo-heading-2);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	line-height: var(--typo-line-height-90);
	text-transform: uppercase;
	margin: 0;
}

.home-collections .container {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-2xl);
	margin-top: var(--tt-space-2xl);
}

@media only screen and (width >= 750px) {
	.home-collections .container {
		margin-top: var(--space-m);
	}
}

/********************************
	**** Home Collections: Items
*********************************/

.home-collections ul.items-container {
	background-color: var(--color-white);
	display: flex;
	gap: var(--size-5xs);
	padding: var(--space-5xs) 0;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.home-collections ul.items-container::-webkit-scrollbar {
	height: var(--space-5xs); /* Scrollbar height */
}

.home-collections ul.items-container::-webkit-scrollbar-track {
	background-color: var(--color-neutral-3);
}

.home-collections ul.items-container::-webkit-scrollbar-thumb {
	background-color: var(--color-black); /* Thumb color */
}

.home-collections .items-container li a {
	display: grid;
	position: relative;
	text-decoration: none;
}

.home-collections .items-container li a::after {
	background: var(--bg-surface-readable);
	content: "";
	height: var(--size-100-per-100);
	left: 0;
	bottom: 0;
	position: absolute;
	width: var(--size-100-per-100);
	z-index: 1;
	border-radius: 0;
}

.home-collections .items-container li a img,
.home-collections .items-container li a .info-container {
	grid-area: 1/1;
}

.home-collections .items-container li a .info-container {
	align-items: center;
	align-self: end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: var(--space-xxs) var(--space-xs);
	position: relative;
	width: var(--size-100-per-100);
	z-index: 2;
}

.home-collections .items-container li a .info-container .title {
	color: var(--color-white);
	font-size: var(--typo-heading-5);
	font-family: var(--typo-heading-family);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.home-collections .items-container li a .info-container svg {
	height: var(--size-xs);
	width: var(--size-xs);
}

.home-collections .items-container li a .info-container svg path {
	fill: var(--color-white);
}

.home-collections .items-container li a img {
	height: var(--size-100-per-100);
	filter: grayscale(1);
	object-fit: cover;
	object-position: center;
	max-height: calc(var(--size-xs-xs) * 20);
	max-width: calc(var(--size-xs-xs) * 16);
	transition: all var(--transition-duration-03s) ease;
	width: calc(var(--size-100-vw) / 2.5);
}

.home-collections .items-container li:hover a img {
	filter: grayscale(0);
	transition: all var(--transition-duration-03s) ease;
}

@media only screen and (width >= 750px) {
	.home-collections .items-container li a img {
		height: var(--size-100-per-100);
		max-height: calc(var(--size-xs-xs) * 34);
		max-width: calc(var(--size-xs-xs) * 30);
		width: calc(var(--size-100-vw) / 3.5);
	}
}

@media only screen and (width >= 990px) {
	.home-collections .items-container li a img {
		height: var(--size-100-per-100);
		width: calc(var(--size-100-vw) / 5.5);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-collections .items-container ul.items-container {
		scroll-behavior: auto;
	}
}


/* === FILE SEPARATOR === */

.cloud-search-filters-sidebar-container {
	display: flex;
}

.cloud-search-filters-sidebar-container .cloud-search-filters-products {
	width: var(--size-100-per-100);
}

.page-collections button[data-toggle="filters"] {
	border-radius: var(--border-radius-3xs);
	align-items: center;
	font-size: var(--typo-body-s);
	height: calc(3.9 * var(--space-xs-xs));
	padding: var(--space-xxs) var(--space-xs);
	background-color: var(--color-transparent);
	border: 1px solid var(--color-black);
	color: var(--color-black);
	width: var(--size-100-per-100);
}

.page-collections button[data-toggle="filters"] svg {
	max-height: fit-content;
	position: static;
	right: auto;
	top: auto;
	transform: none;
}

.cloud-search-filters-pane .cloud-search-filters-apply {
	position: relative;
	background-color: var(--color-black);
	color: var(--color-white);
	border-radius: 0;
	padding: var(--tt-space-m);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-5);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
}

.cloud-search-filters-pane .cloud-search-filters-apply:hover {
	background: var(--color-primary-5);
}

@media screen and (max-width: 749px) {
	.cloud-search-filters-pane {
		top: auto !important;
		bottom: 0 !important;
		max-height: var(--size-100-vh);
		width: var(--size-100-per-100);
		background: var(--color-white);
		box-shadow:
			0px var(--size-xxs) 60px 0px var(--color-neutral-7),
			var(--size-3xs) var(--size-xxs) 12px 0px var(--color-black0);
	}

	.cloud-search-filters-column .cloud-search-filter {
		margin-bottom: var(--size-s);
	}

	.cloud-search-filters-pane--enter {
		transform: translate(0, 100%);
	}
}

@media screen and (min-width: 750px) {
	.page-collections button[data-toggle="filters"] {
		display: flex;
	}

	body.search-results-page .page-collections button[data-toggle="filters"] {
		display: none;
	}

	.page-collections button[data-toggle="filters"] {
		width: auto;
	}
}


/* === FILE SEPARATOR === */

.active-facets-mobile {
	margin-bottom: 0.5rem;
}

.mobile-facets__list {
	overflow-y: auto;
}

@media screen and (min-width: 750px) {
	.facets-container > * + * {
		margin-top: 0;
	}

	.facets__form .product-count {
		grid-column-start: 3;
		align-self: flex-start;
	}
}

.facet-filters {
	align-items: flex-start;
	display: flex;
	padding-left: var(--space-xxs);
}

.facet-filters__label {
	display: block;
	color: rgba(var(--color-foreground), 0.85);
	font-size: 1.4rem;
	margin: 0 2rem 0 0;
}

facet-filters-form select.facet-filters__sort:focus-visible {
	box-shadow: none;
}

facet-filters-form svg {
	position: absolute;
	right: calc(var(--space-xs-xs) * 2);
	top: var(--size-50-per-100);
	transform: translate(0, -50%);
}

.facet-filters__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	cursor: pointer;
	height: 4.5rem;
	padding: 0 1.5rem;
	min-width: 25rem;
	margin-top: 2.4rem;
	border: 0.1rem solid rgba(var(--color-foreground), 0.55);
}

.facet-filters__summary::after {
	position: static;
}

.facet-filters__field {
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.facet-filters__field .select {
	width: auto;
}

.page-collections .facet-filters__field .select {
	display: flex;
	justify-content: center;
	width: var(--size-100-per-100);
}

.facet-filters__field .select:after,
.facet-filters__field .select:before,
.mobile-facets__sort .select:after,
.mobile-facets__sort .select:before {
	content: none;
}

.facet-filters__field .select__select,
.mobile-facets__sort .select__select {
	border-radius: 0;
	color: var(--color-neutral-4);
	font-size: var(--typo-heading-4);
	min-width: auto;
	min-height: auto;
	transition: none;
}

.facet-filters button {
	margin-left: 2.5rem;
}

.facet-filters__sort {
	background-color: var(--color-transparent);
	border: 0;
	border-radius: 0;
	font-size: 1.4rem;
	height: auto;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
	margin: 0;
	padding-left: 0;
	padding-right: 1.75rem;
}

.facet-filters__sort + .icon-caret {
	right: 0;
}

@media screen and (forced-colors: active) {
	.facet-filters__sort {
		border: none;
	}
}

.facet-filters__sort,
.facet-filters__sort:hover {
	box-shadow: none;
	filter: none;
	transition: none;
}

.mobile-facets__sort .select__select:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 0.3rem;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.mobile-facets__sort .select__select.focused {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 0.3rem;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.facet-filters__sort:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 1rem;
	box-shadow:
		0 0 0 1rem rgb(var(--color-background)),
		0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.facet-filters__sort.focused {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
	outline-offset: 1rem;
	box-shadow:
		0 0 0 1rem rgb(var(--color-background)),
		0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.facets {
	display: block;
	grid-column-start: span 2;
}

.page-collections .facets {
	display: flex;
	justify-content: end;
	position: relative;
	width: var(--size-100-per-100);
	height: 0;
}

.page-collections .facets.custom-filters {
	align-items: center;
	display: flex;
	height: calc(var(--space-xs-xs) * 4.2);
	justify-content: space-between;
}

.page-collections .facets.custom-filters::before {
	content: "";
	width: var(--size-100-per-100);
}

@media only screen and (min-width: 750px) {
	.page-collections .facets.custom-filters::before {
		width: auto;
	}
}

.page-collections .facets.custom-filters .facets__right {
	align-items: center;
	display: flex;
}

.page-collections .facets.custom-filters .facets__right [data-toggle="sizes"] {
	display: none;
}

.page-collections .facets.custom-filters .facets__right [data-toggle="sizes"].hidden-btn-sizes {
	opacity: 0;
	pointer-events: none;
}

.page-collections .facets.custom-filters .facets__right #FacetSortDrawerForm {
	display: none;
}

.page-collections .product-grid-container .facet-filters.sorting,
.page-collections .facets-container .facet-filters.sorting {
	justify-content: center;
	padding: 0;
}

.facets__form {
	display: grid;
	gap: 0 3.5rem;
	grid-template-columns: 1fr max-content max-content;
}

.page-collections .facets__form {
	display: block;
}

.facets__wrapper {
	align-items: center;
	align-self: flex-start;
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-wrap: wrap;
}

.facets__heading {
	display: block;
	color: rgba(var(--color-foreground), 0.85);
	font-size: 1.4rem;
	margin: -1.5rem 2rem 0 0;
}

.facets__reset {
	margin-left: auto;
}

.facets__disclosure {
	margin-right: 3.5rem;
}

.facets__summary {
	color: rgba(var(--color-foreground), 0.75);
	font-size: 1.4rem;
	padding: 0 1.75rem 0 0;
	margin-bottom: 1.5rem;
}

.facets__disclosure fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

.facets__disclosure[open] .facets__summary,
.facets__summary:hover {
	color: rgb(var(--color-foreground));
}

.facets__disclosure[open] .facets__display,
.facets__disclosure-vertical[open] .facets__display-vertical {
	animation: animateMenuOpen var(--duration-default) ease;
}

.facets__summary span {
	transition: text-decoration var(--duration-short) ease;
}

.facets__summary:hover .facets__summary-label {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.facets__and-helptext {
	color: rgba(var(--color-foreground), 0.5);
	font-size: calc(var(--typo-heading-scale) * 1.2rem);
	line-height: calc(var(--typo-heading-scale) * 1.2rem);
}

@media only screen and (width >= 750px) {
	.facets__and-helptext {
		font-size: calc(var(--typo-heading-scale) * 1.3rem);
		line-height: calc(var(--typo-heading-scale) * 1.3rem);
	}

	.page-collections .facets.custom-filters .facets__right [data-toggle="sizes"] {
		display: block;
		background-color: var(--color-white);
		border-top: none;
		border-bottom: none;
		border-left: 1px solid var(--color-black);
		border-right: 1px solid var(--color-black);
		height: calc(var(--size-xs-xs) * 4.2);
		margin: 0;
		padding: var(--tt-space-m) var(--tt-space-2xl);
		position: relative;
		width: calc(var(--size-xs-xs) * 16);
		z-index: 2;
		color: var(--color-black);
		font-family: var(--typo-heading-family);
		font-size: var(--typo-heading-4);
		font-weight: var(--font-weight-400);
		line-height: var(--typo-line-height-90);
		letter-spacing: var(--typo-heading-letter-spacing-medium);
		text-transform: uppercase;
	}

	.page-collections .facets.custom-filters .facets__right [data-toggle="sizes"]:hover {
		color: var(--color-black);
	}

	.page-collections .facets.custom-filters .facets__right #FacetSortDrawerForm {
		display: block;
		width: calc(var(--size-xs-xs) * 33) !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.page-collections .facets.custom-filters .facets__right [data-toggle="sizes"] {
		padding: var(--tt-space-m) 0;
		width: calc(var(--size-xs-xs) * 12);
	}
}

.facets__disclosure .facets__and-helptext,
.facets__disclosure-vertical .facets__and-helptext {
	display: none;
}

.facets__disclosure[open] .facets__and-helptext,
.facets__disclosure-vertical[open] .facets__and-helptext {
	display: block;
}

.disclosure-has-popup[open] > .facets__summary::before {
	z-index: 2;
}

.facets__summary > span {
	line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.facets__summary .icon-caret {
	right: 0;
}

.facets__display {
	border-width: var(--popup-border-width);
	border-style: solid;
	border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
	border-radius: var(--popup-corner-radius);
	box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
		var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
	background-color: rgb(var(--color-background));
	position: absolute;
	top: calc(100% + 0.5rem);
	left: -1.2rem;
	width: 35rem;
	max-height: 55rem;
	overflow-y: auto;
}

.facets__header {
	border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
	padding: 1.5rem 2rem;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
	position: sticky;
	top: 0;
	background-color: rgb(var(--color-background));
	z-index: 1;
}

.facets__header facet-remove {
	align-self: center;
}

.facets__list {
	padding: 0.5rem 2rem;
}

.facets-layout-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	text-align: center;
	padding: 2rem 2.4rem;
}

.facets-layout-list--swatch {
	--swatch-input--size: 2.4rem;
}

.facets-layout-grid.facets-layout-grid {
	gap: 1rem;
}

.facets-layout-grid.facets__list--vertical {
	padding: 1rem 0;
}

.facets__item {
	display: flex;
	align-items: center;
}

/* Hover/focus state */
.facets-layout-list .facets__label:hover .facet-checkbox__text-label,
.facets-layout-list input:focus ~ .facet-checkbox__text-label {
	text-decoration: underline;
}

.facets-layout-grid > * {
	align-items: flex-start;
}

.facets-layout-grid .facets__label {
	display: flex;
	flex-direction: column;
	padding: 0;
	height: var(--size-100-per-100);
	font-size: 1.3rem;
}

/* Image filter specific styles */
.facets-layout-grid .facets__image-wrapper {
	display: block;
	position: relative;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: 0.4rem;
}

.facets__image {
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	object-fit: contain;
}

/* Default state */
.facets-layout-grid--image .facets__label {
	outline-style: solid;
	outline-color: transparent;
	transition-property: outline-color, outline-width, box-shadow;
	transition-duration: var(--duration-short);
	transition-timing-function: ease;
}

.facets-layout-grid--image .facet-checkbox__text {
	padding: 0.4rem;
}

/* Active state */
.facets-layout-grid--image .facets__label.active {
	outline-color: rgb(var(--color-foreground));
	outline-width: 0.1rem;
}

/* Hover state */
.facets-layout-grid--image .facets__label:hover {
	outline-color: rgba(var(--color-foreground), 0.4);
	outline-width: 0.2rem;
}

/* Focus visible */
.facets-layout-grid--image .facets__label:has(:focus-visible) {
	outline-color: rgba(var(--color-foreground), 0.5);
	outline-width: 0.2rem;
	box-shadow: 0px 0px 3px 1px rgba(var(--color-foreground), 0.25);
}

/* Focused state */
.facets-layout-grid--image .facets__label.active:has(:focus-visible) {
	outline-color: rgb(var(--color-foreground));
	outline-width: 0.1rem;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
		0 0 0.7rem 0.1rem rgba(var(--color-foreground), 0.25);
}

/* Disabled state */
.facets-layout-grid--image .facets__label.disabled {
	/* Note: disabled gets its transparency set by a parent, so no need to set an alpha here. Also, we move the outline to the child when disabled */
	outline: none;
}

.facets-layout-grid--image .facets__label.disabled .facets__image-wrapper {
	outline: 0.1rem solid rgb(var(--color-foreground));
}

.facets-layout-grid--image .facets__label.disabled .facets__image-wrapper:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	/* 100% * square root of 2, this is not a magic number, it is math! */
	width: 141.4%;
	height: 0.1rem;
	background-color: rgb(var(--color-foreground));
	transform: rotate(-45deg);
	transform-origin: left;
}

.facets-layout-grid--image .facets__label.disabled .disabled-line {
	position: absolute;
	inset: 0;
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
	background: transparent;
	margin: 0;
}

.facets-layout-grid--image .facets__label.disabled .disabled-line line {
	stroke: rgb(var(--color-foreground));
	stroke-width: 1;
}

/* End of image filter specific styles */

.list-menu__item label,
.list-menu__item input[type="checkbox"] {
	cursor: pointer;
}

.facet-checkbox {
	padding: 1rem 2rem 1rem 0;
	flex-grow: 1;
	position: relative;
	font-size: 1.4rem;
	display: flex;
	word-break: break-word;
}

/* Hover, active, and focus states */
.facets__label:hover,
.facets__label.active,
.facets__label:has(:focus-visible) {
	color: rgba(var(--color-foreground), 1);
}

/* Disabled state */
.facets-layout .facets__label.disabled {
	pointer-events: none;
}

.facets-layout:not(.facets-layout-list--swatch, .facets-layout-grid--image)
	.facets__label.disabled {
	opacity: 0.4;
}

.facets-layout-grid--image .facets__label.disabled .facets__image-wrapper {
	opacity: 0.2;
}

:is(.facets-layout-list--swatch, .facets-layout-grid--image)
	.facets__label.disabled
	.facet-checkbox__text {
	opacity: 0.4;
}

/* End disabled state */

.facets-layout-list--text input[type="checkbox"] {
	position: absolute;
	opacity: 1;
	width: 1.6rem;
	height: 1.6rem;
	top: 0.7rem;
	left: -0.4rem;
	z-index: -1;
	appearance: none;
	-webkit-appearance: none;
}

.facets-layout-grid input[type="checkbox"],
.facets-layout-list--swatch input[type="checkbox"] {
	position: absolute;
	inset: 0;
	z-index: 1;
	margin: 0;
	opacity: 0;
}

.facets-layout-list--swatch .facets__label {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.swatch-input-wrapper {
	display: flex;
}

.facet-checkbox > svg {
	background-color: rgb(var(--color-background));
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.facet-checkbox .icon-checkmark {
	visibility: hidden;
	position: absolute;
	left: 0.3rem;
	z-index: 5;
	top: 1.4rem;
}

.facet-checkbox > input[type="checkbox"]:checked ~ .icon-checkmark {
	visibility: visible;
}

@media screen and (forced-colors: active) {
	.facet-checkbox > svg {
		background-color: inherit;
		border: 0.1rem solid rgb(var(--color-background));
	}

	.facet-checkbox > input[type="checkbox"]:checked ~ .icon-checkmark {
		border: none;
	}
}

.facets__price {
	display: flex;
	padding: 2rem;
}

.facets__price .field + .field-currency {
	margin-left: 2rem;
}

.facets__price .field {
	align-items: center;
}

.facets__price .field-currency {
	align-self: center;
	margin-right: 0.6rem;
}

.facets__price .field__label {
	left: 1.5rem;
}

button.facets__button {
	min-height: 0;
	margin: 0 0 0 0.5rem;
	box-shadow: none;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
}

.active-facets {
	display: flex;
	flex-wrap: wrap;
	width: var(--size-100-per-100);
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: -0.5rem;
}

.page-collections .active-facets {
	display: none;
}

.active-facets__button {
	display: block;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	text-decoration: none;
}

span.active-facets__button-inner {
	color: rgb(var(--color-foreground));
	box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
	border-radius: 2.6rem;
	font-size: 1rem;
	min-height: 0;
	min-width: 0;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
}

span.active-facets__button-inner:before,
span.active-facets__button-inner:after {
	display: none;
}

.active-facets__button-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 1.5rem;
}

.active-facets__button-wrapper * {
	font-size: 1rem;
}

@media screen and (min-width: 990px) {
	.active-facets__button {
		margin-right: 1.5rem;
	}

	.active-facets__button-wrapper *,
	span.active-facets__button-inner {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 989px) {
	.active-facets {
		margin: 0 -1.2rem -1.2rem;
	}

	.active-facets__button,
	.active-facets__button-remove {
		margin: 0;
		padding: 1.2rem;
	}

	span.active-facets__button-inner {
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
	}

	.active-facets__button-wrapper {
		padding-top: 0;
		margin-left: 1.2rem;
	}
}

.active-facets__button:hover .active-facets__button-inner {
	box-shadow: 0 0 0 0.2rem rgb(var(--color-foreground));
}

.active-facets__button--light .active-facets__button-inner {
	box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
}

.active-facets__button--light:hover .active-facets__button-inner {
	box-shadow: 0 0 0 0.2rem rgba(var(--color-foreground), 0.4);
}

a.active-facets__button:focus-visible {
	outline: none;
	box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	a.active-facets__button:focus-visible {
		outline: transparent solid 1px;
	}
}
a.active-facets__button.focused {
	outline: none;
	box-shadow: none;
}

a.active-facets__button:focus-visible .active-facets__button-inner {
	box-shadow:
		0 0 0 0.1rem rgba(var(--color-foreground), 0.2),
		0 0 0 0.2rem rgb(var(--color-background)),
		0 0 0 0.4rem rgb(var(--color-foreground));
	outline: none;
}

a.active-facets__button.focused .active-facets__button-inner {
	box-shadow:
		0 0 0 0.1rem rgba(var(--color-foreground), 0.2),
		0 0 0 0.2rem rgb(var(--color-background)),
		0 0 0 0.4rem rgb(var(--color-foreground));
	outline: none;
}

.active-facets__button svg {
	align-self: center;
	flex-shrink: 0;
	margin-left: 0.6rem;
	margin-right: -0.2rem;
	pointer-events: none;
	width: 1.2rem;
}

@media all and (min-width: 990px) {
	.active-facets__button svg {
		margin-right: -0.4rem;
		margin-top: 0.1rem;
		width: 1.4rem;
	}
}

.active-facets facet-remove:only-child {
	display: none;
}

.facets-vertical .active-facets .active-facets-vertical-filter:only-child > facet-remove {
	display: none;
}

.facets-vertical .active-facets-vertical-filter {
	display: flex;
	width: var(--size-100-per-100);
	justify-content: space-between;
}

.facets-vertical .active-facets-vertical-filter .active-facets__button-wrapper {
	padding-top: 0;
	display: flex;
	align-items: flex-start;
}

.facets-vertical .active-facets__button {
	margin-top: 0;
}

.active-facets__button.disabled,
.mobile-facets__clear.disabled {
	pointer-events: none;
}

.mobile-facets__clear-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mobile-facets {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(var(--color-foreground), 0.5);
	pointer-events: none;
}

.mobile-facets__disclosure {
	display: flex;
}

.mobile-facets__wrapper {
	margin-left: 0;
	display: flex;
}

.page-collections .mobile-facets__wrapper {
	border: 1px solid var(--color-neutral-1);
	justify-content: center;
	padding: var(--space-3xs) var(--space-xxs);
	width: 50%;
}

@media only screen and (min-width: 480px) {
	.page-collections .mobile-facets__wrapper {
		width: auto;
	}
}

.mobile-facets__wrapper .disclosure-has-popup[open] > summary::before {
	height: 100vh;
	z-index: 3;
}

.mobile-facets__inner {
	background-color: rgb(var(--color-background));
	width: calc(100% - 5rem);
	margin-left: auto;
	height: var(--size-100-per-100);
	overflow-y: auto;
	pointer-events: all;
	transition: transform var(--duration-default) ease;
	max-width: 37.5rem;
	display: flex;
	flex-direction: column;
	border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
	border-style: solid;
	border-width: 0 0 0 var(--drawer-border-width);
	filter: drop-shadow(
		var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset)
			var(--drawer-shadow-blur-radius) rgba(var(--color-shadow), var(--drawer-shadow-opacity))
	);
}

.menu-opening .mobile-facets__inner {
	transform: translateX(0);
}

.js .disclosure-has-popup:not(.menu-opening) .mobile-facets__inner {
	transform: translateX(105vw);
}

.mobile-facets__header {
	border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
	padding: 1rem 2.5rem;
	text-align: center;
	display: flex;
	position: sticky;
	top: 0;
	z-index: 2;
}

.mobile-facets__header-inner {
	flex-grow: 1;
	position: relative;
}

.mobile-facets__info {
	padding: 0 2.6rem;
}

.mobile-facets__heading {
	font-size: calc(var(--typo-heading-scale) * 1.4rem);
	margin: 0;
}

.mobile-facets__count {
	color: rgba(var(--color-foreground), 0.7);
	font-size: 1.3rem;
	margin: 0;
	flex-grow: 1;
}

.mobile-facets__open-wrapper {
	display: inline-block;
}

.mobile-facets__open {
	text-align: left;
	width: var(--size-100-per-100);
	display: flex;
	align-items: center;
	color: rgba(var(--color-link), var(--alpha-link));
}

.mobile-facets__open:hover {
	color: var(--color-link);
}

.mobile-facets__open:hover line,
.mobile-facets__open:hover circle {
	stroke: var(--color-link);
}

.mobile-facets__open-label {
	transition: text-decoration var(--duration-short) ease;
}

.mobile-facets__open:hover .mobile-facets__open-label {
	text-decoration: none;
}

.mobile-facets__open > * + * {
	margin-left: var(--space-xxs);
}

.mobile-facets__open svg {
	width: 2rem;
}

.mobile-facets__open line,
.mobile-facets__open circle {
	stroke: rgba(var(--color-link), var(--alpha-link));
}

.mobile-facets__close {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0.7rem;
	right: 1rem;
	width: 4.4rem;
	height: 4.4rem;
	z-index: 101;
	opacity: 0;
	transition: opacity var(--duration-short) ease;
}

.mobile-facets__close svg {
	width: 2.2rem;
}

details.menu-opening .mobile-facets__close {
	display: flex;
	opacity: 1;
}

details.menu-opening .mobile-facets__close svg {
	margin: 0;
}

.mobile-facets__close-button {
	align-items: center;
	background-color: var(--color-transparent);
	font-size: 1.4rem;
	font: inherit;
	letter-spacing: inherit;
	margin-top: 1.5rem;
	padding: 1.2rem 2.6rem;
	text-decoration: none;

	display: grid;
	grid-template-columns: min-content 1fr;
	text-align: start;
}

.mobile-facets__close-button > .facets__and-helptext {
	grid-column-start: 2;
}

.mobile-facets__close-button .icon-arrow {
	transform: rotate(180deg);
	margin-right: 1rem;
}

.mobile-facets__main {
	padding: 2.7rem 0 0;
	position: relative;
	z-index: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.mobile-facets__details[open] .icon-caret {
	transform: rotate(180deg);
}

.mobile-facets__highlight {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-color: rgba(var(--color-foreground), 0.04);
	opacity: 0;
	visibility: hidden;
}

.mobile-facets__checkbox:checked + .mobile-facets__highlight {
	opacity: 1;
	visibility: visible;
}

.mobile-facets__summary {
	padding: 1.3rem 2.5rem;
}

.mobile-facets__summary svg {
	margin-left: auto;
}

.mobile-facets__summary > div {
	display: flex;
	align-items: center;
}

.js .mobile-facets__submenu {
	position: absolute;
	top: 0;
	width: var(--size-100-per-100);
	bottom: 0;
	left: 0;
	z-index: 3;
	transform: translateX(100%);
	visibility: hidden;
	display: flex;
	flex-direction: column;
}

.js details[open] > .mobile-facets__submenu {
	transition:
		transform 0.4s cubic-bezier(0.29, 0.63, 0.44, 1),
		visibility 0.4s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js details[open].menu-opening > .mobile-facets__submenu {
	transform: translateX(0);
	visibility: visible;
}

.js .menu-drawer__submenu .mobile-facets__submenu {
	overflow-y: auto;
}

.js .mobile-facets .submenu-open {
	visibility: hidden; /* hide menus from screen readers when hidden by submenu */
}

.mobile-facets__item {
	position: relative;
}

input.mobile-facets__checkbox {
	border: 0;
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	left: 2.1rem;
	top: 1.2rem;
	z-index: 0;
	appearance: none;
	-webkit-appearance: none;
}

.mobile-facets__label {
	padding: 1.5rem 2rem 1.5rem 2.5rem;
	width: var(--size-100-per-100);
	transition: background-color 0.2s ease;
	word-break: break-word;
	display: flex;
}

.mobile-facets__label > svg {
	background-color: rgb(var(--color-background));
	position: relative;
	z-index: 2;
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.mobile-facets__label .icon-checkmark {
	position: absolute;
	top: 1.9rem;
	left: 2.8rem;
	visibility: hidden;
}

.mobile-facets__label > input[type="checkbox"]:checked ~ .icon-checkmark {
	visibility: visible;
}

.mobile-facets__arrow,
.mobile-facets__summary .icon-caret {
	margin-left: auto;
	display: block;
}

.mobile-facets__footer {
	border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
	padding: 2rem;
	bottom: 0;
	position: sticky;
	display: flex;
	z-index: 2;
	margin-top: auto;
	background-color: rgb(var(--color-background));
	background: var(--gradient-background);
}

.mobile-facets__footer > * + * {
	margin-left: 1rem;
}

.mobile-facets__footer > * {
	width: 50%;
}

.mobile-facets__sort {
	display: flex;
	justify-content: space-between;
}

.mobile-facets__sort label {
	flex-shrink: 0;
}

.mobile-facets__sort .select {
	width: auto;
}

.mobile-facets__sort .select .icon-caret {
	right: 0;
}

.mobile-facets__sort .select__select {
	background-color: var(--color-transparent);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	filter: none;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 1.5rem;
}

@media only screen and (min-width: 750px) {
	.mobile-facets__sort .select__select {
		border: 1px solid var(--color-neutral-1);
	}
}

.product-count {
	align-self: center;
	position: relative;
	text-align: right;
}

.product-count__text {
	font-size: 1.4rem;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
	margin: 0;
}

#ProductCountDesktop.loading,
#ProductCount.loading {
	visibility: hidden;
}

.product-count .loading__spinner,
.product-count-vertical .loading__spinner {
	position: absolute;
	padding-top: 0.6rem;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.8rem;
}

.facets-container .button-label {
	font-size: var(--typo-body-s);
	padding: 0;
	text-transform: uppercase;
}

.page-collections .product-grid-container .select__select,
.page-collections .facets-container .select__select {
	display: none;
	color: var(--color-black);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
	height: calc(var(--size-xs-xs) * 4.2);
	padding: var(--space-xxs) var(--space-xs);
	outline: 0;
	min-width: calc(var(--space-7xl) + var(--space-xxs) + var(--space-3xs) + var(--space-4xs));
	text-align: center;
	z-index: 1;
}

.page-collections aside.facets-wrapper {
	border-top: 1px solid var(--color-black);
}

@media screen and (min-width: 750px) {
	.page-collections .product-grid-container .select__select,
	.page-collections .facets-container .select__select {
		text-align: left;
	}

	.facets-vertical {
		display: flex;
	}

	.facets-wrap-vertical {
		border: none;
		padding-left: 0;
	}

	.facets__form-vertical {
		display: flex;
		flex-direction: column;
		width: 26rem;
	}

	.facets__disclosure-vertical {
		border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
		margin-right: 0;
	}

	.facets-vertical .facets__summary {
		padding-top: 1.5rem;
		margin-bottom: 0;
		padding-bottom: 1.5rem;
	}

	.facets__heading--vertical {
		margin: 0 0 1.5rem 0;
		font-size: 1.5rem;
	}

	.facets__header-vertical {
		padding: 1.5rem 2rem 1.5rem 0;
		font-size: 1.4rem;
	}

	.facets__display-vertical {
		padding-bottom: 1.5rem;
	}

	.facets-vertical .facets-wrapper {
		padding-right: 3rem;
	}

	.facets-vertical .facets-wrapper--no-filters {
		display: none;
	}

	.facets-vertical .product-grid-container {
		width: var(--size-100-per-100);
	}

	.facets-vertical-form {
		display: flex;
		justify-content: flex-end;
	}

	.product-count-vertical {
		margin-left: 3.5rem;
		position: relative;
	}

	.facets-vertical .active-facets__button-wrapper {
		margin-bottom: 2rem;
	}

	.facets-vertical .facets__price {
		padding: 0.5rem 0.5rem 0.5rem 0;
	}

	.facets-vertical .facets__price .field:last-of-type {
		margin-left: 1rem;
	}

	.facets-vertical .active-facets__button {
		margin-bottom: 1.5rem;
	}

	.facets-vertical .facet-checkbox input[type="checkbox"] {
		z-index: 0;
	}

	.facets-vertical .active-facets facet-remove:last-of-type {
		margin-bottom: 1rem;
	}

	.facets-vertical .active-facets {
		margin: 0;
		align-items: flex-start;
	}

	.facets__disclosure-vertical[open] .facets__summary .icon-caret {
		transform: rotate(180deg);
	}

	.facets-container .select {
		flex-direction: row;
		align-items: center;
	}

	.facets-container .select__select {
		padding: 0;
	}

	.facets-container-drawer .product-count {
		margin: 0 0 0.5rem 3.5rem;
	}

	.facets-container-drawer .facets-pill {
		width: var(--size-100-per-100);
	}

	.facets-container-drawer .facets__form {
		display: block;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.facets-vertical .active-facets__button {
		padding: 1rem;
		margin-bottom: 0;
		margin-left: -0.5rem;
	}

	.facets-vertical .active-facets__button-remove {
		padding: 0 1rem 1rem;
	}
}

.page-collections .cloud-search-filter-values-container.cloud-search-filter {
	background-color: var(--color-white);
	border: 1px solid var(--color-black) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	width: var(--size-100-per-100);
	margin-top: calc(-1.3 * var(--space-xxs)) !important;
	border-left: none !important;
	border-right: none !important;
}

.cloud-search-filter-values-container.cloud-search-filter .cloud-search-filter__content {
	max-width: var(--size-100-per-100);
}

@media screen and (min-width: 750px) {
	.page-collections .cloud-search-filter-values-container.cloud-search-filter {
		width: calc(var(--size-xs-xs) * 33);
		border: 1px solid var(--color-black) !important;
		border-top: none !important;
		border-right: none !important;
		margin-left: -1px !important;
	}
	body.is-boot.page-collections
		.cloud-search-filter-values-container.cloud-search-filter[data-filter-name="Sort by"] {
		top: calc(var(--size-5xs) * -1) !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.page-collections .cloud-search-filter-values-container.cloud-search-filter {
		margin-top: calc(-1.1 * var(--space-xxs)) !important;
	}
}

.cloud-search-filter-value input[type="checkbox"] {
	border-radius: 0 !important;
	border: 1px solid var(--color-neutral-4) !important;
}

/* Deactivate default filter */
.page-collections .facets-container .mobile-facets__wrapper {
	display: none;
}

/* Make room for Cloud Search filter */
.page-collections .facets-container .facets #FacetSortDrawerForm {
	width: calc(var(--size-50-per-100) - var(--space-3xs));
	display: none;
}

/* Customize Cloud Search filter */
.cloud-search-filters-pane {
	left: 0;
	right: initial;
	background: var(--color-neutral-1);
}

.page-collections #cloud_search_filters_sidebar {
	display: none;
}

.page-collections #cloud_search_filters_root {
	height: var(--size-xxs);
	margin: 0;
	position: relative;
}

.page-collections #cloud_search_filters_root .cloud-search-page-controls {
	display: inline-block;
	margin: 0;
	width: var(--size-100-per-100);
}

.page-collections #cloud_search_filters_root .cloud-search-page-controls__filters {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
	justify-content: space-between;
	cursor: pointer !important;
	margin-bottom: 0;
	margin-right: 0;
}

body.is-boot .page-collections #cloud_search_filters_root .cloud-search-page-controls__filters {
	border-left: 1px solid var(--color-black);
	height: calc(var(--size-xs-xs) * 4.4);
	margin-top: var(--size-5xs);
}

.page-collections .cloud-search-page-controls__filters-link {
	order: initial;
}

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	> .cloud-search-page-controls__filters-link {
	align-items: center;
	background-color: var(--color-transparent);
	border-right: 1px solid var(--color-black);
	color: var(--color-black);
	display: flex;
	flex-direction: row-reverse;
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
	height: calc(4.2 * var(--space-xs-xs));
	justify-content: start;
	margin: 0;
	position: absolute;
	padding: var(--tt-space-m) var(--tt-space-2xl);
	right: var(--space-xs);
	text-transform: uppercase;
	top: 0;
	width: var(--size-50-per-100);
}

.page-collections
	.cloud-search-filters-products.no-startguide
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	> .cloud-search-page-controls__filters-link {
	background-color: var(--color-black);
	color: var(--color-white);
	width: var(--size-100-per-100);
}

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-link
	.cloud-search-filters-link-icon {
	height: var(--size-xs-xs);
	margin: 0;
	position: static;
	transform: none !important;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9%202C9%201.86739%209.05268%201.74021%209.14645%201.64645C9.24021%201.55268%209.36739%201.5%209.5%201.5H11.5C11.6326%201.5%2011.7598%201.55268%2011.8536%201.64645C11.9473%201.74021%2012%201.86739%2012%202C12%202.13261%2011.9473%202.25979%2011.8536%202.35355C11.7598%202.44732%2011.6326%202.5%2011.5%202.5H9.5C9.36739%202.5%209.24021%202.44732%209.14645%202.35355C9.05268%202.25979%209%202.13261%209%202ZM0.5%202.5H7V3.5C7%203.63261%207.05268%203.75979%207.14645%203.85355C7.24021%203.94732%207.36739%204%207.5%204C7.63261%204%207.75979%203.94732%207.85355%203.85355C7.94732%203.75979%208%203.63261%208%203.5V0.5C8%200.367392%207.94732%200.240215%207.85355%200.146447C7.75979%200.0526785%207.63261%200%207.5%200C7.36739%200%207.24021%200.0526785%207.14645%200.146447C7.05268%200.240215%207%200.367392%207%200.5V1.5H0.5C0.367392%201.5%200.240215%201.55268%200.146447%201.64645C0.0526785%201.74021%200%201.86739%200%202C0%202.13261%200.0526785%202.25979%200.146447%202.35355C0.240215%202.44732%200.367392%202.5%200.5%202.5ZM11.5%207.5H5.5C5.36739%207.5%205.24021%207.55268%205.14645%207.64645C5.05268%207.74021%205%207.86739%205%208C5%208.13261%205.05268%208.25979%205.14645%208.35355C5.24021%208.44732%205.36739%208.5%205.5%208.5H11.5C11.6326%208.5%2011.7598%208.44732%2011.8536%208.35355C11.9473%208.25979%2012%208.13261%2012%208C12%207.86739%2011.9473%207.74021%2011.8536%207.64645C11.7598%207.55268%2011.6326%207.5%2011.5%207.5ZM3.5%206C3.36739%206%203.24021%206.05268%203.14645%206.14645C3.05268%206.24021%203%206.36739%203%206.5V7.5H0.5C0.367392%207.5%200.240215%207.55268%200.146447%207.64645C0.0526785%207.74021%200%207.86739%200%208C0%208.13261%200.0526785%208.25979%200.146447%208.35355C0.240215%208.44732%200.367392%208.5%200.5%208.5H3V9.5C3%209.63261%203.05268%209.75979%203.14645%209.85355C3.24021%209.94732%203.36739%2010%203.5%2010C3.63261%2010%203.75979%209.94732%203.85355%209.85355C3.94732%209.75979%204%209.63261%204%209.5V6.5C4%206.36739%203.94732%206.24021%203.85355%206.14645C3.75979%206.05268%203.63261%206%203.5%206Z%22%20fill%3D%22%23F9FAFB%22%2F%3E%3C%2Fsvg%3E");
}

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	> .cloud-search-page-controls__filters-link
	.cloud-search-filters-link-num {
	display: none;
}

.page-collections #cloud_search_filters_root .cloud-search-filters-link-text {
	font-size: 0;
	margin: 0;
	margin-right: var(--space-xxs);
}

.page-collections #cloud_search_filters_root .cloud-search-filters-link-text::after {
	content: "Filters";
	margin-top: var(--space-3xs);
	display: inline-block;
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
}

@media only screen and (width >= 750px) {
	.page-collections
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link {
		top: var(--space-4xs);
		left: calc(var(--space-xs-xs) * 16.2);
		width: auto;
		right: unset;
	}

	.page-collections
		.cloud-search-filters-products.no-startguide
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link {
		left: 0;
		width: auto;
	}

	.page-collections .facets-container .facets #FacetSortDrawerForm {
		width: calc(var(--size-7xl) + var(--size-xs-xs));
		display: block;
	}
}

/* Applied filters */

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	.cloud-search-page-controls__applied-filters {
	display: none;
}

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__applied-filters
	span.cloud-search-applied-filter__text {
	font-size: var(--typo-body-s);
}

.page-collections #cloud_search_filters_root .cloud-search-page-controls__filters-container {
	justify-content: flex-start;
	width: var(--size-100-vw);
}

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	.cloud-search-page-controls__applied-filters {
	margin: var(--space-xs) 0 0;
}

.page-collections
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	.cloud-search-page-controls__applied-filters
	.cloud-search-applied-filter {
	background-color: var(--color-neutral-1);
	border-radius: var(--border-radius-4xs);
	margin: 0;
	padding: var(--space-4xs) var(--space-xxs) !important;
}

/* When "Filters" is the only button */
.page-collections .cloud-search-filters-products.no-startguide #cloud_search_filters_root {
	height: var(--size-xs);
}

.page-collections
	.cloud-search-filters-products.no-startguide
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	> .cloud-search-page-controls__filters-link {
	width: calc(var(--size-100-per-100) - var(--size-m));
	right: var(--space-xs);
}

.page-collections
	.cloud-search-filters-products.no-startguide
	#cloud_search_filters_root
	.cloud-search-page-controls__filters-container
	> .cloud-search-page-controls__filters-link {
	height: calc(var(--space-xs-xs) * 4.2);
}

@media screen and (max-width: 749px) {
	.page-collections #cloud_search_filters_root,
	.page-collections .cloud-search-filters-products.no-startguide #cloud_search_filters_root {
		height: auto;
	}

	.page-collections #cloud_search_filters_root .cloud-search-page-controls__filters {
		margin-left: 0;
		width: var(--size-100-per-100);
	}

	.page-collections #cloud_search_filters_root .cloud-search-page-controls__filters-container {
		width: var(--size-100-per-100);
		display: flex;
		flex-wrap: wrap;
	}

	.page-collections
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link,
	.page-collections
		.cloud-search-filters-products.no-startguide
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link {
		position: static;
		top: auto;
		right: auto;
		width: auto;
		flex: 1 1 auto;
		justify-content: center;
	}
}

/* Filters turned off: hide every filter except sort by */

.page-collections
	div[aria-controls^="cloud-search-filter-values-"]:not(
		[aria-controls="cloud-search-filter-values-sort_by"]
	) {
	display: none !important;
}
/* End - Filters turned off */

/* Mobile first: base rule is the mobile style, desktop overrides in the min-width query below */
.page-collections div[aria-controls="cloud-search-filter-values-sort_by"] {
	order: 3;
	width: var(--size-100-per-100);
	flex: 0 0 var(--size-100-per-100);
	height: calc(var(--space-xs-xs) * 4.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	padding: var(--tt-space-m) var(--tt-space-xl) !important;
}

.page-collections div[aria-controls="cloud-search-filter-values-sort_by"]::after {
	content: "";
	display: inline-block;
	width: var(--size-xs);
	height: var(--size-xs);
	margin-left: var(--space-xxs);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTEwLjg1NCAwLjg1NDAyOEw1Ljg1NDAzIDUuODU0MDNDNS44MDc1OSA1LjkwMDUyIDUuNzUyNDUgNS45Mzc0IDUuNjkxNzUgNS45NjI1NkM1LjYzMTA1IDUuOTg3NzIgNS41NjU5OSA2LjAwMDY3IDUuNTAwMjggNi4wMDA2N0M1LjQzNDU3IDYuMDAwNjcgNS4zNjk1MSA1Ljk4NzcyIDUuMzA4ODEgNS45NjI1NkM1LjI0ODExIDUuOTM3NCA1LjE5Mjk2IDUuOTAwNTIgNS4xNDY1MyA1Ljg1NDAzTDAuMTQ2NTI4IDAuODU0MDI4QzAuMDUyNzA3NyAwLjc2MDIwOCAwIDAuNjMyOTYgMCAwLjUwMDI3OEMwIDAuMzY3NTk2IDAuMDUyNzA3NyAwLjI0MDM0OCAwLjE0NjUyOCAwLjE0NjUyOEMwLjI0MDM0OCAwLjA1MjcwNzQgMC4zNjc1OTYgMCAwLjUwMDI3OCAwQzAuNjMyOTYgMCAwLjc2MDIwOCAwLjA1MjcwNzQgMC44NTQwMjggMC4xNDY1MjhMNS41MDAyOCA0Ljc5MzRMMTAuMTQ2NSAwLjE0NjUyOEMxMC4xOTMgMC4xMDAwNzMgMTAuMjQ4MSAwLjA2MzIyMjUgMTAuMzA4OCAwLjAzODA4MTJDMTAuMzY5NSAwLjAxMjkzOTggMTAuNDM0NiAwIDEwLjUwMDMgMEMxMC41NjYgMCAxMC42MzEgMC4wMTI5Mzk4IDEwLjY5MTcgMC4wMzgwODEyQzEwLjc1MjQgMC4wNjMyMjI1IDEwLjgwNzYgMC4xMDAwNzMgMTAuODU0IDAuMTQ2NTI4QzEwLjkwMDUgMC4xOTI5ODMgMTAuOTM3MyAwLjI0ODEzMyAxMC45NjI1IDAuMzA4ODNDMTAuOTg3NiAwLjM2OTUyNiAxMS4wMDA2IDAuNDM0NTgxIDExLjAwMDYgMC41MDAyNzhDMTEuMDAwNiAwLjU2NTk3NSAxMC45ODc2IDAuNjMxMDMgMTAuOTYyNSAwLjY5MTcyNkMxMC45MzczIDAuNzUyNDIzIDEwLjkwMDUgMC44MDc1NzMgMTAuODU0IDAuODU0MDI4WiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform var(--duration-short) ease;
}

.page-collections
	div[aria-controls="cloud-search-filter-values-sort_by"]
	.cloud-search-filter__name {
	flex: 1;
	justify-content: center;
}

@media screen and (min-width: 750px) {
	.page-collections div[aria-controls="cloud-search-filter-values-sort_by"] {
		width: calc(var(--size-xs-xs) * 33);
		flex: initial;
		height: auto;
	}

	.page-collections
		div[aria-controls="cloud-search-filter-values-sort_by"]
		.cloud-search-filter__name {
		flex: initial;
		justify-content: flex-start;
	}
}

.page-collections
	div[aria-controls="cloud-search-filter-values-sort_by"]
	.cloud-search-filter__name {
	padding: 0 !important;
}

.page-collections
	div[aria-controls="cloud-search-filter-values-sort_by"][aria-expanded="true"]::after {
	transform: rotate(var(--deg-180));
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value {
	display: flex !important;
	align-items: center;
	width: var(--size-100-per-100) !important;
	cursor: pointer;
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value
	.cloud-search-filter-value__name {
	order: 1;
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-400);
	color: var(--color-neutral-4);
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value:hover
	.cloud-search-filter-value__name {
	color: var(--color-black);
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value--selected
	.cloud-search-filter-value__name {
	color: var(--color-black);
	font-weight: var(--font-weight-700);
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value
	.cloud-search-filter-value__radio {
	order: 2;
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: var(--size-xs);
	height: var(--size-xs);
	margin-left: auto;
	flex-shrink: 0;
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value
	.cloud-search-filter-value__radio
	input[type="radio"] {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value
	.cloud-search-filter-value__radio::after {
	content: "";
	display: none;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTIgOSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4zNS42NDNhLjUuNSAwIDAxLjAwNi43MDdsLTYuNzcgNi44ODZhLjUuNSAwIDAxLS43MTktLjAwNkwuNjM4IDQuODQ1YS41LjUgMCAxMS43MjQtLjY5bDIuODcyIDMuMDExIDYuNDEtNi41MTdhLjUuNSAwIDAxLjcwNy0uMDA2aC0uMDAxeiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-collections
	.cloud-search-filter-values-container.cloud-search-filter
	label.cloud-search-filter-value--selected
	.cloud-search-filter-value__radio::after {
	display: block !important;
}

@media only screen and (min-width: 750px) {
	.page-collections .cloud-search-filters-sidebar-container {
		position: relative;
	}

	.page-collections .cloud-search-filters-products.no-startguide #cloud_search_filters_root {
		height: var(--size-xxs);
		position: absolute;
		top: -44px;
		left: 0;
	}

	.page-collections
		.cloud-search-filters-products.no-startguide
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link {
		width: fit-content;
		right: var(--space-xs);
	}

	.page-collections
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link,
	.page-collections
		.cloud-search-filters-products.no-startguide
		#cloud_search_filters_root
		.cloud-search-page-controls__filters-container
		> .cloud-search-page-controls__filters-link {
		height: calc(var(--space-xs-xs) * 4.2);
	}
}

/* Filter button - "Clear all filters"  */
.page-collections
	.cloud-search-filters-products
	.cloud-search-filters-classic
	.cloud-search-page-controls__filters {
	display: block !important;
}

.page-collections
	.cloud-search-filters-products
	.cloud-search-filters-classic
	.cloud-search-page-controls__filters
	> * {
	display: none !important;
}

.page-collections
	.cloud-search-filters-products
	.cloud-search-filters-classic
	.cloud-search-page-controls__filters
	> .cloud-search-clear-filters {
	display: flex !important;
	position: static;
	align-items: center;
	font-size: var(--typo-body-s);
	color: var(--color-primary-3);
	width: auto;
	padding: 0;
	margin: 0;
	height: calc(var(--space-xs-xs) * 4.2);
	text-align: center;
}

@media screen and (max-width: 749px) {
	.page-collections #cloud_search_filters_root.has-clear-filters {
		height: auto !important;
	}

	.page-collections #cloud_search_filters_root .cloud-search-page-controls__filters-container {
		justify-content: center;
	}

	.page-collections
		.cloud-search-filters-products
		.cloud-search-filters-classic
		.cloud-search-page-controls__filters
		> .cloud-search-clear-filters {
		height: calc(var(--space-xs-xs) * 2);
	}

	.page-collections
		.cloud-search-filters-products.no-startguide
		.cloud-search-filters-classic
		.cloud-search-page-controls__filters
		> .cloud-search-clear-filters {
		margin-top: var(--size-xxs);
	}
}

.page-collections .cloud-search-clear-filters {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	order: 2;
	flex: 0 0 auto;
	padding: 0 var(--tt-space-l) !important;
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	text-decoration: none !important;
	width: var(--size-100-per-100);
	height: calc(var(--space-xs-xs) * 4.2);
	border-bottom: 1px solid var(--color-black);
}

@media only screen and (min-width: 750px) {
	.page-collections
		.cloud-search-filters-products
		.cloud-search-filters-classic
		.cloud-search-page-controls__filters
		> .cloud-search-clear-filters {
		position: absolute;
		top: calc((var(--size-xl) - var(--size-5xs)) * -1);
		left: calc(var(--space-xs-xs) * 27);
	}

	.page-collections
		.cloud-search-filters-products.no-startguide
		.cloud-search-filters-classic
		.cloud-search-page-controls__filters
		> .cloud-search-clear-filters {
		left: calc(var(--space-xs-xs) * 14);
	}

	.page-collections .cloud-search-clear-filters {
		position: absolute !important;
		left: calc(var(--size-xs-xs) * 15) !important;
		width: auto;
		height: auto;
		border-bottom: none;
		padding-top: var(--size-3xs) !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.page-collections .cloud-search-clear-filters {
		padding-right: var(--tt-space-m) !important;
		padding-left: var(--tt-space-m) !important;
		left: calc(var(--size-xs-xs) * 14.6) !important;
	}
}

/* Custom */

/* Filters pane */

.cloud-search-filters-pane .cloud-search-filter {
	padding-left: var(--space-s);
	padding-right: var(--space-s);
}

.cloud-search-filters-pane .cloud-search-filter[data-filter-name="Tags"],
.cloud-search-filters-pane .cloud-search-filter[data-filter-name="Vendor"],
.cloud-search-filters-pane .cloud-search-filter[data-filter-name="Search"],
.cloud-search-filters-pane .cloud-search-filter[data-filter-name="Sort by"] {
	display: none !important;
}

.cloud-search-filters-pane .cloud-search-filters-pane__heading {
	margin: var(--space-xs) var(--space-s);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-3);
	font-weight: var(--font-weight-700);
}

@media only screen and (min-width: 750px) {
	.cloud-search-filters-pane .cloud-search-filter {
		padding-left: var(--size-m);
		padding-right: var(--size-m);
	}

	.cloud-search-filters-pane .cloud-search-filters-pane__heading {
		margin: var(--space-m);
		padding-top: 0;
	}
}

.cloud-search-filters-pane .cloud-search-filters-pane__applied-filters {
	margin: 0 var(--size-xs) var(--size-xs) var(--size-xs);
}

.cloud-search-filters-pane .cloud-search-clear-filters {
	position: absolute;
	font-size: 0;
	top: var(--space-l);
	right: var(--size-5xl);
	border-bottom: none;
}

.cloud-search-filters-pane .cloud-search-filters-pane__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: var(--size-m);
	height: var(--size-m);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMzIgMEgwVjMySDMyVjBaTTEwLjAwNzEgMTkuNTY0M0wxMy41Nzg2IDE2QzEwLjgwNzEgMTMuMjI4NiA5LjIxNDI5IDExLjYzNTcgOC44IDExLjIyMTRMMTEuMjIxNCA4LjhMMTYgMTMuNTc4NkMxOC43NzE0IDEwLjgwNzEgMjAuMzY0MyA5LjIxNDI5IDIwLjc3ODYgOC44TDIzLjIgMTEuMjIxNEMyMi43ODU3IDExLjYzNTcgMjEuMTkyOSAxMy4yMjg2IDE4LjQyMTQgMTZDMjEuMTkyOSAxOC43NzE0IDIyLjc4NTcgMjAuMzY0MyAyMy4yIDIwLjc3ODZMMjAuNzc4NiAyMy4yQzIwLjM2NDMgMjIuNzg1NyAxOC43NzE0IDIxLjE5MjkgMTYgMTguNDIxNEMxMy4yMjg2IDIxLjE5MjkgMTEuNjM1NyAyMi43ODU3IDExLjIyMTQgMjMuMkw4LjggMjAuNzc4NkwxMC4wMTQzIDE5LjU2NDNIMTAuMDA3MVoiIGZpbGw9ImJsYWNrIi8+PC9zdmc+");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: initial;
}

.cloud-search-filters-pane .cloud-search-filters-pane__close svg {
	opacity: 0;
}

@media screen and (min-width: 750px) {
	.cloud-search-filters-pane .cloud-search-clear-filters {
		top: 0;
	}

	.cloud-search-filters-pane .cloud-search-filters-pane__applied-filters {
		margin: 0 var(--size-xs) var(--size-m) var(--size-xs);
	}
}

.page-collections #cloud_search_filters_root .cloud-search-filter__name:after {
	display: none !important;
}

.page-collections #cloud_search_filters_root .cloud-search-filter__name,
.page-collections #cloud_search_filters_root .cloud-search-applied-filter__values {
	border-radius: 0;
	background: 0;
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	cursor: pointer;
}

.cloud-search-filters-pane .cloud-search-filters-column .cloud-search-filter__collapse,
.cloud-search-filters-pane .cloud-search-filters-column .cloud-search-filter__expand {
	display: none;
}

.cloud-search-filters-pane .cloud-search-filters-column .cloud-search-filter-value {
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-400);
	color: var(--color-neutral-4);
}

.cloud-search-filters-pane
	.cloud-search-filters-column
	div[data-filter-name="Color"]
	.cloud-search-filter-value
	.cloud-search-filter-value__name {
	text-transform: uppercase !important;
}

.cloud-search-filters-pane .cloud-search-applied-filter {
	background-color: var(--color-neutral-2);
	border-radius: 0;
	font-size: var(--typo-body-s);
	margin: var(--space-3xs);
}

.cloud-search-filters-pane .cloud-search-text-field {
	border-radius: 0;
}

.cloud-search-text-field input.cloud-search-text-field__input--value-search {
	color: var(--color-neutral-3);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-style: normal;
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
}

@media screen and (min-width: 750px) {
	.cloud-search-text-field input.cloud-search-text-field__input--value-search {
		font-size: var(--typo-body-s);
	}
}


/* === FILE SEPARATOR === */

.collection-filter {
	margin: 0 0 var(--tt-space-3xl) 0;
}

.collection-filter ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: var(--tt-space-s);
	margin-top: var(--tt-space-xl);
}

.collection-filter .collection {
	display: flex;
	min-height: calc(var(--size-xs-xs) * 3);
	padding: var(--tt-space-s) var(--tt-space-xs) var(--tt-space-xs) var(--tt-space-s);
	gap: var(--tt-space-2xs);
	background: var(--color-neutral-2);
	text-decoration: none;
}

.collection-filter .item.selected .collection,
.collection-filter .item .collection:hover,
.collection-filter .item .collection.go-back:hover {
	background: var(--color-primary-5);
}

.collection-filter .item .collection .name {
	display: flex;
	align-items: end;
	color: var(--color-neutral-8);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-5);
	font-weight: var(--font-weight-400);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.collection-filter .item.selected .collection .name,
.collection-filter .item .collection:hover .name {
	color: var(--color-white);
}

.collection-filter .item .count {
	display: flex;
	align-self: flex-start;
	color: var(--color-neutral-8);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-80);
}

.collection-filter .item.selected .count,
.collection-filter .item .collection:hover .count {
	color: var(--color-white);
}

.collection-filter .item .collection.go-back {
	background: var(--color-neutral-8);
	padding: var(--tt-space-s) var(--tt-space-s) var(--tt-space-xs) var(--tt-space-s);
}

.collection-filter .item .collection.go-back .name,
.collection-filter .item .collection.go-back .count {
	color: var(--color-white);
}


/* === FILE SEPARATOR === */

/* Badges relative element */

.product-card .image-container {
	position: relative;
}

/* Badges */

.badges {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.badges .badge-container {
	position: static;
}

.badges .badge-container .container {
	align-items: center;
	display: flex;
	flex: 1;
}

/* Badges: Product page */

.product .badges {
	position: static;
}

.product .badges:has(.badge) {
	margin-bottom: var(--tt-space-l);
}

.product .badge.sold-out {
	display: none;
}

/* End - Badges: Product page */

.badges .badge {
	align-items: center;
	display: inline-flex;
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-500);
	height: calc(var(--space-s) + var(--space-4xs));
	justify-content: center;
	padding: var(--tt-space-s) var(--tt-space-m);
	text-transform: lowercase;
	white-space: nowrap;
}

.badges .badge.sold-out {
	background-color: var(--color-neutral-1);
	color: var(--color-neutral-4);
}

.badges .badge.new-model,
.badges .badge.new-shape {
	background-color: var(--color-primary-6);
	color: var(--color-white);
}

.badges .badge.pro-rider,
.badges .badge.collab,
.badges .badge.laces,
.badges .badge.wide {
	background-color: var(--color-neutral-9);
	color: var(--color-white);
}

.badges .badge.limited {
	background-color: var(--color-primary-9);
	color: var(--color-white);
}

.badges .badge.discount {
	background-color: var(--color-danger-7);
	color: var(--color-white);
}

.badges .badge.fase {
	background-color: var(--color-fase);
	color: var(--color-white);
	padding: var(--tt-space-s);
}

.badges .badge svg {
	height: calc(var(--space-xs-xs) + var(--space-3xs));
}

.badges .badge.fase svg {
	height: auto;
}

/* Custom */
.badges .card__badge .badge.badge--bottom-left {
	display: none;
}


/* === FILE SEPARATOR === */

/* Video - Standard */
.video-container {
	position: relative;
	padding-bottom: unset;
	height: 0;
	overflow: hidden;
}

.video-container,
.video-container iframe,
.video-container video {
	height: var(--size-70-vh);
}

.video-container iframe,
.video-container video {
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: var(--size-100-vw);
}

@media only screen and (min-width: 990px) {
	.video-container,
	.video-container iframe,
	.video-container video {
		height: var(--size-80-vh);
		min-height: calc(var(--size-xs-xs) * 60);
	}
}

/* Video - Full height */

.video-container.full-height,
.video-container.full-height video,
.video-container.full-height iframe {
	height: calc(var(--size-100-vh) - calc(var(--size-xs-xs) * 3));
}


/* === FILE SEPARATOR === */

/* Mobile, Default */

.accordion .page-width {
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 96px;
}

.accordion summary {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.accordion details[open] {
	animation: slideDown var(--transition-duration-03s) ease-in-out;
}

@keyframes slideDown {
	0% {
		opacity: 0.8;
		transform: translateY(calc(var(--space-3xs) * -1));
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.accordion details summary:after {
	content: "+";
	display: block;
	font-size: var(--typo-heading-2);
	font-weight: var(--font-weight-400);
}

.accordion details[open] summary:after {
	content: "-";
	font-size: var(--typo-heading-2);
}

.accordion h2,
.accordion h3,
.accordion h4,
.accordion p {
	color: rgba(var(--color-foreground), 1);
}

.accordion .content {
	width: var(--size-100-per-100);
}

.accordion details[open] .content {
	width: var(--size-100-per-100);
	padding: 0 var(--tt-space-xl) var(--tt-space-xl);
}

/* Video iframe responsiveness */
.accordion .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
}

/* Tablet, Desktop */
@media screen and (min-width: 750px) {
	.accordion .content {
		width: 70%;
	}
}


/* === FILE SEPARATOR === */

/* Popup - Global */

.popup-modal {
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 0;
	overflow: auto;
	width: var(--size-100-per-100);
	background: rgba(var(--color-foreground), 0.5);
	height: var(--size-100-per-100);
}

.popup-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 101;
}

.popup-modal__content {
	background-color: var(--color-white);
	overflow: auto;
	height: auto;
	margin: 0 auto;
	left: var(--size-50-per-100);
	transform: translateX(-50%);
	margin-top: var(--space-5xl);
	max-width: calc(var(--size-95-per-100) - var(--size-5-per-100) + var(--size-2-per-100));
	position: absolute;
	top: 0;
	padding: var(--space-s);
	box-shadow: var(--space-3xs) var(--space-xxs) var(--space-m) 0 var(--color-translucent-17);
}

.popup-modal__content.focused {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
		var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
			var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.popup-modal__content:focus-visible {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
		var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
			var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
	.popup-modal__content {
		margin-top: var(--space-3xl);
		width: calc(var(--size-10-per-100) * 8);
	}

	.product-media-modal__dialog .global-media-settings--no-shadow {
		overflow: visible !important;
	}
}

.popup-modal__content img {
	max-width: var(--size-100-per-100);
}

@media screen and (max-width: 749px) {
	.popup-modal__content table {
		display: block;
		max-width: fit-content;
		overflow-x: auto;
		white-space: nowrap;
		margin: 0;
	}
}

.popup-modal__opener {
	display: flex;
}

.popup-modal__button {
	font-size: 1.6rem;
	padding-right: 0;
	padding-left: 0;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.1rem;
	transition: text-decoration-thickness var(--duration-short) ease;
	display: flex;
	width: var(--size-100-per-100);
	align-items: center;
	justify-content: end;
}

.popup-modal__content-info > * {
	height: auto;
	margin: 0 auto;
	max-width: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.popup-modal__header-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: var(--space-s);
}

@media screen and (max-width: 749px) {
	.popup-modal__content-info > * {
		max-height: var(--size-100-per-100);
	}
}

.popup-modal__toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.popup-modal__toggle:hover {
	color: var(--color-gray-4);
}

.popup-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
	color: var(--color-gray-3);
}

.product__media-list .media > * {
	overflow: hidden;
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Hero Slider **
*********************************
**
** Hero Slider: Base
** Hero Slider: Media
** Hero Slider: Buttons
**
*********************************
#################################
********************************/
/********************************
	**** Hero Slider: Base
*********************************/

.hero-slider {
	position: relative;
	overflow: hidden;
}

.hero-slider .hero-slides {
	height: var(--size-80-vh);
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	min-height: calc(var(--size-xs-xs) * 60);
	transition: transform var(--transition-duration-03s) ease-in-out;
	scroll-behavior: smooth;
	will-change: transform;
}

.hero-slider .hero-slider-item {
	flex: 0 0 var(--size-100-per-100);
	display: none;
	max-width: var(--size-100-per-100);
	outline: none;
}

.hero-slider .hero-slider-item.active {
	display: block;
}

.hero-slider .hero-slider-item.has-image .container {
	display: flex;
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

/********************************
	**** Hero Slider: Media
*********************************/

.hero-slider .video-container,
.hero-slider .video-container iframe,
.hero-slider .video-container video {
	height: var(--size-80-vh);
	min-height: calc(var(--size-xs-xs) * 60);
}

.hero-slider .hero-img {
	object-fit: cover;
	min-height: calc(var(--size-xs-xs) * 60);
	width: var(--size-100-per-100);
}

@media only screen and (width >= 750px) {
	.hero-slider .hero-img {
		object-position: center;
		height: var(--size-80-vh);
		min-height: calc(var(--size-xs-xs) * 60);
	}
}

/********************************
	**** Hero Slider: Buttons
*********************************/

.hero-slider .btn-text-container {
	background-color: var(--color-white);
	border: 1px solid var(--color-black);
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	left: 0;
	text-align: center;
	position: absolute;
	width: var(--size-100-per-100);
	padding: 0;
}

.hero-slider .btn-text-container .text-container {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-l);
	margin: var(--tt-space-xl);
}

.hero-slider .btn-text-container .title {
	z-index: 1;
	color: var(--color-black);
	font-size: var(--typo-display-1);
	font-weight: var(--font-weight-700);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	line-height: var(--typo-line-height-80);
	margin: 0;
	text-transform: uppercase;
}

.hero-slider .btn-text-container .subtitle {
	z-index: 1;
	color: var(--color-black);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-400);
	text-transform: none;
	line-height: var(--size-s);
	margin: 0;
}

.hero-slider .btn-text-container .btn-container {
	background-color: var(--color-black);
	border-top: 1px solid var(--color-black);
	display: flex;
	gap: var(--space-5xs);
	justify-content: center;
	width: var(--size-100-per-100);
	z-index: 1;
}

.hero-slider .hero-slider-buttons {
	display: none;
}

.hero-slider .btn-text-container .btn-container .btn {
	background-color: var(--color-white);
	color: var(--color-black);
	display: flex;
	flex: 1;
	padding: var(--tt-space-m);
	margin: 0;
}

@media (width >= 750px) {
	.hero-slider .btn-container .title {
		font-size: var(--typo-heading-1);
		text-transform: capitalize;
	}

	.hero-slider .btn-text-container {
		margin: 0;
		text-align: left;
	}

	.hero-slider .btn-text-container .btn-container {
		justify-content: start;
	}

	.hero-slider .btn-text-container .btn-container .btn {
		height: calc(var(--space-xs-xs) * 7);
	}
}

@media only screen and (width >= 990px) {
	.hero-slider .btn-text-container {
		max-width: calc(var(--size-xs-xs) * 40);
		margin: var(--tt-space-xl);
	}

	.hero-slider .hero-slider-buttons {
		bottom: var(--space-m);
		display: flex;
		flex-direction: row;
		gap: var(--space-5xs);
		position: absolute;
		right: var(--space-m);
	}

	.hero-slider .btn-text-container .btn-container .btn {
		background: var(--color-link);
		color: var(--color-white);
	}

	.hero-slider .hero-slider-buttons .hero-btn {
		align-items: center;
		background: var(--color-black);
		border: none;
		cursor: pointer;
		display: flex;
		justify-content: center;
		height: var(--space-m);
		padding: var(--space-xxs);
		width: var(--space-m);
		z-index: 2;
	}

	.hero-slider .hero-slider-buttons .hero-btn svg {
		height: var(--size-xs);
		width: var(--size-xs);
	}

	.hero-slider .hero-slider-buttons .hero-btn svg path {
		fill: var(--color-white);
	}

	.hero-slider .hero-slider-buttons .hero-btn.prev svg {
		transform: rotate(var(--deg-180));
	}
}


/* === FILE SEPARATOR === */

/********************************
#################################
** Content cards **
*********************************
**
** Content cards: Base
** Content cards: List
** Content cards: Images
**
*********************************
#################################
********************************/

/********************************
**** Content cards: Base
*********************************/

.page-cards {
	margin: var(--tt-space-2xl) 0 var(--tt-space-2xl);
}

/********************************
**** Content cards: List
*********************************/

.page-cards ul {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--color-neutral-2);
}

.page-cards ul li {
	width: var(--size-100-per-100);
}

.page-cards ul li:not(:last-child) {
	border-bottom: 1px solid var(--color-neutral-2);
}

.page-cards ul li .page-card {
	display: grid;
	overflow: hidden;
	position: relative;
}

.page-cards ul li .page-card img {
	grid-area: 1/1;
}

.page-cards ul li .page-card::after {
	content: "";
	grid-area: 1/1;
	z-index: 1;
	pointer-events: none;
	background: var(--bg-surface-readable-strong);
}

.page-cards ul li .page-card .info {
	flex-direction: column;
	gap: var(--tt-space-xl);
	display: flex;
	justify-content: start;
	padding: 0 var(--tt-space-l) var(--tt-space-l);
	position: absolute;
	inset: auto 0 0 0;
	z-index: 2;
}

.page-cards ul li .page-card .info .container {
	flex-direction: column;
	gap: var(--tt-space-l);
	display: flex;
	position: relative;
	z-index: 2;
}
.page-cards ul li .page-card .info .title {
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-3);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.page-cards ul li .page-card .info .description {
	color: var(--color-neutral-2);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.page-cards ul li .page-card .info .btn {
	width: var(--size-100-per-100);
	margin: 0;
}

@media only screen and (width >= 990px) {
	.page-cards ul {
		flex-direction: row;
	}

	.page-cards ul li:not(:last-child) {
		border-bottom: 0;
		border-right: 1px solid var(--color-neutral-2);
	}

	.page-cards ul li .page-card .info .btn {
		width: auto;
		align-self: flex-start;
	}
}

/********************************
**** Content cards: Images
*********************************/

.page-cards ul li .page-card img {
	padding: 0;
	object-fit: cover;
	object-position: center center;
	margin: 0;
	width: var(--size-100-per-100);
	height: calc(var(--size-xs-xs) * 50);
}

@media only screen and (width >= 750px) {
	.page-cards ul li .page-card img {
		object-position: top center;
	}
}

@media only screen and (width >= 1440px) {
	.page-cards ul li .page-card img {
		height: auto;
		min-height: calc(var(--size-xs-xs) * 40);
		max-height: calc(var(--size-xs-xs) * 70);
	}
}


/* === FILE SEPARATOR === */

.content-block {
	margin: var(--tt-space-2xl) 0 var(--tt-space-2xl) 0;
}

.content-block .container {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--color-neutral-2);
}

.content-block .info-container,
.content-block .image-container {
	display: flex;
	width: var(--size-100-per-100);
}

.content-block .info-container {
	padding: var(--tt-space-xl);
	order: 2;
}

.content-block .image-container {
	order: 1;
}

.content-block .info-container .info-content {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-xl);
	width: var(--size-100-per-100);
}

.content-block .info-container .title {
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-2);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.content-block .info-container .text {
	color: var(--color-neutral-2);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.content-block .info-container .btn {
	width: var(--size-100-per-100);
	margin: 0;
}

.content-block .image-container .img {
	max-width: var(--size-100-per-100);
	max-height: calc(var(--size-xs-xs) * 45);
	object-fit: cover;
	object-position: center center;
	width: var(--size-100-per-100);
	height: auto;
}

/* Placeholder svg config */
.content-block .image-container svg {
	width: var(--size-100-per-100);
	height: calc(var(--size-xs-xs) * 45);
}
/* End - Placeholder svg config */

@media only screen and (width >= 750px) {
	.content-block .container {
		flex-direction: row;
	}

	.content-block .info-container {
		width: auto;
		flex: 2;
		padding: var(--tt-space-xl) var(--tt-space-3xl);
		align-items: center;
		order: unset;
	}

	.content-block .info-container .btn {
		width: auto;
	}

	.content-block .image-container {
		width: auto;
		flex: 1;
		order: unset;
	}

	.content-block .image-container .img {
		max-height: calc(var(--size-xs-xs) * 50);
	}
}

@media only screen and (width >= 1440px) {
	.content-block .info-container .info-content {
		max-width: calc(var(--size-xs-xs) * 80);
	}
}

@media only screen and (width >= 3000px) {
	.content-block .image-container .img {
		max-height: calc(var(--size-xs-xs) * 70);
	}
}


/* === FILE SEPARATOR === */

.home-feature-grid {
	position: relative;
	overflow: hidden;
	padding: var(--tt-space-3xl);
}

.home-feature-grid__background {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.home-feature-grid__background .img {
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	object-fit: cover;
}

.home-feature-grid > .container {
	position: relative;
	z-index: 1;
}

.home-feature-grid__title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-1);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0 0 var(--tt-space-2xl);
}

.home-feature-grid__symbol {
	color: var(--color-primary-5);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-1);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
}

.home-feature-grid__list {
	display: grid;
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-feature-grid .feature-card {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--color-neutral-3);
}

.home-feature-grid .feature-card + .feature-card {
	border-top: 0;
}

.home-feature-grid .feature-card__media {
	height: calc(var(--size-xs-xs) * 9.6);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-neutral-9);
	padding: var(--tt-space-xl) 0;
}

.home-feature-grid .feature-card__image {
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.home-feature-grid .feature-card__image .img {
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
	object-fit: contain;
}

.home-feature-grid .feature-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: var(--tt-space-2xl);
	padding: var(--tt-space-2xl);
	border-top: 1px solid var(--color-neutral-2);
	background: var(--color-neutral-8);
}

.home-feature-grid .feature-card__description {
	color: var(--color-neutral-2);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.home-feature-grid .feature-card__description p {
	margin: 0;
}

.home-feature-grid .feature-card__btn-container {
	margin-top: auto;
}

.home-feature-grid .feature-card__btn-container .btn {
	width: var(--size-100-per-100);
	margin: 0;
}

@media only screen and (width >= 990px) {
	.home-feature-grid__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.home-feature-grid .feature-card + .feature-card {
		border-top: 1px solid var(--color-neutral-3);
		border-left: 0;
	}
}


/* === FILE SEPARATOR === */

.home-team {
	background-color: var(--color-neutral-8);
	padding: var(--tt-space-2xl) 0;
}

.home-team > .page-width > .container {
	position: relative;
}

.home-team .title {
	color: var(--color-white);
	text-align: center;
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-2);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0 0 var(--tt-space-l);
}

.home-team .btn-container {
	text-align: center;
	margin: 0;
}

.home-team .btn-container .btn {
	margin: 0;
}

.home-team .carousel {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--tt-space-s);
	overflow-x: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}

.home-team .carousel::-webkit-scrollbar,
.home-team .carousel::-webkit-scrollbar-track,
.home-team .carousel::-webkit-scrollbar-thumb {
	display: none;
}

.home-team .carousel-controls {
	display: flex;
	justify-content: flex-end;
	gap: var(--space-3xs);
	width: var(--size-100-per-100);
}

.home-team .carousel-controls .arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--space-m);
	height: var(--space-m);
	padding: var(--space-xxs);
	background: var(--color-white);
	border: none;
	cursor: pointer;
	z-index: 2;
}

.home-team .carousel-controls .left-arrow svg {
	transform: rotate(var(--deg-180));
}

.home-team .carousel-controls .arrow.disabled {
	cursor: default;
	pointer-events: none;
}

.home-team .carousel-controls .arrow.disabled svg path {
	fill: var(--color-neutral-3);
}

.home-team .team-grid {
	margin: var(--tt-space-2xl) 0 var(--tt-space-l);
}

.home-team .team-member {
	flex: 0 0 auto;
	width: calc((var(--size-100-per-100) - var(--tt-space-s)) / 2);
	text-align: left;
	padding: var(--tt-space-l) var(--tt-space-l) var(--tt-space-m) var(--tt-space-l);
	border: 1px solid var(--color-neutral-2);
	background: var(--color-black);
	scroll-snap-align: start;
}

.home-team .team-member__link {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: default;
}

.home-team .team-member__link[href] {
	cursor: pointer;
}

.home-team .team-member__image {
	overflow: hidden;
	margin-bottom: var(--tt-space-m);
	aspect-ratio: 4 / 5;
}

.home-team .team-member__image .img,
.home-team .team-member__image .placeholder-svg {
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	object-fit: cover;
}

.home-team .team-member__name {
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0 0 var(--tt-space-2xs);
}

.home-team .team-member__role {
	color: var(--color-primary-3);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

@media only screen and (min-width: 750px) {
	.home-team .team-member {
		width: calc((var(--size-100-per-100) - (var(--tt-space-s) * 2)) / 3);
	}
}

@media only screen and (min-width: 990px) {
	.home-team .team-member {
		width: calc((var(--size-100-per-100) - (var(--tt-space-s) * 3)) / 4);
	}

	.home-team .carousel-controls .left-arrow,
	.home-team .carousel-controls .right-arrow {
		box-shadow: var(--space-4xs) var(--space-4xs) var(--space-xxs) var(--color-neutral-7);
	}
}

@media only screen and (min-width: 1400px) {
	.home-team .team-member {
		width: calc((var(--size-100-per-100) - (var(--tt-space-s) * 4)) / 5);
	}
}


/* === FILE SEPARATOR === */

.btn {
	cursor: pointer;
	border: 0;
	display: inline-block;
	font-weight: var(--font-weight-400);
	justify-content: center;
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: var(--tt-space-s) 0;
	text-decoration: none;
	font-family: var(--typo-heading-family);
	transition: all var(--transition-duration-03s) ease;
}

.btn:hover {
	border: 0;
	transition: all var(--transition-duration-03s) ease;
}

/* Style primary */

.btn-primary,
.btn-primary.light {
	background-color: var(--color-neutral-8);
	color: var(--color-white);
}

.btn-primary.dark {
	background: var(--color-neutral-1);
	color: var(--color-black);
}

/* Style secondary */

.btn-secondary,
.btn-secondary.light {
	background-color: var(--color-white);
	border: 1px solid var(--color-neutral-8);
	color: var(--color-neutral-8);
}

.btn-secondary.btn-medium,
.btn-secondary.btn-medium.light,
.btn-secondary.btn-large,
.btn-secondary.btn-large.light {
	border: 2px solid var(--color-neutral-8);
}

.btn-secondary.dark {
	background-color: var(--color-black);
	border: 1px solid var(--color-neutral-1);
	color: var(--color-neutral-1);
}

.btn-secondary.btn-medium.dark,
.btn-secondary.btn-large.dark {
	border: 2px solid var(--color-neutral-1);
}

/* SVG */
.btn svg {
	margin-left: var(--space-xxs);
	max-height: var(--size-xs);
	width: var(--size-xs);
}

.btn-primary.dark svg path,
.btn-secondary.light svg path,
.btn-primary.dark:hover svg path,
.btn-secondary.dark:hover svg path {
	fill: var(--color-black);
}

.btn-primary.light svg path,
.btn-secondary.dark svg path,
.btn-primary.light:hover svg path,
.btn-secondary.light:hover svg path {
	fill: var(--color-white);
}

.btn-primary.light:disabled svg path,
.btn-secondary.light:disabled svg path {
	fill: var(--color-neutral-4);
}

.btn-primary.dark:disabled svg path,
.btn-secondary.dark:disabled svg path {
	fill: var(--color-neutral-2);
}

/* Hover */
/* Hover Primary */

.btn-primary:not(:disabled):hover,
.btn-primary.light:not(:disabled):hover {
	background: var(--color-primary-5);
}

/* Hover Secondary */

.btn-secondary:not(:disabled):hover,
.btn-secondary.light:not(:disabled):hover {
	background: var(--color-primary-5);
	border: 1px solid var(--color-primary-5);
	color: var(--color-white);
}

.btn-secondary.btn-medium:not(:disabled):hover,
.btn-secondary.light.btn-medium:not(:disabled):hover,
.btn-secondary.btn-large:not(:disabled):hover,
.btn-secondary.light.btn-large:not(:disabled):hover {
	border: 2px solid var(--color-primary-5);
}

.btn-secondary.dark:not(:disabled):hover {
	background-color: var(--color-primary-5);
	color: var(--color-black);
	border: 1px solid var(--color-primary-5);
}

.btn-secondary.btn-medium.dark:not(:disabled):hover,
.btn-secondary.btn-large.dark:not(:disabled):hover {
	border: 2px solid var(--color-primary-5);
}

/* Disabled */
/* Disabled Primary */

.btn-primary:disabled,
.btn-primary.light:disabled {
	background-color: var(--color-neutral-1);
	color: var(--color-neutral-4);
	cursor: not-allowed;
}

.btn-primary.dark:disabled {
	background-color: var(--color-neutral-6);
	color: var(--color-neutral-2);
}

/* Disabled Secondary */

.btn-secondary:disabled,
.btn-secondary.light:disabled {
	border-color: var(--color-neutral-1);
	background-color: var(--color-neutral-1);
	color: var(--color-neutral-4);
	cursor: not-allowed;
}

.btn-secondary.dark:disabled {
	border-color: var(--color-neutral-6);
	background-color: var(--color-neutral-6);
	color: var(--color-neutral-2);
}

/* Size */

.btn.btn-large {
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-heading-4);
	height: calc(5 * var(--space-xs-xs));
	padding: var(--tt-space-xl) var(--tt-space-2xl);
	min-width: calc(calc(var(--size-xs-xs) * 11) + var(--size-2xl));
	text-align: center;
}

.btn.btn-medium {
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-heading-4);
	padding: var(--tt-space-l) var(--tt-space-xl);
	height: calc(4.2 * var(--space-xs-xs));
}

.btn.btn-small {
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-heading-5);
	height: calc(3 * var(--space-xs-xs));
	padding: var(--tt-space-m);
}


/* === FILE SEPARATOR === */

/********************************
	**** Shopify default - Section Main Product
*********************************/

.product {
	margin: 0;
}

.product .grid {
	gap: var(--tt-space-s);
}

.product--no-media {
	max-width: 57rem;
	margin: 0 auto;
}

.product__media-wrapper {
	background-color: var(--color-white);
	padding-left: 0;
	border-top: 1px solid var(--color-black);
}

.product__media-wrapper media-gallery li img,
.product__media-wrapper media-gallery .product__media,
media-gallery .product__media-wrapper modal-opener {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background-color: var(--color-neutral-1);
}

.product__media-wrapper media-gallery li img {
	padding: 0;
}

.product__media-wrapper media-gallery div.product-media-container {
	--viewport-offset: unset;
	display: grid;
}

.product__media-wrapper media-gallery ul.product__media-list {
	border-left: 0;
	margin: 0;
	position: relative;
}

.product__media-wrapper media-gallery ul.product__media-list li {
	border: none;
}

.product__media-wrapper .grid--peek.slider .grid__item:first-of-type {
	margin-left: 0;
}

@media screen and (min-width: 750px) {
	.product__media-wrapper {
		background-color: var(--color-transparent);
		border: none;
	}

	.product__media-wrapper media-gallery ul.product__media-list {
		margin: 0;
	}

	.product__media-wrapper media-gallery ul.product__media-list::-webkit-scrollbar,
	.product__media-wrapper media-gallery ul.product__media-list::-webkit-scrollbar-track,
	.product__media-wrapper media-gallery ul.product__media-list::-webkit-scrollbar-thumb {
		display: none !important;
	}
}

main#MainContent > section:first-child,
main#MainContent > section:first-child > section {
	border-top: none;
	padding: 0;
	margin: 0;
}

product-info .product__blocks-wrapper {
	padding: var(--tt-space-xl);
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

product-info.product__info-container .product-reassurance {
	display: flex;
	justify-content: space-between;
	padding: 0 0 var(--space-s) 0;
	border-bottom: 1px solid var(--color-neutral-1);
}

product-info.product__info-container .product-reassurance div {
	display: flex;
	color: var(--color-neutral-2);
	font-size: var(--typo-body-s);
}

product-info.product__info-container .product-reassurance div svg {
	width: 12px;
	fill: var(--color-neutral-2);
	margin-right: var(--space-xs-xs);
}

.product-description-container .currentSKU,
.product-description-container .currentSKU span {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-style: normal;
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
	padding: 0;
}

main#MainContent div.product .mobile-product-info {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-l);
	width: var(--size-100-per-100);
	padding: var(--tt-space-xl);
}

.product .mobile-product-info .badges-container {
	margin-bottom: 0;
}

.product .badges-container {
	margin-bottom: var(--space-xs);
}

.product .badges-container .badge {
	display: inline-flex;
}

@media screen and (min-width: 750px) {
	main#MainContent div.product .mobile-product-info {
		display: none;
	}

	product-info .product__blocks-wrapper {
		border: none;
	}

	.product__column-sticky {
		display: block;
		position: sticky;
		top: 3rem;
		z-index: 2;
	}

	.product--thumbnail .thumbnail-list {
		padding-right: var(--media-shadow-horizontal-offset);
	}

	.product__info-wrapper--extra-padding {
		padding: 0 0 0 8rem;
	}

	.product--right .product__info-wrapper {
		padding: 0 5rem 0 0;
	}

	.product--right .product__info-wrapper--extra-padding {
		padding: 0 8rem 0 0;
	}

	.product--right .product__media-list {
		margin-bottom: 2rem;
	}

	.product__media-container .slider-buttons {
		display: none;
	}

	.product--right .product__media-wrapper {
		order: 2;
	}
}

@media screen and (min-width: 990px) {
	.product--large:not(.product--no-media) .product__media-wrapper {
		max-width: 50%;
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--large:not(.product--no-media) .product__info-wrapper {
		padding: 0 0 0 4rem;
		max-width: 50%;
		width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--large:not(.product--no-media).product--right .product__info-wrapper {
		padding: 0 4rem 0 0;
	}

	.product--medium:not(.product--no-media) .product__media-wrapper,
	.product--small:not(.product--no-media) .product__info-wrapper {
		max-width: calc(var(--size-60-per-100) + var(--size-5-per-100) + var(--size-2-per-100));
		width: calc(var(--size-60-per-100) + var(--size-5-per-100) + var(--size-2-per-100));
	}

	.product--medium:not(.product--no-media) .product__info-wrapper,
	.product--small:not(.product--no-media) .product__media-wrapper {
		max-width: var(--size-33-per-100);
		width: var(--size-33-per-100);
	}
}

/* Dynamic checkout */

.shopify-payment-button__button {
	font-family: inherit;
	min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
	outline-offset: 0.3rem;
	box-shadow:
		0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
	box-shadow:
		0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
	background-color: rgba(var(--color-button), var(--alpha-button-background));
	color: rgb(var(--color-button-text));
	font-size: 1.4rem;
	line-height: calc(1 + 0.2 / var(--font-body-scale));
	letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
	background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
	background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
	color: var(--color-primary-3);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-style: normal;
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	text-underline-offset: var(--underline-offset);
	text-decoration: underline;
	margin-top: var(--space-xxs);
	text-align: left;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
	display: none;
}

/* Product form */

.product-form {
	display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
	display: flex;
	align-items: flex-start;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.04rem;
	margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.7rem;
	margin-top: 0.25rem;
}

/* Form Elements */
.product-form__input {
	flex: 0 0 100%;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 var(--tt-space-l) 0;
	max-width: 44rem;
	min-width: fit-content;
	border: none;
}

.product-form__input .form__label {
	padding-left: 0;
}

.product-form__input .select {
	max-width: var(--size-100-per-100);
}

.product-form__submit {
	margin-bottom: var(--space-xxs);
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product-form__submit {
		margin-bottom: var(--space-3xs);
	}
}

.product-form__submit[aria-disabled="true"]
	+ .shopify-payment-button
	.shopify-payment-button__button[disabled],
.product-form__submit[disabled]
	+ .shopify-payment-button
	.shopify-payment-button__button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

@media screen and (forced-colors: active) {
	.product-form__submit[aria-disabled="true"] {
		color: Window;
	}
}

/* Overrides */

.shopify-payment-button__button {
	font-size: 1.5rem;
}

/* Product info */

.product__info-container iframe {
	max-width: var(--size-100-per-100);
}

.product__info-container .product-form {
	margin-top: var(--space-xxs);
}

.product__info-container .icon-with-text {
	margin: 2.5rem 0;
}

.product__text {
	margin-bottom: 0;
}

a.product__text {
	display: block;
	text-decoration: none;
	color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
	text-transform: uppercase;
}

.product__breadcrumbs {
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.product__breadcrumbs {
		margin-bottom: var(--space-3xs);
	}
}

@media screen and (min-width: 990px) {
	.product__breadcrumbs {
		margin-bottom: var(--space-xs);
	}
}

.product__title {
	word-break: break-word;
	margin-bottom: 0;
}

.product .product-subtitle {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0 0 var(--tt-space-l) 0;
}

.product__title h1,
.product__title p.h1 {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-2);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin-bottom: var(--tt-space-xs);
}

.product-description {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-style: normal;
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	margin-bottom: var(--space-xxs) !important;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product-description {
		font-size: var(--typo-body-s);
	}

	.product-description,
	.product-price-rating-container,
	.product.accordion.product-info_bottom details:not(:last-of-type) {
		margin-bottom: var(--space-3xs) !important;
	}

	.shopify-payment-button__more-options {
		margin-top: var(--space-3xs) !important;
	}
}

.product__title > * {
	margin: 0;
}

.product__title + .product__text.caption-with-letter-spacing {
	margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
	margin-top: 0;
}

.product__accordion .accordion__content {
	padding: 0 1rem;
}

.product .price .badge {
	margin-bottom: 0;
}

.product .price__container {
	margin-bottom: 0;
}

.product .price dl {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
	display: none;
}

@media screen and (min-width: 750px) {
	.product__info-container {
		border: 1px solid var(--color-black);
	}

	.product__info-container .small-hide {
		padding: var(--tt-space-xl);
		border-bottom: 1px solid var(--color-black);
	}
}

.product__description-title {
	font-weight: 600;
}

.product__description h2,
.product__description h3,
.product__description h4,
.product__description h5,
.product__description h6 {
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-700);
	margin: 0;
}

.product__description p {
	margin: var(--space-xxs) 0;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
	text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
	padding: 0;
}

.product__tax {
	margin-top: -1.4rem;
}

.product--no-media .share-button {
	max-width: var(--size-100-per-100);
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product--no-media .product-form {
	flex-direction: column;
}

.product--no-media .product-form > .form {
	max-width: 30rem;
	width: var(--size-100-per-100);
}

.product--no-media .product-form__quantity {
	flex-direction: column;
	max-width: var(--size-100-per-100);
}

.product-form__quantity .form__label {
	margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
	margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
	margin-bottom: 1.2rem;
}

.product-form__buttons button[type="submit"][name="add"] {
	background-color: var(--color-neutral-8);
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	padding: var(--tt-space-xl) var(--tt-space-2xl);
	margin-top: 0;
	height: auto;
}

.product-form__buttons button[type="submit"][name="add"]:disabled {
	background-color: var(--color-neutral-1);
	color: var(--color-neutral-4);
	cursor: not-allowed;
}

.product--no-media .product__info-container > modal-opener {
	display: block;
	text-align: center;
}

.product--no-media .product-popup-modal__button {
	padding-right: 0;
}

.product--no-media .price {
	text-align: center;
}

/* Product media */

.product__info-wrapper {
	padding: 0;
}

@media screen and (max-width: 749px) {
	.product__media-list {
		margin-left: -2.5rem;
		margin-bottom: 3rem;
		width: calc(100% + 4rem);
	}

	.slider.product__media-list::-webkit-scrollbar {
		height: 0.2rem;
		width: 0.2rem;
	}

	.product__media-list::-webkit-scrollbar-thumb {
		background-color: rgb(var(--color-foreground));
	}

	.product__media-list::-webkit-scrollbar-track {
		background-color: rgba(var(--color-foreground), 0.2);
	}

	.product__media-list .product__media-item {
		width: var(--size-100-per-100);
	}

	.product--mobile-columns .product__media-item {
		width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
	}
}

@media screen and (min-width: 750px) {
	.product {
		margin: 0;
		padding: 0 var(--tt-space-2xl) var(--tt-space-2xl) 0;
	}

	.product--thumbnail .product__media-list,
	.product--carousel-with-dots .product__media-list {
		padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
	}

	.product__media-list {
		padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
	}

	.product--thumbnail .product__media-item:not(.is-active),
	.product--carousel-with-dots .product__media-item:not(.is-active) {
		display: none;
	}

	.product-media-modal__content > .product__media-item--variant.product__media-item--variant {
		display: none;
	}

	.product-media-modal__content > .product__media-item--variant:first-child {
		display: block;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product.grid--2-col-tablet {
		gap: var(--tt-space-l);
	}

	.product.grid--2-col-tablet .product__media-wrapper,
	.product.grid--2-col-tablet .product__info-wrapper {
		width: calc(var(--size-50-per-100) - var(--tt-space-l) / 2);
	}

	.product__media-list .product__media-item:first-child {
		padding-left: 0;
	}

	.product--carousel-with-dots .product__media-list {
		margin-left: 0;
	}

	.product__media-list .product__media-item {
		width: var(--size-100-per-100);
	}
}

.product__media-icon .icon {
	width: 1.2rem;
	height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
	background-color: rgb(var(--color-background));
	border-radius: 50%;
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	color: rgb(var(--color-foreground));
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
	z-index: 1;
	transition:
		color var(--duration-short) ease,
		opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
	opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
	cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
	.product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
		max-width: calc(var(--size-50-per-100) - var(--space-3xs));
	}
}

@media screen and (min-width: 990px) {
	.product--stacked .product__media-item {
		max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product:not(.product--columns) .product__media-list .product__media-item:first-child {
		width: var(--size-100-per-100);
		max-width: var(--size-100-per-100);
	}

	.product__modal-opener .product__media-icon {
		opacity: 0;
	}

	.product__modal-opener:hover .product__media-icon,
	.product__modal-opener:focus .product__media-icon {
		opacity: 1;
	}

	.product__info-container .product-form {
		margin-top: var(--space-xs);
	}

	.shopify-payment-button__more-options {
		font-size: var(--typo-body-s);
	}
}

.product__media-item > * {
	display: block;
	position: relative;
}

.product__media-toggle {
	display: flex;
	border: none;
	background-color: var(--color-transparent);
	color: currentColor;
	padding: 0;
}

.product__media-toggle::after {
	content: "";
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(var(--border-width) * -1);
	right: calc(var(--border-width) * -1);
	bottom: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	z-index: 2;
}

.product__media-toggle:focus-visible {
	outline: 0;
	box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	.product__media-toggle:focus-visible,
	.product__media-toggle:focus-visible:after {
		outline: transparent solid 1px;
		outline-offset: 2px;
	}
}

.product__media-toggle.focused {
	outline: 0;
	box-shadow: none;
}

.product__media-toggle:focus-visible:after {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
	border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
	border-radius: var(--media-radius);
}

.product-media-modal {
	background-color: rgb(var(--color-background));
	height: var(--size-100-per-100);
	position: fixed;
	top: 0;
	left: 0;
	width: var(--size-100-per-100);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.product-media-modal[open] {
	visibility: visible;
	opacity: 1;
	z-index: 101;
}

.product-media-modal__dialog {
	display: flex;
	align-items: center;
	height: 100vh;
}

.product-media-modal__content {
	max-height: 100vh;
	width: var(--size-100-per-100);
	overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
	display: none;
}

@media screen and (min-width: 750px) {
	.product-media-modal__content {
		padding-bottom: 2rem;
	}

	.product-media-modal__content > *:not(.active) {
		display: block;
	}

	.product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}

	.product__media-list .deferred-media {
		display: block;
	}
}

@media screen and (max-width: 749px) {
	.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
	.product--carousel-with-dots
		.is-active
		.product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}

	.product--thumbnail .is-active .deferred-media,
	.product--carousel-with-dots .is-active .deferred-media {
		display: block;
		width: var(--size-100-per-100);
	}

	.product__media-icon {
		display: none !important;
	}

	.product__media-toggle {
		pointer-events: none !important;
	}

	.product__media-item img {
		touch-action: manipulation;
	}
}

.product-media-modal__content > * {
	display: block;
	height: auto;
	margin: auto;
}

.product-media-modal__content .media {
	background: none;
}

.product-media-modal__model {
	width: var(--size-100-per-100);
}

.product-media-modal__toggle {
	background-color: var(--color-transparent);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	right: 2rem;
	position: fixed;
	z-index: 2;
	top: 2rem;
	width: 4rem;
}

.product-media-modal__content .deferred-media {
	width: var(--size-100-per-100);
}

@media screen and (min-width: 750px) {
	.product-media-modal__content {
		padding: 2rem 11rem;
	}

	.product-media-modal__content > * {
		width: var(--size-100-per-100);
	}

	.product-media-modal__content > * + * {
		margin-top: 2rem;
	}

	.product-media-modal__toggle {
		right: 5rem;
		top: 2.2rem;
	}
}

@media screen and (min-width: 990px) {
	.product-media-modal__content {
		padding: 2rem 11rem;
	}

	.product-media-modal__content > * + * {
		margin-top: 1.5rem;
	}

	.product-media-modal__content {
		padding-bottom: 1.5rem;
	}

	.product-media-modal__toggle {
		right: 5rem;
	}
}

.product-media-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 0;
	overflow: auto;
	width: var(--size-100-per-100);
	background: rgba(var(--color-foreground), 0.2);
	height: var(--size-100-per-100);
}

.product-popup-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 101;
}

.product-popup-modal__content {
	background-color: var(--color-white);
	overflow: auto;
	height: auto;
	margin: 0 auto;
	left: var(--size-50-per-100);
	transform: translateX(-50%);
	margin-top: var(--space-5xl);
	max-width: calc(var(--size-95-per-100) - var(--size-5-per-100) + var(--size-2-per-100));
	position: absolute;
	top: 0;
	padding: var(--tt-space-3xl);
	box-shadow: var(--space-3xs) var(--space-xxs) var(--space-m) 0 var(--color-neutral-7);
}

.product-popup-modal__content.focused {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
		var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
			var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
		var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset)
			var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
	.product-popup-modal__content {
		margin-top: var(--space-3xl);
		width: calc(var(--size-10-per-100) * 8);
	}

	.product-media-modal__dialog .global-media-settings--no-shadow {
		overflow: visible !important;
	}
}

.product-popup-modal__content img {
	max-width: var(--size-100-per-100);
}

@media screen and (max-width: 749px) {
	.product-popup-modal__content table {
		display: block;
		max-width: fit-content;
		overflow-x: auto;
		white-space: nowrap;
		margin: 0;
	}

	.product-media-modal__dialog .global-media-settings,
	.product-media-modal__dialog .global-media-settings video,
	.product-media-modal__dialog .global-media-settings model-viewer,
	.product-media-modal__dialog .global-media-settings iframe,
	.product-media-modal__dialog .global-media-settings img {
		border: none;
		border-radius: 0;
	}
}

.product-popup-modal__opener {
	display: flex;
}

.product-popup-modal__button {
	padding-right: 0;
	padding-left: 0;
	transition: text-decoration-thickness var(--duration-short) ease;
	display: flex;
	align-items: center;
	justify-content: end;
}

.product-popup-modal__button:hover {
	text-decoration-thickness: 0.2rem;
}

.size-chart-scroll-link {
	color: var(--color-primary-6);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	text-decoration-line: underline;
	text-underline-offset: var(--underline-offset);
}

.size-chart-scroll-link:hover {
	text-decoration-thickness: inherit;
}

.product-popup-modal__content-info > * {
	height: auto;
	margin: 0 auto;
	max-width: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

.product-popup-modal__header-bar {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 749px) {
	.product-popup-modal__content-info > * {
		max-height: var(--size-100-per-100);
	}
}

.product-popup-modal__toggle {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-popup-modal__toggle:hover {
	color: var(--color-neutral-4);
}

.product-popup-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
	color: var(--color-neutral-3);
}

.product__media-list .media > * {
	overflow: hidden;
}

.thumbnail-list {
	flex-wrap: wrap;
	grid-gap: 1rem;
}

/* Mobile slider with dots controls */

.product--carousel-with-dots ul.thumbnail-list {
	justify-content: center;
}

.product__media-wrapper .thumbnail-slider.product--carousel-with-dots {
	display: flex;
	justify-content: center;
}

.product__media-wrapper .thumbnail-slider.product--carousel-with-dots .container {
	background: var(--color-transparent);
	border-radius: var(--border-radius-xxs);
	margin: var(--space-xs) auto;
	padding: var(--space-xxs) 0 var(--space-xxs) var(--space-xxs);
}

.product__media-wrapper
	.thumbnail-slider.product--carousel-with-dots
	.thumbnail-list__item::before {
	display: none;
}

.product__media-wrapper .thumbnail-slider.product--carousel-with-dots .thumbnail-list.slider {
	gap: 0;
	margin: 0;
	padding: 0;
}

.product--carousel-with-dots ul.thumbnail-list li.thumbnail-list__item.slider__slide {
	width: var(--size-s);
	height: var(--size-xs-xs);
	display: flex;
	justify-content: center;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
	content: none;
}

@media screen and (min-width: 750px) {
	.product--stacked .thumbnail-list {
		display: none;
	}

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

.thumbnail-list_item--variant:not(:first-child) {
	display: none;
}

@media screen and (min-width: 990px) {
	.thumbnail-list {
		grid-template-columns: repeat(4, 1fr);
	}

	.product--medium .thumbnail-list {
		grid-template-columns: repeat(5, 1fr);
	}

	.product--large .thumbnail-list {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (max-width: 749px) {
	.product__media-item {
		display: flex;
		align-items: center;
	}

	.product__modal-opener {
		width: var(--size-100-per-100);
	}

	.thumbnail-slider {
		display: flex;
		align-items: center;
	}

	.thumbnail-slider .thumbnail-list.slider {
		display: flex;
		padding: 0.5rem;
		flex: 1;
		scroll-padding-left: 0.5rem;
	}

	.thumbnail-list__item.slider__slide {
		width: calc(33% - 0.6rem);
	}
}

@media screen and (min-width: 750px) {
	.product--carousel-with-dots .thumbnail-slider {
		display: flex;
		align-items: center;
		margin-top: var(--space-m);
	}

	.thumbnail-slider .thumbnail-list.slider--tablet-up {
		display: flex;
		padding: 0.5rem;
		flex: 1;
		scroll-padding-left: 0.5rem;
	}

	.product__media-wrapper .slider-mobile-gutter .slider-button {
		display: none;
	}

	.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		width: 10px;
		height: 10px;
	}

	.product--carousel-with-dots .slider-mobile-gutter .slider-button {
		display: flex;
	}
}

.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: var(--size-100-per-100);
	width: var(--size-100-per-100);
	padding: 0;
	color: rgb(var(--color-foreground));
	cursor: pointer;
	background-color: var(--color-neutral-1);
	border-color: var(--color-transparent);
}

/* Start - Mobile slider button (dots) */
.product__media-wrapper .thumbnail-slider.product--carousel-with-dots .thumbnail {
	background-color: var(--color-neutral-2);
	border-radius: var(--border-radius-xxs);
	height: var(--size-xs-xs);
	transition: all var(--transition-duration-06s) ease;
	width: var(--size-xs-xs);
}

.product--carousel-with-dots
	ul.thumbnail-list
	li.thumbnail-list__item
	button[aria-current="true"] {
	background-color: var(--color-black);
}

.product--carousel-with-dots .thumbnail-list__item {
	display: flex;
	align-items: center;
	transition: margin-right var(--transition-duration-06s) ease;
}

.product--carousel-with-dots .thumbnail-list__item.active .thumbnail {
	width: var(--size-s);
}

.product--carousel-with-dots .thumbnail-list__item.active {
	margin-right: calc(var(--space-s) - var(--space-xs-xs));
}

/* End - Mobile slider button (dots)  */

slider-component .global-media-settings {
	border: 0;
}

.thumbnail:hover {
	opacity: 0.7;
}

.thumbnail.global-media-settings img {
	border-radius: 0;
}

.thumbnail[aria-current] {
	background-color: var(--color-black);
	border: 1px solid var(--color-neutral-1);
}

.image-magnify-full-size {
	cursor: zoom-out;
	z-index: 1;
	margin: 0;
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
	cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
	display: none;
}

.product__modal-opener > .loading__spinner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	align-items: center;
	height: 48px;
	width: 48px;
}

.product__modal-opener .path {
	stroke: rgb(var(--color-button));
	opacity: 0.75;
}

@media (hover: hover) {
	.product__media-zoom-hover,
	.product__media-icon--hover {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.product__media-zoom-hover,
	.product__media-icon--hover {
		display: flex;
	}
}

.js .product__media {
	overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
	outline: 0;
	box-shadow:
		0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	.thumbnail[aria-current]:focus,
	.thumbnail.focused {
		outline: transparent solid 1px;
	}
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

.thumbnail img {
	object-fit: cover;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	pointer-events: none;
}

.thumbnail__badge .icon {
	width: 1rem;
	height: 1rem;
}

.thumbnail__badge .icon-3d-model {
	width: 1.2rem;
	height: 1.2rem;
}

.thumbnail__badge {
	color: rgb(var(--color-foreground), 0.6);
	height: 2rem;
	width: 2rem;
	left: auto;
	right: calc(0.4rem + var(--media-border-width));
	top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
	.product:not(.product--small) .thumbnail__badge {
		height: 3rem;
		width: 3rem;
	}

	.product:not(.product--small) .thumbnail__badge .icon {
		width: 1.2rem;
		height: 1.2rem;
	}

	.product:not(.product--small) .thumbnail__badge .icon-3d-model {
		width: 1.4rem;
		height: 1.4rem;
	}
}

.thumbnail-list__item {
	position: relative;
}

.thumbnail-list__item::before {
	content: "";
	display: block;
	padding-bottom: var(--size-100-per-100);
}

.product:not(.featured-product) .product__view-details {
	display: none;
}

.product__view-details {
	display: block;
	text-decoration: none;
}

.product__view-details:hover {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.product__view-details .icon {
	width: 1.2rem;
	margin-left: 1.2rem;
	flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
	display: flex;
	align-items: center;
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: var(--tt-space-l) 0;
}

.product__inventory svg {
	margin-right: var(--tt-space-s);
}

.product--no-media .product__inventory {
	justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
	display: block;
}

.product__inventory.visibility-hidden:empty::after {
	content: "#";
}

/* Icon with text */
.icon-with-text {
	--icon-size: calc(var(--typo-heading-scale) * 3rem);
	--icon-spacing: calc(var(--typo-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
	display: flex;
	justify-content: center;
	column-gap: 3rem;
	flex-direction: row;
}

.icon-with-text--vertical {
	--icon-size: calc(var(--typo-heading-scale) * 2rem);
}

.icon-with-text .icon {
	fill: rgb(var(--color-foreground));
	height: var(--icon-size);
	width: var(--icon-size);
}

.icon-with-text--horizontal .icon,
.icon-with-text--horizontal img {
	margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .icon {
	min-height: var(--icon-size);
	min-width: var(--icon-size);
	margin-right: var(--icon-spacing);
}

.icon-with-text img {
	height: var(--icon-size);
	width: var(--icon-size);
	object-fit: contain;
}

.icon-with-text--vertical img {
	margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
	padding-top: calc(var(--icon-size) + var(--icon-spacing));
	text-align: center;
}

.icon-with-text--horizontal svg + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
	padding-top: 0;
}

.icon-with-text__item {
	display: flex;
	align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
	flex-direction: column;
	width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
	margin-bottom: var(--icon-size);
}

.exceptional-information {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-style: normal;
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	margin-bottom: 0;
}

.exceptional-information.shipping {
	color: var(--color-warning-4);
}

/* SKU block */

.product__sku.visibility-hidden::after {
	content: "#";
}

/* Product-thumbnail snippet */

.product-media-container {
	--aspect-ratio: var(--preview-ratio);
	--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
	position: relative;
	width: var(--size-100-per-100);
	max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
	/* arbitrary offset value based on average theme spacing and header height */
	--viewport-offset: 400px;
	--constrained-min-height: 300px;
	--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
	margin-right: auto;
	margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
	--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
	width: min(var(--contained-width), 100%);
}

.product-media-container .media {
	padding-top: var(--ratio-percent);
}

.product-media-container.media-fit-cover .media {
	aspect-ratio: 4/5;
}

.product-media-container.constrain-height .media {
	padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
	.product-media-container.media-fit-cover {
		display: flex;
		align-self: stretch;
	}

	.product-media-container.media-fit-cover .media {
		/* allow media img element to scale relative to modal-opener/product-media-container */
		position: initial;
	}
}

@media screen and (min-width: 750px) {
	.product-media-container {
		max-width: var(--size-100-per-100);
	}

	.product-media-container:not(.media-type-image) {
		/* override to use actual media ratio (not poster ratio) for video/models on desktop */
		--aspect-ratio: var(--ratio);
	}

	.product-media-container.constrain-height {
		--viewport-offset: 170px;
		--constrained-min-height: 500px;
	}

	.product-media-container.media-fit-cover,
	.product-media-container.media-fit-cover .product__modal-opener,
	.product-media-container.media-fit-cover .media {
		height: var(--size-100-per-100);
		max-width: var(--size-100-per-100);
	}

	.product-media-container.media-fit-cover .deferred-media__poster img {
		object-fit: cover;
		width: var(--size-100-per-100);
	}
}

.product-media-container .product__modal-opener {
	display: block;
	position: relative;
}

@media screen and (min-width: 750px) {
	.product-media-container .product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}
}

/* Recipient form */
.recipient-form {
	/* (2.88[line-height] - 1.6rem) / 2 */
	--recipient-checkbox-margin-top: 0.64rem;

	display: block;
	position: relative;
	max-width: 44rem;
	margin-bottom: 2.5rem;
}

.recipient-form-field-label {
	margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
	display: flex;
	justify-content: space-between;
}

.recipient-checkbox {
	flex-grow: 1;
	font-size: 1.6rem;
	display: flex;
	word-break: break-word;
	align-items: flex-start;
	max-width: inherit;
	position: relative;
	cursor: pointer;
}

.recipient-form > input[type="checkbox"] {
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	margin: var(--recipient-checkbox-margin-top) 0;
	top: 0;
	left: 0;
	z-index: -1;
	appearance: none;
	-webkit-appearance: none;
}

.recipient-fields__field {
	margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 3.5rem);
	overflow: hidden;
}

.recipient-checkbox > svg {
	margin-top: var(--recipient-checkbox-margin-top);
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.recipient-form .icon-checkmark {
	visibility: hidden;
	position: absolute;
	left: 0.28rem;
	z-index: 5;
	top: 0.4rem;
}

.recipient-form > input[type="checkbox"]:checked + label .icon-checkmark {
	visibility: visible;
}

.js .recipient-fields {
	display: none;
}

.recipient-fields hr {
	margin: 1.6rem auto;
}

.recipient-form > input[type="checkbox"]:checked ~ .recipient-fields {
	display: block;
	animation: animateMenuOpen var(--duration-default) ease;
}

.recipient-form > input[type="checkbox"]:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
	display: none;
}

.js .recipient-email-label.required {
	display: inline;
}

.recipient-form ul {
	line-height: calc(1 + 0.6 / var(--font-body-scale));
	padding-left: 4.4rem;
	text-align: left;
}

.recipient-form ul a {
	display: inline;
}

.recipient-form .error-message::first-letter {
	text-transform: capitalize;
}

@media screen and (forced-colors: active) {
	.recipient-fields > hr {
		border-top: 0.1rem solid rgb(var(--color-background));
	}

	.recipient-checkbox > svg {
		background-color: inherit;
		border: 0.1rem solid rgb(var(--color-background));
	}

	.recipient-form > input[type="checkbox"]:checked + label .icon-checkmark {
		border: none;
	}
}

.product-description-container #product-description,
.product-description-container #product-description li,
.product-description-container #product-description li span,
.product-description-container #product-description li p {
	font-size: var(--typo-body-regular);
}

.product__media-button {
	display: none;
}

.product__media-list .product__media-button button {
	margin: 0;
}

.product__media-button button[aria-expanded="true"] svg {
	right: var(--space-xs-xs);
	transform: rotate(var(--deg-180));
}

.product__media-list .product__media-button button svg path {
	fill: var(--color-white);
}

.product-media-container {
	position: relative;
}

.product__media-wrapper .slider-mobile-gutter:not(.starapps):not(:only-of-type) {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.product__media-wrapper .slider-mobile-gutter .slider-buttons.quick-add-hidden {
	position: absolute;
	bottom: var(--space-xs-xs);
	left: var(--space-xxs);
}

.product__media-list .product-media-container .badges .badge-container {
	top: 0;
	bottom: auto;
}

.product__media-list .product-media-container .badges .badge-container.has-multiple-badges {
	top: calc(var(--space-m) + var(--space-4xs)) !important;
}

.product__media-list .product-media-container .rider-detail-container {
	bottom: 0;
	position: absolute;
	right: 0;
	margin: var(--space-xxs);
}

.product__media-list .product-media-container .rider-detail-container .container {
	display: flex;
}

.product__media-list .product-media-container .rider-detail-container .container .info {
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius-2xs);
	display: inline-flex;
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-400);
	padding: var(--space-3xs);
	background-color: var(--color-black6);
	color: var(--color-neutral-4);
}

p.finalSale {
	font-size: var(--typo-body-regular);
	color: var(--color-neutral-4);
	margin-top: 0;
}

p.finalSale span {
	color: var(--color-warning-4);
	font-weight: bold;
}

@media screen and (min-width: 750px) {
	.product__media-list .product__media-button {
		display: inline-block;
		position: absolute;
		bottom: var(--space-xxs);
		width: var(--size-100-per-100);
		cursor: pointer;
		z-index: 10;
		user-select: none;
	}

	.product__media-button button {
		position: relative;
		left: calc(var(--size-50-per-100) - (var(--space-5xl) + 2 * var(--space-3xs)));
		top: calc(-1 * (calc(5 * var(--space-xs-xs)) + var(--space-xxs)));
		z-index: 2;
		margin: 0;
	}

	.product__media-list .product-media-container .rider-detail-container {
		right: auto;
		left: 0;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product__media-list .product__media-button {
		bottom: var(--space-3xs);
	}

	.product__media-list .product-media-container .rider-detail-container {
		margin: var(--space-3xs);
	}
}

@media screen and (min-width: 990px) {
	.product__media-list .product-media-container .rider-detail-container .container .info {
		padding: var(--space-xxs);
		font-size: var(--typo-body-s);
	}
}


/* === FILE SEPARATOR === */

#size-finder-button button {
	color: var(--color-primary-6);
}

#size-finder-data-table {
	display: none;
}

#size-finder-button button span {
	color: var(--color-primary-6);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	text-decoration-line: underline;
	text-underline-offset: var(--underline-offset);
}

#PopupModal-size-finder .product-popup-modal__content-info {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-xl);
}

#PopupModal-size-finder .title {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	text-transform: uppercase;
	margin: 0;
}

#PopupModal-size-finder .subtitle {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-2);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

#PopupModal-size-finder p {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
}

#PopupModal-size-finder .popup-modal__content {
	box-shadow: var(--space-3xs) var(--space-xxs) var(--space-m) 0 var(--color-neutral-7);
	width: var(--size-80-per-100);
	overflow: visible;
}

#PopupModal-size-finder .product-popup-modal__toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 0;
	margin: 0;
}

#PopupModal-size-finder label {
	color: var(--color-black);
}

#PopupModal-size-finder select {
	background: var(--color-white);
	border-radius: var(--border-radius-xxs);
	padding: var(--space-xs);
	border: 1px solid var(--color-gray-2);
}

#PopupModal-size-finder input:focus-visible {
	outline: none;
	box-shadow: none;
}

#PopupModal-size-finder .dd {
	position: relative;
	font: inherit;
	margin-top: var(--tt-space-m);
	margin-bottom: var(--tt-space-xl);
}

#PopupModal-size-finder .dd__button {
	width: var(--size-100-per-100);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--tt-space-m);
	padding: var(--tt-space-l);
	border: 1px solid var(--color-neutral-1);
	background: var(--color-neutral-1);
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	cursor: pointer;
}

#PopupModal-size-finder .dd__button svg {
	position: absolute;
	right: var(--space-xs);
	top: var(--size-50-per-100);
	width: var(--space-xs);
	height: var(--space-xs);
	transform: translateY(calc(-1 * var(--size-50-per-100))) rotate(0);
	transition: transform 0.15s;
	color: var(--color-black);
	pointer-events: none;
}

#PopupModal-size-finder .dd__button svg path {
	fill: var(--color-black);
}

#PopupModal-size-finder .dd[aria-expanded="true"] .dd__button svg {
	transform: translateY(calc(-1 * var(--size-50-per-100))) rotate(var(--deg-180));
}

#PopupModal-size-finder .dd__panel {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: var(--space-3xs);
	border: 1px solid var(--color-neutral-1);
	background: var(--color-neutral-1);
	overflow: hidden;
	display: none;
	z-index: 1;
}
#PopupModal-size-finder .dd[aria-expanded="true"] .dd__panel {
	display: block;
}

#PopupModal-size-finder .dd__list {
	overflow: auto;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	max-height: calc(var(--space-m) * 10);
}

#PopupModal-size-finder .dd__option {
	position: relative;
	padding: var(--space-xs-xs) var(--space-xs-xs) var(--space-xs-xs) var(--space-m);
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	cursor: pointer;
}

#PopupModal-size-finder .dd__option:hover,
#PopupModal-size-finder .dd__option[aria-current="true"] {
	background: var(--color-gray-1);
}

#PopupModal-size-finder .dd__option:hover,
#PopupModal-size-finder .dd__option[aria-selected="true"] {
	color: var(--color-primary-5);
}

#PopupModal-size-finder .dd__option[aria-selected="true"]::after {
	content: "";
	background: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2211%22%20viewBox%3D%220%200%2016%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.8438%201.15625C15.0312%201.34375%2015.0312%201.6875%2014.8438%201.875L6.34375%2010.375C6.15625%2010.5625%205.8125%2010.5625%205.625%2010.375L1.125%205.875C0.9375%205.6875%200.9375%205.34375%201.125%205.15625C1.3125%204.96875%201.65625%204.96875%201.84375%205.15625L6%209.3125L14.125%201.15625C14.3125%200.96875%2014.6562%200.96875%2014.8438%201.15625Z%22%20fill%3D%22%234FB180%22%2F%3E%3C%2Fsvg%3E)
		no-repeat center;
	position: absolute;
	right: var(--space-s);
	top: var(--size-50-per-100);
	width: var(--space-m);
	height: var(--space-m);
	border-top: 0;
	border-left: 0;
	transform: translateY(calc(-1 * var(--size-50-per-100)));
}

#PopupModal-size-finder #weight {
	margin-top: var(--tt-space-m);
	padding: var(--tt-space-l);
	border-radius: var(--border-radius-4xs);
	border: 1px solid var(--color-neutral-1);
	background: var(--color-neutral-1);
	width: var(--size-100-per-100);
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
}

#PopupModal-size-finder #weight::placeholder {
	color: var(--color-black);
}

#PopupModal-size-finder .unit-switch {
	position: absolute;
	right: 0;
	top: calc(-3 * var(--space-xs-xs));
}

#PopupModal-size-finder .unit-switch button {
	background: var(--color-neutral-2);
	border: 1px solid var(--color-neutral-2);
	padding: var(--tt-space-s);
	color: var(--color-neutral-8);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-5);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	cursor: pointer;
}

#PopupModal-size-finder .weight-wrap {
	position: relative;
}

#PopupModal-size-finder .unit-switch button.active {
	background: var(--color-primary-5);
	color: var(--color-white);
	border: 1px solid var(--color-primary-5);
}

#PopupModal-size-finder .unit-switch button:hover,
#PopupModal-size-finder .unit-switch button.active:hover {
	background: var(--color-primary-5);
	color: var(--color-white);
	border: 1px solid var(--color-primary-5);
}

#PopupModal-size-finder button#submit,
#PopupModal-size-finder button#close {
	background-color: var(--color-neutral-8);
	color: var(--color-white);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	padding: var(--tt-space-xl) var(--tt-space-2xl);
	margin: 0;
	height: auto;
}

#PopupModal-size-finder button#submit:hover,
#PopupModal-size-finder button#close:hover {
	background: var(--color-primary-5);
	transition: all var(--transition-duration-03s) ease;
}

#PopupModal-size-finder button#restart {
	background: var(--color-white);
	color: var(--color-neutral-8);
	border: 2px solid var(--color-neutral-8);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	padding: var(--tt-space-xl) var(--tt-space-2xl);
	margin: 0;
	height: auto;
}

#PopupModal-size-finder button#restart:hover {
	background-color: var(--color-primary-5);
	color: var(--color-white);
	border: 2px solid var(--color-primary-5);
	transition: all var(--transition-duration-03s) ease;
}

#PopupModal-size-finder button#close,
#PopupModal-size-finder button#restart {
	display: none;
	margin: 0;
}

#PopupModal-size-finder .actions {
	display: flex;
	grid-gap: var(--space-xs);
	justify-content: center;
	padding-top: var(--tt-space-xl);
}

#PopupModal-size-finder #result {
	text-align: center;
	padding: var(--space-m);
	border-radius: var(--border-radius-4xs);
	background: var(--color-neutral-1);
}

#PopupModal-size-finder #result h3 {
	font-size: var(--typo-body-m);
	margin: 0 0 var(--space-s) 0;
	font-family: var(--typo-family);
}

#PopupModal-size-finder .chooseShorter {
	margin: var(--space-s) 0;
}

@media only screen and (min-width: 990px) {
	#PopupModal-size-finder .product-popup-modal__content {
		width: calc(var(--size-10-per-100) * 8);
	}
}


/* === FILE SEPARATOR === */

/********************************
	****  Component Swatch
*********************************/

/* General */
.swatch {
	aspect-ratio: 1 / 1;
	align-items: center;
	background: var(--swatch--background);
	background-position: var(--swatch-focal-point, initial);
	background-size: cover;
	background-origin: border-box;
	border: 0;
	border-radius: 0;
	display: flex;
	justify-content: center;
	max-width: var(--size-100-per-100);
	width: calc(var(--size-xs-xs) * 4.4);
}

.swatch--square {
	--swatch--border-radius: 0;
}

.swatch--unavailable {
	border-color: rgba(var(--color-foreground), 0.5);
}

/* Color and Size information */

.product__info-wrapper variant-selects {
	display: block;
}

/*********************************
** Color selector
*********************************/

.product__info-wrapper p#shopify-installments {
	text-align: center;
}

@media only screen and (min-width: 750px) {
	.product__info-wrapper .product__info-container .swatches {
		border-top: 1px solid var(--color-neutral-2) !important;
		padding: var(--space-xs) 0 0 !important;
	}
}

/********************************* 
** Size selector 
*********************************/

.product__info-wrapper variant-selects .size-options-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 var(--tt-space-l) 0;
}

.product__info-wrapper variant-selects .size-options-container legend {
	margin: 0;
	padding: 0;
}

.product__info-wrapper variant-selects .size-options-container .product-size-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--tt-space-m);
}

.product__info-wrapper .product__info-container .swatches .product-size-buttons {
	position: absolute;
	right: 0;
	height: var(--size-s);
	display: flex;
	justify-content: center;
	align-items: center;
}

.product__info-wrapper .low-stock-message {
	color: var(--color-neutral-4);
	font-size: var(--typo-body-s);
}

.product__info-wrapper variant-selects .dot-separator {
	width: var(--size-3xs);
	height: var(--size-3xs);
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	border-radius: var(--size-50-per-100);
	background-color: var(--color-neutral-2);
	margin: 0 var(--space-xxs);
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product__info-wrapper variant-selects .dot-separator {
		margin: 0 var(--space-3xs);
	}
}


/* === FILE SEPARATOR === */

.product--no-media .rating-wrapper {
	text-align: center;
}

.rating {
	display: inline-block;
	margin: 0;
}

.product .rating-star {
	--letter-spacing: 0.8;
	--font-size: 1.7;
}

.card-wrapper .rating-star {
	--letter-spacing: 0.7;
	--font-size: 1.4;
}

.rating-star {
	--color-rating-star: rgb(var(--color-foreground));
	--percent: calc(
		(
				var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) /
					(var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
			) *
			100%
	);
	letter-spacing: calc(var(--letter-spacing) * 1rem);
	font-size: calc(var(--font-size) * 1rem);
	line-height: 1;
	display: inline-block;
	font-family: Times;
	margin: 0;
}

.rating-star::before {
	content: "★★★★★";
	background: linear-gradient(
		90deg,
		var(--color-rating-star) var(--percent),
		rgba(var(--color-foreground), 0.15) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--color-transparent);
}

.rating-text {
	display: none;
}

.rating-count {
	display: inline-block;
	margin: 0;
}

.rating-count.caption {
	color: var(--color-black);
	font-size: var(--typo-body-s);
}

@media (forced-colors: active) {
	.rating {
		display: none;
	}

	.rating-text {
		display: block;
	}
}

.rating-container {
	align-items: center;
	display: flex;
	gap: var(--space-3xs);
	justify-content: start;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.rating-container.empty {
	opacity: 0;
}

.rating-container .caption {
	color: var(--color-neutral-7);
	display: block;
	margin: 0;
}

.rating-container .rating-icon,
.rating-container .caption {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
}

.rating-container .rating-icon svg {
	width: var(--size-xs);
	height: var(--size-xs);
}

.rating-container .rating-icon svg path {
	fill: var(--color-neutral-7);
}

/* Product page rating */
.product-price-rating-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	padding-top: var(--tt-space-l);
}

.product-price-rating-container .price--large {
	margin: 0;
}


/* === FILE SEPARATOR === */

/* Judge me widget on product page */
#judgeme_product_reviews .jdgm-rev-widg__header {
	padding: 0;
}

#judgeme_product_reviews .jdgm-rev-widg__actions {
	padding: var(--space-xs) 0;
	margin: 0;
}

@media screen and (min-width: 990px) {
	#judgeme_product_reviews .jdgm-rev-widg__actions {
		padding: var(--space-s) 0;
	}
}

#judgeme_product_reviews .jdgm-rev-widg__header,
#judgeme_product_reviews .jdgm-rev-widg__actions {
	box-shadow: none;
}

/* JudgeMe widget */
#judgeme_product_reviews {
	background-color: var(--color-neutral-1);
	padding: var(--size-s) 0;
	max-width: var(--size-100-per-100) !important;
}

.jdgm-rev-widg__header,
.jdgm-rev-widg__actions,
#judgeme_product_reviews .jdgm-rev {
	background-color: var(--color-neutral-1) !important;
}

.shopify-section:has(#judgeme_product_reviews) {
	background-color: var(--color-neutral-1);
	margin: 0;
}

.jdgm-rev__actions {
	display: none !important;
}

#judgeme_product_reviews .jdgm-row-stars {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--color-neutral-2);
	padding-bottom: var(--space-xs);
	justify-content: flex-start;
}

#judgeme_product_reviews .jdgm-rev-widg {
	padding: 0;
}

/* JudgeMe widget header */
#judgeme_product_reviews .jdgm-rev-widg__title {
	text-align: left;
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-weight: var(--font-weight-700);
	font-size: var(--typo-heading-4);
	margin-bottom: var(--space-xs);
}

#judgeme_product_reviews .jdgm-row-stars .jdgm-rev-widg__summary {
	align-items: start;
	justify-content: start;
	margin-bottom: var(--space-xs);
}

#judgeme_product_reviews .jdgm-rev-widg__summary .jdgm-rev-widg__summary-inner {
	text-align: left;
}

#judgeme_product_reviews
	.jdgm-rev-widg__summary
	.jdgm-rev-widg__summary-inner
	.jdgm-rev-widg__summary-text {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	margin-top: var(--space-xxs);
	font-size: var(--typo-body-s);
}

#judgeme_product_reviews .jdgm-rev-widg__summary .jdgm-star {
	color: var(--color-black);
}

#judgeme_product_reviews .jdgm-histogram {
	border-left: 0;
	text-align: left;
	margin-bottom: var(--space-xs);
}

#judgeme_product_reviews .jdgm-row-stars .jdgm-widget-actions-wrapper {
	border-left: 0;
	justify-content: end;
	margin: 0;
}

#judgeme_product_reviews .jdgm-histogram .jdgm-star {
	color: var(--color-black);
	font-size: var(--typo-body-s);
}

#judgeme_product_reviews .jdgm-histogram .jdgm-histogram__bar,
#judgeme_product_reviews .jdgm-histogram .jdgm-histogram__bar-content {
	border-radius: 0;
}

#judgeme_product_reviews .jdgm-histogram .jdgm-histogram__bar {
	background-color: var(--color-neutral-1);
	border: 1px solid var(--color-black);
}

#judgeme_product_reviews .jdgm-histogram .jdgm-histogram__bar-content {
	background-color: var(--color-black);
	opacity: initial;
}

#judgeme_product_reviews .jdgm-histogram .jdgm-histogram__frequency {
	color: var(--color-neutral-4);
	font-size: var(--typo-body-s);
}

.jdgm-all-reviews__summary-text--verified {
	justify-content: flex-start !important;
}

#judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link,
#judgeme_product_reviews .jdgm-paginate .jdgm-paginate__load-more {
	background-color: var(--color-black);
	color: var(--color-white);
	cursor: pointer;
	border: 0;
	display: inline-block;
	font-weight: var(--font-weight-400);
	justify-content: center;
	line-height: var(--space-xs);
	margin: 0;
	text-decoration: none;
	font-family: var(--typo-family);
	transition:
		background-color var(--transition-duration-03s),
		color var(--transition-duration-03s);
	border-radius: var(--border-radius-xxs);
	align-items: center;
	display: inline-flex;
	font-size: var(--typo-body-regular);
	padding: calc(1.2 * var(--space-xs-xs)) var(--space-s);
	height: calc(5 * var(--space-xs-xs));
	min-width: var(--size-100-per-100);
	width: var(--size-100-per-100);
}

#judgeme_product_reviews .jdgm-paginate .jdgm-paginate__load-more {
	min-width: auto;
	width: auto;
}

#judgeme_product_reviews .jdgm-widget-actions-wrapper .jdgm-write-rev-link:hover,
#judgeme_product_reviews .jdgm-paginate .jdgm-paginate__load-more:hover {
	border: 0;
	background: var(--color-neutral-5);
	transition:
		background-color var(--transition-duration-03s),
		color var(--transition-duration-03s);
}

#judgeme_product_reviews .jdgm-write-rev-link.jdgm-write-rev-link:hover {
	opacity: 1;
}

#judgeme_product_reviews .jdgm-row-actions {
	border-top: 0;
	padding: 0;
}

#judgeme_product_reviews .jdgm-rev-widg__summary-average {
	color: var(--color-black);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	width: calc((var(--size-10) * 3) + (var(--size-8) - var(--size-2))); /* 38px */
	height: calc((var(--size-10) * 3));
	display: inline-flex;
	overflow: hidden;
}

/* JudgeMe widget body */

#judgeme_product_reviews .jdgm-row-actions .jdgm-sort-dropdown {
	font-family: var(--typo-family);
	color: var(--color-neutral-3);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	font-size: var(--typo-body-s);
	padding: 0;
	width: var(--size-100-per-100);
}

#judgeme_product_reviews .jdgm-row-profile .jdgm-rev__icon {
	display: none;
}

#judgeme_product_reviews .jdgm-sort-dropdown-wrapper {
	padding: var(--space-xxs);
	border-radius: var(--border-radius-xxs);
	border: 1px solid var(--color-neutral-2);
	width: var(--size-100-per-100);
}

#judgeme_product_reviews .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
	right: var(--space-xxs);
}

#judgeme_product_reviews .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-star,
#judgeme_product_reviews .jdgm-rev__icon:not(.jdgm-rev__avatar):before,
#judgeme_product_reviews .jdgm-rev__author {
	color: var(--color-black);
}

.jdgm-row-extra {
	display: none;
}

.jdgm-rev__header {
	margin-bottom: var(--space-xs) !important;
}

.jdgm-rev__title {
	font-size: var(--typo-body-regular);
	margin-bottom: var(--space-xs) !important;
	color: var(--color-neutral-4);
}

.jdgm-rev .jdgm-rev__custom-form,
.jdgm-rev .jdgm-rev__body {
	margin: 0 !important;
}

.jdgm-row-rating {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--space-xxs);
}

.jdgm-row-rating .jdgm-rev__rating {
	color: var(--color-black);
}

#judgeme_product_reviews .jdgm-rev__timestamp {
	float: none;
	align-self: flex-end;
}

#judgeme_product_reviews .jdgm-rev__body > p,
#judgeme_product_reviews .jdgm-rev__reply-content > p,
#judgeme_product_reviews .jdgm-rev__timestamp,
#judgeme_product_reviews .jdgm-rev__author {
	color: var(--color-neutral-4);
	font-size: var(--typo-body-s);
	line-height: var(--typo-line-height-150);
}

#judgeme_product_reviews .jdgm-rev {
	border-bottom: 1px solid var(--color-neutral-2);
	border-top: 0;
	margin: 0;
	padding: var(--space-xs) 0;
	margin-bottom: var(--space-xs);
	box-shadow: none;
}

/* JudgeMe pagination */
#judgeme_product_reviews .jdgm-paginate {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: var(--space-xxs);
	border-top: 0;
	padding: 0;
}

#judgeme_product_reviews .jdgm-paginate__page.jdgm-paginate__last-page,
#judgeme_product_reviews .jdgm-paginate__page.jdgm-paginate__first-page {
	display: none;
}

#judgeme_product_reviews .jdgm-paginate__page {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-400);
	padding: var(--space-xxs);
	border: 1px solid var(--color-neutral-1);
	height: var(--size-l);
	width: var(--size-l);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius-3xs);
	transition: border-color var(--transition-duration-03s) ease;
}

#judgeme_product_reviews .jdgm-paginate__next-page:before,
#judgeme_product_reviews .jdgm-paginate__prev-page:before {
	content: "";
	display: inline-block;
	width: calc((var(--size-xs-xs) + var(--size-3xs)) / 2);
	height: calc(var(--size-xl) / 4);
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOCAxMiIgZmlsbD0ibm9uZSI+PHBhdGggZD0iTTcuMjk0NDYgNS41MjU4M0M3LjU2ODUxIDUuNzg2OTYgNy41Njg1MSA2LjIwOTIyIDcuMjk0NDYgNi40Njc1OEwxLjY5Njc5IDExLjgwNDFDMS40MjI3NCAxMi4wNjUzIDAuOTc5NTkyIDEyLjA2NTMgMC43MDg0NTUgMTEuODA0MUMwLjQzNzMxOCAxMS41NDMwIDAuNDM0NDAyIDExLjEyMDggMC43MDg0NTUgMTAuODYyNEw1LjgxMDUwIDYuMDAwODdMMC43MDU1MzkgMS4xMzY1NkMwLjQzMTQ4NyAwLjg3NTQyNSAwLjQzMTQ4NyAwLjQ1MzE2NiAwLjcwNTUzOSAwLjE5NDgxQzAuOTc5NTkyIC0wLjA2MzU0NTggMS40MjI3NCAtMC4wNjYzMjM4IDEuNjkzODggMC4xOTQ4MUw3LjI5NDQ2IDUuNTI1ODNaIiBmaWxsPSIjMkIyQjJCIi8+PC9zdmc+") !important;
	background-size: contain;
	background-repeat: no-repeat;
}

#judgeme_product_reviews .jdgm-paginate__prev-page:before {
	transform: rotate(var(--deg-180)) translateY(var(--size-4xs)) !important;
}

#judgeme_product_reviews .jdgm-paginate__page:hover {
	border: 1px solid var(--color-black);
	opacity: initial !important;
	transition: border-color var(--transition-duration-03s) ease;
}

#judgeme_product_reviews .jdgm-paginate__page.jdgm-curt {
	border-radius: var(--border-radius-3xs);
	background: var(--color-black);
	border: 1px solid var(--color-black);
	color: var(--color-white);
	font-weight: var(--font-weight-700);
}

#judgeme_product_reviews .jdgm-verified-checkmark {
	display: none;
}

#judgeme_product_reviews .jdgm-histogram > .jdgm-histogram__row {
	margin-bottom: var(--space-xs) !important;
}

#judgeme_product_reviews .jdgm-histogram__row[data-rating="1"],
#judgeme_product_reviews .jdgm-histogram__clear-filter {
	margin-bottom: 0 !important;
}

#judgeme_product_reviews .jdgm-rev-widg__header .jdgm-custom-forms-avg-responses {
	padding-top: var(--size-m);
}

@media screen and (max-width: 749px) {
	#judgeme_product_reviews .jdgm-custom-forms-filters__button.jdgm-chip {
		position: relative !important;
		order: 1 !important;
		max-width: fit-content !important;
	}

	#judgeme_product_reviews .jdgm-custom-forms-filters {
		order: 2 !important;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	#judgeme_product_reviews .jdgm-custom-forms-filters__button.jdgm-chip {
		top: 0 !important;
	}
}

#judgeme_product_reviews .jdgm-custom-forms-filters__button.jdgm-chip,
#judgeme_product_reviews .jdgm-rev__cf-ans .jdgm-rev__cf-options-wrapper span {
	border-radius: var(--border-radius-3xs) !important;
	align-items: center !important;
	font-size: var(--typo-body-s) !important;
	background-color: var(--color-transparent) !important;
	border: 1px solid var(--color-black) !important;
	color: var(--color-black) !important;
}

#judgeme_product_reviews .jdgm-custom-forms-filters__button.jdgm-chip:hover,
#judgeme_product_reviews .jdgm-rev__cf-ans .jdgm-rev__cf-options-wrapper span:hover {
	background-color: var(--color-black) !important;
	color: var(--color-white) !important;
	border: 1px solid var(--color-black) !important;
	opacity: 1;
}

#judgeme_product_reviews .jdgm-custom-forms-filters .jdgm-rev__cf-ans__title,
#judgeme_product_reviews .custom-form--horizontal-style .jdgm-rev__cf-ans__title,
#judgeme_product_reviews .custom-form--horizontal-style .jdgm-rev__cf-ans__value,
.jdgm-rev__custom-form .jdgm-rev__cf-ans .jdgm-rev__cf-ans__title,
#judgeme_product_reviews
	.jdgm-rev-widg__header
	.jdgm-custom-forms-avg-responses
	.jdgm-rev__cf-ans__title {
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

#judgeme_product_reviews
	.jdgm-rev-widg__header
	.jdgm-custom-forms-avg-responses
	.jdgm-rev__slider-first,
#judgeme_product_reviews
	.jdgm-rev-widg__header
	.jdgm-custom-forms-avg-responses
	.jdgm-rev__slider-last,
.jdgm-rev__cf-ans .jdgm-rev__slider-first,
.jdgm-rev__cf-ans .jdgm-rev__slider-last,
.jdgm-rev__cf-ans .jdgm-rev__scale-first,
.jdgm-rev__cf-ans .jdgm-rev__scale-last {
	color: var(--color-neutral-4);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
}

#judgeme_product_reviews .jdgm-rev__slider-range,
.jdgm-rev__slider-range {
	border-radius: var(--border-radius-3xs) !important;
	height: var(--size-3xs) !important;
}

#judgeme_product_reviews .jdgm-rev__slider-pointer,
.jdgm-rev__slider-pointer {
	width: var(--size-xs-xs) !important;
	height: var(--size-xs-xs) !important;
}

#judgeme_product_reviews .jdgm-rev__cf-ans .jdgm-rev__slider-pointer,
.jdgm-rev__cf-ans .jdgm-rev__slider-pointer {
	top: calc(var(--space-4xs) * -1.5) !important;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	#judgeme_product_reviews .jdgm-rev-widg__reviews {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0 var(--space-3xs);
	}

	#judgeme_product_reviews .jdgm-rev {
		padding: var(--space-xs) 0;
		margin-bottom: 0;
	}

	#judgeme_product_reviews .jdgm-sort-dropdown-wrapper {
		width: calc((var(--size-100-per-100) - 2 * var(--space-xs)) / 2);
	}

	#judgeme_product_reviews .jdgm-row-stars {
		flex-direction: row;
		justify-content: space-between;
	}

	.jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-histogram.jdgm-histogram {
		visibility: hidden;
		display: block !important;
	}

	#judgeme_product_reviews .jdgm-widget-actions-wrapper {
		margin-top: auto;
		align-self: flex-end;
		position: absolute;
	}

	#judgeme_product_reviews .jdgm-histogram {
		margin-bottom: 0;
	}

	#judgeme_product_reviews .jdgm-paginate {
		padding: var(--space-xs) 0 0 0;
	}

	#judgeme_product_reviews
		.jdgm-rev-widg__header
		.jdgm-custom-forms-avg-responses
		.jdgm-rev__cf-ans__title {
		font-size: var(--typo-body-s);
	}

	#judgeme_product_reviews
		.jdgm-rev-widg__header
		.jdgm-custom-forms-avg-responses
		.jdgm-rev__slider-first,
	#judgeme_product_reviews
		.jdgm-rev-widg__header
		.jdgm-custom-forms-avg-responses
		.jdgm-rev__slider-last {
		font-size: var(--typo-body-s);
	}
}

@media screen and (min-width: 990px) {
	#judgeme_product_reviews .jdgm-rev-widg__reviews {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0 var(--space-xs);
	}

	#judgeme_product_reviews .jdgm-row-stars .jdgm-histogram {
		text-align: center;
		margin-bottom: 0;
	}

	#judgeme_product_reviews .jdgm-widget-actions-wrapper {
		align-items: end;
	}

	#judgeme_product_reviews #judgeme_product_reviews {
		padding: var(--space-m) 0;
	}

	#judgeme_product_reviews .jdgm-rev-widg__title {
		font-size: var(--typo-heading-3);
		margin-bottom: var(--space-s);
	}

	#judgeme_product_reviews .jdgm-row-stars {
		flex-direction: row;
		justify-content: flex-start;
		padding-bottom: var(--space-s);
	}

	#judgeme_product_reviews .jdgm-histogram .jdgm-histogram__frequency,
	#judgeme_product_reviews
		.jdgm-rev-widg__summary
		.jdgm-rev-widg__summary-inner
		.jdgm-rev-widg__summary-text {
		font-size: var(--typo-body-s);
	}

	#judgeme_product_reviews .jdgm-sort-dropdown-wrapper {
		padding: var(--space-xs);
		width: calc((var(--size-100-per-100) - 2 * var(--space-xs)) / 3);
	}

	#judgeme_product_reviews .jdgm-row-actions .jdgm-sort-dropdown {
		font-size: var(--typo-body-s);
	}

	#judgeme_product_reviews .jdgm-rev {
		padding: var(--space-s) 0;
		margin: 0;
	}

	#judgeme_product_reviews .jdgm-rev__header {
		margin-bottom: var(--space-s) !important;
	}

	#judgeme_product_reviews .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
		right: var(--space-xs);
	}

	#judgeme_product_reviews .jdgm-rev__body > p,
	#judgeme_product_reviews .jdgm-rev__timestamp,
	#judgeme_product_reviews .jdgm-rev__author {
		font-size: var(--typo-body-s);
	}

	#judgeme_product_reviews .jdgm-paginate {
		padding: var(--space-s) 0 0 0;
	}

	#judgeme_product_reviews
		.jdgm-rev-widg__header
		.jdgm-custom-forms-avg-responses
		.jdgm-rev__cf-ans__title {
		font-size: var(--typo-body-s);
	}

	#judgeme_product_reviews
		.jdgm-rev-widg__header
		.jdgm-custom-forms-avg-responses
		.jdgm-rev__slider-first,
	#judgeme_product_reviews
		.jdgm-rev-widg__header
		.jdgm-custom-forms-avg-responses
		.jdgm-rev__slider-last {
		font-size: var(--typo-body-s);
	}
}


/* === FILE SEPARATOR === */

.product-specs-wrapper {
	padding-bottom: var(--tt-space-2xl);
}

.product-specs > .container {
	display: flex;
	flex-direction: column;
	gap: var(--space-s);
}

.product-specs .specs-container {
	width: var(--size-100-per-100);
}

.product-specs .product-progress-bar-container {
	display: flex;
	flex-direction: column;
	gap: var(--space-s);
}

.product-specs .specs-title {
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	margin: 0;
	margin-bottom: var(--space-s);
}

.product-specs .spec .spec-details {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--tt-space-m);
}

.product-specs .spec-name,
.product-specs .spec-ratio {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs .spec-legend,
.product-specs-aside .spec-legend {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-5);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	margin: 0;
	padding-top: var(--tt-space-s);
}

/* Ratings row: Flex / All-mountain / Park / Powder */

.product-specs .specs-container.ratings-row {
	display: flex;
	flex-direction: column;
	width: var(--size-100-per-100);
	box-sizing: border-box;
}

.product-specs .specs-container.ratings-row .spec {
	padding: var(--tt-space-m);
}

.product-specs .specs-container.ratings-row .spec:not(:last-of-type) {
	border-bottom: 1px solid var(--color-black);
}

.product-specs .specs-container.ratings-row .spec-icon {
	display: flex;
	align-items: center;
	background: var(--color-black);
	padding: 0 var(--tt-space-s);
	max-width: calc(var(--size-xs-xs) * 7.2);
	flex-shrink: 0;
}

.product-specs .specs-container.ratings-row .spec-icon svg {
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
}

.product-specs .specs-container.ratings-row .spec-icon svg rect {
	fill: var(--color-black);
}

.product-specs .specs-container.ratings-row .spec-row {
	display: flex;
	align-items: stretch;
}

.product-specs .specs-container.ratings-row .spec-row .spec {
	flex: 1;
}

.product-specs .specs-container.ratings-row .spec-row:not(:last-of-type) {
	border-bottom: 1px solid var(--color-black);
}

@media only screen and (min-width: 750px) {
	.product-specs-wrapper {
		padding: 0 var(--tt-space-2xl) var(--tt-space-2xl) var(--tt-space-2xl);
	}

	.product-specs .specs-container.ratings-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border: 1px solid var(--color-black);
	}

	.product-specs .specs-container.ratings-row .spec:not(:last-of-type) {
		border-bottom: none;
		border-right: 1px solid var(--color-black);
	}

	.product-specs .specs-container.ratings-row .spec-row:not(:last-of-type) {
		border-bottom: none;
		border-right: 1px solid var(--color-black);
	}
}

.product-specs-container {
	box-sizing: border-box;
	padding: 0;
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.product-specs-container .specs-main-title {
	padding: var(--tt-space-xl) var(--tt-space-xl) 0;
}

.product-specs-container .product-specs {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-xl);
}

@media screen and (min-width: 750px) {
	.product-specs-container {
		border: 1px solid var(--color-black);
	}

	.product-specs-container:not(:has(table.Snowboard)) {
		padding: var(--tt-space-xl);
	}

	.product-specs-container:not(:has(table.Snowboard)) .specs-main-title {
		padding: 0;
	}
}

.product-specs .container {
	display: flex;
	flex-direction: column;
	gap: var(--space-2xl);
}

.product-specs .specs-container {
	width: var(--size-100-per-100);
}

.product-specs .specs-main-title {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-3);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs .tech-details__grid,
.product-specs .extras__grid {
	display: flex;
	flex-direction: row;
	gap: var(--space-xxs);
	overflow: hidden;
	overflow-x: scroll;
	padding-bottom: var(--space-m);
	width: var(--size-100-per-100) - var(--space-xs);
}

.product-specs .tech-details__grid .tech-details__item,
.product-specs .extras__grid .extras__item {
	min-width: 267px;
}

.product-specs .extras__grid .extras__item .title {
	font-size: var(--typo-body-lg);
	margin: 0 0 var(--space-xs) 0;
}

.product-specs .tech-details__grid .tech-details__item .title {
	margin: 0 0 var(--space-xs) 0;
	font-size: var(--typo-heading-7);
	color: var(--color-primary-1);
}

.product-specs .tech-details__grid .tech-details__item p.subtitle {
	margin: var(--space-xs) 0 var(--space-xxs) 0;
	font-size: var(--typo-body-s);
	color: var(--color-neutral-5);
	text-transform: uppercase;
}

.product-specs .tech-details__grid .tech-details__item p.description,
.product-specs .extras__grid .extras__item p.description {
	margin: 0;
	color: var(--color-primary-1);
}

.product-specs .tech-details__grid .tech-details__item img {
	border-radius: calc(var(--border-radius-3xs) + calc(var(--border-radius-4xs) / 2));
}

@media only screen and (min-width: 990px) {
	.product-specs .container {
		flex-direction: row;
		gap: var(--space-3xl);
	}

	.product-specs .specs-container {
		width: var(--size-50-per-100);
	}
}

.product-specs .specs-container.flex .spec {
	flex-direction: column;
}

.product-specs .specs-container.flex .spec-ratio-info,
.product-specs .specs-container.flex .spec .container {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	width: var(--size-100-per-100);
}

.product-specs .specs-container.flex .spec-ratio-info {
	align-items: center;
	gap: var(--space-xs);
}

.product-specs .specs-container.flex .spec-ratio-info .spec-ratio-big,
.product-specs .specs-container.entryTime .spec-ratio-info .spec-ratio-big {
	color: var(--color-black);
	font-size: var(--typo-heading-1);
	font-weight: var(--font-weight-600);
	line-height: calc(var(--space-xs-xs) * 7.2);
}

.product-specs .specs-container.entryTime .spec-ratio-info .spec-ratio-big {
	display: flex;
}

.product-specs .specs-container.entryTime .spec-ratio-info .spec-ratio-big .second-label {
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	padding-left: var(--space-xs);
}

.product-specs .specs-container.flex .spec-ratio-info p {
	margin: 0;
}

/* Data table */

.product-specs .table-scroll-container {
	overflow: auto;
	position: relative;
	border: 1px solid var(--color-neutral-2);
	width: fit-content;
	min-width: var(--size-100-per-100);
	max-width: var(--size-100-per-100);
}

.product-specs table {
	width: max-content;
	border-collapse: collapse;
	border-spacing: 0;
	min-width: var(--size-100-per-100);
}

#PopupModal-size-chart table th:first-child,
#PopupModal-size-chart table td:first-child {
	position: sticky;
	left: 0;
	background-color: var(--color-white);
}

.product-specs p {
	margin: var(--space-xs) 0;
}

.product-specs table tr {
	border-top: none;
}

.product-specs table th:first-child {
	text-align: left;
}

.product-specs table.Snowboard th:first-child {
	text-transform: uppercase;
}

.product-specs .popup-modal__content {
	overflow: hidden;
}

.product-specs table td,
.product-specs table th {
	border-top: none;
	border-left: none;
	border-right: 1px solid var(--color-neutral-2);
	border-bottom: 1px solid var(--color-neutral-2);
	min-width: fit-content;
	padding: var(--tt-space-m);
	vertical-align: middle;
}

.product-specs table td:last-child,
.product-specs table th:last-child {
	border-right: none;
}

.product-specs table tbody tr:last-child td {
	border-bottom: none;
}

.product-specs table.table-fit-sizing td,
.product-specs table.table-fit-sizing th {
	line-height: var(--size-m);
}

.product-specs table td + td,
.product-specs table th + th {
	width: auto;
}

.product-specs table thead tr {
	background-color: var(--color-neutral-1);
}

.product-specs table thead th {
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-style: normal;
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
}

.product-specs table tbody td {
	color: var(--color-black);
	text-align: center;
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-style: normal;
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
}

.product-specs table tbody td:first-child {
	text-align: left;
}

.product-specs table.Apparel {
	display: table;
	max-width: none;
}

.product-specs table th {
	min-width: var(--space-6xl);
}

#data-table {
	border-collapse: separate;
	border-spacing: 0;
}

#data-table thead th {
	position: sticky;
	background: var(--color-neutral-1);
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
}

#data-table thead th:first-child {
	z-index: 4;
}

#data-table th:first-child,
#data-table td:first-child,
#size-chart-data-table th:first-child,
#size-chart-data-table td:first-child {
	position: sticky;
	left: 0;
}

#size-chart-data-table thead th:first-child {
	z-index: 4;
	background-color: var(--color-neutral-1);
}

#size-chart-data-table tbody td:first-child {
	background-color: var(--color-white);
}

.content-body.boot-fit {
	display: flex;
	flex-direction: column;
	gap: var(--space-xs);
}

.content-body .size-finder-link {
	color: var(--color-primary-3);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-150);
	text-decoration-line: underline;
	text-underline-offset: var(--underline-offset);
}

/* Product Specs: Size chart "More size details" toggle */

.product-specs table tr.show-more-item {
	display: none;
}

.product-specs-size-chart-more-checkbox:checked ~ .product-specs tr.show-more-item {
	display: table-row;
}

.product-specs-size-chart-more-checkbox:not(:checked)
	~ .product-specs
	table
	tbody
	tr:has(+ tr.show-more-item)
	td {
	border-bottom: none;
}

.product-specs-size-chart-more-toggle {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	cursor: pointer;
	border-top: 1px solid var(--color-black);
	box-sizing: border-box;
	width: var(--size-100-per-100);
	padding: var(--tt-space-l) var(--tt-space-m);
}

.product-specs-size-chart-more-toggle::after {
	content: "";
	width: calc(var(--size-xs-xs) * 1.2);
	height: calc(var(--size-xs-xs) * 1.2);
	flex-shrink: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform var(--transition-duration-03s) ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7.75 0.75V0H6.25V6.25H0V7.75H6.25V14H7.75V7.75H14V6.25H7.75V0.75Z' fill='black'/%3E%3C/svg%3E");
}

.product-specs-size-chart-more-checkbox:checked ~ .product-specs-size-chart-more-toggle::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Crect x='0' y='5.5' width='12' height='1' rx='0.5' fill='black'/%3E%3C/svg%3E");
}

.product-specs-size-chart-more-label-less {
	display: none;
}

.product-specs-size-chart-more-checkbox:checked
	~ .product-specs-size-chart-more-toggle
	.product-specs-size-chart-more-label-more {
	display: none;
}

.product-specs-size-chart-more-checkbox:checked
	~ .product-specs-size-chart-more-toggle
	.product-specs-size-chart-more-label-less {
	display: inline;
}

@media only screen and (min-width: 990px) {
	.product-specs .table-scroll-container {
		display: block;
		max-width: var(--size-100-per-100);
		overflow-x: auto;
		min-width: var(--size-100-per-100);
	}

	.product-specs table {
		width: var(--size-100-per-100);
		min-width: var(--size-100-per-100);
	}

	.content-body.boot-fit {
		flex-direction: row;
	}

	.content-body.boot-fit {
		gap: var(--space-xs);
	}
}

/* Product Specs: Product description */

.product-specs-intro:has(*) {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--color-black);
	box-sizing: border-box;
}

.product-specs-description {
	box-sizing: border-box;
	padding: var(--tt-space-xl);
}

.product-specs-description h3 {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-2);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0 0 var(--tt-space-xl) 0;
}

.product-specs-description h4 {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-l);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	margin: 0 0 var(--tt-space-s) 0;
}

.product-specs-description p {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.product-specs-aside {
	box-sizing: border-box;
	border-top: 1px solid var(--color-black);
}

.product-specs-aside-details {
	display: flex;
	padding: var(--tt-space-xl);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: var(--tt-space-l);
}

.product-specs-aside-detail {
	display: flex;
	justify-content: space-between;
	width: var(--size-100-per-100);
}

.product-specs-aside-detail span {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs-aside-icon {
	background: var(--color-black);
	width: var(--size-100-per-100);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--tt-space-m);
	min-height: var(--size-3xl);
}

.product-specs-aside-icon svg {
	height: var(--size-l);
}

.product-specs-aside-icon svg path,
.product-specs-aside-icon svg rect,
.product-specs-aside-icon svg polygon {
	fill: var(--color-white);
}

@media screen and (min-width: 750px) {
	.product-specs-intro:has(*) {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border: 1px solid var(--color-black);
	}

	.product-specs-description {
		grid-column: span 3;
	}

	.product-specs-intro:has(.product-specs-aside:not(:empty)) .product-specs-description {
		grid-column: span 2;
		border-right: 1px solid var(--color-black);
	}

	.product-specs-aside {
		grid-column: span 1;
		border-top: none;
		display: flex;
		flex-direction: column;
	}
}

/* Product Specs: Boots info */

.product-specs-boots-info-group {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.product-specs-boots-info {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.product-specs-boots-info:not(:last-of-type) {
	border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 750px) {
	.product-specs-boots-info-group {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
		background-color: var(--color-black);
		border: 1px solid var(--color-black);
	}

	.product-specs-boots-info {
		background-color: var(--color-white);
	}

	.product-specs-boots-info:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.product-specs-boots-info:not(:last-of-type) {
		border-bottom: none;
	}
}

.product-specs-boots-info-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--tt-space-m);
	border-bottom: 1px solid var(--color-black);
}

.product-specs-boots-info-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: calc(var(--size-xs-xs) * 6);
	height: calc(var(--size-xs-xs) * 6);
	overflow: hidden;
}

.product-specs-boots-info-icon img {
	display: block;
	width: var(--size-100-per-100);
	height: var(--size-100-per-100);
	object-fit: cover;
}

.product-specs-boots-info-title {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs-boots-info-description {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	padding: var(--tt-space-xl);
}

/* Product Specs: Product features */

.product-specs-features {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.product-specs-features .product-specs-feature {
	box-sizing: border-box;
	padding: var(--tt-space-m);
}

.product-specs-features .product-specs-feature:not(:last-of-type) {
	border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 750px) {
	.product-specs-features {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border: 1px solid var(--color-black);
	}

	.product-specs-features .product-specs-feature {
		flex: 1;
	}

	.product-specs-features .product-specs-feature:not(:last-of-type) {
		border-bottom: none;
		border-right: 1px solid var(--color-black);
	}
}

.product-specs-bordered-block ~ .product-specs-bordered-block {
	border-top: none;
}

.product-specs-bordered-block ~ .product-specs-bordered-block .product-specs-features-list {
	border-top: none;
}

@media only screen and (min-width: 750px) {
	.product-specs-bordered-block ~ .product-specs-bordered-block .specs-container.ratings-row {
		border-top: none;
	}
}

.product-specs.product-specs-bordered-block
	~ .product-specs-features.product-specs-bordered-block {
	border-top: 1px solid var(--color-black);
}

@media only screen and (min-width: 750px) {
	.product-specs.product-specs-bordered-block
		~ .product-specs-features.product-specs-bordered-block {
		border-top: none;
	}
}

/* Product Specs: Features + Size chart side by side */

.product-specs-features-size-chart {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.product-specs-features-size-chart .product-specs-container,
.product-specs-features-size-chart .product-specs-features-list {
	border: none;
}

.product-specs-features-size-chart-features {
	border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 750px) {
	.product-specs-features-size-chart {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: stretch;
		border: 1px solid var(--color-black);
	}

	.product-specs-features-size-chart-features {
		grid-column: span 1;
		border-bottom: none;
	}

	.product-specs-features-size-chart:has(.product-specs-features-size-chart-chart:not(:empty))
		.product-specs-features-size-chart-features {
		border-right: 1px solid var(--color-black);
	}

	.product-specs-features-size-chart-chart {
		grid-column: span 2;
	}
}

/* Product Specs: Shape + shape image */

.product-specs-shape {
	display: flex;
	flex-direction: column;
	gap: var(--space-m);
}

.product-specs-shape-image {
	width: var(--size-100-per-100);
	height: auto;
	display: block;
	object-fit: cover;
}

.product-specs-shape-item-content {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-s);
}

.product-specs-shape-item-content .product-specs-shape-item-title {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-l);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.product-specs-shape-item-content .product-specs-shape-item-description {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

/* Product Specs: Specs / Features / Pockets group */

.product-specs-features-list-group {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
}

.product-specs-features-list-group .product-specs-features-list {
	border: none;
}

.product-specs-features-list-group .product-specs-features-list:not(:last-child) {
	border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 750px) {
	.product-specs-features-list-group {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border: 1px solid var(--color-black);
	}

	.product-specs-features-list-group .product-specs-features-list {
		flex: 1;
	}

	.product-specs-features-list-group .product-specs-features-list:not(:last-child) {
		border-bottom: none;
		border-right: 1px solid var(--color-black);
	}
}

.product-specs-aside-ratings {
	padding: var(--tt-space-xl);
}

.product-specs-aside-terrain-ratings {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-xl);
	padding: var(--tt-space-xl);
}

.product-specs-aside-terrain-ratings .product-specs-aside-ratings {
	padding: 0;
}

.product-specs-aside-terrain-ratings .product-specs-aside-ratings .spec .spec-details {
	margin-bottom: var(--tt-space-s);
}

.product-specs-aside-terrain-ratings .product-progress-bar {
	display: none;
}

.product-specs-aside-ratings .spec .spec-details {
	display: flex;
	justify-content: space-between;
	margin-bottom: var(--tt-space-2xl);
}

.product-specs-aside-ratings .spec .spec-details--icon {
	margin-bottom: var(--tt-space-l);
}

.product-specs-aside-ratings .spec-name,
.product-specs-aside-ratings .spec-ratio {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

@media only screen and (width >= 750px) {
	.product-specs-aside-terrain-ratings {
		flex: 1;
		justify-content: space-between;
		gap: var(--tt-space-l);
	}

	.product-specs-aside-terrain-ratings .product-progress-bar {
		display: block;
	}
}

/* Product Specs: Boots FASE */

.product-specs-boots-fase {
	display: flex;
	flex-direction: column;
}

.product-specs-boots-fase-image {
	box-sizing: border-box;
	display: flex;
	min-height: calc(var(--size-xs-xs) * 40);
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.product-specs-boots-fase-image svg,
.product-specs-boots-fase-image img {
	width: auto;
	max-width: var(--size-100-per-100);
	max-height: calc(var(--size-xs-xs) * 40);
	display: block;
}

@media screen and (min-width: 750px) {
	.product-specs-boots-fase {
		display: flex;
		flex-direction: row;
	}

	.product-specs-boots-fase-image {
		flex-basis: var(--size-35-per-100);
	}

	.product-specs-boots-fase-image svg,
	.product-specs-boots-fase-image img {
		width: var(--size-100-per-100);
		height: auto;
		max-height: none;
	}
}

.product-specs-boots-fase-details {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	min-width: 0;
	gap: var(--tt-space-xl);
	padding: var(--tt-space-xl);
}

.product-specs-boots-fase-title {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-3);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs-boots-fase-text {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-s);
}

.product-specs-boots-fase-subtitle {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-l);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-150);
	margin: 0;
}

.product-specs-boots-fase-description {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}


/* === FILE SEPARATOR === */

.product-progress-bar-container div:empty {
	display: flex !important;
}

.product-progress-bar-labels {
	display: flex;
	align-items: center;
	gap: var(--tt-space-s);
}

.product-progress-bar-labels .product-progress-bar {
	flex: 1;
	min-width: 0;
}

.product-progress-bar-label {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-overline);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	white-space: nowrap;
}

.product-progress-bar {
	border: 1px solid var(--color-black);
	height: var(--size-xs);
	max-width: var(--size-100-per-100);
	overflow: hidden;
	position: relative;
	width: var(--size-100-per-100);
	padding: var(--tt-space-xs);
}

.product-progress-bar__fill {
	display: block !important;
	background-image: var(--progress-bar-fill-gradient);
	position: absolute;
	top: var(--tt-space-xs);
	left: var(--tt-space-xs);
	bottom: var(--tt-space-xs);
	transition: width var(--transition-duration-06s);
	z-index: 1;
	width: 0%;
}

.spec-image {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: var(--size-70-per-100);
	width: var(--size-100-per-100);
}


/* === FILE SEPARATOR === */

.product-specs-features-list {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-xl);
	border-top: 1px solid var(--color-black);
	border-bottom: 1px solid var(--color-black);
	padding: var(--tt-space-xl);
}

.product-specs-features-list-content {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-xl);
}

.product-specs-features-list:has(.product-specs-shape-image) {
	gap: 0;
	padding: 0;
}

.product-specs-features-list:has(.product-specs-shape-image)
	.product-specs-features-list-content {
	box-sizing: border-box;
	border-top: 1px solid var(--color-black);
	padding: var(--tt-space-xl);
}

.product-specs-features-list:has(.product-specs-shape-image) .product-specs-shape-image {
	box-sizing: border-box;
	order: -1;
	border-top: 1px solid var(--color-black);
	padding: var(--tt-space-2xl);
}

.product-specs-features-list-title {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-3);
	font-weight: var(--font-weight-700);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs-features-list-items {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-m);
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-specs-features-list-items:has(.product-specs-features-list-icon) {
	gap: var(--tt-space-s);
}

.product-specs-features-list-items:has(.product-specs-shape-item-content) {
	gap: var(--tt-space-xl);
}

.product-specs-features-list-items li {
	display: flex;
	align-items: center;
	gap: var(--tt-space-xs);
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
}

.product-specs-features-list-icon {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: var(--size-xl);
	height: var(--size-xl);
}

.product-specs-features-list-item-content {
	color: var(--color-black);
	font-family: var(--typo-family);
	font-size: var(--typo-body-s);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
}

.product-specs-features-list-item-title {
	font-weight: var(--font-weight-700);
}

@media screen and (min-width: 750px) {
	.product-specs-features-list {
		border: 1px solid var(--color-black);
	}

	.product-specs-features-list:has(.product-specs-shape-image) {
		display: grid;
		grid-template-columns: 1fr 2fr;
		align-items: stretch;
	}

	.product-specs-features-list:has(.product-specs-shape-image) .product-specs-shape-image {
		height: var(--size-100-per-100);
		object-fit: cover;
		order: 0;
		border-top: none;
	}

	.product-specs-features-list:has(.product-specs-shape-image)
		.product-specs-features-list-content {
		border-top: none;
		border-bottom: none;
		border-right: 1px solid var(--color-black);
	}
}


/* === FILE SEPARATOR === */

.product-specs-feature {
	display: flex;
	flex-direction: column;
	gap: var(--tt-space-m);
}

.product-specs-feature__image {
	width: var(--size-100-per-100);
	height: auto;
	display: block;
	object-fit: cover;
}

.product-specs-feature__title {
	color: var(--color-black);
	font-family: var(--typo-heading-family);
	font-size: var(--typo-heading-4);
	font-weight: var(--font-weight-400);
	line-height: var(--typo-line-height-90);
	letter-spacing: var(--typo-heading-letter-spacing-medium);
	text-transform: uppercase;
	margin: 0;
}

.product-specs-feature__description {
	color: var(--color-neutral-7);
	font-family: var(--typo-family);
	font-size: var(--typo-body-regular);
	font-weight: var(--font-weight-500);
	line-height: var(--typo-line-height-150);
	margin: 0;
}
