@charset "UTF-8";
body {
  font-family: var(--body-font), "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: var(--black); }

@media screen and (max-width: 320px) {
  .split > h6 {
    width: 50%; } }

.tar {
  text-align: right; }

.va-sub {
  vertical-align: sub; }

.capitalize {
  text-transform: capitalize; }

.strikethrough {
  text-decoration: line-through; }

.linethrough {
  text-decoration: line-through; }

.transparent {
  color: transparent; }

.black {
  color: #222; }

.white {
  color: #fff; }

.lightgreen {
  color: #A3FEDB; }

.green {
  color: #3DF2AC; }

.grey {
  color: #5F5F5F; }

.lightgrey {
  color: #c0c0c0; }

.lightergrey {
  color: #E9E9E9; }

.lightestgrey {
  color: #F6F6F8; }

.pink {
  color: #FF7A7A; }

.blue {
  color: #147DEF; }

.red {
  color: #FF0000; }

.mw75 {
  max-width: 75%; }

.mw66 {
  max-width: 66%; }

.w50 {
  width: 50%; }

.bg-transparent {
  background-color: transparent; }

.bg-black {
  background-color: #222; }

.bg-white {
  background-color: #fff; }

.bg-lightgreen {
  background-color: #A3FEDB; }

.bg-green {
  background-color: #3DF2AC; }

.bg-grey {
  background-color: #5F5F5F; }

.bg-lightgrey {
  background-color: #c0c0c0; }

.bg-lightergrey {
  background-color: #E9E9E9; }

.bg-lightestgrey {
  background-color: #F6F6F8; }

.bg-pink {
  background-color: #FF7A7A; }

.bg-blue {
  background-color: #147DEF; }

.bg-red {
  background-color: #FF0000; }

hr {
  height: 1px;
  border: 0;
  background: #e9e9e9; }

h3, .shop-header.description {
  font-weight: normal; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  min-height: 100%; }

#app {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
https://gist.github.com/hcatlin/1027867
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, .shop-header.description, 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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after {
  content: '';
  content: none; }

q::before, q::after {
  content: '';
  content: none; }

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

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.grid {
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid-item {
  padding: 0 1em 1em 0;
  float: left;
  width: 100%; }

@font-face {
  font-family: 'Fabriga';
  font-display: swap;
  src: url("../assets/fonts/Fabriga.eot");
  src: url("../assets/fonts/Fabriga.woff2") format("woff2"), url("../assets/fonts/Fabriga.woff") format("woff"), url("../assets/fonts/Fabriga.ttf") format("truetype"), url("../assets/fonts/Fabriga.svg#Fabriga") format("svg"), url("../assets/fonts/Fabriga.eot?#iefix") format("embedded-opentype");
  font-weight: 400 500;
  font-style: normal; }

@font-face {
  font-family: 'Fabriga';
  font-display: swap;
  src: url("../assets/fonts/Fabriga-Bold.eot");
  src: url("../assets/fonts/Fabriga-Bold.woff2") format("woff2"), url("../assets/fonts/Fabriga-Bold.woff") format("woff"), url("../assets/fonts/Fabriga-Bold.ttf") format("truetype"), url("../assets/fonts/Fabriga-Bold.svg#Fabriga-Bold") format("svg"), url("../assets/fonts/Fabriga-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Fabriga';
  font-display: swap;
  src: url("../assets/fonts/FabrigaLight.eot");
  src: url("../assets/fonts/FabrigaLight.woff2") format("woff2"), url("../assets/fonts/FabrigaLight.woff") format("woff"), url("../assets/fonts/FabrigaLight.ttf") format("truetype"), url("../assets/fonts/FabrigaLight.svg#FabrigaLight") format("svg"), url("../assets/fonts/FabrigaLight.eot?#iefix") format("embedded-opentype");
  font-weight: 200 300;
  font-style: normal; }

:root {
  font-size: 100%; }

* {
  -webkit-tap-highlight-color: transparent; }

html, input, button, textarea, select {
  font-family: var(--body-font), "Helvetica Neue", Helvetica, sans-serif;
  font-display: optional; }

html {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; }

strong {
  font-weight: bold; }

h1, .alpha, .h1,
h2, .beta, .h2,
h3,
.shop-header.description, .gamma, .h3, .create-wishlist label, .picker__title,
h4, .delta, .h4,
h5, .epsilon, .h5,
h6, .zeta, .h6 {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

h1, .h1, .alpha {
  font-size: 2.25rem;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666rem;
  font-weight: 300; }

h2, .h2, .beta {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem; }

h3, .shop-header.description, .h3, .create-wishlist label, .picker__title, .gamma {
  font-size: 1.3125rem;
  line-height: 1.1428571428571428;
  margin-bottom: 1rem; }

h4, .h4, .delta {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1428571428571428;
  margin-bottom: 1rem; }

h5, .h5, .epsilon {
  font-size: 1.125rem;
  line-height: 1.3333333333333333;
  margin-bottom: 1rem; }

h6, .h6, .zeta {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem; }

.small-text, .sub-heading, .page-links .previous-page,
.page-links .next-page {
  font-size: 0.7rem;
  line-height: 2.2rem;
  margin: 0 0 2.2rem; }

.sub-heading, .page-links .previous-page,
.page-links .next-page {
  letter-spacing: 2px;
  margin: 0; }

p,
blockquote {
  font-size: 15px;
  margin: 1rem 0;
  line-height: 22px;
  font-weight: 200;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }

dl,
ol,
ul {
  font-weight: 200;
  font-size: 1rem;
  margin: 0 0 1.5rem;
  padding: 0; }

dd,
dt,
li {
  line-height: 1.5;
  margin: 0; }

.section-title, .create-wishlist__title {
  display: block;
  color: var(--black);
  font-family: var(--header-font);
  font-size: var(--header-h2-font-size);
  font-weight: var(--header-font-weight);
  line-height: var(--header-h2-line-height);
  margin: 1rem 0; }
  .section-title--centered {
    text-align: center; }
  .section-title--charcoal {
    color: var(--charcoal-grey); }

@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translate3d(0, 0, 0); }
  20% {
    -webkit-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg); }
  35% {
    -webkit-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg); }
  55% {
    -webkit-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg); }
  70% {
    -webkit-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes wiggle {
  0% {
    -moz-transform: translate3d(0, 0, 0); }
  20% {
    -moz-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg); }
  35% {
    -moz-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg); }
  55% {
    -moz-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg); }
  70% {
    -moz-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg); }
  100% {
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes wiggle {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  20% {
    -webkit-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    -o-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg); }
  35% {
    -webkit-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg); }
  55% {
    -webkit-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    -moz-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    -ms-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    -o-transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg);
    transform: translate3d(5px, 0, 0) perspective(800px) rotateY(2deg); }
  70% {
    -webkit-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    -moz-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    -ms-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    -o-transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg);
    transform: translate3d(-5px, 0, 0) perspective(800px) rotateY(-2deg); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1); }
  30% {
    -webkit-transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes pop {
  0% {
    -moz-transform: scale(1); }
  30% {
    -moz-transform: scale(1.3); }
  100% {
    -moz-transform: scale(1); } }

@keyframes pop {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(5deg); }
  20% {
    -webkit-transform: rotate(-4deg); }
  40% {
    -webkit-transform: rotate(3deg); }
  70% {
    -webkit-transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(0deg); }
  10% {
    -moz-transform: rotate(5deg); }
  20% {
    -moz-transform: rotate(-4deg); }
  40% {
    -moz-transform: rotate(3deg); }
  70% {
    -moz-transform: rotate(-2deg); }
  100% {
    -moz-transform: rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  20% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  40% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  70% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes thinking {
  0% {
    -webkit-transform: rotate(2deg);
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-2deg) scale(0.97);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(2deg) scale(0.97);
    opacity: 1; }
  75% {
    -webkit-transform: rotate(-2deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(2deg);
    opacity: 1; } }

@-moz-keyframes thinking {
  0% {
    -moz-transform: rotate(2deg);
    opacity: 1; }
  25% {
    -moz-transform: rotate(-2deg) scale(0.97);
    opacity: 1; }
  50% {
    -moz-transform: rotate(2deg) scale(0.97);
    opacity: 1; }
  75% {
    -moz-transform: rotate(-2deg);
    opacity: 1; }
  100% {
    -moz-transform: rotate(2deg);
    opacity: 1; } }

@keyframes thinking {
  0% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    opacity: 1; }
  25% {
    -webkit-transform: rotate(-2deg) scale(0.97);
    -moz-transform: rotate(-2deg) scale(0.97);
    -ms-transform: rotate(-2deg) scale(0.97);
    -o-transform: rotate(-2deg) scale(0.97);
    transform: rotate(-2deg) scale(0.97);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(2deg) scale(0.97);
    -moz-transform: rotate(2deg) scale(0.97);
    -ms-transform: rotate(2deg) scale(0.97);
    -o-transform: rotate(2deg) scale(0.97);
    transform: rotate(2deg) scale(0.97);
    opacity: 1; }
  75% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    opacity: 1; } }

form {
  text-align: center;
  padding: 1em 0; }
  form textarea,
  form input,
  form label {
    display: block;
    width: 100%;
    margin: 5px 0;
    outline: 0;
    text-align: left; }
  form label {
    margin-top: 10px; }
  form h3, form .shop-header.description {
    margin-bottom: 0; }
  form .help-block {
    text-align: right;
    margin: -5em 0 4em; }
  form .inactive {
    display: none; }
  form fieldset {
    position: relative;
    margin: 5px 0; }
    form fieldset textarea,
    form fieldset input {
      margin: 0; }
    form fieldset .validator {
      position: absolute;
      top: 12px;
      right: 10px; }

label {
  font-size: 0.85em;
  color: var(--black);
  vertical-align: top;
  line-height: 1.5em; }
  label span {
    color: #4A4A4C; }

input[type=email],
input[type=password],
input[type=text],
textarea,
select {
  border: 0;
  background: #F2F2F2;
  padding: 7px;
  height: 44px;
  font-size: 1em;
  font-weight: 200;
  height: 34px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }
  input[type=email].has-error, [type=email].form-error,
  input[type=password].has-error,
  [type=password].form-error,
  input[type=text].has-error,
  [type=text].form-error,
  textarea.has-error,
  textarea.form-error,
  select.has-error,
  select.form-error {
    background: #fff8f8;
    border-color: #f45a5a; }
  input[type=email]::-ms-clear,
  input[type=password]::-ms-clear,
  input[type=text]::-ms-clear,
  textarea::-ms-clear,
  select::-ms-clear {
    display: none; }

textarea {
  height: 5em;
  resize: none; }

.help-block {
  display: block;
  font-size: 0.7em;
  position: relative; }
  .help-block.is-valid {
    color: #47ad47; }
  .help-block.has-error, .help-block.form-error {
    padding-right: 2em; }
    .help-block.has-error::after, .help-block.form-error::after {
      position: absolute;
      top: -0.28em;
      right: 0.1em;
      content: '\2639';
      font-size: 2em; }

.form-error {
  border: 1px solid #f45a5a;
  color: #f45a5a;
  padding: 0.5em 0.5em;
  margin: 1em 0;
  position: relative; }

select:disabled {
  color: #999; }

.button.disabled {
  color: #c5c5c5;
  background: #f6f6f6;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

.select {
  display: inline-block;
  background: #f6f6f6;
  position: relative; }
  .select select {
    background: transparent;
    display: block;
    padding-right: 1.4em;
    margin-right: 0;
    -webkit-appearance: none;
    border-radius: 0;
    z-index: 1;
    position: relative; }
  .select select::-ms-expand {
    display: none; }
  .select::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.9em;
    right: 0.4em;
    height: 0;
    width: 0;
    border-left: 0.35em solid transparent;
    border-right: 0.35em solid transparent;
    border-top: 0.35em solid #c3c3c3; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.button,
button,
input[type=submit],
input[type=button] {
  border-radius: var(--checkout-button-border-radius);
  height: var(--checkout-button-height);
  padding: 4px 2em;
  margin-bottom: 10px;
  margin-right: 10px;
  border: none;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: none;
  text-align: center;
  outline: 0;
  background: var(--header-color);
  color: white;
  -webkit-appearance: none; }
  .button.add-to-cart,
  button.add-to-cart,
  input[type=submit].add-to-cart,
  input[type=button].add-to-cart {
    background: white;
    color: var(--header-color);
    border-color: var(--header-color);
    border: solid;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0; }
  .button.save, .button.switch, .button.stay,
  button.save,
  button.switch,
  button.stay,
  input[type=submit].save,
  input[type=submit].switch,
  input[type=submit].stay,
  input[type=button].save,
  input[type=button].switch,
  input[type=button].stay {
    height: 48px; }
  .button.facebook,
  button.facebook,
  input[type=submit].facebook,
  input[type=button].facebook {
    background: url("../assets/img/f_logo_RGB-Blue_144.png");
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 10% 50%;
    background-color: white;
    padding-left: 3em;
    color: var(--header-color);
    border: 1px solid var(--header-color); }
  .button.google,
  button.google,
  input[type=submit].google,
  input[type=button].google {
    background: url("../assets/img/google-logo.svg");
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 10% 50%;
    background-color: white;
    padding-left: 3em;
    color: var(--header-color);
    border: 1px solid var(--header-color); }
  .button.secondary,
  button.secondary,
  input[type=submit].secondary,
  input[type=button].secondary {
    background: #eee;
    color: var(--black); }
  .button.green,
  button.green,
  input[type=submit].green,
  input[type=button].green {
    background: #00e6aa;
    color: var(--black); }
  .button.paypal,
  button.paypal,
  input[type=submit].paypal,
  input[type=button].paypal {
    background: url("https://fydn.imgix.net/s/images/paypal.png");
    background-repeat: no-repeat;
    background-size: 80px auto;
    background-position: center;
    text-indent: -99999px;
    background-color: #f0f0eb; }
    .button.paypal:disabled,
    button.paypal:disabled,
    input[type=submit].paypal:disabled,
    input[type=button].paypal:disabled {
      background: url("https://fydn.imgix.net/s/images/paypal.png");
      background-repeat: no-repeat;
      background-size: 80px auto;
      background-position: center;
      text-indent: -99999px;
      background-color: #C0C0C0;
      opacity: 0.65; }
  .button:disabled,
  button:disabled,
  input[type=submit]:disabled,
  input[type=button]:disabled {
    background: #d0d0d0;
    color: #909090;
    opacity: 1; }
  .button.mini,
  button.mini,
  input[type=submit].mini,
  input[type=button].mini {
    padding: 5px 1em;
    font-size: 13px;
    line-height: 18px;
    margin: 0; }
  .button.selectable,
  button.selectable,
  input[type=submit].selectable,
  input[type=button].selectable {
    background: #F5F8FA;
    color: var(--black); }
  .button.selected,
  button.selected,
  input[type=submit].selected,
  input[type=button].selected {
    background: var(--black);
    color: white; }
  .button.primary,
  button.primary,
  input[type=submit].primary,
  input[type=button].primary {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 16px; }
  .button.white-secondary,
  button.white-secondary,
  input[type=submit].white-secondary,
  input[type=button].white-secondary {
    background: white;
    color: var(--header-color);
    border: 1px solid var(--header-color);
    border-radius: 10px;
    width: 100%;
    margin-bottom: 16px; }

.paypal-loading {
  position: relative; }
  .paypal-loading::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 50;
    display: block;
    content: '';
    height: 100%;
    width: 100%; }
  .paypal-loading::before {
    content: '';
    font-size: 0.8rem;
    text-align: center;
    padding-top: 5em;
    display: block;
    background-image: url("../assets/img/loading.svg");
    background-position: 50% 50%;
    background-size: 2em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 51; }

._link, a {
  cursor: hand;
  cursor: pointer; }

a {
  text-decoration: none;
  color: var(--black); }
  a.inline {
    text-decoration: underline; }

@font-face {
  font-family: 'fy-icons';
  src: url("https://fydn.imgix.net/s/fonts/fy-icons-new.eot");
  src: url("https://fydn.imgix.net/s/fonts/fy-icons-new.eot?#iefix") format("embedded-opentype"), url("https://fydn.imgix.net/s/fonts/fy-icons-new.woff") format("woff"), url("https://fydn.imgix.net/s/fonts/fy-icons-new.ttf") format("truetype"), url("https://fydn.imgix.net/s/fonts/fy-icons-new.svg#fy-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  height: 1em;
  width: 1.8em;
  text-align: center;
  position: relative; }
  [class^='icon-']::before,
  [class*=' icon-']::before {
    font-family: 'fy-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 0.9em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.1em; }
  [class^='icon-'].red,
  [class*=' icon-'].red {
    color: #ff282d; }

.icon-logo::before {
  content: 'F'; }

.icon-search::before {
  content: 'S'; }

.icon-star::before {
  content: 'A'; }

.icon-sparkle::before {
  content: 'A'; }

.icon-share::before {
  content: 'B'; }

.icon-instagram::before {
  content: 'I'; }

.icon-facebook::before {
  content: 'X'; }

.icon-eye::before {
  content: 'V'; }

.icon-zigzag::before {
  content: 'W'; }

.icon-zaggle::before {
  content: 'W'; }

.icon-me::before {
  content: 'U'; }

.icon-chat::before {
  content: 'N'; }

.icon-smiley::before {
  content: 'R'; }

.icon-bow::before {
  content: 'O'; }

.icon-lips::before {
  content: 'P'; }

.icon-feed::before {
  content: 'K'; }

.icon-chevron::before, .icon-chevron-down::before {
  content: 'C'; }

.icon-chevron-up::before {
  content: 'E'; }

.icon-chevron.black::before, .icon-chevron-down.black::before {
  margin-top: -6px;
  transform: rotate(90deg);
  content: url("../assets/img/mweb-cat-nav/black-chevron-right.svg");
  transition: transform 0.2s linear; }

.icon-chevron-up.black:before {
  margin-top: -6px;
  transform: rotate(-90deg);
  transition: transform 0.2s linear;
  content: url("../assets/img/mweb-cat-nav/black-chevron-right.svg"); }

.icon-chevron-left::before {
  content: 'G'; }

.icon-chevron-right::before {
  content: 'H'; }

.icon-backpack::before {
  content: 'M'; }

.icon-tote::before {
  content: 'M'; }

.icon-heart::before {
  line-height: 15px;
  content: var(--like-svg); }

.icon-heart.filled::before {
  line-height: 15px;
  content: var(--like-filled-svg); }

.icon-heart.small::before {
  line-height: 10px;
  width: 9px;
  height: 8px;
  content: url("../assets/img/small-like.svg"); }

.icon-heart.small.filled::before {
  line-height: 10px;
  width: 9px;
  height: 8px;
  margin-top: 5px;
  margin-right: 0px;
  content: url("../assets/img/small-like-filled.svg"); }

.icon-lightning {
  content: url("../assets/img/lightning.svg"); }

.icon-info::before {
  content: url("../assets/img/info.svg"); }

.icon-info.red::before {
  content: url("../assets/img/info-red.svg"); }

.icon-card::before {
  content: url("../assets/img/card.svg"); }

.icon-visa::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-visa.svg"); }

.icon-mastercard::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-mastercard.svg"); }

.icon-amex::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-amex.svg"); }

.icon-paypal::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-paypal.svg"); }

.icon-google-pay::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-google-pay.svg"); }

.icon-apple-pay::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-apple-pay.svg"); }

.icon-klarna::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-klarna.svg"); }

.trouva-icon-visa::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-visa.svg"); }

.trouva-icon-mastercard::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-mastercard.svg"); }

.trouva-icon-amex::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-amex.svg"); }

.trouva-icon-paypal::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-paypal.svg"); }

.trouva-icon-google-pay::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-google-pay.svg"); }

.trouva-icon-apple-pay::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-apple-pay.svg"); }

.trouva-icon-klarna::before {
  content: url("https://trouva-media.imgix.net/checkout/payment-type/payment-type-klarna.svg"); }

.icon-chervon-right::before {
  margin-top: -4px;
  content: url("../assets/img/mweb-cat-nav/black-chevron-right.svg"); }

.icon-close::before {
  width: 32px;
  height: 32px;
  margin: 0;
  content: url("../assets/img/mweb-cat-nav/close.svg"); }

.icon-close-circle {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 7px;
  border-radius: 50%;
  border: 1.5px solid var(--black);
  cursor: pointer;
  content: url("../assets/img/mweb-cat-nav/close.svg"); }

.icon-back::before {
  width: 32px;
  height: 32px;
  margin-top: -6px;
  content: url("../assets/img/mweb-cat-nav/back.svg"); }

.icon-search {
  width: 22px;
  height: 22px;
  margin: 0;
  top: 5px;
  position: relative;
  content: url("../assets/img/search.svg"); }

.icon-search-white-fill {
  width: 32px;
  height: 32px;
  margin: 0;
  top: 5px;
  position: relative;
  content: url("../assets/img/search-white-fill.svg"); }

.icon-clear-grey {
  width: 12px;
  height: 12px;
  margin: 0;
  top: -3px;
  position: relative;
  content: url("../assets/img/close-grey.svg"); }

.icon-colour-cards {
  content: url("../assets/img/color-cards.svg"); }

.icon-filter {
  content: url("../assets/img/filter.svg"); }

.icon-landscape {
  content: url("../assets/img/landscape.svg"); }

.icon-ruler {
  content: url("../assets/img/ruler.svg"); }

.icon-round-check {
  content: url("../assets/img/round-check.svg"); }

.icon-round-check-filled {
  content: url("../assets/img/round-check-filled.svg"); }

.icon-box {
  content: url("../assets/img/box.svg"); }

.icon-sort {
  content: url("../assets/img/sort.svg"); }

.icon-style {
  content: url("../assets/img/style.svg"); }

.icon-orientation {
  content: url("../assets/img/orientation.svg"); }

.icon-home {
  content: url("../assets/img/home.svg");
  height: 22px; }

.icon-star {
  content: url("../assets/img/star.svg");
  width: 20px;
  height: 20px;
  margin: 0 1px; }
  .icon-star--grey {
    width: 20px;
    height: 20px;
    margin: 0 1px;
    content: url("../assets/img/star-grey.svg"); }

.validator {
  width: 10px;
  height: 10px;
  background: #e4e4e4;
  border-radius: 50%;
  border: 0 solid #e4e4e4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .validator.valid {
    border: 5px solid #00e6aa; }
  .validator.invalid {
    border: 5px solid #f45a5a; }

.divider {
  width: 100%;
  height: 1em;
  display: flex;
  flex-direction: row;
  text-align: center;
  margin: 1em auto 1em;
  text-align: center; }
  .divider hr {
    background-color: #9C9C9C;
    vertical-align: center;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px; }
  .divider span {
    display: inline-block;
    background: white;
    padding: 0 1em;
    color: #4A4A4C;
    font-size: 14px;
    line-height: 19px; }

.content-column.shop-controls {
  padding-top: 24px;
  margin-bottom: 24px; }

.content-column .section-title, .content-column .create-wishlist__title {
  min-width: 50%; }

.content-column .right {
  display: flex;
  width: 100%;
  justify-content: flex-end; }

.content-column .left {
  display: flex;
  width: 100%;
  justify-content: flex-start; }

.shop-controls, .pagination {
  display: flex;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between; }

.shop-controls--prev-next-only {
  display: flex;
  justify-content: center; }

.pagination {
  align-items: center;
  justify-content: center; }

.page-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 2px;
  min-height: 3rem;
  width: 100%;
  max-width: 600px; }
  @media only screen and (min-width: 768px) {
    .page-links {
      display: flex;
      flex-direction: row; } }
  .page-links .button {
    height: 50px; }
    @media only screen and (min-width: 768px) {
      .page-links .button {
        width: 138px; } }
    .page-links .button p {
      font-weight: 700;
      line-height: 14px;
      letter-spacing: 0.02rem; }
  .page-links .page-button {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .page-links .page-button .spacer {
      width: 24px; }
  .page-links .previous-spacer {
    width: 100%; }
  .page-links .previous-page {
    margin-right: 8px !important; }
    .page-links .previous-page svg {
      margin-left: 4px; }
    .page-links .previous-page .spacer {
      margin-right: 4px; }
    @media only screen and (max-width: 768px) {
      .page-links .previous-page svg {
        margin-left: 8px; }
      .page-links .previous-page .spacer {
        margin-right: 8px; } }
  .page-links .next-page {
    margin-left: 8px !important; }
    .page-links .next-page svg {
      margin-right: 4px; }
    .page-links .next-page .spacer {
      margin-left: 4px; }
    @media only screen and (max-width: 768px) {
      .page-links .next-page svg {
        margin-right: 8px; }
      .page-links .next-page .spacer {
        margin-left: 8px; } }
  @media only screen and (max-width: 768px) {
    .page-links .desktop-button {
      display: none; } }
  .page-links .buttons-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .page-links .buttons-mobile {
        display: none; } }
  .page-links .numbers {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: bold; }
  .page-links .number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none; }
  .page-links ._active {
    border-radius: 50%;
    background-color: var(--header-color);
    color: white; }
  .page-links a {
    text-align: center;
    display: inline-block;
    min-width: 0.9em;
    padding: 0 0.15em;
    margin: 0 0.15em;
    color: var(--header-color); }
  .page-links .previous-page,
  .page-links .next-page {
    font-size: 0.6em;
    background-color: var(--header-color);
    color: white; }

.prev-next-only-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center; }

.prev-next-only-links {
  display: flex;
  width: 1312px;
  justify-content: center;
  gap: 15px; }
  .prev-next-only-links .previous-page,
  .prev-next-only-links .next-page {
    flex: 1;
    display: flex;
    font-size: 20px;
    align-items: center;
    transform: translateX(-20px);
    border-bottom: 2px solid transparent; }
    .prev-next-only-links .previous-page:hover,
    .prev-next-only-links .next-page:hover {
      border-bottom-color: #ff8e91; }
    .prev-next-only-links .previous-page svg,
    .prev-next-only-links .next-page svg {
      margin-top: 2px;
      margin-left: 8px;
      margin-right: 8px; }
    .prev-next-only-links .previous-page[disabled],
    .prev-next-only-links .next-page[disabled] {
      pointer-events: none;
      color: #C0C0C0; }

.card-indicator {
  display: inline-block;
  background: url("https://fydn.imgix.net/s/images/card_sprite.png");
  background-size: 100%;
  width: 30px;
  height: 19px;
  background-position: 0 -80px; }
  .card-indicator.american-express {
    background-position: 0 0; }
  .card-indicator.mastercard {
    background-position: 0 -20px; }
  .card-indicator.paypal {
    background-position: 0 -40px; }
  .card-indicator.visa {
    background-position: 0 -60px; }

.hamburger {
  height: 0.6em;
  width: 3.3em;
  position: relative;
  cursor: hand;
  cursor: pointer; }
  .hamburger span {
    background: currentColor;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    width: 0.8em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
  .hamburger .top {
    top: 0; }
  .hamburger .middle {
    top: 50%;
    margin-top: -1px; }
  .hamburger .bottom {
    bottom: 0; }
  .hamburger::after {
    content: 'MENU';
    left: 1.3em;
    font-size: 0.75em;
    position: absolute;
    top: 0;
    right: 0; }

.menu-open .hamburger {
  width: 1em;
  font-size: 1.2em; }
  .menu-open .hamburger::after {
    display: none; }
  .menu-open .hamburger .top, .menu-open .hamburger .bottom {
    top: 0.5em; }
  .menu-open .hamburger .top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-open .hamburger .middle {
    opacity: 0; }
  .menu-open .hamburger .bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation: fade-in 0.5s;
  -moz-animation: fade-in 0.5s;
  animation: fade-in 0.5s;
  width: 100%;
  height: 5000px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 70; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1080deg); } }

@-moz-keyframes rotating {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(1080deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }

h2.spinny-face {
  -webkit-animation: rotating 2s ease-in-out;
  -moz-animation: rotating 2s ease-in-out;
  animation: rotating 2s ease-in-out;
  width: 97px;
  height: 113px;
  margin: 0 auto -0.3em auto;
  border-radius: 50%;
  padding: 0;
  font-size: 4em;
  font-family: Arial; }

.pill {
  border-radius: 8px;
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  padding: 0 0.66em;
  margin: 0;
  transition: border-color 0.3s ease;
  font-size: 0.8em;
  text-transform: capitalize; }
  .pill:hover {
    border: 1px solid #4A4A4C; }
  .pill a {
    letter-spacing: 0.03em;
    color: #4A4A4C; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.shop-sorts {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300; }
  .shop-sorts form {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: 1rem; }
    .shop-sorts form select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background: none;
      border: none;
      min-width: 100%;
      margin: 0;
      padding: 1rem 0;
      opacity: 0;
      font-size: 16px;
      position: absolute;
      left: 0;
      top: -1rem;
      width: 100%;
      box-sizing: content-box;
      height: 20px; }
      .shop-sorts form select option {
        margin: 0;
        padding: 0; }
      .shop-sorts form select::-ms-expand {
        display: none; }
    .shop-sorts form .sort-hidden-value {
      position: relative;
      visibility: hidden;
      padding: 0 20px 0 0; }
    .shop-sorts form .sort-mask {
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      background: none;
      white-space: nowrap;
      padding: 0 20px 0 0; }
    .shop-sorts form::after {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) no-repeat center center;
      pointer-events: none;
      background-size: 12px;
      right: 3px;
      top: 3px;
      content: '';
      width: 12px;
      height: 12px;
      position: absolute; }

#sorting {
  line-height: 1.5;
  width: 100%;
  height: 1.5rem;
  margin: 1em 0;
  overflow: visible;
  margin-right: 0.8em;
  text-align: right;
  position: relative;
  color: #626262; }
  #sorting .holder {
    position: absolute;
    right: 0;
    z-index: 2; }
    #sorting .holder > span {
      font-size: 0.8em;
      color: #4A4A4C;
      margin-right: 1em;
      vertical-align: top;
      position: relative;
      top: 1px; }
  #sorting .pill {
    height: 1.5rem;
    width: 12em;
    overflow: hidden;
    position: relative;
    display: inline-block;
    -webkit-transition: height 0.2s ease-in;
    -ms-transition: height 0.2s ease-in;
    -moz-transition: height 0.2s ease-in;
    -o-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in; }
    #sorting .pill:hover {
      height: 7.5rem; }
    #sorting .pill li {
      line-height: 1.5rem;
      width: 12em;
      padding: 0;
      text-align: left;
      margin: 0;
      vertical-align: middle;
      display: inline-block;
      position: relative;
      overflow: hidden;
      -webkit-transition: background-color 0.2s ease;
      -ms-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -o-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      #sorting .pill li:hover {
        background-color: #fdfdfd; }
      #sorting .pill li a {
        text-decoration: none;
        line-height: 1;
        padding: 0;
        margin: 0;
        display: block; }
        #sorting .pill li a span {
          position: absolute;
          right: 1em;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }

.me-contents .me-header .share-button::after {
  content: 'Share Link'; }

.me-contents .me-header .share-button.copied {
  text-decoration: none; }
  .me-contents .me-header .share-button.copied::after {
    content: 'Link Copied'; }

.related-features {
  text-align: center;
  margin: 2rem auto;
  float: none;
  position: relative;
  display: block;
  width: 90%; }
  .related-features li {
    float: none;
    display: inline-block; }
  .related-features .pill {
    margin: 0 0 0.5rem 0.5rem;
    width: auto; }
  .related-features #expand-related-toggle, .related-features .toggle {
    display: none;
    -webkit-touch-callout: none; }
  @media (max-width: 599px) {
    .related-features.expandable ul {
      height: 8em;
      overflow: hidden;
      margin: 0; }
    .related-features.expandable .mask {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%);
      position: absolute;
      top: 5em;
      bottom: 0;
      left: 0;
      right: 0; }
    .related-features.expandable .toggle {
      display: block;
      color: #4A4A4C;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .related-features.expandable .toggle::after {
      content: 'MORE TAGS ↓'; }
    .related-features.expandable #expand-related-toggle:checked ~ ul {
      height: auto;
      overflow: auto;
      margin-bottom: 1em; }
    .related-features.expandable #expand-related-toggle:checked ~ .mask {
      display: none; }
    .related-features.expandable #expand-related-toggle:checked ~ .toggle {
      bottom: -1rem; }
    .related-features.expandable #expand-related-toggle:checked ~ .toggle::after {
      content: 'FEWER TAGS ↑'; } }
@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.related-rail.content-column,
.category-pills-rail.content-column,
.filter-pills-rail.content-column {
  margin: 1rem auto; }

.related-rail h3, .related-rail .shop-header.description,
.category-pills-rail h3,
.category-pills-rail .shop-header.description,
.filter-pills-rail h3,
.filter-pills-rail .shop-header.description {
  font-weight: 700;
  color: var(--black);
  padding-top: 20px; }

.related-rail a,
.related-rail span,
.category-pills-rail a,
.category-pills-rail span,
.filter-pills-rail a,
.filter-pills-rail span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  line-height: 2;
  padding: 1px 1rem 0;
  letter-spacing: 0.05em;
  color: var(--black);
  border-radius: 20px;
  border: 1px solid rgba(32, 32, 32, 0.3);
  cursor: pointer; }
  .related-rail a.unavailable,
  .related-rail span.unavailable,
  .category-pills-rail a.unavailable,
  .category-pills-rail span.unavailable,
  .filter-pills-rail a.unavailable,
  .filter-pills-rail span.unavailable {
    color: #9c9c9c;
    background-color: #f0f0ec;
    pointer-events: none;
    border-color: #f0f0ec; }
    .related-rail a.unavailable.circle,
    .related-rail span.unavailable.circle,
    .category-pills-rail a.unavailable.circle,
    .category-pills-rail span.unavailable.circle,
    .filter-pills-rail a.unavailable.circle,
    .filter-pills-rail span.unavailable.circle {
      position: relative; }
  .related-rail a.selected,
  .related-rail span.selected,
  .category-pills-rail a.selected,
  .category-pills-rail span.selected,
  .filter-pills-rail a.selected,
  .filter-pills-rail span.selected {
    background-color: var(--header-color);
    color: white; }
  .related-rail a.orientation,
  .related-rail span.orientation,
  .category-pills-rail a.orientation,
  .category-pills-rail span.orientation,
  .filter-pills-rail a.orientation,
  .filter-pills-rail span.orientation {
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    background: #f5f8fa;
    color: var(--black);
    border: none;
    box-shadow: inset 0 0 0 1px #F5F8FA; }
    .related-rail a.orientation:hover,
    .related-rail span.orientation:hover,
    .category-pills-rail a.orientation:hover,
    .category-pills-rail span.orientation:hover,
    .filter-pills-rail a.orientation:hover,
    .filter-pills-rail span.orientation:hover {
      background: #f5f8fa; }
    .related-rail a.orientation.selected,
    .related-rail span.orientation.selected,
    .category-pills-rail a.orientation.selected,
    .category-pills-rail span.orientation.selected,
    .filter-pills-rail a.orientation.selected,
    .filter-pills-rail span.orientation.selected {
      font-weight: bold;
      border-radius: 5px;
      border: solid 1.5px var(--black); }
    .related-rail a.orientation.unavailable,
    .related-rail span.orientation.unavailable,
    .category-pills-rail a.orientation.unavailable,
    .category-pills-rail span.orientation.unavailable,
    .filter-pills-rail a.orientation.unavailable,
    .filter-pills-rail span.orientation.unavailable {
      box-shadow: inset 0 0 0 1px #f0f0ec;
      background-color: white;
      color: #c0c0c0; }
    .related-rail a.orientation .icon-wrapper,
    .related-rail span.orientation .icon-wrapper,
    .category-pills-rail a.orientation .icon-wrapper,
    .category-pills-rail span.orientation .icon-wrapper,
    .filter-pills-rail a.orientation .icon-wrapper,
    .filter-pills-rail span.orientation .icon-wrapper {
      width: 100%; }
  .related-rail a.landscape,
  .related-rail span.landscape,
  .category-pills-rail a.landscape,
  .category-pills-rail span.landscape,
  .filter-pills-rail a.landscape,
  .filter-pills-rail span.landscape {
    height: 76px;
    width: 100px; }
  .related-rail a.portrait,
  .related-rail span.portrait,
  .category-pills-rail a.portrait,
  .category-pills-rail span.portrait,
  .filter-pills-rail a.portrait,
  .filter-pills-rail span.portrait {
    height: 100px;
    width: 76px; }
  .related-rail a.square,
  .related-rail span.square,
  .category-pills-rail a.square,
  .category-pills-rail span.square,
  .filter-pills-rail a.square,
  .filter-pills-rail span.square {
    height: 76px;
    width: 76px; }
  .related-rail a.circle,
  .related-rail span.circle,
  .category-pills-rail a.circle,
  .category-pills-rail span.circle,
  .filter-pills-rail a.circle,
  .filter-pills-rail span.circle {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    text-indent: 500%;
    white-space: nowrap;
    overflow: hidden;
    border: none; }
    .related-rail a.circle.selected .check-icon-wrapper,
    .related-rail span.circle.selected .check-icon-wrapper,
    .category-pills-rail a.circle.selected .check-icon-wrapper,
    .category-pills-rail span.circle.selected .check-icon-wrapper,
    .filter-pills-rail a.circle.selected .check-icon-wrapper,
    .filter-pills-rail span.circle.selected .check-icon-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1.5px solid white;
      border-radius: 50px; }
    .related-rail a.circle.unavailable .circle-pill-line,
    .related-rail span.circle.unavailable .circle-pill-line,
    .category-pills-rail a.circle.unavailable .circle-pill-line,
    .category-pills-rail span.circle.unavailable .circle-pill-line,
    .filter-pills-rail a.circle.unavailable .circle-pill-line,
    .filter-pills-rail span.circle.unavailable .circle-pill-line {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 4px;
      background-color: #c0c0c0;
      transform: translate(-50%, -50%) rotate(-45deg); }
  .related-rail a:hover:not(.selected),
  .related-rail span:hover:not(.selected),
  .category-pills-rail a:hover:not(.selected),
  .category-pills-rail span:hover:not(.selected),
  .filter-pills-rail a:hover:not(.selected),
  .filter-pills-rail span:hover:not(.selected) {
    background-color: rgba(32, 32, 32, 0.3); }

.related-rail div.wrapped,
.category-pills-rail div.wrapped,
.filter-pills-rail div.wrapped {
  display: flex;
  flex-wrap: wrap; }
  .related-rail div.wrapped .facet,
  .category-pills-rail div.wrapped .facet,
  .filter-pills-rail div.wrapped .facet {
    margin-bottom: 10px; }

.facets-unit,
.bottom-search-facets {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 16px 0; }
  .facets-unit__title,
  .bottom-search-facets__title {
    font-family: var(--header-font);
    font-size: var(--header-h2-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h2-line-height); }
    @media screen and (max-width: 768px) {
      .facets-unit__title,
      .bottom-search-facets__title {
        font-family: var(--header-font);
        font-size: var(--header-h3-font-size);
        font-weight: var(--header-font-weight);
        line-height: var(--header-h3-font-size); } }
  .facets-unit__pills,
  .bottom-search-facets__pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px; }
    @media screen and (max-width: 768px) {
      .facets-unit__pills,
      .bottom-search-facets__pills {
        font-size: 13px;
        line-height: 19px;
        font-weight: 400;
        justify-content: flex-start; } }
  .facets-unit__pill,
  .bottom-search-facets__pill {
    display: flex;
    align-items: center;
    border-radius: 22px;
    padding: 4px 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #c0c0c0;
    width: fit-content; }
    .facets-unit__pill img,
    .bottom-search-facets__pill img {
      margin: 0 8px -8px;
      border-radius: 50%;
      object-fit: cover;
      position: relative; }
    .facets-unit__pill:hover,
    .bottom-search-facets__pill:hover {
      background-color: rgba(32, 32, 32, 0.3); }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.filter-removal-pills-rail .clear-all {
  margin-right: 0.5rem;
  text-decoration-line: underline;
  line-height: 2.6;
  vertical-align: bottom;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0;
  font-size: 13px; }

.filter-removal-pills-rail.content-column {
  margin: 1rem auto; }

.filter-removal-pills-rail .pill-wrapper {
  display: flex;
  padding: 0 1rem;
  margin-right: 0.5rem;
  color: var(--black);
  border-radius: 20px;
  border: 1px solid #9C9C9C; }
  .filter-removal-pills-rail .pill-wrapper span {
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-size: 15px;
    font-weight: 700; }
    .filter-removal-pills-rail .pill-wrapper span.colour-dot {
      width: 18px;
      height: 18px;
      border-radius: 20px;
      line-height: normal;
      margin: 0.5rem 0;
      border: 1px solid #C0C0C0; }
  .filter-removal-pills-rail .pill-wrapper a {
    content: url("../assets/img/mweb-cat-nav/close.svg");
    width: 10px;
    margin-left: 14px;
    height: 100%;
    color: var(--black); }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.sticker {
  position: absolute;
  top: 0.66rem;
  right: 0;
  padding: 0 1em;
  font-size: 0.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  background: var(--sticker-background);
  color: var(--sticker-color); }
  @media (min-width: 350px) {
    .sticker {
      top: 1rem;
      font-size: 0.75rem; } }
  .sticker.sold-out {
    background: rgba(100, 100, 100, 0.7);
    color: white;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.23); }

.breadcrumbs {
  font-size: 13px; }

@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 15px; } }

#shop-breadcrumbs .breadcrumbs {
  font-size: 11px; }

@media only screen and (min-width: 768px) {
  #shop-breadcrumbs .breadcrumbs {
    font-size: 13px; } }

.accordion_menu {
  border-top: 1px solid #c0c0c0;
  border-bottom: none; }
  .accordion_menu .info-wrapper--hidden {
    display: none; }
  .accordion_menu.unhydrated .info-wrapper {
    display: none; }
  .accordion_menu__header {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px; }
    .accordion_menu__header-left {
      display: flex;
      align-items: center; }
    .accordion_menu__header-icon {
      height: 24px;
      width: 24px;
      margin-right: 8px; }
    .accordion_menu__header-right {
      margin-right: 0;
      line-height: 0;
      display: flex;
      align-items: center; }
    .accordion_menu__header-plus-minus {
      width: 32px;
      height: 32px; }
    .accordion_menu__header-title {
      font-family: var(--header-font);
      font-size: var(--header-h3-font-size);
      font-weight: var(--header-font-weight);
      line-height: var(--header-h3-font-size); }
  .accordion_menu .icon-chevron::before {
    font-weight: bold !important; }
  .accordion_menu .icon-wrapper {
    position: relative; }

.accordion_menu__container:last-child .accordion_menu {
  border-bottom: 1px solid #c0c0c0; }

.notice {
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 6px;
  text-align: center; }
  .notice p {
    margin: 0.5rem 0; }
  .notice.toast {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    transition: top 0.4s;
    z-index: 200; }
    .notice.toast.default {
      background-color: palegoldenrod; }
    .notice.toast.login-success {
      background-color: #00e6aa;
      padding: 0; }
      .notice.toast.login-success p {
        margin: 0.5rem 1rem; }
      .notice.toast.login-success span {
        font-weight: bold; }
    .notice.toast.login-failed {
      background-color: #ff282d;
      padding: 0; }
      .notice.toast.login-failed p {
        color: white;
        margin: 0.5rem 1rem; }
      .notice.toast.login-failed a {
        color: white;
        font-weight: bold;
        text-decoration: underline; }
    .notice.toast.hidden {
      top: -10rem; }

.add-to-wishlist, .create-wishlist {
  position: fixed;
  right: 0px;
  bottom: -100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  display: none;
  width: 100%;
  height: auto;
  z-index: 120;
  -webkit-animation: add-to-wishlist-slide-out 500ms ease-in-out forwards;
  -moz-animation: add-to-wishlist-slide-out 500ms ease-in-out forwards;
  animation: add-to-wishlist-slide-out 500ms ease-in-out forwards; }
  .add-to-wishlist a, .create-wishlist a {
    text-decoration: underline;
    font-weight: bold; }
  .add-to-wishlist--open, .create-wishlist--open {
    display: block;
    -webkit-animation: add-to-wishlist-slide-in 500ms ease-in-out forwards;
    -moz-animation: add-to-wishlist-slide-in 500ms ease-in-out forwards;
    animation: add-to-wishlist-slide-in 500ms ease-in-out forwards; }
    .add-to-wishlist--open .overlay, .create-wishlist--open .overlay {
      display: block;
      z-index: 100;
      cursor: hand; }

.confirm {
  background: white;
  box-shadow: 0 0 2px #999;
  padding: 1.5rem; }
  .confirm__body, .create-wishlist__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .confirm__saved-to, .picker__list-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .confirm__wishlist-name {
    font-weight: bold; }
  .confirm__list-option {
    min-width: fit-content;
    color: #A3A3A3; }

.picker {
  background: white;
  box-shadow: 0 0 2px #999;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem 0 1rem 1rem;
  z-index: 120; }
  .picker__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .picker__title {
    margin-bottom: 0rem !important; }
  .picker__body {
    display: flex;
    width: 100%; }
  .picker__add-btn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6rem;
    margin: 1rem 0.5rem 0 0; }
  .picker__add-btn {
    width: 2.5rem; }
  .picker__close-btn {
    width: 1.5rem;
    margin-right: 1rem; }
  .picker__wishlists {
    display: flex;
    width: 100%;
    height: 6rem;
    margin-top: 1rem;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-padding: 1rem;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: normal; }
  .picker__card-wrapper {
    padding-right: 0.5rem; }
  .picker__card {
    width: 5rem; }
  .picker__thumbnail {
    background-color: #f4f6f8;
    height: 5rem; }
  .picker__collage, .picker__collage--4, .picker__collage--3, .picker__collage--2, .picker__collage--1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1px;
    height: 100%;
    width: 100%; }
    .picker__collage figure, .picker__collage--4 figure, .picker__collage--3 figure, .picker__collage--2 figure, .picker__collage--1 figure {
      min-height: fit-content; }
    .picker__collage img, .picker__collage--4 img, .picker__collage--3 img, .picker__collage--2 img, .picker__collage--1 img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .picker__collage--1 figure:nth-child(1) {
      grid-column: 1 / 3;
      grid-row: 1 / 3; }
    .picker__collage--2 figure:nth-child(1) {
      grid-column: 1;
      grid-row: 1/3; }
    .picker__collage--2 figure:nth-child(2) {
      grid-column: 2;
      grid-row: 1/3; }
    .picker__collage--3 figure:nth-child(1) {
      grid-column: 1;
      grid-row: 1/3; }
    .picker__collage--3 figure:nth-child(2) {
      grid-column: 2;
      grid-row: 1; }
    .picker__collage--3 figure:nth-child(3) {
      grid-column: 2;
      grid-row: 2; }
    .picker__collage--4 {
      grid-column: 1 / 3;
      grid-row: 1 / 3; }

.create-wishlist {
  background: white;
  height: 100%;
  padding: 2rem; }
  .create-wishlist form {
    height: 100%;
    padding: 1rem 0 1rem 0;
    text-align: left; }
  .create-wishlist label {
    color: #A3A3A3; }
  .create-wishlist__error {
    color: #f45a5a;
    margin-bottom: 0.5rem; }
  .create-wishlist__title {
    margin: 0 !important; }
  .create-wishlist__close-btn {
    width: 1.5rem; }

.swiper.carousel ul.products {
  min-height: auto; }
  .swiper.carousel ul.products ~ .swiper-pagination-bullets {
    display: none; }

@media (min-width: 768px) {
  .gallery-wrapper {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 48.5%;
    width: calc(50% - 0.5em);
    margin: 1rem 0;
    position: sticky;
    top: calc(3.5em + 36px + 12px);
    position: -webkit-sticky; }
    .gallery-wrapper .video-container {
      position: relative; }
      .gallery-wrapper .video-container img.poster {
        filter: brightness(0.6); }
    .gallery-wrapper #gallery-thumbs {
      padding: 16px 0px 25px 0px;
      overflow-x: hidden; }
      .gallery-wrapper #gallery-thumbs .swiper-slide {
        width: 0; }
        .gallery-wrapper #gallery-thumbs .swiper-slide .gif {
          padding: 45px;
          content: url("../assets/img/play-video.png");
          background-image: url("../assets/img/unboxing-frame.jpeg");
          background-size: cover; }
      .gallery-wrapper #gallery-thumbs .swiper-slide-thumb-active > figure > img, .gallery-wrapper #gallery-thumbs .swiper-slide-thumb-active > figure > .image-loader {
        border: 2px solid var(--black); }
      .gallery-wrapper #gallery-thumbs .swiper-slide-thumb-active > figure > figcaption {
        font-weight: 700; }
      .gallery-wrapper #gallery-thumbs .swiper-slide-thumb-active > figure.video-container > img.poster {
        filter: none; }
      .gallery-wrapper #gallery-thumbs .swiper-slide-thumb-active > figure.video-container > img.play-overlay {
        display: none; }
      .gallery-wrapper #gallery-thumbs figure img {
        width: 100%; }
        .gallery-wrapper #gallery-thumbs figure img.play-overlay {
          position: absolute;
          width: 44%;
          left: 28%;
          top: 28%;
          border: none; }
      .gallery-wrapper #gallery-thumbs figcaption {
        display: var(--gallery-thumb-display);
        font-size: 14px;
        margin-top: 4px;
        text-align: center;
        height: 18px; } }

.gallery-wrapper .pinch-to-zoom {
  display: none; }

.gallery-wrapper #view-similar {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 14;
  text-align: center;
  user-select: none; }
  .gallery-wrapper #view-similar:hover {
    pointer: cursor; }
  .gallery-wrapper #view-similar a {
    background-color: #f5f5f5;
    border: 1px solid #333333;
    border-radius: 15px;
    padding: 0.5rem; }
    .gallery-wrapper #view-similar a svg {
      vertical-align: middle; }

.gallery-wrapper .view-similar--v2 {
  position: absolute;
  z-index: 14;
  text-align: center;
  user-select: none;
  min-width: 140px;
  height: 42px;
  display: flex;
  bottom: 1.25rem;
  left: 1.25rem;
  transition: all 800ms; }
  @media (min-width: 992px) {
    .gallery-wrapper .view-similar--v2.collapsed {
      left: auto;
      right: 16px; } }
  @media (min-width: 992px) {
    .gallery-wrapper .view-similar--v2 {
      top: 16px;
      left: auto;
      right: 16px; } }
  .gallery-wrapper .view-similar--v2 a {
    background: var(--view-similar-background);
    border: 0;
    border-radius: var(--view-similar-border-radius);
    padding: 0.5rem;
    color: white;
    display: flex; }
    .gallery-wrapper .view-similar--v2 a svg {
      vertical-align: middle;
      color: white;
      height: 24px;
      width: 24px; }
      .gallery-wrapper .view-similar--v2 a svg path {
        stroke: white; }
      .gallery-wrapper .view-similar--v2 a svg.trouva path {
        stroke: none;
        fill: white; }
  .gallery-wrapper .view-similar--v2 #view-similar__text {
    font-family: var(--body-font);
    font-weight: var(--header-font-weight);
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 0 3px;
    padding-right: 8px;
    min-width: 100px;
    width: 100%;
    transition: width 800ms; }
    .gallery-wrapper .view-similar--v2 #view-similar__text.collapsed {
      width: 0;
      padding: 0;
      opacity: 0;
      margin: 0; }

.gallery-wrapper .swiper-slide-zoomed #view-similar {
  display: none; }

.gallery-wrapper .swiper-slide {
  position: relative;
  overflow: hidden; }
  .gallery-wrapper .swiper-slide:not(.swiper-slide-zoomed) .swiper-zoom-container {
    z-index: -1; }
  .gallery-wrapper .swiper-slide.swiper-slide-zoomed {
    z-index: 100;
    position: relative; }
    .gallery-wrapper .swiper-slide.swiper-slide-zoomed .swiper-zoom-container {
      z-index: 100;
      width: 100%;
      height: 100%;
      position: relative;
      background: white; }
      .gallery-wrapper .swiper-slide.swiper-slide-zoomed .swiper-zoom-container img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.gallery-wrapper .gallery {
  overflow: hidden; }
  .gallery-wrapper .gallery:hover .double-click-to-zoom > span {
    opacity: 0;
    animation: fadeinout 2s linear; }
  .gallery-wrapper .gallery.zoom-in-cursor {
    cursor: zoom-in;
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    position: relative; }
  .gallery-wrapper .gallery .swiper-zoom-container {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }

@keyframes fadeinout {
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; } }

.gallery-wrapper .swiper-pagination {
  position: relative;
  margin-top: 20px;
  z-index: 200;
  padding-bottom: 10px; }
  .gallery-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    margin: 5px;
    position: relative;
    z-index: 200; }

.gallery-wrapper .swiper-initializing .swiper-slide.lazy {
  visibility: hidden; }

.gallery-wrapper .swiper-initialized .swiper-slide.lazy {
  visibility: visible; }

.gallery-wrapper .swiper-button-next::after,
.gallery-wrapper .swiper-button-prev::after {
  content: none; }

@media (max-width: 599px) {
  .gallery-wrapper {
    height: 100vw; } }

@media (max-width: 767px) {
  .gallery-wrapper .pinch-to-zoom {
    display: block;
    user-select: none;
    padding-top: 0.5rem;
    text-align: center;
    color: gray; } }

@media (max-width: 991px) {
  .gallery-wrapper .double-click-to-zoom {
    display: none; } }

@media (min-width: 992px) {
  .gallery-wrapper #view-similar {
    left: auto;
    top: 1.25rem;
    right: 1.25rem; }
  .gallery-wrapper .double-click-to-zoom {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 3rem;
    width: 100%;
    z-index: 11;
    text-align: center;
    user-select: none; }
    .gallery-wrapper .double-click-to-zoom span {
      background-color: #f5f5f5;
      border: 1px solid #333333;
      border-radius: 15px;
      padding: 0.5rem;
      opacity: 0; } }

footer.original .currency {
  padding: 0.5em 0.7em 0.5em 0;
  border-radius: 3px;
  text-align: center; }
  footer.original .currency span {
    opacity: 0.4;
    padding-left: 1em;
    cursor: hand;
    cursor: pointer;
    display: inline-block;
    color: white; }
    footer.original .currency span:first-child {
      padding-left: 0.8em; }
    footer.original .currency span:hover, footer.original .currency span.active {
      opacity: 1; }

.faqs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px; }
  .faqs__container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .faqs__container {
        flex-direction: row;
        gap: 10px; } }
  .faqs__title {
    font-family: var(--header-font);
    font-size: var(--header-h2-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h2-line-height);
    text-align: center; }
  .faqs__column {
    width: 100%; }
  .faqs__answer {
    padding-bottom: 10px; }
  .faqs__answer-copy {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 22px; }
    .faqs__answer-copy a {
      text-decoration: underline; }
  .faqs__answer-cta {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 800; }
  .faqs__footer {
    margin-top: -1px;
    border-top: 1px solid #c0c0c0; }
  .faqs__footer-title {
    font-family: var(--header-font);
    font-size: var(--header-h3-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h3-font-size);
    padding: 10px 0;
    margin: 0; }

.flash {
  text-align: center;
  padding: 1em; }
  .flash p {
    margin: 1em 0; }
  .flash .link {
    border-bottom: 2px solid #ff282d; }
  .flash .checkout-error {
    color: red; }

.checkout-confirmation__cta {
  background-color: var(--black);
  color: white;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 10px 12px 10px 12px;
  border-radius: 10px;
  gap: 4px;
  display: inline-block;
  width: 100%; }

.checkout-confirmation__confirmation-order-number {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: var(--black); }

.checkout-confirmation__email-confirmation {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin: 24px 0;
  color: var(--black); }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.product #fy-reviews-banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 18px 0;
  cursor: pointer; }
  @media (min-width: 992px) {
    .product #fy-reviews-banner {
      margin: 13px 0 18px 0; } }
  .product #fy-reviews-banner .stars-wrapper {
    margin-right: 7px; }
  .product #fy-reviews-banner span {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; }
    .product #fy-reviews-banner span.--bigger {
      font-size: 17px; }
  .product #fy-reviews-banner .underline {
    text-decoration: underline; }

.product .fy-reviews-banner__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 12px 0 0; }

.product .fy-reviews-banner__wrapper {
  margin: 33px 0 24px 0;
  justify-content: center;
  display: flex; }
  @media (min-width: 992px) {
    .product .fy-reviews-banner__wrapper {
      margin: 18px 0 18px 0; } }
#fy-customer-reviews {
  color: var(--black); }
  #fy-customer-reviews .fy-customer-reviews__title-section {
    margin-top: 54px;
    text-align: center;
    margin-bottom: 12px; }
    #fy-customer-reviews .fy-customer-reviews__title-section h2 {
      font-weight: 700;
      font-size: 25px; }
    #fy-customer-reviews .fy-customer-reviews__title-section h4 {
      font-weight: normal;
      font-size: 15px;
      line-height: 22px; }
  #fy-customer-reviews .fy-customer-reviews__average-review {
    display: flex;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px; }
    #fy-customer-reviews .fy-customer-reviews__average-review .stars-wrapper {
      margin-right: 8px; }
  #fy-customer-reviews .customer-review-card {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    margin-top: 24px; }
    @media (min-width: 600px) {
      #fy-customer-reviews .customer-review-card {
        margin-right: 24px; } }
    #fy-customer-reviews .customer-review-card .stars-wrapper {
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        #fy-customer-reviews .customer-review-card .stars-wrapper {
          margin-bottom: 16px; } }
    @media (max-width: 767px) {
      #fy-customer-reviews .customer-review-card {
        padding-bottom: 24px;
        border-bottom: #F0F0EC solid 1px;
        width: 100%;
        max-width: 100%; } }
    #fy-customer-reviews .customer-review-card__info {
      display: flex;
      flex-direction: row;
      padding-top: 11px; }
      #fy-customer-reviews .customer-review-card__info__avatar {
        width: 36px;
        height: 36px;
        background-color: var(--black);
        border-radius: 100px;
        color: white;
        font-size: 15px;
        font-weight: 700;
        align-content: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: 8px; }
      #fy-customer-reviews .customer-review-card__info__text {
        font-size: 13px;
        color: #4A4A4C;
        align-content: center;
        margin: 0;
        display: flex;
        flex-wrap: wrap; }
        #fy-customer-reviews .customer-review-card__info__text--thin {
          font-weight: 400;
          font-size: 13px; }
    #fy-customer-reviews .customer-review-card__review {
      overflow-y: hidden;
      font-size: 15px;
      font-weight: 400;
      line-height: 22px;
      margin: 0;
      text-wrap: wrap; }
  #fy-customer-reviews__review-header {
    text-align: center;
    margin-bottom: 32px; }
    #fy-customer-reviews__review-header .stars-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
    #fy-customer-reviews__review-header .average-review {
      margin-left: 8px; }
  #fy-customer-reviews__review-section {
    display: grid;
    grid-template-rows: min-content min-content;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px; }
    @media (max-width: 767px) {
      #fy-customer-reviews__review-section {
        grid-template-columns: 1fr; } }
    #fy-customer-reviews__review-section .customer-review-card {
      margin: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #C0C0C0; }
      #fy-customer-reviews__review-section .customer-review-card__review {
        margin: 0; }
      #fy-customer-reviews__review-section .customer-review-card__info {
        display: flex;
        flex-direction: row;
        margin-bottom: 16px; }
        #fy-customer-reviews__review-section .customer-review-card__info__text {
          font-size: 13px;
          color: #4A4A4C;
          margin: 0;
          display: flex;
          flex-wrap: wrap;
          font-weight: 700;
          line-height: 19px; }
          #fy-customer-reviews__review-section .customer-review-card__info__text--thin {
            font-weight: 400;
            font-size: 13px;
            color: #4A4A4C;
            line-height: 19px;
            margin: 0; }
          #fy-customer-reviews__review-section .customer-review-card__info__text--icon {
            margin: 0 5px;
            align-items: center;
            display: flex;
            line-height: 13px; }
      #fy-customer-reviews__review-section .customer-review-card__content {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin: 8px 0 24px 0; }
        #fy-customer-reviews__review-section .customer-review-card__content img {
          width: 108px;
          height: 108px;
          object-fit: cover;
          margin-left: 16px; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) {
    .row {
      gap: 40px; } }
  .row.no-margin {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .row.top-section .column {
      padding: 0 20px 0 20px;
      margin: 0 -20px 0 -20px; }
    .row.top-section .column:not(:last-child) {
      border-right: 1px solid var(--footer-divider-color); } }
  @media (max-width: 767px) {
    .row.top-section .row {
      margin: 28px 0; } }
  .row .column {
    background: var(--footer-background); }
    @media (min-width: 768px) {
      .row .column {
        flex: 1 0 0; } }
    @media (max-width: 767px) {
      .row .column {
        width: 100%; }
        .row .column.half__divider, .row .column.third__divider {
          border-bottom: 1px solid var(--footer-divider-color);
          width: 100%;
          padding: 32px 16px 32px 16px; } }
    .row .column.right {
      text-align: right; }
    .row .column.left {
      text-align: left; }
    .row .column.center {
      text-align: center; }
    .row .column.nowrap {
      flex-wrap: nowrap;
      display: flex; }
      @media (max-width: 767px) {
        .row .column.nowrap {
          justify-content: center; } }
    .row .column h2 {
      font-size: 30px;
      font-weight: 700; }
    .row .column p {
      font-size: 17px;
      line-height: 25px;
      font-weight: 400; }
    .row .column a {
      font-weight: 700; }
  .row .column-trouva {
    background: unset;
    width: 50%; }

footer .desktop-hidden {
  display: none; }

footer .mobile-hidden {
  display: inline-block; }

@media only screen and (max-width: 600px) {
  footer .desktop-hidden {
    display: inline-block; }
  footer .mobile-hidden {
    display: none; } }

footer.new-footer {
  margin-top: 40px;
  background: var(--footer-background);
  color: white;
  padding: 0 16px; }
  @media (min-width: 768px) {
    footer.new-footer {
      padding: 36px 10px; } }
  footer.new-footer h3, footer.new-footer .shop-header.description {
    font-family: var(--header-font);
    font-family: var(--header-font);
    font-size: var(--header-h3-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h3-font-size); }
  footer.new-footer .row {
    max-width: 1312px; }
    @media (min-width: 768px) {
      footer.new-footer .row {
        margin: 16px auto 48px auto; } }
    footer.new-footer .row.center {
      text-align: center; }
  footer.new-footer .qr-mobile {
    justify-content: center;
    display: flex;
    width: 100%;
    row-gap: 10px;
    gap: 42px; }
  footer.new-footer .copyright-desktop {
    vertical-align: middle;
    margin-left: 16px;
    align-items: center;
    display: flex; }
    @media (max-width: 767px) {
      footer.new-footer .copyright-desktop {
        display: none; } }
  footer.new-footer .payment-icons {
    vertical-align: middle; }
    @media (max-width: 767px) {
      footer.new-footer .payment-icons {
        margin: 32px 0; } }
    footer.new-footer .payment-icons svg {
      vertical-align: middle; }
  footer.new-footer .mobile-links {
    margin: 0;
    padding: 0; }
  footer.new-footer #post-submit {
    margin-top: 20px; }
  footer.new-footer form {
    padding: 0 !important; }
  footer.new-footer .signup {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px; }
    footer.new-footer .signup input {
      margin: 0; }
      footer.new-footer .signup input[type="email"] {
        height: 48px;
        flex: 1 0 150px;
        max-width: 312px;
        border-radius: 10px;
        border: 1px solid white;
        padding-left: 10px;
        font-size: 15px;
        color: #4A4A4C; }
      footer.new-footer .signup input[type="submit"] {
        border: 1px solid white;
        border-radius: 10px;
        height: 48px;
        flex: 0 0 96px;
        background-color: var(--footer-background);
        font-family: var(--header-font);
        font-size: var(--header-h3-font-size);
        font-weight: var(--header-font-weight);
        line-height: var(--header-h3-font-size);
        font-family: var(--body-font);
        font-size: 15px; }
  footer.new-footer .footer-nav {
    list-style: none; }
    footer.new-footer .footer-nav li.heading {
      font-family: var(--header-font);
      font-size: var(--header-h3-font-size);
      font-weight: var(--header-font-weight);
      line-height: var(--header-h3-font-size);
      margin-bottom: 8px; }
    footer.new-footer .footer-nav li a {
      color: white;
      font-size: 13px;
      line-height: 19px;
      font-weight: 450 !important; }
      footer.new-footer .footer-nav li a:hover {
        text-decoration: underline; }
  footer.new-footer .social-icons {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: grid;
    display: flex;
    justify-content: space-between; }
    footer.new-footer .social-icons li {
      display: grid;
      grid-column-gap: calc(100% / var(--footer-icons));
      grid-row-gap: 20px; }
      footer.new-footer .social-icons li svg {
        color: var(--footer-background); }
  footer.new-footer .currency {
    padding: 0; }
  footer.new-footer .currency-list {
    padding: 0 0.75em;
    margin: 0;
    border-radius: 3px;
    text-align: center;
    height: 24px;
    display: inline-block;
    background: #f6f6f6; }
    footer.new-footer .currency-list li {
      height: 100%;
      vertical-align: middle;
      font-size: 13px;
      line-height: 24px;
      padding: 0 0.5em;
      cursor: hand;
      cursor: pointer;
      display: inline; }
      footer.new-footer .currency-list li span {
        color: #4A4A4C;
        opacity: 1;
        padding-left: 0; }
      footer.new-footer .currency-list li.active span, footer.new-footer .currency-list li:hover span {
        opacity: 1;
        font-weight: 700; }
  footer.new-footer .copyright {
    margin-top: 16px; }
  footer.new-footer .qr-code {
    width: fit-content; }
  @media (max-width: 767px) {
    footer.new-footer {
      text-align: center; }
      footer.new-footer .column .qr-code {
        display: none; }
      footer.new-footer .column.third {
        border-bottom: 1px solid #4A4A4C;
        border-right: none !important;
        padding: 20px 0 !important;
        margin: 0 30px; }
      footer.new-footer .column.mobile-center {
        text-align: center !important; }
        footer.new-footer .column.mobile-center.country {
          display: flex;
          flex-direction: column;
          align-items: center; }
          footer.new-footer .column.mobile-center.country .country-picker__wrapper {
            justify-content: center;
            margin-right: 0;
            display: flex; }
            footer.new-footer .column.mobile-center.country .country-picker__wrapper .country {
              width: fit-content; }
              footer.new-footer .column.mobile-center.country .country-picker__wrapper .country span {
                width: fit-content; }
      footer.new-footer .quarter {
        margin: 32px 0 0 0; }
      footer.new-footer .footer-nav {
        margin: 0; }
        footer.new-footer .footer-nav li.heading {
          font-size: 25px;
          line-height: 35px; }
      footer.new-footer .mobile-links {
        list-style: none;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 19px; }
        footer.new-footer .mobile-links li {
          display: inline-block; }
          footer.new-footer .mobile-links li svg {
            width: 150px; }
      footer.new-footer .copyright {
        margin-top: 32px;
        margin-bottom: 60px; } }
  footer.new-footer .country {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    footer.new-footer .country .country-picker__wrapper {
      margin-right: 16px; }
    footer.new-footer .country .country-picker__wrapper, footer.new-footer .country .currency-picker__wrapper {
      display: flex;
      flex-direction: row;
      align-items: center; }
      footer.new-footer .country .country-picker__wrapper p, footer.new-footer .country .currency-picker__wrapper p {
        font-size: 13px;
        line-height: 19px;
        font-weight: 700;
        flex-shrink: 0;
        margin: 0;
        margin-right: 6px; }
      footer.new-footer .country .country-picker__wrapper .country, footer.new-footer .country .country-picker__wrapper .currency, footer.new-footer .country .currency-picker__wrapper .country, footer.new-footer .country .currency-picker__wrapper .currency {
        display: flex;
        gap: 0.25rem;
        flex-direction: row;
        cursor: pointer;
        color: white; }
        footer.new-footer .country .country-picker__wrapper .country svg, footer.new-footer .country .country-picker__wrapper .currency svg, footer.new-footer .country .currency-picker__wrapper .country svg, footer.new-footer .country .currency-picker__wrapper .currency svg {
          min-width: 16px;
          width: 16px;
          height: 16px;
          border: 1px solid #C0C0C0;
          border-radius: 100px;
          align-self: center;
          margin-left: 3px; }
        footer.new-footer .country .country-picker__wrapper .country span, footer.new-footer .country .country-picker__wrapper .currency span, footer.new-footer .country .currency-picker__wrapper .country span, footer.new-footer .country .currency-picker__wrapper .currency span {
          text-decoration: underline;
          font-size: 15px;
          line-height: 22px;
          font-weight: 400;
          letter-spacing: 0;
          display: flex;
          flex: 0 1 125px; }
          footer.new-footer .country .country-picker__wrapper .country span svg, footer.new-footer .country .country-picker__wrapper .currency span svg, footer.new-footer .country .currency-picker__wrapper .country span svg, footer.new-footer .country .currency-picker__wrapper .currency span svg {
            width: 16px;
            height: 16px;
            border: none;
            border-radius: 0;
            margin-bottom: 2px; }
      footer.new-footer .country .country-picker__wrapper .currency, footer.new-footer .country .currency-picker__wrapper .currency {
        width: 90px; }
      footer.new-footer .country .country-picker__wrapper .country, footer.new-footer .country .currency-picker__wrapper .country {
        flex: 0 1 125px;
        justify-content: left; }

footer.original {
  padding: 2em 0;
  z-index: 10;
  text-align: center;
  font-size: 0.7em;
  background: white;
  max-width: 1312px;
  margin: 0 auto;
  border-top: 1px solid #cccccc; }
  footer.original .copyright,
  footer.original a {
    padding: 0 1em;
    color: #4A4A4C; }
    @media (min-width: 768px) {
      footer.original .copyright:hover, footer.original .copyright:active,
      footer.original a:hover,
      footer.original a:active {
        color: var(--black); } }
  @media (max-width: 767px) {
    footer.original {
      padding-bottom: 1.5em; }
      footer.original .copyright,
      footer.original a {
        display: block;
        padding: 0.9em 0; } }
  footer.original .icon-facebook,
  footer.original .icon-instagram {
    display: inline-block;
    font-size: 1.46em;
    color: #c5c5c5;
    margin: 1em 0.2em;
    padding: 0; }
    @media (min-width: 768px) {
      footer.original .icon-facebook,
      footer.original .icon-instagram {
        vertical-align: top;
        margin: 0 0 0 0.4em; } }
  footer.original .currency {
    display: inline-block;
    margin-bottom: 1em;
    background: #f6f6f6; }
    footer.original .currency span {
      color: #4A4A4C; }
    @media (min-width: 768px) {
      footer.original .currency {
        margin: 0 1em 0; } }
.country-picker, .currency-picker {
  position: absolute;
  width: inherit; }
  .country-picker__selector, .currency-picker__selector {
    position: relative;
    background-color: transparent;
    color: transparent;
    height: 32px;
    top: 0;
    z-index: 2;
    width: 100%;
    cursor: pointer; }
  .country-picker select:focus, .currency-picker select:focus {
    outline: none; }

.gate {
  position: fixed;
  top: 50%;
  left: -250px;
  margin-left: 50%;
  margin-top: -300px;
  height: 600px;
  width: 500px;
  background-image: url("https://fydn.imgix.net/s/images/logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 15px -80px;
  z-index: 100;
  text-align: center;
  padding: 160px 50px 0; }
  .gate p {
    margin: 0 auto;
    line-height: 1.5em;
    font-size: 1.2em; }
    .gate p.small {
      font-size: 0.65em; }
  .gate .icon-logo {
    display: inline-block;
    margin-bottom: 1.3em;
    font-size: 2em; }
  .gate img {
    display: block;
    width: 270px;
    margin: -1em auto -0.5em; }
  .gate form {
    width: 270px;
    margin: 0 auto;
    padding-bottom: 0; }
    .gate form input[type=text] {
      margin-top: 0.5em; }
    .gate form input.email-signup {
      background: #eee; }
  .gate .members {
    color: white;
    cursor: hand;
    cursor: pointer;
    padding-top: 1em;
    font-size: 1em; }
    .gate .members .icon-zigzag {
      font-size: 2em;
      color: var(--black);
      margin: -0.8em 0; }
  .gate .auth-form {
    margin-top: 2em; }
    .gate .auth-form label {
      color: white; }
    .gate .auth-form input[type=button] {
      background: var(--black);
      color: white; }
    .gate .auth-form.loading::after {
      background: #ff282d; }
  .gate .icon-moon {
    position: absolute;
    top: 230px;
    left: 80px; }
  .gate .icon-curve {
    position: absolute;
    top: 470px;
    left: 340px; }
  .gate .icon-zaggle {
    position: absolute;
    top: 70px;
    left: 230px; }
  .gate .icon-circle {
    position: absolute;
    top: 430px;
    left: 88px;
    font-size: 0.5em; }
  .gate .icon-binoculars {
    position: absolute;
    top: 300px;
    left: 410px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  .gate .icon-eye {
    position: absolute;
    top: 150px;
    left: 320px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
  .gate .form-error {
    background: #f45a5a;
    color: var(--black);
    font-size: 0.6em; }
  @media (max-width: 599px) {
    .gate {
      background: #2df3aa;
      width: 300px;
      margin-top: -170px;
      left: -150px;
      height: auto;
      min-height: 340px;
      padding: 1.5em 0 0;
      overflow: hidden;
      border-radius: 0.5em; }
      .gate .auth-form {
        margin-top: 0;
        padding-top: 0; }
      .gate .icon-logo {
        font-size: 1.3em;
        margin-bottom: 1em; }
      .gate .icon-moon {
        top: 30px;
        left: 40px; }
      .gate .icon-binoculars {
        bottom: 30px;
        left: 40px;
        top: auto; }
      .gate .icon-zaggle {
        top: 40px; } }
@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translate3d(-200px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes slide-out {
  0% {
    -moz-transform: translate3d(-200px, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes slide-out {
  0% {
    -webkit-transform: translate3d(-200px, 0, 0);
    -moz-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate3d(-200px, 0, 0);
    -o-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

#logo {
  align-self: center;
  display: block;
  background-color: var(--header-color);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 50% 50%;
  -webkit-mask-position: 50% 50%;
  height: 37.5px;
  width: 75px;
  mask-image: url("../assets/img/Fy_logo_261022-01.svg");
  -webkit-mask-image: url("../assets/img/Fy_logo_261022-01.svg"); }
  #logo.fy-logo {
    margin-right: 16px; }
  #logo.trouva-logo {
    height: 30px;
    width: 144px;
    mask-image: url("../assets/img/trouva.svg");
    -webkit-mask-image: url("../assets/img/trouva.svg");
    mask-size: auto;
    -webkit-mask-size: auto; }
    .header--mobile #logo.trouva-logo {
      width: 125px; }
  #logo h3, #logo .shop-header.description {
    display: none; }

.nav-elem {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative; }
  .nav-elem img, .nav-elem svg {
    width: 24px;
    height: 24px;
    margin-bottom: 4px; }
    @media (max-width: 767px) {
      .nav-elem img, .nav-elem svg {
        margin-bottom: 0; } }
  .nav-elem.country svg {
    border-radius: 12px;
    border: 1px solid #c0c0c0; }
  .nav-elem span {
    font-size: 10px;
    line-height: 15px; }
  .nav-elem:hover {
    -webkit-animation: shake 0.5s ease-in-out forwards;
    -moz-animation: shake 0.5s ease-in-out forwards;
    animation: shake 0.5s ease-in-out forwards; }
  .header--mobile .nav-elem {
    margin: 0 12px; }

.trouva-nav-elem img, .trouva-nav-elem svg {
  width: 20px;
  height: 20px; }

.without-label {
  padding: 0 16px 0 12px;
  position: relative; }

#desktop-cat-nav {
  display: none;
  max-width: 1312px;
  text-align: center; }
  .desktop-header--split #desktop-cat-nav {
    display: block;
    margin-top: -8px; }
  #desktop-cat-nav > ul {
    margin: 0; }
    #desktop-cat-nav > ul > li a {
      padding: 1.125em 0.7em; }
  #desktop-cat-nav .subnav {
    visibility: hidden;
    transition: visibility 500ms ease-in-out;
    width: 100vw;
    position: absolute;
    left: calc(-50vw + 50%);
    top: 3.5em;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    transition: height 200ms ease-in-out;
    overflow-x: hidden;
    background: white; }
    .desktop-header--split #desktop-cat-nav .subnav {
      top: 6.5em; }
    #desktop-cat-nav .subnav:hover {
      visibility: visible; }
    #desktop-cat-nav .subnav .bg {
      background: white;
      display: flex;
      flex-direction: row;
      justify-content: center; }
    #desktop-cat-nav .subnav ul {
      display: flex;
      flex-direction: column;
      margin: 2em 0 2em 0;
      width: 300px; }
      #desktop-cat-nav .subnav ul.right-border {
        border-right: 1px solid #C0C0C0; }
      #desktop-cat-nav .subnav ul .ai-room-designer {
        margin-top: 0; }
        #desktop-cat-nav .subnav ul .ai-room-designer__wrapper {
          padding: 24px;
          margin-left: 2em; }
        #desktop-cat-nav .subnav ul .ai-room-designer__link {
          width: 300px; }
        #desktop-cat-nav .subnav ul .ai-room-designer__img {
          padding: 0; }
      #desktop-cat-nav .subnav ul li {
        height: 35px;
        float: left;
        text-align: left;
        display: inline-flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        #desktop-cat-nav .subnav ul li:hover, #desktop-cat-nav .subnav ul li:active {
          background-color: #F2F2F2; }
          #desktop-cat-nav .subnav ul li:hover a, #desktop-cat-nav .subnav ul li:active a {
            font-weight: bold; }
        #desktop-cat-nav .subnav ul li.active {
          background-color: #F2F2F2; }
          #desktop-cat-nav .subnav ul li.active a {
            font-weight: bold; }
        #desktop-cat-nav .subnav ul li a {
          font-size: 15px;
          font-weight: 200;
          height: auto;
          padding-left: 2em;
          width: 100%;
          padding-top: 3px; }
        #desktop-cat-nav .subnav ul li .shop-all {
          font-size: 15px;
          font-weight: 700; }
        #desktop-cat-nav .subnav ul li .forward {
          margin-top: 3px;
          padding-right: 0.5em;
          float: right; }
  #desktop-cat-nav > ul {
    display: inline-block; }
    #desktop-cat-nav > ul:hover + .subnav {
      visibility: visible; }
    #desktop-cat-nav > ul:hover > li a {
      opacity: 0.6; }
    #desktop-cat-nav > ul:hover > li:hover a, #desktop-cat-nav > ul:hover > li:active a {
      opacity: 1; }
    #desktop-cat-nav > ul > li {
      float: left; }
      #desktop-cat-nav > ul > li a {
        display: block;
        height: 3.5em;
        padding: 16px 0;
        margin: 0 16px;
        position: relative; }

.desktop-header {
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
  height: 3.5em; }
  .desktop-header--split {
    flex-direction: column;
    height: 6.5em;
    gap: 0; }
  .desktop-header__top {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 16px;
    gap: 12px; }

header {
  position: -webkit-sticky;
  position: sticky;
  top: 36px;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.2);
  color: var(--header-color);
  background: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  overflow: visible;
  z-index: 90;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center; }
  header a {
    color: inherit; }
  header > * {
    flex-shrink: 0; }
  header nav {
    max-width: 1312px;
    margin: 0 auto; }
  header .nav-item {
    cursor: pointer; }
  header .mobile {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    z-index: 90; }
    header .mobile #logo {
      height: 47px;
      width: 47px;
      background-size: 3em;
      top: 4px; }
    header .mobile .burger {
      width: 60px;
      height: 3.5em;
      position: relative;
      display: grid;
      place-items: center; }
      header .mobile .burger:hover .icon {
        -webkit-animation: shake 0.5s ease-in-out forwards;
        -moz-animation: shake 0.5s ease-in-out forwards;
        animation: shake 0.5s ease-in-out forwards; }
      header .mobile .burger .icon {
        width: 22px;
        margin-top: 0; }
        header .mobile .burger .icon span {
          display: block;
          float: left;
          clear: left;
          height: 2px;
          width: 100%;
          background-color: currentColor;
          margin-bottom: 5px; }
          header .mobile .burger .icon span:last-child {
            margin-bottom: 0; }
    header .mobile .seo-menu {
      display: none; }
  header #main-nav {
    font-weight: 300; }
    header #main-nav .seo-menu {
      display: none; }
    header #main-nav li {
      font-size: 1em; }
      header #main-nav li a {
        color: var(--black); }
      header #main-nav li li a {
        color: #7c7c80; }
  header #service-nav {
    margin: 0; }
    header #service-nav .container {
      position: relative;
      max-width: 1312px;
      margin: 0 auto; }
      header #service-nav .container ul {
        right: 0;
        left: 0;
        top: 0;
        bottom: none;
        margin: 0;
        margin-top: -1.5em;
        white-space: nowrap;
        text-align: right;
        height: 0; }
        @media (min-width: 1200px) {
          header #service-nav .container ul.with-cart {
            padding-right: 1em; } }
        @media (min-width: 768px) {
          header #service-nav .container ul {
            padding-right: 1em; } }
        @media (min-width: 992px) {
          header #service-nav .container ul {
            padding-right: 2em; } }
@media (min-width: 768px) {
  #desktop-cat-nav {
    display: block; }
  header #main-nav {
    height: 3.5em; }
    header #main-nav .menu {
      line-height: 0;
      margin: 0; }
    header #main-nav .desktop {
      display: block;
      position: relative; }
  header #service-nav .container ul {
    top: 3.5em;
    bottom: 0;
    margin-top: -3.5em; } }

.ai-room-designer {
  display: block;
  max-width: 600px;
  margin: 32px 0;
  cursor: pointer;
  min-height: 275px; }
  .ai-room-designer__link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    max-width: 600px; }
  .ai-room-designer__img {
    padding: 0 50px; }
  .ai-room-designer__wrapper {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #FBE6E0 0%, #FDEEEA 100%);
    border-radius: 16px;
    padding: 24px 140px; }
  .ai-room-designer__title {
    font-size: 16px;
    font-weight: 700; }
  .ai-room-designer__subtitle {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.brands .brands-header {
  margin: 4rem 8rem 0 8rem; }
  @media (max-width: 767px) {
    .brands .brands-header {
      margin: 4rem 0 0 0; } }
  .brands .brands-header .shop-header {
    margin: 1rem auto 0; }
    .brands .brands-header .shop-header h1 {
      margin-bottom: 2.4rem; }
  .brands .brands-header .letter-list {
    padding: 0 0.5rem;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .brands .brands-header .letter-list {
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .brands .brands-header .letter-list a {
      display: inline-block;
      margin-bottom: 1rem;
      min-width: 2rem;
      cursor: pointer; }
    .brands .brands-header .letter-list a:hover {
      color: #ff282d; }

.brands .section-header {
  margin: 0 8rem;
  pointer-events: none;
  min-height: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  @media (max-width: 767px) {
    .brands .section-header {
      margin: 0; } }
  .brands .section-header a.push {
    display: block;
    pointer-events: none;
    margin-top: -3.5em;
    height: 3.5em;
    visibility: hidden; }
  .brands .section-header h4 {
    padding: 0 0.5rem;
    background-color: #f0f0eb;
    line-height: 1.3; }

.brands .letter-group {
  padding: 0 0.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin: 1rem 8rem; }
  @media (max-width: 767px) {
    .brands .letter-group {
      margin: 0; } }
  @media (max-width: 767px) {
    .brands .letter-group {
      grid-template-columns: 1fr 1fr; } }
  .brands .letter-group .brand {
    overflow: hidden;
    white-space: nowrap; }
    .brands .letter-group .brand p {
      text-overflow: ellipsis;
      overflow: hidden;
      margin: 0; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

html {
  scroll-padding-top: 88px; }

#layout > section {
  text-align: left; }
  #layout > section .spacer {
    height: 35px; }

.content-column {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  max-width: 1312px;
  text-align: left;
  position: relative; }
  .content-column.faqs {
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      .content-column.faqs {
        margin-top: 24px; } }
  .content-column.shop-controls--prev-next-only {
    margin-bottom: 30px; }
  .content-column.prev-next-only-pagination {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .content-column.columns section {
      display: inline-block;
      width: calc(50% - 0.5rem);
      vertical-align: top; }
      .content-column.columns section + section {
        margin-left: 1rem; } }
  .content-column.unpadded {
    padding: 0; }
  .content-column.padded {
    padding: 1.5rem 1em; }
  @media (min-width: 768px) {
    .content-column.sticky {
      position: -webkit-sticky;
      position: sticky;
      background: rgba(255, 255, 255, 0.75);
      top: 3.45rem;
      z-index: 2; } }
  .content-column .link-title {
    margin-bottom: 1rem; }
    .content-column .link-title > a,
    .content-column .link-title > span {
      display: flex;
      align-items: center;
      margin-bottom: 1rem; }
      .content-column .link-title > a span,
      .content-column .link-title > span span {
        flex: 33;
        text-align: right; }
    .content-column .link-title .titles {
      flex: 75; }
      .content-column .link-title .titles--fy-picks .section-title, .content-column .link-title .titles--fy-picks .create-wishlist__title {
        display: flex;
        flex-direction: row; }
        .content-column .link-title .titles--fy-picks .section-title .fy-picks, .content-column .link-title .titles--fy-picks .create-wishlist__title .fy-picks {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .content-column .link-title .titles--fy-picks .section-title .fy-picks svg, .content-column .link-title .titles--fy-picks .create-wishlist__title .fy-picks svg {
            margin-left: 10px;
            vertical-align: middle; }
          .content-column .link-title .titles--fy-picks .section-title .fy-picks span, .content-column .link-title .titles--fy-picks .create-wishlist__title .fy-picks span {
            margin-left: 7px;
            font-size: 13px;
            font-weight: 400;
            color: #4A4A4C;
            line-height: 19px; }
    .content-column .link-title h3, .content-column .link-title .shop-header.description,
    .content-column .link-title .section-title,
    .content-column .link-title .create-wishlist__title {
      flex: 50;
      margin: 0; }
      .content-column .link-title h3 + p, .content-column .link-title .shop-header.description + p,
      .content-column .link-title .section-title + p,
      .content-column .link-title .create-wishlist__title + p {
        margin: 0; }

.ribbon {
  margin: 1rem 0; }
  .ribbon:first-child {
    margin-top: 0; }
  .ribbon.card-holder {
    margin: 2rem 0; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.pagination {
  display: flex;
  flex-direction: column; }
  .pagination .paginated {
    display: grid;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    grid-template-columns: var(--n-columns); }
    @media (max-width: 767px) {
      .pagination .paginated {
        grid-template-columns: 1fr; } }
  .pagination .pagination-buttons {
    display: flex;
    justify-content: center;
    margin: 9px 0;
    gap: 24px; }
    .pagination .pagination-buttons a {
      display: flex;
      align-items: center;
      line-height: 15px; }
      .pagination .pagination-buttons a.disabled {
        color: #c5c5c5;
        background-color: white;
        cursor: default; }
      .pagination .pagination-buttons a:hover {
        text-decoration: underline; }
    .pagination .pagination-buttons .pagination-button {
      background-color: white;
      font-size: 20px;
      font-weight: 400;
      color: var(--black);
      padding: 12px;
      margin: 0; }
    .pagination .pagination-buttons .chevron-left {
      transform: rotate(180deg); }

.grid {
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid-item {
  padding: 0 1em 1em 0;
  float: left;
  width: 100%; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-areas: "a big" "c d" "other other";
  margin-bottom: 2rem; }
  .cards.one-up {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 0;
    grid-template-areas: "a"; }
  .cards.ideas-shop {
    grid-row-gap: 1.5rem; }
  @media (min-width: 768px) {
    .cards {
      margin-bottom: 4rem; }
      .cards, .cards.one-up {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 1rem;
        grid-template-rows: 1fr;
        grid-template-areas: "a b c d"; } }
.cards-single-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .cards-single-row {
      margin-bottom: 4rem;
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .cards-single-row.compact {
    padding: 0;
    margin-bottom: 16px; }

.products {
  margin-top: 1rem; }
  .products.swiper-wrapper {
    padding: 0; }
    .products.swiper-wrapper .product-grid {
      margin: 0 !important;
      margin-right: 1rem !important; }
  .products .flex {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 767px) {
    .products .product-grid:nth-child(2n) {
      margin-left: 1rem; } }
  @media (min-width: 768px) {
    .products .product-grid {
      margin-right: 1rem; }
      .products .product-grid:nth-child(4n) {
        margin-right: 0; } }
  .products li,
  .products > .flex > li,
  .products .flex > div > li {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    display: inline-block; }
    @media (min-width: 768px) {
      .products li,
      .products > .flex > li,
      .products .flex > div > li {
        width: calc(25% - 0.75rem); } }
    .products li.product-grid::after,
    .products > .flex > li.product-grid::after,
    .products .flex > div > li.product-grid::after {
      content: '';
      display: block;
      margin-top: 100%; }
    .products li .inner,
    .products > .flex > li .inner,
    .products .flex > div > li .inner {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: #f5f5f7; }
    .products li.shop-grid::after,
    .products > .flex > li.shop-grid::after,
    .products .flex > div > li.shop-grid::after {
      content: '';
      display: block;
      margin-top: calc(55% + 80px); }
    .products li.shop-grid,
    .products > .flex > li.shop-grid,
    .products .flex > div > li.shop-grid {
      height: auto; }
      .products li.shop-grid a,
      .products > .flex > li.shop-grid a,
      .products .flex > div > li.shop-grid a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 16px;
        right: 16px;
        padding-bottom: 5px;
        background-color: #f5f5f7;
        overflow: hidden;
        border-radius: 3px; }
        .products li.shop-grid a div,
        .products > .flex > li.shop-grid a div,
        .products .flex > div > li.shop-grid a div {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 80px; }
          .products li.shop-grid a div h3, .products li.shop-grid a div .shop-header.description,
          .products > .flex > li.shop-grid a div h3,
          .products .flex > div > li.shop-grid a div h3 {
            font-size: 1em;
            line-height: 1.4;
            margin: 12px 10px 5px 10px;
            -webkit-line-clamp: 2; }
          .products li.shop-grid a div h4,
          .products > .flex > li.shop-grid a div h4,
          .products .flex > div > li.shop-grid a div h4 {
            font-size: 0.8em;
            font-style: italic;
            margin: 0 10px 0 10px;
            color: #7b7b7b; }
            @media (max-width: 991px) {
              .products li.shop-grid a div h4,
              .products > .flex > li.shop-grid a div h4,
              .products .flex > div > li.shop-grid a div h4 {
                display: none; } }
    .products li.list-header,
    .products > .flex > li.list-header,
    .products .flex > div > li.list-header {
      width: calc(100% + 1em);
      margin: -1em -1em 1em;
      padding: 0;
      height: auto; }
    .products li.list-title,
    .products > .flex > li.list-title,
    .products .flex > div > li.list-title {
      margin-top: 0; }
    .products li.list-title:first-child, .products li.list-banner + li.list-title,
    .products > .flex > li.list-title:first-child,
    .products > .flex > li.list-banner + li.list-title,
    .products .flex > div > li.list-title:first-child,
    .products .flex > div > li.list-banner + li.list-title {
      margin-top: -1em; }
    .products li.list-copy-block.list-copy-block-double, .products li.list-collection, .products li.list-double,
    .products > .flex > li.list-copy-block.list-copy-block-double,
    .products > .flex > li.list-collection,
    .products > .flex > li.list-double,
    .products .flex > div > li.list-copy-block.list-copy-block-double,
    .products .flex > div > li.list-collection,
    .products .flex > div > li.list-double {
      width: 100%;
      vertical-align: top;
      overflow: hidden;
      box-sizing: border-box; }
      @media (min-width: 768px) {
        .products li.list-copy-block.list-copy-block-double, .products li.list-collection, .products li.list-double,
        .products > .flex > li.list-copy-block.list-copy-block-double,
        .products > .flex > li.list-collection,
        .products > .flex > li.list-double,
        .products .flex > div > li.list-copy-block.list-copy-block-double,
        .products .flex > div > li.list-collection,
        .products .flex > div > li.list-double {
          width: 50%;
          border-bottom: 1em solid white; } }
    .products li.list-double-flex,
    .products > .flex > li.list-double-flex,
    .products .flex > div > li.list-double-flex {
      vertical-align: top;
      box-sizing: border-box;
      height: auto;
      overflow: auto;
      width: 100%; }
      @media (min-width: 768px) {
        .products li.list-double-flex,
        .products > .flex > li.list-double-flex,
        .products .flex > div > li.list-double-flex {
          width: 50%; } }
    .products li.list-copy-block,
    .products > .flex > li.list-copy-block,
    .products .flex > div > li.list-copy-block {
      width: 100%; }
      @media (min-width: 768px) {
        .products li.list-copy-block,
        .products > .flex > li.list-copy-block,
        .products .flex > div > li.list-copy-block {
          width: 25%; } }
    .products li.list-collection-double,
    .products > .flex > li.list-collection-double,
    .products .flex > div > li.list-collection-double {
      width: 100%; }
    .products li.divider,
    .products > .flex > li.divider,
    .products .flex > div > li.divider {
      width: 100%;
      height: 1em;
      padding: 0;
      margin: 0 1em 1em 0; }
      @media (min-width: 768px) {
        .products li.divider,
        .products > .flex > li.divider,
        .products .flex > div > li.divider {
          margin: 1em 1em 2em 0; } }
    .products li.pagination,
    .products > .flex > li.pagination,
    .products .flex > div > li.pagination {
      width: 100%;
      height: auto;
      margin: 0.6666666667rem 0; }
  .products a {
    display: block;
    cursor: default; }
  .products a:link, .products a:visited {
    cursor: hand;
    cursor: pointer; }
  .products img {
    width: 100%;
    display: block; }
  .products .icon-heart {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.7rem;
    left: 0.5rem; }
  .products .price {
    position: absolute;
    top: auto;
    right: 0.5rem;
    bottom: 0.5rem;
    left: auto;
    pointer-events: none;
    padding: 0 0.5em;
    font-size: 0.8em;
    letter-spacing: 2px; }
    .products .price .discounted {
      color: #646464;
      text-decoration: line-through; }
    .products .price span + span {
      margin-left: 5px;
      color: #ff282d; }
  .products .list-title {
    padding: 0;
    margin: 0 auto; }
    .products .list-title h1 {
      text-align: center;
      font-size: 2em;
      margin: 1.5em 0 1em 0;
      line-height: 1.2em;
      color: #ff282d; }
      @media (max-width: 599px) {
        .products .list-title h1 {
          font-size: 2em; } }
  .products .list-copy {
    padding: 1em 1em 2.5em 0;
    text-align: center; }
    .products .list-copy h3, .products .list-copy .shop-header.description {
      width: 90%;
      max-width: 600px;
      line-height: 1.3em;
      margin: auto; }
      @media (max-width: 599px) {
        .products .list-copy h3, .products .list-copy .shop-header.description {
          font-size: 1em; } }
  .products .list-collection {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .products .list-collection {
        margin-bottom: 0.7em; } }
    .products .list-collection img {
      max-height: 100%;
      width: auto;
      width: calc(50% - 0.3em);
      z-index: 1;
      position: relative; }
    .products .list-collection h1 {
      position: absolute;
      top: 11px;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out;
      text-align: center;
      width: 51%;
      width: calc(50% + 0.6em);
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column;
      height: 100%;
      padding: 2em 1em;
      background: #f6f6f6;
      font-size: 1.4em;
      margin: 0; }
      @media (min-width: 768px) {
        .products .list-collection h1 {
          right: 0;
          border-right: 16px solid white; } }
      .products .list-collection h1 [class^='icon-'],
      .products .list-collection h1 [class*=' icon-'] {
        display: block;
        margin-top: 0.5em;
        padding-top: 0.5em;
        border-top: 2px solid #00e6aa;
        width: 50%; }
    .products .list-collection.list-collection-double h1 {
      width: 100%; }
      @media (min-width: 768px) {
        .products .list-collection.list-collection-double h1 {
          width: 35.3%; } }
      @media (min-width: 992px) {
        .products .list-collection.list-collection-double h1 {
          width: 35.3%; } }
      @media (min-width: 1200px) {
        .products .list-collection.list-collection-double h1 {
          width: 35.3%; } }
    @media (min-width: 768px) {
      .products .list-collection.list-collection-double img {
        width: 66.3%; } }
    @media (max-width: 767px) {
      .products .list-collection.list-collection-double h1 {
        position: relative;
        padding: 1em 0;
        border-right: 0;
        height: auto;
        right: 0; }
      .products .list-collection.list-collection-double img {
        width: 100%; } }
    .products .list-collection:hover h1 {
      background: #ff282d;
      color: white; }
      .products .list-collection:hover h1 [class^='icon-'],
      .products .list-collection:hover h1 [class*=' icon-'] {
        border-color: white; }
    .products .list-collection.flip h1 {
      left: 0;
      right: auto; }
    .products .list-collection.flip img {
      float: right; }
  .products .list-copy-block {
    background: #f6f6f6;
    border-right: 1em solid white;
    border-bottom: 1em solid white;
    padding: 0; }
    @media (max-width: 767px) {
      .products .list-copy-block {
        height: 30vh; } }
    .products .list-copy-block h1 {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translatey(-50%);
      -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      -o-transform: translatey(-50%);
      transform: translatey(-50%);
      width: 100%;
      font-size: 1.4em;
      text-align: center;
      line-height: 1.2em; }
    @media (min-width: 992px) {
      .products .list-copy-block.list-copy-block-double h1 {
        font-size: 2em; } }
  @media (max-width: 767px) {
    .products .product-grid {
      padding: 0;
      font-size: 0.7em; }
      .products .product-grid .divider,
      .products .product-grid .price {
        font-size: 1.1em; }
      .products .product-grid .icon-heart {
        font-size: 1.3em; } }
.general-footer {
  color: #4A4A4C;
  margin-top: 2rem;
  margin-bottom: 3rem; }
  .general-footer h1, .general-footer h2, .general-footer h3, .general-footer .shop-header.description {
    font-weight: 700;
    color: var(--black); }
  .general-footer p {
    font-weight: 300;
    letter-spacing: 0.02em; }

.cart-badge-inner {
  position: absolute;
  max-width: 25px;
  width: fit-content;
  background: currentColor;
  border-radius: 12px;
  left: var(--cart-item-count-position-left);
  top: var(--cart-item-count-position-top);
  bottom: var(--cart-item-count-position-bottom);
  border: var(--cart-item-count-border); }
  .cart-badge-inner.trouva {
    bottom: 21px;
    top: unset;
    height: 13px;
    min-width: 13px;
    width: fit-content;
    left: 16px; }
    @media (max-width: 768px) {
      .cart-badge-inner.trouva {
        left: 10px; } }
    .cart-badge-inner.trouva .container {
      font-size: 0.7em;
      line-height: 13px;
      top: -0.5px; }
  .cart-badge-inner .container {
    color: white;
    position: relative;
    text-align: center;
    font-size: 0.825em;
    font-weight: 700;
    line-height: 15px;
    align-items: center;
    padding: 0 5px; }
  .nav-elem--labelless .cart-badge-inner {
    top: -10px;
    left: 10px; }
    @media (max-width: 768px) {
      .nav-elem--labelless .cart-badge-inner.trouva {
        top: 13px; } }
.help-banner {
  flex-direction: column;
  width: 100%; }
  .help-banner .action, .help-banner .dismiss {
    cursor: pointer; }
  .help-banner .quantity-issue {
    max-width: 600px; }
  .help-banner .arrow-up {
    margin-left: 120px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #FCEFEB; }
  .help-banner .container {
    padding: 20px;
    flex-direction: row;
    border-radius: 10px;
    background-color: #FCEFEB;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .help-banner .icon-wrapper {
    width: 23px;
    height: 23px;
    margin-right: 20px; }
  .help-banner .children-wrapper {
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-direction: row; }
    .help-banner .children-wrapper p {
      margin: 0;
      padding: 0;
      font-size: 15px; }
  .help-banner .action {
    padding-top: 10px;
    color: red; }

.search-btn {
  display: flex;
  align-items: center;
  border-radius: 0 8px 8px 0;
  padding: 0;
  color: inherit !important;
  background: var(--header-color) !important;
  width: 40px;
  height: 100%; }
  .search-btn .icon-search-white-fill {
    margin-left: 3px;
    top: 0; }

.product-search-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 1; }

#product-search {
  position: relative;
  max-width: 700px; }

#product-search, #product-search-mweb {
  flex: 1; }
  #product-search label.nav-item, #product-search-mweb label.nav-item {
    float: right;
    margin-right: 5.6em;
    width: 2.8em; }
    @media (min-width: 768px) {
      #product-search label.nav-item, #product-search-mweb label.nav-item {
        margin-right: 6.6em; } }
    @media (min-width: 992px) {
      #product-search label.nav-item, #product-search-mweb label.nav-item {
        margin-right: 7.6em; } }
  #product-search label.with-cart, #product-search-mweb label.with-cart {
    float: right;
    margin-right: 8.4em;
    width: 2.8em; }
    @media (min-width: 768px) {
      #product-search label.with-cart, #product-search-mweb label.with-cart {
        margin-right: 9.4em; } }
    @media (min-width: 992px) {
      #product-search label.with-cart, #product-search-mweb label.with-cart {
        margin-right: 8.4em; } }
  #product-search label.bg, #product-search-mweb label.bg {
    display: none;
    position: absolute;
    bottom: -3.5em;
    left: 0;
    width: 100%;
    height: 3.5em;
    background: white;
    z-index: 1;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
  #product-search #dweb-product-search-input, #product-search-mweb #dweb-product-search-input {
    display: inline-block;
    width: 100%;
    background: transparent;
    height: 3.5em; }
    #product-search #dweb-product-search-input .search-bar-row-wrapper, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper {
      width: 100%;
      height: 3.5em;
      display: flex;
      align-items: center; }
      #product-search #dweb-product-search-input .search-bar-row-wrapper .close-button, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .close-button {
        display: flex;
        margin-top: 7px;
        margin-right: 7px;
        align-items: center;
        width: 32px;
        height: 100%;
        background-color: white;
        background: white; }
      #product-search #dweb-product-search-input .search-bar-row-wrapper .search-btn, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-btn {
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        align-items: center;
        border-radius: 0 8px 8px 0;
        color: inherit;
        width: 40px;
        height: 100%; }
        #product-search #dweb-product-search-input .search-bar-row-wrapper .search-btn .icon-search-white-fill, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-btn .icon-search-white-fill {
          margin-left: 3px;
          top: 0; }
      #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        height: 44px;
        width: 100%; }
        #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border {
          display: flex;
          border: 1px solid var(--header-color);
          border-radius: 10px;
          height: 44px;
          width: 100%;
          z-index: 1001; }
          #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query {
            margin-left: 8px;
            margin-top: 4px;
            margin-bottom: 0;
            padding: 2px 0 0px 8px;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            background: #FFFFFF; }
            #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-webkit-input-placeholder, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-webkit-input-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
            #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-moz-placeholder, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-moz-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
            #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-moz-placeholder, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-moz-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
            #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-ms-input-placeholder, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-ms-input-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
          #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right {
            display: flex;
            margin-right: 0px;
            flex-direction: row;
            justify-content: flex-end; }
            #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'], #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'] {
              align-items: center; }
              #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input {
                margin-right: 0px;
                text-align: right;
                padding-right: 15px;
                border-radius: 0;
                height: 100%;
                background-color: #FFFFFF;
                transition: visibility 0ms ease; }
                #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input.clear-btn-hidden, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input.clear-btn-hidden {
                  display: none; }
                #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input .text, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input .text {
                  color: #9C9C9C;
                  text-decoration-line: underline;
                  font-size: 15px;
                  font-weight: 400;
                  line-height: 19px; }
      #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border {
        background: white;
        width: 100%; }
        #product-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query, #product-search-mweb #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query {
          margin-top: 3px;
          color: inherit; }
    #product-search #dweb-product-search-input form, #product-search-mweb #dweb-product-search-input form {
      display: flex;
      padding: 0;
      width: 100%; }
  #product-search #product-search-toggle, #product-search-mweb #product-search-toggle {
    display: none;
    -webkit-touch-callout: none; }
    #product-search #product-search-toggle:checked ~ #dweb-product-search-input, #product-search #product-search-toggle:checked ~ label.bg, #product-search-mweb #product-search-toggle:checked ~ #dweb-product-search-input, #product-search-mweb #product-search-toggle:checked ~ label.bg {
      display: block; }

#below-grid-guided-browse #bottom-search-bar {
  width: 600px;
  margin: auto; }
  #below-grid-guided-browse #bottom-search-bar .search-cta {
    margin-bottom: 0px;
    text-align: center;
    color: var(--header-color); }
  #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .close-button {
    display: flex;
    margin-top: 7px;
    margin-right: 7px;
    align-items: center;
    width: 32px;
    height: 100%;
    background-color: white;
    background: white; }
  #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-btn {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    align-items: center;
    border-radius: 0 8px 8px 0;
    color: inherit;
    width: 40px;
    height: 100%; }
    #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-btn .icon-search-white-fill {
      margin-left: 3px;
      top: 0; }
  #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    height: 44px;
    width: 100%; }
    #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border {
      display: flex;
      border: 1px solid var(--header-color);
      border-radius: 10px;
      height: 44px;
      width: 100%;
      z-index: 1001; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query {
        margin-left: 8px;
        margin-top: 4px;
        margin-bottom: 0;
        padding: 2px 0 0px 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        background: #FFFFFF; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-webkit-input-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-moz-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-moz-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-ms-input-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right {
        display: flex;
        margin-right: 0px;
        flex-direction: row;
        justify-content: flex-end; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'] {
          align-items: center; }
          #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input {
            margin-right: 0px;
            text-align: right;
            padding-right: 15px;
            border-radius: 0;
            height: 100%;
            background-color: #FFFFFF;
            transition: visibility 0ms ease; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input.clear-btn-hidden {
              display: none; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input .text {
              color: #9C9C9C;
              text-decoration-line: underline;
              font-size: 15px;
              font-weight: 400;
              line-height: 19px; }
  #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border {
    z-index: auto !important;
    background-color: white; }
    #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border #bottom-product-search-query {
      background-color: white;
      margin-left: 10px;
      padding-bottom: 10px;
      font-size: 16px; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border #bottom-product-search-query::placeholder {
        color: #9C9C9C;
        font-size: 16px; }
  @media screen and (max-width: 768px) {
    #below-grid-guided-browse #bottom-search-bar {
      width: 100%;
      font-size: 20px; }
      #below-grid-guided-browse #bottom-search-bar .search-cta {
        font-size: 24px; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .close-button {
        display: flex;
        margin-top: 7px;
        margin-right: 7px;
        align-items: center;
        width: 32px;
        height: 100%;
        background-color: white;
        background: white; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-btn {
        display: flex;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        align-items: center;
        border-radius: 0 8px 8px 0;
        color: inherit;
        width: 40px;
        height: 100%; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-btn .icon-search-white-fill {
          margin-left: 3px;
          top: 0; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: center;
        height: 44px;
        width: 100%; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border {
          display: flex;
          border: 1px solid var(--header-color);
          border-radius: 10px;
          height: 44px;
          width: 100%;
          z-index: 1001; }
          #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query {
            margin-left: 8px;
            margin-top: 4px;
            margin-bottom: 0;
            padding: 2px 0 0px 8px;
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
            background: #FFFFFF; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-webkit-input-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-moz-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-moz-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-ms-input-placeholder {
              color: inherit;
              opacity: 0.6;
              font-size: 16px;
              font-weight: 200;
              line-height: 19px;
              text-align: left; }
          #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right {
            display: flex;
            margin-right: 0px;
            flex-direction: row;
            justify-content: flex-end; }
            #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'] {
              align-items: center; }
              #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input {
                margin-right: 0px;
                text-align: right;
                padding-right: 15px;
                border-radius: 0;
                height: 100%;
                background-color: #FFFFFF;
                transition: visibility 0ms ease; }
                #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input.clear-btn-hidden {
                  display: none; }
                #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input .text {
                  color: #9C9C9C;
                  text-decoration-line: underline;
                  font-size: 15px;
                  font-weight: 400;
                  line-height: 19px; }
      #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border {
        background-color: white; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border.mobile-rounded-border {
          border: none; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border #bottom-product-search-query {
          background-color: white;
          font-size: 16px;
          padding-bottom: 5px; }
          #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border #bottom-product-search-query::placeholder {
            font-size: 16px; }
        #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border .search-bar-right #bottom-clear-search-input-text-btn {
          background-color: white; }
          #below-grid-guided-browse #bottom-search-bar .search-bar-row-wrapper .rounded-border .search-bar-right #bottom-clear-search-input-text-btn .text {
            font-size: 16px; }
      #below-grid-guided-browse #bottom-search-bar form {
        padding-top: 8px;
        padding-bottom: 0px; } }
@media screen and (max-width: 768px) {
  #below-grid-guided-browse .search-bar-row-wrapper .close-button {
    display: flex;
    margin-top: 7px;
    margin-right: 7px;
    align-items: center;
    width: 32px;
    height: 100%;
    background-color: white;
    background: white; }
  #below-grid-guided-browse .search-bar-row-wrapper .search-btn {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    align-items: center;
    border-radius: 0 8px 8px 0;
    color: inherit;
    width: 40px;
    height: 100%; }
    #below-grid-guided-browse .search-bar-row-wrapper .search-btn .icon-search-white-fill {
      margin-left: 3px;
      top: 0; }
  #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    height: 44px;
    width: 100%; }
    #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border {
      display: flex;
      border: 1px solid var(--header-color);
      border-radius: 10px;
      height: 44px;
      width: 100%;
      z-index: 1001; }
      #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query {
        margin-left: 8px;
        margin-top: 4px;
        margin-bottom: 0;
        padding: 2px 0 0px 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        background: #FFFFFF; }
        #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-webkit-input-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
        #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-moz-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
        #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-moz-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
        #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-ms-input-placeholder {
          color: inherit;
          opacity: 0.6;
          font-size: 16px;
          font-weight: 200;
          line-height: 19px;
          text-align: left; }
      #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right {
        display: flex;
        margin-right: 0px;
        flex-direction: row;
        justify-content: flex-end; }
        #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'] {
          align-items: center; }
          #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input {
            margin-right: 0px;
            text-align: right;
            padding-right: 15px;
            border-radius: 0;
            height: 100%;
            background-color: #FFFFFF;
            transition: visibility 0ms ease; }
            #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input.clear-btn-hidden {
              display: none; }
            #below-grid-guided-browse .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input .text {
              color: #9C9C9C;
              text-decoration-line: underline;
              font-size: 15px;
              font-weight: 400;
              line-height: 19px; }
  #below-grid-guided-browse .search-bar-row-wrapper .rounded-border {
    background-color: white; }
    #below-grid-guided-browse .search-bar-row-wrapper .rounded-border.mobile-rounded-border {
      border: none; }
    #below-grid-guided-browse .search-bar-row-wrapper .rounded-border #bottom-product-search-query {
      background-color: white;
      font-size: 16px;
      padding-bottom: 5px; }
      #below-grid-guided-browse .search-bar-row-wrapper .rounded-border #bottom-product-search-query::placeholder {
        font-size: 16px; }
    #below-grid-guided-browse .search-bar-row-wrapper .rounded-border .search-bar-right #bottom-clear-search-input-text-btn {
      background-color: white; } }

#product-search-mweb {
  height: 40px;
  flex-shrink: 1;
  min-width: 0; }
  #product-search-mweb button[type='button'] {
    height: 34px;
    background: transparent;
    border-radius: none;
    height: 44px;
    width: 5%;
    padding: 0;
    margin: 0; }
  #product-search-mweb .new-search {
    padding-left: 16px; }
  #product-search-mweb .open-search {
    height: 40px;
    width: 100%;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    white-space: nowrap;
    background-color: #FFFFFF;
    color: inherit;
    text-align: left; }
    #product-search-mweb .open-search__left {
      border-radius: 8px 0 0 8px;
      border: 1px solid currentColor;
      display: block;
      width: calc(100% - 40px);
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 0.6em; }
      #product-search-mweb .open-search__left span {
        opacity: 0.6; }

#mweb-product-search-input {
  position: absolute;
  top: 0;
  bottom: -3.5em;
  left: 0;
  width: 100%;
  height: 3.5em;
  background: white;
  z-index: 1; }
  #mweb-product-search-input.search-bar-closed {
    display: none; }
  #mweb-product-search-input form {
    padding: 0;
    height: 0;
    margin: 0 0.7em; }
  #mweb-product-search-input .search-bar {
    display: flex;
    text-align: center;
    justify-content: space-between;
    height: 3.5em;
    width: 100%;
    margin-top: 0.7em; }
  #mweb-product-search-input input {
    border: none;
    padding: 10px 0 7px 25px;
    background-color: transparent;
    margin-top: 0;
    text-overflow: ellipsis; }
    #mweb-product-search-input input::-webkit-input-placeholder {
      color: #4A4A4C;
      font-size: 16px;
      font-weight: 200;
      line-height: 19px;
      text-align: left; }
    #mweb-product-search-input input::-moz-placeholder {
      color: #4A4A4C;
      font-size: 16px;
      font-weight: 200;
      line-height: 19px;
      text-align: left; }
    #mweb-product-search-input input:-moz-placeholder {
      color: #4A4A4C;
      font-size: 16px;
      font-weight: 200;
      line-height: 19px;
      text-align: left; }
    #mweb-product-search-input input:-ms-input-placeholder {
      color: #4A4A4C;
      font-size: 16px;
      font-weight: 200;
      line-height: 19px;
      text-align: left; }
  #mweb-product-search-input .icon-back::before {
    width: 22px;
    height: 22px; }
  #mweb-product-search-input .icon-search {
    top: 0; }
  #mweb-product-search-input button[type='button'].clear-input {
    margin-right: 25px; }
  #mweb-product-search-input .guided-search-bar {
    position: absolute;
    z-index: 201;
    background: white;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 3.5em;
    align-items: center;
    padding: 0 0.7em; }
    #mweb-product-search-input .guided-search-bar .search-bar-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      height: 40px;
      width: 100%; }
      #mweb-product-search-input .guided-search-bar .search-bar-row input {
        height: 100%;
        border-left: 1px solid currentColor;
        border-top: 1px solid currentColor;
        border-bottom: 1px solid currentColor;
        color: inherit;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        background-color: #FFFFFF;
        font-weight: 400;
        padding: 0 0 0 12px;
        margin: 0 0 0 15px; }
        #mweb-product-search-input .guided-search-bar .search-bar-row input::-webkit-input-placeholder {
          color: inherit;
          opacity: 0.6; }
        #mweb-product-search-input .guided-search-bar .search-bar-row input::-moz-placeholder {
          color: inherit;
          opacity: 0.6; }
        #mweb-product-search-input .guided-search-bar .search-bar-row input:-moz-placeholder {
          color: inherit;
          opacity: 0.6; }
        #mweb-product-search-input .guided-search-bar .search-bar-row input:-ms-input-placeholder {
          color: inherit;
          opacity: 0.6; }
      #mweb-product-search-input .guided-search-bar .search-bar-row .close-button [class^="icon-"] {
        height: 1.2em !important; }
      #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right button[type='button'].clear-input {
        background-color: #FFFFFF !important;
        color: inherit;
        border-top: 1px solid currentColor;
        border-bottom: 1px solid currentColor; }
        #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right button[type='button'].clear-input .text {
          color: #9C9C9C; }
      #mweb-product-search-input .guided-search-bar .search-bar-row .close-button {
        display: flex;
        align-items: center;
        width: 32px;
        height: 100%;
        color: inherit; }
      #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right {
        display: flex;
        height: 40px; }
        #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right button[type='button'] {
          align-items: center; }
          #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right button[type='button'].clear-input {
            width: 60px;
            margin-right: 0px;
            text-align: right;
            padding-right: 16px;
            border-radius: 0;
            height: 100%;
            background-color: #F5F8FA;
            transition: visibility 0ms ease; }
            #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right button[type='button'].clear-input.clear-btn-hidden {
              display: none; }
            #mweb-product-search-input .guided-search-bar .search-bar-row .search-bar-right button[type='button'].clear-input .text {
              color: #9C9C9C;
              text-decoration-line: underline;
              font-size: 16px;
              font-weight: 400; }

@media (max-width: 767px) {
  #shop-header-search {
    padding-top: 15px;
    padding-bottom: 0px; } }

#shop-header-search #dweb-product-search-input {
  display: flex;
  justify-content: center;
  height: 44px;
  margin-top: 2px; }
  #shop-header-search #dweb-product-search-input form {
    padding: 0; }
  #shop-header-search #dweb-product-search-input .search-bar-row-wrapper {
    top: 15%;
    width: 584px;
    height: 44px; }
    #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .close-button {
      display: flex;
      margin-top: 7px;
      margin-right: 7px;
      align-items: center;
      width: 32px;
      height: 100%;
      background-color: white;
      background: white; }
    #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-btn {
      display: flex;
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
      align-items: center;
      border-radius: 0 8px 8px 0;
      color: inherit;
      width: 40px;
      height: 100%; }
      #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-btn .icon-search-white-fill {
        margin-left: 3px;
        top: 0; }
    #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-align: center;
      height: 44px;
      width: 100%; }
      #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border {
        display: flex;
        border: 1px solid var(--header-color);
        border-radius: 10px;
        height: 44px;
        width: 100%;
        z-index: 1001; }
        #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query {
          margin-left: 8px;
          margin-top: 4px;
          margin-bottom: 0;
          padding: 2px 0 0px 8px;
          font-size: 16px;
          font-weight: 400;
          line-height: 19px;
          background: #FFFFFF; }
          #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-webkit-input-placeholder {
            color: inherit;
            opacity: 0.6;
            font-size: 16px;
            font-weight: 200;
            line-height: 19px;
            text-align: left; }
          #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query::-moz-placeholder {
            color: inherit;
            opacity: 0.6;
            font-size: 16px;
            font-weight: 200;
            line-height: 19px;
            text-align: left; }
          #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-moz-placeholder {
            color: inherit;
            opacity: 0.6;
            font-size: 16px;
            font-weight: 200;
            line-height: 19px;
            text-align: left; }
          #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border #product-search-query:-ms-input-placeholder {
            color: inherit;
            opacity: 0.6;
            font-size: 16px;
            font-weight: 200;
            line-height: 19px;
            text-align: left; }
        #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right {
          display: flex;
          margin-right: 0px;
          flex-direction: row;
          justify-content: flex-end; }
          #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'] {
            align-items: center; }
            #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input {
              margin-right: 0px;
              text-align: right;
              padding-right: 15px;
              border-radius: 0;
              height: 100%;
              background-color: #FFFFFF;
              transition: visibility 0ms ease; }
              #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input.clear-btn-hidden {
                display: none; }
              #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .rounded-border .search-bar-right button[type='button'].clear-input .text {
                color: #9C9C9C;
                text-decoration-line: underline;
                font-size: 15px;
                font-weight: 400;
                line-height: 19px; }
    #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .search-bar-row .close-button {
      display: none; }
    #shop-header-search #dweb-product-search-input .search-bar-row-wrapper .rounded-border {
      height: 100%; }

#shop-header-search #product-search-toggle {
  display: none;
  -webkit-touch-callout: none; }
  #shop-header-search #product-search-toggle:checked ~ #dweb-product-search-input, #shop-header-search #product-search-toggle:checked ~ label.bg {
    display: block; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

@media (min-width: 768px) {
  .product-card {
    margin-bottom: 32px; } }

.product-card {
  position: relative;
  box-sizing: border-box; }
  .scrollable .product-card {
    width: calc(50% - 1rem);
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .scrollable .product-card {
        width: calc(25% - 1rem); } }
  .scrollable.peek .product-card {
    width: calc(45% - 1rem); }
    @media (min-width: 768px) {
      .scrollable.peek .product-card {
        width: calc(24% - 1rem); } }
  .product-card .top {
    position: relative;
    background: linear-gradient(#f0f0eb, #f6f6f6);
    padding-top: 100%; }
    .product-card .top .mainlink {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      color: transparent;
      z-index: 10; }
    .product-card .top figure {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .product-card .top img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      .product-card .top img.animate {
        opacity: 0; }
        .product-card .top img.animate.loaded {
          -webkit-animation: fadeIn 0.4s ease-in-out forwards;
          animation: fadeIn 0.4s ease-in-out forwards;
          opacity: 1; }
  .product-card .top:has(> .image-loader) {
    padding-top: 0; }
  .product-card .bottom {
    color: var(--black);
    padding-top: 0.5rem;
    font-size: 0.9rem;
    width: 100%; }
  .product-card .view-similar-product {
    font-weight: 700;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .product-card .view-similar-product svg {
      margin-right: 5px;
      height: 24px;
      width: 24px; }
  .product-card .from-label {
    color: #646464;
    font-size: 0.75rem;
    vertical-align: baseline; }
  .product-card .like-prices, .product-card #card-prices {
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: -0.5rem; }
    .product-card .like-prices .likes .icon-heart span, .product-card #card-prices .likes .icon-heart span {
      float: left;
      margin-right: 0.3em; }
  .product-card .price {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    line-height: 13px;
    color: var(--black); }
    .product-card .price .bold {
      font-weight: 700; }
    .product-card .price .discounted {
      text-decoration: line-through;
      color: var(--black); }
      .product-card .price .discounted + span {
        color: #ff282d;
        padding: 0 0.3em; }
  .product-card .brand-name {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase; }
  .product-card__boutique-details {
    display: flex;
    flex-direction: row;
    margin-top: 4px; }
  .product-card__boutique-country-flag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px; }
    .product-card__boutique-country-flag svg {
      width: 14px;
      height: 14px; }
  .product-card__boutique-name {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: grey; }
  .product-card .product-name {
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.7rem;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.1;
    max-width: 40vw; }
    @media (min-width: 768px) {
      .product-card .product-name {
        max-width: calc(25vw - 1rem); } }
    @media (min-width: 992px) {
      .product-card .product-name {
        max-width: calc(280px - 1rem); } }
  .product-card .brand {
    display: none; }
    .product-card .brand > img {
      display: none;
      vertical-align: middle;
      width: 2rem;
      margin-right: 0.3333333333rem; }
    .product-card .brand span {
      vertical-align: middle; }
  @media (max-width: 599px) {
    .product-card .brand-name {
      font-size: 13px;
      line-height: 19px;
      font-weight: 400; } }
  @media (min-width: 768px) {
    .boosted-alt .product-card:nth-child(1), .boosted .product-card:nth-child(1) {
      grid-area: big; }
      .boosted-alt .product-card:nth-child(1) .top, .boosted .product-card:nth-child(1) .top {
        height: calc(100% - 2.3rem); }
      .boosted-alt .product-card:nth-child(1) .sticker, .boosted .product-card:nth-child(1) .sticker {
        transform-origin: right top;
        transform: scale(1.5); }
      .boosted-alt .product-card:nth-child(1) .brand, .boosted .product-card:nth-child(1) .brand {
        display: block; } }
.product-card .view-similar-wrapper {
  position: relative; }

.product-card .tooltip-inner-container {
  position: absolute; }

.product-card .tooltip.hide-visual-browse-modal {
  display: none; }

@media (max-width: 768px) {
  .product-card .tooltip.show-visual-browse-tooltip-desktop {
    display: none; } }

@media (min-width: 768px) {
  .product-card .tooltip.show-visual-browse-tooltip-desktop {
    display: flex; } }

@media (min-width: 768px) {
  .product-card .tooltip.show-visual-browse-tooltip-mobile {
    display: none; } }

@media (max-width: 768px) {
  .product-card .tooltip.show-visual-browse-tooltip-mobile {
    display: flex; } }

.product-card .tooltip.hide-visual-browse-tooltip {
  display: none; }

.product-card .tooltip {
  border-radius: 16px;
  background: var(--black);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 100%;
  width: 350px;
  max-width: 80vw;
  font-weight: 400;
  line-height: 22px;
  z-index: 4;
  color: white; }
  .product-card .tooltip .header {
    margin-bottom: 5px; }
  .product-card .tooltip .tooltip-content {
    color: white; }
  .product-card .tooltip .view-similar-tooltip {
    display: flex;
    flex-direction: row; }
  .product-card .tooltip .content p {
    display: inline; }
  .product-card .tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    transform: translateX(-50%);
    border: 5px solid var(--black);
    border-color: black transparent transparent transparent; }
  .product-card .tooltip.hidden {
    visibility: hidden; }

.product-card #card-prices {
  font-size: 17px;
  margin-bottom: 10px; }
  .product-card #card-prices .price, .product-card #card-prices .from-label {
    color: var(--black);
    font-size: 17px; }

.product-card .product-name {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400; }
  .product-card .product-name--large {
    line-height: 14.3px; }
    @media (min-width: 768px) {
      .product-card .product-name--large {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500; } }
.product-card .new-likes-wrapper {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 3;
  background-color: white;
  border-radius: 20px;
  max-height: 58px; }
  .product-card .new-likes-wrapper .likeable {
    cursor: hand;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
    background-color: transparent;
    width: 34px;
    display: flex;
    flex-direction: column;
    cursor: hand;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    padding: 13px 0px; }
    .product-card .new-likes-wrapper .likeable .like-button {
      position: relative;
      width: 18px;
      margin: 0 8px 0 8px;
      z-index: -1;
      content: var(--like-svg); }
    .product-card .new-likes-wrapper .likeable.liked .like-button {
      content: var(--like-filled-svg); }
    .product-card .new-likes-wrapper .likeable span {
      font-size: 11px;
      max-height: 11px;
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
      z-index: -1; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

.shop-card {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

@keyframes fadeIn {
  100% {
    opacity: 1; } }
  .shop-card[data-sticker]::after {
    position: absolute;
    font-weight: 700;
    letter-spacing: 0.02em;
    content: attr(data-sticker);
    text-align: center;
    background: #ff282d;
    right: 0;
    top: 6%;
    line-height: 1.66;
    color: white;
    font-size: 0.9em;
    padding: 0 calc(1rem/2); }
  .scrollable .shop-card {
    width: calc(50% - 1rem);
    margin-right: 1rem; }
    @media (min-width: 768px) {
      .scrollable .shop-card {
        width: calc(25% - 1rem); } }
  .scrollable.peek .shop-card {
    width: calc(45% - 1rem); }
    @media (min-width: 768px) {
      .scrollable.peek .shop-card {
        width: calc(23% - 1rem); } }
  .shop-card .top {
    position: relative;
    background: linear-gradient(#f0f0eb, #f6f6f6);
    padding-top: 100%;
    border-radius: 8px; }
    .shop-card .top figure {
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .shop-card .top img,
    .shop-card .top .placeholder {
      object-fit: cover;
      width: 100%;
      height: 100%; }
      .shop-card .top img.animate,
      .shop-card .top .placeholder.animate {
        opacity: 0; }
        .shop-card .top img.animate.loaded,
        .shop-card .top .placeholder.animate.loaded {
          animation: fadeIn 0.4s ease-in-out forwards;
          opacity: 1; }
    .shop-card .top .placeholder {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain, 50%;
      background-image: linear-gradient(rgba(255, 40, 45, 0.1), transparent), url("https://fydn.imgix.net/s/img/fy-logo-new-red.svg"); }
  .shop-card .bottom {
    color: var(--black);
    text-align: center;
    min-height: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .shop-card .bottom.no-image {
      justify-content: inherit; }
    .shop-card .bottom .sale-time-remaining {
      color: #646464;
      max-width: 100%;
      margin: 0.25rem auto;
      font-size: 0.8rem; }
    .shop-card .bottom .shop-name {
      font-size: 1.15rem;
      letter-spacing: -0.03em;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: calc(100% - 0.5rem);
      margin: 0.25rem auto;
      font-weight: 700; }
      .shop-card .bottom .shop-name--new-homepage {
        text-align: left;
        flex-direction: column;
        padding: 0;
        vertical-align: middle;
        justify-content: center;
        margin-left: 8px; }
        .shop-card .bottom .shop-name--new-homepage.no-margin {
          margin: 0.25rem 0;
          text-align: center;
          max-width: 100%; }
        .shop-card .bottom .shop-name--new-homepage .sale-time-remaining {
          color: red;
          font-size: 13px;
          font-weight: 400;
          line-height: 19px;
          margin: 0; }

.ideas-shop-card .top, .ideas-shop-card img {
  border-radius: 8px; }

.ideas-shop-card .bottom {
  line-height: 1.2;
  justify-content: flex-start;
  align-items: start; }
  .ideas-shop-card .bottom .shop-name {
    font-size: 16px;
    width: 100%;
    margin: 12px 0;
    text-align: left;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .ideas-shop-card .bottom .shop-description {
    font-size: 14px;
    text-align: left;
    word-break: keep-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.ideas-shop-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 9; }
  .ideas-shop-overlay .button {
    border-radius: 16px;
    height: 32px;
    width: auto;
    padding: 0 16px;
    line-height: 32px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: var(--black); }
  @media (min-width: 600px) {
    .shop-card:hover .ideas-shop-overlay {
      display: grid;
      place-items: center; } }
#header-banner-wrapper {
  font-family: var(--body-font);
  display: flex;
  z-index: 90;
  background-color: var(--multi-header-banner-background);
  width: 100%;
  top: 0;
  position: sticky;
  height: 36px; }

#multi-header-banner {
  font-family: var(--body-font);
  display: none;
  width: 100%;
  padding: 0 calc(20% - 0.5rem);
  background-color: var(--multi-header-banner-background);
  padding: 0;
  gap: 58px;
  justify-content: center;
  top: 0; }
  #multi-header-banner:lang(de), #multi-header-banner:lang(es), #multi-header-banner:lang(it), #multi-header-banner:lang(fr) {
    max-width: 1400px; }
  #multi-header-banner a {
    color: var(--multi-header-banner-color);
    text-decoration: underline; }
  @media (min-width: 1192px) {
    #multi-header-banner {
      display: var(--shipping-banner-display-desktop);
      flex-direction: var(--shipping-banner-flex-direction-desktop); } }
  #multi-header-banner .banner-wrapper {
    list-style: none; }
  #multi-header-banner .icon {
    margin-right: 8px;
    width: 24px;
    align-self: center; }
    #multi-header-banner .icon svg {
      align-self: center; }
  #multi-header-banner div {
    display: flex; }
  #multi-header-banner #headers {
    display: flex;
    flex-direction: row;
    text-align: center;
    color: var(--multi-header-banner-color);
    justify-content: space-between; }
    #multi-header-banner #headers .bold {
      font-weight: 700; }
    #multi-header-banner #headers a, #multi-header-banner #headers p {
      line-height: 2.7em; }
    #multi-header-banner #headers p {
      margin: 0;
      font-size: 0.8em;
      font-weight: 400;
      letter-spacing: 0em; }
  #multi-header-banner a {
    font-weight: normal; }
  #multi-header-banner .returns > .icon {
    height: 16px; }
  #multi-header-banner .bfcm-message > .icon {
    height: 20px; }
  #multi-header-banner .shipping-message > .icon {
    height: 24px; }
  #multi-header-banner .app-download > .icon {
    height: 18px; }

#shipping-bar {
  display: block;
  color: #4A4A4C;
  background: #F2F2F2;
  text-align: center; }
  #shipping-bar p {
    margin: 0;
    line-height: 2.5em;
    font-size: 0.8em; }

#multi-header-banner-swiper {
  display: var(--shipping-banner-swiper-display);
  width: 100%;
  max-height: 36px;
  position: sticky;
  top: 0;
  color: var(--multi-header-banner-color);
  margin-top: 0px; }
  @media (min-width: 1192px) {
    #multi-header-banner-swiper {
      display: var(--shipping-banner-swiper-display-desktop); } }
  #multi-header-banner-swiper .icon svg {
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
    align-self: center; }
  #multi-header-banner-swiper p {
    margin: 0;
    font-size: 0.8em;
    padding-right: 2px;
    color: var(--multi-header-banner-color);
    line-height: 2.7em; }
  #multi-header-banner-swiper a {
    text-decoration: underline;
    line-height: 2.7em;
    font-weight: normal;
    color: var(--multi-header-banner-color); }
  #multi-header-banner-swiper .header-banner {
    display: flex;
    justify-content: center;
    color: var(--multi-header-banner-color); }
  #multi-header-banner-swiper .swiper .icon {
    margin-right: 8px;
    width: 24px;
    align-self: center; }
  #multi-header-banner-swiper .swiper-pagination {
    display: none; }

.bfcm-2022 #multi-header-banner-swiper a {
  color: var(--black); }

@font-face {
  font-family: 'Fabriga';
  font-display: swap;
  src: url("../assets/fonts/Fabriga.eot");
  src: url("../assets/fonts/Fabriga.woff2") format("woff2"), url("../assets/fonts/Fabriga.woff") format("woff"), url("../assets/fonts/Fabriga.ttf") format("truetype"), url("../assets/fonts/Fabriga.svg#Fabriga") format("svg"), url("../assets/fonts/Fabriga.eot?#iefix") format("embedded-opentype");
  font-weight: 400 500;
  font-style: normal; }

@font-face {
  font-family: 'Fabriga';
  font-display: swap;
  src: url("../assets/fonts/Fabriga-Bold.eot");
  src: url("../assets/fonts/Fabriga-Bold.woff2") format("woff2"), url("../assets/fonts/Fabriga-Bold.woff") format("woff"), url("../assets/fonts/Fabriga-Bold.ttf") format("truetype"), url("../assets/fonts/Fabriga-Bold.svg#Fabriga-Bold") format("svg"), url("../assets/fonts/Fabriga-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Fabriga';
  font-display: swap;
  src: url("../assets/fonts/FabrigaLight.eot");
  src: url("../assets/fonts/FabrigaLight.woff2") format("woff2"), url("../assets/fonts/FabrigaLight.woff") format("woff"), url("../assets/fonts/FabrigaLight.ttf") format("truetype"), url("../assets/fonts/FabrigaLight.svg#FabrigaLight") format("svg"), url("../assets/fonts/FabrigaLight.eot?#iefix") format("embedded-opentype");
  font-weight: 200 300;
  font-style: normal; }

:root {
  font-size: 100%; }

* {
  -webkit-tap-highlight-color: transparent; }

html, input, button, textarea, select {
  font-family: var(--body-font), "Helvetica Neue", Helvetica, sans-serif;
  font-display: optional; }

html {
  font-size: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; }

strong {
  font-weight: bold; }

h1, .alpha, .h1,
h2, .beta, .h2,
h3,
.shop-header.description, .gamma, .h3, .picker__title, .create-wishlist label,
h4, .delta, .h4,
h5, .epsilon, .h5,
h6, .zeta, .h6 {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

h1, .h1, .alpha {
  font-size: 2.25rem;
  line-height: 1.3333333333333333;
  margin-bottom: 0.6666666666666666rem;
  font-weight: 300; }

h2, .h2, .beta {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem; }

h3, .shop-header.description, .h3, .picker__title, .create-wishlist label, .gamma {
  font-size: 1.3125rem;
  line-height: 1.1428571428571428;
  margin-bottom: 1rem; }

h4, .h4, .delta {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1428571428571428;
  margin-bottom: 1rem; }

h5, .h5, .epsilon {
  font-size: 1.125rem;
  line-height: 1.3333333333333333;
  margin-bottom: 1rem; }

h6, .h6, .zeta {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem; }

.small-text, .sub-heading, .page-links .previous-page,
.page-links .next-page {
  font-size: 0.7rem;
  line-height: 2.2rem;
  margin: 0 0 2.2rem; }

.sub-heading, .page-links .previous-page,
.page-links .next-page {
  letter-spacing: 2px;
  margin: 0; }

p,
blockquote {
  font-size: 15px;
  margin: 1rem 0;
  line-height: 22px;
  font-weight: 200;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual; }

dl,
ol,
ul {
  font-weight: 200;
  font-size: 1rem;
  margin: 0 0 1.5rem;
  padding: 0; }

dd,
dt,
li {
  line-height: 1.5;
  margin: 0; }

.section-title, .create-wishlist__title {
  display: block;
  color: var(--black);
  font-family: var(--header-font);
  font-size: var(--header-h2-font-size);
  font-weight: var(--header-font-weight);
  line-height: var(--header-h2-line-height);
  margin: 1rem 0; }
  .section-title--centered {
    text-align: center; }
  .section-title--charcoal {
    color: var(--charcoal-grey); }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

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

.fy-picks svg {
  display: inline-block;
  margin-right: 7.5px;
  vertical-align: middle; }

.fy-picks span {
  display: inline-block;
  font-size: 0.8rem; }

.header-wrapper {
  display: flex; }

.title-20-pixel {
  margin-bottom: 24px; }
  .title-20-pixel h1 {
    font-size: 20px; }

.shop-header {
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  color: var(--header-color); }
  .shop-header h1, .shop-header .h1 {
    font-family: var(--header-font);
    font-size: var(--header-h2-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h2-line-height);
    max-width: 44rem;
    margin: 4px 0;
    color: var(--black);
    line-height: 2; }
    @media (min-width: 768px) {
      .shop-header h1, .shop-header .h1 {
        font-size: var(--header-h1-font-size); } }
    .shop-header h1 strong, .shop-header .h1 strong {
      color: var(--black); }
  .shop-header h3, .shop-header .shop-header.description {
    font-family: var(--header-font);
    font-size: var(--header-h3-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h3-font-size);
    font-weight: 400;
    font-family: var(--body-font);
    max-width: 44rem;
    color: var(--header-color);
    margin: 4px 0 1rem 0; }
    @media (max-width: 767px) {
      .shop-header h3, .shop-header .shop-header.description {
        font-size: 17px;
        font-weight: 400;
        line-height: 25px; } }
    .shop-header h3.tagline, .shop-header .tagline.shop-header.description {
      font-size: 17px;
      font-weight: 700;
      line-height: 25px; }
  .shop-header .details.full-width h1, .shop-header .details.full-width h3, .shop-header .details.full-width .shop-header.description, .shop-header .details.full-width p {
    max-width: 100%; }
  .shop-header p {
    max-width: 44rem;
    margin: 0.3333333333rem 0;
    font-weight: 300;
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px; }
    @media (max-width: 767px) {
      .shop-header p {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0; } }
  .shop-header a {
    text-decoration: underline;
    color: inherit; }
  .shop-header .banner {
    width: 100vw;
    height: 50vw;
    margin: 0 -1rem 1rem; }
    @media (min-width: 768px) {
      .shop-header .banner {
        margin-left: 0;
        margin-right: 1rem;
        padding-top: 25%;
        height: auto;
        position: relative; }
        .shop-header .banner img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .shop-header .banner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }
  .shop-header.search {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .shop-header.search h1 {
      max-width: 100%; }
    .shop-header.search .facets-rail .scrollable {
      padding-left: 0px; }
      @media only screen and (min-width: 768px) {
        .shop-header.search .facets-rail .scrollable {
          margin-top: 16px;
          padding: 0px 0px 1rem 1rem; } }
      .shop-header.search .facets-rail .scrollable .facet:hover:not(:disabled) {
        border: 1px solid #9C9C9C; }
  .shop-header.brand .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    width: 7rem;
    height: 7rem;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #e6e6e6; }
    .shop-header.brand .logo img {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      height: auto; }
  .shop-header.brand .logo-header {
    height: fit-content;
    margin: 1.5em 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center; }
    .shop-header.brand .logo-header .header-text {
      width: calc(100% - 8rem); }
  .shop-header.brand .banner,
  .shop-header.brand .details, .shop-header.wishlist .banner,
  .shop-header.wishlist .details, .shop-header.category .banner,
  .shop-header.category .details, .shop-header.sale .banner,
  .shop-header.sale .details {
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-block; }
    .shop-header.brand .banner .h1,
    .shop-header.brand .details .h1, .shop-header.wishlist .banner .h1,
    .shop-header.wishlist .details .h1, .shop-header.category .banner .h1,
    .shop-header.category .details .h1, .shop-header.sale .banner .h1,
    .shop-header.sale .details .h1 {
      margin: 0 0; }
    @media (min-width: 768px) {
      .shop-header.brand .banner,
      .shop-header.brand .details, .shop-header.wishlist .banner,
      .shop-header.wishlist .details, .shop-header.category .banner,
      .shop-header.category .details, .shop-header.sale .banner,
      .shop-header.sale .details {
        vertical-align: top; } }
  @media (min-width: 768px) {
    .shop-header.brand .banner,
    .shop-header.brand .details, .shop-header.wishlist .banner,
    .shop-header.wishlist .details, .shop-header.sale .banner,
    .shop-header.sale .details {
      width: 50%; }
      .shop-header.brand .banner.full-width,
      .shop-header.brand .details.full-width, .shop-header.wishlist .banner.full-width,
      .shop-header.wishlist .details.full-width, .shop-header.sale .banner.full-width,
      .shop-header.sale .details.full-width {
        width: 100%; } }
  .shop-header.sale .with-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
  .shop-header.sale .discount-bounce {
    margin-left: 25px;
    flex-grow: 0;
    flex-shrink: 0;
    color: white;
    font-weight: 700;
    height: 4.5em;
    width: 4.5em;
    font-size: 1rem;
    background: #ff282d;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .shop-header.sale .discount-bounce > .upto {
      font-size: 0.8rem;
      margin-bottom: 3px; }
  .shop-header.sale .discount-right {
    position: relative;
    float: right;
    top: 0;
    right: 0; }
  .shop-header.sale .time-left {
    color: #ff282d;
    font-weight: 500;
    letter-spacing: -0.02em; }
  @media (min-width: 768px) {
    .shop-header {
      flex-direction: row; } }
  .shop-header .details {
    max-width: 44rem; }
    .shop-header .details.full-width {
      max-width: 100%; }

.timer {
  width: 1.5rem;
  display: inline;
  padding-bottom: 2px;
  vertical-align: middle;
  margin-right: 0.5rem; }
  .timer path {
    transform-origin: center center;
    animation: spin 5s linear infinite; }
  .timer path + path {
    animation: spin 10s linear infinite; }
  .timer path + path + path {
    animation: spin 2.5s linear infinite; }

#product-start {
  scroll-margin-top: 88px; }

#filter-removal-pills {
  scroll-margin-top: 88px; }

.shop-logo {
  display: flex;
  flex-direction: row;
  margin-top: 9px; }
  .shop-logo img {
    height: 36px;
    width: 36px;
    display: flex;
    object-fit: cover;
    border-radius: 100px;
    border: 1px solid #C0C0C0; }
  .shop-logo .initials-logo {
    background-color: var(--black);
    border-radius: 100px;
    height: 36px;
    max-width: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; }
  .shop-logo .shop-name {
    text-align: left; }

.clipped-text-wrapper {
  line-height: 1.5; }
  .clipped-text-wrapper .hidden {
    display: none; }
  .clipped-text-wrapper .unclipped-text--ssr {
    overflow: clip; }
  .clipped-text-wrapper .read-more, .clipped-text-wrapper .read-less {
    display: inline-block;
    text-decoration: underline;
    margin-left: 0.25em; }

.shop-header #shop-description {
  content: var(--read-more-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--body-font); }
  @media (max-width: 767px) {
    .shop-header #shop-description {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0; } }
  .shop-header #shop-description .truncated {
    display: inline; }
  .shop-header #shop-description .full {
    display: none; }
  .shop-header #shop-description.expanded .truncated {
    display: none; }
  .shop-header #shop-description.expanded .full {
    display: inline; }

.shop-header #read-more-ellipsis {
  display: none; }
  .shop-header #read-more-ellipsis.show {
    display: inline-block; }
  .shop-header #read-more-ellipsis.expanded {
    display: none; }

.shop-header #read-more-description {
  display: none;
  --read-more-text: "Read more"; }
  .shop-header #read-more-description.show {
    display: inline-block; }
  .shop-header #read-more-description.expanded {
    display: block;
    position: relative;
    top: unset;
    --read-more-text: "Read less"; }

.shop-header span:after {
  content: var(--read-more-text);
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  font-family: var(--body-font);
  text-decoration: underline;
  line-height: 25px !important; }
  @media (max-width: 767px) {
    .shop-header span:after {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0; } }
.sub-nav {
  background: #f6f6f6;
  padding: 0.8em 0 1.2em;
  text-align: center;
  position: relative;
  height: 3em; }
  .sub-nav a {
    display: inline-block;
    margin: 0 1em;
    font-size: 0.8em;
    letter-spacing: 1px;
    padding-bottom: 0.1em;
    color: #4A4A4C; }
  .sub-nav ._active {
    position: relative;
    color: var(--black); }
    .sub-nav ._active::after {
      content: '';
      display: block;
      font-size: 16px;
      margin-left: 50%;
      position: absolute;
      top: 1.2em;
      left: -0.8em;
      height: 0;
      width: 0;
      border-left: 0.8em solid transparent;
      border-right: 0.8em solid transparent;
      border-bottom: 0.8em solid white; }
  .sub-nav .logout {
    position: absolute;
    top: 0.8em;
    right: 0em;
    background: #c3c3c3;
    color: white;
    padding: 10px;
    font-size: 0.6em;
    margin: 0;
    max-width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      .sub-nav .logout {
        position: absolute;
        top: 0.8em;
        right: 1.1em; } }
.swiper {
  align-items: stretch; }
  .swiper .swiper-slide {
    height: auto; }
  .swiper img {
    width: 100%; }
  .swiper .video-slide video {
    max-width: 100%;
    cursor: default; }
  .swiper .swiper-pagination {
    padding: 0.5rem;
    line-height: 8px; }
  .swiper .swiper-button-disabled {
    display: none; }
  .swiper .swiper-pagination-bullet {
    opacity: 1;
    border: none;
    background: rgba(100, 100, 100, 0.2);
    vertical-align: middle; }
    .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: none;
      background: var(--black); }
    .swiper .swiper-pagination-bullet--video {
      height: 8px !important;
      border-radius: 0;
      -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiIHdpZHRoPSI2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im01LjI1IDMuNTdjLjMzLjE5LjMzLjY3IDAgLjg2bC00LjUgMi42Yy0uMzMuMTktLjc1LS4wNS0uNzUtLjQzdi01LjJjMC0uMzguNDItLjYyLjc1LS40M3oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=");
      mask: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA2IDgiIHdpZHRoPSI2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im01LjI1IDMuNTdjLjMzLjE5LjMzLjY3IDAgLjg2bC00LjUgMi42Yy0uMzMuMTktLjc1LS4wNS0uNzUtLjQzdi01LjJjMC0uMzguNDItLjYyLjc1LS40M3oiIGZpbGw9ImN1cnJlbnRDb2xvciIvPjwvc3ZnPgo=");
      border-radius: none; }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    background: none;
    color: #4A4A4C;
    user-select: none; }
    .swiper .swiper-button-next i,
    .swiper .swiper-button-prev i {
      font-size: 2em; }
    @media (max-width: 991px) {
      .swiper .swiper-button-next,
      .swiper .swiper-button-prev {
        display: none; } }
  .swiper .swiper-zoom-container video {
    max-width: 100%; }
  .swiper .swiper-lazy-preloader {
    border: none;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite; }
  .swiper .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat; }

#promotion {
  color: #ff282d;
  height: 2.2em;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: rgba(192, 32, 32, 0.1); }
  #promotion ul {
    display: inline-block;
    margin: 0; }
    #promotion ul li {
      display: inline-block;
      font-weight: 300;
      font-size: 0.9em;
      padding: 0 0.2em;
      line-height: 2.5em; }
      #promotion ul li::before {
        content: '→';
        position: relative;
        left: -0.2em; }
      #promotion ul li:first-child::before {
        content: ''; }

#discount-banner {
  border-radius: 4px;
  color: #ff282d;
  overflow: hidden;
  text-align: center;
  background: rgba(192, 32, 32, 0.1);
  display: inline-block;
  font-weight: 400;
  font-size: 0.9em;
  text-wrap: nowrap;
  white-space: nowrap;
  word-wrap: nowrap;
  padding: 0 4px; }
  @media (min-width: 600px) {
    #discount-banner {
      font-size: 0.9em; } }
.scrollable {
  overflow-x: scroll;
  white-space: nowrap;
  padding: 1rem 0 1rem 1rem;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-right: -1rem;
  scroll-snap-type: x mandatory;
  scroll-padding: 1rem;
  scroll-snap-stop: normal;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: row; }
  .scrollable .card,
  .scrollable .product-card,
  .scrollable .shop-card,
  .scrollable .product-card {
    scroll-snap-align: start;
    flex-shrink: 0; }

.promoted-feature {
  margin-bottom: 2rem; }
  @media (max-width: 599px) {
    .promoted-feature {
      margin-bottom: 0; } }
  .promoted-feature .feature-link {
    display: block;
    position: relative;
    margin-bottom: -0.5rem; }
    .promoted-feature .feature-link > .section-title + p, .promoted-feature .feature-link > .create-wishlist__title + p {
      margin-top: -1rem; }
    .promoted-feature .feature-link__desktop-cta {
      display: none; }
      @media (min-width: 768px) {
        .promoted-feature .feature-link__desktop-cta {
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); } }
  .promoted-feature .cards {
    margin-bottom: 1rem; }
  .promoted-feature .secondary-button {
    margin: 1rem auto 0;
    width: calc(100% - 2rem);
    line-height: 2.4;
    border: 1px solid var(--black);
    display: block;
    border-radius: 4px;
    text-align: center; }
    @media (min-width: 768px) {
      .promoted-feature .secondary-button {
        display: none; } }
  @media (max-width: 767px) {
    .promoted-feature .shop-carousel--mobile-cta {
      display: block !important; } }
.feed-banners {
  margin: 1rem auto; }
  .feed-banners .card {
    box-sizing: border-box;
    margin-right: 2rem;
    vertical-align: top;
    display: inline-block;
    width: 75vw;
    max-width: 320px;
    box-shadow: 0 3px 5px 0 rgba(95, 95, 95, 0.3); }
    .feed-banners .card figure {
      padding-top: 100%;
      position: relative;
      overflow: hidden;
      background: rgba(32, 32, 32, 0.1); }
      .feed-banners .card figure img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 1rem;
        max-width: 100%;
        height: 100%;
        object-fit: cover; }

.explore .section-title, .explore .create-wishlist__title {
  display: none; }
  @media (min-width: 768px) {
    .explore .section-title, .explore .create-wishlist__title {
      display: block; } }
.explore .h2 {
  margin-bottom: 1rem; }

.explore .card {
  box-sizing: border-box;
  margin-right: 1rem;
  vertical-align: top;
  display: inline-block;
  width: 140px;
  border-radius: 3px;
  border: 1px solid rgba(32, 32, 32, 0.3);
  box-shadow: 0 2px 4px 0 rgba(32, 32, 32, 0.1);
  transition: all 300ms ease-in-out; }
  .explore .card.wide {
    width: 240px; }
  .explore .card:hover {
    box-shadow: 0 2px 4px 0 rgba(32, 16, 16, 0.2); }
  .explore .card .labels {
    padding: 0.66rem;
    overflow-wrap: break-word;
    hyphens: auto; }
    .explore .card .labels .h4 {
      font-size: 1rem;
      font-weight: 500;
      margin: 0;
      white-space: initial;
      text-transform: capitalize; }
  .explore .card figure {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background: rgba(32, 32, 32, 0.1); }
    .explore .card figure img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 1rem;
      max-width: 100%;
      height: 100%;
      object-fit: cover; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

#new-cat-nav {
  display: none; }
  #new-cat-nav.cat-nav-open {
    display: block; }

#new-cat-nav.cat-nav-open .cat-nav, #filter-nav .cat-nav {
  top: 0;
  -webkit-animation: slide-out 0.1s ease-in-out;
  -moz-animation: slide-out 0.1s ease-in-out;
  animation: slide-out 0.1s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: white;
  box-shadow: 0 0 2px #999;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    #new-cat-nav.cat-nav-open .cat-nav, #filter-nav .cat-nav {
      position: fixed;
      top: 0px;
      bottom: 0px;
      width: 380px; } }
  #new-cat-nav.cat-nav-open .cat-nav .categories-container, #filter-nav .cat-nav .categories-container {
    margin: 1.5em 0; }
    #new-cat-nav.cat-nav-open .cat-nav .categories-container .header, #filter-nav .cat-nav .categories-container .header {
      padding: 0 1.5em 1.5em 1.5em;
      height: 30px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0px 2px 4px 0px #20202029; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .header .title, #filter-nav .cat-nav .categories-container .header .title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .header p, #filter-nav .cat-nav .categories-container .header p {
        font-weight: bold;
        font-size: 20px;
        margin: 0;
        text-align: center; }
    #new-cat-nav.cat-nav-open .cat-nav .categories-container .close, #filter-nav .cat-nav .categories-container .close {
      margin-right: 5px; }
    #new-cat-nav.cat-nav-open .cat-nav .categories-container .unavailable, #filter-nav .cat-nav .categories-container .unavailable {
      color: #C0C0C0;
      pointer-events: none; }
    #new-cat-nav.cat-nav-open .cat-nav .categories-container .nav-icon, #filter-nav .cat-nav .categories-container .nav-icon {
      display: flex; }
    #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container, #filter-nav .cat-nav .categories-container .node-container {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #F0F0EC;
      cursor: pointer; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container p, #filter-nav .cat-nav .categories-container .node-container p {
        margin: 0;
        font-size: 17px;
        font-weight: 400;
        line-height: 56px;
        color: var(--black);
        display: flex; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .unavailable, #filter-nav .cat-nav .categories-container .node-container .unavailable {
        color: #C0C0C0; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container a, #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container span, #filter-nav .cat-nav .categories-container .node-container a, #filter-nav .cat-nav .categories-container .node-container span {
        font-size: 17px;
        font-weight: 400;
        line-height: 56px;
        flex: 1;
        display: flex; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .locale-selector-trigger, #filter-nav .cat-nav .categories-container .node-container .locale-selector-trigger {
        display: inline; }
        #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .locale-selector-trigger svg, #filter-nav .cat-nav .categories-container .node-container .locale-selector-trigger svg {
          display: inline-block;
          vertical-align: sub;
          margin: 0 0.5em; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .icon, #filter-nav .cat-nav .categories-container .node-container .icon {
        width: 32px;
        height: 32px;
        align-items: center;
        display: flex;
        align-self: center;
        margin-right: 3.5px; }
        #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .icon svg, #filter-nav .cat-nav .categories-container .node-container .icon svg {
          vertical-align: middle; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .shop-all, #filter-nav .cat-nav .categories-container .node-container .shop-all {
        font-weight: bold; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .forward i, #filter-nav .cat-nav .categories-container .node-container .forward i {
        height: 16px;
        width: 16px;
        margin-right: 14px; }
      #new-cat-nav.cat-nav-open .cat-nav .categories-container .node-container .forward .unavailable, #filter-nav .cat-nav .categories-container .node-container .forward .unavailable {
        filter: invert(80%) sepia(11%) saturate(0%) hue-rotate(206deg) brightness(95%) contrast(91%); }
  #new-cat-nav.cat-nav-open .cat-nav .list, #filter-nav .cat-nav .list {
    margin: 0 1.5em; }

#filter-nav {
  width: 100%;
  box-shadow: none; }
  #filter-nav .cat-nav {
    top: auto;
    z-index: 0;
    position: relative;
    width: 100%;
    box-shadow: none; }
    #filter-nav .cat-nav .categories-container {
      margin-top: 0; }
      #filter-nav .cat-nav .categories-container .list {
        margin-top: 0; }

#filter-sort-button span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #4A4A4C;
  border-radius: 10px;
  padding: 10px 12px;
  width: fit-content;
  height: 48px;
  position: relative;
  cursor: pointer;
  background-color: white;
  gap: 4px; }
  #filter-sort-button span i {
    height: 21px;
    width: 21px; }
  #filter-sort-button span h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    font-size: 15px;
    color: var(--black);
    text-wrap: nowrap;
    white-space: nowrap;
    word-wrap: nowrap; }
  #filter-sort-button span .filter-count {
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: var(--header-color);
    color: white;
    border-radius: 50%; }
  #filter-sort-button span.hidden {
    visibility: hidden; }

#filter-sort-button .inner-wrapper {
  padding: 0 1em;
  max-width: 1312px;
  width: 100%; }

#filter-sort-button .wrapper {
  width: 100dvw;
  height: 64px;
  background: white;
  box-shadow: 0 0 4px rgba(32, 32, 32, 0.2);
  position: fixed;
  top: -64px;
  left: 0;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: top 0.2s ease-in-out; }
  @media (max-width: 599px) {
    #filter-sort-button .wrapper {
      top: -64px; } }
#filter-sort-button .wrapper-visible {
  top: calc(5.7em + var(--header-nav-height)); }
  @media (max-width: 599px) {
    #filter-sort-button .wrapper-visible {
      top: 92px; } }
.filter-modal-padding {
  padding: 0 20px; }

.filter-modal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1; }
  .desktop-filters .filter-modal-header {
    height: 72px;
    padding: 0 24px;
    box-shadow: 0px 2px 4px 0px #20202029; }
  [data-rsbs-header] .filter-modal-header {
    padding: 13px 8px 13px 8px; }
  .filter-modal-header--title {
    flex: 1;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; }
  .filter-modal-header--clear-all {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
    cursor: pointer; }
  .filter-modal-header--close {
    cursor: pointer; }

.desktop-filters #filter-modal-footer {
  position: sticky;
  bottom: 0;
  padding: 16px;
  background-color: #F2F2F2; }

#filter-modal-footer button {
  margin: 0;
  background-color: var(--header-color); }

#filter-modal-footer .show-all {
  width: 100%; }

.accordion-menu-filters {
  padding: 0px 20px; }

.accordion_menu.unavailable {
  color: #C0C0C0;
  pointer-events: none; }

.accordion_menu .accordion_menu-header {
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: end;
  text-wrap: nowrap;
  white-space: nowrap;
  word-wrap: nowrap; }
  .accordion_menu .accordion_menu-header.unavailable {
    font-weight: normal;
    pointer-events: none;
    color: #C0C0C0; }
    .accordion_menu .accordion_menu-header.unavailable i {
      filter: invert(83%) sepia(0%) saturate(1109%) hue-rotate(220deg) brightness(101%) contrast(76%); }
    .accordion_menu .accordion_menu-header.unavailable .right {
      display: none; }
  .accordion_menu .accordion_menu-header .left {
    display: flex;
    align-items: center;
    height: 100%; }
    .accordion_menu .accordion_menu-header .left .title {
      margin-bottom: 0; }
      .accordion_menu .accordion_menu-header .left .title.bold {
        font-weight: bold; }
    .accordion_menu .accordion_menu-header .left [class^='icon-'],
    .accordion_menu .accordion_menu-header .left [class*=' icon-'] {
      height: 22px;
      width: 22px;
      margin-right: 14px; }
    .accordion_menu .accordion_menu-header .left .filter-count {
      color: #9C9C9C;
      letter-spacing: 1px;
      margin-left: 2px;
      margin-bottom: 0; }
  .accordion_menu .accordion_menu-header .right {
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 12px; }
    .accordion_menu .accordion_menu-header .right i {
      font-size: 9px;
      text-align: center; }
      .accordion_menu .accordion_menu-header .right i.unavailable ::before {
        filter: invert(100%) sepia(87%) saturate(446%) hue-rotate(177deg) brightness(102%) contrast(96%); }

.accordion_menu .divider {
  width: 100%;
  background-color: #F0F0EC;
  height: 0.0625em;
  margin: 0; }

.filter-pills-rail .pills-rail {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap; }
  .filter-pills-rail .pills-rail.colour, .filter-pills-rail .pills-rail.orientation {
    gap: 1.5rem;
    justify-content: space-around; }
    .filter-pills-rail .pills-rail.colour .pill-container.circle, .filter-pills-rail .pills-rail.orientation .pill-container.circle {
      width: 44px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .filter-pills-rail .pills-rail.colour .pill-container.circle .label, .filter-pills-rail .pills-rail.orientation .pill-container.circle .label {
        font-size: 10px;
        line-height: 15px;
        font-weight: 400;
        text-wrap: nowrap; }

.scroll {
  padding: 0 20px 26.5px 20px;
  overflow-x: scroll;
  font-size: 13px;
  align-items: center;
  display: flex;
  margin-bottom: 8px; }
  .scroll .sort {
    height: 37px;
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    white-space: nowrap;
    background: white;
    border: 1px solid #9C9C9C; }

[data-rsbs-root] {
  color: var(--black); }

[data-rsbs-overlay] {
  z-index: 101 !important; }
  [data-rsbs-overlay] .filter-modal.filters {
    overflow-y: scroll;
    max-width: 100%; }
  [data-rsbs-overlay] .filter-modal.sort {
    max-height: 175px; }

[data-rsbs-header],
[data-rsbs-scroll],
[data-rsbs-footer] {
  box-shadow: none; }

[data-rsbs-footer] {
  background-color: #F5F8FA;
  height: 73px; }

[data-rsbs-backdrop] {
  z-index: 92 !important; }

.filter-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px 0 24px;
  color: var(--header-color); }
  .filter-section input,
  .filter-section label {
    color: inherit; }
  .filter-section:last-child {
    padding-bottom: 16px; }
  .filter-section:not(:last-child)::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C0C0C0;
    margin: 16px 0; }

.filter-checkbox {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px; }
  .filter-checkbox.unavailable {
    color: var(--grey); }
  .filter-checkbox input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    border: 1px solid #9C9C9C;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0; }
    .filter-checkbox input[type="checkbox"]:checked {
      border-color: currentColor;
      background-color: currentColor;
      background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7,11l3,3l6,-6' stroke-linecap='round' stroke-linejoin='round' stroke-opacity='1.0' stroke-width='1.5' stroke='white'%3E%3C/path%3E%3C/svg%3E"); }

.filter-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px; }

.filter-price__rheostat-container {
  padding: 12px; }

.filter-price__inputs {
  display: flex;
  flex-direction: row;
  align-items: center; }

.filter-price__input-container {
  flex: 1 1 0px;
  height: 48px;
  border: 1px solid #9C9C9C;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 0 16px; }

.filter-price__input {
  flex: 1;
  margin-left: 6px;
  appearance: none;
  border: 0;
  width: 100%;
  outline: none; }

.filter-price__input-divider {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 8px; }

.desktop-filters {
  height: fit-content; }

.filter-show-more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  width: fit-content;
  text-decoration: underline;
  cursor: pointer; }

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  user-select: none;
  transition: height 0.15s ease-in; }

.filter-search {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #2D3439;
  position: relative;
  width: auto;
  height: 40px; }
  .filter-search input[type="text"] {
    width: 100%;
    outline: none;
    background: none; }
  .filter-search .clear {
    cursor: pointer;
    position: absolute;
    right: 48px;
    color: #9C9C9C;
    text-decoration: underline; }
  .filter-search .icon-search-container {
    border-radius: 0 6px 6px 0;
    width: 40px;
    height: 100%;
    background-color: var(--header-color); }

.category-branch {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  line-height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto; }
  .category-branch .check {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0; }

.category-name span {
  display: flex;
  gap: 4px;
  cursor: pointer; }

.category-name span.unavailable {
  color: var(--grey);
  cursor: default; }

.category-name span.selected {
  font-weight: bold; }

.selected-indicator {
  font-weight: bold; }

.category-name.terminal {
  margin-left: 22px; }

.sub-category {
  padding-left: 24px; }

.toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
  padding-right: 8px; }
  .toggle-icon img {
    display: inline-block;
    width: 32px;
    height: 32px;
    filter: var(--category-toggle-icon-filter); }
  .toggle-icon.unavailable img {
    filter: var(--category-toggle-icon-unavailable-filter); }

#filter-button-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -40px; }

#filters-sort-modal .loading-spinner {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 100px; }

.search-results-content {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: transparent; }
  .search-results-content.trending-closed {
    display: none; }

#search-results-list {
  position: absolute;
  background-color: transparent;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 63px; }
  #search-results-list .search-results-content {
    position: relative;
    max-width: 1312px;
    margin: 0 auto;
    justify-content: left; }
    @media (min-width: 1200px) {
      #search-results-list .search-results-content {
        display: flex;
        background-color: transparent; } }
    #search-results-list .search-results-content.trending-closed {
      display: none; }
  #search-results-list #trending-search-results-wrapper {
    z-index: 200;
    margin-top: -8px;
    border: none;
    width: 100%; }

#search-results-list-on-search-page {
  margin-top: 0; }
  #search-results-list-on-search-page #search-results-content {
    z-index: 10; }

.search-results-close {
  cursor: pointer;
  display: block;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  background: white;
  position: absolute;
  left: -50.5px;
  top: -50.5px;
  z-index: 1001; }
  .search-results-close::before {
    display: block;
    content: '';
    background-color: currentColor;
    mask-image: url("../assets/img/close.svg");
    mask-position: center center;
    width: 35px;
    height: 35px; }

.search-results-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1; }

#trending-search-results-wrapper {
  padding: 0 16px;
  text-align: left;
  z-index: 3;
  position: relative;
  background: white; }
  .header--desktop #trending-search-results-wrapper {
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3); }
  #trending-search-results-wrapper .result-list {
    list-style-type: none;
    overflow-y: scroll;
    margin-bottom: 0; }
    #trending-search-results-wrapper .result-list .header {
      line-height: 65px;
      font-size: 20px;
      font-weight: 700;
      height: 65px;
      position: sticky;
      background: white;
      top: 0;
      display: flex;
      align-items: center; }
      #trending-search-results-wrapper .result-list .header svg {
        margin-right: 8.26px; }
    #trending-search-results-wrapper .result-list span {
      height: 42px;
      line-height: 42px;
      font-size: 15px;
      cursor: pointer; }
      @media (hover: hover) {
        #trending-search-results-wrapper .result-list span :hover {
          font-weight: 700; } }
      #trending-search-results-wrapper .result-list span :not(b) {
        font-weight: 400; }
      #trending-search-results-wrapper .result-list span b {
        font-weight: 700; }
      #trending-search-results-wrapper .result-list span .divider {
        width: 100%;
        background-color: #F0F0EC;
        height: 0.0625em;
        margin: 0; }

@media (max-width: 767px) {
  ._hide-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  ._hide-desktop {
    display: none !important; } }

@-webkit-keyframes sidebar-slide-in-right {
  from {
    -webkit-transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes sidebar-slide-in-right {
  from {
    -moz-transform: translate3d(100%, 0, 0); }
  to {
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes sidebar-slide-in-right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes sidebar-slide-in-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes sidebar-slide-in-left {
  from {
    -moz-transform: translate3d(-100%, 0, 0); }
  to {
    -moz-transform: translate3d(0, 0, 0); } }

@keyframes sidebar-slide-in-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.sidebar-header .icon-close {
  display: flex;
  align-self: center; }

.desktop-sidebar {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120; }
  .desktop-sidebar.sidebar-closed {
    display: none; }
    .desktop-sidebar.sidebar-closed .overlay {
      display: none; }
  .desktop-sidebar .overlay {
    display: block;
    z-index: 100;
    cursor: pointer;
    cursor: hand; }
  .desktop-sidebar .drawer {
    top: 0;
    width: 380px;
    height: 100vh;
    z-index: 120;
    background: white;
    box-shadow: 0 0 2px #999;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    -webkit-animation: sidebar-slide-in-right 0.2s ease-in-out forwards;
    -moz-animation: sidebar-slide-in-right 0.2s ease-in-out forwards;
    animation: sidebar-slide-in-right 0.2s ease-in-out forwards;
    position: fixed;
    top: 0px;
    right: 0px; }
    .desktop-sidebar .drawer--left {
      -webkit-animation: sidebar-slide-in-left 0.2s ease-in-out forwards;
      -moz-animation: sidebar-slide-in-left 0.2s ease-in-out forwards;
      animation: sidebar-slide-in-left 0.2s ease-in-out forwards;
      position: fixed;
      top: 0px;
      left: 0px; }
    .desktop-sidebar .drawer .close {
      margin-bottom: 3em; }
      .desktop-sidebar .drawer .close .icon-close {
        position: absolute;
        top: 0.6em;
        right: 1em; }
    .desktop-sidebar .drawer .sidebar-top {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 24px; }
    .desktop-sidebar .drawer .title {
      font-size: 25px;
      line-height: 35px;
      font-weight: 700;
      padding-left: 20px; }
    .desktop-sidebar .drawer .trouva-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      color: var(--header-color);
      margin-bottom: 0; }

.sidebar-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 1em 0; }
  .sidebar-header--trouva {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 1em 0;
    align-items: normal; }
  .sidebar-header .icon-wrapper {
    margin-left: auto; }
  .sidebar-header h4 {
    margin-bottom: 0;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700; }

.placement .overlay {
  z-index: 1; }

.image-loader {
  width: 100%;
  --lifestyle-mock-width: 576px; }
  .image-loader .loader {
    position: relative;
    line-height: 0;
    overflow: hidden;
    width: 100%; }
    @supports (--custom: property) {
      .image-loader .loader::before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 0;
        padding-bottom: calc(100% * var(--aspect-ratio)); } }
    .image-loader .loader .bounding-box {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      overflow: hidden;
      display: flex;
      justify-content: center; }
      .image-loader .loader .bounding-box img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .image-loader .loader > .bounding-box > .loaded-image {
      opacity: 1;
      transition: opacity 250ms; }
      .image-loader .loader > .bounding-box > .loaded-image.loaded {
        opacity: 1; }
  .image-loader.has-placeholder .placeholder {
    filter: blur(20px); }

.thumbnail {
  overflow: hidden;
  cursor: pointer; }

.lifestyle-mock {
  position: relative;
  line-height: 0; }
  .lifestyle-mock::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: calc(100%); }
  .lifestyle-mock .placement {
    position: absolute;
    transform-origin: center; }
  .lifestyle-mock :not(.static-mock > .mock) {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1) inset; }
  .lifestyle-mock .overlay, .lifestyle-mock .mock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    height: 100%; }
  .lifestyle-mock .label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    text-align: center;
    background: var(--black);
    padding: 5px 10px; }
    @media only screen and (min-width: 768px) {
      .lifestyle-mock .label {
        font-size: 14px;
        line-height: 20px; } }
  .lifestyle-mock.mock-28-x-40--white .placement {
    left: 54.7%;
    top: 4.9%;
    width: 31.3%; }
    .lifestyle-mock.mock-28-x-40--white .placement .overlay {
      background: rgba(100, 65, 10, 0.1); }
  .lifestyle-mock.mock-24-x-32--black .placement {
    left: 42.5%;
    top: 27%;
    width: 46.1667%;
    transform: perspective(75em) rotateX(1deg); }
    .lifestyle-mock.mock-24-x-32--black .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--unframed--border .placement {
    left: 23.9%;
    top: 15.1%;
    width: 52.25%; }
    .lifestyle-mock.mock-6-x-8--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--unframed--border--landscape .placement {
    left: 15.25%;
    top: 24%;
    width: 69.5%; }
    .lifestyle-mock.mock-6-x-8--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-6-x-8--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--unframed--bleed--landscape .placement {
    left: 6.25%;
    top: 17.25%;
    width: 87.5%; }
    .lifestyle-mock.mock-6-x-8--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--border .placement {
    left: 27.25%;
    top: 20.1%;
    width: 45.25%; }
    .lifestyle-mock.mock-6-x-8--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--border--landscape .placement {
    left: 20.25%;
    top: 27.4%;
    width: 60.5%; }
    .lifestyle-mock.mock-6-x-8--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--mount .placement {
    left: 28.75%;
    top: 21.6%;
    width: 42.7%; }
    .lifestyle-mock.mock-6-x-8--mount .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--mount--landscape .placement {
    left: 21.25%;
    top: 28.4%;
    width: 57.5%; }
    .lifestyle-mock.mock-6-x-8--mount--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--bleed .placement {
    left: 23%;
    top: 14%;
    width: 54.25%; }
    .lifestyle-mock.mock-6-x-8--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-6-x-8--bleed--landscape .placement {
    left: 14%;
    top: 23%;
    width: 72.1%; }
    .lifestyle-mock.mock-6-x-8--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--border .placement {
    left: 24.5%;
    top: 16.2%;
    width: 51%; }
    .lifestyle-mock.mock-9-x-12--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--border--landscape .placement {
    left: 16%;
    top: 24.6%;
    width: 68%; }
    .lifestyle-mock.mock-9-x-12--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--unframed--border .placement {
    left: 21.8%;
    top: 12.5%;
    width: 56.5%; }
    .lifestyle-mock.mock-9-x-12--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--unframed--border--landscape .placement {
    left: 12.3%;
    top: 21.7%;
    width: 75.5%; }
    .lifestyle-mock.mock-9-x-12--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--bleed .placement {
    left: 21.25%;
    top: 11.65%;
    width: 57.5%; }
    .lifestyle-mock.mock-9-x-12--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--bleed--landscape .placement {
    left: 11.7%;
    top: 21.4%;
    width: 76.6%; }
    .lifestyle-mock.mock-9-x-12--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--unframed--bleed .placement {
    left: 17.36%;
    top: 6.50%;
    width: 65.29%; }
    .lifestyle-mock.mock-9-x-12--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-9-x-12--unframed--bleed--landscape .placement {
    left: 6.5%;
    top: 17.36%;
    width: 86.8357%; }
    .lifestyle-mock.mock-9-x-12--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--border .placement {
    left: 23.25%;
    top: 14%;
    width: 54%; }
    .lifestyle-mock.mock-11-x-14--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--border--landscape .placement {
    left: 14.1%;
    top: 23%;
    width: 72%; }
    .lifestyle-mock.mock-11-x-14--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--mount .placement {
    left: 26.7%;
    top: 18.9%;
    width: 46.6%; }
    .lifestyle-mock.mock-11-x-14--mount .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--mount--landscape .placement {
    left: 19.25%;
    top: 26.5%;
    width: 62.1%; }
    .lifestyle-mock.mock-11-x-14--mount--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--bleed .placement {
    left: 19.25%;
    top: 9%;
    width: 61.5%; }
    .lifestyle-mock.mock-11-x-14--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--bleed--landscape .placement {
    left: 9.25%;
    top: 19.4%;
    width: 81.5%; }
    .lifestyle-mock.mock-11-x-14--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--unframed--border .placement {
    left: 20.75%;
    top: 11.25%;
    width: 58%; }
    .lifestyle-mock.mock-11-x-14--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--unframed--border--landscape .placement {
    left: 11.25%;
    top: 21%;
    width: 77.5%; }
    .lifestyle-mock.mock-11-x-14--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--unframed--bleed .placement {
    left: 15.6%;
    top: 4.4%;
    width: 68.5%; }
    .lifestyle-mock.mock-11-x-14--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-11-x-14--unframed--bleed--landscape .placement {
    left: 3.6%;
    top: 15.4%;
    width: 92%; }
    .lifestyle-mock.mock-11-x-14--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--border .placement {
    left: 22.75%;
    top: 13.75%;
    width: 54.5%; }
    .lifestyle-mock.mock-12-x-16--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--border--landscape .placement {
    left: 13.3%;
    top: 22.4%;
    width: 73.4%; }
    .lifestyle-mock.mock-12-x-16--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--mount .placement {
    left: 27.25%;
    top: 19.6%;
    width: 45.5%; }
    .lifestyle-mock.mock-12-x-16--mount .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--mount--landscape .placement {
    left: 19.25%;
    top: 26.9%;
    width: 61.5%; }
    .lifestyle-mock.mock-12-x-16--mount--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--bleed .placement {
    left: 20.25%;
    top: 10.4%;
    width: 59.5%; }
    .lifestyle-mock.mock-12-x-16--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--bleed--landscape .placement {
    left: 10.5%;
    top: 20.4%;
    width: 79%; }
    .lifestyle-mock.mock-12-x-16--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--unframed--border .placement {
    left: 20.5%;
    top: 10.5%;
    width: 59%; }
    .lifestyle-mock.mock-12-x-16--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--unframed--border--landscape .placement {
    left: 10.6%;
    top: 20.4%;
    width: 79%; }
    .lifestyle-mock.mock-12-x-16--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-12-x-16--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-16--unframed--bleed--landscape .placement {
    left: 6.25%;
    top: 17.25%;
    width: 87.5%; }
    .lifestyle-mock.mock-12-x-16--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--border .placement {
    left: 20.1%;
    top: 10%;
    width: 59.9%; }
    .lifestyle-mock.mock-24-x-32--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--border--landscape .placement {
    left: 10.25%;
    top: 20.25%;
    width: 79.5%; }
    .lifestyle-mock.mock-24-x-32--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--mount .placement {
    left: 22.3%;
    top: 13.2%;
    width: 55.4%; }
    .lifestyle-mock.mock-24-x-32--mount .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--mount--landscape .placement {
    left: 13.25%;
    top: 22.4%;
    width: 73.5%; }
    .lifestyle-mock.mock-24-x-32--mount--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--bleed .placement {
    left: 19%;
    top: 8.5%;
    width: 62.25%; }
    .lifestyle-mock.mock-24-x-32--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--bleed--landscape .placement {
    left: 8%;
    top: 18.5%;
    width: 84%; }
    .lifestyle-mock.mock-24-x-32--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--unframed--border .placement {
    left: 19%;
    top: 8.8%;
    width: 62%; }
    .lifestyle-mock.mock-24-x-32--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--unframed--border--landscape .placement {
    left: 8.35%;
    top: 18.75%;
    width: 83.4%; }
    .lifestyle-mock.mock-24-x-32--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-24-x-32--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-32--unframed--bleed--landscape .placement {
    left: 6%;
    top: 17.0%;
    width: 87.8%; }
    .lifestyle-mock.mock-24-x-32--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--unframed--border .placement {
    left: 18.5%;
    top: 8.1%;
    width: 63%; }
    .lifestyle-mock.mock-30-x-40--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--unframed--border--landscape .placement {
    left: 8.25%;
    top: 18.7%;
    width: 83.5%; }
    .lifestyle-mock.mock-30-x-40--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-30-x-40--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--unframed--bleed--landscape .placement {
    left: 6.1%;
    top: 17.2%;
    width: 87.6%; }
    .lifestyle-mock.mock-30-x-40--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--border .placement {
    left: 19.4%;
    top: 9.3%;
    width: 61.25%; }
    .lifestyle-mock.mock-30-x-40--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--border--landscape .placement {
    left: 9.25%;
    top: 19.4%;
    width: 81.5%; }
    .lifestyle-mock.mock-30-x-40--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--mount .placement {
    left: 21.3%;
    top: 11.6%;
    width: 57.5%; }
    .lifestyle-mock.mock-30-x-40--mount .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--mount--landscape .placement {
    left: 12.25%;
    top: 21.4%;
    width: 76.2%; }
    .lifestyle-mock.mock-30-x-40--mount--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--bleed .placement {
    left: 18.25%;
    top: 8%;
    width: 63.25%; }
    .lifestyle-mock.mock-30-x-40--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40--bleed--landscape .placement {
    left: 8%;
    top: 18.5%;
    width: 84%; }
    .lifestyle-mock.mock-30-x-40--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-39-x-52--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-39-x-52--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-39-x-52--unframed--bleed--landscape .placement {
    left: 6.25%;
    top: 17.2%;
    width: 87.5%; }
    .lifestyle-mock.mock-39-x-52--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-39-x-52--unframed--border .placement {
    left: 18.4%;
    top: 8%;
    width: 63.25%; }
    .lifestyle-mock.mock-39-x-52--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-39-x-52--unframed--border--landscape .placement {
    left: 7.7%;
    top: 18.25%;
    width: 84.9%; }
    .lifestyle-mock.mock-39-x-52--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--border .placement {
    left: 21.1%;
    top: 12%;
    width: 57.8%; }
    .lifestyle-mock.mock-18-x-24--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--border--landscape .placement {
    left: 11.25%;
    top: 21%;
    width: 77.5%; }
    .lifestyle-mock.mock-18-x-24--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--mount .placement {
    left: 24%;
    top: 15.3%;
    width: 52.1%; }
    .lifestyle-mock.mock-18-x-24--mount .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--mount--landscape .placement {
    left: 15.25%;
    top: 24%;
    width: 69.5%; }
    .lifestyle-mock.mock-18-x-24--mount--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--bleed .placement {
    left: 19.2%;
    top: 9.1%;
    width: 61.3%; }
    .lifestyle-mock.mock-18-x-24--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--bleed--landscape .placement {
    left: 9.25%;
    top: 19.4%;
    width: 81.5%; }
    .lifestyle-mock.mock-18-x-24--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--unframed--border .placement {
    left: 19.1%;
    top: 9%;
    width: 61.5%; }
    .lifestyle-mock.mock-18-x-24--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--unframed--border--landscape .placement {
    left: 9.25%;
    top: 19.4%;
    width: 81.5%; }
    .lifestyle-mock.mock-18-x-24--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-18-x-24--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--unframed--bleed--landscape .placement {
    left: 6.1%;
    top: 17.2%;
    width: 87.6%; }
    .lifestyle-mock.mock-18-x-24--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-42-x-56--unframed--bleed .placement {
    left: 17.25%;
    top: 6.4%;
    width: 65.5%; }
    .lifestyle-mock.mock-42-x-56--unframed--bleed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-42-x-56--unframed--bleed--landscape .placement {
    left: 6.25%;
    top: 17.2%;
    width: 87.5%; }
    .lifestyle-mock.mock-42-x-56--unframed--bleed--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-42-x-56--unframed--border .placement {
    left: 18.25%;
    top: 7.8%;
    width: 63.5%; }
    .lifestyle-mock.mock-42-x-56--unframed--border .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-42-x-56--unframed--border--landscape .placement {
    left: 7.5%;
    top: 18%;
    width: 85.25%; }
    .lifestyle-mock.mock-42-x-56--unframed--border--landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-brown-portrait .placement {
    left: 28.3%;
    top: 13.9%;
    width: 40.7%; }
    .lifestyle-mock.lifestyle-brown-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-brown-landscape .placement {
    left: 23%;
    top: 18.75%;
    width: 51.5%; }
    .lifestyle-mock.lifestyle-brown-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-brown-square .placement {
    left: 30%;
    top: 18.35%;
    width: 37.2%; }
    .lifestyle-mock.lifestyle-brown-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-gold-portrait .placement {
    left: 21.9%;
    top: 16.6%;
    width: 45%;
    transform: perspective(calc(1.6* var(--lifestyle-mock-width))) rotateX(0.25deg) rotateY(22.25deg) rotateZ(-2.9deg); }
    .lifestyle-mock.lifestyle-gold-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-gold-landscape .placement {
    left: 26.5%;
    top: 20.25%;
    width: 48.5%; }
    .lifestyle-mock.lifestyle-gold-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-gold-square .placement {
    left: 32.5%;
    top: 14%;
    width: 35.2%; }
    .lifestyle-mock.lifestyle-gold-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-silver-portrait .placement {
    left: 38.5%;
    top: 13.4%;
    width: 34.1%; }
    .lifestyle-mock.lifestyle-silver-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-silver-landscape .placement {
    left: 28.1%;
    top: 18%;
    width: 47%; }
    .lifestyle-mock.lifestyle-silver-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-silver-square .placement {
    left: 37.25%;
    top: 9.75%;
    width: 27%; }
    .lifestyle-mock.lifestyle-silver-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-silver-square .placement {
    left: 37.25%;
    top: 9.75%;
    width: 27%; }
    .lifestyle-mock.lifestyle-silver-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-black-square .placement {
    left: 34.4%;
    top: 26.9%;
    width: 35.9%; }
    .lifestyle-mock.lifestyle-black-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-oak-square .placement {
    left: 26.9%;
    top: 11.4%;
    width: 44.1%; }
    .lifestyle-mock.lifestyle-oak-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-white-square .placement {
    left: 44.25%;
    top: 19.8%;
    width: 41.9%; }
    .lifestyle-mock.lifestyle-white-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-black-landscape .placement {
    left: 15.5%;
    top: 15%;
    width: 50%; }
    .lifestyle-mock.lifestyle-black-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-oak-landscape .placement {
    left: 25.15%;
    top: 13.25%;
    width: 46.1%; }
    .lifestyle-mock.lifestyle-oak-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.lifestyle-white-landscape .placement {
    left: 25.1%;
    top: 24.3%;
    width: 51%;
    transform: perspective(calc(2* var(--lifestyle-mock-width))) rotateX(0.3deg) rotateY(-10deg) rotateZ(0.1deg); }
    .lifestyle-mock.lifestyle-white-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40-full-bleed--unframed .placement {
    left: 20.5%;
    top: 10.75%;
    width: 59%; }
    .lifestyle-mock.mock-30-x-40-full-bleed--unframed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40-unframed .placement {
    left: 21.5%;
    top: 12.75%;
    width: 57%; }
    .lifestyle-mock.mock-30-x-40-unframed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40-full-bleed--black .placement {
    left: 20.5%;
    top: 10.2%;
    width: 59.5%; }
    .lifestyle-mock.mock-30-x-40-full-bleed--black .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-30-x-40-mount--black .placement {
    left: 27.75%;
    top: 20.75%;
    width: 44.5%; }
    .lifestyle-mock.mock-30-x-40-mount--black .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-18-x-24--oak .placement {
    left: 53%;
    top: 20.9452%;
    width: 34.8013%;
    transform: perspective(calc(1.6 * var(--lifestyle-mock-width))) rotateX(7.5deg) rotateY(-22.5deg) rotateZ(4.5deg); }
    .lifestyle-mock.mock-18-x-24--oak .placement .overlay {
      background: rgba(0, 0, 0, 0.04); }
  .lifestyle-mock.mock-18-x-24--white .placement {
    left: 32%;
    top: 11.8333%;
    width: 39.3333%; }
    .lifestyle-mock.mock-18-x-24--white .placement .overlay {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.09)); }
  .lifestyle-mock.mock-12-x-16--oak .placement {
    left: 40.1%;
    top: 7.1%;
    width: 20.4%;
    transform: perspective(calc(2 * var(--lifestyle-mock-width))) rotateY(-4deg) rotateX(-2deg); }
    .lifestyle-mock.mock-12-x-16--oak .placement .overlay {
      background: rgba(180, 140, 75, 0.1); }
  .lifestyle-mock.mock-12-x-16--unframed .placement {
    left: 47.55%;
    top: 23.14%;
    width: 20.73%; }
    .lifestyle-mock.mock-12-x-16--unframed .placement .overlay {
      background: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.09)); }
  .lifestyle-mock.mock-11-x-14--black .placement {
    left: 53.4%;
    top: 53.5%;
    width: 14.8%;
    transform: perspective(calc(2 * var(--lifestyle-mock-width))) rotateX(10deg); }
    .lifestyle-mock.mock-11-x-14--black .placement .overlay {
      background: rgba(180, 140, 75, 0.1); }
  .lifestyle-mock.mock-6-x-8--oak .placement {
    left: 29.5%;
    top: 31.1667%;
    width: 38.5%;
    transform: perspective(calc(3 * var(--lifestyle-mock-width))) rotateX(5deg) rotateY(-0.5deg); }
    .lifestyle-mock.mock-6-x-8--oak .placement .overlay {
      background: rgba(0, 0, 0, 0.12); }
  .lifestyle-mock.mock-6-x-8--oak .placement {
    left: 29.5%;
    top: 31.1667%;
    width: 38.5%;
    transform: perspective(calc(3 * var(--lifestyle-mock-width))) rotateX(5deg) rotateY(-0.5deg); }
    .lifestyle-mock.mock-6-x-8--oak .placement .overlay {
      background: rgba(0, 0, 0, 0.12); }
  .lifestyle-mock.mock-12-x-12--unframed--border--square .placement {
    left: 15%;
    top: 14.7%;
    width: 70.4%; }
    .lifestyle-mock.mock-12-x-12--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-12--unframed--bleed--square .placement {
    left: 9.3%;
    top: 9.1%;
    width: 81.45%; }
    .lifestyle-mock.mock-12-x-12--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-12--border--square .placement {
    left: 18%;
    top: 17.9%;
    width: 64.1%; }
    .lifestyle-mock.mock-12-x-12--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-12--bleed--square .placement {
    left: 14.35%;
    top: 14.25%;
    width: 71.45%; }
    .lifestyle-mock.mock-12-x-12--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-12-x-12--mount--square .placement {
    left: 22.9%;
    top: 22.9%;
    width: 54.45%; }
    .lifestyle-mock.mock-12-x-12--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-16-x-16--unframed--border--square .placement {
    left: 13.4%;
    top: 13.35%;
    width: 73.3%; }
    .lifestyle-mock.mock-16-x-16--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-16-x-16--unframed--bleed--square .placement {
    left: 9.3%;
    top: 9.3%;
    width: 81.4%; }
    .lifestyle-mock.mock-16-x-16--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-16-x-16--border--square .placement {
    left: 15.9%;
    top: 15.85%;
    width: 68.2%; }
    .lifestyle-mock.mock-16-x-16--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-16-x-16--bleed--square .placement {
    left: 13.2%;
    top: 13.1667%;
    width: 73.7%; }
    .lifestyle-mock.mock-16-x-16--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-16-x-16--mount--square .placement {
    left: 21.5%;
    top: 21.5%;
    width: 57.1%; }
    .lifestyle-mock.mock-16-x-16--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-20-x-20--mount--square .placement {
    left: 19.35%;
    top: 19.25%;
    width: 61.5%; }
    .lifestyle-mock.mock-20-x-20--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-20-x-20--unframed--border--square .placement {
    left: 12.6%;
    top: 12.5%;
    width: 75.0%; }
    .lifestyle-mock.mock-20-x-20--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-20-x-20--unframed--bleed--square .placement {
    left: 9.25%;
    top: 9.1667%;
    width: 81.5%; }
    .lifestyle-mock.mock-20-x-20--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-20-x-20--border--square .placement {
    left: 14.7%;
    top: 14.6%;
    width: 70.8%; }
    .lifestyle-mock.mock-20-x-20--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-20-x-20--bleed--square .placement {
    left: 12.5%;
    top: 12.25%;
    width: 75.3%; }
    .lifestyle-mock.mock-20-x-20--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-24--bleed--square .placement {
    left: 12%;
    top: 12.0%;
    width: 76.2%; }
    .lifestyle-mock.mock-24-x-24--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-24--mount--square .placement {
    left: 17.7%;
    top: 17.7%;
    width: 64.5%; }
    .lifestyle-mock.mock-24-x-24--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-24--unframed--border--square .placement {
    left: 12%;
    top: 12%;
    width: 76.0%; }
    .lifestyle-mock.mock-24-x-24--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-24--unframed--bleed--square .placement {
    left: 9.2%;
    top: 9.2%;
    width: 81.6%; }
    .lifestyle-mock.mock-24-x-24--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-24-x-24--border--square .placement {
    left: 13.9%;
    top: 13.7%;
    width: 72.4%; }
    .lifestyle-mock.mock-24-x-24--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-28-x-28--bleed--square .placement {
    left: 11.6%;
    top: 11.5%;
    width: 77.0%; }
    .lifestyle-mock.mock-28-x-28--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-28-x-28--mount--square .placement {
    left: 16.5%;
    top: 16.4%;
    width: 67.0%; }
    .lifestyle-mock.mock-28-x-28--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-28-x-28--border--square .placement {
    left: 13.2%;
    top: 13.1%;
    width: 73.7%; }
    .lifestyle-mock.mock-28-x-28--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-28-x-28--unframed--border--square .placement {
    left: 11.7%;
    top: 11.6%;
    width: 76.7%; }
    .lifestyle-mock.mock-28-x-28--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-28-x-28--unframed--bleed--square .placement {
    left: 9.25%;
    top: 9.1%;
    width: 81.5%; }
    .lifestyle-mock.mock-28-x-28--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-32-x-32--bleed--square .placement {
    left: 11.4%;
    top: 11.4%;
    width: 77.2%; }
    .lifestyle-mock.mock-32-x-32--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-32-x-32--mount--square .placement {
    left: 15.7%;
    top: 15.7%;
    width: 68.7%; }
    .lifestyle-mock.mock-32-x-32--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-32-x-32--border--square .placement {
    left: 13%;
    top: 13%;
    width: 74%; }
    .lifestyle-mock.mock-32-x-32--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-32-x-32--unframed--border--square .placement {
    left: 11.4%;
    top: 11.4%;
    width: 77.2%; }
    .lifestyle-mock.mock-32-x-32--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-32-x-32--unframed--bleed--square .placement {
    left: 9.3%;
    top: 9.4%;
    width: 81.4%; }
    .lifestyle-mock.mock-32-x-32--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-40-x-40--bleed--square .placement {
    left: 10.9%;
    top: 11%;
    width: 78.1%; }
    .lifestyle-mock.mock-40-x-40--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-40-x-40--mount--square .placement {
    left: 14.5%;
    top: 14.5%;
    width: 71.1%; }
    .lifestyle-mock.mock-40-x-40--mount--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-40-x-40--border--square .placement {
    left: 12.2%;
    top: 12.2%;
    width: 75.6%; }
    .lifestyle-mock.mock-40-x-40--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-40-x-40--unframed--border--square .placement {
    left: 11%;
    top: 11%;
    width: 78.1%; }
    .lifestyle-mock.mock-40-x-40--unframed--border--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-40-x-40--unframed--bleed--square .placement {
    left: 9.3%;
    top: 9.3%;
    width: 81.4%; }
    .lifestyle-mock.mock-40-x-40--unframed--bleed--square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-canvas--square--unframed .placement {
    left: 10.3%;
    top: 10.3%;
    width: 80.1%; }
    .lifestyle-mock.mock-canvas--square--unframed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-canvas--square--framed .placement {
    left: 14.3%;
    top: 14.3%;
    width: 71.7%; }
    .lifestyle-mock.mock-canvas--square--framed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-canvas--landscape--unframed .placement {
    left: 7.3%;
    top: 17.8%;
    width: 86.0%; }
    .lifestyle-mock.mock-canvas--landscape--unframed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-canvas--landscape--framed .placement {
    left: 10.5%;
    top: 20.5%;
    width: 79%; }
    .lifestyle-mock.mock-canvas--landscape--framed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-canvas--portrait--unframed .placement {
    left: 17.9%;
    top: 7.3%;
    width: 64.4%; }
    .lifestyle-mock.mock-canvas--portrait--unframed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.mock-canvas--portrait--framed .placement {
    left: 20.5%;
    top: 10.5%;
    width: 59.2%; }
    .lifestyle-mock.mock-canvas--portrait--framed .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-black-portrait .placement {
    left: 28.2%;
    top: 11.6%;
    width: 36%; }
    .lifestyle-mock.canvas-lifestyle-black-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-white-portrait .placement {
    left: 54.2%;
    top: 5.8%;
    width: 32.6%; }
    .lifestyle-mock.canvas-lifestyle-white-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-oak-portrait .placement {
    left: 29.9%;
    top: 8.1%;
    width: 37%; }
    .lifestyle-mock.canvas-lifestyle-oak-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-brown-portrait .placement {
    left: 25.6%;
    top: 10%;
    width: 46.95%; }
    .lifestyle-mock.canvas-lifestyle-brown-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-gold-portrait .placement {
    left: 21%;
    top: 11.5%;
    width: 36%; }
    .lifestyle-mock.canvas-lifestyle-gold-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-silver-portrait .placement {
    left: 37.2%;
    top: 12.7%;
    width: 36.2%; }
    .lifestyle-mock.canvas-lifestyle-silver-portrait .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-black-landscape .placement {
    left: 14.8%;
    top: 14%;
    width: 51.1%; }
    .lifestyle-mock.canvas-lifestyle-black-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-white-landscape .placement {
    left: 23.4%;
    top: 22.9%;
    width: 52.9%;
    transform: perspective(calc(2 * var(--lifestyle-mock-width))) rotateX(1deg) rotateY(-8.4deg) rotateZ(0.3deg); }
    .lifestyle-mock.canvas-lifestyle-white-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-oak-landscape .placement {
    left: 25%;
    top: 12.4%;
    width: 46.5%; }
    .lifestyle-mock.canvas-lifestyle-oak-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-brown-landscape .placement {
    left: 22.5%;
    top: 17.7%;
    width: 52.1%; }
    .lifestyle-mock.canvas-lifestyle-brown-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-gold-landscape .placement {
    left: 26.2%;
    top: 19%;
    width: 49.3%; }
    .lifestyle-mock.canvas-lifestyle-gold-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-silver-landscape .placement {
    left: 28.2%;
    top: 17.2%;
    width: 47.1%; }
    .lifestyle-mock.canvas-lifestyle-silver-landscape .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-black-square .placement {
    left: 33.1%;
    top: 25.8%;
    width: 38.1%; }
    .lifestyle-mock.canvas-lifestyle-black-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-white-square .placement {
    left: 42.5%;
    top: 18.3%;
    width: 44.9%; }
    .lifestyle-mock.canvas-lifestyle-white-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-oak-square .placement {
    left: 26%;
    top: 10.6%;
    width: 46%; }
    .lifestyle-mock.canvas-lifestyle-oak-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-brown-square .placement {
    left: 29.7%;
    top: 17.9%;
    width: 37.85%; }
    .lifestyle-mock.canvas-lifestyle-brown-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-gold-square .placement {
    left: 31.7%;
    top: 13.1%;
    width: 36.45%; }
    .lifestyle-mock.canvas-lifestyle-gold-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  .lifestyle-mock.canvas-lifestyle-silver-square .placement {
    left: 36.3%;
    top: 9.1%;
    width: 28.3%; }
    .lifestyle-mock.canvas-lifestyle-silver-square .placement .overlay {
      background: rgba(0, 0, 0, 0); }
  @media (max-width: 767px) {
    .lifestyle-mock {
      --lifestyle-mock-width: 100vw; } }
#gallery-thumbs .image-loader {
  --lifestyle-mock-width: 117.77px; }

[data-rsbs-overlay] {
  z-index: 100 !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden;
  padding-bottom: env(safe-area-inset-bottom, -34px);
  bottom: env(safe-area-inset-bottom, -34px); }

[data-rsbs-header] {
  box-shadow: 0px 2px 4px 0px rgba(32, 32, 32, 0.16); }

[data-rsbs-scroll] {
  height: fit-content; }

.messaging-modal__header {
  display: flex;
  justify-content: space-between; }
  .messaging-modal__header h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    justify-content: center;
    display: flex; }
  .messaging-modal__header .dismiss {
    background: none; }

.modal.art-print-size-modal,
.modal.art-framing-modal,
.modal.art-print-mount-and-bleed-modal,
.about-fy-modal {
  max-width: 100%;
  width: auto;
  padding: 0 !important; }
  .modal.art-print-size-modal .modal-header,
  .modal.art-framing-modal .modal-header,
  .modal.art-print-mount-and-bleed-modal .modal-header,
  .about-fy-modal .modal-header {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    padding: 20px 24px 16px 24px; }
  .modal.art-print-size-modal .modal-content,
  .modal.art-framing-modal .modal-content,
  .modal.art-print-mount-and-bleed-modal .modal-content,
  .about-fy-modal .modal-content {
    padding-top: 24px;
    padding-bottom: 24px; }
  .ReactModal__Content .modal.art-print-size-modal, .ReactModal__Content .modal.art-framing-modal, .ReactModal__Content .modal.art-print-mount-and-bleed-modal, .ReactModal__Content .about-fy-modal {
    max-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column; }
    .ReactModal__Content .modal.art-print-size-modal .messaging-modal__header, .ReactModal__Content .modal.art-framing-modal .messaging-modal__header, .ReactModal__Content .modal.art-print-mount-and-bleed-modal .messaging-modal__header, .ReactModal__Content .about-fy-modal .messaging-modal__header {
      box-shadow: 0px 2px 4px 0px rgba(32, 32, 32, 0.16);
      flex: 0; }
      .ReactModal__Content .modal.art-print-size-modal .messaging-modal__header h2, .ReactModal__Content .modal.art-framing-modal .messaging-modal__header h2, .ReactModal__Content .modal.art-print-mount-and-bleed-modal .messaging-modal__header h2, .ReactModal__Content .about-fy-modal .messaging-modal__header h2 {
        margin: 0; }
    .ReactModal__Content .modal.art-print-size-modal .modal-content, .ReactModal__Content .modal.art-framing-modal .modal-content, .ReactModal__Content .modal.art-print-mount-and-bleed-modal .modal-content, .ReactModal__Content .about-fy-modal .modal-content {
      flex-grow: 1;
      flex-shrink: 1;
      max-height: 100%;
      overflow-y: scroll; }

.info-boxes, .info-boxes--1-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 24px;
  padding: 0px 24px; }
  @media (max-width: 599px) {
    .info-boxes, .info-boxes--1-column {
      grid-template-columns: 1fr;
      grid-gap: 24px; } }
  .info-boxes .video-wrapper, .info-boxes--1-column .video-wrapper {
    position: relative;
    cursor: pointer; }
    .info-boxes .video-wrapper video.paused, .info-boxes--1-column .video-wrapper video.paused {
      filter: brightness(0.6); }
    .info-boxes .video-wrapper video.playing + .play-overlay, .info-boxes--1-column .video-wrapper video.playing + .play-overlay {
      display: none; }
    .info-boxes .video-wrapper .play-overlay, .info-boxes--1-column .video-wrapper .play-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      left: 0;
      top: 0;
      display: grid;
      place-content: center; }
      .info-boxes .video-wrapper .play-overlay img, .info-boxes--1-column .video-wrapper .play-overlay img {
        width: 100px;
        margin: 0; }
  @media (min-width: 600px) {
    .info-boxes .info-box, .info-boxes--1-column .info-box {
      max-width: 364px; } }
  .info-boxes .info-box img, .info-boxes .info-box video, .info-boxes--1-column .info-box img, .info-boxes--1-column .info-box video {
    display: block;
    max-width: 100%;
    aspect-ratio: 1 / 1; }
    @media (min-width: 600px) {
      .info-boxes .info-box img, .info-boxes .info-box video, .info-boxes--1-column .info-box img, .info-boxes--1-column .info-box video {
        width: 364px; } }
    @media (max-width: 599px) {
      .info-boxes .info-box img, .info-boxes .info-box video, .info-boxes--1-column .info-box img, .info-boxes--1-column .info-box video {
        width: 100%; } }
  .info-boxes .info-box img, .info-boxes .info-box .video-wrapper, .info-boxes--1-column .info-box img, .info-boxes--1-column .info-box .video-wrapper {
    margin-bottom: 16px; }
  .info-boxes .info-box h3, .info-boxes .info-box .shop-header.description, .info-boxes .info-box p, .info-boxes--1-column .info-box h3, .info-boxes--1-column .info-box .shop-header.description, .info-boxes--1-column .info-box p {
    margin: 0;
    padding: 0; }
  .info-boxes .info-box h3, .info-boxes .info-box .shop-header.description, .info-boxes--1-column .info-box h3, .info-boxes--1-column .info-box .shop-header.description {
    font-size: 17px;
    line-height: 25px;
    font-weight: 700; }
  .info-boxes .info-box p, .info-boxes--1-column .info-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400; }

.info-boxes--1-column {
  grid-template-columns: 1fr; }
  @media (min-width: 600px) {
    .info-boxes--1-column .info-box {
      max-width: 800px; } }
  @media (min-width: 600px) {
    .info-boxes--1-column .info-box img {
      width: 800px; } }
  @media (max-width: 599px) {
    .info-boxes--1-column .info-box img {
      width: 100%; } }
.blog-posts__title {
  font-family: var(--header-font);
  font-size: var(--header-h2-font-size);
  font-weight: var(--header-font-weight);
  line-height: var(--header-h2-line-height);
  text-align: center;
  margin-top: 60px; }
  @media (max-width: 599px) {
    .blog-posts__title {
      margin-top: 48px; } }
.blogs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  width: 100%;
  box-sizing: border-box;
  column-gap: 16px;
  margin-bottom: 60px;
  grid-auto-rows: 1fr; }
  @media (max-width: 767px) {
    .blogs {
      margin-bottom: 48px;
      row-gap: 16px; } }
.blog-card {
  display: flex;
  flex-direction: column;
  position: relative; }
  .blog-card--homepage {
    border-radius: 8px;
    overflow: hidden; }
  .blog-card img {
    width: 100%;
    height: 380px;
    min-height: 380px;
    object-fit: cover; }
  .blog-card__text {
    width: 100%;
    padding: 24px;
    background-color: #F2F2F2;
    height: 100%; }
  .blog-card__pretitle {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0; }
  .blog-card__title {
    font-family: var(--header-font);
    font-size: var(--header-h2-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h2-line-height); }
  .blog-card__description {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .blog-card__clickable-text {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 25px; }
  .blog-card__clickable-text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

@media only screen and (max-width: 600px) {
  .blogs {
    display: block; }
  .blog-card {
    margin-bottom: 16px; } }

.visual-browse-header .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px; }
  .visual-browse-header .modal-header .spacer {
    width: 24px; }
  .visual-browse-header .modal-header .header-text {
    font-weight: 700;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .visual-browse-header .modal-header .header-text.mobile {
      font-size: 24px; }
  .visual-browse-header .modal-header.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  .visual-browse-header .modal-header.desktop {
    padding-top: 10px;
    padding-bottom: 10px; }

.visual-browse-current-image .product-title-container .product-title {
  margin: 0 0 18px 5px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .visual-browse-current-image .product-title-container .product-title {
      margin: 0 0 13px 0; } }
  .visual-browse-current-image .product-title-container .product-title i {
    font-weight: 400;
    font-size: 20px; }
  .visual-browse-current-image .product-title-container .product-title .designer {
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline; }
  @media (max-width: 599px) {
    .visual-browse-current-image .product-title-container .product-title {
      font-size: 20px;
      line-height: 22px; }
      .visual-browse-current-image .product-title-container .product-title i {
        font-weight: 400;
        font-size: 15px; }
      .visual-browse-current-image .product-title-container .product-title .designer {
        font-weight: 400;
        font-size: 15px;
        text-decoration: underline; } }
.visual-browse-current-image .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px; }
  .visual-browse-current-image .buttons .open-product-button {
    padding: 8px; }
  .visual-browse-current-image .buttons.mobile {
    width: 50%; }
  .visual-browse-current-image .buttons.desktop {
    width: 100%; }
  .visual-browse-current-image .buttons .prices {
    margin-bottom: 10px; }

.visual-browse-current-image .product-card {
  display: flex; }
  .visual-browse-current-image .product-card.mobile {
    flex-direction: row;
    margin: 0px; }
  .visual-browse-current-image .product-card.desktop {
    margin-top: 2em;
    margin: 10px; }
    @media (min-height: 950px) {
      .visual-browse-current-image .product-card.desktop {
        flex-direction: column; } }
  .visual-browse-current-image .product-card .card {
    height: 100%; }
    .visual-browse-current-image .product-card .card.mobile {
      width: 50%;
      padding: 5px; }
    .visual-browse-current-image .product-card .card.desktop {
      width: 100%;
      padding: 10px; }

.visual-browse-modal {
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column; }
  .visual-browse-modal .modal-content {
    display: flex;
    min-height: 0;
    padding-bottom: 30px; }
    .visual-browse-modal .modal-content .prices.visual-browse-prices-mobile #card-prices .price {
      font-size: 1rem !important; }
    .visual-browse-modal .modal-content .prices.visual-browse-prices-desktop #card-prices .price {
      font-size: 1.5rem !important; }
    .visual-browse-modal .modal-content .prices #card-prices {
      margin-bottom: 5px; }
    .visual-browse-modal .modal-content .current-image-container-desktop {
      width: 30%; }
    .visual-browse-modal .modal-content.mobile {
      flex-direction: column; }
    .visual-browse-modal .modal-content.desktop {
      flex-direction: row; }
  .visual-browse-modal #visual-browse-related {
    overflow-y: auto; }
    .visual-browse-modal #visual-browse-related.desktop {
      width: 70%; }

.rheostat {
  position: relative;
  overflow: visible; }

.DefaultBackground {
  background-color: #c0c0c0;
  height: 4px;
  top: -4px;
  position: absolute;
  width: 100%;
  z-index: -2;
  border-radius: 2px; }

.DefaultProgressBar_progressBar {
  background-color: var(--header-color);
  height: 4px;
  position: absolute;
  top: -4px;
  z-index: -1; }

.DefaultHandle_handle {
  width: 24px;
  height: 24px;
  margin-top: -14px;
  margin-left: -12px;
  padding: 0;
  background-color: white;
  border: 1.5px solid var(--header-color);
  border-radius: 12px; }

.modal .locale-selector-body .button {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px; }
  .modal .locale-selector-body .button svg {
    flex-grow: 0; }
  .modal .locale-selector-body .button .label {
    flex: 1; }

.modal .locale-selector-body .stay {
  background: white;
  border: 1px solid var(--black);
  color: inherit; }

.modal .locale-selector-body p {
  margin: 0 0 12px 0; }

.modal .locale-selector-body form {
  padding: 0; }
  .modal .locale-selector-body form .select-container {
    position: relative; }
  .modal .locale-selector-body form .selected {
    background-color: white;
    border: 1px solid var(--black);
    color: var(--black);
    padding: 10px 12px 10px 12px;
    border-radius: 10px;
    margin-bottom: 16px;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between; }
  .modal .locale-selector-body form select {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    color: transparent;
    border: 0;
    width: 100%;
    height: 100%; }
    .modal .locale-selector-body form select:focus {
      outline: none; }

.modal .locale-selector-body label {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700; }

.modal .locale-selector-body select option {
  color: var(--black); }

[data-rsbs-content] .modal {
  padding: 24px 24px; }

.locale-selector-desktop {
  padding: 24px;
  width: 375px; }
  .locale-selector-desktop .locale-selector-body {
    margin-top: 24px; }

[data-rsbs-content] .modal.locale-switch-modal-modal {
  padding-top: 0; }

.modal .locale-switch-modal-body {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .modal .locale-switch-modal-body .button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px; }
    .modal .locale-switch-modal-body .button svg {
      flex-grow: 0; }
    .modal .locale-switch-modal-body .button .label {
      flex: 1; }
  .modal .locale-switch-modal-body .stay {
    background: white;
    border: 1px solid var(--black);
    color: inherit; }
  .modal .locale-switch-modal-body p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px; }

[data-rsbs-content] .modal {
  padding: 24px 24px; }

.locale-switch-modal-desktop {
  padding: 24px;
  max-width: 375px; }
  .locale-switch-modal-desktop .locale-switch-modal-body {
    margin-top: 24px; }

.shop-categories__title {
  margin-top: 16px;
  margin-bottom: 16px;
  color: var(--charcoal-grey); }

.shop-categories__wrapper {
  font-family: var(--header-font);
  font-size: var(--header-h3-font-size);
  font-weight: var(--header-font-weight);
  line-height: var(--header-h3-font-size);
  font-family: var(--body-font);
  margin-bottom: 24px; }
  .shop-categories__wrapper.content-column {
    padding: 0 1rem; }
  .shop-categories__wrapper h1 {
    font-family: var(--header-font);
    font-size: var(--header-h2-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h2-line-height); }

.shop-category__title {
  color: var(--charcoal-grey); }

.shop-category__grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px 26px; }
  @media (max-width: 767px) {
    .shop-category__grid {
      grid-template-columns: 1fr 1fr; } }
.category-pill__wrapper {
  background-color: #F2F2F2;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  height: 60px; }
  @media (max-width: 767px) {
    .category-pill__wrapper {
      height: 44px; } }
.category-pill__img {
  width: 60px;
  border-radius: 4px 0 0 4px; }
  @media (max-width: 767px) {
    .category-pill__img {
      width: 44px; } }
.category-pill__label {
  padding-left: 8px;
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px; }
  @media (max-width: 767px) {
    .category-pill__label {
      font-size: 13px;
      line-height: 19px; } }
#rooms-wrapper .button, #ai-art-generator .button, #styles-modal .button, .modal .button, .homepage-rooms-prompt .button, .messaging-modal__header .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 4px 0px;
  padding: 0;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  /* Button type (e.g. primary, secondary) */ }
  #rooms-wrapper .button.icon-only, #ai-art-generator .button.icon-only, #styles-modal .button.icon-only, .modal .button.icon-only, .homepage-rooms-prompt .button.icon-only, .messaging-modal__header .button.icon-only {
    --aspect-ratio: 1 / 1;
    width: 32px; }
  #rooms-wrapper .button.disabled, #ai-art-generator .button.disabled, #styles-modal .button.disabled, .modal .button.disabled, .homepage-rooms-prompt .button.disabled, .messaging-modal__header .button.disabled {
    pointer-events: none;
    cursor: unset; }
  #rooms-wrapper .button.primary, #ai-art-generator .button.primary, #styles-modal .button.primary, .modal .button.primary, .homepage-rooms-prompt .button.primary, .messaging-modal__header .button.primary {
    min-width: max-content;
    background-color: #000000;
    padding: 10px 12px;
    height: 44px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 14px; }
    #rooms-wrapper .button.primary.disabled, #ai-art-generator .button.primary.disabled, #styles-modal .button.primary.disabled, .modal .button.primary.disabled, .homepage-rooms-prompt .button.primary.disabled, .messaging-modal__header .button.primary.disabled {
      background-color: #888888;
      color: #ffffff;
      border: none; }
    #rooms-wrapper .button.primary:hover, #ai-art-generator .button.primary:hover, #styles-modal .button.primary:hover, .modal .button.primary:hover, .homepage-rooms-prompt .button.primary:hover, .messaging-modal__header .button.primary:hover {
      color: #c0c0c0; }
    #rooms-wrapper .button.primary:active, #ai-art-generator .button.primary:active, #styles-modal .button.primary:active, .modal .button.primary:active, .homepage-rooms-prompt .button.primary:active, .messaging-modal__header .button.primary:active {
      color: #c0c0c0; }
    #rooms-wrapper .button.primary .icon-right,
    #rooms-wrapper .button.primary .icon-left,
    #rooms-wrapper .button.primary .label, #ai-art-generator .button.primary .icon-right,
    #ai-art-generator .button.primary .icon-left,
    #ai-art-generator .button.primary .label, #styles-modal .button.primary .icon-right,
    #styles-modal .button.primary .icon-left,
    #styles-modal .button.primary .label, .modal .button.primary .icon-right,
    .modal .button.primary .icon-left,
    .modal .button.primary .label, .homepage-rooms-prompt .button.primary .icon-right,
    .homepage-rooms-prompt .button.primary .icon-left,
    .homepage-rooms-prompt .button.primary .label, .messaging-modal__header .button.primary .icon-right,
    .messaging-modal__header .button.primary .icon-left,
    .messaging-modal__header .button.primary .label {
      color: #ffffff; }
    #rooms-wrapper .button.primary-small, #ai-art-generator .button.primary-small, #styles-modal .button.primary-small, .modal .button.primary-small, .homepage-rooms-prompt .button.primary-small, .messaging-modal__header .button.primary-small {
      min-width: max-content;
      background-color: #000000;
      padding: 10px 12px;
      height: 44px;
      color: #ffffff;
      border: none;
      font-weight: 700;
      font-size: 14px;
      padding: 8px 16px;
      height: 32px;
      border-radius: 16px;
      font-size: 12px;
      position: inherit; }
      #rooms-wrapper .button.primary-small.disabled, #ai-art-generator .button.primary-small.disabled, #styles-modal .button.primary-small.disabled, .modal .button.primary-small.disabled, .homepage-rooms-prompt .button.primary-small.disabled, .messaging-modal__header .button.primary-small.disabled {
        background-color: #888888;
        color: #ffffff;
        border: none; }
      #rooms-wrapper .button.primary-small:hover, #ai-art-generator .button.primary-small:hover, #styles-modal .button.primary-small:hover, .modal .button.primary-small:hover, .homepage-rooms-prompt .button.primary-small:hover, .messaging-modal__header .button.primary-small:hover {
        color: #c0c0c0; }
      #rooms-wrapper .button.primary-small:active, #ai-art-generator .button.primary-small:active, #styles-modal .button.primary-small:active, .modal .button.primary-small:active, .homepage-rooms-prompt .button.primary-small:active, .messaging-modal__header .button.primary-small:active {
        color: #c0c0c0; }
      #rooms-wrapper .button.primary-small .icon-left, #ai-art-generator .button.primary-small .icon-left, #styles-modal .button.primary-small .icon-left, .modal .button.primary-small .icon-left, .homepage-rooms-prompt .button.primary-small .icon-left, .messaging-modal__header .button.primary-small .icon-left {
        position: inherit;
        left: auto;
        right: auto;
        margin: 0; }
    #rooms-wrapper .button.primary-rounded, #ai-art-generator .button.primary-rounded, #styles-modal .button.primary-rounded, .modal .button.primary-rounded, .homepage-rooms-prompt .button.primary-rounded, .messaging-modal__header .button.primary-rounded {
      border-radius: 16px; }
  #rooms-wrapper .button.ghost, #ai-art-generator .button.ghost, #styles-modal .button.ghost, .modal .button.ghost, .homepage-rooms-prompt .button.ghost, .messaging-modal__header .button.ghost {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 14px;
    height: 44px; }
    #rooms-wrapper .button.ghost.disabled, #ai-art-generator .button.ghost.disabled, #styles-modal .button.ghost.disabled, .modal .button.ghost.disabled, .homepage-rooms-prompt .button.ghost.disabled, .messaging-modal__header .button.ghost.disabled {
      background-color: #ffffff;
      color: #888888;
      border: 1px solid #888888; }
    #rooms-wrapper .button.ghost:hover, #ai-art-generator .button.ghost:hover, #styles-modal .button.ghost:hover, .modal .button.ghost:hover, .homepage-rooms-prompt .button.ghost:hover, .messaging-modal__header .button.ghost:hover {
      color: #4a4a4c;
      border: 1px solid #4a4a4c; }
    #rooms-wrapper .button.ghost:active, #ai-art-generator .button.ghost:active, #styles-modal .button.ghost:active, .modal .button.ghost:active, .homepage-rooms-prompt .button.ghost:active, .messaging-modal__header .button.ghost:active {
      color: #4a4a4c;
      border: 1px solid #4a4a4c; }
    #rooms-wrapper .button.ghost.rounded, #ai-art-generator .button.ghost.rounded, #styles-modal .button.ghost.rounded, .modal .button.ghost.rounded, .homepage-rooms-prompt .button.ghost.rounded, .messaging-modal__header .button.ghost.rounded {
      border-radius: 16px; }
  #rooms-wrapper .button.secondary, #ai-art-generator .button.secondary, #styles-modal .button.secondary, .modal .button.secondary, .homepage-rooms-prompt .button.secondary, .messaging-modal__header .button.secondary {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 32px;
    font-weight: 700;
    font-size: 12px; }
    #rooms-wrapper .button.secondary.disabled, #ai-art-generator .button.secondary.disabled, #styles-modal .button.secondary.disabled, .modal .button.secondary.disabled, .homepage-rooms-prompt .button.secondary.disabled, .messaging-modal__header .button.secondary.disabled {
      background-color: #ffffff;
      color: #888888; }
    #rooms-wrapper .button.secondary:hover, #ai-art-generator .button.secondary:hover, #styles-modal .button.secondary:hover, .modal .button.secondary:hover, .homepage-rooms-prompt .button.secondary:hover, .messaging-modal__header .button.secondary:hover {
      background-color: #f0f0ec; }
    #rooms-wrapper .button.secondary:active, #ai-art-generator .button.secondary:active, #styles-modal .button.secondary:active, .modal .button.secondary:active, .homepage-rooms-prompt .button.secondary:active, .messaging-modal__header .button.secondary:active {
      background-color: #f0f0ec; }
    #rooms-wrapper .button.secondary .label, #ai-art-generator .button.secondary .label, #styles-modal .button.secondary .label, .modal .button.secondary .label, .homepage-rooms-prompt .button.secondary .label, .messaging-modal__header .button.secondary .label {
      padding: 0 8px; }
    #rooms-wrapper .button.secondary .icon-right,
    #rooms-wrapper .button.secondary .icon-left,
    #rooms-wrapper .button.secondary .image-left, #ai-art-generator .button.secondary .icon-right,
    #ai-art-generator .button.secondary .icon-left,
    #ai-art-generator .button.secondary .image-left, #styles-modal .button.secondary .icon-right,
    #styles-modal .button.secondary .icon-left,
    #styles-modal .button.secondary .image-left, .modal .button.secondary .icon-right,
    .modal .button.secondary .icon-left,
    .modal .button.secondary .image-left, .homepage-rooms-prompt .button.secondary .icon-right,
    .homepage-rooms-prompt .button.secondary .icon-left,
    .homepage-rooms-prompt .button.secondary .image-left, .messaging-modal__header .button.secondary .icon-right,
    .messaging-modal__header .button.secondary .icon-left,
    .messaging-modal__header .button.secondary .image-left {
      position: inherit;
      left: auto;
      right: auto; }
    #rooms-wrapper .button.secondary.rounded, #ai-art-generator .button.secondary.rounded, #styles-modal .button.secondary.rounded, .modal .button.secondary.rounded, .homepage-rooms-prompt .button.secondary.rounded, .messaging-modal__header .button.secondary.rounded {
      border-radius: 16px; }
  #rooms-wrapper .button.back-button, #ai-art-generator .button.back-button, #styles-modal .button.back-button, .modal .button.back-button, .homepage-rooms-prompt .button.back-button, .messaging-modal__header .button.back-button {
    border: none;
    font-size: 14px; }
  #rooms-wrapper .button.chip, #ai-art-generator .button.chip, #styles-modal .button.chip, .modal .button.chip, .homepage-rooms-prompt .button.chip, .messaging-modal__header .button.chip {
    display: block;
    padding: 6px 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 20px; }
  #rooms-wrapper .button.hug .label, #ai-art-generator .button.hug .label, #styles-modal .button.hug .label, .modal .button.hug .label, .homepage-rooms-prompt .button.hug .label, .messaging-modal__header .button.hug .label {
    padding-left: 8px; }
  #rooms-wrapper .button.hug .icon-right,
  #rooms-wrapper .button.hug .icon-left, #ai-art-generator .button.hug .icon-right,
  #ai-art-generator .button.hug .icon-left, #styles-modal .button.hug .icon-right,
  #styles-modal .button.hug .icon-left, .modal .button.hug .icon-right,
  .modal .button.hug .icon-left, .homepage-rooms-prompt .button.hug .icon-right,
  .homepage-rooms-prompt .button.hug .icon-left, .messaging-modal__header .button.hug .icon-right,
  .messaging-modal__header .button.hug .icon-left {
    position: inherit; }
  #rooms-wrapper .button [class^='icon-'],
  #rooms-wrapper .button [class*=' icon-'], #ai-art-generator .button [class^='icon-'],
  #ai-art-generator .button [class*=' icon-'], #styles-modal .button [class^='icon-'],
  #styles-modal .button [class*=' icon-'], .modal .button [class^='icon-'],
  .modal .button [class*=' icon-'], .homepage-rooms-prompt .button [class^='icon-'],
  .homepage-rooms-prompt .button [class*=' icon-'], .messaging-modal__header .button [class^='icon-'],
  .messaging-modal__header .button [class*=' icon-'] {
    position: inherit;
    height: auto;
    width: auto; }
  #rooms-wrapper .button .label,
  #rooms-wrapper .button .icon-right,
  #rooms-wrapper .button .icon-left, #ai-art-generator .button .label,
  #ai-art-generator .button .icon-right,
  #ai-art-generator .button .icon-left, #styles-modal .button .label,
  #styles-modal .button .icon-right,
  #styles-modal .button .icon-left, .modal .button .label,
  .modal .button .icon-right,
  .modal .button .icon-left, .homepage-rooms-prompt .button .label,
  .homepage-rooms-prompt .button .icon-right,
  .homepage-rooms-prompt .button .icon-left, .messaging-modal__header .button .label,
  .messaging-modal__header .button .icon-right,
  .messaging-modal__header .button .icon-left {
    user-select: none;
    line-height: 0; }
  #rooms-wrapper .button .image-left, #ai-art-generator .button .image-left, #styles-modal .button .image-left, .modal .button .image-left, .homepage-rooms-prompt .button .image-left, .messaging-modal__header .button .image-left {
    position: absolute;
    left: 0;
    height: 32px; }
  #rooms-wrapper .button .icon-right, #ai-art-generator .button .icon-right, #styles-modal .button .icon-right, .modal .button .icon-right, .homepage-rooms-prompt .button .icon-right, .messaging-modal__header .button .icon-right {
    position: absolute;
    right: 0;
    margin-right: 8px; }
  #rooms-wrapper .button .icon-left, #ai-art-generator .button .icon-left, #styles-modal .button .icon-left, .modal .button .icon-left, .homepage-rooms-prompt .button .icon-left, .messaging-modal__header .button .icon-left {
    position: absolute;
    left: 0;
    margin-left: 8px; }
  #rooms-wrapper .button .loading-spinner, #ai-art-generator .button .loading-spinner, #styles-modal .button .loading-spinner, .modal .button .loading-spinner, .homepage-rooms-prompt .button .loading-spinner, .messaging-modal__header .button .loading-spinner {
    margin-right: 5px; }
  #rooms-wrapper .button.tertiary, #ai-art-generator .button.tertiary, #styles-modal .button.tertiary, .modal .button.tertiary, .homepage-rooms-prompt .button.tertiary, .messaging-modal__header .button.tertiary {
    background-color: #ffffff;
    color: #888888;
    border: 1px solid #ffffff;
    font-weight: 700;
    font-size: 14px;
    height: 44px; }
  #rooms-wrapper .button.view-more-art, #ai-art-generator .button.view-more-art, #styles-modal .button.view-more-art, .modal .button.view-more-art, .homepage-rooms-prompt .button.view-more-art, .messaging-modal__header .button.view-more-art {
    border: rgba(0, 0, 0, 0.1);
    color: #4a4a4c;
    height: 40px;
    border-radius: 20px;
    padding: 16px;
    font-size: 14px; }
  #rooms-wrapper .button.like-button, #ai-art-generator .button.like-button, #styles-modal .button.like-button, .modal .button.like-button, .homepage-rooms-prompt .button.like-button, .messaging-modal__header .button.like-button {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    color: black;
    border-radius: 30px;
    content: none; }
    #rooms-wrapper .button.like-button:hover, #ai-art-generator .button.like-button:hover, #styles-modal .button.like-button:hover, .modal .button.like-button:hover, .homepage-rooms-prompt .button.like-button:hover, .messaging-modal__header .button.like-button:hover {
      background-color: #ffffff; }
    #rooms-wrapper .button.like-button:active, #ai-art-generator .button.like-button:active, #styles-modal .button.like-button:active, .modal .button.like-button:active, .homepage-rooms-prompt .button.like-button:active, .messaging-modal__header .button.like-button:active {
      background-color: #ffffff; }
  #rooms-wrapper .button.liked svg, #ai-art-generator .button.liked svg, #styles-modal .button.liked svg, .modal .button.liked svg, .homepage-rooms-prompt .button.liked svg, .messaging-modal__header .button.liked svg {
    color: #ff0000;
    fill: #ff0000;
    animation: scaleLike 1.2s;
    animation-fill-mode: forwards; }
  #rooms-wrapper .button.styles-button, #ai-art-generator .button.styles-button, #styles-modal .button.styles-button, .modal .button.styles-button, .homepage-rooms-prompt .button.styles-button, .messaging-modal__header .button.styles-button {
    height: 44px;
    width: 44px;
    margin: 0;
    margin-top: 4px;
    margin-right: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px; }
    #rooms-wrapper .button.styles-button .icon, #ai-art-generator .button.styles-button .icon, #styles-modal .button.styles-button .icon, .modal .button.styles-button .icon, .homepage-rooms-prompt .button.styles-button .icon, .messaging-modal__header .button.styles-button .icon {
      margin-left: 2px; }
    #rooms-wrapper .button.styles-button .counter, #ai-art-generator .button.styles-button .counter, #styles-modal .button.styles-button .counter, .modal .button.styles-button .counter, .homepage-rooms-prompt .button.styles-button .counter, .messaging-modal__header .button.styles-button .counter {
      visibility: hidden; }
    #rooms-wrapper .button.styles-button--counter, #ai-art-generator .button.styles-button--counter, #styles-modal .button.styles-button--counter, .modal .button.styles-button--counter, .homepage-rooms-prompt .button.styles-button--counter, .messaging-modal__header .button.styles-button--counter {
      width: 76px; }
      #rooms-wrapper .button.styles-button--counter .icon, #ai-art-generator .button.styles-button--counter .icon, #styles-modal .button.styles-button--counter .icon, .modal .button.styles-button--counter .icon, .homepage-rooms-prompt .button.styles-button--counter .icon, .messaging-modal__header .button.styles-button--counter .icon {
        margin-left: 0px; }
      #rooms-wrapper .button.styles-button--counter .counter, #ai-art-generator .button.styles-button--counter .counter, #styles-modal .button.styles-button--counter .counter, .modal .button.styles-button--counter .counter, .homepage-rooms-prompt .button.styles-button--counter .counter, .messaging-modal__header .button.styles-button--counter .counter {
        visibility: visible;
        width: 24px;
        height: 24px;
        font-size: 13px;
        font-weight: 700;
        color: #000000;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 16px; }

.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6) !important;
  z-index: 100; }
  .ReactModal__Overlay .modal .dismiss, .ReactModal__Overlay .dismiss-and-form .dismiss {
    display: block;
    width: 32px;
    height: 32px;
    background: none;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    margin: 0; }
    .ReactModal__Overlay .modal .dismiss .label, .ReactModal__Overlay .dismiss-and-form .dismiss .label {
      height: 100%;
      display: grid;
      place-items: center; }
  .ReactModal__Overlay .modal .ghost .label, .ReactModal__Overlay .modal .tertiary .label, .ReactModal__Overlay .dismiss-and-form .ghost .label, .ReactModal__Overlay .dismiss-and-form .tertiary .label {
    color: black; }

.ReactModal__Overlay--after-open {
  opacity: 1;
  transition: opacity 150ms ease-out; }

.ReactModal__Content--after-open {
  transition: all 150ms ease-in;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important; }

.ReactModal__Content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
  border-radius: 20px !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
  max-height: calc(100% - 64px); }
  .ReactModal__Content ::-webkit-scrollbar {
    display: none; }

.ReactModal__Overlay--before-close {
  opacity: 0; }

.ReactModal__Content--before-close {
  transition: all 150ms ease-in; }

.ReactModal__Body--open,
.ReactModal__Html--open {
  overflow: hidden; }

#styles {
  overflow: auto; }
  #styles .column {
    margin: 50px auto;
    max-width: 600px; }
  #styles .products {
    max-width: 1312px;
    margin: 0 auto; }

body[data-foo]::after {
  z-index: 1000;
  position: fixed;
  content: attr(data-foo);
  bottom: 1rem;
  right: 1rem;
  padding: 1em;
  background: var(--black);
  font-weight: bold;
  color: white; }

.grecaptcha-badge {
  left: 0;
  position: initial !important;
  transform: scale(0.5);
  transform-origin: left bottom; }

.career {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .career .career-content {
    max-width: 640px;
    /* Workable CSS */ }
    .career .career-content .career-header {
      padding: 0 2em 0 2em; }
      @media (max-width: 600px) {
        .career .career-content .career-header {
          margin-top: 2em; } }
    .career .career-content .whr-title {
      margin-bottom: 0.5rem; }
      .career .career-content .whr-title a {
        font-size: 1.1em;
        font-weight: bold;
        color: #ff282d; }
    .career .career-content .whr-date {
      display: none; }
    .career .career-content .whr-dept {
      font-size: 0.9em; }
      .career .career-content .whr-dept span {
        display: none; }
    .career .career-content .whr-dept:before {
      content: "Team: "; }
    .career .career-content .whr-location {
      font-size: 0.9em; }
    .career .career-content #whr_embed_hook {
      padding: 0 2em 0 2em; }

@-webkit-keyframes ldksjfsldkfjdsl {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1024deg);
    -ms-transform: rotate(1024deg);
    -moz-transform: rotate(1024deg);
    -o-transform: rotate(1024deg);
    transform: rotate(1024deg);
    left: 5000px;
    top: 3000px; } }

@-moz-keyframes ldksjfsldkfjdsl {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1024deg);
    -ms-transform: rotate(1024deg);
    -moz-transform: rotate(1024deg);
    -o-transform: rotate(1024deg);
    transform: rotate(1024deg);
    left: 5000px;
    top: 3000px; } }

@keyframes ldksjfsldkfjdsl {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1024deg);
    -ms-transform: rotate(1024deg);
    -moz-transform: rotate(1024deg);
    -o-transform: rotate(1024deg);
    transform: rotate(1024deg);
    left: 5000px;
    top: 3000px; } }

.error-page {
  padding: 1em;
  color: var(--black);
  min-height: 400px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .error-page {
      height: 92vh; } }
  .error-page div {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    padding-bottom: 2em;
    width: 100%; }
  .error-page h2 {
    padding: 1em;
    margin: 0; }
  .error-page .button {
    padding-left: 1em;
    padding-right: 1em; }

.light-grey {
  color: #c5c5c5; }

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

.block {
  display: block; }

.mt10 {
  margin-top: 10px; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ie {
  background: url("https://fydn.imgix.net/s/images/keanu.gif") no-repeat #fff;
  background-attachment: inherit;
  background-position: center;
  background-size: cover;
  background-color: #333;
  text-align: center;
  color: white; }
  .ie * {
    display: none !important; }
  .ie::before, .ie::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%; }
  .ie::before {
    content: 'Sorry, this browser is not supported! \A Upgrade or visit on your phone.';
    font-size: 30px;
    margin-top: -20px;
    white-space: pre; }
  .ie::after {
    font-family: 'fy-icons';
    content: 'F';
    font-size: 5em;
    margin-top: -100px; }

/*! Basscss | http://basscss.com | MIT License */
.h1 {
  font-size: 2rem; }

.h2 {
  font-size: 1.5rem; }

.h3, .picker__title, .create-wishlist label {
  font-size: 1.25rem; }

.h4 {
  font-size: 1rem; }

.h5 {
  font-size: .875rem; }

.h6 {
  font-size: .75rem; }

.font-family-inherit {
  font-family: inherit; }

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

.text-decoration-none {
  text-decoration: none; }

.text-decoration-underline {
  text-decoration: underline; }

.bold {
  font-weight: bold;
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: .2em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

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

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.25; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

.inline {
  display: inline; }

.block {
  display: block; }

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

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  box-sizing: border-box; }

.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

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

.m1 {
  margin: .5rem; }

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

.mr1 {
  margin-right: .5rem; }

.mb1 {
  margin-bottom: .5rem; }

.ml1 {
  margin-left: .5rem; }

.mx1 {
  margin-left: .5rem;
  margin-right: .5rem; }

.my1 {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 2rem; }

.mt3 {
  margin-top: 2rem; }

.mr3 {
  margin-right: 2rem; }

.mb3 {
  margin-bottom: 2rem; }

.ml3 {
  margin-left: 2rem; }

.mx3 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.m4 {
  margin: 4rem; }

.mt4 {
  margin-top: 4rem; }

.mr4 {
  margin-right: 4rem; }

.mb4 {
  margin-bottom: 4rem; }

.ml4 {
  margin-left: 4rem; }

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mxn1 {
  margin-left: -.5rem;
  margin-right: -.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem; }

.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: .5rem; }

.pt1 {
  padding-top: .5rem; }

.pr1 {
  padding-right: .5rem; }

.pb1 {
  padding-bottom: .5rem; }

.pl1 {
  padding-left: .5rem; }

.py1 {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.px1 {
  padding-left: .5rem;
  padding-right: .5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 2rem; }

.pt3 {
  padding-top: 2rem; }

.pr3 {
  padding-right: 2rem; }

.pb3 {
  padding-bottom: 2rem; }

.pl3 {
  padding-left: 2rem; }

.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px3 {
  padding-left: 2rem;
  padding-right: 2rem; }

.p4 {
  padding: 4rem; }

.pt4 {
  padding-top: 4rem; }

.pr4 {
  padding-right: 4rem; }

.pb4 {
  padding-bottom: 4rem; }

.pl4 {
  padding-left: 4rem; }

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.px4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40em) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 52em) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64em) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline; }

.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.self-center {
  -ms-flex-item-align: center;
  align-self: center; }

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around; }

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important; } }

@media (min-width: 64em) {
  .lg-hide {
    display: none !important; } }

.display-none {
  display: none !important; }
