/** Shopify CDN: Minification failed

Line 69:1 Expected identifier but found "*"
Line 81:1 Expected identifier but found "*"
Line 82:1 Expected identifier but found "*"
Line 136:1 Expected identifier but found "*"
Line 651:0 Expected "}" to go with "{"

**/
/* = Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-display: swap;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	/*outline: 0;*/
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	/*outline: 0;*/
}
body {
	background: #fff;
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.caclearfix {
	clear:both;
}
.clearfix {
	*zoom: 1;
	clear:both;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	/*outline:none;*/
}
a:focus {
	/*outline: none;*/
}
a:hover, a:active {
	outline: 0;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
button,
input,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
select {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
	border-radius: 0;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

figure {
	padding: 0;
	margin: 0;
}


/* GRID
-------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
}

.main {
	max-width: 1410px;
	margin: 0 auto;
	clear: both;
}

@media only screen and (max-width: 1500px) {
	.main {
		width: calc(100% - 64px);
		margin: 0 32px;
	}
}

@media only screen and (max-width: 650px) {
	.main {
		width: calc(100% - 32px);
		margin: 0 16px;
	}
}

.section {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -16px;
	margin-right: -16px;
}

.section:after {
	content: '';
	display: table;
	clear: both;
}

[class^="fc"], [class*=" fc"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 16px 32px 16px;
	border: none;
}

[class^="fc"]:last-child, [class*=" fc"]:last-child {
	margin-right: 0;
}

.fc20 {
	width: calc( 20% - 32px );
}

.fc20:nth-child(5n+1) {
	clear: left;
}

.fc25 {
	width: calc( 25% - 32px );
}

.fc25:nth-child(4n+1) {
	clear: left;
}


.fc30 {
	width: calc( 30% - 32px );
}

.fc30:nth-child(3n+1) {
	clear: left;
}

.fc33 {
	width: calc( 33.3333% - 32px );
}

.fc33:nth-child(3n+1) {
	clear: left;
}

.fc40 {
	width: calc( 40% - 32px );
}

.fc100 {
	width: calc( 100% - 32px );
	clear: left;
}

.fc50 {
	width: calc( 50% - 32px );
}

.fc50:nth-child(2n+1) {
	clear: left;
}

.fc60 {
	width: calc( 60% - 32px );
}

.fc66 {
	width: calc( 66.6666% - 32px );
}

.fc70 {
	width: calc( 70% - 32px );
}

.fc75 {
	width: calc( 75% - 32px );
}




/* Variables
-------------------------------------------------------------- */
:root {
	--base-font-family: 'royalvogue', sans-serif;

	--color-white: #FFFFFF;
	--color-black: #1A1918;
	--color-dark-gray: #747270;
	--color-medium-gray: #ACAAA9;
	--color-light-gray: #EAE7E3;

	--color-black-hover: #000000;

	--font-size-default: 16px;
	--font-size-large: 24px;
	--font-size-small: 12px;

	--line-height-default: 1.75;
	--line-height-large: 1.666666666666667;
	--line-height-small: 1.583333333333333;

	--header-padding: 40px;

	--section-spacing-y: 85px;

	--shop-the-look-gallery-spacing: 80px;
}

@media only screen and (max-width: 1500px) {
	:root {
		--header-padding: 32px;
	}
}

@media only screen and (max-width: 1420px) {
	:root {
		--shop-the-look-gallery-spacing: 40px;
	}
}

@media only screen and (max-width: 1120px) {
	:root {
		--shop-the-look-gallery-spacing: 30px;
	}
}

@media only screen and (max-width: 768px) {
	:root {
		--font-size-default: 16px;
		--font-size-large: 20px;
		--font-size-small: 12px;
	}
}

@media only screen and (max-width: 680px) {
	:root {
		--shop-the-look-gallery-spacing: 16px;
	}
}




/* Generic
-------------------------------------------------------------- */
::-moz-selection { /* Code for Firefox */
	color: var(--color-white);
	background: var(--color-black);
}

::selection {
	color: var(--color-white);
	background: var(--color-black);
}

body {
	font-size: 16px;
	line-height: normal;
	color: var(--color-black);
	font-family: var(--base-font-family);
}

.stretched-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0,0,0,0);
}

.section {
	padding-top: var(--section-spacing-y);
	padding-bottom: var(--section-spacing-y);
}

.small-intro {
	max-width: 928px;
	margin: 0 auto;
}

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

.text-uppercase {
	text-transform: uppercase;
}



/* Text colors
-------------------------------------------------------------- */
.text-color-white {
	color: var(--color-white);
}

.text-color-black {
	color: var(--color-black);
}

.text-color-dark-gray {
	color: var(--color-dark-gray);
}

.text-color-medium-gray {
	color: var(--color-medium-gray);
}

.text-color-light-gray {
	color: var(--color-light-gray);
}



/* Background
-------------------------------------------------------------- */
[class^="bg-"], [class*=" bg-"] {
	position: relative;
}

[class^="bg-"]:before, [class*=" bg-"]:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100vw;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    z-index: -1;
}

.bg-white:before {
	background: var(--color-white);
}

.bg-black:before {
	background: var(--color-black);
}

.bg-dark-gray:before {
	background: var(--color-dark-gray);
}

.bg-light-gray:before {
	background: var(--color-light-gray);
}



/* Typographie
-------------------------------------------------------------- */
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: 400;
	color: var(--color-black);
	text-transform: uppercase;
	font-family: var(--base-font-family);
}

h1,
.h1,
h2,
.h2 {
	font-size: 48px;
	letter-spacing: 0;
	line-height: 1.666666666666667;
	margin-bottom: 54px;
}

h3,
.h3 {
	font-size: 32px;
	letter-spacing: 0;
	line-height: 2.40625;
	margin-bottom: 20px;
}

h4,
.h4,
h5,
.h5 {
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.666666666666667;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 40px;
		letter-spacing: 0;
		line-height: 1.666666666666667;
		margin-bottom: 24px;
	}

	h3,
	.h3 {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 1.666666666666667;
		margin-bottom: 20px;
	}

	h4,
	.h4,
	h5,
	.h5 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 1.75;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 680px) {
	h1,
	.h1,
	h2,
	.h2 {
		font-size: 32px;
		letter-spacing: 0;
		line-height: 1.666666666666667;
		margin-bottom: 24px;
	}
}

p {
	font-size: var(--font-size-default);
	letter-spacing: 0px;
	line-height: var(--line-height-default);
	margin-bottom: 24px;
}

p.text-large {
	font-size: var(--font-size-large);
	letter-spacing: 0px;
	line-height: var(--line-height-large);
	margin-bottom: 40px;
}

p.text-small {
	font-size: var(--font-size-small);
	letter-spacing: 0px;
	line-height: var(--line-height-small);
	margin-bottom: 16px;
}

a {
	color: var(--color-black);
	text-decoration: none;
	font-size: var(--font-size-default);
	line-height: var(--line-height-default);
}

p a {
	color: var(--color-black);
	text-decoration: underline;
	font-size: var(--font-size-default);
	line-height:var(--line-height-default);
}

address {
	line-height: 1;
}



/* Generic
-------------------------------------------------------------- */
main :is(ul, ol) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    padding-left: 20px;
}

main ul {
    list-style: disc;
}

main ol {
    list-style: num;
}

main :is(ul, ol) li {
	line-height: 1.2;
}



/* Buttons
-------------------------------------------------------------- */
:is(.btn, .btn-primary) {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1;
	padding: 20px 32px;
	border-radius: 0;
	color: var(--color-white);
	transition: 0.25s ease all;
	font-weight: 600;
	font-family: var(--base-font-family);
}

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

.btn-primary:hover {
	background: var(--color-black-hover);
.product-single__media {
  height: auto !important;
  max-height: none !important;
}

.product-single__media .media {
  height: auto !important;
  padding-bottom: 0 !important;
}

.product-single__media img {
  width: 100%;
  height: auto !important;
  display: block;
}
