html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
* z-index sass map
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Normalize custom
 *
 * Box sizing
 * Microsoft Surface viewport hack
 * Focus for keyboard vs input
 */
/**
 * Box sizing
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
 * Microsoft Surface viewport hack
 */
@-ms-viewport {
  width: device-width;
}
/**
  * Intrinsic Ratio Full
  * @param $ratio	Aspect ratio (ex. 16/9)
  * @param $width	Custom width (Optional)
  */
/**
  * Intrinsic Ratio Base
  */
/**
  * Intrinsic ratio padding
  * @param $ratio	Aspect ratio (ex. 16/9)
  * @param $width	Custom width (Optional)
  */
.rte .content p strong, .notice strong, section.care .care__text strong, .panel h5, .table_with_sidebar .section table th, .fancybox-caption, .rte h4, .rte h3, section.care .care__text h2, section.care .care__material__details h4, section.care h3, .rte h2, section.care h2 {
  font-family: "Johnston", sans-serif;
  font-weight: 500;
}

.mg-sans, .mg-sans--medium {
  font-family: "MGSans";
}

.mg-sans--medium {
  font-weight: 500;
}

.mg-sans.medium {
  font-weight: 500;
}

.mg-script {
  font-family: "MGScript";
  margin-bottom: -0.2em;
}

.rte h2, section.care h2 {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 668px) {
  .rte h2, section.care h2 {
    font-size: 16px;
  }
}

.rte h2, section.care h2 {
  margin: 14px 0;
}
@media (min-width: 668px) {
  .rte h2, section.care h2 {
    margin: 34px 0;
  }
}

.rte h3, section.care .care__text h2, section.care .care__material__details h4, section.care h3 {
  font-size: 14px;
  margin: 14px 0;
}
@media (min-width: 668px) {
  .rte h3, section.care .care__text h2, section.care .care__material__details h4, section.care h3 {
    font-size: 14px;
    margin: 17px 0;
  }
}

.rte h4 {
  font-size: 14px;
  margin: 14px 0;
}
@media (min-width: 668px) {
  .rte h4 {
    font-size: 14px;
    margin: 17px 0;
  }
}

.rte .opener, .rte .content, section.care {
  *zoom: 1;
}
.rte .opener:after, .rte .content:after, section.care:after {
  content: "";
  display: table;
  clear: both;
}

.rte .opener, .rte .content, section.care {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1025px) {
  .rte .opener, .rte .content, section.care {
    max-width: 1280px;
  }
}

.admin {
  font-family: monospace;
  color: #af1122;
}
.admin a {
  display: inline !important;
}

.mini-bag-empty__button, .mini-bag__checkout {
  text-transform: uppercase;
}

.notice h3 {
  margin-bottom: 14px;
}
@media (min-width: 668px) {
  .notice h3 {
    margin-bottom: 17px;
  }
}

.notice p {
  margin-bottom: 28px;
}
@media (min-width: 668px) {
  .notice p {
    margin-bottom: 34px;
  }
}

.notice strong {
  margin-top: 14px;
}
@media (min-width: 668px) {
  .notice strong {
    margin-top: 17px;
  }
}

.notice p, .notice h3 {
  margin-top: 28px;
}
@media (min-width: 668px) {
  .notice p, .notice h3 {
    margin-top: 34px;
  }
}

.mini-bag-empty__button, .mini-bag__checkout {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  -moz-transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  -o-transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  transition: background 0.1s linear, border 0.1s linear, color 0.1s linear;
  border: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
  font-family: "Johnston", sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 47px;
  letter-spacing: 0.2px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.mini-bag-empty__button:hover, .mini-bag__checkout:hover, .mini-bag-empty__button:active, .mini-bag__checkout:active {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
[disabled].mini-bag-empty__button, [disabled].mini-bag__checkout, .disabled.mini-bag-empty__button, .disabled.mini-bag__checkout {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
[disabled].mini-bag-empty__button, [disabled].mini-bag__checkout, .disabled.mini-bag-empty__button, .disabled.mini-bag__checkout {
  cursor: default;
}

.swatch {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  float: left;
  height: 32px;
  overflow: hidden;
  padding: 1px;
  width: 32px;
}
.swatch:hover, .selected.swatch {
  border-color: #000;
}

.swatch span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}

.swatch.antico span {
  background-color: #b99c96;
  background-image: none;
}
.swatch.argento span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-argento_small.png?v=3487957466456016642');
}
.swatch.avion span {
  background-color: #53677a;
  background-image: none;
}
.swatch.azzurro span {
  background-color: #0081bc;
  background-image: none;
}
.swatch.ballerina span {
  background-color: #e1ad9d;
  background-image: none;
}
.swatch.beige span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-beige_small.png?v=17933232405240752226');
}
.swatch.beige-blush span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-beige-blush_small.png?v=888146964924616326');
}
.swatch.beige-checker span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-beige-checker_small.png?v=874403957638389768');
}
.swatch.beige-melange span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-beige-melange_small.png?v=4652974701853639121');
}
.swatch.biscotto span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-biscotto_small.png?v=8819660255478480828');
}
.swatch.black span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-black_small.png?v=9184606785761328265');
}
.swatch.black-black span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-black-black_small.png?v=9184606785761328265');
}
.swatch.black-boucle span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-black-boucle_small.png?v=5952044634470184898');
}
.swatch.black-flamma span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-black-flamma_small.png?v=12711964953077982404');
}
.swatch.black-raw span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-black-raw_small.png?v=4943207345981551936');
}
.swatch.black-toostripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-black-toostripe_small.png?v=4262353227529047832');
}
.swatch.blu span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu_small.png?v=12016953414679684559');
}
.swatch.blu-cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-cammello_small.png?v=5680538337951093759');
}
.swatch.blu-creme span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-creme_small.png?v=18269398023590766576');
}
.swatch.blu-creme-cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-creme-cammello_small.png?v=18269398023590766576');
}
.swatch.blu-multi span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-multi_small.png?v=13769477385577405670');
}
.swatch.blu-royal span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-royal_small.png?v=13400998043114788528');
}
.swatch.blu-white span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-white_small.png?v=14762592690979863571');
}
.swatch.blue-color-block span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blue-color-block_small.png?v=7170408020232084057');
}
.swatch.blue-silver span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blue-silver_small.png?v=12737967836339706210');
}
.swatch.blue-white-sheer span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blue-white-sheer_small.png?v=6460592238196047106');
}
.swatch.blue-white-stripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blue-white-stripe_small.png?v=13120719693292906281');
}
.swatch.blush span {
  background-color: #dc938f;
  background-image: none;
}
.swatch.blush-brandy span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blush-brandy_small.png?v=17096192367391069884');
}
.swatch.blush-moss span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blush-moss_small.png?v=5193043140927537470');
}
.swatch.bordo span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-bordo_small.png?v=17000985511674657014');
}
.swatch.brandy span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-brandy_small.png?v=1116859509881366659');
}
.swatch.brandy-raw span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-brandy-raw_small.png?v=477936126955942981');
}
.swatch.brick span {
  background-color: #c3653c;
  background-image: none;
}
.swatch.bright-yellow span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-bright-yellow_small.png?v=3252017884454748489');
}
.swatch.burgundy span {
  background-color: #503130;
  background-image: none;
}
.swatch.burgundy span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-burgundy_small.png?v=10592537008132995606');
}
.swatch.camel span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-camel_small.png?v=9702794178984350117');
}
.swatch.cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cammello_small.png?v=10231497035131909848');
}
.swatch.cammello-orange span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cammello-orange_small.png?v=11020361396809760823');
}
.swatch.cammello-raw span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cammello-raw_small.png?v=4517968301884762424');
}
.swatch.cammello-with-edge-paint-raw span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cammello-with-edge-paint-raw_small.png?v=4517968301884762424');
}
.swatch.candy-pink span {
  background-color: #E8B6C5;
  background-image: none;
}
.swatch.caramel span {
  background-color: #966e4b;
  background-image: none;
}
.swatch.chocolate span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-chocolate_small.png?v=5600242416182375211');
}
.swatch.chocolate-black span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-chocolate-black_small.png?v=18096822538842560064');
}
.swatch.chocolate-paisley span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-chocolate-paisley_small.png?v=15202397925989831531');
}
.swatch.cipria span {
  background-color: #ad6b4e;
  background-image: none;
}
.swatch.citrus span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-citrus_small.png?v=641591531359593929');
}
.swatch.classic-croc span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-classic-croc_small.png?v=7863276097619045535');
}
.swatch.cleo span {
  background-color: #e8e1c7;
  background-image: none;
}
.swatch.coral span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-coral_small.png?v=10251429888708660216');
}
.swatch.cotto span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cotto_small.png?v=15003424447899028098');
}
.swatch.cream span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cream_small.png?v=11097407321425253299');
}
.swatch.cream-boucle span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cream-boucle_small.png?v=10458528387470254897');
}
.swatch.creme span {
  background-color: #efead7;
  background-image: none;
}
.swatch.creme-black span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-creme-black_small.png?v=6951895818652990316');
}
.swatch.creme-brandy span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-creme-brandy_small.png?v=7770891907385473721');
}
.swatch.creme-cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-creme-cammello_small.png?v=3086143723567108896');
}
.swatch.creme-chocolate span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-creme-chocolate_small.png?v=16689371005756786039');
}
.swatch.creme-with-bird-detail span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-creme-with-bird-detail_small.png?v=11585590590325683422');
}
.swatch.crimson span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-crimson_small.png?v=17439215851952534765');
}
.swatch.crimson-toostripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-crimson-toostripe_small.png?v=17439215851952534765');
}
.swatch.dark-brown span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-dark-brown_small.png?v=11645182098873098221');
}
.swatch.dark-grey span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-dark-grey_small.png?v=6152622072575853326');
}
.swatch.dark-grey-melange span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-dark-grey-melange_small.png?v=18131473110831760057');
}
.swatch.dark-purple span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-dark-purple_small.png?v=184952282837161763');
}
.swatch.dolly span {
  background-color: #bb466f;
  background-image: none;
}
.swatch.dusty-rose span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-dusty-rose_small.png?v=4853527212473393400');
}
.swatch.ebony span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-ebony_small.png?v=11133445040858413429');
}
.swatch.elefante span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-elefante_small.png?v=2440650236773088911');
}
.swatch.flamma span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-flamma_small.png?v=844357047402480206');
}
.swatch.flamma-calf span {
  background-color: #bc2731;
  background-image: none;
}
.swatch.flamma-cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-flamma-cammello_small.png?v=13221389614547988296');
}
.swatch.flamma-creme span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-flamma-creme_small.png?v=8659902288973828974');
}
.swatch.flamma-warm-yellow span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-flamma-warm-yellow_small.png?v=4338986003719531974');
}
.swatch.flamma-white span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-flamma-white_small.png?v=12073180299471099488');
}
.swatch.fuchsia span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-fuchsia_small.png?v=17990759846195043649');
}
.swatch.ginger span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-ginger_small.png?v=14475921129337908439');
}
.swatch.gold span {
  background-color: #b49b57;
  background-image: none;
}
.swatch.graffite span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-graffite_small.png?v=17761167305238148937');
}
.swatch.green span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-green_small.png?v=3077062782460219134');
}
.swatch.green-green span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-green-green_small.png?v=6475280201674280049');
}
.swatch.grey-blue span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-grey-blue_small.png?v=10044046981567492546');
}
.swatch.grey-blue-blu span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-grey-blue-blu_small.png?v=320231130680315171');
}
.swatch.grey-melange span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-grey-melange_small.png?v=4635041619637310083');
}
.swatch.khaki span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-khaki_small.png?v=14653233657807494693');
}
.swatch.lavender span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-lavender_small.png?v=14185050007204741940');
}
.swatch.lavender-with-white-detail span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-lavender-with-white-detail_small.png?v=17266586893562045611');
}
.swatch.leaf span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-leaf_small.png?v=17676017005096425084');
}
.swatch.light-blue span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-light-blue_small.png?v=4552875576032338824');
}
.swatch.lime span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-lime_small.png?v=9948355327215891524');
}
.swatch.marina span {
  background-color: #4ea4ba;
  background-image: none;
}
.swatch.marine span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-marine_small.png?v=7073343516985266128');
}
.swatch.midnight-blue span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-midnight-blue_small.png?v=5759499203708399572');
}
.swatch.moss span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-moss_small.png?v=9391571195908915992');
}
.swatch.moss-white span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-moss-white_small.png?v=18110159491886701352');
}
.swatch.multicolor-stripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-multicolor-stripe_small.png?v=15777108118902872653');
}
.swatch.mustard span {
  background-color: #ce942d;
  background-image: none;
}
.swatch.mustard-boucle span {
  background-color: #ce942d;
  background-image: none;
}
.swatch.mustard-green span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-mustard-green_small.png?v=3844828687260607293');
}
.swatch.natural span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-natural_small.png?v=10504425149139745868');
}
.swatch.olive span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-olive_small.png?v=11359639885347624797');
}
.swatch.orange span {
  background-color: #e9693d;
  background-image: none;
}
.swatch.orange-cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-orange-cammello_small.png?v=3328876963173396564');
}
.swatch.orange-olive-stripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-orange-olive-stripe_small.png?v=17413049363214895716');
}
.swatch.orange-sun-stripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-orange-sun-stripe_small.png?v=11641214297332488889');
}
.swatch.oro span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-oro_small.png?v=17088403407063819616');
}
.swatch.oxblood span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-oxblood_small.png?v=1192115148828475197');
}
.swatch.peony span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-peony_small.png?v=5342469707185788730');
}
.swatch.pink-mikado span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-pink-mikado_small.png?v=12290522104780210829');
}
.swatch.pink-multi span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-pink-multi_small.png?v=17070645189834562524');
}
.swatch.pistacchio span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-pistacchio_small.png?v=4116846673108313413');
}
.swatch.plum span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-plum_small.png?v=17258327863982140111');
}
.swatch.purple-feather span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-purple-feather_small.png?v=7442402132909668557');
}
.swatch.purple-with-white-geometric span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-purple-with-white-geometric_small.png?v=11413882893543592868');
}
.swatch.raw span {
  background-color: #f5caa7;
  background-image: none;
}
.swatch.rococo span {
  background-color: #6a282c;
  background-image: none;
}
.swatch.rococo-calf span {
  background-color: #6a282c;
  background-image: none;
}
.swatch.rosa span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rosa_small.png?v=2831697728824337222');
}
.swatch.rosa_mens span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rosa_mens_small.png?v=10798769374326494178');
}
.swatch.rosa-blush span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rosa-blush_small.png?v=12205278125800506002');
}
.swatch.rouge span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rouge_small.png?v=8729805987853624139');
}
.swatch.royal span {
  background-color: #1d4e89;
  background-image: none;
}
.swatch.royal-blue-leaf span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-royal-blue-leaf_small.png?v=5683053514115587164');
}
.swatch.rust span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rust_small.png?v=12468084758780470504');
}
.swatch.saddle span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-saddle_small.png?v=15131272740457744577');
}
.swatch.sand span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sand_small.png?v=10504425149139745868');
}
.swatch.sea-blue span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sea-blue_small.png?v=66840216033427477');
}
.swatch.sienna span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sienna_small.png?v=469439290495656286');
}
.swatch.sienna-toostripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sienna-toostripe_small.png?v=469439290495656286');
}
.swatch.silver span {
  background-color: #999b9b;
  background-image: none;
}
.swatch.silver-argento span {
  background-color: #999b9b;
  background-image: none;
}
.swatch.sky-blue span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sky-blue_small.png?v=8140980989115015998');
}
.swatch.sun span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sun_small.png?v=13691297628407949526');
}
.swatch.sun-cammello span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sun-cammello_small.png?v=6664418242347644931');
}
.swatch.sun-color-block span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sun-color-block_small.png?v=4142212229082151845');
}
.swatch.sun-rosa span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sun-rosa_small.png?v=7406592152103042854');
}
.swatch.taupe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-taupe_small.png?v=7108680775707648375');
}
.swatch.taupe-with-sailboat-detail span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-taupe-with-sailboat-detail_small.png?v=14888787925577788993');
}
.swatch.teal span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-teal_small.png?v=16409470219736161986');
}
.swatch.verde span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-verde_small.png?v=18177200981962742174');
}
.swatch.white span {
  background-color: #ffffff;
  background-image: none;
}
.swatch.white-blu span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-white-blu_small.png?v=17899587426246457294');
}
.swatch.white-silver span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-white-silver_small.png?v=12294375568166981674');
}
.swatch.white-with-blu-stripe span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-white-with-blu-stripe_small.png?v=13489958132056895995');
}
.swatch.yellow span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-yellow_small.png?v=17317579267995153450');
}
.swatch.yellow-camel span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-yellow-camel_small.png?v=2446981082383235472');
}
.swatch.yellow-color-block span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-yellow-color-block_small.png?v=11762458901141106420');
}
.swatch.azzurro-terrazzo span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-azzurro-terrazzo_small.png?v=14185481072682779144');
}
.swatch.blu-fluer-de-lis span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-fluer-de-lis_small.png?v=14627053533736072597');
}
.swatch.blu-fleur-de-lis span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-fleur-de-lis_small.png?v=14627053533736072597');
}
.swatch.burnt-floral span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-burnt-floral_small.png?v=12681581977325041247');
}
.swatch.brick-floral span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-brick-floral_small.png?v=12681581977325041247');
}
.swatch.ceramic-rosa span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-ceramic-rosa_small.png?v=8253096391326275609');
}
.swatch.flamma-fleur-de-lis span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-flamma-fleur-de-lis_small.png?v=17646731876963607276');
}
.swatch.murano-blu span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-blu_small.png?v=12811618177788110961');
}
.swatch.murano-blue span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-blue_small.png?v=6968504819094685610');
}
.swatch.murano-clear span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-clear_small.png?v=16585539060461410145');
}
.swatch.murano-detailed-clear span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-detailed-clear_small.png?v=10077761425953594795');
}
.swatch.murano-green span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-green_small.png?v=9438505939748188093');
}
.swatch.murano-rosa span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-rosa_small.png?v=1256625668827617711');
}
.swatch.murano-sun span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-sun_small.png?v=9344640142333947001');
}
.swatch.murano-turquoise span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-turquoise_small.png?v=7024232671358512131');
}
.swatch.murano-white span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-murano-white_small.png?v=17737200975755287001');
}
.swatch.orange-terrazzo span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-orange-terrazzo_small.png?v=4845616786113167164');
}
.swatch.rosa-daisy span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rosa-daisy_small.png?v=486405619808384442');
}
.swatch.rush span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rush_small.png?v=12129237950108285238');
}
.swatch.sky-blue-terrazzo span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sky-blue-terrazzo_small.png?v=15530243150502212370');
}
.swatch.straw span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-straw_small.png?v=6955771334687426580');
}
.swatch.sun-fan span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sun-fan_small.png?v=14963044537695708540');
}
.swatch.sun-floral span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sun-floral_small.png?v=14739723036291935598');
}
.swatch.wicker span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-wicker_small.png?v=8449501827745132590');
}
.swatch.cammello-creme-print span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cammello-creme-print_small.png?v=14262070287244683360');
}
.swatch.peony-cleo-print span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-peony-cleo-print_small.png?v=8613912196773918040');
}
.swatch.rosa-saddle-print span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-rosa-saddle-print_small.png?v=792311134971850760');
}
.swatch.mustard-floral-pattern span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-mustard-floral-pattern_small.png?v=18284212294071647548');
}
.swatch.sailboat span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-sailboat_small.png?v=15476826901355012225');
}
.swatch.royal-floral-pattern span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-royal-floral-pattern_small.png?v=16233017566821400385');
}
.swatch.school-of-fish span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-school-of-fish_small.png?v=11423624613902961067');
}
.swatch.turquoise span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-turquoise_small.png?v=16543731525459810104');
}
.swatch.agretti-guava span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-agretti-guava_small.png?v=13166807284910060655');
}
.swatch.cabernet-cleo span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cabernet-cleo_small.png?v=411762850850738227');
}
.swatch.agretti span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-agretti_small.png?v=3515863935193603032');
}
.swatch.cabernet span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-cabernet_small.png?v=4635406780484792097');
}
.swatch.wine span {
  background-color: #5e1224;
  background-image: none;
}
.swatch.white-croc span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-white-croc_small.png?v=561956362004934966');
}
.swatch.wine-ginham span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-wine-ginham_small.png?294689');
}
.swatch.blu-croc span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-croc_small.png?v=1752587752518836332');
}
.swatch.blu-gingham span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-blu-gingham_small.png?v=4055004320492521567');
}
.swatch.coral-croc span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-coral-croc_small.png?v=10203319222135020759');
}
.swatch.wine-ginham span {
  background-color: transparent;
  background-image: url('//www.mansurgavriel.com/cdn/shop/files/color-wine-ginham_small.png?294689');
}
.swatch.grass span {
  background-color: #6a8128;
  background-image: none;
}
.swatch.x span {
  background-color: #000;
  background-image: none;
}
.swatch.white span {
  border: 1px solid #bababa;
}

.fancybox-bg {
  background: #FFF;
}

.fancybox-logo {
  background-color: transparent;
  background-image: url("//www.mansurgavriel.com/cdn/shop/t/993/assets/logo.svg?v=89118156229352602471703106741");
  background-repeat: no-repeat;
  background-size: contain;
  left: 30px;
  max-width: 265px;
  top: 30px;
  width: 100%;
}
.fancybox-logo::after {
  content: "";
  display: block;
  padding-top: 7.7%;
}
@media (min-width: 0) and (max-width: 667px) {
  .fancybox-logo {
    display: none;
  }
}

.fancybox-open {
  background-image: url("//www.mansurgavriel.com/cdn/shop/t/993/assets/fancybox_open@2x.png?v=61129450256018053331703106740");
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
}
.fancybox-open:hover {
  background-image: url("//www.mansurgavriel.com/cdn/shop/t/993/assets/fancybox_open-hover@2x.png?v=126712057199569566221703106740");
}
@media (min-width: 1025px) {
  .fancybox-open {
    z-index: 1000;
  }
}

.fancybox-toolbar {
  left: 30px;
  right: 30px;
  top: 30px;
}

.fancybox-button,
.fancybox-arrow {
  background: transparent;
  cursor: pointer;
  height: 32px;
  width: 32px;
}

.fancybox-button--close {
  background: url("//www.mansurgavriel.com/cdn/shop/t/993/assets/fancybox_close@2x.png?v=109286430876510238281703106744") center no-repeat;
  background-size: 12px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.fancybox-button--close::before, .fancybox-button--close::after {
  display: none;
}
.fancybox-button--close:hover, .fancybox-button--close:hover:not([disabled]) {
  background: transparent url("//www.mansurgavriel.com/cdn/shop/t/993/assets/fancybox_close-hover@2x.png?v=104199680677731416531703106741") center no-repeat;
  background-size: 12px;
}

.fancybox-arrow {
  background: transparent;
  cursor: pointer;
}
.fancybox-arrow::after {
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  bottom: 0;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  width: 32px;
}
.fancybox-arrow::after {
  background-image: url("//www.mansurgavriel.com/cdn/shop/t/993/assets/fancybox_next@2x.png?v=34430691484468156131703106739");
}
.fancybox-arrow:hover::after {
  background-image: url("//www.mansurgavriel.com/cdn/shop/t/993/assets/fancybox_next-hover@2x.png?v=154391785298978446671703106741");
}

.fancybox-arrow--left {
  left: 20px;
}

.fancybox-arrow--right {
  right: 20px;
}

@media (min-width: 0) and (max-width: 667px) {
  .fancybox-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    left: 50%;
    max-height: 70%;
    top: 50%;
    width: auto;
  }
}

@media (min-width: 0) and (max-width: 667px) {
  .fancybox-thumbs {
    bottom: 30px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
  }
  .fancybox-thumbs ul {
    text-align: center;
  }
  .fancybox-thumbs li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #bababa;
    display: inline-block;
    height: 8px;
    width: 8px;
  }
  .fancybox-thumbs li img {
    display: none !important;
  }
  .fancybox-thumbs li + li {
    margin-left: 3px;
  }
  .fancybox-thumbs li.fancybox-thumbs-active {
    background: #000;
    border-color: #000;
  }
}

.fancybox-caption-wrap {
  background: none;
  bottom: 0;
  left: 60px;
  padding: 0;
  right: 60px;
  top: 28px;
}

.fancybox-caption {
  color: #000;
  font-size: 11px;
  line-height: 14px;
  padding: 0;
  text-align: center;
}

.fancybox-is-open .fancybox-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: #fff;
}

.fancybox-show-nav .fancybox-arrow {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media (min-width: 668px) {
  .fancybox-show-caption .fancybox-caption-wrap {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 1025px) {
  .table_with_sidebar {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1.5rem;
  }
}
.table_with_sidebar .section table {
  width: 100%;
}
.table_with_sidebar .section table th.price, .table_with_sidebar .section table th.quantity, .table_with_sidebar .section table th.total,
.table_with_sidebar .section table td.price,
.table_with_sidebar .section table td.quantity,
.table_with_sidebar .section table td.total {
  text-align: right;
}
.table_with_sidebar .section table thead th {
  border-top: 1px solid #bababa;
  padding-top: 14px;
}
.table_with_sidebar .section table tbody tr:last-child td {
  border-bottom: 1px solid #bababa;
  padding-bottom: 14px;
}
.table_with_sidebar .section table tfoot tr:first-child td {
  border-top: 1px solid #bababa;
  padding-top: 14px;
}

.panel {
  background: #f9f9f9;
  margin-bottom: 14px;
  padding: 14px 15px;
}
@media (min-width: 668px) {
  .panel {
    margin-bottom: 17px;
    padding: 17px 15px;
  }
}
.address {
  margin: 14px 0;
}
@media (min-width: 668px) {
  .address {
    margin: 17px 0;
  }
}
.address a {
  color: #e39390;
}
.address a:hover {
  color: #000;
}

.image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
}

.image > * {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.image > img {
  object-fit: cover;
  object-position: center center;
}

.image picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.image picture img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.image--default {
  padding-bottom: var(--aspect-ratio-mobile);
}
@media screen and (min-width: 1024px) {
  .image--default {
    padding-bottom: var(--aspect-ratio-desktop);
  }
}

section.care h2 {
  text-align: center;
}
section.care .care__materials__list {
  overflow: hidden;
  *zoom: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 56px 0;
  text-align: center;
}
section.care .care__material {
  display: inline-block;
  padding: 0 18px;
  vertical-align: top;
  width: 50%;
}
section.care .care__material .care__material__image {
  border-radius: 50%;
  margin: 0 auto;
  max-height: 160px;
  max-width: 160px;
  overflow: hidden;
  width: 100%;
}
section.care .care__material .care__material__image a {
  display: block;
}
section.care .care__material .care__material__image img {
  width: 100%;
}
section.care .care__material:hover .care__material__image {
  opacity: 0.8;
}
section.care .care__material__details-title {
  font-size: 14px;
  margin: 17px 0;
}
section.care .care__material__details-title:focus {
  outline: none;
}
section.care .care__material__details-title a:focus {
  outline: none;
  text-decoration: underline;
}
section.care .care__material__details {
  display: none;
}
section.care .care__material__details h4 {
  margin-top: 0;
}
section.care .care__material__details p {
  margin-top: 1.75em;
  text-transform: none;
}
section.care .care__material__details img {
  margin: 0 auto;
  max-width: 580px;
  padding: 0 10%;
  width: 100%;
}
section.care .care__text {
  text-align: center;
  margin: 28px auto;
  max-width: 850px;
}
section.care .care__text h2 {
  margin-bottom: 0;
}
@media (min-width: 0) and (max-width: 667px) {
  section.care .care__material h3 {
    line-height: 1.25;
  }
}
@media (min-width: 668px) {
  section.care .care__materials__list {
    margin: 68px 0;
  }
  section.care .care__material {
    width: 20%;
  }
  section.care .care__text {
    margin: 34px auto;
  }
}
@media (min-width: 1025px) {
  section.care .care__material__details.new-modal .dialog {
    max-width: 640px;
  }
  section.care .care__text {
    margin: 68px auto;
  }
}

.expanding-touts {
  display: flex;
  flex-wrap: wrap;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 1025px) {
  .expanding-touts {
    align-items: stretch;
    flex-wrap: nowrap;
  }
}

.tout {
  cursor: pointer;
  color: #fff;
  height: 32vh;
  overflow: hidden;
  position: relative;
  width: 50vw;
}
@media (min-width: 1025px) {
  .tout {
    flex: 1 0 auto;
    height: 50vw;
    transition: 1s cubic-bezier(0.18, 1, 0.21, 1);
    width: auto;
    -webkit-backface-visibility: hidden;
  }
}
.tout--active {
  width: 50vw;
}
@media (min-width: 1025px) {
  .tout--active {
    flex: 3 0 auto;
    width: auto;
  }
}
.tout__link {
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .tout__picture {
    height: 100%;
    left: 50%;
    min-width: 800px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 2px);
  }
}
.tout__picture::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  height: 30%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tout__picture-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tout__text {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
@media (min-width: 1025px) {
  .tout__text {
    padding: 0;
    top: 30px;
    right: 30px;
  }
}
.tout__text-headline {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 4px;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .tout__text-headline {
    font-size: 18px;
    margin: 0 0 7px;
  }
}
.tout-cta {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: inherit;
  display: flex;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  letter-spacing: 0.2px;
  text-align: right;
  text-transform: uppercase;
}
.tout-cta--with-arrow:hover::after {
  transform: translate(3px, 0);
}
.tout-cta--with-arrow::after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  border-top: 4px solid transparent;
  content: "";
  height: 0;
  margin: 0 0 0 7px;
  position: relative;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  width: 0;
}

.faqs {
  text-align: left;
  margin-left: 0;
  padding: 0 20px;
  flex: 0 0 100%;
}
@media (min-width: 1025px) {
  .faqs {
    margin-left: 40px;
    padding: 0;
    flex: 0 0 940px;
  }
}
.faqs__title {
  background: #f4f1ee;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 1.09px;
  line-height: 60px;
  margin: 0 0 30px 0;
  padding: 0 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transform: translateX(-20px);
  width: calc(100% + 40px);
}
@media (min-width: 1025px) {
  .faqs__title {
    background: transparent;
    cursor: initial;
    line-height: 1.17;
    height: auto;
    margin: 0 0 55px 0;
    padding: 0 20px;
    width: 100%;
  }
}
.faqs__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000;
  margin: 0 0 0 7px;
  transform: translateY(-1px) rotate(90deg);
  transition: transform 0.2s ease;
}
@media (min-width: 1025px) {
  .faqs__title::after {
    display: none;
  }
}
.faqs__section-name {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: normal;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 55px;
}
.faqs__section-name--first {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .faqs__section-name--first {
    margin-top: 55px;
  }
}
.faqs__question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.faqs__question::after, .faqs__question::before {
  background-color: #000;
  content: "";
  height: 2px;
  width: 16px;
  position: absolute;
  top: 28px;
}
.faqs__question[open], .faqs__question.is-open {
  padding-bottom: 25px;
}
.faqs__question[open]::after, .faqs__question[open]::before, .faqs__question.is-open::after, .faqs__question.is-open::before {
  background-color: #000;
  content: "";
  height: 2px;
  width: 16px;
}
.faqs__question[open] .faqs__question-summary::after, .faqs__question.is-open .faqs__question-summary::after {
  transform: rotate(0deg);
}
.faqs__question-summary {
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  min-height: 65px;
  padding: 23px 25px 23px 0;
  letter-spacing: normal;
  line-height: 1.56;
  position: relative;
}
@media (min-width: 1025px) {
  .faqs__question-summary {
    line-height: 65px;
    padding: 0;
  }
}
.faqs__question-summary::before, .faqs__question-summary::after {
  content: "";
  top: 50%;
  width: 14px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
}
.faqs__question-summary::after {
  transform: rotate(90deg);
  transition: all ease-in-out 0.2s;
}
.faqs__question-summary::-webkit-details-marker {
  display: none;
}
.faqs__question-summary ~ * {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.56;
}
.faqs__question + .faqs__section-name {
  margin-top: 60px;
}
.faqs__question strong {
  font-weight: 500;
}
.faqs__question em {
  font-style: italic;
}
.faqs__question p {
  margin-bottom: 20px;
}
.faqs__question a {
  display: inline-block;
  position: relative;
}
.faqs__question a::after {
  border-bottom: 1px solid;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.faqs__question button {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.faqs__question button::after {
  border-bottom: 1px solid;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.featured-collection {
  background-color: #fff;
  font-family: "Johnston", sans-serif;
  position: relative;
  width: calc(100vw - 72px);
  margin: 0 auto;
  overflow: hidden;
  border: none !important;
  outline: none !important;
}
.featured-collection-section {
  position: relative;
}
@media (min-width: 1025px) {
  .featured-collection {
    width: calc(100vw - 144px);
  }
}
.featured-collection__wrapper {
  width: 100%;
  padding: 0 0 20px;
}
@media (min-width: 1025px) {
  .featured-collection__wrapper {
    padding: 0 0 55px;
  }
}
.featured-collection .flickity-enabled:focus {
  outline: none;
}
.featured-collection .flickity-slider {
  height: 100%;
}
@media (min-width: 1025px) {
  .featured-collection .flickity-slider {
    margin-left: 0;
  }
}
.featured-collection .flickity-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 100%;
  padding: 0 20px;
  position: absolute;
  top: 0;
  user-select: none;
  width: 57px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1025px) {
  .featured-collection .flickity-button {
    width: 67px;
    height: 67px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.featured-collection .flickity-button.previous {
  left: 0;
}
@media (min-width: 1025px) {
  .featured-collection .flickity-button.previous {
    left: 20px;
  }
}
.featured-collection .flickity-button.next {
  right: 0;
}
@media (min-width: 1025px) {
  .featured-collection .flickity-button.next {
    right: 20px;
  }
}
.featured-collection__heading {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 56px;
  margin: 25px 0 20px 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 3;
}
@media (min-width: 1025px) {
  .featured-collection__heading {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 70px 0 45px 0;
  }
}
.featured-collection-cta {
  display: block;
  font-family: "Johnston", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  margin: 30px auto 40px;
  font-weight: 500;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .featured-collection-cta {
    margin: 20px auto 50px;
  }
}
.featured-collection-cta--with-arrow:hover::after {
  transform: translate(3px, 0);
  transition: transform 0.2s ease;
}
.featured-collection-cta--with-arrow::after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid;
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0 7px;
  position: relative;
  transform: translate(0, 0);
  transition: transform 0.2s ease;
  width: 0;
}
.featured-collection__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 14px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.featured-collection__arrows .next {
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  .featured-collection__arrows {
    padding: 0 30px;
  }
  .featured-collection__arrows .featured-collection__arrow {
    cursor: pointer;
  }
  .featured-collection__arrows .featured-collection__arrow svg {
    width: 12px;
    height: 24px;
  }
}

.featured-collection-product {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  margin: 0 2px;
}
@media (min-width: 1025px) {
  .featured-collection-product {
    width: 33.3333333333%;
    margin: 0;
    height: calc((100vw - 90px) / 3 * 607 / 500);
    overflow: hidden;
  }
}
@media (min-width: 2164px) {
  .featured-collection-product {
    width: 25%;
    height: calc((100vw - 90px) / 4 * 607 / 500);
  }
}
@media (min-width: 2874px) {
  .featured-collection-product {
    width: 20%;
    height: calc((100vw - 90px) / 5 * 607 / 500);
  }
}
.featured-collection-product__link {
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .featured-collection-product__link {
    padding: 0 6px;
  }
}
.featured-collection-product__picture {
  display: block;
  position: relative;
  width: 100%;
  height: calc((100vw - 12px) / 2 * 607 / 500);
}
.featured-collection-product__picture::before {
  animation: pulseOpacity 3s infinite;
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTY5LjY2IDQ0LjE2Ij48dGl0bGU+TUFOU1VSIEdBVlJJRUw8L3RpdGxlPjxwYXRoIGZpbGw9Int7IGxvZ29Db2xvciB9fSIgZD0iTTU0OS4yLDM2LjA2VjFoLTYuOVY0M2gyNy4zNnYtNi45Wk01MjksOFYxSDUwMy43MlY0M0g1MzB2LTYuOUg1MTAuNjJWMjQuNzhoMTUuMjR2LTYuOUg1MTAuNjJWOEg1MjlaTTQ5MC4yMiwxaC02LjlWNDNoNi45Wm0tMzcuODQsMjQuM0w0NjUuNjQsNDNoOC41MmwtMTQuNy0xOS43NGExMS4xMiwxMS4xMiwwLDAsMCw2LjEyLTEwLjA4QzQ2NS41OCw3LjI2LDQ2My4wNiwxLDQ1MC42NCwxaC0xMC44VjQzaDYuOVYyNS4yNlpNNDQ2Ljc0LDhjNS40Ni0uMywxMS44Mi0uMjQsMTEuODIsNC45MnMtNi4yNCw1LjUyLTExLjgyLDUuMTZWOFptLTM2LjE2LDI1LjVMMzk3LjUsMWgtNy44Nkw0MDYsNDNoOC45NGMuMDYsMCwxNS40Mi00MiwxNS40Mi00MmgtNy41NlpNMzc3LjA2LDI3LjZoLTEzLjhsNi45LTE4LjA2Wk0zNjUuNzIsMWwtMTYsNDJoNy42MmwzLjI0LTguMzRIMzc5LjdMMzgyLjk0LDQzaDcuNjJzLTE1LjktNDItMTYtNDJabS0yNy41NCwyNWMtMSw2LjI0LTYuMTIsMTAuOTItMTMuNSwxMC45MmExNC4zOSwxNC4zOSwwLDAsMS0xNC41Mi0xNC41OGMwLTguODIsNi45LTE0Ljk0LDE0LjEtMTQuOTQsNS43LDAsOC42NCwyLDEwLjc0LDMuOWw1LjUyLTQuNTZjLTQuNzQtNC4zOC05LTYuNDItMTYuNS02LjQyLTExLjQ2LDAtMjEuMTIsOS45LTIxLjEyLDIxLjg0YTIxLjc0LDIxLjc0LDAsMCwwLDIxLjcyLDIxLjg0YzEyLDAsMjEuMTItOC4yOCwyMS4xMi0yMi4zOCwwLS44NCwwLTEuNjgtLjA2LTIuNTJIMzI0Ljc0djYuOWgxMy40NFptLTkyLjI4LS42NkwyNTkuMTYsNDNoOC41MkwyNTMsMjMuMjJhMTEuMTIsMTEuMTIsMCwwLDAsNi4xMi0xMC4wOEMyNTkuMSw3LjI2LDI1Ni41OCwxLDI0NC4xNiwxaC0xMC44VjQzaDYuOVYyNS4yNlpNMjQwLjI2LDhjNS40Ni0uMywxMS44Mi0uMjQsMTEuODIsNC45MnMtNi4yNCw1LjUyLTExLjgyLDUuMTZabS0zNS42LDM2YzEwLjUsMCwxOC4xMi03LDE4LjEyLTE3Ljk0VjFoLTYuOVYyNS4yYzAsNy41Ni01LjI4LDExLjc2LTExLjIyLDExLjc2UzE5My41LDMyLjc2LDE5My41LDI1LjJWMWgtNi45VjI2LjFjMCwxMSw3LjYyLDE3Ljk0LDE4LjA2LDE3Ljk0TTE3Ni44OCwzMWMwLTUuODItMy42LTkuODQtOS42Ni0xMi4zLTctMi45NC0xMC41Ni00LjItMTAuNTYtNy4zMiwwLTIuODIsMi4yMi00LjE0LDUtNC4xNGE4LjUsOC41LDAsMCwxLDYuOSwzLjlsNi4xMi0zLjcyQzE3MS40MiwxLjkyLDE2Ni43NCwwLDE2MC45MiwwYy02LjI0LDAtMTEuODIsNS0xMS44MiwxMS4yOCwwLDUuNywyLjc2LDguNjQsMTAuNTYsMTEuODgsNSwyLDkuNjYsMy42Niw5LjY2LDcuOCwwLDMuNDItMi42NCw1Ljk0LTYuNDgsNS45NGExMC4wNiwxMC4wNiwwLDAsMS04Ljk0LTUuNjRsLTYuMywzLjM2YzIuODgsNS42NCw3LjgsOS41NCwxNS4yNCw5LjU0LDkuNzIsMCwxNC03LDE0LTEzLjE0bS00Ni40NC4wNkwxMDYuOCwxSDk5LjlWNDNoNi45VjEzbDIzLjY0LDMwaDYuOVYxaC02LjlaTTc3LjgyLDI3LjZINjRsNi45LTE4LjA2Wk02Ni40OCwxbC0xNiw0Mmg3LjYybDMuMjQtOC4zNEg4MC40Nkw4My43LDQzaDcuNjJzLTE1LjktNDItMTYtNDJaTTM1LDEzVjQzaDYuOVYxSDM1Yy4yNCwwLTE0LjEsMTYuNzQtMTQuMSwxNi43NEw2LjksMUgwVjQzSDYuOVYxM2wxNCwxNS43MloiLz48L3N2Zz4K);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25vw;
  content: "";
  height: 100px;
  left: 0;
  opacity: 0.05;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .featured-collection-product__picture::before {
    background-size: 40%;
    top: 75%;
  }
}
@keyframes pulseOpacity {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.05;
  }
}
.featured-collection-product__picture-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.featured-collection-product__picture-image__hover {
  opacity: 0;
}
.featured-collection-product__picture:hover .featured-collection-product__picture-image__hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .featured-collection-product__picture {
    padding-bottom: 0;
    width: 100%;
    height: calc((100vw - 90px) / 3 * 607 / 500);
  }
}
@media (min-width: 1025px) and (min-width: 2164px) {
  .featured-collection-product__picture {
    height: calc((100vw - 90px) / 4 * 607 / 500);
  }
}
@media (min-width: 1025px) and (min-width: 2874px) {
  .featured-collection-product__picture {
    height: calc((100vw - 90px) / 5 * 607 / 500);
  }
}
.featured-collection-product__caption {
  text-align: center;
  margin: 15px 0 0 0;
  transition: all 0.2s ease-in-out 0.2s;
  min-height: 110px;
}
@media (min-width: 1025px) {
  .featured-collection-product__caption {
    margin: 25px 0 0 0;
    min-height: initial;
    position: absolute;
    bottom: 10px;
    left: 26px;
    z-index: 10;
    width: 100%;
    text-align: left;
  }
}
.featured-collection-product__caption .compare-at-price {
  font-family: "CenturySchoolbookPro", serif;
  font-size: 13px;
  letter-spacing: 0.27px;
  color: #6B6B6B;
}
.featured-collection-product__caption .compare-at-price.with-price + .featured-collection-product__caption-price {
  color: #cd3737;
}
.featured-collection-product__caption-title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .featured-collection-product__caption-title-wrap {
    flex-direction: row;
    align-items: center;
  }
}
.featured-collection-product__caption-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .featured-collection-product__caption-title {
    font-size: 13px;
    margin-right: 20px;
  }
}
.featured-collection-product__caption-color {
  font-size: 13px;
  display: none;
  letter-spacing: 0.2px;
}
@media (min-width: 1025px) {
  .featured-collection-product__caption-color {
    display: block;
  }
}
.featured-collection-product__caption-price {
  display: inline-block;
  font-family: "CenturySchoolbookPro", serif;
  font-size: 16px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.27px;
  margin: 0;
}
@media (min-width: 1025px) {
  .featured-collection-product__caption-price {
    margin: 0 0 0 8px;
  }
}
.featured-collection-product .collection-product-swatches {
  transition: all 0.3s ease 0.1s;
}
.featured-collection-product .collection-product-swatches .flickity-slider {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .featured-collection-product .collection-product-swatches__container {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transform: translateY(-40px);
    transition: all 0.3s ease 0.1s;
    z-index: 10;
  }
}
.featured-collection-product:hover .collection-product-swatches__container {
  transform: translateY(0px);
  opacity: 1;
}

.full-width-tout {
  color: #fff;
  display: flex;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.full-width-tout-link {
  display: block;
  width: 100%;
}
.full-width-tout__picture {
  width: 100vw;
}
.full-width-tout__picture--desktop {
  display: none;
}
@media (min-width: 1025px) {
  .full-width-tout__picture--desktop {
    display: block;
  }
}
.full-width-tout__picture--mobile {
  display: block;
}
@media (min-width: 1025px) {
  .full-width-tout__picture--mobile {
    display: none;
  }
}
.full-width-tout__picture-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.full-width-tout__gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  left: 0;
  position: absolute;
  width: 100%;
}
.full-width-tout__text {
  position: absolute;
}
@media (min-width: 1025px) {
  .full-width-tout__text {
    padding: 0;
  }
}
.full-width-tout__text.mobile-text__align-left {
  text-align: left;
}
.full-width-tout__text.mobile-text__align-left h2 {
  text-align: left;
}
.full-width-tout__text.mobile-text__align-center {
  text-align: center;
}
.full-width-tout__text.mobile-text__align-right {
  text-align: right;
}
.full-width-tout__text.mobile-text__align-right h2 {
  text-align: right;
}
.full-width-tout__text.mobile-vertical__align-top {
  top: 20%;
}
.full-width-tout__text.mobile-vertical__align-top.mobile-horizontal__align-left {
  left: 25px;
}
.full-width-tout__text.mobile-vertical__align-top.mobile-horizontal__align-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.full-width-tout__text.mobile-vertical__align-top.mobile-horizontal__align-right {
  right: 25px;
}
.full-width-tout__text.mobile-vertical__align-middle {
  top: 50%;
  transform: translateY(-50%);
}
.full-width-tout__text.mobile-vertical__align-middle.mobile-horizontal__align-left {
  left: 25px;
  transform: translate3d(0, -50%, 0);
}
.full-width-tout__text.mobile-vertical__align-middle.mobile-horizontal__align-center {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.full-width-tout__text.mobile-vertical__align-middle.mobile-horizontal__align-right {
  right: 25px;
  transform: translate3d(0, -50%, 0);
}
.full-width-tout__text.mobile-vertical__align-bottom {
  bottom: 94px;
}
.full-width-tout__text.mobile-vertical__align-bottom.mobile-horizontal__align-left {
  left: 25px;
}
.full-width-tout__text.mobile-vertical__align-bottom.mobile-horizontal__align-center {
  left: 50%;
  transform: translateX(-50%);
}
.full-width-tout__text.mobile-vertical__align-bottom.mobile-horizontal__align-right {
  right: 25px;
}
@media (min-width: 1025px) {
  .full-width-tout__text.desktop-text__align-left {
    text-align: left;
  }
  .full-width-tout__text.desktop-text__align-left h2 {
    text-align: left;
  }
  .full-width-tout__text.desktop-text__align-center {
    text-align: center;
  }
  .full-width-tout__text.desktop-text__align-right {
    text-align: right;
  }
  .full-width-tout__text.desktop-text__align-right h2 {
    text-align: right;
  }
  .full-width-tout__text.desktop-vertical__align-top {
    top: 20vh;
    bottom: initial;
  }
  .full-width-tout__text.desktop-vertical__align-top.desktop-horizontal__align-left {
    transform: none;
    right: initial;
    left: 10%;
  }
  .full-width-tout__text.desktop-vertical__align-top.desktop-horizontal__align-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .full-width-tout__text.desktop-vertical__align-top.desktop-horizontal__align-right {
    transform: none;
    left: initial;
    right: 10%;
  }
  .full-width-tout__text.desktop-vertical__align-middle {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }
  .full-width-tout__text.desktop-vertical__align-middle.desktop-horizontal__align-left {
    transform: translate3d(0, -50%, 0);
    right: initial;
    left: 10%;
  }
  .full-width-tout__text.desktop-vertical__align-middle.desktop-horizontal__align-center {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .full-width-tout__text.desktop-vertical__align-middle.desktop-horizontal__align-right {
    transform: translate3d(0, -50%, 0);
    left: initial;
    right: 10%;
  }
  .full-width-tout__text.desktop-vertical__align-bottom {
    top: initial;
    transform: none;
    bottom: 15%;
  }
  .full-width-tout__text.desktop-vertical__align-bottom.desktop-horizontal__align-left {
    transform: none;
    right: initial;
    left: 10%;
  }
  .full-width-tout__text.desktop-vertical__align-bottom.desktop-horizontal__align-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .full-width-tout__text.desktop-vertical__align-bottom.desktop-horizontal__align-right {
    transform: none;
    left: initial;
    right: 10%;
  }
}
@media (min-width: 1781px) {
  .full-width-tout__text.desktop-vertical__align-bottom {
    bottom: 30%;
  }
}
.full-width-tout__text-top-line {
  font-size: 18px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.full-width-tout__text-headline {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 56px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .full-width-tout__text-headline {
    font-size: 64px;
    line-height: 70px;
  }
}
.full-width-tout__text-subline {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 1025px) {
  .full-width-tout__text-subline {
    font-size: 24px;
    letter-spacing: 0.2px;
  }
}
.full-width-tout__text-cta {
  appearance: none;
  border: 0;
  border-radius: 0;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin: 20px 0 0 0;
  padding: 0 56px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .full-width-tout__text-cta {
    margin: 30px 0 0 0;
    height: 60px;
    padding: 0 76px;
  }
}
.full-width-tout__text-cta--filled {
  opacity: 1;
}
.full-width-tout__text-cta--filled:hover {
  opacity: 0.8;
}
.full-width-tout__text-cta--bordered {
  background: transparent;
  border: 1px solid;
}
.full-width-tout__caption {
  bottom: 30px;
  display: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .full-width-tout__caption {
    display: inline-block;
  }
}
.full-width-tout__caption-link {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 0 15px;
  position: relative;
  text-transform: capitalize;
}
.full-width-tout__caption-link::after {
  border-bottom: 1px solid;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.15s ease;
  width: 100%;
}
.full-width-tout__caption-link:hover::after {
  opacity: 1;
}

body .recommendation-modal__container, body .recommendation-modal__container[style] {
  width: 346px;
  height: auto !important;
  min-height: 395px;
  background-color: #f4f1ee !important;
  border-radius: 0;
}
@media (min-width: 668px) {
  body .recommendation-modal__container, body .recommendation-modal__container[style] {
    width: 410px;
    min-height: 431px;
  }
}
body .recommendation-modal__container:focus-visible {
  outline: none;
}
body .recommendation-modal__close-button-container {
  height: 37px;
}
body .recommendation-modal__content {
  margin: 0 !important;
  padding: 0 1em !important;
}
body .recommendation-modal__flag {
  margin: 0 0 28px !important;
  padding-top: 0 !important;
}
body .recommendation-modal__flag img {
  width: 108px !important;
  height: 77px !important;
}
body .recommendation-modal__message {
  order: -1;
  margin: 0 0 28px !important;
  font-size: 24px !important;
}
body .recommendation-modal__message--bold {
  font-style: normal;
}
@media (min-width: 668px) {
  body .recommendation-modal__message {
    font-size: 28px !important;
  }
}
body .recommendation-modal__benefits {
  display: flex;
  justify-content: center;
  margin: 0 0 28px !important;
}
body .recommendation-modal__benefits ul {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
body .recommendation-modal__benefits ul li {
  font-size: 13px !important;
}
@media (min-width: 668px) {
  body .recommendation-modal__benefits ul li {
    font-size: 14px !important;
  }
}
body .recommendation-modal__form {
  text-align: center;
  margin: 0 0 20px !important;
}
body .recommendation-modal__form button:last-of-type,
body .recommendation-modal__form button:last-of-type[style] {
  width: 231px !important;
  height: 50px !important;
  margin: 0 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 14px !important;
}
@media (min-width: 668px) {
  body .recommendation-modal__form button:last-of-type,
  body .recommendation-modal__form button:last-of-type[style] {
    height: 60px !important;
  }
}
body .recommendation-modal__button {
  margin: 0 0 20px !important;
}
body .recommendation-modal__button--minimal {
  margin: 0 !important;
  color: #000 !important;
  font-size: 13px !important;
}
body .country-dropdown-container {
  position: relative;
  overflow: hidden;
}
body .country-dropdown__mobile {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 20px;
}
body .country-dropdown__mobile.is-hidden {
  pointer-events: none;
}
body .country-dropdown__mobile-shipto {
  color: #b2b2b2;
}
body .country-current {
  pointer-events: none;
  margin-left: 5px;
  position: relative;
  display: block;
  padding-right: 12px;
}
@media (min-width: 1025px) {
  body .country-current {
    margin-left: 25px;
  }
}
body .country-current.desktop {
  display: none;
}
@media (min-width: 1025px) {
  body .country-current.desktop {
    display: block;
  }
}
body .country-current svg {
  position: absolute;
  top: 50%;
  right: 0;
}
body .locale-selectors__container[style] {
  background-color: transparent !important;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body .locale-selectors__container {
  padding-bottom: 0;
}
@media (min-width: 668px) {
  body .locale-selectors__content[style] {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1025px) {
  body .locale-selectors__content[style] {
    padding-left: 30px !important;
  }
}
body .locale-selectors__selector {
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: "Johnston", sans-serif;
  background-color: transparent !important;
  color: inherit !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97681 0.5H5.97681L3.97681 3.16667L2.87681 1.7L1.97681 0.5Z' fill='white' stroke='white' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 1.5rem) center !important;
}
@media (min-width: 668px) {
  body .locale-selectors__selector {
    text-transform: uppercase;
  }
}
body .locale-selectors__selector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  border: solid #000;
  border-width: 0 2px 2px 0;
  padding: 3px;
}
body.scrolled .locale-selectors__selector {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97681 0.5H5.97681L3.97681 3.16667L2.87681 1.7L1.97681 0.5Z' fill='black' stroke='black' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
body .header:hover .locale-selectors__selector {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.97681 0.5H5.97681L3.97681 3.16667L2.87681 1.7L1.97681 0.5Z' fill='black' stroke='black' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

.hero {
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.hero .flickity-slider,
.hero .flickity-viewport {
  height: inherit;
}
.hero .flickity-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 76%;
  position: absolute;
  top: 15%;
  user-select: none;
  width: 18vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hero .flickity-button:disabled {
  pointer-events: none;
}
.hero .flickity-button svg {
  display: none;
}
.hero .flickity-button.previous {
  left: 0;
}
.hero .flickity-button.next {
  right: 0;
}

.hero-slide {
  overflow: hidden;
  position: relative;
  width: 100vw;
  transition: opacity 1s ease !important;
}
@media (min-width: 0) and (max-width: 1024px) {
  .hero-slide {
    transition: height 1s ease, opacity 1s ease !important;
  }
}
@media (min-width: 1025px) {
  .hero-slide {
    width: 100%;
    display: block;
  }
}
.hero-slide::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  left: 0;
  top: 0;
  content: "";
  height: 30vh;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s 0.2s;
}
.hero-slide.is-selected {
  opacity: 1 !important;
}
.hero-slide.image-lazyloaded::before {
  opacity: 0.2;
}
.hero-slide-link {
  display: block;
  width: 100%;
}
.hero-slide__picture {
  transition: all 1s ease;
  z-index: 0;
}
@media (min-width: 0) and (max-width: 1024px) {
  .hero-slide__picture {
    transition: height 1s ease;
  }
}
.hero-slide__gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  left: 0;
  position: absolute;
  width: 100%;
}
.hero-slide__text {
  position: absolute;
  z-index: 2;
}
@media (min-width: 1025px) {
  .hero-slide__text {
    padding: 0;
  }
}
.hero-slide__text.mobile-text__align-left {
  text-align: left;
}
.hero-slide__text.mobile-text__align-left h2 {
  text-align: left;
}
.hero-slide__text.mobile-text__align-left .hero-slide__text-subline {
  text-align: left;
}
.hero-slide__text.mobile-text__align-left button {
  display: inline-block;
}
.hero-slide__text.mobile-text__align-center {
  text-align: center;
}
.hero-slide__text.mobile-text__align-center button {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 3px;
}
.hero-slide__text.mobile-text__align-right {
  text-align: right;
}
.hero-slide__text.mobile-text__align-right h2 {
  text-align: right;
}
.hero-slide__text.mobile-text__align-right .hero-slide__text-subline {
  text-align: right;
}
.hero-slide__text.mobile-text__align-right button {
  display: inline-block;
}
.hero-slide__text.mobile-vertical__align-top {
  top: 94px;
}
.hero-slide__text.mobile-vertical__align-top.mobile-horizontal__align-left {
  left: 25px;
}
.hero-slide__text.mobile-vertical__align-top.mobile-horizontal__align-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.hero-slide__text.mobile-vertical__align-top.mobile-horizontal__align-right {
  right: 25px;
}
.hero-slide__text.mobile-vertical__align-middle {
  top: 50%;
  transform: translateY(-50%);
}
.hero-slide__text.mobile-vertical__align-middle.mobile-horizontal__align-left {
  left: 25px;
  transform: translate3d(0, -50%, 0);
}
.hero-slide__text.mobile-vertical__align-middle.mobile-horizontal__align-center {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-slide__text.mobile-vertical__align-middle.mobile-horizontal__align-right {
  right: 25px;
  transform: translate3d(0, -50%, 0);
}
.hero-slide__text.mobile-vertical__align-bottom {
  bottom: 5%;
}
.hero-slide__text.mobile-vertical__align-bottom.mobile-horizontal__align-left {
  left: 25px;
}
.hero-slide__text.mobile-vertical__align-bottom.mobile-horizontal__align-center {
  left: 50%;
  transform: translateX(-50%);
}
.hero-slide__text.mobile-vertical__align-bottom.mobile-horizontal__align-right {
  right: 25px;
}
@media (min-width: 1025px) {
  .hero-slide__text.desktop-text__align-left {
    text-align: left;
  }
  .hero-slide__text.desktop-text__align-left h2 {
    text-align: left;
  }
  .hero-slide__text.desktop-text__align-left .hero-slide__text-subline {
    text-align: left;
  }
  .hero-slide__text.desktop-text__align-left button {
    display: inline-block;
    margin: 20px 0 0;
  }
  .hero-slide__text.desktop-text__align-center {
    text-align: center;
  }
  .hero-slide__text.desktop-text__align-center h2 {
    text-align: center;
  }
  .hero-slide__text.desktop-text__align-center .hero-slide__text-subline {
    text-align: center;
  }
  .hero-slide__text.desktop-text__align-right {
    text-align: right;
  }
  .hero-slide__text.desktop-text__align-right h2 {
    text-align: right;
  }
  .hero-slide__text.desktop-text__align-right .hero-slide__text-subline {
    text-align: right;
  }
  .hero-slide__text.desktop-text__align-right button {
    display: inline-block;
    margin: 20px 0 0;
  }
  .hero-slide__text.desktop-vertical__align-top {
    top: 20%;
    bottom: initial;
  }
  .hero-slide__text.desktop-vertical__align-top.desktop-horizontal__align-left {
    transform: none;
    right: initial;
    left: 10%;
  }
  .hero-slide__text.desktop-vertical__align-top.desktop-horizontal__align-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-slide__text.desktop-vertical__align-top.desktop-horizontal__align-right {
    transform: none;
    left: initial;
    right: 10%;
  }
  .hero-slide__text.desktop-vertical__align-middle {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }
  .hero-slide__text.desktop-vertical__align-middle.desktop-horizontal__align-left {
    transform: translate3d(0, -50%, 0);
    right: initial;
    left: 10%;
  }
  .hero-slide__text.desktop-vertical__align-middle.desktop-horizontal__align-center {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .hero-slide__text.desktop-vertical__align-middle.desktop-horizontal__align-right {
    transform: translate3d(0, -50%, 0);
    left: initial;
    right: 10%;
  }
  .hero-slide__text.desktop-vertical__align-bottom {
    top: initial;
    transform: none;
    bottom: 10%;
  }
  .hero-slide__text.desktop-vertical__align-bottom.desktop-horizontal__align-left {
    transform: none;
    right: initial;
    left: 10%;
  }
  .hero-slide__text.desktop-vertical__align-bottom.desktop-horizontal__align-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .hero-slide__text.desktop-vertical__align-bottom.desktop-horizontal__align-right {
    transform: none;
    left: initial;
    right: 10%;
  }
}
.hero-slide__text-top-line {
  font-size: 16px;
  letter-spacing: 1.16px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .hero-slide__text-top-line {
    font-size: 18px;
  }
}
.hero-slide__text-headline {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 46px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .hero-slide__text-headline {
    font-size: 64px;
    line-height: 70px;
  }
}
.hero-slide__text-subline {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.56;
  text-align: center;
}
@media (min-width: 1025px) {
  .hero-slide__text-subline {
    font-size: 24px;
  }
}
.hero-slide__text-cta {
  align-items: center;
  appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin: 20px 0 0 0;
  padding: 0 56px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .hero-slide__text-cta {
    margin: 30px 0 0 0;
    height: 60px;
    padding: 0 76px;
  }
}
.hero-slide__text-cta--filled {
  opacity: 1;
}
.hero-slide__text-cta--filled:hover {
  opacity: 0.8;
}
.hero-slide__text-cta--bordered {
  background: transparent;
  border: 1px solid;
}
.hero-slide__caption {
  bottom: 30px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: absolute;
  left: 30px;
  text-transform: uppercase;
  z-index: 2;
}
.hero-slide__caption-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-transform: capitalize;
}
.hero-slide__caption-link.before {
  margin: 0 0 0 15px;
}
.hero-slide__caption-link.after {
  margin: 0 15px 0 0;
}
.hero-slide__caption-link::after {
  border-bottom: 1px solid;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.mini-bag {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 34px);
  overflow: auto;
  padding: 17px 14px 125px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 34px;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0.4, 0, 1);
  width: 100vw;
  z-index: 205;
  align-content: flex-start;
}
@media (min-width: 1025px) {
  .mini-bag {
    height: 100vh;
    padding: 20px 35px 40px;
    top: 0;
    width: 650px;
  }
}
.mini-bag__bag-link {
  display: inline-block;
  font-size: 13px;
  margin: 20px auto 0;
  opacity: 0.7;
  text-align: center;
  text-decoration: underline;
}
.mini-bag__bag-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.mini-bag-is-open .mini-bag {
  transform: translateX(0);
  pointer-events: all;
}
.mini-bag-overlay {
  background-color: rgba(0, 0, 0, 0);
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: visibility 0.1s ease, background 0.2s ease;
  width: 100vw;
  z-index: 111;
  visibility: hidden;
}
.mini-bag-is-open .mini-bag-overlay, .mini-bag-overlay.is-visible {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: all;
  visibility: visible;
}
.mini-bag__headline {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 11px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .mini-bag__headline {
    text-align: left;
    margin: 0 0 15px;
  }
}
.mini-bag__close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 25px;
  background: transparent;
  border: 0;
}
@media (min-width: 1025px) {
  .mini-bag__close {
    right: 40px;
    top: 30px;
  }
}
.mini-bag__close:hover {
  opacity: 0.7;
}
.mini-bag .icon-loading {
  animation: rotating 0.8s linear infinite;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 105px);
  width: 30px;
}
.mini-bag .icon-loading.is-visible {
  opacity: 1;
}
.mini-bag__shipping {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 13px 0 10px;
  width: 100%;
}
.mini-bag__subtotal {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 18px;
}
.mini-bag__subtotal-title {
  font-weight: 500;
}
.mini-bag__subtotal-value {
  font-family: "CenturySchoolbookPro", serif;
}
.mini-bag__checkout {
  align-items: flex-start;
  background-color: #131415;
  color: #fff;
  display: flex;
  font-family: "Johnston", sans-serif;
  font-size: 15px;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 60px;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (min-width: 1025px) {
  .mini-bag__checkout {
    font-size: 13px;
  }
}
.mini-bag-products {
  opacity: 1;
  transition: opacity 0.2s ease 0.5s;
  border-bottom: 1px solid #d8d8d8;
}
.mini-bag-form {
  display: none;
  position: relative;
  width: 100%;
}
.mini-bag-form.is-visible {
  display: block;
}
.mini-bag-empty {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0;
  display: none;
  width: 100%;
}
.mini-bag-empty.is-visible {
  display: block;
}
.mini-bag-empty__headline {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 30px;
  text-align: center;
}
.mini-bag-empty__button {
  align-items: flex-start;
  background-color: #131415;
  color: #fff;
  display: flex;
  font-family: "Johnston", sans-serif;
  font-size: 15px;
  justify-content: center;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
@media (min-width: 1025px) {
  .mini-bag-empty__button {
    font-size: 13px;
    letter-spacing: 0.2px;
  }
}
.mini-bag__monogramming-text {
  display: none;
  font-weight: 500;
  margin: 10px 0 0;
  text-align: center;
}
.mini-bag__monogramming-text .important {
  color: #cd3737;
  font-size: 14px;
}
.mini-bag__monogramming-text.is-visible {
  display: block;
}
.mini-bag .product__free-shipping {
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.mini-bag .product__free-shipping.hidden {
  display: none;
}

.mini-bag-product {
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  padding: 18px 0;
  transition: opacity 0.1 ease;
  position: relative;
}
.mini-bag-product::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background-color: #d8d8d8;
  transition: opacity 0.2s ease;
}
.is-updating .mini-bag-product {
  opacity: 0.35;
  pointer-events: none;
}
.is-updating .mini-bag-product::after {
  pointer-events: all;
  opacity: 0.4;
}
.mini-bag-product:first-of-type {
  border-top: 1px solid #d8d8d8;
}
.mini-bag-product:last-of-type {
  border-bottom: 0;
}
.mini-bag-product__image {
  align-items: flex-end;
  background-color: #ebebeb;
  display: flex;
  height: 110px;
  justify-content: center;
  width: 90px;
}
.mini-bag-product__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mini-bag-product[data-handle=monogramming] .mini-bag-product__image {
  padding: 0;
}
.mini-bag-product[data-handle=monogramming] .mini-bag-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-bag-product__details {
  flex: 1;
  padding: 0 0 45px 33px;
  position: relative;
  font-size: 14px;
}
@media (min-width: 1025px) {
  .mini-bag-product__details {
    font-size: 12px;
  }
}
.mini-bag-product__details-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  max-width: 170px;
}
@media (min-width: 1025px) {
  .mini-bag-product__details-title {
    margin-bottom: 15px;
    max-width: initial;
  }
}
.cart-product__details--monogram .mini-bag-product__details-title {
  margin-bottom: 0;
}
.mini-bag-product__details-quantity, .mini-bag-product__details-properties {
  flex: 0 0 100%;
}
.mini-bag-product__details-properties {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}
.mini-bag-product__details-properties .option-name {
  display: inline-block;
  width: 55px;
  color: #000;
}
.mini-bag-product__details-properties .option-name--long {
  width: 100px;
}
.mini-bag-product__details-properties .option-name--preorder {
  width: 100%;
}
.mini-bag-product__details-quantity {
  bottom: 0;
  display: flex;
  position: absolute;
}
.mini-bag-product__details-quantity .quantity-value {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 25px;
  text-align: center;
}
.mini-bag-product__details-quantity .quantity-minus,
.mini-bag-product__details-quantity .quantity-plus {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}
.mini-bag-product__details-quantity .quantity-minus:hover,
.mini-bag-product__details-quantity .quantity-plus:hover {
  opacity: 0.5;
}
.mini-bag-product--monogram .mini-bag-product__details-quantity .quantity-minus,
.mini-bag-product--monogram .mini-bag-product__details-quantity .quantity-plus {
  cursor: not-allowed;
  opacity: 0.1;
}
.mini-bag-product__details-quantity .quantity-minus {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  position: relative;
}
.mini-bag-product__details-quantity .quantity-minus::after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 1px;
  width: 10px;
}
.mini-bag-product__details-quantity .quantity-plus {
  position: relative;
}
.mini-bag-product__details-quantity .quantity-plus::before, .mini-bag-product__details-quantity .quantity-plus::after {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 1px;
  position: absolute;
  top: 13px;
  width: 10px;
}
.mini-bag-product__details-quantity .quantity-plus::before {
  transform: rotate(90deg);
}
.mini-bag-product__details-quantity .quantity {
  background: transparent;
  border: 0;
  font-family: "Johnston", sans-serif;
  font-size: 15px;
  text-align: center;
  width: 35px;
}
.mini-bag-product__details-low-inventory {
  color: #cd3737;
  font-size: 12px;
}
.mini-bag-product__details-low-inventory.is-hidden {
  display: none;
}
@media (min-width: 1025px) {
  .mini-bag-product__details-low-inventory {
    top: 49px;
    right: 20px;
    position: absolute;
  }
}
.mini-bag-product__details-remove {
  align-items: center;
  background: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: underline;
  padding: 0;
}
@media (min-width: 1025px) {
  .mini-bag-product__details-remove {
    font-size: 14px;
  }
}
.mini-bag-product__details-remove:hover {
  color: rgba(0, 0, 0, 0.7);
}
.mini-bag-product__details-tags {
  color: #cd3737;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  right: 0;
  text-align: right;
  transform: translateY(10px);
}
@media (min-width: 1025px) {
  .mini-bag-product__details-tags {
    position: absolute;
    bottom: 35px;
    transform: translateY(0);
  }
}
.mini-bag-product__details-tags--preorder {
  color: #000;
  text-align: left;
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .mini-bag-product__details-tags--preorder {
    text-align: right;
  }
}
.mini-bag-product__details-price {
  bottom: 0;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  text-align: right;
  transform: translateY(-3px);
}
.mini-bag-product__details-price .product__price,
.mini-bag-product__details-price .compare-at-price {
  font-family: "CenturySchoolbookPro", serif;
  font-size: 18px;
  letter-spacing: 0.25px;
  line-break: 1;
  margin: 0;
}
.mini-bag-product__details-price .compare-at-price {
  color: #a1a1a1;
  font-size: 18px;
  letter-spacing: 0.25px;
  margin-right: 3px;
  display: none;
}
.mini-bag-product__details-price .compare-at-price.with-price {
  display: inline-block;
}
.mini-bag-product__details-price .compare-at-price.with-price + .product__price {
  color: #cd3737;
}

.mini-bag-collection {
  display: none;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1025px) {
  .mini-bag-collection {
    flex-direction: row;
  }
}
.mini-bag-collection.is-visible {
  display: flex;
  align-items: stretch;
}
.mini-bag-collection.recently-viewed {
  background: transparent;
  display: none;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .mini-bag-collection.recently-viewed {
    flex-direction: row;
    align-items: stretch;
  }
}
.mini-bag-collection.recently-viewed .collection-product__details {
  flex-direction: row;
}
.mini-bag-collection.recently-viewed.is-visible {
  display: flex;
}
.mini-bag-collection.recently-viewed .collection-product {
  flex: initial;
}
.mini-bag-collection__headline {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  min-height: 42px;
  margin: 22px 0 11px;
  text-align: left;
  width: 100%;
}
.mini-bag-collection__headline.is-visible {
  display: flex;
}
.mini-bag-collection .collection-product {
  flex-direction: row;
  height: 110px;
  min-height: 110px;
  padding: 0;
  width: 100%;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product {
    height: auto;
    width: 25%;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 25px;
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product:hover .collection-product__details-sizes {
    display: none;
  }
}
.mini-bag-collection .collection-product__flags {
  display: none;
}
.mini-bag-collection .collection-product__details {
  left: 0;
  padding: 15px 5px 15px 14px;
  width: 100%;
  line-height: 1;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product__details {
    position: relative;
    left: initial;
    padding: 0 5px 0 14px;
    width: 100%;
    line-height: 1;
  }
}
.mini-bag-collection .collection-product__details-title {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product__details-title {
    font-size: 12px;
    white-space: normal;
    width: 95%;
  }
}
.mini-bag-collection .collection-product__details-prices {
  display: block;
  margin: 3px 0 0 0;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product__details-prices {
    display: block;
    margin-left: 0;
    padding-bottom: 20px;
  }
}
.mini-bag-collection .collection-product__details-prices .compare-at-price {
  margin-right: 0;
}
.mini-bag-collection .collection-product__details-prices .compare-at-price.with-price {
  margin-right: 4px;
}
.mini-bag-collection .collection-product__details-prices .minibag-add {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.mini-bag-collection .collection-product__details-color, .mini-bag-collection .collection-product__details-sizes, .mini-bag-collection .collection-product__details-low-inventory {
  display: none;
}
.mini-bag-collection .collection-product__link {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.mini-bag-collection .collection-product--with-quick-add .collection-product__details {
  align-items: flex-start;
  bottom: initial;
  flex: 1;
  height: 100%;
  justify-content: flex-start;
  padding-left: 24px;
  position: relative;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product--with-quick-add .collection-product__details {
    height: initial;
    padding: 5px 15px 0 0;
  }
}
.mini-bag-collection .collection-product .collection-image-wrap {
  width: 90px;
  height: 109px;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product .collection-image-wrap {
    height: 174px;
    width: 100%;
    position: relative;
    top: initial;
    left: initial;
  }
}
.mini-bag-collection .collection-product .image-scale {
  padding: 0 !important;
}
.mini-bag-collection .collection-product .collection-image {
  height: 109px;
  bottom: 0;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product .collection-image {
    height: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.mini-bag-collection .collection-product .collection-image--hover {
  opacity: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product .collection-image--hover {
    height: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.collection-image-wrap:hover .mini-bag-collection .collection-product .collection-image--hover, .collection-image-wrap:focus .mini-bag-collection .collection-product .collection-image--hover, .collection-image-wrap:focus-within .mini-bag-collection .collection-product .collection-image--hover {
  opacity: 1;
}
.mini-bag-collection .collection-product .collection-image--cover, .mini-bag-collection .collection-product .collection-image--hover-cover {
  bottom: 0;
  height: 109px;
}
@media (min-width: 1025px) {
  .mini-bag-collection .collection-product .collection-image--cover, .mini-bag-collection .collection-product .collection-image--hover-cover {
    height: 100%;
    width: 100%;
    padding: 0 !important;
  }
}
.mini-bag-collection.js-collection-not-empty-bag .collection-product__link {
  flex-direction: row;
}
@media (min-width: 1025px) {
  .mini-bag-collection.js-collection-not-empty-bag .collection-product__link {
    flex-direction: column;
    height: auto;
    position: relative;
  }
}

@media (min-width: 1025px) {
  .additional-checkout-buttons {
    margin: 3px 0 0 0;
  }
}
.additional-checkout-buttons.hidden {
  display: none;
}

#bag .shopify-cleanslate ._1n3zwJXRK30xbubjNiZsKV {
  max-height: 42px !important;
}
#bag .shopify-cleanslate ._2zarRkvJ2j83NID3Q3t0Ix,
#bag .shopify-cleanslate ._1M9S34W-UyhhDRRQQiV3RH {
  border-radius: 0 !important;
}
#bag .shopify-cleanslate ._2zarRkvJ2j83NID3Q3t0Ix {
  height: 60px !important;
}
#bag .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D {
  align-items: center !important;
  display: flex !important;
  flex-basis: 100% !important;
  height: 60px !important;
  justify-content: center !important;
  margin-bottom: 3px !important;
  background: #ffc439 !important;
}
#bag .shopify-cleanslate ._3TUeZPsTWjDxakSmeDcA4D:hover {
  background: #F1BA38 !important;
}
#bag .shopify-cleanslate ._2PfRg7DFvcstLFRNRf5W1e {
  background: #ffc439 !important;
}
#bag .shopify-cleanslate ._2PfRg7DFvcstLFRNRf5W1e:hover {
  background: #F1BA38 !important;
}
#bag .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l form,
#bag .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 form {
  width: 100% !important;
}
#bag .shopify-cleanslate .hidden {
  display: none !important;
}

.utility-page-nav {
  align-items: flex-start;
  background-color: #51a5dc;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  left: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.2s cubic-bezier(0.4, 0.4, 0, 1);
  width: 100vw;
  z-index: 3;
}
@media (min-width: 1025px) {
  .utility-page-nav {
    align-items: flex-start;
    background-color: transparent;
    bottom: initial;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: relative;
    transform: translateY(0);
    width: initial;
    min-width: 200px;
  }
}
.utility-page-nav.is-visible {
  transform: translateY(0%);
  visibility: visible;
  pointer-events: all;
}
.utility-page-nav__close {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 19px;
}
.utility-page-nav__close svg {
  width: 15px;
  height: 15px;
}
.utility-page-nav__link {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  font-size: 12px;
  font-weight: 500;
  justify-content: flex-end;
  letter-spacing: 1.09px;
  line-height: 36px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
@media (min-width: 1025px) {
  .utility-page-nav__link {
    color: black;
    display: inline-block;
    flex-direction: row;
    line-height: 1;
    margin: 5px 0;
    padding: 5px 0;
    text-align: left;
  }
}
.utility-page-nav__link .icon--tick {
  opacity: 0;
  transition: all 0.2s ease 0.1s;
  position: absolute;
  display: inline-block;
}
@media (min-width: 1025px) {
  .utility-page-nav__link .icon--tick {
    display: none;
  }
}
.utility-page-nav__link::after {
  border-radius: 50%;
  border: 1px solid #fff;
  content: "";
  height: 23px;
  margin-right: 16px;
  transition: background-color 0.2s ease;
  width: 23px;
}
@media (min-width: 1025px) {
  .utility-page-nav__link::after {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    bottom: 2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
  }
}
.utility-page-nav__link:focus, .utility-page-nav__link:focus-visible {
  text-decoration: underline;
}
.utility-page-nav__link--is-active::after {
  border: 1px solid #fff;
  background-color: transparent;
}
@media (min-width: 1025px) {
  .utility-page-nav__link--is-active::after {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    bottom: 2px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
  }
}
.utility-page-nav__link--is-active .icon--tick {
  left: 5px;
  opacity: 1;
}
@media (min-width: 1025px) {
  .utility-page-nav__link:hover::after {
    opacity: 1;
  }
}

.utlility-page-content {
  text-align: left;
  margin-left: 0;
  padding: 0 20px;
  width: 100vw;
}
@media (min-width: 1025px) {
  .utlility-page-content {
    margin-left: 40px;
    padding: 0;
    flex: 0 0 940px;
    width: initial;
  }
}
.page-website-accessibility .utlility-page-content {
  padding-top: 94px;
}
@media (min-width: 1025px) {
  .page-website-accessibility .utlility-page-content {
    margin: 0 auto;
    padding-top: 104px;
  }
}
@media (min-width: 1025px) {
  .utlility-page-content--care {
    margin-left: 0;
    flex: 0 0 100%;
  }
}
.utlility-page-content p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 20px;
}
.utlility-page-content strong {
  font-weight: 500;
}
.utlility-page-content ul + h1,
.utlility-page-content ul + h2,
.utlility-page-content ul + h3 p + h1,
.utlility-page-content p + h2,
.utlility-page-content p + h3 {
  margin: 40px 0 25px;
}
@media (min-width: 1025px) {
  .utlility-page-content ul + h1,
  .utlility-page-content ul + h2,
  .utlility-page-content ul + h3 p + h1,
  .utlility-page-content p + h2,
  .utlility-page-content p + h3 {
    margin: 80px 0 25px;
  }
}
.utlility-page-content h1,
.utlility-page-content h2,
.utlility-page-content h3 {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 0;
  margin: 45px 0 25px;
}
@media (min-width: 1025px) {
  .utlility-page-content h1,
  .utlility-page-content h2,
  .utlility-page-content h3 {
    margin: 40px 0 25px;
  }
}
.utlility-page-content h4,
.utlility-page-content h5,
.utlility-page-content h6 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1.09px;
  margin: 0 0 30px;
  color: rgba(0, 0, 0, 0.7);
}
.utlility-page-content a {
  display: inline-block;
  position: relative;
}
.utlility-page-content a::after {
  border-bottom: 1px solid;
  bottom: 3px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.utlility-page-content a.no-underline::after {
  display: none;
}
.utlility-page-content ul {
  margin-left: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.utlility-page-content ul.dk-select-options {
  margin-left: 0;
}
.utlility-page-content ul li {
  color: rgba(0, 0, 0, 0.7);
  list-style: initial;
  margin-bottom: 20px;
}
.utlility-page-content ul li.dk-option-selected {
  color: #fff;
  list-style: initial;
  margin-bottom: initial;
}
.utlility-page-content ul li.dk-option {
  margin-bottom: initial;
}
.stockists .utlility-page-content ul li {
  margin-bottom: 8px;
}
.utlility-page-content button {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.utlility-page-content button::after {
  border-bottom: 1px solid;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.utlility-page-content__title.utlility-page-content__title {
  background: #f4f1ee;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 1.09px;
  line-height: 60px;
  margin: 0 0 35px 0;
  padding: 0 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  transform: translateX(-20px);
  width: calc(100% + 40px);
}
@media (min-width: 1025px) {
  .utlility-page-content__title.utlility-page-content__title {
    background: transparent;
    cursor: initial;
    line-height: 1.17;
    height: auto;
    padding: 0 20px;
    margin: 0 0 55px 0;
    width: 100%;
  }
}
.page-website-accessibility .utlility-page-content__title.utlility-page-content__title {
  text-align: center;
  background: transparent;
}
@media (min-width: 1025px) {
  .page-website-accessibility .utlility-page-content__title.utlility-page-content__title {
    transform: translateX(0);
  }
}
.utlility-page-content__title.utlility-page-content__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #000;
  margin: 0 0 0 7px;
  transform: translateY(-1px) rotate(90deg);
  transition: transform 0.2s ease;
}
@media (min-width: 1025px) {
  .utlility-page-content__title.utlility-page-content__title::after {
    display: none;
  }
}
.page-website-accessibility .utlility-page-content__title.utlility-page-content__title::after {
  display: none;
}
.utlility-page-content.utlility-page-content--care .care__materials a::after {
  display: none;
}

div#shopify-section-about-us-page-content {
  margin-top: 66px;
}
@media (min-width: 1025px) {
  div#shopify-section-about-us-page-content {
    margin-top: 0;
  }
}

.page-about-us {
  background-color: #fff;
}
.page-about-us .main {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: -65px;
  background-color: #fff;
}
.page-about-us__wrapper {
  display: flex;
  flex-direction: column;
}
.page-about-us__wrapper.block-0 {
  margin-top: 100px;
}
@media (min-width: 1025px) {
  .page-about-us__wrapper {
    margin-top: 35px;
  }
  .page-about-us__wrapper:not(#about-us) .page-about-us__wrapper {
    flex-direction: row;
  }
}
.page-about-us__image {
  flex: 0 0 50%;
}
.page-about-us__image .collection-banner__picture {
  height: auto;
}
@media (min-width: 1025px) {
  .page-about-us__image .collection-banner__picture {
    height: 100%;
  }
}
.page-about-us__image .collection-banner__picture-image {
  width: 100%;
  height: auto;
  object-fit: initial;
}
@media (min-width: 1025px) {
  .page-about-us__image .collection-banner__picture-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.page-about-us__content {
  padding: 10px 25px;
}
@media (min-width: 1025px) {
  .page-about-us__content {
    flex: 0 0 50%;
    min-height: 100%;
    padding: 20px 40px;
  }
}
.page-about-us__content p {
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}
.page-about-us__content-title, .page-about-us__content-title p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 1.09px;
  margin-bottom: 5px;
  opacity: 1;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.accordion-image-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin: 3.75rem 0;
}
@media (min-width: 1025px) {
  .accordion-image-wrapper {
    margin: 2.5rem 0;
  }
}
.accordion-image-wrapper.image-left {
  flex-direction: column;
}
.accordion-image-wrapper.image-left .image-wrapper {
  margin-bottom: 0;
  margin-top: 2.5rem;
}
@media (min-width: 1025px) {
  .accordion-image-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin: 3.75rem 0;
  }
  .accordion-image-wrapper.image-left {
    flex-direction: row-reverse;
  }
}
.accordion-image-wrapper .accordion-wrapper {
  flex: 0 0 100%;
  width: 100%;
  min-height: 100%;
  /* Accordion styles */
}
@media (min-width: 1025px) {
  .accordion-image-wrapper .accordion-wrapper {
    flex: 0 0 48%;
    width: 48%;
  }
}
.accordion-image-wrapper .accordion-wrapper h2 {
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.accordion-image-wrapper .accordion-wrapper input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion-image-wrapper .accordion-wrapper .accordion-items {
  overflow: hidden;
}
.accordion-image-wrapper .accordion-wrapper .item {
  width: 100%;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.accordion-image-wrapper .accordion-wrapper .item-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3125rem;
  border-bottom: 0.25px solid rgba(51, 51, 51, 0.5);
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: #686868;
  /* Icon */
}
.accordion-image-wrapper .accordion-wrapper .item-label:hover {
  color: darken #686868, 10%;
}
.accordion-image-wrapper .accordion-wrapper .item-label::after {
  content: "";
  color: #686868;
  width: 1rem;
  height: 1rem;
  text-align: center;
  transition: all 0.5s ease;
  transform: rotate(-90deg);
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6.64645' y1='12.8536' x2='0.646449' y2='6.85355' stroke='%23686868'/%3E%3Cline y1='-0.5' x2='8.48528' y2='-0.5' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 1 6.5)' stroke='%23686868'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.accordion-image-wrapper .accordion-wrapper .item-content {
  max-height: 0;
  padding: 0.625rem 0.9375rem 0 0;
  transition: all 0.5s ease;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.7;
  opacity: 0.7;
}
.accordion-image-wrapper .accordion-wrapper .item-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.accordion-image-wrapper .accordion-wrapper input:checked + .item-label {
  color: #000;
}
.accordion-image-wrapper .accordion-wrapper input:checked + .item-label::after {
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6.64645' y1='12.8536' x2='0.646449' y2='6.85355' stroke='%23333333'/%3E%3Cline y1='-0.5' x2='8.48528' y2='-0.5' transform='matrix(0.707107 -0.707107 -0.707107 -0.707107 1 6.5)' stroke='%23333333'/%3E%3C/svg%3E");
}
.accordion-image-wrapper .accordion-wrapper input:checked ~ .item-content {
  max-height: 100vh;
  transition: all 0.5s ease;
}
.accordion-image-wrapper .image-wrapper {
  flex: 0 0 100%;
  width: 100%;
  min-height: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1025px) {
  .accordion-image-wrapper .image-wrapper {
    flex: 0 0 48%;
    width: 48%;
    margin-bottom: 0;
  }
}

.modal, .alert, .notice {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.modal > div, .alert > div, .notice > div,
.modal .dialog,
.alert .dialog,
.notice .dialog {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  margin: auto;
  padding: 14px 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 90%;
}
.modal > div a.back, .alert > div a.back, .notice > div a.back,
.modal .dialog a.back,
.alert .dialog a.back,
.notice .dialog a.back {
  display: block;
  margin-top: 14px;
  position: absolute;
  right: 18px;
  top: 14px;
}
@media (min-width: 668px) {
  .modal > div, .alert > div, .notice > div,
  .modal .dialog,
  .alert .dialog,
  .notice .dialog {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .modal > div, .alert > div, .notice > div,
  .modal .dialog,
  .alert .dialog,
  .notice .dialog {
    padding: 34px calc(gutter-span(1) / 2);
    width: 49.15%;
  }
}

.new-modal {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.new-modal .dialog {
  background: #fff;
  text-align: center;
}
.new-modal a.back {
  display: block;
  margin-top: 0;
  position: absolute;
  right: 18px;
  top: 14px;
  z-index: 1;
}
@media (min-width: 0) and (max-width: 667px) {
  .new-modal {
    background: #fff;
  }
  .new-modal .dialog {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .new-modal .dialog .scroller {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    max-height: 100%;
    overflow-y: scroll;
    padding: 56px 18px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
}
@media (min-width: 668px) {
  .new-modal .dialog {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    left: 50%;
    max-height: 100%;
    max-width: 80vw;
    overflow-y: scroll;
    padding: 56px 18px;
    position: absolute;
    top: 50%;
    width: 70%;
  }
}
@media (min-width: 1025px) {
  .new-modal .dialog {
    width: 49.15%;
  }
}

.new-modal.with-close-button .dialog {
  padding: 56px 18px;
}
@media (min-width: 1025px) {
  .new-modal.with-close-button .dialog {
    padding: 51px calc(gutter-span(1) / 2);
    width: 49.15%;
  }
}
.new-modal.with-close-button a.back {
  right: 14px;
  top: 14px;
}
.new-modal.with-close-button a.back .icon {
  display: block;
  height: 14px;
  width: 14px;
}
@media (min-width: 668px) {
  .new-modal.with-close-button a.back {
    right: 17px;
    top: 17px;
  }
}

.alert > div, .notice > div,
.alert .dialog,
.notice .dialog {
  background: #ffdbca;
  color: #fff;
}
.alert > div a.back, .notice > div a.back,
.alert .dialog a.back,
.notice .dialog a.back {
  color: #fff;
}

.notice h3,
.notice strong {
  font-size: 16px;
  line-height: 16px;
}
.notice strong {
  display: block;
}
.notice input[type=submit] {
  width: auto !important;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 668px) {
  .notice h3,
  .notice strong {
    font-size: 36px;
    line-height: 36px;
  }
  .notice p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1025px) {
  .notice h3,
  .notice strong {
    font-size: 36px;
    line-height: 45px;
  }
  .notice p {
    font-size: 18px;
    line-height: 27px;
  }
}

body.modal--active {
  overflow: hidden;
}

.rte {
  text-align: center;
}
.rte h2.clickable {
  cursor: pointer;
}
.rte h2.clickable:hover {
  color: #bababa;
}
.rte p {
  font-size: 11px;
}
@media (min-width: 668px) {
  .rte p {
    font-size: 11px;
  }
}
.rte ul {
  font-size: 11px;
  margin: 21px;
}
@media (min-width: 668px) {
  .rte ul {
    font-size: 11px;
    margin: 25.5px 0;
  }
}

.rte .content > h2:first-child,
.rte .content > h3:first-child {
  margin-top: 0 !important;
}
.rte .content h2 {
  margin: 17px 0;
}
.rte .content h3,
.rte .content p,
.rte .content ul {
  font-size: 14px;
}
@media (min-width: 668px) {
  .rte .content h3,
  .rte .content p,
  .rte .content ul {
    font-size: 14px;
  }
}
.rte .content p {
  width: auto;
}
.rte .content p img {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.rte .content p + p {
  margin-top: 14px;
}
@media (min-width: 668px) {
  .rte .content p {
    margin: 0 auto;
  }
  .rte .content p + p {
    margin-top: 17px;
  }
}
@media (min-width: 1025px) {
  .rte .content p {
    float: none;
    width: 66.67%;
    margin-left: auto;
    margin-right: auto;
  }
}

.rte > div:first-child img {
  display: block;
  margin: 0 auto 51px;
  max-width: 855px;
  width: 100%;
}
.rte .opener img {
  margin: 0 auto;
}
.rte .content.roomy {
  margin-top: 42px;
  margin-bottom: 42px;
}
@media (min-width: 668px) {
  .rte .content.roomy {
    margin-top: 51px;
    margin-bottom: 51px;
  }
}
.rte .content.tiny h2 {
  line-height: 1.25;
  margin: 17px 0 0;
}
.rte .content.tiny h3,
.rte .content.tiny p,
.rte .content.tiny ul {
  font-size: 11px;
}
@media (min-width: 668px) {
  .rte .content.tiny h3,
  .rte .content.tiny p,
  .rte .content.tiny ul {
    font-size: 11px;
  }
}
.rte .content.tiny p {
  margin: 14px 0 0;
}
@media (min-width: 668px) {
  .rte .content.tiny p {
    margin: 17px auto 0;
  }
}

.split-touts {
  display: flex;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media (min-width: 0) and (max-width: 667px) {
  .split-touts {
    flex-direction: column;
    height: initial !important;
  }
}

.split-tout {
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0) and (max-width: 667px) {
  .split-tout {
    min-width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .split-tout:last-child {
    flex: 0 1 100%;
  }
}
.split-tout-link {
  display: block;
  width: 100%;
}
@media (min-width: 1025px) {
  .split-tout-link {
    height: 100%;
  }
}
.split-tout__picture {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.split-tout__picture--desktop {
  display: none;
}
@media (min-width: 1025px) {
  .split-tout__picture--desktop {
    display: block;
  }
}
.split-tout__picture--mobile {
  display: block;
}
@media (min-width: 1025px) {
  .split-tout__picture--mobile {
    display: none;
  }
}
.split-tout__picture-image {
  width: 100%;
}
.split-tout__gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  left: 0;
  position: absolute;
  width: 100%;
}
.split-tout__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.split-tout__text {
  padding: 0 20px;
  position: absolute;
  width: 100%;
}
@media (min-width: 1025px) {
  .split-tout__text {
    padding: 0;
  }
}
.split-tout__text.mobile-text__align-left {
  text-align: left;
}
.split-tout__text.mobile-text__align-left h2 {
  text-align: left;
}
.split-tout__text.mobile-text__align-left .split-tout__text-subline {
  text-align: left;
}
.split-tout__text.mobile-text__align-left button {
  display: inline-block;
}
.split-tout__text.mobile-text__align-center {
  text-align: center;
}
.split-tout__text.mobile-text__align-center button {
  margin: 20px auto 0;
}
.split-tout__text.mobile-text__align-right {
  text-align: right;
}
.split-tout__text.mobile-text__align-right h2 {
  text-align: right;
}
.split-tout__text.mobile-text__align-right .split-tout__text-subline {
  text-align: right;
}
.split-tout__text.mobile-text__align-right button {
  display: inline-block;
}
.split-tout__text.mobile-vertical__align-top {
  top: 94px;
  width: auto;
}
.split-tout__text.mobile-vertical__align-top.mobile-horizontal__align-left {
  left: 25px;
}
.split-tout__text.mobile-vertical__align-top.mobile-horizontal__align-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
}
.split-tout__text.mobile-vertical__align-top.mobile-horizontal__align-right {
  right: 25px;
  width: auto;
}
.split-tout__text.mobile-vertical__align-middle {
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.split-tout__text.mobile-vertical__align-middle.mobile-horizontal__align-left {
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.split-tout__text.mobile-vertical__align-middle.mobile-horizontal__align-center {
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}
.split-tout__text.mobile-vertical__align-middle.mobile-horizontal__align-right {
  right: 0;
  transform: translate3d(0, -50%, 0);
  width: auto;
}
.split-tout__text.mobile-vertical__align-bottom {
  bottom: 5%;
  width: auto;
}
.split-tout__text.mobile-vertical__align-bottom.mobile-horizontal__align-left {
  left: 25px;
}
.split-tout__text.mobile-vertical__align-bottom.mobile-horizontal__align-center {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.split-tout__text.mobile-vertical__align-bottom.mobile-horizontal__align-right {
  right: 25px;
}
@media (min-width: 1025px) {
  .split-tout__text.desktop-text__align-left {
    text-align: left;
    width: auto !important;
  }
  .split-tout__text.desktop-text__align-left h2 {
    text-align: left;
  }
  .split-tout__text.desktop-text__align-left .split-tout__text-subline {
    text-align: left;
  }
  .split-tout__text.desktop-text__align-left button {
    display: inline-block;
    margin: 20px 0 0;
  }
  .split-tout__text.desktop-text__align-center {
    text-align: center;
  }
  .split-tout__text.desktop-text__align-center h2 {
    text-align: center;
  }
  .split-tout__text.desktop-text__align-center .split-tout__text-subline {
    text-align: center;
  }
  .split-tout__text.desktop-text__align-right {
    text-align: right;
    width: auto !important;
  }
  .split-tout__text.desktop-text__align-right h2 {
    text-align: right;
  }
  .split-tout__text.desktop-text__align-right .split-tout__text-subline {
    text-align: right;
  }
  .split-tout__text.desktop-text__align-right button {
    display: inline-block;
    margin: 20px 0 0;
  }
  .split-tout__text.desktop-vertical__align-top {
    top: 15%;
    bottom: initial;
  }
  .split-tout__text.desktop-vertical__align-top.desktop-horizontal__align-left {
    transform: none;
    right: initial;
    left: 10%;
    width: auto;
  }
  .split-tout__text.desktop-vertical__align-top.desktop-horizontal__align-center {
    left: 50%;
    transform: translateX(-50%);
  }
  .split-tout__text.desktop-vertical__align-top.desktop-horizontal__align-right {
    transform: none;
    left: initial;
    right: 10%;
    width: auto;
  }
  .split-tout__text.desktop-vertical__align-middle {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }
  .split-tout__text.desktop-vertical__align-middle.desktop-horizontal__align-left {
    transform: translate3d(0, -50%, 0);
    right: initial;
    left: 10%;
    width: auto;
  }
  .split-tout__text.desktop-vertical__align-middle.desktop-horizontal__align-center {
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .split-tout__text.desktop-vertical__align-middle.desktop-horizontal__align-right {
    transform: translate3d(0, -50%, 0);
    left: initial;
    right: 10%;
    width: auto;
  }
  .split-tout__text.desktop-vertical__align-bottom {
    top: initial;
    transform: none;
    bottom: 10%;
  }
  .split-tout__text.desktop-vertical__align-bottom.desktop-horizontal__align-left {
    transform: none;
    right: initial;
    left: 10%;
    width: auto;
  }
  .split-tout__text.desktop-vertical__align-bottom.desktop-horizontal__align-center {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  .split-tout__text.desktop-vertical__align-bottom.desktop-horizontal__align-right {
    transform: none;
    left: initial;
    right: 10%;
    width: auto;
  }
}
.split-tout__text-top-line {
  font-size: 18px;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.split-tout__text-headline {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 56px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .split-tout__text-headline {
    font-size: 64px;
    line-height: 70px;
  }
}
.split-tout__text-subline {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 1025px) {
  .split-tout__text-subline {
    font-size: 24px;
    letter-spacing: 0.2px;
  }
}
.split-tout__text-cta {
  align-items: center;
  appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin: 20px 0 0 0;
  padding: 0 56px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .split-tout__text-cta {
    margin: 30px 0 0 0;
    height: 60px;
    padding: 0 76px;
  }
}
.split-tout__text-cta--filled {
  opacity: 1;
}
.split-tout__text-cta--filled:hover {
  opacity: 0.8;
}
.split-tout__text-cta--bordered {
  background: transparent;
  border: 1px solid;
}
.split-tout__caption {
  bottom: 30px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: absolute;
  left: 30px;
  text-transform: uppercase;
}
.split-tout__caption-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-transform: capitalize;
}
.split-tout__caption-link.before {
  margin: 0 0 0 15px;
}
.split-tout__caption-link.after {
  margin: 0 15px 0 0;
}
.split-tout__caption-link::after {
  border-bottom: 1px solid;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.15s ease;
  width: 100%;
}

.stores-homepage {
  display: flex;
  flex-direction: column;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  padding: 30px 0 20px;
  width: 100vw;
}
@media (min-width: 1025px) {
  .stores-homepage {
    padding: 65px 0;
  }
}
.stores-homepage__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 25px;
  width: 100%;
}
@media (min-width: 1025px) {
  .stores-homepage__wrap {
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }
}
.stores-homepage__section-title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0 0 25px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .stores-homepage__section-title {
    font-size: 36px;
    letter-spacing: 2px;
    margin: 0 0 65px 0;
  }
}

.store-block {
  max-width: 330px;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .store-block {
    max-width: 440px;
    width: 100%;
  }
}
.store-block:hover .store-block__picture {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.store-block-link {
  max-width: 330px;
  width: 100%;
}
@media (min-width: 1025px) {
  .store-block-link {
    width: 100%;
    max-width: calc(50% - 30px);
  }
}
.store-block .ir {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.6666666667%;
}
@media (min-width: 1025px) {
  .store-block .ir {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 66.3636363636%;
  }
}
.store-block__picture {
  display: block;
  transition: box-shadow 0.3s ease;
}
.store-block__picture-image {
  max-width: 100%;
}
.store-block__caption {
  align-items: center;
  display: flex;
  font-size: 20px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 1;
  margin: 20px 0 33px 0;
}
@media (min-width: 1025px) {
  .store-block__caption {
    justify-content: flex-start;
    margin: 20px 0 0 0;
  }
}
.store-block__caption-city {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}

.stores {
  display: flex;
  padding: 0 0 60px;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .stores {
    flex-direction: row;
  }
}

.empty-cart-blocks {
  display: flex;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media (min-width: 0) and (max-width: 667px) {
  .empty-cart-blocks {
    flex-direction: column;
    height: initial !important;
  }
}

.empty-cart-block {
  color: #fff;
  overflow: hidden;
  position: relative;
  flex: 0 0 50%;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 667px) {
  .empty-cart-block {
    max-height: 500px;
    min-width: 100% !important;
  }
}
.empty-cart-block .ir {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 129.4117647059%;
}
@media (min-width: 1025px) {
  .empty-cart-block .ir {
    padding: 0;
  }
}
.empty-cart-block__picture {
  display: block;
  width: 100%;
}
.empty-cart-block__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .empty-cart-block__text {
    padding: 0;
  }
}
.empty-cart-block__text-headline {
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 2.01px;
  text-align: center;
  text-transform: uppercase;
  max-width: 450px;
}
@media (min-width: 1025px) {
  .empty-cart-block__text-headline {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2.01px;
    text-transform: uppercase;
    max-width: 450px;
  }
}
.empty-cart-block__text-cta {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.2px;
  line-height: 60px;
  margin: 20px 0 0 0;
  padding: 0 56px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  opacity: 1;
}
.empty-cart-block__text-cta:hover {
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .empty-cart-block__text-cta {
    margin: 30px 0 0 0;
    padding: 0 76px;
  }
}

.sk-hero {
  font-family: "Johnston", sans-serif;
  position: relative;
  overflow: hidden;
  width: 100vw;
}

.sk-hero-image {
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media (min-width: 1025px) {
  .sk-hero-image {
    height: inherit;
  }
}
.sk-hero-image::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  left: 0;
  top: 0;
  content: "";
  height: 30vh;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s 0.2s;
}
.sk-hero-image.image-lazyloaded::before {
  opacity: 0.2;
}
.sk-hero-image__link {
  display: block;
  position: relative;
  width: 100%;
}
.sk-hero-image__link-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 34px));
  position: absolute;
}
@media (min-width: 1025px) {
  .sk-hero-image__link-wrap {
    transform: translate(-50%, -50%);
  }
}
.sk-hero-image__link-hero-headline {
  font-family: "NanumSquare";
  font-weight: 600;
  color: #fff;
  font-size: 34px;
  max-width: 720px;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .sk-hero-image__link-hero-headline {
    font-size: 60px;
  }
}
.sk-hero-image__link-cta {
  align-items: center;
  align-self: center;
  background-color: #fff;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  font-family: "NanumSquare";
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin: 20px 0 0 0;
  min-width: 146px;
  opacity: 1;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .sk-hero-image__link-cta {
    font-size: 14px;
    height: 60px;
    margin: 30px 0 0 0;
    padding: 0 76px;
    width: auto;
  }
}
.sk-hero-image__link-cta:hover {
  opacity: 0.8;
}
.sk-hero-image__picture {
  width: 100%;
}
.sk-hero-image__picture-image {
  min-width: 100%;
}
.sk-hero-image__figcaption {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 25px 20px;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 1025px) {
  .sk-hero-image__figcaption {
    padding: 40px 20px;
  }
}
.sk-hero-image__figcaption-headline {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 36px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .sk-hero-image__figcaption-headline {
    font-size: 40px;
    line-height: 48px;
  }
}
.sk-hero-image__figcaption-subline {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  font-family: "NanumSquare";
}
@media (min-width: 1025px) {
  .sk-hero-image__figcaption-subline {
    font-size: 14px;
    line-height: 24px;
  }
}

.sk-brand-story {
  display: flex;
  flex-direction: column;
  font-family: "Johnston", sans-serif;
  margin: 0 auto;
  max-width: 1500px;
  overflow: hidden;
  padding: 60px 0 0;
  position: relative;
}
@media (min-width: 1025px) {
  .sk-brand-story {
    padding: 125px 0 0;
  }
}
.sk-brand-story__headline {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .sk-brand-story__headline {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.sk-brand-story-block {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 1025px) {
  .sk-brand-story-block {
    flex-direction: row;
    margin-bottom: 160px;
  }
}
.sk-brand-story-block:nth-child(3) .sk-brand-story-block__picture-wrap {
  order: 0;
}
@media (min-width: 1025px) {
  .sk-brand-story-block:nth-child(3) .sk-brand-story-block__picture-wrap {
    order: 1;
  }
}
.sk-brand-story-block:nth-child(3) .sk-brand-story-block__picture {
  margin: 0px 3% 0 10%;
  width: 87%;
}
.sk-brand-story-block:nth-child(4) .sk-brand-story-block__picture {
  margin: 0px 10% 0 5%;
  width: 77%;
}
.sk-brand-story-block:nth-child(4) .sk-brand-story-block__picture-image {
  min-width: 100% !important;
}
@media (min-width: 1025px) {
  .sk-brand-story-block:nth-child(4) .sk-brand-story-block__picture-image {
    min-width: initial;
  }
}
.sk-brand-story-block__picture {
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
  position: relative;
}
.is-in-view .sk-brand-story-block__picture {
  opacity: 1;
  transform: translateY(0);
}
.sk-brand-story-block__picture-wrap {
  width: 100%;
  margin-bottom: 60px;
}
@media (min-width: 1025px) {
  .sk-brand-story-block__picture-wrap {
    margin-bottom: 60px;
    width: 50%;
  }
}
.sk-brand-story-block__picture-caption {
  color: #dabaaf;
  font-size: 12px;
  position: absolute;
  text-transform: uppercase;
}
.sk-brand-story-block__picture-image {
  max-width: 65%;
}
.sk-brand-story-block__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 20px;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out 0.2s;
  width: 100%;
}
@media (min-width: 1025px) {
  .sk-brand-story-block__text {
    width: 50%;
  }
}
.is-in-view .sk-brand-story-block__text {
  opacity: 1;
  transform: translateY(0);
}
.sk-brand-story-block__text-headline {
  font-family: "NanumSquare";
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 auto 15px;
  max-width: 480px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .sk-brand-story-block__text-headline {
    font-size: 40px;
    line-height: 45px;
  }
}
.sk-brand-story-block__text-subline {
  font-family: "NanumSquare";
  font-size: 12px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 630px;
  text-align: center;
}
.sk-brand-story-block__text-subline br {
  display: none;
}
@media (min-width: 1025px) {
  .sk-brand-story-block__text-subline br {
    display: initial;
  }
}
.sk-brand-story-block__text-subline br.br-mobile {
  display: initial;
}
@media (min-width: 1025px) {
  .sk-brand-story-block__text-subline br.br-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .sk-brand-story-block__text-subline {
    font-size: 14px;
  }
}
.sk-brand-story-block__caption {
  bottom: 30px;
  display: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: absolute;
  text-transform: uppercase;
}

.sk-four-touts {
  display: flex;
  flex-wrap: wrap;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 1025px) {
  .sk-four-touts {
    align-items: stretch;
    flex-wrap: nowrap;
  }
}

.sk-tout {
  cursor: pointer;
  height: 230px;
  overflow: hidden;
  position: relative;
  width: 50vw;
}
@media (min-width: 1025px) {
  .sk-tout {
    width: 25vw;
    height: 520px;
  }
}
.sk-tout__link {
  display: block;
  height: 100%;
  width: 100%;
}
.sk-tout__picture {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sk-tout__picture-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sk-tout__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .sk-tout__text {
    padding: 0;
  }
}
.sk-tout__text-headline {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .sk-tout__text-headline {
    font-size: 20px;
    line-height: 24px;
  }
}
.sk-tout__text-subline {
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: "NanumSquare";
  font-weight: 600;
}
@media (min-width: 1025px) {
  .sk-tout__text-subline {
    font-size: 30px;
    line-height: 34px;
  }
}
.sk-tout__text-cta {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  font-family: "NanumSquare";
  justify-content: center;
  height: 40px;
  letter-spacing: 0.2px;
  line-height: 14px;
  margin: 20px 0 0 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 146px;
}
@media (min-width: 1025px) {
  .sk-tout__text-cta {
    margin: 30px 0 0 0;
    height: 60px;
    padding: 0 76px;
    font-size: 14px;
    width: auto;
  }
}
.sk-tout__text-cta--filled {
  opacity: 1;
}
.sk-tout__text-cta--filled:hover {
  opacity: 0.8;
}

.sk-split-touts {
  display: flex;
  font-family: "Johnston", sans-serif;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media (min-width: 0) and (max-width: 667px) {
  .sk-split-touts {
    flex-direction: column;
    height: initial !important;
  }
}

.sk-split-tout {
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 50vw;
}
@media (min-width: 0) and (max-width: 667px) {
  .sk-split-tout {
    max-height: 500px;
    min-width: 100% !important;
  }
}
.sk-split-tout .ir {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(100 / cacl(187/242) * 1%);
}
@media (min-width: 1025px) {
  .sk-split-tout .ir {
    padding: 0;
  }
}
.sk-split-tout__picture {
  display: block;
  height: 100%;
  width: 100%;
}
.sk-split-tout__picture-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sk-split-tout__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .sk-split-tout__text {
    padding: 0;
  }
}
.sk-split-tout__text-headline {
  font-size: 22px;
  font-family: "NanumSquare";
  font-weight: 600;
  letter-spacing: 0.08px;
  line-height: 56px;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .sk-split-tout__text-headline {
    font-size: 30px;
    line-height: 34px;
  }
}