@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, .checkout h4, .page-links .previous-page,
.page-links .next-page, .dropdowns li {
  font-size: 0.7rem;
  line-height: 2.2rem;
  margin: 0 0 2.2rem; }

.sub-heading, .checkout h4, .page-links .previous-page,
.page-links .next-page, .dropdowns li {
  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; }

.loading, .loading-fixed {
  position: relative; }
  .loading::after, .loading-fixed::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%; }
  .loading::before, .loading-fixed::before {
    content: 'Loading';
    font-size: 0.8rem;
    text-align: center;
    padding-top: 5em;
    display: block;
    background-image: url("../assets/img/loading.svg");
    background-position: 50% 1em;
    background-size: 3em;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 51; }

.loading-message {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 52; }

.loading .loading-message, .loading-fixed .loading-message {
  display: block; }

.loading-fixed::after {
  background: rgba(255, 255, 255, 0.9); }

.loading-fixed,
.loading-fixed .loading-message {
  position: fixed; }

.loading-fixed .loading-message {
  top: 190px; }

.thinking {
  -webkit-animation: thinking 0.7s ease-in-out infinite;
  -moz-animation: thinking 0.7s ease-in-out infinite;
  animation: thinking 0.7s ease-in-out infinite;
  opacity: 0.7; }

@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, .dropdowns li.open .icon-share::before,
.dropdowns li.open .icon-chevron-up::before {
  content: 'C'; }

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

.icon-chevron.black::before, .icon-chevron-down.black::before, .dropdowns li.open .black.icon-share::before,
.dropdowns li.open .black.icon-chevron-up::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, .icon-heart.liked::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, .small.icon-heart.liked::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"); }

.dropdowns {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid var(--black);
  padding: 0.5em 0; }
  .dropdowns li {
    height: 39px;
    position: relative;
    float: left;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
    padding: 0.5em 0 0.9em 0.8em;
    cursor: hand;
    cursor: pointer; }
  .dropdowns > li {
    display: none;
    border-top: 1px solid var(--black); }
    .dropdowns > li:first-child {
      display: block; }
  @media (min-width: 768px) {
    .dropdowns {
      margin: 0 0 1em;
      width: 100%; } }
  .dropdowns.double > li {
    display: block;
    width: 50%; }
    .dropdowns.double > li ul {
      width: calc(100% + 1px); }
    .dropdowns.double > li:last-child ul {
      margin-left: -1px; }
    .dropdowns.double > li:first-child {
      border-right: 1px solid black; }
  .dropdowns li ul {
    display: none;
    position: absolute;
    bottom: 38px;
    left: 0;
    border: 1px solid var(--black);
    border-width: 1px 1px 0 1px;
    width: 100%;
    background: white;
    z-index: 40;
    margin: 0; }
    .dropdowns li ul li {
      font-size: 1em; }
    .dropdowns li ul.dropdown-share li {
      padding: 0; }
    .dropdowns li ul.dropdown-share a {
      display: block;
      padding: 0.5em; }
  .dropdowns li.open ul {
    display: block; }
  .dropdowns li.open li {
    border-bottom: 1px solid black; }
  .dropdowns .icon-share,
  .dropdowns .icon-chevron-up {
    vertical-align: top;
    margin: 0.33em 0 0 0.5em; }

.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; } }

@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; } }

.page-with-header.app-help-about-about #content {
  background: transparent; }

.page-with-header.app-help-about-about header {
  margin: 0;
  background: white; }
  .page-with-header.app-help-about-about header.menu-open .menu {
    margin-left: 0; }

.about {
  text-align: center;
  padding: 2em 2em 3em;
  min-height: 100vh; }
  @media (min-width: 600px) {
    .about {
      padding: 3em 3em 3.7em; } }
  .about img {
    width: 150px;
    height: 187px;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out; }
    .about img:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  .about p.big {
    margin: 2em auto;
    max-width: 768px;
    overflow: auto; }
    @media (min-width: 600px) {
      .about p.big {
        margin-top: 1em;
        font-size: 2em; } }
  .about div {
    max-width: 768px;
    margin: 3em auto;
    background: white;
    padding: 1.3em 2.8em 0.9em; }
    .about div p {
      text-align: left;
      font-size: 1em; }
    .about div a {
      border-bottom: 2px solid #ff282d; }
    @media (max-width: 599px) {
      .about div {
        font-size: 0.8em; } }
  .about h2 {
    font-size: 2em;
    letter-spacing: 7px;
    margin-top: -1.3em; }
    @media (max-width: 599px) {
      .about h2 {
        font-size: 1.5em;
        margin-top: -1.55em; } }
  .about ul {
    display: block;
    text-align: left; }
    .about ul li {
      display: block; }
  .about .icon-instagram {
    font-size: 1.5em; }

.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; }

.auth-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 15px; }
  .auth-form h3, .auth-form .shop-header.description {
    margin-bottom: 0.7em;
    color: #4A4A4C; }
  .auth-form p {
    color: #4A4A4C;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 400; }
    .auth-form p > a {
      color: #147def;
      text-decoration: underline; }
  .auth-form label {
    color: var(--black);
    font-size: 14px; }
    .auth-form label span {
      color: #4A4A4C; }
  .auth-form input[type=email],
  .auth-form input[type=password] {
    background-color: #F2F2F2;
    height: 44px;
    margin-bottom: 0.5em; }
  .auth-form input[type=submit] {
    margin-top: 1em; }
  .auth-form input[type=button]:disabled {
    background: #ff282d;
    color: var(--black); }
  .auth-form small {
    display: block;
    text-align: center;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
    line-height: 1.3em;
    font-size: 0.85em;
    color: #999; }
    .auth-form small a {
      color: #147def;
      display: inline; }

.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;
    bottom: 20px; }

@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--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; } }

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

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

.checkout {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: static;
  display: flex;
  flex-direction: column; }
  @media (max-width: 599px) {
    .checkout {
      height: 95vh;
      height: -webkit-fill-available;
      /* https://allthingssmitty.com/2020/05/11/css-fix-for-100vh-in-mobile-webkit/ */ } }
  .checkout .login-container {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto; }
    .checkout .login-container > div {
      grid-area: 2 / 1 / 3 / 2;
      margin: -30px auto 30px auto;
      width: 128px;
      height: 30px; }
    .checkout .login-container > input.submit {
      grid-area: 1 / 1 / 2 / 2; }
  .checkout h4 {
    margin: 1rem !important;
    font-size: 0.7em;
    text-rendering: optimizeSpeed;
    text-align: center; }
  .checkout input[type="submit"],
  .checkout input.paypal {
    margin: 1em 1em;
    width: calc(100% - 2em); }
  .checkout input[type="button"] {
    margin-top: 1em; }
  .checkout .back-button {
    margin-bottom: 2em; }
  .checkout .back {
    position: absolute;
    top: 0.6em;
    right: 1em;
    font-size: 1.5em;
    font-weight: 200;
    z-index: 140;
    color: var(--black); }
  .checkout .form-error {
    font-size: 0.8em;
    margin: 1em 1em 0; }
  .checkout.loading, .checkout.loading-fixed {
    min-height: 220px; }
    .checkout.loading::after, .checkout.loading-fixed::after {
      background: white; }
  .checkout .or {
    margin-top: 0.6em;
    text-align: center; }
  .checkout.option-set {
    margin-left: 1.5rem; }
    .checkout.option-set img {
      padding: 1em;
      width: 100%; }
  .checkout .user-checkout-data {
    text-align: left;
    font-size: 17px; }
  .checkout .phone-number .submit {
    margin: 1em 0 1em 0;
    width: 100%; }
  .checkout .phone-number .footnote {
    color: #4A4A4C; }

.trouva-checkout .checkout {
  margin-left: 1em; }
  .trouva-checkout .checkout .summary-ui {
    padding-right: 1em; }

.fy-checkout .desktop-drawer-header {
  padding: 0; }

.fy-checkout .checkout {
  margin-left: 1em; }
  .fy-checkout .checkout .summary-ui {
    padding-right: 1em; }

.shipping-info-banner svg {
  width: 24px;
  height: 24px; }

.shipping-info-banner__icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 8px;
  display: grid;
  place-items: center; }
  .shipping-info-banner__icon img {
    width: 18px; }

.shipping-info-banner.outer {
  background-color: #f6f6f6;
  padding: 10px 14px;
  margin-bottom: 10px;
  justify-content: center;
  vertical-align: middle;
  border-radius: 10px;
  color: var(--black);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0; }
  .shipping-info-banner.outer.trouva.unlocked {
    background-color: #dbf3a5;
    padding: 16px;
    margin-top: 16px;
    border-radius: 8px; }
    .shipping-info-banner.outer.trouva.unlocked .shipping-info-banner__title {
      text-align: left; }
      .shipping-info-banner.outer.trouva.unlocked .shipping-info-banner__title svg {
        vertical-align: middle;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 4px; }
  .shipping-info-banner.outer.trouva.locked {
    background-color: transparent;
    padding: 0;
    border-radius: 8px; }
    .shipping-info-banner.outer.trouva.locked .title {
      text-align: left; }
    .shipping-info-banner.outer.trouva.locked .label-text {
      flex-direction: none;
      display: block;
      margin: 16px 0 8px 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0; }
      .shipping-info-banner.outer.trouva.locked .label-text h6 {
        display: inline-block;
        float: left; }
    .shipping-info-banner.outer.trouva.locked .progress-bar.outer {
      background-color: #fff2d3; }
      .shipping-info-banner.outer.trouva.locked .progress-bar.outer .inner {
        background-color: #ffb500;
        height: 8px; }
  .shipping-info-banner.outer.fy {
    height: 56px;
    align-content: center; }
    .shipping-info-banner.outer.fy.unlocked {
      padding: 16px;
      background-color: var(--light-green); }
  .shipping-info-banner.outer .title {
    text-align: center;
    margin-bottom: -2px; }
  .shipping-info-banner.outer .progress-bar.outer {
    width: 100%;
    position: relative;
    background-color: #ffffff; }
    .shipping-info-banner.outer .progress-bar.outer .inner {
      background-color: var(--black);
      position: absolute;
      left: 0;
      top: 0; }
  .shipping-info-banner.outer .more {
    font-weight: bold; }
  .shipping-info-banner.outer .label {
    margin-bottom: 8px; }

.summary-ui {
  padding: 0; }

.single-page-summary-ui {
  padding: 0 16px; }
  .single-page-summary-ui__checkout-guidance {
    text-align: center; }
    .single-page-summary-ui__checkout-guidance p {
      margin-top: 0; }
    .single-page-summary-ui__checkout-guidance i {
      font-style: italic; }
    .single-page-summary-ui__checkout-guidance em {
      font-weight: bold; }
  .single-page-summary-ui .payment-options-wrapper {
    margin: 1em 1em;
    padding-right: 20px; }
    @media (max-width: 768px) {
      .single-page-summary-ui .payment-options-wrapper {
        margin: 1em 0em;
        width: calc(100% - 2em);
        padding-right: 0;
        align-items: center; } }
  .single-page-summary-ui .payment-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    color: #4A4A4C;
    font-size: 13px; }
    .single-page-summary-ui .payment-options span {
      padding-top: 0.1rem; }
    .single-page-summary-ui .payment-options i::before {
      font-size: unset;
      margin: unset; }
  .single-page-summary-ui .trouva-payment-options {
    margin: 2rem 0;
    color: #4A4A4C;
    font-size: 13px;
    width: 100%;
    padding: 0; }
  .single-page-summary-ui .sign-in {
    margin: 0.5rem 0;
    text-align: left;
    padding: 0 1em;
    font-weight: 400;
    font-size: 15px; }
    .single-page-summary-ui .sign-in > a {
      color: #147def;
      text-decoration: underline; }

.fy-single-page-summary-ui .checkout-securely input[type="submit"] {
  width: 100%;
  margin: 0; }

.fy-single-page-summary-ui .payment-options-wrapper {
  margin: 1em 0em;
  width: 100%; }
  .fy-single-page-summary-ui .payment-options-wrapper .payment-options {
    display: flex;
    padding: 0;
    padding-right: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .fy-single-page-summary-ui .payment-options-wrapper .payment-options {
        padding-right: 0px; } }
.trouva-single-page-summary-ui .checkout-securely {
  padding: 0; }

.trouva-single-page-summary-ui input[type="submit"] {
  width: 100%;
  padding: 0 20px;
  margin: 0; }

.product-checkout-summary-wrapper {
  padding: 0 16px 0 0; }

.checkout-product-summary {
  background: #f6f6f6;
  padding: 0.5em;
  margin: 0.8em; }
  .checkout-product-summary::after {
    content: '';
    display: table;
    clear: both; }
  .checkout-product-summary img {
    float: left;
    display: block;
    width: 66px;
    height: 66px; }
  .checkout-product-summary .table {
    margin-left: 85px;
    margin-right: 1em; }
  .checkout-product-summary table {
    color: #4A4A4C;
    width: 100%; }
    .checkout-product-summary table .name,
    .checkout-product-summary table .variant,
    .checkout-product-summary table .total {
      color: var(--black); }
    .checkout-product-summary table .discount {
      color: red; }
    .checkout-product-summary table .price td {
      padding-top: 0.8em; }
    .checkout-product-summary table .shipping td {
      padding-bottom: 0.8em; }
    .checkout-product-summary table .total {
      border-top: 1px solid var(--black); }
      .checkout-product-summary table .total td {
        padding-top: 0.5em; }
    .checkout-product-summary table th {
      text-align: left;
      width: 75%; }
    .checkout-product-summary table th,
    .checkout-product-summary table td {
      padding: 0.3em 0.2em; }
    .checkout-product-summary table .amount,
    .checkout-product-summary table .currency,
    .checkout-product-summary table .sign {
      text-align: right; }
    .checkout-product-summary table .amount {
      width: 2em; }

.checkout-container {
  padding-bottom: 4em; }

.form-select {
  -webkit-appearance: auto; }

.checkout-form {
  padding: 0 1em 0;
  position: relative;
  text-align: left; }
  .checkout-form input[type="button"] {
    margin: 0.5em 0 0 0; }
  .checkout-form input,
  .checkout-form select,
  .checkout-form fieldset {
    width: 100%; }
  .checkout-form fieldset {
    margin: 0 0 0.4em; }
    .checkout-form fieldset label {
      color: var(--black);
      font-size: 14px; }
      .checkout-form fieldset label span {
        color: #4A4A4C; }
  .checkout-form p {
    text-align: left;
    font-weight: 400;
    color: #4A4A4C;
    font-size: 14px; }
    .checkout-form p > a {
      color: #147def;
      text-decoration: underline;
      font-size: 14px; }
  .checkout-form .form-error {
    margin: 0 0 0.3em; }
  .checkout-form .has-error, .checkout-form .form-error,
  .checkout-form .validation-error {
    color: #f45a5a; }
  .checkout-form .address-txt,
  .checkout-form .payment-txt {
    text-align: center; }
  .checkout-form h3, .checkout-form .shop-header.description {
    width: 100%;
    margin: 0.7em 0 0 0;
    text-align: left;
    font-size: 1em;
    padding: 0;
    line-height: 1.6;
    color: #4A4A4C; }
    .checkout-form h3 i, .checkout-form .shop-header.description i {
      vertical-align: text-bottom;
      font-size: 1.6em; }
    .checkout-form h3 .card-indicator, .checkout-form .shop-header.description .card-indicator {
      margin-top: -3px; }
    .checkout-form h3 i, .checkout-form .shop-header.description i,
    .checkout-form h3 .card-indicator,
    .checkout-form .shop-header.description .card-indicator {
      margin-right: 0.4em; }
  .checkout-form .or,
  .checkout-form .credit-card,
  .checkout-form fieldset,
  .checkout-form input {
    display: none; }
  .checkout-form.open {
    padding-bottom: 0.5em; }
    .checkout-form.open .or,
    .checkout-form.open .credit-card,
    .checkout-form.open fieldset,
    .checkout-form.open input {
      display: block; }
    .checkout-form.open input[type="email"],
    .checkout-form.open input[type="password"] {
      background-color: #f2f2f2;
      height: 44px; }
    .checkout-form.open input[type="button"].facebook {
      margin-top: 2.5em;
      margin-bottom: 1.5em; }
    .checkout-form.open input[type="button"].submit {
      margin-top: 1.5em;
      margin-bottom: 1.5em; }
    .checkout-form.open input[type="button"].google {
      margin-top: 2.5em;
      margin-bottom: 1.5em; }
    .checkout-form.open .expiry,
    .checkout-form.open .ccv {
      display: inline-block; }
    @media (max-width: 399px) {
      .checkout-form.open h3, .checkout-form.open .shop-header.description {
        font-size: 0.8em;
        line-height: 0.9em; }
        .checkout-form.open h3 .card-indicator, .checkout-form.open .shop-header.description .card-indicator,
        .checkout-form.open h3 i,
        .checkout-form.open .shop-header.description i {
          display: none; }
        .checkout-form.open h3 .checkout-form-option, .checkout-form.open .shop-header.description .checkout-form-option {
          top: 1.4em; } }
  .checkout-form .checkout-form-option {
    position: absolute;
    top: 1.3em;
    right: 1.6em;
    display: block;
    border-radius: 2.1px;
    padding: 0.4em 0.5em 0.5em;
    background: #c0c0c0;
    color: #fff;
    font-size: 0.6em;
    cursor: hand;
    cursor: pointer; }

ul.checkout-info {
  padding: 0 1em; }
  ul.checkout-info li {
    padding: 0 0 1em; }
    ul.checkout-info li::before {
      content: "";
      display: inline-block;
      width: 0.7em;
      height: 0.7em;
      background: #ff282d;
      margin-right: 0.5em;
      vertical-align: top;
      margin-top: 0.4em;
      border-radius: 50%; }
    @media (max-width: 349px) {
      ul.checkout-info li {
        font-size: 0.8em; } }
  ul.checkout-info .button {
    display: block;
    margin-top: 1em; }
  ul.checkout-info p {
    display: block;
    text-align: center;
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4c; }
    ul.checkout-info p a {
      color: #147def; }

.credit-card {
  padding: 3em 1em 0.6em;
  border-radius: 0.2em;
  background: #147def;
  box-shadow: 3px 3px 0 #073363;
  margin-right: 3px; }
  .credit-card label {
    color: white; }
  .credit-card input,
  .credit-card select {
    font-family: "Lucida Console", monospace; }
  .credit-card fieldset.ccv {
    width: 25%;
    float: right; }
  .credit-card fieldset.expiry {
    width: auto; }
    .credit-card fieldset.expiry label {
      display: inline-block;
      width: auto;
      margin: 0.5em 0.2em 0 0;
      line-height: 1.6em; }
    .credit-card fieldset.expiry .select {
      margin-left: 0.4em; }

.buy-now-checkout-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center; }
  .buy-now-checkout-header--trouva {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    height: 50px; }
    .buy-now-checkout-header--trouva h4 {
      margin: 0; }
  .buy-now-checkout-header .icon-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center; }
    .buy-now-checkout-header .icon-wrapper .icon-close {
      display: flex;
      align-self: center; }
  .buy-now-checkout-header h4 {
    margin-bottom: 0;
    margin-right: auto;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700; }

.sidebar-top, .desktop-drawer-header--trouva {
  box-shadow: 0px 2px 4px 0px #20202029; }

.desktop-drawer-header {
  margin: 24px 0 27px 0;
  padding: 0 20px;
  color: var(--black); }
  .desktop-drawer-header--trouva {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    margin: 0 0 24px 0; }
    .desktop-drawer-header--trouva h2 {
      margin-bottom: 0;
      margin-right: auto;
      font-size: 20px;
      font-weight: 700;
      line-height: 30px; }
  .desktop-drawer-header h2 {
    margin-bottom: 0;
    margin-right: auto;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700; }

.drawer-title-divider {
  width: 100%;
  background-image: none;
  background-color: #C0C0C0;
  height: 0.0625em;
  margin: 0;
  margin-bottom: 24px;
  box-shadow: 0px 1px 3px gray; }

.mobile-product-checkout-wrapper {
  padding: 15px; }

.trouva-mobile-product-checkout-wrapper {
  padding-left: 1em; }
  .trouva-mobile-product-checkout-wrapper .summary-ui {
    padding-right: 1em; }
    .trouva-mobile-product-checkout-wrapper .summary-ui .payment-options-wrapper {
      width: 100%; }

.mobile-product-checkout-wrapper .cart-item,
.desktop-product-checkout-wrapper .cart-item {
  padding: 0; }
  .mobile-product-checkout-wrapper .cart-item img.thumbnail,
  .desktop-product-checkout-wrapper .cart-item img.thumbnail {
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover; }
  .mobile-product-checkout-wrapper .cart-item .container,
  .desktop-product-checkout-wrapper .cart-item .container {
    font-size: 15px;
    line-height: 22px; }
  .mobile-product-checkout-wrapper .cart-item .product,
  .desktop-product-checkout-wrapper .cart-item .product {
    width: calc(100% - 95px);
    margin-bottom: 0; }
  .mobile-product-checkout-wrapper .cart-item .current-price,
  .desktop-product-checkout-wrapper .cart-item .current-price {
    color: #ff0000;
    font-size: 15px;
    line-height: 25px; }

.mobile-product-checkout-wrapper .divider,
.desktop-product-checkout-wrapper .divider {
  width: 100%;
  background-color: #F2F2F2;
  height: 0.0625em;
  margin: 12px 0;
  display: flex; }

.mobile-product-checkout-wrapper .product-summary,
.desktop-product-checkout-wrapper .product-summary {
  border-top: 1px solid #f2f2f2; }
  .mobile-product-checkout-wrapper .product-summary .summary-item,
  .desktop-product-checkout-wrapper .product-summary .summary-item {
    padding: 0 0 1em 0; }
    .mobile-product-checkout-wrapper .product-summary .summary-item p,
    .desktop-product-checkout-wrapper .product-summary .summary-item p {
      font-size: 17px;
      font-weight: 400;
      line-height: 25px; }
      .mobile-product-checkout-wrapper .product-summary .summary-item p.total,
      .desktop-product-checkout-wrapper .product-summary .summary-item p.total {
        font-weight: bold; }
  @media (min-width: 768px) {
    .mobile-product-checkout-wrapper .product-summary .express-shipping-available,
    .desktop-product-checkout-wrapper .product-summary .express-shipping-available {
      color: #4A4A4C; }
      .mobile-product-checkout-wrapper .product-summary .express-shipping-available p,
      .desktop-product-checkout-wrapper .product-summary .express-shipping-available p {
        margin: 0; } }
  .mobile-product-checkout-wrapper .product-summary .delivery-van-icon,
  .desktop-product-checkout-wrapper .product-summary .delivery-van-icon {
    margin-right: 6px;
    margin-top: 7px; }

.mobile-product-checkout-wrapper .summary-ui .checkout-offer-code,
.desktop-product-checkout-wrapper .summary-ui .checkout-offer-code {
  padding: 0; }
  .mobile-product-checkout-wrapper .summary-ui .checkout-offer-code .offer-code-form,
  .desktop-product-checkout-wrapper .summary-ui .checkout-offer-code .offer-code-form {
    padding: 0.8em 0 0.8em 1em; }

.mobile-product-checkout-wrapper .summary-ui .single-page-summary-ui,
.desktop-product-checkout-wrapper .summary-ui .single-page-summary-ui {
  padding: 1em 0; }
  .mobile-product-checkout-wrapper .summary-ui .single-page-summary-ui input[type="submit"],
  .mobile-product-checkout-wrapper .summary-ui .single-page-summary-ui input[type="button"],
  .desktop-product-checkout-wrapper .summary-ui .single-page-summary-ui input[type="submit"],
  .desktop-product-checkout-wrapper .summary-ui .single-page-summary-ui input[type="button"] {
    width: 100%;
    border-radius: 10px;
    height: 44px;
    font-size: 16px; }

.mobile-product-checkout-wrapper .checkout-form,
.desktop-product-checkout-wrapper .checkout-form {
  padding: 0; }
  .mobile-product-checkout-wrapper .checkout-form p,
  .desktop-product-checkout-wrapper .checkout-form p {
    text-align: center;
    font-weight: 400;
    color: #4A4A4C;
    font-size: 14px; }
  .mobile-product-checkout-wrapper .checkout-form.checkout,
  .desktop-product-checkout-wrapper .checkout-form.checkout {
    padding: 0; }
  .mobile-product-checkout-wrapper .checkout-form input[type="button"],
  .desktop-product-checkout-wrapper .checkout-form input[type="button"] {
    border-radius: 10px;
    height: 44px;
    font-size: 16px; }
  .mobile-product-checkout-wrapper .checkout-form .password-reset,
  .desktop-product-checkout-wrapper .checkout-form .password-reset {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 15px; }

small {
  display: block;
  text-align: left;
  margin-top: 1.3em;
  line-height: 1.3em;
  font-size: 0.85em;
  color: #999; }
  small a {
    color: #147def; }

.blue-link {
  color: #147def;
  text-decoration: underline; }

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, .gate .auth-form.loading-fixed::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; }

.help {
  padding: 0 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
  .help::after {
    content: '';
    display: table;
    clear: both; }
  .help div {
    padding: 0 1em 1em 0;
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      .help div {
        width: 50%;
        padding-right: 2em; } }
  .help a {
    border-bottom: 2px solid #ff282d; }
  .help .help-info p {
    font-size: 1.5em; }
    @media (min-width: 768px) {
      .help .help-info p {
        font-size: 2em; } }
  .help h3, .help .shop-header.description {
    margin-top: 0.5em; }

.help-faq h5 {
  padding-top: 1em;
  border-top: 1px dashed var(--black);
  margin-bottom: 1em; }

.help-faq p {
  font-size: 0.9em; }

.help-legal {
  padding: 1em; }
  .help-legal a {
    text-decoration: underline; }
  .help-legal p {
    font-size: 0.8em; }

.privacy {
  background-color: #f3f3f3;
  padding-top: 3em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 16em; }
  .privacy a {
    text-decoration: underline; }
  .privacy h2 {
    margin-bottom: 2em; }
  @media (max-width: 767px) {
    .privacy {
      padding: 0.5em; } }
  .privacy table {
    width: 80%;
    margin-bottom: 3em;
    margin-top: 2em; }
    @media (max-width: 767px) {
      .privacy table {
        width: 100%; } }
  .privacy .tg {
    border-collapse: collapse;
    border-spacing: 0; }
  .privacy .tg td {
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: white;
    width: 50%; }
  .privacy .tg th {
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    padding: 10px 5px;
    overflow: hidden;
    word-break: normal;
    border-color: white; }

.b2b textarea {
  border: 1px solid lightgrey;
  background: #fff;
  font-size: 0.8em; }

.b2b select {
  -webkit-appearance: menulist;
  color: var(--black);
  border: 1px solid lightgrey;
  width: 100%;
  background: white;
  margin-bottom: 7px; }

.b2b .headings {
  padding-left: 1em; }
  .b2b .headings h2 {
    color: #c4c4c4; }

.b2b .lc {
  padding: 1em;
  width: 50%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .b2b .lc {
      width: 100%; } }
  @media (min-width: 600px) {
    .b2b .lc #b2b-form {
      padding-right: 8em; } }
  .b2b .lc #b2b-form label {
    color: #000; }
  .b2b .lc #b2b-form .company-info {
    padding-top: 1em;
    padding-bottom: 1em; }
    .b2b .lc #b2b-form .company-info #form-error {
      float: right;
      margin-bottom: 0.6em; }
    .b2b .lc #b2b-form .company-info input {
      border: 1px solid lightgrey;
      background: #fff; }
  .b2b .lc #b2b-form .order-info {
    padding-top: 1em; }
    .b2b .lc #b2b-form .order-info .design-help {
      padding-top: 1em; }
      .b2b .lc #b2b-form .order-info .design-help table {
        width: 100%; }
    .b2b .lc #b2b-form .order-info label {
      font-size: 1em; }
    .b2b .lc #b2b-form .order-info input[type=radio] {
      display: inline; }
    .b2b .lc #b2b-form .order-info input:not(:last-child), .b2b .lc #b2b-form .order-info textarea {
      border: 1px solid lightgrey;
      background: #fff; }

.b2b .rc {
  padding: 1em;
  width: 50%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .b2b .rc {
      width: 100%; }
      .b2b .rc img {
        width: 80%; } }
@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; }

.likeable {
  cursor: hand;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

:not(.new-likes-wrapper) > .likeable: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; }

:not(.new-likes-wrapper) > .likeable.liked {
  -webkit-animation: pop 0.3s ease-in-out forwards;
  -moz-animation: pop 0.3s ease-in-out forwards;
  animation: pop 0.3s ease-in-out forwards; }

.like-button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0.5rem 0.5rem 0;
  width: min-content;
  content: var(--like-svg); }
  .like-button.liked {
    content: var(--like-filled-svg); }

.icon-heart {
  width: auto; }
  .icon-heart.liked {
    color: #ff282d; }
  .icon-heart span {
    pointer-events: none;
    font-weight: 300;
    font-size: 0.7em;
    vertical-align: top;
    line-height: 1.9em;
    margin-left: 0.3em; }

#wishlists .loading, #wishlists .loading-fixed {
  height: 100px; }

@-webkit-keyframes add-to-wishlist-slide-in {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }

@-moz-keyframes add-to-wishlist-slide-in {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }

@keyframes add-to-wishlist-slide-in {
  from {
    bottom: -100%; }
  to {
    bottom: 0; } }

@-webkit-keyframes add-to-wishlist-slide-out {
  from {
    bottom: 0; }
  to {
    bottom: -100%; } }

@-moz-keyframes add-to-wishlist-slide-out {
  from {
    bottom: 0; }
  to {
    bottom: -100%; } }

@keyframes add-to-wishlist-slide-out {
  from {
    bottom: 0; }
  to {
    bottom: -100%; } }

.me-contents .link {
  color: #4A4A4C;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: underline;
  display: block; }

.me-contents .me-header {
  position: relative;
  text-align: center;
  margin: 1rem auto 1.5rem; }
  @media (max-width: 599px) {
    .me-contents .me-header .buttons .link:not(:last-child) {
      margin-bottom: 1rem; } }
  @media (min-width: 600px) {
    .me-contents .me-header {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .me-contents .me-header .buttons {
        display: flex; }
      .me-contents .me-header .link {
        margin: 0 0 0 1rem; } }
.me-contents > h2 {
  padding: 1em 1em 2em;
  text-align: center;
  line-height: 1.1em;
  max-width: 500px;
  margin: 0 auto; }
  .me-contents > h2 i {
    vertical-align: top;
    -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; }
  .me-contents > h2 .icon-heart {
    font-size: 0.7em;
    margin-right: 0.2em;
    margin-top: 0.1em; }
  .me-contents > h2 .icon-eye-open:hover::before {
    content: 'P'; }
  .me-contents > h2 .icon-heart:hover::before {
    content: url("../assets/img/heart-outline.svg"); }

.me-contents .empty-content {
  margin: 50px 0 50px 0; }
  @media (max-width: 599px) {
    .me-contents .empty-content {
      text-align: center; } }
.order-card {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  .order-card > section {
    margin-bottom: 1rem; }
  .order-card .order-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 768px) {
      .order-card .order-details {
        flex-direction: row; }
        .order-card .order-details > div {
          margin-right: 1rem; } }
    .order-card .order-details > div {
      flex: 1;
      margin-bottom: 1rem; }
    .order-card .order-details .image img {
      max-width: 100%; }
    .order-card .order-details h5 {
      font-weight: bold; }
  .order-card .more {
    text-align: center; }

@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); }

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

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

@media (min-width: 768px) {
  #sticky-product-bar {
    visibility: hidden; } }

#sticky-product-bar .wrapper {
  transition: top 0.5s ease-in-out;
  position: fixed;
  top: -141px;
  left: 0;
  z-index: 4;
  height: 141px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 1px 2px 0px #00000033;
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  gap: 12px; }
  #sticky-product-bar .wrapper .img__wrapper {
    border-radius: 4px;
    box-shadow: 0px 0px 12px 2px #0000001A; }
    #sticky-product-bar .wrapper .img__wrapper img {
      min-width: 124px;
      max-width: 124px;
      min-height: 124px;
      max-height: 124px;
      align-content: center; }
  #sticky-product-bar .wrapper .image-loader {
    min-width: 124px;
    max-width: 124px;
    min-height: 124px;
    max-height: 124px;
    align-content: center; }
    #sticky-product-bar .wrapper .image-loader .mock {
      box-shadow: 0px 0px 12px 2px #0000001A inset;
      border-radius: 4px; }
  #sticky-product-bar .wrapper .product-info {
    align-content: center;
    float: none;
    overflow: hidden; }
    #sticky-product-bar .wrapper .product-info__wrapper {
      display: flex;
      gap: 8px; }
      #sticky-product-bar .wrapper .product-info__wrapper .price-container {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0;
        float: right;
        min-width: 26px; }
    #sticky-product-bar .wrapper .product-info .name {
      font-size: 15px;
      line-height: 22px;
      font-weight: 700;
      float: left;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    #sticky-product-bar .wrapper .product-info .price-label-w-discount {
      display: flex;
      flex-direction: column;
      text-align: right;
      width: fit-content; }
  #sticky-product-bar .wrapper.wrapper-visible {
    top: 91px;
    position: fixed; }

.only-one-left {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: #E06F29;
  margin-top: 24px;
  margin-bottom: 4px; }
  @media (max-width: 599px) {
    .only-one-left {
      margin: 0 0 4px 0; } }
.desktop-sidebar .frame-modal-content {
  margin-top: 20px; }

.desktop-sidebar .only-one-left, .cart-item .only-one-left {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #E06F29;
  margin: 0; }

.product {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .product {
      display: flex;
      flex-direction: row; } }
  .product section {
    display: inline-block;
    width: 100%;
    padding-right: 1em; }
    .product section h3, .product section .shop-header.description,
    .product section .h3,
    .product section .picker__title,
    .product section .create-wishlist label,
    .create-wishlist .product section label {
      font-size: 1.2em;
      line-height: 150%;
      margin-top: 1em;
      margin-left: 0.5em; }
  .product .dropdowns {
    padding: 0;
    margin-top: 0; }
    .product .dropdowns li {
      float: none; }
  .product .product-title-container .icon-heart,
  .product .product-title-container .like-button {
    display: none; }
  @media (max-width: 599px) {
    .product .product-title-container {
      position: relative; }
      .product .product-title-container .like-button {
        position: relative;
        height: 2rem;
        width: 2rem;
        margin: 0;
        content: var(-like-svg); }
        .product .product-title-container .like-button.liked {
          content: var(-like-filled-svg); } }
  .product #klarna-message {
    width: 100%; }
    .product #klarna-message .klarna-wrapper {
      margin-top: 16px; }
  .product .checkout-buttons {
    display: flex;
    width: 100%;
    margin: 4px auto 32px auto;
    justify-content: space-around;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px; }
    .fy .product .checkout-buttons button {
      text-transform: uppercase; }
    .fy .product .checkout-buttons button.new-sku-picker-titlecase {
      text-transform: none; }
    @media (max-width: 767px) {
      .product .checkout-buttons {
        margin-top: 8px;
        margin-bottom: 24px;
        flex-direction: column; }
        .product .checkout-buttons .buy-container, .product .checkout-buttons .add-to-cart-container {
          width: 100%; } }
    .product .checkout-buttons .bold {
      font-weight: 700; }
    .product .checkout-buttons .add-to-cart-container {
      flex: 1;
      margin-left: 1rem;
      margin-bottom: 0; }
      .product .checkout-buttons .add-to-cart-container #add-to-cart {
        height: 48px;
        border-width: 1px;
        font-size: 16px;
        padding: 0px 0px 1px 0px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 700; }
        .product .checkout-buttons .add-to-cart-container #add-to-cart:disabled {
          background-color: white;
          border-color: #F0F0EC;
          color: var(--grey);
          cursor: default; }
      @media (max-width: 767px) {
        .product .checkout-buttons .add-to-cart-container {
          margin-left: 0;
          margin-top: 16px; }
          .product .checkout-buttons .add-to-cart-container #add-to-cart {
            border-width: 1px;
            font-size: 16px; } }
    .product .checkout-buttons .buy-container {
      flex: 1; }
    .product .checkout-buttons .buy {
      width: 100%;
      margin-bottom: 0;
      border-radius: 10px;
      height: 48px;
      padding: 0px 0px 1px 0px;
      font-size: 15px;
      line-height: 22px;
      font-weight: 700; }
      .product .checkout-buttons .buy.buy-secondary {
        background: white;
        color: var(--black);
        border-color: var(--black);
        border: solid;
        border-width: 1px; }
      .product .checkout-buttons .buy:disabled {
        background-color: #F2F2F2;
        color: var(--grey);
        opacity: 1;
        cursor: default; }
    .product .checkout-buttons.no-buy-button #add-to-cart {
      background: var(--black);
      color: white; }
    .product .checkout-buttons.no-buy-button .add-to-cart-container {
      margin-top: 0;
      margin-left: 0; }
  .product .discount p {
    text-align: left;
    font-size: 0.8em; }
  .product .price-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--header-color); }
    @media (max-width: 599px) {
      .product .price-label {
        font-size: 20px;
        line-height: 38px;
        margin-bottom: 0;
        align-self: flex-start; } }
    .product .price-label .linethrough {
      text-decoration: line-through;
      padding: 0 5px 0 0; }
    .product .price-label.red {
      color: #FF282D; }
  .product .out-of-stock-message {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700; }
    .product .out-of-stock-message span, .product .out-of-stock-message a {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0;
      text-decoration: underline;
      cursor: pointer;
      color: var(--black);
      margin-left: 8px; }
  .product #product-discount-banner {
    display: flex;
    align-items: center; }
  .product .discount-like {
    display: flex;
    margin-bottom: 24px; }
    .product .discount-like .like-icon-right {
      position: relative;
      float: right;
      margin-left: auto; }
    .product .discount-like .price-discount-banner-wrapper {
      display: flex;
      align-items: center; }
      @media (max-width: 599px) {
        .product .discount-like .price-discount-banner-wrapper {
          flex-direction: column;
          justify-content: flex-start;
          margin-bottom: 0; } }
      .product .discount-like .price-discount-banner-wrapper #discount-banner {
        font-size: 0.9em;
        font-weight: 700;
        line-height: 22px;
        margin-left: 17px; }
        @media (max-width: 599px) {
          .product .discount-like .price-discount-banner-wrapper #discount-banner {
            margin-left: 0; } }
  .product .product-info .icon-heart,
  .product .product-title-container .icon-heart {
    flex: 1;
    font-size: 1.5rem;
    text-align: right; }
  .product .discount-banner-product-wrapper {
    padding: 0;
    display: flex;
    align-items: center; }
  .product .product-details {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; }
    .product .product-details p {
      font-weight: 500; }
    @media (min-width: 768px) {
      .product .product-details {
        margin-top: 1em;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .product .product-details {
        font-size: 1em; } }
    .product .product-details .accordion_menu#about-fy-art .accordion_menu__header-icon {
      height: 20px; }
  .product #review-widget .review-card {
    margin-right: 1rem; }
  .product #review-widget .star-rating {
    color: #ec413a;
    padding-right: 0.5rem; }
  .product #review-widget .name,
  .product #review-widget .timeago {
    font-weight: 300;
    color: gray; }
  .product #review-widget .comment {
    font-weight: 300; }
  .product #review-widget .reviews-logo {
    display: inline-block;
    width: 8rem; }
  .product #review-widget .review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product #review-widget .swiper-button-next,
  .product #review-widget .swiper-button-prev,
  .product #review-widget .swiper-pagination {
    display: none; }
  .product .shipping-returns {
    margin: 1rem auto;
    max-width: 80%; }
  .product > .back {
    display: none; }
    .product > .back .icon-logo {
      margin-top: 0.45em;
      font-size: 0.7em; }
    .product > .back a {
      font-size: 1.3em;
      padding: 0.1em;
      display: block; }
    @media (max-width: 599px) {
      .product > .back {
        display: block;
        z-index: 32;
        font-size: 2em;
        position: absolute;
        top: 0.12em;
        left: 0.3em; } }
  @media (min-width: 768px) {
    .product .product-content {
      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; }
    .product .product-content {
      margin: 1em 0;
      padding: 0 1em 0 2em; }
    .product .shipping-returns {
      padding-right: 0; }
    .product .dropdowns {
      width: 100%;
      margin: 0 0 1em 0; } }
  .product .prompt-select-size {
    -webkit-animation: wiggle 1s ease-in-out forwards;
    -moz-animation: wiggle 1s ease-in-out forwards;
    animation: wiggle 1s ease-in-out forwards; }
  .product .options {
    margin: 0;
    padding: 0; }
    .product .options .option-set-name {
      font-weight: 500;
      margin-bottom: 20px;
      color: var(--header-color); }
    .product .options .button {
      padding: 10px 15px;
      font-size: 15px; }
    .product .options li {
      font-size: 16px; }
      .product .options li i {
        font-style: italic; }
  .product .wall-art-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px; }
  .product .wall-art-description li {
    font-size: 16px;
    list-style: square;
    font-weight: 500;
    line-height: 26px;
    margin-left: 20px; }
  .product .trustpilot-widget {
    margin-top: 1.5rem;
    margin-bottom: 1.8rem; }

.related-products.content-column {
  margin: 1rem auto; }
  @media (max-width: 599px) {
    .related-products.content-column .products li {
      width: calc(40%); } }
.product-checkout {
  position: fixed;
  top: -130%;
  right: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  z-index: 120;
  background: white;
  box-shadow: 0 0 2px #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 600px) {
    .product-checkout {
      position: fixed;
      top: 0px;
      right: 0px;
      width: 380px;
      -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);
      height: 100%;
      height: 100vh; } }
  .product-checkout #checkout-pay-securely {
    margin: 0;
    width: 100%; }

#checkout .overlay {
  display: none; }

@-webkit-keyframes checkout-slide-in-top {
  from {
    top: -100%; }
  to {
    top: 0; } }

@-moz-keyframes checkout-slide-in-top {
  from {
    top: -100%; }
  to {
    top: 0; } }

@keyframes checkout-slide-in-top {
  from {
    top: -100%; }
  to {
    top: 0; } }

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

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

@keyframes checkout-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); } }

#checkout.checkout-open .overlay {
  display: block;
  z-index: 100;
  cursor: pointer;
  cursor: hand; }

#checkout.checkout-open .product-checkout {
  top: 0; }
  @media (max-width: 599px) {
    #checkout.checkout-open .product-checkout {
      -webkit-animation: checkout-slide-in-top 1s ease-in-out forwards;
      -moz-animation: checkout-slide-in-top 1s ease-in-out forwards;
      animation: checkout-slide-in-top 1s ease-in-out forwards; } }
  @media (min-width: 600px) {
    #checkout.checkout-open .product-checkout {
      -webkit-animation: checkout-slide-in-right 0.2s ease-in-out forwards;
      -moz-animation: checkout-slide-in-right 0.2s ease-in-out forwards;
      animation: checkout-slide-in-right 0.2s ease-in-out forwards; } }
@media (max-width: 599px) {
  .page-with-header.app-products-product-product header {
    display: none; }
  .page-with-header.app-products-product-product .flash {
    margin: -3em 0 3em;
    background: #dddddd; }
    .page-with-header.app-products-product-product .flash p {
      font-size: 0.8em;
      margin-bottom: 0; }
    .page-with-header.app-products-product-product .flash h2.spinny-face {
      display: none; } }

@media (max-width: 767px) {
  .page-with-header.app-products-product-product footer {
    display: none; } }

.shipping-banners-container {
  margin: 32px 0 32px 0; }
  @media (max-width: 599px) {
    .shipping-banners-container {
      margin: 16px 0; } }
.shipping-info,
.returns-info,
.xmas-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem 0;
  padding: 13px;
  border-radius: 3px;
  background-size: cover;
  /* Cover the entire div */
  background-repeat: no-repeat;
  /* Prevent the image from repeating */
  background-position: center;
  /* Center the image */ }
  .shipping-info__mobile,
  .returns-info__mobile,
  .xmas-banner__mobile {
    background-image: url("https://fydn.imgix.net/shared/xmas-pdp-banner-mobile-lighter-gradient.png"); }
  .shipping-info__desktop,
  .returns-info__desktop,
  .xmas-banner__desktop {
    background-image: url("https://fydn.imgix.net/shared/xmas-pdp-banner-desktop-lighter-gradient.png"); }
  .shipping-info img,
  .returns-info img,
  .xmas-banner img {
    padding: 0 8px 0 0; }
  .shipping-info__details,
  .returns-info__details,
  .xmas-banner__details {
    color: var(--black); }
    .shipping-info__details p,
    .returns-info__details p,
    .xmas-banner__details p {
      margin: 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400; }
      .shipping-info__details p.title,
      .returns-info__details p.title,
      .xmas-banner__details p.title {
        color: var(--header-color);
        font-weight: 700; }
  .shipping-info__express-included,
  .returns-info__express-included,
  .xmas-banner__express-included {
    display: flex;
    align-items: center;
    font-size: 15px; }
    .shipping-info__express-included img,
    .returns-info__express-included img,
    .xmas-banner__express-included img {
      margin-right: 8px; }
  .shipping-info__free-delivery,
  .returns-info__free-delivery,
  .xmas-banner__free-delivery {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600; }

.shipping-info__estimate-range {
  margin: 0; }

.shipping-info--expt {
  background-color: white;
  display: flex;
  flex-direction: row; }
  .shipping-info--expt p {
    color: var(--black);
    font-size: 15px;
    margin: 0; }
    @media (max-width: 599px) {
      .shipping-info--expt p {
        display: flex;
        flex-direction: column; } }
  .shipping-info--expt .shipping-info__details {
    line-height: 22px; }
  .shipping-info--expt .express-shipping-available {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px; }
    .shipping-info--expt .express-shipping-available__text {
      margin-top: 0; }

.xmas-banner #last-purchase-date {
  display: none; }

.shipping-returns {
  text-align: center;
  margin: 0; }
  .shipping-returns li {
    font-size: 0.7em;
    display: inline-block;
    padding: 0.5em 0.5em; }
  .shipping-returns i {
    font-size: 1.5em;
    vertical-align: top;
    margin: -0.2em 0.1em 0 0; }

#sku-dropdown {
  position: relative;
  margin: 24px 0 24px 0; }
  #sku-dropdown select option {
    color: var(--black); }
  #sku-dropdown .sku-dropdown__title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #sku-dropdown .sku-dropdown__fomo-message {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #E06F29; }
  #sku-dropdown .sku-dropdown__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 4px; }
  #sku-dropdown .sku-dropdown__selected-sku {
    background-color: white;
    border: 1px solid var(--black);
    color: var(--black);
    padding: 10px 12px 10px 12px;
    border-radius: 10px;
    height: 48px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between; }
  #sku-dropdown select {
    position: absolute;
    top: 0;
    background-color: transparent;
    color: transparent;
    border: 0;
    width: 100%;
    height: 100%; }
    #sku-dropdown select:focus {
      outline: none; }

.sku-picker {
  margin: 24px 0 24px 0; }
  @media (max-width: 599px) {
    .sku-picker {
      margin: 0 0 24px 0; } }
  .sku-picker h3, .sku-picker .shop-header.description {
    margin: 30px 0 0 0; }
  .sku-picker h4 {
    margin-bottom: 20px; }
  .sku-picker .mini {
    padding: 12px;
    min-width: 90px;
    font-size: 15px;
    line-height: 22px; }
  .sku-picker .only-one-left {
    margin-top: 16px; }
  .sku-picker .option-set {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px; }
    .sku-picker .option-set .button.selected {
      background: var(--header-color); }
    .sku-picker .option-set .option-set-values {
      gap: 8px;
      display: flex;
      flex-wrap: wrap; }
    .sku-picker .option-set .option-set-name {
      width: 100%;
      display: flex;
      flex-direction: row;
      margin-bottom: 20px; }
      .sku-picker .option-set .option-set-name h4 {
        margin: 0; }
      .sku-picker .option-set .option-set-name .info-tooltip {
        text-decoration: underline;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .sku-picker .option-set .option-set-name .info-tooltip .info-icon {
          margin: 0 4px 0 8px; }
    .sku-picker .option-set .frame-option {
      width: 76px;
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: fit-content;
      cursor: pointer; }
      .sku-picker .option-set .frame-option .extra-description {
        font-size: 10px;
        line-height: 15px; }
      .sku-picker .option-set .frame-option img {
        height: 60px;
        width: 76px;
        margin-bottom: 10px;
        border: 1px solid transparent;
        border-radius: 4px; }
        .sku-picker .option-set .frame-option img.selectable {
          border-color: #e5e5e5; }
        .sku-picker .option-set .frame-option img.selected {
          border-color: #000;
          border-width: 1.5px; }
      .sku-picker .option-set .frame-option .name-and-price {
        font-size: 0.75rem;
        font-weight: 700;
        max-width: 76px;
        text-align: center; }
        .sku-picker .option-set .frame-option .name-and-price.price-delta, .sku-picker .option-set .frame-option .name-and-price .price-delta {
          color: #9c9c9c; }
    .sku-picker .option-set .tag {
      border-radius: 10px;
      display: inline-flex;
      padding: 1px 10px;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-size: 10px;
      line-height: 15px;
      margin: -20px 0 3px 0; }
      .sku-picker .option-set .tag--popular {
        background-color: red;
        color: white; }
      .sku-picker .option-set .tag--new {
        background-color: #17968B;
        color: white; }
    .sku-picker .option-set.art-print-size .mini, .sku-picker .option-set.art-framing .mini, .sku-picker .option-set.art-print-mount-and-bleed .mini {
      padding: 0;
      display: grid;
      place-items: center;
      line-height: 1.2;
      width: 76px;
      min-width: auto; }
    .sku-picker .option-set.art-print-size .small, .sku-picker .option-set.art-framing .small, .sku-picker .option-set.art-print-mount-and-bleed .small {
      font-size: 13px; }
    .sku-picker .option-set.art-print-size .option-set-values, .sku-picker .option-set.art-framing .option-set-values, .sku-picker .option-set.art-print-mount-and-bleed .option-set-values {
      justify-content: space-between;
      width: 100%;
      display: grid;
      column-gap: 0;
      row-gap: 10px;
      grid-template-columns: repeat(auto-fill, 83px); }
  .sku-picker.new-style .option-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    min-height: 60px; }
    .sku-picker.new-style .option-row .option-left {
      display: flex;
      align-items: center;
      gap: 8px;
      min-width: 100px;
      flex-shrink: 0; }
      .sku-picker.new-style .option-row .option-left .option-label {
        font-size: 17px;
        font-weight: 700;
        line-height: 25px;
        color: var(--header-color); }
        @media (max-width: 600px) {
          .sku-picker.new-style .option-row .option-left .option-label {
            font-size: 15px;
            line-height: 22px;
            font-weight: 700; } }
      .sku-picker.new-style .option-row .option-left .info-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #666;
        background: white;
        cursor: pointer;
        transition: border-color 0.2s ease; }
        .sku-picker.new-style .option-row .option-left .info-icon:hover {
          border-color: #999; }
    .sku-picker.new-style .option-row .info-tooltip {
      cursor: pointer; }
      .sku-picker.new-style .option-row .info-tooltip .info-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #666;
        background: white;
        cursor: pointer;
        transition: border-color 0.2s ease; }
        .sku-picker.new-style .option-row .info-tooltip .info-icon:hover {
          border-color: #999; }
    .sku-picker.new-style .option-row .option-main {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px;
      border: 1px solid #E5E5E5;
      border-radius: 12px;
      background: white;
      cursor: pointer; }
      .sku-picker.new-style .option-row .option-main:hover {
        border-color: #ccc; }
      .sku-picker.new-style .option-row .option-main .option-value {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        color: var(--black); }
      .sku-picker.new-style .option-row .option-main .option-count {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0;
        color: #666; }
      .sku-picker.new-style .option-row .option-main .option-price {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        color: var(--black);
        margin-left: auto;
        margin-right: 12px; }
      .sku-picker.new-style .option-row .option-main .dropdown-arrow {
        font-size: 12px;
        color: #666; }
    .sku-picker.new-style .option-row .option-remove-icon {
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border-radius: 8px;
      transition: background-color 0.2s ease; }
      .sku-picker.new-style .option-row .option-remove-icon svg {
        width: 20px;
        height: 20px;
        fill: #666; }
      .sku-picker.new-style .option-row .option-remove-icon:hover {
        background: #f8f8f8; }
        .sku-picker.new-style .option-row .option-remove-icon:hover svg {
          fill: #333; }
  .sku-picker.new-style .size-modal-content {
    padding: 20px; }
    .sku-picker.new-style .size-modal-content .size-modal-header {
      margin-bottom: 20px; }
      .sku-picker.new-style .size-modal-content .size-modal-header h3, .sku-picker.new-style .size-modal-content .size-modal-header .shop-header.description {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: var(--black);
        margin: 0;
        font-size: 24px;
        font-weight: 700; }
    .sku-picker.new-style .size-modal-content .option-set.art-print-size .option-set-values {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-bottom: 20px; }
    .sku-picker.new-style .size-modal-content .size-option-button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 12px 8px;
      background: #F5F8FA;
      border-radius: 4px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      min-height: 68px;
      text-align: center; }
      .sku-picker.new-style .size-modal-content .size-option-button.selected {
        background: #000;
        color: white; }
        .sku-picker.new-style .size-modal-content .size-option-button.selected .size-dimensions,
        .sku-picker.new-style .size-modal-content .size-option-button.selected .size-price-row {
          color: white; }
      .sku-picker.new-style .size-modal-content .size-option-button .size-dimensions {
        font-family: 'Fabriga';
        font-style: normal;
        font-weight: 700;
        font-size: clamp(10px, 2.5vw, 13px);
        line-height: 1.2;
        text-align: center;
        color: #000000;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%; }
      .sku-picker.new-style .size-modal-content .size-option-button .size-price-row {
        font-family: 'Fabriga';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
        color: #000000;
        margin: 0; }
        .sku-picker.new-style .size-modal-content .size-option-button .size-price-row .original-price {
          text-decoration: line-through;
          color: #666;
          margin-right: 4px; }
        .sku-picker.new-style .size-modal-content .size-option-button .size-price-row .discounted-price,
        .sku-picker.new-style .size-modal-content .size-option-button .size-price-row .price-only {
          color: #FF4444; }
      .sku-picker.new-style .size-modal-content .size-option-button.first-option {
        background: #000;
        color: white;
        position: relative; }
        .sku-picker.new-style .size-modal-content .size-option-button.first-option .size-dimensions {
          color: white;
          font-weight: bold;
          font-size: 18px; }
        .sku-picker.new-style .size-modal-content .size-option-button.first-option .size-price-row .original-price {
          color: white;
          text-decoration: line-through;
          font-size: 14px; }
        .sku-picker.new-style .size-modal-content .size-option-button.first-option .size-price-row .discounted-price {
          color: #FF4444;
          font-weight: bold;
          font-size: 14px; }
        .sku-picker.new-style .size-modal-content .size-option-button.first-option .tag--new {
          background: #17968B;
          color: white;
          font-size: 10px;
          padding: 2px 8px;
          border-radius: 10px;
          position: absolute;
          top: 8px;
          left: 8px;
          font-weight: 700; }
      .sku-picker.new-style .size-modal-content .size-option-button.selected {
        border-color: #000;
        border-width: 2px;
        background: #f8f8f8; }
      .sku-picker.new-style .size-modal-content .size-option-button.selectable:hover {
        border-color: #ccc; }
      .sku-picker.new-style .size-modal-content .size-option-button .size-dimensions {
        font-weight: bold;
        color: var(--black);
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.2; }
      .sku-picker.new-style .size-modal-content .size-option-button .size-price-row {
        display: flex;
        gap: 8px;
        align-items: center; }
        .sku-picker.new-style .size-modal-content .size-option-button .size-price-row .original-price {
          color: #666;
          text-decoration: line-through;
          font-size: 14px; }
        .sku-picker.new-style .size-modal-content .size-option-button .size-price-row .discounted-price {
          color: #FF4444;
          font-weight: bold;
          font-size: 14px; }
    .sku-picker.new-style .size-modal-content .size-modal-footer .select-button {
      width: 100%;
      background: #000;
      color: white;
      border: none;
      padding: 16px;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer; }
      .sku-picker.new-style .size-modal-content .size-modal-footer .select-button:hover {
        background: #333; }
  .sku-picker.new-style .frame-modal-content {
    padding: 20px; }
    .sku-picker.new-style .frame-modal-content .frame-modal-header {
      margin-bottom: 20px; }
      .sku-picker.new-style .frame-modal-content .frame-modal-header h3, .sku-picker.new-style .frame-modal-content .frame-modal-header .shop-header.description {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: var(--black);
        margin: 0;
        font-size: 24px;
        font-weight: 700; }
    .sku-picker.new-style .frame-modal-content .option-set.art-framing .option-set-values {
      display: grid;
      grid-template-columns: repeat(auto-fill, 83px);
      gap: 10px;
      justify-content: space-between;
      width: 100%; }
    .sku-picker.new-style .frame-modal-content .frame-tabs {
      display: flex;
      border-bottom: 1px solid #E5E5E5;
      margin-bottom: 20px; }
    .sku-picker.new-style .frame-modal-content .frame-tab {
      flex: 1;
      padding: 16px 12px;
      text-align: center;
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: all 0.2s ease; }
      .sku-picker.new-style .frame-modal-content .frame-tab.selected {
        border-bottom-color: #000; }
        .sku-picker.new-style .frame-modal-content .frame-tab.selected .tab-name {
          font-weight: bold;
          color: #000; }
        .sku-picker.new-style .frame-modal-content .frame-tab.selected .tab-price {
          color: #FF4444;
          font-weight: bold; }
      .sku-picker.new-style .frame-modal-content .frame-tab .tab-name {
        font-size: 16px;
        color: #666;
        margin-bottom: 4px; }
      .sku-picker.new-style .frame-modal-content .frame-tab .tab-price {
        font-size: 14px;
        color: #666; }
        .sku-picker.new-style .frame-modal-content .frame-tab .tab-price:first-part {
          text-decoration: line-through; }
    .sku-picker.new-style .frame-modal-content .frame-options-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 20px; }
    .sku-picker.new-style .frame-modal-content .frame-option-button {
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease; }
      .sku-picker.new-style .frame-modal-content .frame-option-button.selected .frame-image-container img {
        border: 2px solid #000; }
      .sku-picker.new-style .frame-modal-content .frame-option-button.selectable:hover .frame-image-container img {
        border: 2px solid #ccc; }
      .sku-picker.new-style .frame-modal-content .frame-option-button .frame-image-container {
        position: relative;
        margin-bottom: 8px; }
        .sku-picker.new-style .frame-modal-content .frame-option-button .frame-image-container img {
          width: 60px;
          height: 60px;
          border: 2px solid transparent;
          border-radius: 4px;
          transition: border-color 0.2s ease; }
        .sku-picker.new-style .frame-modal-content .frame-option-button .frame-image-container .tag--new {
          position: absolute;
          top: -8px;
          right: -8px;
          background: #17968B;
          color: white;
          font-size: 10px;
          padding: 2px 6px;
          border-radius: 8px;
          font-weight: 700; }
      .sku-picker.new-style .frame-modal-content .frame-option-button .frame-name {
        font-size: 14px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 4px; }
      .sku-picker.new-style .frame-modal-content .frame-option-button .frame-price-row .price-delta {
        font-size: 12px;
        color: #333;
        font-weight: 600;
        display: block;
        margin-top: 2px; }
    .sku-picker.new-style .frame-modal-content .frame-description {
      margin-bottom: 20px;
      padding: 16px;
      border-radius: 8px;
      text-align: center;
      font-size: 14px; }
    .sku-picker.new-style .frame-modal-content .frame-modal-footer .select-frame-button {
      width: 100%;
      background: #000;
      color: white;
      border: none;
      padding: 16px;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer; }
      .sku-picker.new-style .frame-modal-content .frame-modal-footer .select-frame-button:hover {
        background: #333; }
  .sku-picker.new-style .border-modal-content {
    padding: 20px; }
    .sku-picker.new-style .border-modal-content .border-modal-header {
      margin-bottom: 20px; }
      .sku-picker.new-style .border-modal-content .border-modal-header h3, .sku-picker.new-style .border-modal-content .border-modal-header .shop-header.description {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: var(--black);
        margin: 0;
        font-size: 24px;
        font-weight: 700; }
    .sku-picker.new-style .border-modal-content .option-set.art-print-mount-and-bleed .option-set-values {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-bottom: 20px; }
    .sku-picker.new-style .border-modal-content .border-option-button {
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
      padding: 16px 12px;
      border: 1px solid #E5E5E5;
      border-radius: 8px; }
      .sku-picker.new-style .border-modal-content .border-option-button.selected {
        border-color: #000;
        border-width: 2px;
        background: #f8f8f8; }
      .sku-picker.new-style .border-modal-content .border-option-button.selectable:hover {
        border-color: #ccc; }
      .sku-picker.new-style .border-modal-content .border-option-button .border-image-container {
        margin-bottom: 8px; }
        .sku-picker.new-style .border-modal-content .border-option-button .border-image-container img {
          width: 60px;
          height: 60px;
          border-radius: 4px; }
      .sku-picker.new-style .border-modal-content .border-option-button .border-name {
        font-size: 14px;
        font-weight: 700;
        color: var(--black);
        margin-bottom: 4px; }
      .sku-picker.new-style .border-modal-content .border-option-button .border-price-row .price-delta {
        font-size: 12px;
        color: #333;
        font-weight: 600;
        display: block;
        margin-top: 2px; }
      .sku-picker.new-style .border-modal-content .border-option-button .border-note {
        font-size: 11px;
        color: #999;
        margin-top: 4px; }
    .sku-picker.new-style .border-modal-content .border-modal-footer .select-border-button {
      width: 100%;
      background: #000;
      color: white;
      border: none;
      padding: 16px;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer; }
      .sku-picker.new-style .border-modal-content .border-modal-footer .select-border-button:hover {
        background: #333; }
  .sku-picker.new-style .placeholder-modal {
    padding: 20px;
    text-align: center; }
    .sku-picker.new-style .placeholder-modal h3, .sku-picker.new-style .placeholder-modal .shop-header.description {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      color: var(--black);
      margin-bottom: 12px; }
    .sku-picker.new-style .placeholder-modal p {
      font-size: 17px;
      font-weight: 400;
      line-height: 25px;
      color: #666; }

.dtc-as-seen {
  margin: 32px auto;
  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); }
  .dtc-as-seen .box {
    background-color: white;
    border-radius: 12px; }
    .dtc-as-seen .box .logos {
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px 24px; }
      @media (max-width: 767px) {
        .dtc-as-seen .box .logos {
          padding: 0 32px; } }
    .dtc-as-seen .box img {
      height: 30px;
      display: inline-block; }
      @media (max-width: 767px) {
        .dtc-as-seen .box img.cnn {
          height: 36px; }
        .dtc-as-seen .box img.elle, .dtc-as-seen .box img.gh {
          height: 40px; }
        .dtc-as-seen .box img.yahoo {
          height: 42px; }
        .dtc-as-seen .box img.ideal-home, .dtc-as-seen .box img.times {
          height: 27px; } }
      @media (min-width: 768px) {
        .dtc-as-seen .box img.gh {
          height: 40px; }
        .dtc-as-seen .box img.ideal-home {
          height: 26px; }
        .dtc-as-seen .box img.times {
          height: 27px; }
        .dtc-as-seen .box img.refinery29 {
          height: 44px; }
        .dtc-as-seen .box img.gq {
          height: 50px; }
        .dtc-as-seen .box img.good-homes {
          height: 74px; } }
#about-boutique {
  margin-top: 10px; }
  #about-boutique__title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    font-weight: 500;
    color: #242038; }

#about-fy,
#sustainability-banner {
  width: 100%;
  display: flex;
  margin-top: 32px; }
  #about-fy .about-fy__logo,
  #about-fy .sustainability-banner__logo,
  #sustainability-banner .about-fy__logo,
  #sustainability-banner .sustainability-banner__logo {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: invert(1);
    border-radius: 4px 0px 0px 4px;
    flex-basis: 30%; }
    #about-fy .about-fy__logo svg,
    #about-fy .sustainability-banner__logo svg,
    #sustainability-banner .about-fy__logo svg,
    #sustainability-banner .sustainability-banner__logo svg {
      width: 68px; }
  #about-fy .about-fy__text,
  #about-fy .sustainability-banner__text,
  #sustainability-banner .about-fy__text,
  #sustainability-banner .sustainability-banner__text {
    background-color: #F2F2F2;
    padding: 24px;
    flex-basis: 70%;
    border-radius: 4px; }
  #about-fy .about-fy__title,
  #about-fy .sustainability-banner__title,
  #sustainability-banner .about-fy__title,
  #sustainability-banner .sustainability-banner__title {
    color: var(--black);
    font-size: 20px;
    font-weight: 700; }
  #about-fy .about-fy__description,
  #about-fy .sustainability-banner__description,
  #sustainability-banner .about-fy__description,
  #sustainability-banner .sustainability-banner__description {
    font-weight: 400;
    font-size: 15px;
    margin: 0; }
  #about-fy .about-fy__clickable-text,
  #about-fy .sustainability-banner__clickable-text,
  #sustainability-banner .about-fy__clickable-text,
  #sustainability-banner .sustainability-banner__clickable-text {
    text-decoration: underline;
    cursor: pointer; }

.about-fy-modal__logo {
  justify-content: center;
  align-items: center;
  display: flex; }

.about-fy-modal__content {
  padding: 22px 25px 24px 24px; }
  .about-fy-modal__content--non-modal {
    background-color: #F2F2F2;
    padding: 16px;
    margin: 64px -16px; }
    @media (max-width: 767px) {
      .about-fy-modal__content--non-modal {
        margin: 40px -16px; } }
    .about-fy-modal__content--non-modal .about-fy-modal__img {
      height: 169px;
      object-fit: cover;
      object-position: 0 100%;
      margin-bottom: 24px; }
    @media (min-width: 768px) {
      .about-fy-modal__content--non-modal {
        flex-direction: row-reverse;
        margin: 64px 0 calc(64px - 1.5rem) 0;
        display: flex;
        padding: 0; }
        .about-fy-modal__content--non-modal .about-fy-modal__points-wrapper {
          padding: 24px; }
          .about-fy-modal__content--non-modal .about-fy-modal__points-wrapper h2 {
            justify-content: left; }
        .about-fy-modal__content--non-modal .about-fy-modal__img {
          height: 100%;
          object-fit: cover;
          object-position: 50% 0;
          padding-left: 35px; } }
.about-fy-modal__img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 0 75%; }
  @media (min-width: 768px) {
    .about-fy-modal__img {
      height: 364px;
      object-position: 0 78%; } }
.about-fy-modal__title h2 {
  margin: 24px 0 24px 0;
  font-size: 25px;
  font-weight: 700;
  justify-content: center;
  display: flex; }

.about-fy-modal__points-wrapper h2 {
  font-size: 25px;
  font-weight: 700;
  justify-content: center;
  display: flex;
  margin: 0 0 22px 0s; }

.about-fy-modal__point {
  display: flex;
  margin-top: 10px; }
  .about-fy-modal__point svg {
    margin-right: 8px; }
  .about-fy-modal__point__title {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    line-height: 25px; }
  .about-fy-modal__point__message {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 22px; }
    .about-fy-modal__point__message a {
      text-decoration: underline;
      cursor: pointer; }

.messaging-accordion-section {
  margin-top: 11px; }
  .messaging-accordion-section p {
    font-size: 15px !important;
    line-height: 22px !important; }
    .messaging-accordion-section p a {
      text-decoration: underline; }
    .messaging-accordion-section p.bold {
      font-weight: 700;
      font-size: 17px !important; }
  .messaging-accordion-section h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: var(--header-color); }
    .messaging-accordion-section h4 + p {
      margin-top: 0; }
  .messaging-accordion-section .info-boxes {
    padding: 0;
    gap: 24px 16px;
    margin-bottom: 12px;
    padding-bottom: 12px; }
    .messaging-accordion-section .info-boxes .info-box .video-wrapper {
      margin-bottom: 0; }
    .messaging-accordion-section .info-boxes .info-box video,
    .messaging-accordion-section .info-boxes .info-box img {
      display: block;
      margin-bottom: 8px; }
    @media (max-width: 767px) {
      .messaging-accordion-section .info-boxes {
        display: flex;
        flex-direction: row;
        width: auto;
        max-width: auto;
        overflow-x: auto; }
        .messaging-accordion-section .info-boxes .info-box {
          width: 364px;
          max-width: 80vw;
          flex-grow: 0;
          flex-shrink: 0; } }
  .messaging-accordion-section .express-shipping-available {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    margin-bottom: 1rem; }
    .messaging-accordion-section .express-shipping-available__text {
      margin: 0; }
  .messaging-accordion-section .product__estimated-delivery-mobile .product__estimated-delivery-first-line {
    margin: 0px; }
  .messaging-accordion-section .product__estimated-delivery-mobile .product__estimated-delivery-second-line {
    margin: 0px;
    margin-bottom: 16px; }

.messaging-tab-bar-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 24px; }

.messaging-tab-bar-title {
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  border-radius: 10px;
  font-weight: bold;
  display: block;
  padding: 13px 22px;
  font-size: 16px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 0; }
  @media (max-width: 767px) {
    .messaging-tab-bar-title {
      padding: 12px 0;
      width: 50%;
      text-align: center; } }
  .messaging-tab-bar-title--active {
    background: var(--black);
    color: white; }
  .messaging-tab-bar-title:first-child {
    border-radius: 10px 0px 0px 10px; }
  .messaging-tab-bar-title:last-child {
    border-radius: 0px 10px 10px 0px;
    border-right: 1px solid var(--black); }

.fy-art-in-the-wild .section-title, .fy-art-in-the-wild .create-wishlist__title {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 0px; }

.fy-art-in-the-wild .section-subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 400; }

.fy-art-in-the-wild .section-title--trouva {
  color: var(--charcoal-grey);
  text-align: center;
  margin-top: 54px;
  margin-bottom: 0px; }

.fy-art-in-the-wild .section-subtitle--trouva {
  color: var(--charcoal-grey);
  text-align: center;
  font-size: 15px;
  font-weight: 400; }

.swiper.fy-art-in-the-wild-swiper .swiper-wrapper {
  margin-bottom: 22px; }

.swiper.fy-art-in-the-wild-swiper .swiper-pagination {
  bottom: 0px;
  padding: 0; }

.swiper.fy-art-in-the-wild-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px; }

.swiper.fy-art-in-the-wild-swiper .swiper-button-prev,
.swiper.fy-art-in-the-wild-swiper .swiper-button-next {
  top: calc(50% - 137px + 11px);
  width: auto;
  height: 274px;
  background: rgba(255, 255, 255, 0.7); }
  .swiper.fy-art-in-the-wild-swiper .swiper-button-prev:after,
  .swiper.fy-art-in-the-wild-swiper .swiper-button-next:after {
    content: ''; }

.swiper.fy-art-in-the-wild-swiper .swiper-button-prev {
  left: 0; }

.swiper.fy-art-in-the-wild-swiper .swiper-button-next {
  right: 0; }

.swiper.fy-art-in-the-wild-swiper .swiper-slide {
  max-width: 100%;
  aspect-ratio: 1 / 1; }
  .swiper.fy-art-in-the-wild-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 24px; }
  @media (min-width: 600px) {
    .swiper.fy-art-in-the-wild-swiper .swiper-slide {
      width: 274px;
      height: 274px; } }
.sustainability-banner__img {
  display: flex;
  border-radius: 4px 0px 0px 4px;
  align-items: center;
  justify-content: center;
  flex-basis: 30%;
  object-fit: cover;
  background-image: url("../assets/img/sustainability.png"); }

.sustainability-banner__text {
  border-radius: 0px 4px 4px 0px;
  background-color: #e8faf0; }

.usps-messaging {
  background-color: #F2F2F2;
  padding: 16px;
  margin: 16px 0;
  gap: 11px;
  display: flex;
  flex-direction: column;
  border-radius: 4px; }
  .usps-messaging-point {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--header-color); }
    .usps-messaging-point svg {
      margin-right: 16px;
      height: 24px;
      width: 24px; }
    .usps-messaging-point.flag svg {
      padding: 2px; }
    .usps-messaging-point p {
      margin: 0; }
    .usps-messaging-point p,
    .usps-messaging-point span {
      font-size: 15px;
      font-weight: 400;
      line-height: 22px; }
  .usps-messaging__popover {
    border-bottom: 1px dotted #000;
    margin-left: 3px; }
  .usps-messaging .tooltip-container {
    position: relative; }
  .usps-messaging .tooltip-inner-container {
    position: absolute; }
  .usps-messaging .tooltip {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%) translateY(-100%);
    width: 60vw;
    font-weight: 400;
    line-height: 22px; }
    .usps-messaging .tooltip:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 5px solid white;
      border-color: white transparent transparent transparent; }
    .usps-messaging .tooltip.hidden {
      visibility: hidden; }

.also-as-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .also-as-title {
      font-size: 17px;
      font-weight: 700;
      line-height: 25px; } }
#related-products {
  scroll-behavior: smooth !important;
  scroll-margin-top: 20px; }
  @media (min-width: 768px) {
    .trouva #related-products {
      scroll-margin-top: 68px; } }
.discount-like-with-reviews {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 12px; }
  .discount-like-with-reviews .price-section {
    flex-shrink: 0; }
    .discount-like-with-reviews .price-section .price {
      font-size: 0.9em; }
      @media (min-width: 992px) {
        .discount-like-with-reviews .price-section .price {
          font-size: 1.2em; } }
    .discount-like-with-reviews .price-section .price-label {
      font-size: 1.3em;
      font-weight: 600; }
  .discount-like-with-reviews .discount-section {
    flex-shrink: 0; }
    .discount-like-with-reviews .discount-section #discount-banner {
      font-size: 0.8em;
      white-space: nowrap;
      font-weight: bold; }
  .discount-like-with-reviews .reviews-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto; }
    .discount-like-with-reviews .reviews-right .fy-reviews-banner {
      font-size: 0.85em; }

.checkout-with-like-button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 10px; }
  .checkout-with-like-button .checkout-buttons {
    margin: 0 !important; }
  .checkout-with-like-button .add-to-cart-section {
    flex: 1; }
  .checkout-with-like-button .like-button-section {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 48px;
    height: 48px; }
    .checkout-with-like-button .like-button-section .likeable {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 0 8px;
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      background-color: white;
      color: #666;
      transition: all 0.2s ease; }
      .checkout-with-like-button .like-button-section .likeable::before {
        margin-top: -0.1em !important; }
      .checkout-with-like-button .like-button-section .likeable:hover span {
        color: #000; }
      .checkout-with-like-button .like-button-section .likeable.liked {
        border-color: #ff4444;
        background-color: #fff5f5;
        color: #ff4444; }
        .checkout-with-like-button .like-button-section .likeable.liked span {
          color: #333;
          font-weight: 600; }
      .checkout-with-like-button .like-button-section .likeable span {
        font-weight: 600;
        margin-left: 4px; }

@media only screen and (max-width: 600px) {
  .new-sku-picker-product-info .icon-star {
    width: 13px; }
  .new-sku-picker-product-info #fy-reviews-banner .review-number {
    font-size: 13px; } }

.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; } }
.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; }

@media (min-width: 768px) {
  #cart {
    padding: var(--cart-section-padding); } }

#cart h2 {
  padding: 0 0 1em 0;
  font-weight: var(--header-font-weight);
  margin-bottom: 0; }

#cart .content-column {
  position: unset;
  display: flex;
  flex-direction: column; }
  @media (min-width: 600px) {
    #cart .content-column {
      height: 100%; } }
.cart-loading {
  text-align: center;
  padding: 28vh 0; }
  .cart-loading img {
    padding-bottom: 24px; }

.empty-cart {
  text-align: center; }
  .empty-cart img {
    object-fit: contain;
    height: 14.375em;
    width: 100%;
    position: relative; }
  .empty-cart h1 {
    font-family: var(--header-font);
    font-size: var(--header-h1-font-size);
    font-weight: var(--header-font-weight);
    line-height: var(--header-h1-line-height);
    color: var(--black); }
  .empty-cart h6 {
    color: var(--charcoal-grey);
    font-size: 17px;
    font-weight: 400;
    line-height: 25px; }
  .empty-cart .cta-button {
    margin: 1rem auto;
    display: inline-block;
    width: 335px;
    height: 44px;
    padding: 0;
    line-height: 3;
    background-color: #4A4A4C;
    text-align: center;
    justify-content: center;
    border-radius: 10px; }
    .empty-cart .cta-button a {
      vertical-align: center;
      letter-spacing: 0.05em;
      font-weight: 700;
      color: white;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 100%; }
  @media (max-width: 599px) {
    .empty-cart {
      margin: 0 5.625em 0 5.625em; }
      .empty-cart h1 {
        font-size: 1.25em; }
      .empty-cart h6 {
        font-size: 0.8125em; }
      .empty-cart .cta-button {
        width: 12.0em; } }
.cart-total {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  gap: 4px; }
  .cart-total p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0; }
    .cart-total p.bold {
      font-weight: bold; }

.price-details, .shipping-cost {
  justify-content: space-between;
  flex-direction: row;
  display: flex;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0; }
  .price-details p, .shipping-cost p {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0; }
    .price-details p.bold, .shipping-cost p.bold {
      font-weight: bold; }

.shipping-cost {
  margin-top: 8px;
  margin-bottom: 4px; }

.fy-cart .price-details .total {
  font-weight: bold; }

.fy-cart .discount {
  color: red; }

.trouva-cart {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem; }
  .trouva-cart p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0.75rem !important; }
  .trouva-cart div {
    height: 25px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex; }
    .trouva-cart div.divider {
      margin: 0; }
    .trouva-cart div .country-picker__wrapper .country {
      cursor: pointer; }
    .trouva-cart div .country-picker__wrapper--display-only .country {
      cursor: auto; }
    .trouva-cart div.country {
      display: flex;
      gap: 0.25rem;
      flex-direction: row;
      width: 125px;
      justify-content: right; }
      .trouva-cart div.country svg {
        width: 16px;
        height: 16px;
        border: 1px solid #C0C0C0;
        border-radius: 100px; }
      .trouva-cart div.country .country-picker__country-name {
        text-decoration: underline;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        letter-spacing: 0;
        display: flex; }
        .trouva-cart div.country .country-picker__country-name svg {
          width: 16px;
          height: 16px;
          border: none;
          border-radius: 0;
          margin: 2px 0 0 4px; }
        .trouva-cart div.country .country-picker__country-name--display-only {
          text-decoration: none;
          cursor: auto; }
    .trouva-cart div.bold p {
      font-weight: bold; }
    .trouva-cart div.shipping-cost p {
      color: #9C9C9C; }
      .trouva-cart div.shipping-cost p.free {
        color: #5C9F67; }

.cart-summary {
  position: sticky;
  top: 120px;
  right: 40px;
  width: 300px;
  max-width: 300px;
  margin: 0;
  background-color: white;
  border-radius: 10px;
  height: fit-content;
  align-self: flex-start; }
  @media (max-width: 599px) {
    .cart-summary {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      max-width: 100%;
      padding: 0.625em 0;
      box-shadow: none;
      margin: 0; } }
  .cart-summary h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--header-font); }
  .cart-summary .divider {
    width: 100%;
    margin: 8px 0;
    background-image: none;
    background-color: #C0C0C0;
    height: 1px; }
  .cart-summary .black-klarna-logo {
    border-top: 1px solid #F0F0EC;
    padding-top: 16px; }
  .cart-summary input[type=submit],
  .cart-summary input.paypal {
    width: 100%; }
  .cart-summary .payment-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    padding: 0 1.4em;
    color: #4A4A4C;
    font-size: 13px; }
    .cart-summary .payment-options span {
      padding-top: 0.1rem; }
    .cart-summary .payment-options i::before {
      font-size: unset;
      margin: unset; }
  .cart-summary .payment-options-wrapper-cart-fy .payment-options {
    padding: 0;
    padding-right: 20px;
    margin-bottom: 40px; }
  .cart-summary .sign-in {
    margin: 0.5rem 0;
    text-align: left;
    font-weight: 400;
    font-size: 15px; }
    .cart-summary .sign-in > a {
      color: #147def;
      text-decoration: underline; }
  .cart-summary .checkout-offer-code {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    padding: 0.3rem 0 0.3rem 0;
    margin: 24px 0; }
  .cart-summary .checkout-button {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em; }
    .cart-summary .checkout-button:disabled {
      background: #d0d0d0;
      color: #909090;
      opacity: 1; }

@media (min-width: 768px) {
  .fy-cart-summary {
    width: 380px;
    max-width: 380px; } }

@media (min-width: 768px) {
  .trouva-cart-summary {
    width: 343px;
    max-width: 343px; } }

@media (max-width: 768px) {
  .trouva-cart-summary .checkout-securely input {
    margin-right: 0px; } }

.trouva-cart-summary .trouva-payment-options {
  margin-bottom: 2rem;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .trouva-cart-summary .trouva-payment-options {
      margin: 2rem 0; } }
.product-checkout .cart-summary {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.notouch {
  pointer-events: none; }

.quantity-picker {
  width: 2.5em; }
  .quantity-picker select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #F2F2F2 !important;
    border-radius: 0.625em;
    color: var(--black); }
  .quantity-picker select > option {
    background-color: #F2F2F2 !important; }
  .quantity-picker select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.summary-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--cart-summary-item-padding); }
  .summary-item .price-container {
    display: flex;
    gap: 4px;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0; }
  .summary-item .content {
    padding: var(--cart-summary-item-content-padding);
    width: 100%; }
    .summary-item .content p {
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0; }
  .summary-item .edit-wrapper {
    align-items: flex-end;
    color: #ff282d;
    text-align: right;
    cursor: pointer; }
    .summary-item .edit-wrapper p {
      font-weight: 400; }

.express-shipping-available {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 25px;
  line-height: 25px;
  font-size: 1em;
  font-weight: 200; }
  .express-shipping-available p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0;
    vertical-align: middle;
    font-weight: 400; }
  .express-shipping-available .delivery-van-icon {
    margin-right: 8px;
    margin-top: 3px; }

.items-summary {
  display: flex; }
  @media (max-width: 599px) {
    .items-summary {
      flex-direction: column;
      flex-grow: 1; } }
.cart-items {
  padding: 0 1.4em;
  flex: 1; }
  .cart-items h2 {
    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);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 599px) {
      .cart-items h2 {
        flex: 1 1 100px;
        padding: 0;
        padding-top: 16px; } }
    @media (min-width: 992px) {
      .cart-items h2 .cart__boutique-wrapper:last-child {
        margin-bottom: 116px; }
      .cart-items h2 .cart__error-wrapper > .cart__boutique-wrapper:last-child {
        margin-bottom: 16px; } }
  @media (max-width: 599px) {
    .cart-items {
      flex: 1 1 100px;
      padding: 16px 0 0 0; } }
  @media (min-width: 992px) {
    .cart-items .cart__boutique-wrapper:last-child {
      margin-bottom: 100px; } }
.cart-items::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */ }

.cart-item {
  padding-bottom: 12px; }
  .cart-item .image-loader {
    width: 100px;
    margin-right: 16px; }
  .cart-item .thumbnail {
    margin-right: 1.3em;
    width: 6.25em;
    height: 6.25em;
    left: 7.5em;
    top: 12.1875em;
    background: #F5F8FA;
    border-radius: 0.625em; }
  .cart-item .container {
    display: flex;
    padding: 0.25em 0; }
  .cart-item .info-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.25em 0;
    font-family: var(--body-font); }
  .cart-item .discount-banner-wrapper {
    height: 22px; }
  .cart-item #discount-banner {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 22px; }
    @media (max-width: 599px) {
      .cart-item #discount-banner {
        margin-left: 0; } }
  .cart-item .info-wrapper {
    width: 100%;
    padding-right: 8px; }
  .cart-item .product {
    display: flex;
    margin-bottom: 0; }
  .cart-item .not-available {
    margin-bottom: 10px; }
    .cart-item .not-available .help-info {
      font-weight: 100;
      margin-bottom: 10px; }
  .cart-item .name {
    margin-bottom: 4px;
    margin-right: 4px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: unset; }
  .cart-item .options {
    padding-bottom: 8px;
    color: var(--header-color);
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: unset; }
  .cart-item .current-price {
    color: #ff282d;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    line-height: unset; }
  .cart-item .catalogue-price-strikethrough {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: unset;
    text-align: end;
    text-decoration-line: line-through;
    color: var(--black); }
  .cart-item .price-container {
    display: flex;
    gap: 4px;
    flex-direction: row;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: unset; }
  .cart-item .actions-wrapper {
    display: flex;
    width: 8.5em;
    margin-top: 16px; }
    @media (max-width: 599px) {
      .cart-item .actions-wrapper {
        width: 5.5em; } }
  .cart-item .quantity-picker {
    flex: 1; }
  .cart-item .delete-container {
    color: #2D3439;
    display: flex;
    cursor: pointer; }
  .cart-item .delete {
    padding-left: 0.3em;
    font-weight: 40;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0; }
    @media (max-width: 599px) {
      .cart-item .delete {
        display: none; } }
  .cart-item .clean {
    all: unset;
    color: var(--header-color);
    display: flex;
    padding-left: 12px;
    align-items: center; }

.summary-cart-items,
.summary-ui {
  display: flex;
  flex-direction: column;
  flex: 1; }

.error-cta svg {
  width: 24px;
  height: 24px; }

.cart__boutique-wrapper, .cart__error-wrapper {
  border: 1px solid #C0C0C0;
  border-radius: 8px;
  padding: 16px 16px 8px 16px;
  margin: 0 24px 0 16px; }
  .cart__boutique-wrapper .cart-item, .cart__error-wrapper .cart-item {
    padding-top: 12px; }
    .cart__boutique-wrapper .cart-item .container, .cart__boutique-wrapper .cart-item .info-column, .cart__boutique-wrapper .cart-item .product, .cart__error-wrapper .cart-item .container, .cart__error-wrapper .cart-item .info-column, .cart__error-wrapper .cart-item .product {
      padding: 0;
      margin: 0; }
    .cart__boutique-wrapper .cart-item .help-banner .container, .cart__error-wrapper .cart-item .help-banner .container {
      padding: 16px 16px 18px 16px; }
    .cart__boutique-wrapper .cart-item img, .cart__error-wrapper .cart-item img {
      object-fit: cover; }

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

.cart__error-wrapper {
  border: 1px solid #FF282D;
  padding: 0; }
  .cart__error-wrapper-prompt {
    background-color: #FCEFEB;
    border-radius: 8px 8px 0 0;
    padding: 16px; }
    .cart__error-wrapper-prompt .error-cta {
      cursor: pointer;
      border-radius: 16px;
      margin-top: 16px;
      background-color: white;
      border: 1px solid #2D3439;
      padding: 10px 8px 10px 8px;
      display: flex;
      width: fit-content;
      align-items: center;
      height: 32px;
      position: relative; }
      .cart__error-wrapper-prompt .error-cta svg {
        width: 16px;
        height: 16px; }
      .cart__error-wrapper-prompt .error-cta__label {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
        margin: 0;
        margin-left: 4px; }
      .cart__error-wrapper-prompt .error-cta .country-picker__selector {
        top: 0; }
      .cart__error-wrapper-prompt .error-cta .country-picker__wrapper {
        width: 100%;
        position: absolute;
        top: 0; }
        .cart__error-wrapper-prompt .error-cta .country-picker__wrapper--display-only {
          cursor: auto; }
      .cart__error-wrapper-prompt .error-cta .country-picker__country-name--display-only {
        text-decoration: none;
        cursor: auto; }
    .cart__error-wrapper-prompt p {
      margin: 0;
      font-size: 15px;
      line-height: 22px;
      font-weight: 400;
      letter-spacing: 0; }
  .cart__error-wrapper .cart__boutique-wrapper {
    border: none;
    margin: 16px;
    padding: 0; }
    .cart__error-wrapper .cart__boutique-wrapper:not(:last-of-type) {
      border-bottom: 1px solid #C0C0C0;
      border-radius: 0;
      padding-bottom: 16px; }

.cart__boutique-title {
  display: flex;
  align-items: center;
  gap: 4px; }
  .cart__boutique-title svg {
    width: 16px;
    height: 16px; }
  .cart__boutique-title p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0; }

.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: 11;
  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, .dropdowns li, .page-links .previous-page,
.page-links .next-page, .checkout h4 {
  font-size: 0.7rem;
  line-height: 2.2rem;
  margin: 0 0 2.2rem; }

.sub-heading, .dropdowns li, .page-links .previous-page,
.page-links .next-page, .checkout h4 {
  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; }

ul.story-list img {
  display: block;
  width: 100%; }

ul.story-list li {
  width: 100%; }
  @media (min-width: 768px) {
    ul.story-list li {
      float: left; } }
  @media (min-width: 768px) {
    ul.story-list li {
      width: 50%; } }
  @media (min-width: 992px) {
    ul.story-list li {
      width: 33.3333%; } }
  @media (min-width: 1200px) {
    ul.story-list li {
      width: 33.3333%; } }
.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; } }
.email {
  padding: 1em;
  text-align: center; }
  @media (max-width: 599px) {
    .email {
      padding: 3em 1em; } }
  .email a {
    border-bottom: 2px solid #ff282d; }
  .email p {
    font-size: 1.5em; }

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

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

.content-column.no-padding {
  margin: 0;
  padding: 0; }

.content-column.full-width {
  max-width: 100%; }

@media (min-width: 768px) {
  .content-column .row {
    gap: 0px; } }

@media (max-width: 767px) {
  .content-column .primary-message__multiCTA {
    height: 365px; } }

.content-column.primary-message {
  margin: 0 auto !important; }
  .content-column.primary-message .row {
    flex-direction: row-reverse;
    min-height: 375px;
    padding: 0 1em; }
    .content-column.primary-message .row .column .image {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .content-column.primary-message .row .column .message-content {
      display: flex;
      align-items: center;
      justify-content: left;
      padding: 16px 16px; }
      @media only screen and (min-width: 768px) {
        .content-column.primary-message .row .column .message-content {
          height: 100%; } }
      .content-column.primary-message .row .column .message-content .heading {
        padding-top: 16px; }
      .content-column.primary-message .row .column .message-content h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        font-family: var(--header-font);
        font-weight: 700; }
        @media only screen and (min-width: 992px) {
          .content-column.primary-message .row .column .message-content h1 {
            font-family: var(--header-font);
            font-size: var(--header-h1-font-size);
            font-weight: var(--header-font-weight);
            line-height: var(--header-h1-line-height); } }
      .content-column.primary-message .row .column .message-content .primary-reviews {
        margin-bottom: 16px; }
        .content-column.primary-message .row .column .message-content .primary-reviews td {
          vertical-align: middle; }
        .content-column.primary-message .row .column .message-content .primary-reviews svg {
          height: 20px;
          vertical-align: middle;
          display: inline-block;
          margin-right: 0.25em; }
        .content-column.primary-message .row .column .message-content .primary-reviews .trouva-svg {
          margin-right: 0.13em; }
        .content-column.primary-message .row .column .message-content .primary-reviews span {
          vertical-align: middle;
          line-height: 20px; }
          .content-column.primary-message .row .column .message-content .primary-reviews span.average {
            margin-left: 0.5em;
            font-weight: 700; }
          .content-column.primary-message .row .column .message-content .primary-reviews span.total {
            font-weight: 300; }
          .content-column.primary-message .row .column .message-content .primary-reviews span.average--trouva {
            margin-left: 0.5em;
            font-weight: 700;
            color: var(--charcoal-grey); }
          .content-column.primary-message .row .column .message-content .primary-reviews span.total--trouva {
            font-weight: 300;
            font-size: 15px;
            color: var(--charcoal-grey); }
    .content-column.primary-message .row .column .message-content {
      padding: 48px 48px; }
      .content-column.primary-message .row .column .message-content .message-content__multiCTA-heading {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .content-column.primary-message .row .column .message-content .message-content__multiCTA-heading-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 16px;
        gap: 8px;
        justify-content: center; }
      .content-column.primary-message .row .column .message-content .primary-message-btn {
        text-align: center;
        /* Centers text within buttons */
        width: 230px;
        height: 48px;
        background-color: white;
        color: black;
        padding-top: 10px;
        font-size: 15px;
        font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .content-column.primary-message .primary-message__fy-row {
      gap: 0px; } }
  @media only screen and (max-width: 768px) {
    .content-column.primary-message .row {
      padding: 0;
      flex-direction: row;
      height: 375px; }
      .content-column.primary-message .row .column {
        height: 50%; }
        .content-column.primary-message .row .column .message-content {
          text-align: center;
          padding: 0 16px; }
          .content-column.primary-message .row .column .message-content div {
            width: 100%; }
          .content-column.primary-message .row .column .message-content h1 {
            font-size: 35px;
            line-height: 45px; }
          .content-column.primary-message .row .column .message-content table {
            width: 100%; } }
@media (max-width: 767px) {
  .content-column#primary-message-multiCTA {
    height: 460px; }
    .content-column#primary-message-multiCTA .mobile-full__multiCTA {
      height: 225px; }
    .content-column#primary-message-multiCTA .image-column {
      height: 65%; }
    .content-column#primary-message-multiCTA .message-content__multiCTA-heading {
      font-size: 30px;
      font-weight: 700;
      line-height: 33px; }
    .content-column#primary-message-multiCTA .message-content__multiCTA-heading-buttons .primary-message-btn {
      width: 163px;
      height: 48px; } }
    @media (max-width: 767px) and (max-width: 667px) {
      .content-column#primary-message-multiCTA .message-content__multiCTA-heading-buttons .primary-message-btn {
        width: 143px; } }
.content-column.sell-on-fy {
  height: 600px;
  margin: 50px auto;
  padding: 0;
  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); }
  .content-column.sell-on-fy .row {
    height: 100%;
    padding: 0 1em; }
    .content-column.sell-on-fy .row .column {
      height: 100%;
      overflow: hidden; }
      .content-column.sell-on-fy .row .column img {
        width: 100%; }
      .content-column.sell-on-fy .row .column .message-content {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 3em; }
        .content-column.sell-on-fy .row .column .message-content p, .content-column.sell-on-fy .row .column .message-content .cta {
          font-family: var(--body-font); }
        .content-column.sell-on-fy .row .column .message-content .cta {
          font-size: 15px;
          line-height: 22px;
          font-weight: 700; }
  @media only screen and (max-width: 600px) {
    .content-column.sell-on-fy .row .column {
      height: 50%; }
      .content-column.sell-on-fy .row .column .message-content {
        padding: 0 1em; } }
.content-column.why-shop {
  margin: 64px 0;
  background: var(--why-shop-background);
  padding: 64px 0;
  text-align: center; }
  .content-column.why-shop svg {
    color: var(--why-shop-icon-color); }
  .content-column.why-shop .container {
    max-width: 1312px;
    margin: 0 auto; }
    .content-column.why-shop .container h1 {
      font-family: var(--header-font);
      font-size: 30px;
      font-weight: 400;
      line-height: 35px;
      text-align: center; }
    .content-column.why-shop .container .row {
      margin: 2em 0 0 0; }
      .content-column.why-shop .container .row .column:nth-child(1), .content-column.why-shop .container .row .column:nth-child(4) {
        padding-right: 2em; }
      .content-column.why-shop .container .row .column:nth-child(2), .content-column.why-shop .container .row .column:nth-child(5) {
        padding-left: 1em;
        padding-right: 1em; }
      .content-column.why-shop .container .row .column:nth-child(3), .content-column.why-shop .container .row .column:nth-child(6) {
        padding-left: 2em; }
      @media only screen and (max-width: 600px) {
        .content-column.why-shop .container .row .column:nth-child(odd), .content-column.why-shop .container .row .column:nth-child(even) {
          padding: 1em; } }
      .content-column.why-shop .container .row .column.bottom-padding {
        padding-bottom: 24px; }
      .content-column.why-shop .container .row .column h2 {
        font-family: var(--header-font);
        font-size: 25px;
        text-align: center; }
        @media (max-width: 767px) {
          .content-column.why-shop .container .row .column h2 {
            font-size: 20px;
            font-weight: 400;
            line-height: 30px; } }
      .content-column.why-shop .container .row .column p {
        margin: 1em 0 0 0;
        font-size: 17px;
        font-weight: 400;
        line-height: 25px; }
    .content-column.why-shop .container .why-shop-trouva__container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0px 15px;
      margin-top: 24px; }
      .content-column.why-shop .container .why-shop-trouva__container h1 {
        text-align: center;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        font-family: var(--header-font); }
      .content-column.why-shop .container .why-shop-trouva__container .why-shop-trouva__item {
        flex: 0 0 calc(50% - 1rem);
        margin-bottom: 2rem;
        justify-content: center;
        display: flex; }
        .content-column.why-shop .container .why-shop-trouva__container .why-shop-trouva__item h2 {
          font-size: 25px;
          text-align: center;
          font-family: var(--header-font); }
          @media (max-width: 767px) {
            .content-column.why-shop .container .why-shop-trouva__container .why-shop-trouva__item h2 {
              font-size: 20px;
              font-weight: 400;
              line-height: 30px; } }
        .content-column.why-shop .container .why-shop-trouva__container .why-shop-trouva__item img {
          margin-bottom: 10px;
          height: 64px; }
        .content-column.why-shop .container .why-shop-trouva__container .why-shop-trouva__item .why-shop-trouva__item-text {
          max-width: 360px;
          text-align: center;
          margin: 0; }
      @media (min-width: 768px) {
        .content-column.why-shop .container .why-shop-trouva__container .why-shop-trouva__item {
          flex: 0 0 calc(33.33% - 1rem); } }
  @media only screen and (max-width: 600px) {
    .content-column.why-shop {
      padding: 32px 0; }
      .content-column.why-shop .container svg {
        margin-bottom: 8px; }
      .content-column.why-shop .container .row {
        margin: 0; }
        .content-column.why-shop .container .row .column h3, .content-column.why-shop .container .row .column .shop-header.description {
          margin: 0; }
        .content-column.why-shop .container .row .column p {
          margin: 0; } }
.content-column.fy-in-the-wild {
  padding: 32px 0 16px 0; }
  .content-column.fy-in-the-wild .section-title, .content-column.fy-in-the-wild .create-wishlist__title {
    margin-top: 0; }

.splash-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #FBF2ED;
  color: #414042;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 75vw;
  margin: 0 -1rem 1rem;
  overflow: hidden; }
  .splash-header img {
    display: none; }
  @supports (object-fit: cover) {
    .splash-header img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%; } }
  @media (min-width: 768px) {
    .splash-header {
      height: 520px;
      margin: 0 0 1rem; } }
.welcome-to-fy {
  text-align: center;
  max-width: 26rem;
  margin: 0 auto; }
  .welcome-to-fy h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 1rem 0;
    line-height: 1.25em; }
  .welcome-to-fy h2 {
    display: none; }
  @media (min-width: 768px) {
    .welcome-to-fy {
      max-width: 32rem; }
      .welcome-to-fy h1 {
        font-size: 2.5rem; }
      .welcome-to-fy h2 {
        display: block;
        line-height: 1.25em;
        margin: 1rem 0; } }
  .welcome-to-fy .cta-button {
    margin: 1rem auto;
    display: inline-block;
    width: 12em;
    height: auto;
    padding: 0;
    line-height: 3;
    background-color: #4A4A4C; }
    .welcome-to-fy .cta-button a {
      vertical-align: center;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 700;
      color: white; }

.top-nav {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: calc(3.5rem + 36px); }
  @media (min-width: 1024px) {
    .top-nav {
      display: none; } }
  .top-nav .scrollable > a {
    color: var(--black);
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    display: inline-block;
    margin-right: 1rem; }
    .top-nav .scrollable > a.christmas {
      color: #ff282d; }

.home .featured {
  margin: 2rem 0; }
  .home .featured .header {
    background: none;
    display: flex;
    justify-content: space-between; }
    .home .featured .header h2 {
      margin: 0; }
    .home .featured .header a {
      text-align: right;
      color: #ff282d;
      padding: 5px 0 0 0; }

.shop-carousel--carousel__small {
  gap: 16px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
  @media (max-width: 767px) {
    .shop-carousel--carousel__small {
      grid-template-columns: 1fr 1fr; } }
  .shop-carousel--carousel__small .shop-card.small {
    margin: 0;
    border-radius: 8px; }
    .shop-carousel--carousel__small .shop-card.small img {
      aspect-ratio: 1;
      width: 100%;
      border-radius: 8px; }
  .shop-carousel--carousel__small .shop-card .bottom .shop-name {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    text-wrap: wrap;
    white-space: wrap; }
    .shop-carousel--carousel__small .shop-card .bottom .shop-name--ellipsis {
      line-height: 36px;
      text-wrap: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .shop-carousel--carousel__small .shop-card .bottom .shop-logo {
    display: flex;
    flex-direction: row;
    margin-top: 9px; }
    .shop-carousel--carousel__small .shop-card .bottom .shop-logo img {
      height: 36px;
      width: 36px;
      display: flex;
      object-fit: cover;
      border-radius: 100px;
      border: 1px solid #C0C0C0; }
    .shop-carousel--carousel__small .shop-card .bottom .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-carousel--carousel__small .shop-card .bottom .shop-logo .shop-name {
      text-align: left; }

.shop-carousel--mobile-cta {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  font-weight: 700;
  margin-top: 24px;
  display: none; }

@media (max-width: 767px) {
  .shop-carousel__small .shop-carousel--mobile-cta {
    display: block; }
  .shop-carousel__small .shop-carousel--desktop-cta {
    display: none; } }

.shop-carousel__small .shop-carousel--desktop-cta {
  font-weight: 700; }

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

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

.reviews {
  background: linear-gradient(9deg, #f0f0eb, #fbfbfa);
  color: #646464;
  font-size: 12px; }
  @media (min-width: 768px) {
    .reviews {
      font-size: 14px; } }
  .reviews .h3, .reviews .picker__title, .reviews .create-wishlist label, .create-wishlist .reviews label {
    line-height: 1.45;
    margin-bottom: 1rem; }
  .reviews .review {
    margin: 0 auto;
    padding: 1rem 0;
    text-align: center;
    max-width: 22rem; }
  .reviews .review-body {
    max-width: 22rem;
    margin: 1rem auto; }
    .reviews .review-body:before {
      content: "~";
      display: block;
      font-size: 1.3rem;
      margin-bottom: 0.5rem; }
  .reviews .review-text:before {
    content: "\201C"; }
  .reviews .review-text:after {
    content: "\201D"; }
  .reviews .reviewer {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
    margin-bottom: 0.25rem; }
  .reviews .rating {
    letter-spacing: 0.03em;
    margin-bottom: 1rem; }
  .reviews .external-reviews {
    margin: 1rem auto; }
    .reviews .external-reviews .reviews-logo {
      display: inline-block;
      width: 8rem;
      vertical-align: -7px;
      padding: 4px 0; }
    .reviews .external-reviews span {
      margin-right: 0.66rem; }
    .reviews .external-reviews a {
      color: #646464;
      margin: 0 6px;
      text-decoration: underline; }

.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; }

.checkout-offer-code {
  height: 100%;
  width: 100%;
  padding: 0.7rem 1em 0.7rem 1em;
  margin: 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  .checkout-offer-code .offer-code-form {
    padding: 0.7em 0; }
  .checkout-offer-code .expand-offer-code {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    vertical-align: middle;
    cursor: pointer; }
    .checkout-offer-code .expand-offer-code span {
      font-weight: bold;
      font-size: 0.85em; }
    .checkout-offer-code .expand-offer-code i {
      display: block;
      color: var(--black); }
  .checkout-offer-code form {
    display: flex;
    margin: 1em 0 0 0;
    padding: 0;
    align-items: center;
    gap: 8px; }
    .checkout-offer-code form input {
      padding: 0;
      border-radius: 8px;
      padding: 15px;
      font-weight: 400;
      height: 100%; }
      .checkout-offer-code form input::placeholder {
        color: #4A4A4C;
        font-size: 0.9em; }
    .checkout-offer-code form label {
      margin: 0px; }
    .checkout-offer-code form button {
      background-color: white;
      color: var(--black);
      border: 1px solid var(--black);
      margin: 0;
      font-size: 0.8em; }
      .checkout-offer-code form button[disabled] {
        border: 1px solid #ccc;
        color: #ccc;
        cursor: auto; }
  .checkout-offer-code .offer-code-error {
    color: red;
    padding: 1rem 0 0 0;
    font-size: 0.8em; }
  .checkout-offer-code .offer-code-success {
    color: green;
    padding: 1rem 0 0 0;
    font-size: 0.8em; }
  .checkout-offer-code .offer-code {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0em; }
    .checkout-offer-code .offer-code .offer-code-applied {
      display: block;
      margin: 0.3em 0;
      background: var(--light-green);
      padding: 0.5rem;
      border-radius: 8px;
      width: 100%;
      line-height: 1.7em;
      align-content: center;
      height: 56px; }
      .checkout-offer-code .offer-code .offer-code-applied img {
        vertical-align: middle;
        margin: 0 0.7em; }
    .checkout-offer-code .offer-code button {
      background-color: white;
      border: none;
      color: var(--black);
      font-size: 0.85em;
      margin: 0;
      padding: 0; }
      .checkout-offer-code .offer-code button[disabled] {
        color: #cccccc; }

.multi-buy-banner {
  background-color: #e8faf0;
  padding: 16px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0; }
  .multi-buy-banner__content {
    margin-bottom: 10px; }
  .multi-buy-banner--standalone {
    border-radius: 8px; }
  .multi-buy-banner .multi-buy-banner__icon {
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-right: 8px;
    display: grid;
    place-items: center; }
  @media (max-width: 599px) {
    .multi-buy-banner__head, .multi-buy-banner__body {
      display: block; } }
  @media (min-width: 600px) {
    .multi-buy-banner__head::after {
      content: ' — '; } }
  .multi-buy-banner__head, .multi-buy-banner em {
    font-weight: bold; }
  .multi-buy-banner__body a {
    text-decoration: underline;
    font-weight: bold; }
  .multi-buy-banner + .shipping-info-banner {
    margin-top: 8px; }
  .multi-buy-banner .check {
    width: 18px; }

#category-navigation-card {
  display: flex;
  flex-direction: column; }
  #category-navigation-card img {
    border-radius: 5px;
    margin-right: 16px;
    margin-bottom: 4px;
    object-fit: cover; }
    @media (min-width: 600px) {
      #category-navigation-card img {
        width: 140px;
        height: 105px; } }
    @media (max-width: 599px) {
      #category-navigation-card img {
        display: block;
        position: absolute;
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; } }
  @media (max-width: 599px) {
    #category-navigation-card a.category-image-link {
      position: relative;
      overflow: hidden;
      display: block;
      width: 100%;
      padding-top: 75%; } }
  #category-navigation-card #category-name {
    color: var(--black);
    overflow: hidden;
    max-width: 140px;
    height: 50px;
    font-size: 15px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; }
    @media (max-width: 599px) {
      #category-navigation-card #category-name {
        font-size: 15px;
        margin-top: 9.75px;
        line-height: 1.25; } }
.see-more {
  cursor: pointer; }
  .see-more #see-more-text {
    display: none;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
    margin: 0 0 8px 0; }

#category-cards-wrapper {
  display: flex;
  flex-direction: column; }
  #category-cards-wrapper #categories-container {
    display: grid;
    column-gap: 10px;
    width: 100%;
    grid-template-columns: repeat(auto-fit, 140px);
    overflow: hidden;
    max-height: 100vh;
    transition: max-height 0.5s ease-in-out;
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out; }
    @media (max-width: 599px) {
      #category-cards-wrapper #categories-container {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 600px) {
      #category-cards-wrapper #categories-container.collapsed {
        grid-template-rows: auto repeat(100, 0); } }
    @media (max-width: 599px) {
      #category-cards-wrapper #categories-container.collapsed {
        grid-template-rows: auto auto repeat(100, 0); } }
.shop-category-content {
  margin-bottom: 24px; }

.home #category-navigation-card #category-name {
  height: 10px; }

@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); } }

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

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

@keyframes sidebar-slide-out-right {
  from {
    -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); }
  to {
    -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); } }

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

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

@keyframes sidebar-slide-out-left {
  from {
    -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); }
  to {
    -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); } }

.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.sidebar-closing .drawer {
    -webkit-animation: sidebar-slide-out-right 0.2s ease-in-out forwards;
    -moz-animation: sidebar-slide-out-right 0.2s ease-in-out forwards;
    animation: sidebar-slide-out-right 0.2s ease-in-out forwards; }
    .desktop-sidebar.sidebar-closing .drawer--left {
      -webkit-animation: sidebar-slide-out-left 0.2s ease-in-out forwards;
      -moz-animation: sidebar-slide-out-left 0.2s ease-in-out forwards;
      animation: sidebar-slide-out-left 0.2s ease-in-out forwards; }
  .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 .sku-picker-header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 8px 12px 8px 16px;
      background: white;
      box-shadow: 0px 2px 4px 0px rgba(32, 32, 32, 0.16);
      position: sticky;
      top: 0;
      z-index: 10; }
      .desktop-sidebar .drawer .sku-picker-header .header-title {
        font-family: Fabriga;
        font-weight: 700;
        font-size: 17px;
        line-height: 1.47;
        color: #000;
        margin: 0; }
      .desktop-sidebar .drawer .sku-picker-header .close-button {
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        .desktop-sidebar .drawer .sku-picker-header .close-button .icon-close {
          font-size: 16px;
          color: #000; }
    .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; }

.sidebar-remove-frame-header {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px; }

.sidebar-remove-frame-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease; }
  .sidebar-remove-frame-button:hover {
    background: var(--background-color);
    border-color: var(--primary-color); }
  .sidebar-remove-frame-button svg {
    width: 16px;
    height: 16px;
    color: var(--text-color); }
  .sidebar-remove-frame-button span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color); }

.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; }

.image-loader {
  width: 100%; }
  .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: 0;
      transition: opacity 250ms; }
  .image-loader .overlay {
    display: none; }
  .image-loader.loaded .loader > .bounding-box > .loaded-image {
    opacity: 1; }
  .image-loader.has-placeholder .placeholder {
    filter: blur(20px); }

.prompt-checkout {
  display: flex;
  flex-direction: column; }
  .prompt-checkout .cart-item {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: var(--prompt-checkout-cart-item-padding-bottom); }
    .prompt-checkout .cart-item img.thumbnail {
      margin-right: 15px;
      width: 80px;
      height: 80px;
      border-radius: 10px; }
    .prompt-checkout .cart-item .container {
      font-size: 15px;
      line-height: 22px;
      padding: 0; }
    .prompt-checkout .cart-item .product {
      width: calc(100% - 95px);
      margin-bottom: 0; }
    .prompt-checkout .cart-item .current-price {
      color: #ff0000;
      font-size: 15px;
      line-height: 25px; }
  .prompt-checkout .buttons.desktop button, .prompt-checkout .buttons.desktop .button {
    height: 44px;
    font-size: 16px;
    margin: 0; }
  .prompt-checkout .buttons.mobile button, .prompt-checkout .buttons.mobile .button {
    margin: 0;
    height: 50px;
    font-size: 16px;
    line-height: 42px;
    padding: 4px 0.4em; }
  .prompt-checkout .button-container {
    margin: 16px;
    display: flex;
    gap: 8px; }

[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; }

.modal.art-print-size-modal,
.modal.art-framing-modal,
.modal.art-print-mount-and-bleed-modal {
  max-height: 70vh !important; }
  .modal.art-print-size-modal .modal-header,
  .modal.art-framing-modal .modal-header,
  .modal.art-print-mount-and-bleed-modal .modal-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;
    background: white !important; }
  .modal.art-print-size-modal .modal-content,
  .modal.art-framing-modal .modal-content,
  .modal.art-print-mount-and-bleed-modal .modal-content {
    padding-top: 0 !important; }
  @media (max-width: 599px) {
    .modal.art-print-size-modal,
    .modal.art-framing-modal,
    .modal.art-print-mount-and-bleed-modal {
      max-height: 80vh !important;
      overflow-y: scroll !important; }
      .modal.art-print-size-modal .modal-header,
      .modal.art-framing-modal .modal-header,
      .modal.art-print-mount-and-bleed-modal .modal-header {
        position: sticky !important;
        top: 0 !important;
        z-index: 10 !important;
        background: white !important; }
      .modal.art-print-size-modal .modal-content,
      .modal.art-framing-modal .modal-content,
      .modal.art-print-mount-and-bleed-modal .modal-content {
        padding-top: 0 !important; } }
.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; }

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

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

.fy-product-title {
  font-weight: 700;
  font-size: 25px;
  max-width: 95%;
  margin: 1rem 0;
  line-height: 32px; }
  @media (min-width: 992px) {
    .fy-product-title {
      margin: 0 0 13px 0; } }
  .fy-product-title span {
    display: block; }
  .fy-product-title i,
  .fy-product-title .designer {
    font-weight: 400;
    font-size: 20px; }
  .fy-product-title .designer {
    text-decoration: underline; }
  @media (max-width: 599px) {
    .fy-product-title {
      font-size: 20px;
      line-height: 22px;
      flex: 1;
      margin: 8px 20px 16px 0; }
      .fy-product-title i,
      .fy-product-title .designer {
        font-size: 15px; } }
.trouva-product-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }
  .trouva-product-title__brand {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    color: #242038;
    text-decoration: underline;
    margin-bottom: 12px; }
  .trouva-product-title__product-name {
    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: left;
    margin-bottom: 12px; }
  .trouva-product-title__boutique-info {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-bottom: 4px; }
  .trouva-product-title__country-flag {
    margin-right: 4px; }
    .trouva-product-title__country-flag svg {
      margin-top: 3.5px;
      width: 15px;
      height: 15px; }
  .trouva-product-title__boutique-name {
    text-decoration: underline;
    color: var(--header-color); }

.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.modal {
  padding: 24px;
  width: 375px; }
  .locale-selector-desktop.modal .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-home .prompt__wrapper, .homepage-rooms-prompt .prompt__wrapper {
  display: flex; }

#rooms-home input[type="file"], .homepage-rooms-prompt input[type="file"] {
  display: none; }

#rooms-home .prompt__title, .homepage-rooms-prompt .prompt__title {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  padding: 4px 0 4px 0;
  line-height: 40px; }

#rooms-home .prompt__subtitle, .homepage-rooms-prompt .prompt__subtitle {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 4px 0 4px 0;
  line-height: 20px; }

@media only screen and (max-width: 768px) {
  #rooms-home .prompt__title, .homepage-rooms-prompt .prompt__title {
    text-align: center;
    font-size: 24px;
    line-height: 32px; }
  #rooms-home .prompt__subtitle, .homepage-rooms-prompt .prompt__subtitle {
    text-align: center; } }

#rooms-home .prompt__cover-mobile, .homepage-rooms-prompt .prompt__cover-mobile {
  background-color: #f0f0ec;
  background-image: url(../assets/img/rooms-hero.png);
  height: 220px;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    #rooms-home .prompt__cover-mobile, .homepage-rooms-prompt .prompt__cover-mobile {
      display: none; } }
#rooms-home .prompt__cover-desktop, .homepage-rooms-prompt .prompt__cover-desktop {
  background-color: #f0f0ec;
  background-image: url(../assets/img/rooms-hero.png);
  background-size: cover;
  background-position: left;
  display: flex;
  flex: 1; }
  @media only screen and (max-width: 768px) {
    #rooms-home .prompt__cover-desktop, .homepage-rooms-prompt .prompt__cover-desktop {
      display: none; } }
.homepage-rooms-prompt {
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  #prompt--v1 {
    padding: 24px 16px; } }

@media only screen and (min-width: 768px) {
  #prompt--v1 {
    width: 50%;
    max-width: 50%;
    padding: 88px 135px 88px 0; } }

#prompt--v1 .product-type-hero__notice-box-text {
  margin-top: 20px;
  text-align: left; }

@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; }

@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; }

#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; }

.modal {
  padding: 0px 20px 20px 20px; }
  .modal .button {
    margin: 0;
    width: 100%; }

.gallery-modal {
  width: 90vw;
  --lifestyle-mock-width: 90vw; }
  .gallery-modal .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px; }
    .gallery-modal .footer .description {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      margin-bottom: 10px; }
      @media only screen and (min-width: 768px) {
        .gallery-modal .footer .description {
          font-size: 16px;
          line-height: 24px; } }
    .gallery-modal .footer .button {
      width: 100%; }

@media only screen and (max-width: 767px) {
  .ReactModal__Content {
    width: 90%; }
    .ReactModal__Content .modal {
      width: 100%; } }

@media only screen and (min-width: 768px) {
  .modal {
    width: 390px; }
  .gallery-modal {
    width: 612px;
    --lifestyle-mock-width: 612px; }
  .resize-modal {
    width: 440px; }
  .option-modal {
    width: 70vw;
    --lifestyle-mock-width: 35vw;
    height: var(--lifestyle-mock-width);
    position: relative; }
    .option-modal .image, .option-modal .fallback-image {
      position: fixed;
      width: var(--lifestyle-mock-width);
      left: 0;
      top: 0;
      background-color: #f2f2f2; }
    .option-modal .fallback-image {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: var(--lifestyle-mock-width);
      padding: 10%; }
    .option-modal .options {
      margin-left: var(--lifestyle-mock-width);
      padding-top: 10px;
      overflow: scroll; }
      .option-modal .options .footer {
        position: fixed;
        width: var(--lifestyle-mock-width);
        bottom: 0;
        right: 0; } }

#name-artwork-modal.modal {
  padding: 20px; }
  #name-artwork-modal.modal .copy {
    padding: 10px 0; }

.bottom-sheet #sign-in-prompt-modal.modal .title {
  text-align: center; }

.bottom-sheet #sign-in-prompt-modal.modal .subtitle {
  text-align: center; }

#sign-in-prompt-modal.modal {
  padding: 20px 0 0 0; }
  #sign-in-prompt-modal.modal #appleid-signin {
    margin-bottom: 8px;
    align-self: center;
    align-items: center;
    display: flex; }
  #sign-in-prompt-modal.modal #google-sign-in {
    margin-bottom: 8px; }
  #sign-in-prompt-modal.modal .title {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700; }
    @media only screen and (min-width: 768px) {
      #sign-in-prompt-modal.modal .title {
        font-size: 32px;
        line-height: 40px; } }
  #sign-in-prompt-modal.modal .button {
    width: min(100%, 350px); }
  #sign-in-prompt-modal.modal .ul {
    padding: 20px 0; }
    #sign-in-prompt-modal.modal .ul .icon {
      padding-right: 8px; }
    #sign-in-prompt-modal.modal .ul .badge {
      padding-left: 8px; }
    #sign-in-prompt-modal.modal .ul .li {
      display: flex;
      flex-direction: row;
      align-items: center;
      line-height: 0;
      padding-bottom: 8px; }

.email-password-modal {
  padding: 20px; }
  .email-password-modal .fields {
    margin-top: 20px; }
  .email-password-modal .field label {
    margin: 0 !important; }
  .email-password-modal .field .text-field input[type="text"],
  .email-password-modal .field .text-field input[type="password"] {
    text-align: center; }
  .email-password-modal .auth-toggle {
    margin-top: 10px; }
  .email-password-modal .error,
  .email-password-modal .button.tertiary {
    margin-bottom: 10px; }
  .email-password-modal .ux-hint {
    margin: 8px 0 20px 0;
    user-select: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .email-password-modal .ux-hint {
        font-size: 16px;
        line-height: 24px; } }
.sign-up-pro-success-modal {
  padding: 0px 0px 20px 0px; }
  .sign-up-pro-success-modal .content {
    padding: 0 20px; }
    .sign-up-pro-success-modal .content > .button {
      width: 100%; }
  .sign-up-pro-success-modal .modal-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px; }
    .sign-up-pro-success-modal .modal-text .header {
      margin-top: 20px;
      font-weight: 700;
      font-size: 24px;
      text-align: center; }
  .sign-up-pro-success-modal .image-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 180px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #4A00C4 0%, #C66DE5 100%);
    border-radius: 8px;
    margin-bottom: 16px; }

.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6) !important;
  z-index: 4; }

.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: 10px !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important; }

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

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

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

[data-rsbs-scroll] {
  overflow: hidden !important; }

[data-rsbs-backdrop] {
  z-index: 5 !important;
  pointer-events: none; }

[data-rsbs-overlay] {
  z-index: 6 !important;
  border-radius: 20px 20px 0 0 !important;
  max-height: calc(var(--rsbs-overlay-h, 0px) - 20px) !important;
  overflow: hidden; }

.sku-picker-modal .size-modal-content, .sku-picker-modal .frame-modal-content, .sku-picker-modal .border-modal-content,
[data-rsbs-content] .size-modal-content,
[data-rsbs-content] .frame-modal-content,
[data-rsbs-content] .border-modal-content,
.drawer .size-modal-content,
.drawer .frame-modal-content,
.drawer .border-modal-content {
  padding: 0 20px 20px 20px; }
  .sku-picker-modal .size-modal-content .modal-header, .sku-picker-modal .frame-modal-content .modal-header, .sku-picker-modal .border-modal-content .modal-header,
  [data-rsbs-content] .size-modal-content .modal-header,
  [data-rsbs-content] .frame-modal-content .modal-header,
  [data-rsbs-content] .border-modal-content .modal-header,
  .drawer .size-modal-content .modal-header,
  .drawer .frame-modal-content .modal-header,
  .drawer .border-modal-content .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .sku-picker-modal .size-modal-content .modal-header h3, .sku-picker-modal .size-modal-content .modal-header .shop-header.description, .sku-picker-modal .frame-modal-content .modal-header h3, .sku-picker-modal .frame-modal-content .modal-header .shop-header.description, .sku-picker-modal .border-modal-content .modal-header h3, .sku-picker-modal .border-modal-content .modal-header .shop-header.description,
    [data-rsbs-content] .size-modal-content .modal-header h3,
    [data-rsbs-content] .size-modal-content .modal-header .shop-header.description,
    [data-rsbs-content] .frame-modal-content .modal-header h3,
    [data-rsbs-content] .frame-modal-content .modal-header .shop-header.description,
    [data-rsbs-content] .border-modal-content .modal-header h3,
    [data-rsbs-content] .border-modal-content .modal-header .shop-header.description,
    .drawer .size-modal-content .modal-header h3,
    .drawer .size-modal-content .modal-header .shop-header.description,
    .drawer .frame-modal-content .modal-header h3,
    .drawer .frame-modal-content .modal-header .shop-header.description,
    .drawer .border-modal-content .modal-header h3,
    .drawer .border-modal-content .modal-header .shop-header.description {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      margin: 0; }
    .sku-picker-modal .size-modal-content .modal-header .close-button, .sku-picker-modal .frame-modal-content .modal-header .close-button, .sku-picker-modal .border-modal-content .modal-header .close-button,
    [data-rsbs-content] .size-modal-content .modal-header .close-button,
    [data-rsbs-content] .frame-modal-content .modal-header .close-button,
    [data-rsbs-content] .border-modal-content .modal-header .close-button,
    .drawer .size-modal-content .modal-header .close-button,
    .drawer .frame-modal-content .modal-header .close-button,
    .drawer .border-modal-content .modal-header .close-button {
      background: none;
      border: none;
      font-size: 24px;
      font-weight: normal;
      color: #666;
      cursor: pointer;
      padding: 8px;
      line-height: 1;
      transition: color 0.2s ease;
      margin-bottom: 0; }
      .sku-picker-modal .size-modal-content .modal-header .close-button:hover, .sku-picker-modal .frame-modal-content .modal-header .close-button:hover, .sku-picker-modal .border-modal-content .modal-header .close-button:hover,
      [data-rsbs-content] .size-modal-content .modal-header .close-button:hover,
      [data-rsbs-content] .frame-modal-content .modal-header .close-button:hover,
      [data-rsbs-content] .border-modal-content .modal-header .close-button:hover,
      .drawer .size-modal-content .modal-header .close-button:hover,
      .drawer .frame-modal-content .modal-header .close-button:hover,
      .drawer .border-modal-content .modal-header .close-button:hover {
        color: #000; }
  .sku-picker-modal .size-modal-content h3, .sku-picker-modal .size-modal-content .shop-header.description, .sku-picker-modal .frame-modal-content h3, .sku-picker-modal .frame-modal-content .shop-header.description, .sku-picker-modal .border-modal-content h3, .sku-picker-modal .border-modal-content .shop-header.description,
  [data-rsbs-content] .size-modal-content h3,
  [data-rsbs-content] .size-modal-content .shop-header.description,
  [data-rsbs-content] .frame-modal-content h3,
  [data-rsbs-content] .frame-modal-content .shop-header.description,
  [data-rsbs-content] .border-modal-content h3,
  [data-rsbs-content] .border-modal-content .shop-header.description,
  .drawer .size-modal-content h3,
  .drawer .size-modal-content .shop-header.description,
  .drawer .frame-modal-content h3,
  .drawer .frame-modal-content .shop-header.description,
  .drawer .border-modal-content h3,
  .drawer .border-modal-content .shop-header.description {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0; }
  .sku-picker-modal .size-modal-content .select-button, .sku-picker-modal .size-modal-content .select-frame-button, .sku-picker-modal .size-modal-content .select-border-button, .sku-picker-modal .frame-modal-content .select-button, .sku-picker-modal .frame-modal-content .select-frame-button, .sku-picker-modal .frame-modal-content .select-border-button, .sku-picker-modal .border-modal-content .select-button, .sku-picker-modal .border-modal-content .select-frame-button, .sku-picker-modal .border-modal-content .select-border-button,
  [data-rsbs-content] .size-modal-content .select-button,
  [data-rsbs-content] .size-modal-content .select-frame-button,
  [data-rsbs-content] .size-modal-content .select-border-button,
  [data-rsbs-content] .frame-modal-content .select-button,
  [data-rsbs-content] .frame-modal-content .select-frame-button,
  [data-rsbs-content] .frame-modal-content .select-border-button,
  [data-rsbs-content] .border-modal-content .select-button,
  [data-rsbs-content] .border-modal-content .select-frame-button,
  [data-rsbs-content] .border-modal-content .select-border-button,
  .drawer .size-modal-content .select-button,
  .drawer .size-modal-content .select-frame-button,
  .drawer .size-modal-content .select-border-button,
  .drawer .frame-modal-content .select-button,
  .drawer .frame-modal-content .select-frame-button,
  .drawer .frame-modal-content .select-border-button,
  .drawer .border-modal-content .select-button,
  .drawer .border-modal-content .select-frame-button,
  .drawer .border-modal-content .select-border-button {
    width: 100%;
    background: #000;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sku-picker-modal .size-modal-content .select-button:hover, .sku-picker-modal .size-modal-content .select-frame-button:hover, .sku-picker-modal .size-modal-content .select-border-button:hover, .sku-picker-modal .frame-modal-content .select-button:hover, .sku-picker-modal .frame-modal-content .select-frame-button:hover, .sku-picker-modal .frame-modal-content .select-border-button:hover, .sku-picker-modal .border-modal-content .select-button:hover, .sku-picker-modal .border-modal-content .select-frame-button:hover, .sku-picker-modal .border-modal-content .select-border-button:hover,
    [data-rsbs-content] .size-modal-content .select-button:hover,
    [data-rsbs-content] .size-modal-content .select-frame-button:hover,
    [data-rsbs-content] .size-modal-content .select-border-button:hover,
    [data-rsbs-content] .frame-modal-content .select-button:hover,
    [data-rsbs-content] .frame-modal-content .select-frame-button:hover,
    [data-rsbs-content] .frame-modal-content .select-border-button:hover,
    [data-rsbs-content] .border-modal-content .select-button:hover,
    [data-rsbs-content] .border-modal-content .select-frame-button:hover,
    [data-rsbs-content] .border-modal-content .select-border-button:hover,
    .drawer .size-modal-content .select-button:hover,
    .drawer .size-modal-content .select-frame-button:hover,
    .drawer .size-modal-content .select-border-button:hover,
    .drawer .frame-modal-content .select-button:hover,
    .drawer .frame-modal-content .select-frame-button:hover,
    .drawer .frame-modal-content .select-border-button:hover,
    .drawer .border-modal-content .select-button:hover,
    .drawer .border-modal-content .select-frame-button:hover,
    .drawer .border-modal-content .select-border-button:hover {
      background: #333; }
    .sku-picker-modal .size-modal-content .select-button.disabled, .sku-picker-modal .size-modal-content .select-button:disabled, .sku-picker-modal .size-modal-content .select-frame-button.disabled, .sku-picker-modal .size-modal-content .select-frame-button:disabled, .sku-picker-modal .size-modal-content .select-border-button.disabled, .sku-picker-modal .size-modal-content .select-border-button:disabled, .sku-picker-modal .frame-modal-content .select-button.disabled, .sku-picker-modal .frame-modal-content .select-button:disabled, .sku-picker-modal .frame-modal-content .select-frame-button.disabled, .sku-picker-modal .frame-modal-content .select-frame-button:disabled, .sku-picker-modal .frame-modal-content .select-border-button.disabled, .sku-picker-modal .frame-modal-content .select-border-button:disabled, .sku-picker-modal .border-modal-content .select-button.disabled, .sku-picker-modal .border-modal-content .select-button:disabled, .sku-picker-modal .border-modal-content .select-frame-button.disabled, .sku-picker-modal .border-modal-content .select-frame-button:disabled, .sku-picker-modal .border-modal-content .select-border-button.disabled, .sku-picker-modal .border-modal-content .select-border-button:disabled,
    [data-rsbs-content] .size-modal-content .select-button.disabled,
    [data-rsbs-content] .size-modal-content .select-button:disabled,
    [data-rsbs-content] .size-modal-content .select-frame-button.disabled,
    [data-rsbs-content] .size-modal-content .select-frame-button:disabled,
    [data-rsbs-content] .size-modal-content .select-border-button.disabled,
    [data-rsbs-content] .size-modal-content .select-border-button:disabled,
    [data-rsbs-content] .frame-modal-content .select-button.disabled,
    [data-rsbs-content] .frame-modal-content .select-button:disabled,
    [data-rsbs-content] .frame-modal-content .select-frame-button.disabled,
    [data-rsbs-content] .frame-modal-content .select-frame-button:disabled,
    [data-rsbs-content] .frame-modal-content .select-border-button.disabled,
    [data-rsbs-content] .frame-modal-content .select-border-button:disabled,
    [data-rsbs-content] .border-modal-content .select-button.disabled,
    [data-rsbs-content] .border-modal-content .select-button:disabled,
    [data-rsbs-content] .border-modal-content .select-frame-button.disabled,
    [data-rsbs-content] .border-modal-content .select-frame-button:disabled,
    [data-rsbs-content] .border-modal-content .select-border-button.disabled,
    [data-rsbs-content] .border-modal-content .select-border-button:disabled,
    .drawer .size-modal-content .select-button.disabled,
    .drawer .size-modal-content .select-button:disabled,
    .drawer .size-modal-content .select-frame-button.disabled,
    .drawer .size-modal-content .select-frame-button:disabled,
    .drawer .size-modal-content .select-border-button.disabled,
    .drawer .size-modal-content .select-border-button:disabled,
    .drawer .frame-modal-content .select-button.disabled,
    .drawer .frame-modal-content .select-button:disabled,
    .drawer .frame-modal-content .select-frame-button.disabled,
    .drawer .frame-modal-content .select-frame-button:disabled,
    .drawer .frame-modal-content .select-border-button.disabled,
    .drawer .frame-modal-content .select-border-button:disabled,
    .drawer .border-modal-content .select-button.disabled,
    .drawer .border-modal-content .select-button:disabled,
    .drawer .border-modal-content .select-frame-button.disabled,
    .drawer .border-modal-content .select-frame-button:disabled,
    .drawer .border-modal-content .select-border-button.disabled,
    .drawer .border-modal-content .select-border-button:disabled {
      background: #ccc !important;
      color: #666 !important;
      cursor: not-allowed !important;
      opacity: 0.6 !important; }
      .sku-picker-modal .size-modal-content .select-button.disabled:hover, .sku-picker-modal .size-modal-content .select-button:disabled:hover, .sku-picker-modal .size-modal-content .select-frame-button.disabled:hover, .sku-picker-modal .size-modal-content .select-frame-button:disabled:hover, .sku-picker-modal .size-modal-content .select-border-button.disabled:hover, .sku-picker-modal .size-modal-content .select-border-button:disabled:hover, .sku-picker-modal .frame-modal-content .select-button.disabled:hover, .sku-picker-modal .frame-modal-content .select-button:disabled:hover, .sku-picker-modal .frame-modal-content .select-frame-button.disabled:hover, .sku-picker-modal .frame-modal-content .select-frame-button:disabled:hover, .sku-picker-modal .frame-modal-content .select-border-button.disabled:hover, .sku-picker-modal .frame-modal-content .select-border-button:disabled:hover, .sku-picker-modal .border-modal-content .select-button.disabled:hover, .sku-picker-modal .border-modal-content .select-button:disabled:hover, .sku-picker-modal .border-modal-content .select-frame-button.disabled:hover, .sku-picker-modal .border-modal-content .select-frame-button:disabled:hover, .sku-picker-modal .border-modal-content .select-border-button.disabled:hover, .sku-picker-modal .border-modal-content .select-border-button:disabled:hover,
      [data-rsbs-content] .size-modal-content .select-button.disabled:hover,
      [data-rsbs-content] .size-modal-content .select-button:disabled:hover,
      [data-rsbs-content] .size-modal-content .select-frame-button.disabled:hover,
      [data-rsbs-content] .size-modal-content .select-frame-button:disabled:hover,
      [data-rsbs-content] .size-modal-content .select-border-button.disabled:hover,
      [data-rsbs-content] .size-modal-content .select-border-button:disabled:hover,
      [data-rsbs-content] .frame-modal-content .select-button.disabled:hover,
      [data-rsbs-content] .frame-modal-content .select-button:disabled:hover,
      [data-rsbs-content] .frame-modal-content .select-frame-button.disabled:hover,
      [data-rsbs-content] .frame-modal-content .select-frame-button:disabled:hover,
      [data-rsbs-content] .frame-modal-content .select-border-button.disabled:hover,
      [data-rsbs-content] .frame-modal-content .select-border-button:disabled:hover,
      [data-rsbs-content] .border-modal-content .select-button.disabled:hover,
      [data-rsbs-content] .border-modal-content .select-button:disabled:hover,
      [data-rsbs-content] .border-modal-content .select-frame-button.disabled:hover,
      [data-rsbs-content] .border-modal-content .select-frame-button:disabled:hover,
      [data-rsbs-content] .border-modal-content .select-border-button.disabled:hover,
      [data-rsbs-content] .border-modal-content .select-border-button:disabled:hover,
      .drawer .size-modal-content .select-button.disabled:hover,
      .drawer .size-modal-content .select-button:disabled:hover,
      .drawer .size-modal-content .select-frame-button.disabled:hover,
      .drawer .size-modal-content .select-frame-button:disabled:hover,
      .drawer .size-modal-content .select-border-button.disabled:hover,
      .drawer .size-modal-content .select-border-button:disabled:hover,
      .drawer .frame-modal-content .select-button.disabled:hover,
      .drawer .frame-modal-content .select-button:disabled:hover,
      .drawer .frame-modal-content .select-frame-button.disabled:hover,
      .drawer .frame-modal-content .select-frame-button:disabled:hover,
      .drawer .frame-modal-content .select-border-button.disabled:hover,
      .drawer .frame-modal-content .select-border-button:disabled:hover,
      .drawer .border-modal-content .select-button.disabled:hover,
      .drawer .border-modal-content .select-button:disabled:hover,
      .drawer .border-modal-content .select-frame-button.disabled:hover,
      .drawer .border-modal-content .select-frame-button:disabled:hover,
      .drawer .border-modal-content .select-border-button.disabled:hover,
      .drawer .border-modal-content .select-border-button:disabled:hover {
        background: #ccc !important; }
  .sku-picker-modal .size-modal-content .sku-picker, .sku-picker-modal .frame-modal-content .sku-picker, .sku-picker-modal .border-modal-content .sku-picker,
  [data-rsbs-content] .size-modal-content .sku-picker,
  [data-rsbs-content] .frame-modal-content .sku-picker,
  [data-rsbs-content] .border-modal-content .sku-picker,
  .drawer .size-modal-content .sku-picker,
  .drawer .frame-modal-content .sku-picker,
  .drawer .border-modal-content .sku-picker {
    margin: 0; }
    .sku-picker-modal .size-modal-content .sku-picker .size-option, .sku-picker-modal .frame-modal-content .sku-picker .size-option, .sku-picker-modal .border-modal-content .sku-picker .size-option,
    [data-rsbs-content] .size-modal-content .sku-picker .size-option,
    [data-rsbs-content] .frame-modal-content .sku-picker .size-option,
    [data-rsbs-content] .border-modal-content .sku-picker .size-option,
    .drawer .size-modal-content .sku-picker .size-option,
    .drawer .frame-modal-content .sku-picker .size-option,
    .drawer .border-modal-content .sku-picker .size-option {
      padding: 8px;
      height: 68px;
      width: 76px; }
      .sku-picker-modal .size-modal-content .sku-picker .size-option .linethrough, .sku-picker-modal .frame-modal-content .sku-picker .size-option .linethrough, .sku-picker-modal .border-modal-content .sku-picker .size-option .linethrough,
      [data-rsbs-content] .size-modal-content .sku-picker .size-option .linethrough,
      [data-rsbs-content] .frame-modal-content .sku-picker .size-option .linethrough,
      [data-rsbs-content] .border-modal-content .sku-picker .size-option .linethrough,
      .drawer .size-modal-content .sku-picker .size-option .linethrough,
      .drawer .frame-modal-content .sku-picker .size-option .linethrough,
      .drawer .border-modal-content .sku-picker .size-option .linethrough {
        margin-right: 3px; }

.sku-picker-modal .size-modal-content .sku-picker .option-set.art-print-size .option-set-values,
[data-rsbs-content] .size-modal-content .sku-picker .option-set.art-print-size .option-set-values,
.drawer .size-modal-content .sku-picker .option-set.art-print-size .option-set-values {
  margin-bottom: 0; }

.sku-picker-modal .size-price-row,
[data-rsbs-content] .size-price-row,
.drawer .size-price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2; }
  .sku-picker-modal .size-price-row .price-label-w-discount,
  [data-rsbs-content] .size-price-row .price-label-w-discount,
  .drawer .size-price-row .price-label-w-discount {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    line-height: 22px; }

.sku-picker-modal .frame-modal-content .sku-picker .option-set.art-framing .option-set-values,
[data-rsbs-content] .frame-modal-content .sku-picker .option-set.art-framing .option-set-values,
.drawer .frame-modal-content .sku-picker .option-set.art-framing .option-set-values {
  margin-bottom: 0; }

.sku-picker-modal .border-modal-content .sku-picker .option-set.art-print-mount-and-bleed .option-set-values,
[data-rsbs-content] .border-modal-content .sku-picker .option-set.art-print-mount-and-bleed .option-set-values,
.drawer .border-modal-content .sku-picker .option-set.art-print-mount-and-bleed .option-set-values {
  margin-bottom: 20px; }

.sku-picker-modal .border-modal-footer, .sku-picker-modal .frame-modal-footer,
[data-rsbs-content] .border-modal-footer,
[data-rsbs-content] .frame-modal-footer,
.drawer .border-modal-footer,
.drawer .frame-modal-footer {
  margin-top: 20px; }

.sku-picker-modal .frame-modal-description,
[data-rsbs-content] .frame-modal-description,
.drawer .frame-modal-description {
  margin-bottom: 20px;
  text-align: left; }
  .sku-picker-modal .frame-modal-description .frame-main-description,
  [data-rsbs-content] .frame-modal-description .frame-main-description,
  .drawer .frame-modal-description .frame-main-description {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px 0; }
  .sku-picker-modal .frame-modal-description .frame-sub-description,
  [data-rsbs-content] .frame-modal-description .frame-sub-description,
  .drawer .frame-modal-description .frame-sub-description {
    font-size: 14px;
    color: #666;
    margin: 0;
    text-align: left; }

.sku-picker-modal .frame-tabs,
[data-rsbs-content] .frame-tabs,
.drawer .frame-tabs {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px; }

.sku-picker-modal .frame-tab,
[data-rsbs-content] .frame-tab,
.drawer .frame-tab {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease; }
  .sku-picker-modal .frame-tab.selected,
  [data-rsbs-content] .frame-tab.selected,
  .drawer .frame-tab.selected {
    border-bottom-color: #000; }
    .sku-picker-modal .frame-tab.selected .tab-name,
    [data-rsbs-content] .frame-tab.selected .tab-name,
    .drawer .frame-tab.selected .tab-name {
      font-weight: bold;
      color: #000; }
    .sku-picker-modal .frame-tab.selected .tab-price,
    [data-rsbs-content] .frame-tab.selected .tab-price,
    .drawer .frame-tab.selected .tab-price {
      font-weight: bold; }
  .sku-picker-modal .frame-tab .tab-name,
  [data-rsbs-content] .frame-tab .tab-name,
  .drawer .frame-tab .tab-name {
    font-size: 16px;
    color: #666;
    margin-bottom: 4px; }
  .sku-picker-modal .frame-tab .tab-price,
  [data-rsbs-content] .frame-tab .tab-price,
  .drawer .frame-tab .tab-price {
    font-size: 14px;
    color: #666; }

.sku-picker-modal .frame-category-section,
[data-rsbs-content] .frame-category-section,
.drawer .frame-category-section {
  margin-bottom: 24px; }
  .sku-picker-modal .frame-category-section .frame-category-header,
  [data-rsbs-content] .frame-category-section .frame-category-header,
  .drawer .frame-category-section .frame-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
  .sku-picker-modal .frame-category-section .frame-category-title,
  [data-rsbs-content] .frame-category-section .frame-category-title,
  .drawer .frame-category-section .frame-category-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0; }
  .sku-picker-modal .frame-category-section .frame-category-price,
  [data-rsbs-content] .frame-category-section .frame-category-price,
  .drawer .frame-category-section .frame-category-price {
    font-size: 15px;
    font-weight: 700; }

.sku-picker-modal .frame-sustainability,
[data-rsbs-content] .frame-sustainability,
.drawer .frame-sustainability {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px;
  border-radius: 8px; }
  .sku-picker-modal .frame-sustainability svg,
  [data-rsbs-content] .frame-sustainability svg,
  .drawer .frame-sustainability svg {
    width: 20px;
    height: 20px;
    color: black; }
  .sku-picker-modal .frame-sustainability .sustainability-text,
  [data-rsbs-content] .frame-sustainability .sustainability-text,
  .drawer .frame-sustainability .sustainability-text {
    font-size: 14px;
    color: #666; }

.sku-picker-modal .frame-description,
[data-rsbs-content] .frame-description,
.drawer .frame-description {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
  height: 40px; }

.sku-picker-modal .border-note,
[data-rsbs-content] .border-note,
.drawer .border-note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 8px; }

.sku-picker.new-style {
  margin: 0 !important; }

.sku-picker-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px; }
  .sku-picker-modal-header .header-title {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin: 0; }
  .sku-picker-modal-header .close-button {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    padding: 8px;
    line-height: 1;
    transition: color 0.2s ease; }
    .sku-picker-modal-header .close-button:hover {
      color: #000; }

.remove-frame-modal-content {
  padding: 20px;
  text-align: center; }
  .remove-frame-modal-content .remove-frame-header {
    margin-bottom: 20px;
    position: relative; }
    .remove-frame-modal-content .remove-frame-header h3, .remove-frame-modal-content .remove-frame-header .shop-header.description {
      font-size: 24px;
      font-weight: 700;
      color: #000;
      margin: 0; }
    .remove-frame-modal-content .remove-frame-header .close-button {
      position: absolute;
      top: -10px;
      right: -10px;
      background: none;
      border: none;
      font-size: 24px;
      font-weight: normal;
      color: #666;
      cursor: pointer;
      padding: 8px;
      line-height: 1;
      transition: color 0.2s ease; }
      .remove-frame-modal-content .remove-frame-header .close-button:hover {
        color: #000; }
  .remove-frame-modal-content .remove-frame-video {
    margin-bottom: 20px; }
    .remove-frame-modal-content .remove-frame-video .video-wrapper {
      position: relative;
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
      .remove-frame-modal-content .remove-frame-video .video-wrapper video {
        width: 100%;
        height: auto;
        border-radius: 8px; }
  .remove-frame-modal-content .remove-frame-text {
    margin-bottom: 20px; }
    .remove-frame-modal-content .remove-frame-text p {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      line-height: 1.5;
      margin: 0; }
  .remove-frame-modal-content .remove-frame-buttons {
    display: flex;
    gap: 12px; }
    .remove-frame-modal-content .remove-frame-buttons button {
      flex: 1;
      padding: 16px;
      border-radius: 8px;
      font-weight: bold;
      font-size: 16px;
      cursor: pointer;
      border: none;
      transition: background-color 0.2s ease; }
    .remove-frame-modal-content .remove-frame-buttons .remove-frame-button {
      background: white;
      color: #000;
      border: 2px solid #E5E5E5;
      display: flex;
      align-items: center;
      justify-content: center; }
      .remove-frame-modal-content .remove-frame-buttons .remove-frame-button:hover {
        background: #f8f8f8; }
    .remove-frame-modal-content .remove-frame-buttons .keep-frame-button {
      background: #000;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center; }
      .remove-frame-modal-content .remove-frame-buttons .keep-frame-button:hover {
        background: #333; }

.option-row.disabled {
  opacity: 0.5;
  pointer-events: none; }
  .option-row.disabled .option-main {
    cursor: not-allowed; }
  .option-row.disabled .option-value {
    color: #999; }
  .option-row.disabled .dropdown-arrow {
    display: none; }

.frame-option.disabled {
  pointer-events: none; }
  .frame-option.disabled img {
    opacity: 0.5;
    cursor: not-allowed; }
  .frame-option.disabled .option-name {
    opacity: 0.5;
    color: #999; }
  .frame-option.disabled .price-delta {
    opacity: 0.5;
    display: none; }
  .frame-option.disabled .name-and-price {
    opacity: 0.5; }
  .frame-option.disabled .border-note {
    opacity: 1; }
  .frame-option.disabled .mount-price-display {
    opacity: 1;
    font-size: 12px;
    margin-top: 4px;
    text-align: center; }
    .frame-option.disabled .mount-price-display .linethrough {
      text-decoration: line-through;
      color: #666;
      margin-right: 4px; }
    .frame-option.disabled .mount-price-display .red.bold {
      color: #FF4444;
      font-weight: bold; }
    .frame-option.disabled .mount-price-display .bold {
      font-weight: bold; }
  .frame-option.disabled .tag.tag--new {
    opacity: 1 !important;
    z-index: 2; }
  .frame-option.disabled div.tag.tag--new {
    opacity: 1 !important; }
  .frame-option.disabled span.frame-option.disabled .tag.tag--new,
  .frame-option.disabled span.frame-option.disabled div.tag.tag--new {
    opacity: 1 !important; }

.sku-picker-modal .tag.tag--new,
.drawer .tag.tag--new,
[data-rsbs-content] .tag.tag--new {
  opacity: 1 !important; }

.frame-option.disabled .tag.tag--new {
  opacity: 1 !important; }

.try-rooms-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 20px 8px 8px;
  max-width: 540px;
  border-radius: 16px;
  background: linear-gradient(90deg, #4A00C3, #C66DE5);
  height: 80px; }
  .try-rooms-cta--mobile {
    height: 60px;
    gap: 8px;
    padding-right: 8px; }
  .try-rooms-cta__before-and-after {
    display: flex;
    flex-direction: row;
    position: relative; }
  .try-rooms-cta__before, .try-rooms-cta__after {
    width: 64px;
    height: 64px; }
    .try-rooms-cta--mobile .try-rooms-cta__before, .try-rooms-cta--mobile .try-rooms-cta__after {
      width: 44px;
      height: 44px; }
  .try-rooms-cta__before-to-after {
    z-index: 9;
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px); }
  .try-rooms-cta__text {
    flex: 1;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px; }
    .try-rooms-cta--mobile .try-rooms-cta__text {
      font-size: 12px;
      line-height: 14px; }
  .try-rooms-cta__button {
    padding: 12px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    font-weight: bold; }
    .try-rooms-cta--mobile .try-rooms-cta__button {
      width: 44px;
      height: 44px;
      padding: 0;
      border-radius: 22px; }
      .try-rooms-cta--mobile .try-rooms-cta__button svg {
        width: 100%;
        height: 100%; }

.try-rooms-cta-container {
  position: sticky;
  bottom: 10px;
  z-index: 9;
  width: 100vw;
  display: grid;
  place-items: center;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .try-rooms-cta-container {
      margin-top: -2rem;
      margin-bottom: 2rem; } }
#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; }

.studio-sunset .product-type-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  background: url("https://fydn.imgix.net/m/studio/product-types/images-desktop.jpg?auto=format,compress&q=75") no-repeat center center;
  background-size: cover; }
  .studio-sunset .product-type-hero__prompt-container {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .studio-sunset .product-type-hero__prompt-container {
        max-width: 600px; } }
    @media (max-width: 767px) {
      .studio-sunset .product-type-hero__prompt-container {
        max-width: 95%;
        margin: 0 2.5%; } }
  .studio-sunset .product-type-hero__notice-box {
    margin-bottom: 1.5rem; }
    .studio-sunset .product-type-hero__notice-box-text {
      font-size: 1rem;
      color: #333;
      margin-bottom: 1rem;
      font-weight: normal; }
  .studio-sunset .product-type-hero__prompt-title {
    font-size: 1.5rem;
    color: #111;
    margin-bottom: 1.5rem;
    font-weight: normal; }

.studio-sunset a {
  text-decoration: none; }

.studio-sunset a.mailto-link {
  text-decoration: underline; }

.button-primary {
  background-color: #ff6f61;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  .button-primary:hover {
    background-color: #e65b50; }

.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; }

.desktop-trustpilot-carousel {
  visibility: hidden;
  height: 0px; }

/*! 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; }

.sb-main-padded {
  padding: 0 !important; }
