/** Shopify CDN: Minification failed

Line 3603:2 Expected identifier but found "*"
Line 8482:0 Unexpected "#100-vegan-and-organic-ingredients-xuyoni"

**/
@charset "UTF-8";
/*==================================================
  SMVT Shopify Base Theme v1.0.0 | smvt.info
  Copyright 2021 SMVT.
==================================================*/
/*==================================================
  Variables
*==================================================*/
/* Margins */
/* Size */
/* Color */
/* Dark Theme */
/* Input */
/* Z-Index */
/* Transitions */
/*==================================================
  Base Settings
*==================================================*/
.clearfix:after {
  content: '';
  display: table;
  clear: both; }

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0%, 35% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-ms-keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes heroContentIn {
  0%, 35% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); }

  60% {
    opacity: 1; }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

/* Layout Settings */
/* Grid Setup */
.grid:after, .grid--rev:after, .grid--full:after,
.grid-uniform:after {
  content: '';
  display: table;
  clear: both; }

.grid__item.clear {
  clear: both; }

.grid, .grid--rev, .grid--full,
.grid-uniform {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }
  @media screen and (min-width: 591px) {
    .grid, .grid--rev, .grid--full,
    .grid-uniform {
      margin-left: -40px; } }

.grid__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
  width: 100%; }
  @media screen and (min-width: 591px) {
    .grid__item {
      padding-left: 40px; } }

.grid--half-gutters {
  margin-left: -20px; }
  .grid--half-gutters .grid__item {
    padding-left: 20px; }

.grid--double-gutters {
  margin-left: -80px; }
  .grid--double-gutters .grid__item {
    padding-left: 80px; }

.grid--small {
  margin-left: -10px; }
  .grid--small .grid__item {
    padding-left: 10px; }

.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.333%; }

.two-thirds {
  width: 66.666%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.666%; }

.two-sixths {
  width: 33.333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.666%; }

.five-sixths {
  width: 83.333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Ninths */
.one-ninth {
  width: 11.111111111111111%; }

.two-ninths {
  width: 22.222222222222222%; }

.three-ninths {
  width: 33.333333333333333%; }

.four-ninths {
  width: 44.444444444444444%; }

.five-ninths {
  width: 55.555555555555556%; }

.six-ninths {
  width: 66.666666666666667%; }

.seven-ninths {
  width: 77.777777777777778%; }

.eight-ninths {
  width: 88.888888888888889%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.333%; }

.two-twelfths {
  width: 16.666%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.333%; }

.five-twelfths {
  width: 41.666%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.333%; }

.eight-twelfths {
  width: 66.666%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.333%; }

.eleven-twelfths {
  width: 91.666%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

@media only screen and (max-width: 590px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.333%; }

  .small--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.666%; }

  .small--two-sixths {
    width: 33.333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.666%; }

  .small--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .small--one-ninth {
    width: 11.111111111111111%; }

  .small--two-ninths {
    width: 22.222222222222222%; }

  .small--three-ninths {
    width: 33.333333333333333%; }

  .small--four-ninths {
    width: 44.444444444444444%; }

  .small--five-ninths {
    width: 55.555555555555556%; }

  .small--six-ninths {
    width: 66.666666666666667%; }

  .small--seven-ninths {
    width: 77.777777777777778%; }

  .small--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.333%; }

  .small--two-twelfths {
    width: 16.666%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.333%; }

  .small--five-twelfths {
    width: 41.666%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.333%; }

  .small--eight-twelfths {
    width: 66.666%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.333%; }

  .small--eleven-twelfths {
    width: 91.666%; }

  .small--show {
    display: block !important; }

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

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; }

  .small--left {
    float: left !important; }

  .small--right {
    float: right !important; }

  .grid-uniform .small--one-half:nth-child(2n+1),
  .grid-uniform .small--one-third:nth-child(3n+1),
  .grid-uniform .small--one-quarter:nth-child(4n+1),
  .grid-uniform .small--one-fifth:nth-child(5n+1),
  .grid-uniform .small--one-sixth:nth-child(6n+1),
  .grid-uniform .small--two-sixths:nth-child(3n+1),
  .grid-uniform .small--three-sixths:nth-child(2n+1),
  .grid-uniform .small--two-eighths:nth-child(4n+1),
  .grid-uniform .small--four-eighths:nth-child(2n+1),
  .grid-uniform .small--five-tenths:nth-child(2n+1),
  .grid-uniform .small--one-twelfth:nth-child(12n+1),
  .grid-uniform .small--two-twelfths:nth-child(6n+1),
  .grid-uniform .small--three-twelfths:nth-child(4n+1),
  .grid-uniform .small--four-twelfths:nth-child(3n+1),
  .grid-uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 591px) {
  /** Whole */
  .small-up--one-whole {
    width: 100%; }

  /* Halves */
  .small-up--one-half {
    width: 50%; }

  /* Thirds */
  .small-up--one-third {
    width: 33.333%; }

  .small-up--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .small-up--one-quarter {
    width: 25%; }

  .small-up--two-quarters {
    width: 50%; }

  .small-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .small-up--one-fifth {
    width: 20%; }

  .small-up--two-fifths {
    width: 40%; }

  .small-up--three-fifths {
    width: 60%; }

  .small-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .small-up--one-sixth {
    width: 16.666%; }

  .small-up--two-sixths {
    width: 33.333%; }

  .small-up--three-sixths {
    width: 50%; }

  .small-up--four-sixths {
    width: 66.666%; }

  .small-up--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .small-up--one-eighth {
    width: 12.5%; }

  .small-up--two-eighths {
    width: 25%; }

  .small-up--three-eighths {
    width: 37.5%; }

  .small-up--four-eighths {
    width: 50%; }

  .small-up--five-eighths {
    width: 62.5%; }

  .small-up--six-eighths {
    width: 75%; }

  .small-up--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .small-up--one-ninth {
    width: 11.111111111111111%; }

  .small-up--two-ninths {
    width: 22.222222222222222%; }

  .small-up--three-ninths {
    width: 33.333333333333333%; }

  .small-up--four-ninths {
    width: 44.444444444444444%; }

  .small-up--five-ninths {
    width: 55.555555555555556%; }

  .small-up--six-ninths {
    width: 66.666666666666667%; }

  .small-up--seven-ninths {
    width: 77.777777777777778%; }

  .small-up--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .small-up--one-tenth {
    width: 10%; }

  .small-up--two-tenths {
    width: 20%; }

  .small-up--three-tenths {
    width: 30%; }

  .small-up--four-tenths {
    width: 40%; }

  .small-up--five-tenths {
    width: 50%; }

  .small-up--six-tenths {
    width: 60%; }

  .small-up--seven-tenths {
    width: 70%; }

  .small-up--eight-tenths {
    width: 80%; }

  .small-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small-up--one-twelfth {
    width: 8.333%; }

  .small-up--two-twelfths {
    width: 16.666%; }

  .small-up--three-twelfths {
    width: 25%; }

  .small-up--four-twelfths {
    width: 33.333%; }

  .small-up--five-twelfths {
    width: 41.666%; }

  .small-up--six-twelfths {
    width: 50%; }

  .small-up--seven-twelfths {
    width: 58.333%; }

  .small-up--eight-twelfths {
    width: 66.666%; }

  .small-up--nine-twelfths {
    width: 75%; }

  .small-up--ten-twelfths {
    width: 83.333%; }

  .small-up--eleven-twelfths {
    width: 91.666%; }

  .small-up--show {
    display: block !important; }

  .small-up--hide {
    display: none !important; }

  .small-up--text-left {
    text-align: left !important; }

  .small-up--text-right {
    text-align: right !important; }

  .small-up--text-center {
    text-align: center !important; }

  .small-up--left {
    float: left !important; }

  .small-up--right {
    float: right !important; }

  .grid-uniform .small-up--one-half:nth-child(2n+1),
  .grid-uniform .small-up--one-third:nth-child(3n+1),
  .grid-uniform .small-up--one-quarter:nth-child(4n+1),
  .grid-uniform .small-up--one-fifth:nth-child(5n+1),
  .grid-uniform .small-up--one-sixth:nth-child(6n+1),
  .grid-uniform .small-up--two-sixths:nth-child(3n+1),
  .grid-uniform .small-up--three-sixths:nth-child(2n+1),
  .grid-uniform .small-up--two-eighths:nth-child(4n+1),
  .grid-uniform .small-up--four-eighths:nth-child(2n+1),
  .grid-uniform .small-up--five-tenths:nth-child(2n+1),
  .grid-uniform .small-up--one-twelfth:nth-child(12n+1),
  .grid-uniform .small-up--two-twelfths:nth-child(6n+1),
  .grid-uniform .small-up--three-twelfths:nth-child(4n+1),
  .grid-uniform .small-up--four-twelfths:nth-child(3n+1),
  .grid-uniform .small-up--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 591px) and (max-width: 768px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.333%; }

  .medium--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.666%; }

  .medium--two-sixths {
    width: 33.333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.666%; }

  .medium--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .medium--one-ninth {
    width: 11.111111111111111%; }

  .medium--two-ninths {
    width: 22.222222222222222%; }

  .medium--three-ninths {
    width: 33.333333333333333%; }

  .medium--four-ninths {
    width: 44.444444444444444%; }

  .medium--five-ninths {
    width: 55.555555555555556%; }

  .medium--six-ninths {
    width: 66.666666666666667%; }

  .medium--seven-ninths {
    width: 77.777777777777778%; }

  .medium--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.333%; }

  .medium--two-twelfths {
    width: 16.666%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.333%; }

  .medium--five-twelfths {
    width: 41.666%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.333%; }

  .medium--eight-twelfths {
    width: 66.666%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.333%; }

  .medium--eleven-twelfths {
    width: 91.666%; }

  .medium--show {
    display: block !important; }

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

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; }

  .medium--left {
    float: left !important; }

  .medium--right {
    float: right !important; }

  .grid-uniform .medium--one-half:nth-child(2n+1),
  .grid-uniform .medium--one-third:nth-child(3n+1),
  .grid-uniform .medium--one-quarter:nth-child(4n+1),
  .grid-uniform .medium--one-fifth:nth-child(5n+1),
  .grid-uniform .medium--one-sixth:nth-child(6n+1),
  .grid-uniform .medium--two-sixths:nth-child(3n+1),
  .grid-uniform .medium--three-sixths:nth-child(2n+1),
  .grid-uniform .medium--two-eighths:nth-child(4n+1),
  .grid-uniform .medium--four-eighths:nth-child(2n+1),
  .grid-uniform .medium--five-tenths:nth-child(2n+1),
  .grid-uniform .medium--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.333%; }

  .medium-down--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.666%; }

  .medium-down--two-sixths {
    width: 33.333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.666%; }

  .medium-down--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .medium-down--one-ninth {
    width: 11.111111111111111%; }

  .medium-down--two-ninths {
    width: 22.222222222222222%; }

  .medium-down--three-ninths {
    width: 33.333333333333333%; }

  .medium-down--four-ninths {
    width: 44.444444444444444%; }

  .medium-down--five-ninths {
    width: 55.555555555555556%; }

  .medium-down--six-ninths {
    width: 66.666666666666667%; }

  .medium-down--seven-ninths {
    width: 77.777777777777778%; }

  .medium-down--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.333%; }

  .medium-down--two-twelfths {
    width: 16.666%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.333%; }

  .medium-down--five-twelfths {
    width: 41.666%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.333%; }

  .medium-down--eight-twelfths {
    width: 66.666%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.333%; }

  .medium-down--eleven-twelfths {
    width: 91.666%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; }

  .medium-down--left {
    float: left !important; }

  .medium-down--right {
    float: right !important; }

  .grid-uniform .medium-down--one-half:nth-child(2n+1),
  .grid-uniform .medium-down--one-third:nth-child(3n+1),
  .grid-uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.333%; }

  .medium-up--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.666%; }

  .medium-up--two-sixths {
    width: 33.333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.666%; }

  .medium-up--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .medium-up--one-ninth {
    width: 11.111111111111111%; }

  .medium-up--two-ninths {
    width: 22.222222222222222%; }

  .medium-up--three-ninths {
    width: 33.333333333333333%; }

  .medium-up--four-ninths {
    width: 44.444444444444444%; }

  .medium-up--five-ninths {
    width: 55.555555555555556%; }

  .medium-up--six-ninths {
    width: 66.666666666666667%; }

  .medium-up--seven-ninths {
    width: 77.777777777777778%; }

  .medium-up--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.333%; }

  .medium-up--two-twelfths {
    width: 16.666%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.333%; }

  .medium-up--five-twelfths {
    width: 41.666%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.333%; }

  .medium-up--eight-twelfths {
    width: 66.666%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.333%; }

  .medium-up--eleven-twelfths {
    width: 91.666%; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; }

  .medium-up--left {
    float: left !important; }

  .medium-up--right {
    float: right !important; }

  .grid-uniform .medium-up--one-half:nth-child(2n+1),
  .grid-uniform .medium-up--one-third:nth-child(3n+1),
  .grid-uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid-uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid-uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid-uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid-uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid-uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid-uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid-uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid-uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid-uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid-uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid-uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid-uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.333%; }

  .large--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.666%; }

  .large--two-sixths {
    width: 33.333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.666%; }

  .large--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .large--one-ninth {
    width: 11.111111111111111%; }

  .large--two-ninths {
    width: 22.222222222222222%; }

  .large--three-ninths {
    width: 33.333333333333333%; }

  .large--four-ninths {
    width: 44.444444444444444%; }

  .large--five-ninths {
    width: 55.555555555555556%; }

  .large--six-ninths {
    width: 66.666666666666667%; }

  .large--seven-ninths {
    width: 77.777777777777778%; }

  .large--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.333%; }

  .large--two-twelfths {
    width: 16.666%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.333%; }

  .large--five-twelfths {
    width: 41.666%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.333%; }

  .large--eight-twelfths {
    width: 66.666%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.333%; }

  .large--eleven-twelfths {
    width: 91.666%; }

  .large--show {
    display: block !important; }

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

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; }

  .large--left {
    float: left !important; }

  .large--right {
    float: right !important; }

  .grid-uniform .large--one-half:nth-child(2n+1),
  .grid-uniform .large--one-third:nth-child(3n+1),
  .grid-uniform .large--one-quarter:nth-child(4n+1),
  .grid-uniform .large--one-fifth:nth-child(5n+1),
  .grid-uniform .large--one-sixth:nth-child(6n+1),
  .grid-uniform .large--two-sixths:nth-child(3n+1),
  .grid-uniform .large--three-sixths:nth-child(2n+1),
  .grid-uniform .large--two-eighths:nth-child(4n+1),
  .grid-uniform .large--four-eighths:nth-child(2n+1),
  .grid-uniform .large--five-tenths:nth-child(2n+1),
  .grid-uniform .large--one-twelfth:nth-child(12n+1),
  .grid-uniform .large--two-twelfths:nth-child(6n+1),
  .grid-uniform .large--three-twelfths:nth-child(4n+1),
  .grid-uniform .large--four-twelfths:nth-child(3n+1),
  .grid-uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (max-width: 1024px) {
  /** Whole */
  .large-down--one-whole {
    width: 100%; }

  /* Halves */
  .large-down--one-half {
    width: 50%; }

  /* Thirds */
  .large-down--one-third {
    width: 33.333%; }

  .large-down--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large-down--one-quarter {
    width: 25%; }

  .large-down--two-quarters {
    width: 50%; }

  .large-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-down--one-fifth {
    width: 20%; }

  .large-down--two-fifths {
    width: 40%; }

  .large-down--three-fifths {
    width: 60%; }

  .large-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-down--one-sixth {
    width: 16.666%; }

  .large-down--two-sixths {
    width: 33.333%; }

  .large-down--three-sixths {
    width: 50%; }

  .large-down--four-sixths {
    width: 66.666%; }

  .large-down--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .large-down--one-eighth {
    width: 12.5%; }

  .large-down--two-eighths {
    width: 25%; }

  .large-down--three-eighths {
    width: 37.5%; }

  .large-down--four-eighths {
    width: 50%; }

  .large-down--five-eighths {
    width: 62.5%; }

  .large-down--six-eighths {
    width: 75%; }

  .large-down--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .large-down--one-ninth {
    width: 11.111111111111111%; }

  .large-down--two-ninths {
    width: 22.222222222222222%; }

  .large-down--three-ninths {
    width: 33.333333333333333%; }

  .large-down--four-ninths {
    width: 44.444444444444444%; }

  .large-down--five-ninths {
    width: 55.555555555555556%; }

  .large-down--six-ninths {
    width: 66.666666666666667%; }

  .large-down--seven-ninths {
    width: 77.777777777777778%; }

  .large-down--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .large-down--one-tenth {
    width: 10%; }

  .large-down--two-tenths {
    width: 20%; }

  .large-down--three-tenths {
    width: 30%; }

  .large-down--four-tenths {
    width: 40%; }

  .large-down--five-tenths {
    width: 50%; }

  .large-down--six-tenths {
    width: 60%; }

  .large-down--seven-tenths {
    width: 70%; }

  .large-down--eight-tenths {
    width: 80%; }

  .large-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-down--one-twelfth {
    width: 8.333%; }

  .large-down--two-twelfths {
    width: 16.666%; }

  .large-down--three-twelfths {
    width: 25%; }

  .large-down--four-twelfths {
    width: 33.333%; }

  .large-down--five-twelfths {
    width: 41.666%; }

  .large-down--six-twelfths {
    width: 50%; }

  .large-down--seven-twelfths {
    width: 58.333%; }

  .large-down--eight-twelfths {
    width: 66.666%; }

  .large-down--nine-twelfths {
    width: 75%; }

  .large-down--ten-twelfths {
    width: 83.333%; }

  .large-down--eleven-twelfths {
    width: 91.666%; }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

  .large-down--text-left {
    text-align: left !important; }

  .large-down--text-right {
    text-align: right !important; }

  .large-down--text-center {
    text-align: center !important; }

  .large-down--left {
    float: left !important; }

  .large-down--right {
    float: right !important; }

  .grid-uniform .large-down--one-half:nth-child(2n+1),
  .grid-uniform .large-down--one-third:nth-child(3n+1),
  .grid-uniform .large-down--one-quarter:nth-child(4n+1),
  .grid-uniform .large-down--one-fifth:nth-child(5n+1),
  .grid-uniform .large-down--one-sixth:nth-child(6n+1),
  .grid-uniform .large-down--two-sixths:nth-child(3n+1),
  .grid-uniform .large-down--three-sixths:nth-child(2n+1),
  .grid-uniform .large-down--two-eighths:nth-child(4n+1),
  .grid-uniform .large-down--four-eighths:nth-child(2n+1),
  .grid-uniform .large-down--five-tenths:nth-child(2n+1),
  .grid-uniform .large-down--one-twelfth:nth-child(12n+1),
  .grid-uniform .large-down--two-twelfths:nth-child(6n+1),
  .grid-uniform .large-down--three-twelfths:nth-child(4n+1),
  .grid-uniform .large-down--four-twelfths:nth-child(3n+1),
  .grid-uniform .large-down--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1025px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.333%; }

  .large-up--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.666%; }

  .large-up--two-sixths {
    width: 33.333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.666%; }

  .large-up--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .large-up--one-ninth {
    width: 11.111111111111111%; }

  .large-up--two-ninths {
    width: 22.222222222222222%; }

  .large-up--three-ninths {
    width: 33.333333333333333%; }

  .large-up--four-ninths {
    width: 44.444444444444444%; }

  .large-up--five-ninths {
    width: 55.555555555555556%; }

  .large-up--six-ninths {
    width: 66.666666666666667%; }

  .large-up--seven-ninths {
    width: 77.777777777777778%; }

  .large-up--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.333%; }

  .large-up--two-twelfths {
    width: 16.666%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.333%; }

  .large-up--five-twelfths {
    width: 41.666%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.333%; }

  .large-up--eight-twelfths {
    width: 66.666%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.333%; }

  .large-up--eleven-twelfths {
    width: 91.666%; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; }

  .large-up--left {
    float: left !important; }

  .large-up--right {
    float: right !important; }

  .grid-uniform .large-up--one-half:nth-child(2n+1),
  .grid-uniform .large-up--one-third:nth-child(3n+1),
  .grid-uniform .large-up--one-quarter:nth-child(4n+1),
  .grid-uniform .large-up--one-fifth:nth-child(5n+1),
  .grid-uniform .large-up--one-sixth:nth-child(6n+1),
  .grid-uniform .large-up--two-sixths:nth-child(3n+1),
  .grid-uniform .large-up--three-sixths:nth-child(2n+1),
  .grid-uniform .large-up--two-eighths:nth-child(4n+1),
  .grid-uniform .large-up--four-eighths:nth-child(2n+1),
  .grid-uniform .large-up--five-tenths:nth-child(2n+1),
  .grid-uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid-uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid-uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid-uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid-uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1290px) {
  /** Whole */
  .desktop--one-whole {
    width: 100%; }

  /* Halves */
  .desktop--one-half {
    width: 50%; }

  /* Thirds */
  .desktop--one-third {
    width: 33.333%; }

  .desktop--two-thirds {
    width: 66.666%; }

  /* Quarters */
  .desktop--one-quarter {
    width: 25%; }

  .desktop--two-quarters {
    width: 50%; }

  .desktop--three-quarters {
    width: 75%; }

  /* Fifths */
  .desktop--one-fifth {
    width: 20%; }

  .desktop--two-fifths {
    width: 40%; }

  .desktop--three-fifths {
    width: 60%; }

  .desktop--four-fifths {
    width: 80%; }

  /* Sixths */
  .desktop--one-sixth {
    width: 16.666%; }

  .desktop--two-sixths {
    width: 33.333%; }

  .desktop--three-sixths {
    width: 50%; }

  .desktop--four-sixths {
    width: 66.666%; }

  .desktop--five-sixths {
    width: 83.333%; }

  /* Eighths */
  .desktop--one-eighth {
    width: 12.5%; }

  .desktop--two-eighths {
    width: 25%; }

  .desktop--three-eighths {
    width: 37.5%; }

  .desktop--four-eighths {
    width: 50%; }

  .desktop--five-eighths {
    width: 62.5%; }

  .desktop--six-eighths {
    width: 75%; }

  .desktop--seven-eighths {
    width: 87.5%; }

  /* Ninths */
  .desktop--one-ninth {
    width: 11.111111111111111%; }

  .desktop--two-ninths {
    width: 22.222222222222222%; }

  .desktop--three-ninths {
    width: 33.333333333333333%; }

  .desktop--four-ninths {
    width: 44.444444444444444%; }

  .desktop--five-ninths {
    width: 55.555555555555556%; }

  .desktop--six-ninths {
    width: 66.666666666666667%; }

  .desktop--seven-ninths {
    width: 77.777777777777778%; }

  .desktop--eight-ninths {
    width: 88.888888888888889%; }

  /* Tenths */
  .desktop--one-tenth {
    width: 10%; }

  .desktop--two-tenths {
    width: 20%; }

  .desktop--three-tenths {
    width: 30%; }

  .desktop--four-tenths {
    width: 40%; }

  .desktop--five-tenths {
    width: 50%; }

  .desktop--six-tenths {
    width: 60%; }

  .desktop--seven-tenths {
    width: 70%; }

  .desktop--eight-tenths {
    width: 80%; }

  .desktop--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .desktop--one-twelfth {
    width: 8.333%; }

  .desktop--two-twelfths {
    width: 16.666%; }

  .desktop--three-twelfths {
    width: 25%; }

  .desktop--four-twelfths {
    width: 33.333%; }

  .desktop--five-twelfths {
    width: 41.666%; }

  .desktop--six-twelfths {
    width: 50%; }

  .desktop--seven-twelfths {
    width: 58.333%; }

  .desktop--eight-twelfths {
    width: 66.666%; }

  .desktop--nine-twelfths {
    width: 75%; }

  .desktop--ten-twelfths {
    width: 83.333%; }

  .desktop--eleven-twelfths {
    width: 91.666%; }

  .desktop--show {
    display: block !important; }

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

  .desktop--text-left {
    text-align: left !important; }

  .desktop--text-right {
    text-align: right !important; }

  .desktop--text-center {
    text-align: center !important; }

  .desktop--left {
    float: left !important; }

  .desktop--right {
    float: right !important; }

  .grid-uniform .desktop--one-half:nth-child(2n+1),
  .grid-uniform .desktop--one-third:nth-child(3n+1),
  .grid-uniform .desktop--one-quarter:nth-child(4n+1),
  .grid-uniform .desktop--one-fifth:nth-child(5n+1),
  .grid-uniform .desktop--one-sixth:nth-child(6n+1),
  .grid-uniform .desktop--two-sixths:nth-child(3n+1),
  .grid-uniform .desktop--three-sixths:nth-child(2n+1),
  .grid-uniform .desktop--two-eighths:nth-child(4n+1),
  .grid-uniform .desktop--four-eighths:nth-child(2n+1),
  .grid-uniform .desktop--five-tenths:nth-child(2n+1),
  .grid-uniform .desktop--one-twelfth:nth-child(12n+1),
  .grid-uniform .desktop--two-twelfths:nth-child(6n+1),
  .grid-uniform .desktop--three-twelfths:nth-child(4n+1),
  .grid-uniform .desktop--four-twelfths:nth-child(3n+1),
  .grid-uniform .desktop--six-twelfths:nth-child(2n+1) {
    clear: both; } }
[class*="push--"] {
  position: relative; }

/* Whole */
.push--one-whole {
  left: 100%; }

/* Halves */
.push--one-half {
  left: 50%; }

/* Thirds */
.push--one-third {
  left: 33.333%; }

.push--two-thirds {
  left: 66.666%; }

/* Quarters */
.push--one-quarter {
  left: 25%; }

.push--two-quarters {
  left: 50%; }

.push--three-quarters {
  left: 75%; }

/* Fifths */
.push--one-fifth {
  left: 20%; }

.push--two-fifths {
  left: 40%; }

.push--three-fifths {
  left: 60%; }

.push--four-fifths {
  left: 80%; }

/* Sixths */
.push--one-sixth {
  left: 16.666%; }

.push--two-sixths {
  left: 33.333%; }

.push--three-sixths {
  left: 50%; }

.push--four-sixths {
  left: 66.666%; }

.push--five-sixths {
  left: 83.333%; }

/* Eighths */
.push--one-eighth {
  left: 12.5%; }

.push--two-eighths {
  left: 25%; }

.push--three-eighths {
  left: 37.5%; }

.push--four-eighths {
  left: 50%; }

.push--five-eighths {
  left: 62.5%; }

.push--six-eighths {
  left: 75%; }

.push--seven-eighths {
  left: 87.5%; }

/* Ninths */
.push--one-ninth {
  left: 11.111111111111111%; }

.push--two-ninths {
  left: 22.222222222222222%; }

.push--three-ninths {
  left: 33.333333333333333%; }

.push--four-ninths {
  left: 44.444444444444444%; }

.push--five-ninths {
  left: 55.555555555555556%; }

.push--six-ninths {
  left: 66.666666666666667%; }

.push--seven-ninths {
  left: 77.777777777777778%; }

.push--eight-ninths {
  left: 88.888888888888889%; }

/* Tenths */
.push--one-tenth {
  left: 10%; }

.push--two-tenths {
  left: 20%; }

.push--three-tenths {
  left: 30%; }

.push--four-tenths {
  left: 40%; }

.push--five-tenths {
  left: 50%; }

.push--six-tenths {
  left: 60%; }

.push--seven-tenths {
  left: 70%; }

.push--eight-tenths {
  left: 80%; }

.push--nine-tenths {
  left: 90%; }

/* Twelfths */
.push--one-twelfth {
  left: 8.333%; }

.push--two-twelfths {
  left: 16.666%; }

.push--three-twelfths {
  left: 25%; }

.push--four-twelfths {
  left: 33.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--six-twelfths {
  left: 50%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eight-twelfths {
  left: 66.666%; }

.push--nine-twelfths {
  left: 75%; }

.push--ten-twelfths {
  left: 83.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

@media only screen and (max-width: 590px) {
  /* Whole */
  .push--small--one-whole {
    left: 100%; }

  /* Halves */
  .push--small--one-half {
    left: 50%; }

  /* Thirds */
  .push--small--one-third {
    left: 33.333%; }

  .push--small--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--small--one-quarter {
    left: 25%; }

  .push--small--two-quarters {
    left: 50%; }

  .push--small--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--small--one-fifth {
    left: 20%; }

  .push--small--two-fifths {
    left: 40%; }

  .push--small--three-fifths {
    left: 60%; }

  .push--small--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--small--one-sixth {
    left: 16.666%; }

  .push--small--two-sixths {
    left: 33.333%; }

  .push--small--three-sixths {
    left: 50%; }

  .push--small--four-sixths {
    left: 66.666%; }

  .push--small--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--small--one-eighth {
    left: 12.5%; }

  .push--small--two-eighths {
    left: 25%; }

  .push--small--three-eighths {
    left: 37.5%; }

  .push--small--four-eighths {
    left: 50%; }

  .push--small--five-eighths {
    left: 62.5%; }

  .push--small--six-eighths {
    left: 75%; }

  .push--small--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--small--one-ninth {
    left: 11.111111111111111%; }

  .push--small--two-ninths {
    left: 22.222222222222222%; }

  .push--small--three-ninths {
    left: 33.333333333333333%; }

  .push--small--four-ninths {
    left: 44.444444444444444%; }

  .push--small--five-ninths {
    left: 55.555555555555556%; }

  .push--small--six-ninths {
    left: 66.666666666666667%; }

  .push--small--seven-ninths {
    left: 77.777777777777778%; }

  .push--small--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--small--one-tenth {
    left: 10%; }

  .push--small--two-tenths {
    left: 20%; }

  .push--small--three-tenths {
    left: 30%; }

  .push--small--four-tenths {
    left: 40%; }

  .push--small--five-tenths {
    left: 50%; }

  .push--small--six-tenths {
    left: 60%; }

  .push--small--seven-tenths {
    left: 70%; }

  .push--small--eight-tenths {
    left: 80%; }

  .push--small--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--small--one-twelfth {
    left: 8.333%; }

  .push--small--two-twelfths {
    left: 16.666%; }

  .push--small--three-twelfths {
    left: 25%; }

  .push--small--four-twelfths {
    left: 33.333%; }

  .push--small--five-twelfths {
    left: 41.666%; }

  .push--small--six-twelfths {
    left: 50%; }

  .push--small--seven-twelfths {
    left: 58.333%; }

  .push--small--eight-twelfths {
    left: 66.666%; }

  .push--small--nine-twelfths {
    left: 75%; }

  .push--small--ten-twelfths {
    left: 83.333%; }

  .push--small--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 591px) and (max-width: 768px) {
  /* Whole */
  .push--medium--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium--one-third {
    left: 33.333%; }

  .push--medium--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium--one-quarter {
    left: 25%; }

  .push--medium--two-quarters {
    left: 50%; }

  .push--medium--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium--one-fifth {
    left: 20%; }

  .push--medium--two-fifths {
    left: 40%; }

  .push--medium--three-fifths {
    left: 60%; }

  .push--medium--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium--one-sixth {
    left: 16.666%; }

  .push--medium--two-sixths {
    left: 33.333%; }

  .push--medium--three-sixths {
    left: 50%; }

  .push--medium--four-sixths {
    left: 66.666%; }

  .push--medium--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium--one-eighth {
    left: 12.5%; }

  .push--medium--two-eighths {
    left: 25%; }

  .push--medium--three-eighths {
    left: 37.5%; }

  .push--medium--four-eighths {
    left: 50%; }

  .push--medium--five-eighths {
    left: 62.5%; }

  .push--medium--six-eighths {
    left: 75%; }

  .push--medium--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--medium--one-ninth {
    left: 11.111111111111111%; }

  .push--medium--two-ninths {
    left: 22.222222222222222%; }

  .push--medium--three-ninths {
    left: 33.333333333333333%; }

  .push--medium--four-ninths {
    left: 44.444444444444444%; }

  .push--medium--five-ninths {
    left: 55.555555555555556%; }

  .push--medium--six-ninths {
    left: 66.666666666666667%; }

  .push--medium--seven-ninths {
    left: 77.777777777777778%; }

  .push--medium--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--medium--one-tenth {
    left: 10%; }

  .push--medium--two-tenths {
    left: 20%; }

  .push--medium--three-tenths {
    left: 30%; }

  .push--medium--four-tenths {
    left: 40%; }

  .push--medium--five-tenths {
    left: 50%; }

  .push--medium--six-tenths {
    left: 60%; }

  .push--medium--seven-tenths {
    left: 70%; }

  .push--medium--eight-tenths {
    left: 80%; }

  .push--medium--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium--one-twelfth {
    left: 8.333%; }

  .push--medium--two-twelfths {
    left: 16.666%; }

  .push--medium--three-twelfths {
    left: 25%; }

  .push--medium--four-twelfths {
    left: 33.333%; }

  .push--medium--five-twelfths {
    left: 41.666%; }

  .push--medium--six-twelfths {
    left: 50%; }

  .push--medium--seven-twelfths {
    left: 58.333%; }

  .push--medium--eight-twelfths {
    left: 66.666%; }

  .push--medium--nine-twelfths {
    left: 75%; }

  .push--medium--ten-twelfths {
    left: 83.333%; }

  .push--medium--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (max-width: 768px) {
  /* Whole */
  .push--medium-down--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-down--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-down--one-third {
    left: 33.333%; }

  .push--medium-down--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-down--one-quarter {
    left: 25%; }

  .push--medium-down--two-quarters {
    left: 50%; }

  .push--medium-down--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-down--one-fifth {
    left: 20%; }

  .push--medium-down--two-fifths {
    left: 40%; }

  .push--medium-down--three-fifths {
    left: 60%; }

  .push--medium-down--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-down--one-sixth {
    left: 16.666%; }

  .push--medium-down--two-sixths {
    left: 33.333%; }

  .push--medium-down--three-sixths {
    left: 50%; }

  .push--medium-down--four-sixths {
    left: 66.666%; }

  .push--medium-down--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-down--one-eighth {
    left: 12.5%; }

  .push--medium-down--two-eighths {
    left: 25%; }

  .push--medium-down--three-eighths {
    left: 37.5%; }

  .push--medium-down--four-eighths {
    left: 50%; }

  .push--medium-down--five-eighths {
    left: 62.5%; }

  .push--medium-down--six-eighths {
    left: 75%; }

  .push--medium-down--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--medium-down--one-ninth {
    left: 11.111111111111111%; }

  .push--medium-down--two-ninths {
    left: 22.222222222222222%; }

  .push--medium-down--three-ninths {
    left: 33.333333333333333%; }

  .push--medium-down--four-ninths {
    left: 44.444444444444444%; }

  .push--medium-down--five-ninths {
    left: 55.555555555555556%; }

  .push--medium-down--six-ninths {
    left: 66.666666666666667%; }

  .push--medium-down--seven-ninths {
    left: 77.777777777777778%; }

  .push--medium-down--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--medium-down--one-tenth {
    left: 10%; }

  .push--medium-down--two-tenths {
    left: 20%; }

  .push--medium-down--three-tenths {
    left: 30%; }

  .push--medium-down--four-tenths {
    left: 40%; }

  .push--medium-down--five-tenths {
    left: 50%; }

  .push--medium-down--six-tenths {
    left: 60%; }

  .push--medium-down--seven-tenths {
    left: 70%; }

  .push--medium-down--eight-tenths {
    left: 80%; }

  .push--medium-down--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-down--one-twelfth {
    left: 8.333%; }

  .push--medium-down--two-twelfths {
    left: 16.666%; }

  .push--medium-down--three-twelfths {
    left: 25%; }

  .push--medium-down--four-twelfths {
    left: 33.333%; }

  .push--medium-down--five-twelfths {
    left: 41.666%; }

  .push--medium-down--six-twelfths {
    left: 50%; }

  .push--medium-down--seven-twelfths {
    left: 58.333%; }

  .push--medium-down--eight-twelfths {
    left: 66.666%; }

  .push--medium-down--nine-twelfths {
    left: 75%; }

  .push--medium-down--ten-twelfths {
    left: 83.333%; }

  .push--medium-down--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .push--medium-up--one-whole {
    left: 100%; }

  /* Halves */
  .push--medium-up--one-half {
    left: 50%; }

  /* Thirds */
  .push--medium-up--one-third {
    left: 33.333%; }

  .push--medium-up--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--medium-up--one-quarter {
    left: 25%; }

  .push--medium-up--two-quarters {
    left: 50%; }

  .push--medium-up--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--medium-up--one-fifth {
    left: 20%; }

  .push--medium-up--two-fifths {
    left: 40%; }

  .push--medium-up--three-fifths {
    left: 60%; }

  .push--medium-up--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--medium-up--one-sixth {
    left: 16.666%; }

  .push--medium-up--two-sixths {
    left: 33.333%; }

  .push--medium-up--three-sixths {
    left: 50%; }

  .push--medium-up--four-sixths {
    left: 66.666%; }

  .push--medium-up--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--medium-up--one-eighth {
    left: 12.5%; }

  .push--medium-up--two-eighths {
    left: 25%; }

  .push--medium-up--three-eighths {
    left: 37.5%; }

  .push--medium-up--four-eighths {
    left: 50%; }

  .push--medium-up--five-eighths {
    left: 62.5%; }

  .push--medium-up--six-eighths {
    left: 75%; }

  .push--medium-up--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--medium-up--one-ninth {
    left: 11.111111111111111%; }

  .push--medium-up--two-ninths {
    left: 22.222222222222222%; }

  .push--medium-up--three-ninths {
    left: 33.333333333333333%; }

  .push--medium-up--four-ninths {
    left: 44.444444444444444%; }

  .push--medium-up--five-ninths {
    left: 55.555555555555556%; }

  .push--medium-up--six-ninths {
    left: 66.666666666666667%; }

  .push--medium-up--seven-ninths {
    left: 77.777777777777778%; }

  .push--medium-up--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--medium-up--one-tenth {
    left: 10%; }

  .push--medium-up--two-tenths {
    left: 20%; }

  .push--medium-up--three-tenths {
    left: 30%; }

  .push--medium-up--four-tenths {
    left: 40%; }

  .push--medium-up--five-tenths {
    left: 50%; }

  .push--medium-up--six-tenths {
    left: 60%; }

  .push--medium-up--seven-tenths {
    left: 70%; }

  .push--medium-up--eight-tenths {
    left: 80%; }

  .push--medium-up--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--medium-up--one-twelfth {
    left: 8.333%; }

  .push--medium-up--two-twelfths {
    left: 16.666%; }

  .push--medium-up--three-twelfths {
    left: 25%; }

  .push--medium-up--four-twelfths {
    left: 33.333%; }

  .push--medium-up--five-twelfths {
    left: 41.666%; }

  .push--medium-up--six-twelfths {
    left: 50%; }

  .push--medium-up--seven-twelfths {
    left: 58.333%; }

  .push--medium-up--eight-twelfths {
    left: 66.666%; }

  .push--medium-up--nine-twelfths {
    left: 75%; }

  .push--medium-up--ten-twelfths {
    left: 83.333%; }

  .push--medium-up--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* Whole */
  .push--large--one-whole {
    left: 100%; }

  /* Halves */
  .push--large--one-half {
    left: 50%; }

  /* Thirds */
  .push--large--one-third {
    left: 33.333%; }

  .push--large--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large--one-quarter {
    left: 25%; }

  .push--large--two-quarters {
    left: 50%; }

  .push--large--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large--one-fifth {
    left: 20%; }

  .push--large--two-fifths {
    left: 40%; }

  .push--large--three-fifths {
    left: 60%; }

  .push--large--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large--one-sixth {
    left: 16.666%; }

  .push--large--two-sixths {
    left: 33.333%; }

  .push--large--three-sixths {
    left: 50%; }

  .push--large--four-sixths {
    left: 66.666%; }

  .push--large--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large--one-eighth {
    left: 12.5%; }

  .push--large--two-eighths {
    left: 25%; }

  .push--large--three-eighths {
    left: 37.5%; }

  .push--large--four-eighths {
    left: 50%; }

  .push--large--five-eighths {
    left: 62.5%; }

  .push--large--six-eighths {
    left: 75%; }

  .push--large--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--large--one-ninth {
    left: 11.111111111111111%; }

  .push--large--two-ninths {
    left: 22.222222222222222%; }

  .push--large--three-ninths {
    left: 33.333333333333333%; }

  .push--large--four-ninths {
    left: 44.444444444444444%; }

  .push--large--five-ninths {
    left: 55.555555555555556%; }

  .push--large--six-ninths {
    left: 66.666666666666667%; }

  .push--large--seven-ninths {
    left: 77.777777777777778%; }

  .push--large--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--large--one-tenth {
    left: 10%; }

  .push--large--two-tenths {
    left: 20%; }

  .push--large--three-tenths {
    left: 30%; }

  .push--large--four-tenths {
    left: 40%; }

  .push--large--five-tenths {
    left: 50%; }

  .push--large--six-tenths {
    left: 60%; }

  .push--large--seven-tenths {
    left: 70%; }

  .push--large--eight-tenths {
    left: 80%; }

  .push--large--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large--one-twelfth {
    left: 8.333%; }

  .push--large--two-twelfths {
    left: 16.666%; }

  .push--large--three-twelfths {
    left: 25%; }

  .push--large--four-twelfths {
    left: 33.333%; }

  .push--large--five-twelfths {
    left: 41.666%; }

  .push--large--six-twelfths {
    left: 50%; }

  .push--large--seven-twelfths {
    left: 58.333%; }

  .push--large--eight-twelfths {
    left: 66.666%; }

  .push--large--nine-twelfths {
    left: 75%; }

  .push--large--ten-twelfths {
    left: 83.333%; }

  .push--large--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1025px) {
  /* Whole */
  .push--large-up--one-whole {
    left: 100%; }

  /* Halves */
  .push--large-up--one-half {
    left: 50%; }

  /* Thirds */
  .push--large-up--one-third {
    left: 33.333%; }

  .push--large-up--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--large-up--one-quarter {
    left: 25%; }

  .push--large-up--two-quarters {
    left: 50%; }

  .push--large-up--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--large-up--one-fifth {
    left: 20%; }

  .push--large-up--two-fifths {
    left: 40%; }

  .push--large-up--three-fifths {
    left: 60%; }

  .push--large-up--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--large-up--one-sixth {
    left: 16.666%; }

  .push--large-up--two-sixths {
    left: 33.333%; }

  .push--large-up--three-sixths {
    left: 50%; }

  .push--large-up--four-sixths {
    left: 66.666%; }

  .push--large-up--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--large-up--one-eighth {
    left: 12.5%; }

  .push--large-up--two-eighths {
    left: 25%; }

  .push--large-up--three-eighths {
    left: 37.5%; }

  .push--large-up--four-eighths {
    left: 50%; }

  .push--large-up--five-eighths {
    left: 62.5%; }

  .push--large-up--six-eighths {
    left: 75%; }

  .push--large-up--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--large-up--one-ninth {
    left: 11.111111111111111%; }

  .push--large-up--two-ninths {
    left: 22.222222222222222%; }

  .push--large-up--three-ninths {
    left: 33.333333333333333%; }

  .push--large-up--four-ninths {
    left: 44.444444444444444%; }

  .push--large-up--five-ninths {
    left: 55.555555555555556%; }

  .push--large-up--six-ninths {
    left: 66.666666666666667%; }

  .push--large-up--seven-ninths {
    left: 77.777777777777778%; }

  .push--large-up--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--large-up--one-tenth {
    left: 10%; }

  .push--large-up--two-tenths {
    left: 20%; }

  .push--large-up--three-tenths {
    left: 30%; }

  .push--large-up--four-tenths {
    left: 40%; }

  .push--large-up--five-tenths {
    left: 50%; }

  .push--large-up--six-tenths {
    left: 60%; }

  .push--large-up--seven-tenths {
    left: 70%; }

  .push--large-up--eight-tenths {
    left: 80%; }

  .push--large-up--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--large-up--one-twelfth {
    left: 8.333%; }

  .push--large-up--two-twelfths {
    left: 16.666%; }

  .push--large-up--three-twelfths {
    left: 25%; }

  .push--large-up--four-twelfths {
    left: 33.333%; }

  .push--large-up--five-twelfths {
    left: 41.666%; }

  .push--large-up--six-twelfths {
    left: 50%; }

  .push--large-up--seven-twelfths {
    left: 58.333%; }

  .push--large-up--eight-twelfths {
    left: 66.666%; }

  .push--large-up--nine-twelfths {
    left: 75%; }

  .push--large-up--ten-twelfths {
    left: 83.333%; }

  .push--large-up--eleven-twelfths {
    left: 91.666%; } }
@media only screen and (min-width: 1290px) {
  /* Whole */
  .push--desktop--one-whole {
    left: 100%; }

  /* Halves */
  .push--desktop--one-half {
    left: 50%; }

  /* Thirds */
  .push--desktop--one-third {
    left: 33.333%; }

  .push--desktop--two-thirds {
    left: 66.666%; }

  /* Quarters */
  .push--desktop--one-quarter {
    left: 25%; }

  .push--desktop--two-quarters {
    left: 50%; }

  .push--desktop--three-quarters {
    left: 75%; }

  /* Fifths */
  .push--desktop--one-fifth {
    left: 20%; }

  .push--desktop--two-fifths {
    left: 40%; }

  .push--desktop--three-fifths {
    left: 60%; }

  .push--desktop--four-fifths {
    left: 80%; }

  /* Sixths */
  .push--desktop--one-sixth {
    left: 16.666%; }

  .push--desktop--two-sixths {
    left: 33.333%; }

  .push--desktop--three-sixths {
    left: 50%; }

  .push--desktop--four-sixths {
    left: 66.666%; }

  .push--desktop--five-sixths {
    left: 83.333%; }

  /* Eighths */
  .push--desktop--one-eighth {
    left: 12.5%; }

  .push--desktop--two-eighths {
    left: 25%; }

  .push--desktop--three-eighths {
    left: 37.5%; }

  .push--desktop--four-eighths {
    left: 50%; }

  .push--desktop--five-eighths {
    left: 62.5%; }

  .push--desktop--six-eighths {
    left: 75%; }

  .push--desktop--seven-eighths {
    left: 87.5%; }

  /* Ninths */
  .push--desktop--one-ninth {
    left: 11.111111111111111%; }

  .push--desktop--two-ninths {
    left: 22.222222222222222%; }

  .push--desktop--three-ninths {
    left: 33.333333333333333%; }

  .push--desktop--four-ninths {
    left: 44.444444444444444%; }

  .push--desktop--five-ninths {
    left: 55.555555555555556%; }

  .push--desktop--six-ninths {
    left: 66.666666666666667%; }

  .push--desktop--seven-ninths {
    left: 77.777777777777778%; }

  .push--desktop--eight-ninths {
    left: 88.888888888888889%; }

  /* Tenths */
  .push--desktop--one-tenth {
    left: 10%; }

  .push--desktop--two-tenths {
    left: 20%; }

  .push--desktop--three-tenths {
    left: 30%; }

  .push--desktop--four-tenths {
    left: 40%; }

  .push--desktop--five-tenths {
    left: 50%; }

  .push--desktop--six-tenths {
    left: 60%; }

  .push--desktop--seven-tenths {
    left: 70%; }

  .push--desktop--eight-tenths {
    left: 80%; }

  .push--desktop--nine-tenths {
    left: 90%; }

  /* Twelfths */
  .push--desktop--one-twelfth {
    left: 8.333%; }

  .push--desktop--two-twelfths {
    left: 16.666%; }

  .push--desktop--three-twelfths {
    left: 25%; }

  .push--desktop--four-twelfths {
    left: 33.333%; }

  .push--desktop--five-twelfths {
    left: 41.666%; }

  .push--desktop--six-twelfths {
    left: 50%; }

  .push--desktop--seven-twelfths {
    left: 58.333%; }

  .push--desktop--eight-twelfths {
    left: 66.666%; }

  .push--desktop--nine-twelfths {
    left: 75%; }

  .push--desktop--ten-twelfths {
    left: 83.333%; }

  .push--desktop--eleven-twelfths {
    left: 91.666%; } }
/* Global | Normalize */
*, input, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  padding: 0;
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

h1, .h1, .section-header .section-title, .brand-story .brand-story-title, h2, .h2, .account-page-header .typography-customer-greeting, .brand-features .brand-features__heading, .page-header .page-title, h3, .h3, .site-footer .footer__newsletter-heading, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .product-reviews .jdgm-rev-widg__title, h4, .h4, h5, .h5, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .site-footer .footer__newsletter-heading, .site-footer .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .footer__newsletter-heading, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .stick-product-title, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .product-reviews .jdgm-rev-widg__title, .product-reviews .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .jdgm-rev-widg__title,
.product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h4,
.product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h4, h6, .h6 {
  margin: 0; }

.h1, .h2, .account-page-header .typography-customer-greeting, .h3, .site-footer .footer__newsletter-heading, .h4, .h5, .h6 {
  margin: 0; }

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

[hidden] {
  display: none; }

/* Helper classes */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.is-transitioning {
  display: block !important;
  visibility: visible !important; }

.visually-hidden {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

::-moz-selection {
  /* Code for Firefox */
  color: #0180f7;
  background: #f8ffb2; }

::selection {
  color: #0180f7;
  background: #f8ffb2; }

/*==================================================
  Partials
*==================================================*/
/*==================================================
  Partials | Forms
*==================================================*/
form {
  margin: 0; }

.form-vertical {
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 16px; } }
button,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

button {
  background: none;
  border: none;
  display: inline-block;
  cursor: pointer; }

fieldset {
  border: 1px solid black;
  padding: 20px; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }

input,
textarea,
select {
  border: 1px solid black;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 5px; }
  input[disabled], input.disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #bebebe;
    border-color: #dedede; }
  input.input-full,
  textarea.input-full,
  select.input-full {
    width: 100%; }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
  padding: 0;
  width: auto; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio; }

input[type="image"] {
  padding-left: 0;
  padding-right: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//xuyoni.com/cdn/shop/t/29/assets/ico-select.svg?v=36188721082188070671693759553");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

.hidden-label {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

label[for] {
  cursor: pointer; }

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  margin-bottom: 10px; }
.form-vertical input[type="checkbox"],
.form-vertical input[type="radio"],
.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn,
.accordion-ui .accordion-ui__item .form-vertical .accordion-ui__title.accordion-ui__title--btn,
.form-vertical .product-reviews .jdgm-write-rev-link,
.product-reviews .form-vertical .jdgm-write-rev-link {
  display: inline-block; }
.form-vertical .btn, .form-vertical .btn--secondary, .form-vertical .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn, .accordion-ui .accordion-ui__item .form-vertical .accordion-ui__title.accordion-ui__title--btn, .form-vertical .product-reviews .jdgm-write-rev-link, .product-reviews .form-vertical .jdgm-write-rev-link {
  display: inline-block; }

input.error,
textarea.error {
  border-color: red;
  background-color: #cc0000;
  color: red; }

label.error {
  color: red; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group .input-group-field:first-child,
  .input-group .input-group-btn:first-child,
  .input-group .input-group-btn:first-child > .btn,
  .input-group .input-group-btn:first-child > .btn--secondary,
  .input-group .accordion-ui .accordion-ui__item .input-group-btn:first-child > .accordion-ui__title.accordion-ui__title--btn,
  .accordion-ui .accordion-ui__item .input-group .input-group-btn:first-child > .accordion-ui__title.accordion-ui__title--btn,
  .input-group .product-reviews .input-group-btn:first-child > .jdgm-write-rev-link,
  .product-reviews .input-group .input-group-btn:first-child > .jdgm-write-rev-link,
  .input-group input[type="hidden"]:first-child + .input-group-field,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
  .input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
  .input-group .accordion-ui .accordion-ui__item input[type="hidden"]:first-child + .input-group-btn > .accordion-ui__title.accordion-ui__title--btn,
  .accordion-ui .accordion-ui__item .input-group input[type="hidden"]:first-child + .input-group-btn > .accordion-ui__title.accordion-ui__title--btn,
  .input-group .product-reviews input[type="hidden"]:first-child + .input-group-btn > .jdgm-write-rev-link,
  .product-reviews .input-group input[type="hidden"]:first-child + .input-group-btn > .jdgm-write-rev-link {
    border-radius: 0; }
  .input-group .input-group-field:last-child,
  .input-group .input-group-btn:last-child > .btn,
  .input-group .input-group-btn:last-child > .btn--secondary,
  .input-group .accordion-ui .accordion-ui__item .input-group-btn:last-child > .accordion-ui__title.accordion-ui__title--btn,
  .accordion-ui .accordion-ui__item .input-group .input-group-btn:last-child > .accordion-ui__title.accordion-ui__title--btn,
  .input-group .product-reviews .input-group-btn:last-child > .jdgm-write-rev-link,
  .product-reviews .input-group .input-group-btn:last-child > .jdgm-write-rev-link {
    border-radius: 0 5px 5px 0; }
  .input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group .btn, .input-group .btn--secondary, .input-group .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn, .accordion-ui .accordion-ui__item .input-group .accordion-ui__title.accordion-ui__title--btn, .input-group .product-reviews .jdgm-write-rev-link, .product-reviews .input-group .jdgm-write-rev-link,
.input-group .input-group-field {
  height: 37px; }

.input-group .input-group-field {
  width: 100%; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0; }

.selector-wrapper label {
  margin-right: 10px; }
.selector-wrapper + .selector-wrapper {
  margin-top: 20px; }

/*==================================================
  Partials | Links and Buttons
*==================================================*/
a,
.text-link,
.account-page-header .menu-list li.logout-link-wrapper > a {
  color: black;
  text-decoration: none;
  background: transparent; }
  a:hover,
  .text-link:hover,
  .account-page-header .menu-list li.logout-link-wrapper > a:hover {
    color: black; }

a[href^="tel"] {
  color: inherit; }

button {
  overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

.btn, .btn--secondary,
.rte .btn--secondary, .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn, .product-reviews .jdgm-write-rev-link,
.rte .btn,
.rte .btn--secondary,
.rte .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn,
.accordion-ui .accordion-ui__item .rte .accordion-ui__title.accordion-ui__title--btn,
.rte .product-reviews .jdgm-write-rev-link,
.product-reviews .rte .jdgm-write-rev-link {
  display: inline-block;
  padding: 9px 10px;
  margin: 0;
  width: auto;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  cursor: pointer;
  color: black;
  border: 1px solid black;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px; }
  .btn:hover, .btn--secondary:hover, .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn:hover, .product-reviews .jdgm-write-rev-link:hover,
  .rte .btn:hover,
  .rte .btn--secondary:hover,
  .rte .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn:hover,
  .accordion-ui .accordion-ui__item .rte .accordion-ui__title.accordion-ui__title--btn:hover,
  .rte .product-reviews .jdgm-write-rev-link:hover,
  .product-reviews .rte .jdgm-write-rev-link:hover {
    color: black;
    border: 1px solid black;
    background-color: transparent; }
  .btn:active, .btn--secondary:active, .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn:active, .product-reviews .jdgm-write-rev-link:active,
  .rte .btn:active,
  .rte .btn--secondary:active,
  .rte .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn:active,
  .accordion-ui .accordion-ui__item .rte .accordion-ui__title.accordion-ui__title--btn:active,
  .rte .product-reviews .jdgm-write-rev-link:active,
  .product-reviews .rte .jdgm-write-rev-link:active {
    color: black;
    border: 1px solid black;
    background-color: transparent; }
  .btn[disabled], [disabled].btn--secondary, .accordion-ui .accordion-ui__item [disabled].accordion-ui__title.accordion-ui__title--btn, .product-reviews [disabled].jdgm-write-rev-link, .btn.disabled, .disabled.btn--secondary, .accordion-ui .accordion-ui__item .disabled.accordion-ui__title.accordion-ui__title--btn, .product-reviews .disabled.jdgm-write-rev-link,
  .rte .btn[disabled],
  .rte [disabled].btn--secondary,
  .rte .accordion-ui .accordion-ui__item [disabled].accordion-ui__title.accordion-ui__title--btn,
  .accordion-ui .accordion-ui__item .rte [disabled].accordion-ui__title.accordion-ui__title--btn,
  .rte .product-reviews [disabled].jdgm-write-rev-link,
  .product-reviews .rte [disabled].jdgm-write-rev-link,
  .rte .btn.disabled,
  .rte .disabled.btn--secondary,
  .rte .accordion-ui .accordion-ui__item .disabled.accordion-ui__title.accordion-ui__title--btn,
  .accordion-ui .accordion-ui__item .rte .disabled.accordion-ui__title.accordion-ui__title--btn,
  .rte .product-reviews .disabled.jdgm-write-rev-link,
  .product-reviews .rte .disabled.jdgm-write-rev-link {
    cursor: default;
    color: #bebebe;
    border-color: #dedede;
    background-color: #dedede; }

.btn--primary {
  background-color: black;
  color: white; }
  .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
    background-color: black;
    color: white; }

.btn--small {
  padding: 4px 5px;
  font-size: 12px; }

.btn--large {
  padding: 14px 20px;
  font-size: 16px; }

.btn--full {
  width: 100%; }

.text-link, .account-page-header .menu-list li.logout-link-wrapper > a {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

.page__anchor {
  position: relative;
  top: -120px; }
  @media screen and (max-width: 590px) {
    .page__anchor {
      top: -80px; } }

/*==================================================
  Image Transition
*==================================================*/
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-out; }
  .fade-in.lazyloaded {
    opacity: 1; }
  .supports-no-js .fade-in {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }

/*==================================================
  Vendor Specific Styles
*==================================================*/
/* Slick Slider SCSS */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 40px;
  outline: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-loading .slick-list {
    background: white url(//xuyoni.com/cdn/shop/t/29/assets/ajax-loader.gif?v=41356863302472015721693759553) center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  max-height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  line-height: 0;
  cursor: pointer;
  padding: 0;
  border: none; }
  .slick-prev .icon:before,
  .slick-next .icon:before {
    bottom: 0; }

.slick-prev .icon:before,
.slick-next .icon:before {
  position: relative;
  transition: top 0.1s linear;
  font-size: 10px;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 8px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer; }
    .slick-dots li.slick-active button:before {
      background-color: transparent;
      border-color: #ffffff;
      opacity: 1;
      color: black; }
    .slick-dots li.slick-active button:after, .slick-dots li.slick-active a:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-30deg);
      width: 22px;
      height: 8px;
      border-radius: 50%;
      border: 1px solid;
      opacity: 1;
      color: black; }
    .slick-dots li button:active:before {
      opacity: 0.5; }
  .slick-dots button,
  .slick-dots a {
    border: 0;
    background: transparent;
    display: block;
    height: 12px;
    width: 12px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    outline: none;
    cursor: pointer; }
    .slick-dots button:before,
    .slick-dots a:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\2022";
      text-indent: -9999px;
      border-radius: 100%;
      border: 2px solid transparent;
      width: 12px;
      height: 12px;
      font-family: "slick-icons, sans-serif";
      font-size: 0.375rem;
      line-height: 12px;
      text-align: center;
      color: black;
      opacity: 1;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

/* Swiper */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  background-color: transparent;
  opacity: 1; }
  .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000; }
    .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-30deg);
      width: 22px;
      height: 8px;
      border-radius: 50%;
      border: 1px solid;
      opacity: 1; }

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }

.swiper-button-next,
.swiper-button-prev {
  color: #808080;
  outline: none; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 30px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.white-popup, .black-popup {
  position: relative;
  padding: 40px 30px 20px;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
  background: #FFF;
  color: #000; }
  @media screen and (min-width: 591px) {
    .white-popup, .black-popup {
      padding: 80px 60px 40px; } }

.black-popup {
  background: #000;
  color: #fff; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 10px;
    padding-right: 10px; } }
/*==================================================
  Theme Styles
*==================================================*/
/* Typography */
@font-face {
  font-family: 'Editorial New';
  src: url("//xuyoni.com/cdn/shop/t/29/assets/EditorialNew-Regular.eot?v=27637597372207113541693759553");
  src: url("//xuyoni.com/cdn/shop/t/29/assets/EditorialNew-Regular.eot?%23iefix&v=27637597372207113541693759553") format("embedded-opentype"), url("//xuyoni.com/cdn/shop/t/29/assets/EditorialNew-Regular.woff2?v=64257949033257447771693759553") format("woff2"), url("//xuyoni.com/cdn/shop/t/29/assets/EditorialNew-Regular.woff?v=144752513332537068991693759553") format("woff"), url("//xuyoni.com/cdn/shop/t/29/assets/EditorialNew-Regular.ttf?v=107039771274007558701693759553") format("truetype"), url("//xuyoni.com/cdn/shop/t/29/assets/EditorialNew-Regular.svg%23EditorialNew-Regular?14161") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'icons';
  src: url("//xuyoni.com/cdn/shop/t/29/assets/icons.eot?v=112981532348062652561693759553");
  src: url("//xuyoni.com/cdn/shop/t/29/assets/icons.eot?v=112981532348062652561693759553#iefix") format("embedded-opentype"), url("//xuyoni.com/cdn/shop/t/29/assets/icons.woff?v=24089382976848351381693759553") format("woff"), url("//xuyoni.com/cdn/shop/t/29/assets/icons.ttf?v=177851439206450752971693759553") format("truetype"), url("//xuyoni.com/cdn/shop/t/29/assets/icons.svg?v=3982025042133572301693759553#timber-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-fallback-text .icon {
  display: none; }
  .supports-fontface .icon-fallback-text .icon {
    display: inline-block; }

.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.icon:before {
  display: none; }

.supports-fontface .icon:before {
  display: inline;
  font-family: "icons";
  text-decoration: none;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-down:before {
  content: '\e607'; }

.icon-arrow-left:before {
  content: '\e900'; }

.icon-arrow-right:before {
  content: '\e901'; }

.icon-cart:before {
  content: '\e600'; }

.icon-customer:before {
  content: '\e605'; }

.icon-facebook:before {
  content: '\e609'; }

.icon-fancy:before {
  content: '\46'; }

.icon-google_plus:before {
  content: '\e90a'; }

.icon-hamburger:before {
  content: '\e601'; }

.icon-instagram:before {
  content: '\e907'; }

.icon-minus:before {
  content: '\e602'; }

.icon-pause:before {
  content: "\e902"; }

.icon-pin:before {
  content: '\e90d'; }

.icon-pinterest:before {
  content: '\e608'; }

.icon-play:before {
  content: "\e904"; }

.icon-plus:before {
  content: '\e603'; }

.icon-rss:before {
  content: '\72'; }

.icon-saletag:before {
  content: "\e906"; }

.icon-search:before {
  content: '\73'; }

.icon-snapchat:before {
  content: '\e90b'; }

.icon-slide-prev:before {
  content: "\e903"; }

.icon-slide-next:before {
  content: "\e905"; }

.icon-tumblr:before {
  content: '\74'; }

.icon-twitter:before {
  content: '\54'; }

.icon-vimeo:before {
  content: '\76'; }

.icon-x:before {
  content: '\e604'; }

.icon-youtube:before {
  content: '\79'; }

.payment-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  margin-bottom: 0; }
  .payment-icons li {
    margin: 0 0 10px 10px;
    cursor: default; }
  .payment-icons .fallback-text {
    text-transform: capitalize; }
  .payment-icons .icon {
    width: 38px;
    height: 24px; }

body,
input,
textarea,
button,
select {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: black;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body.theme-dark {
  background-color: black;
  color: white; }
  body.theme-dark .page-container a {
    color: white; }

/* Headings */
h1, .h1, .section-header .section-title, .brand-story .brand-story-title,
h2,
.h2,
.account-page-header .typography-customer-greeting,
.brand-features .brand-features__heading,
.page-header .page-title,
h3,
.h3,
.site-footer .footer__newsletter-heading,
.sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title,
.product-reviews .jdgm-rev-widg__title {
  font-family: "Editorial New", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em !important; }

h1, .h1, .section-header .section-title, .brand-story .brand-story-title {
  font-size: 48px;
  line-height: 1.2; }

h2, .h2, .account-page-header .typography-customer-greeting, .brand-features .brand-features__heading, .page-header .page-title {
  font-size: 36px;
  line-height: 1.2; }

h3, .h3, .site-footer .footer__newsletter-heading, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .product-reviews .jdgm-rev-widg__title {
  font-size: 24px;
  line-height: 1.2; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.2; }

h5, .h5, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .site-footer .footer__newsletter-heading, .site-footer .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .footer__newsletter-heading, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .stick-product-title, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .product-reviews .jdgm-rev-widg__title, .product-reviews .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .jdgm-rev-widg__title,
.product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h4,
.product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h4 {
  font-size: 16px;
  line-height: 1.4; }

h6, .h6 {
  font-size: 16px;
  line-height: 1.4; }

@media screen and (max-width: 590px) {
  h1, .h1, .section-header .section-title, .brand-story .brand-story-title {
    font-size: 32px;
    line-height: 1.2; }

  h2, .h2, .account-page-header .typography-customer-greeting, .brand-features .brand-features__heading, .page-header .page-title {
    font-size: 24px;
    line-height: 1.2; }

  h3, .h3, .site-footer .footer__newsletter-heading, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .product-reviews .jdgm-rev-widg__title {
    font-size: 20px;
    line-height: 1.4; }

  h4, .h4 {
    font-size: 16px;
    line-height: 1.4; }

  h5, .h5, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .site-footer .footer__newsletter-heading, .site-footer .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .footer__newsletter-heading, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .stick-product-title, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .product-reviews .jdgm-rev-widg__title, .product-reviews .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .jdgm-rev-widg__title,
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h4,
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h4 {
    font-size: 14px;
    line-height: 1.4; }

  h6, .h6 {
    font-size: 14px;
    line-height: 1.4; } }
@media screen and (min-width: 591px) and (max-width: 1024px) {
  h1, .h1, .section-header .section-title, .brand-story .brand-story-title {
    font-size: 32px;
    line-height: 1.2; }

  h2, .h2, .account-page-header .typography-customer-greeting, .brand-features .brand-features__heading, .page-header .page-title {
    font-size: 24px;
    line-height: 1.2; }

  h3, .h3, .site-footer .footer__newsletter-heading, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .product-reviews .jdgm-rev-widg__title {
    font-size: 20px;
    line-height: 1.4; }

  h4, .h4 {
    font-size: 16px;
    line-height: 1.4; }

  h5, .h5, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .site-footer .footer__newsletter-heading, .site-footer .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .footer__newsletter-heading, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .stick-product-title, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .product-reviews .jdgm-rev-widg__title, .product-reviews .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .jdgm-rev-widg__title,
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h4,
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h4 {
    font-size: 14px;
    line-height: 1.4; }

  h6, .h6 {
    font-size: 14px;
    line-height: 1.4; } }
/* Paragraph */
p {
  margin: 0; }
  @media screen and (max-width: 590px) {
    p {
      font-size: 14px; } }

.text--large,
.text--large p,
.text--large li,
.text--large a {
  font-size: 18px; }
  @media screen and (max-width: 590px) {
    .text--large,
    .text--large p,
    .text--large li,
    .text--large a {
      font-size: 16px; } }

p.typography-subheading {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

/* List Styles */
.no-bullets {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.dashed {
  margin: 0;
  padding: 0;
  padding-left: 0;
  list-style: none; }
  ul.dashed li {
    position: relative;
    font-size: 1em; }
    ul.dashed li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.7em;
      left: -10px;
      width: 6px;
      height: 1px;
      background-color: #000; }

@media screen and (max-width: 590px) {
  li {
    font-size: 14px; } }

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

/* Link and Buttons */
a {
  color: #000;
  text-decoration: none; }

button {
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.btn, .btn--secondary,
.rte .btn--secondary, .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn, .product-reviews .jdgm-write-rev-link {
  display: inline-block;
  text-decoration: none; }

.btn--oval {
  padding: 10px 30px;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

.text-link, .account-page-header .menu-list li.logout-link-wrapper > a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  color: #000; }

/*================ Partials | Tables ================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

th {
  font-weight: 500; }

th,
td {
  text-align: left;
  padding: 20px;
  border: 1px solid black; }

/*================ Partials | Pagination ================*/
.pagination {
  text-align: center; }
  .pagination > * {
    margin: 0 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 20px; }
  .pagination .current {
    text-decoration: underline; }

/*================ Layout ================*/
#PageContainer {
  overflow: hidden;
  padding-top: 140px; }
  #PageContainer main {
    min-height: calc(100vh - 365px ); }
    @media screen and (max-width: 768px) {
      #PageContainer main {
        min-height: calc(100vh - 680px ); } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      #PageContainer main {
        min-height: calc(100vh - 485px ); } }
  @media screen and (max-width: 590px) {
    #PageContainer {
      padding-top: 100px; }
      .template-product #PageContainer {
        padding-top: 60px; } }
  .show-announcement-bar #PageContainer {
    padding-top: 170px; }
    @media screen and (max-width: 590px) {
      .show-announcement-bar #PageContainer {
        padding-top: 130px; } }
    .show-announcement-bar #PageContainer main {
      min-height: calc(100vh - 335px ); }
      @media screen and (max-width: 768px) {
        .show-announcement-bar #PageContainer main {
          min-height: calc(100vh - 650px ); } }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        .show-announcement-bar #PageContainer main {
          min-height: calc(100vh - 455px ); } }
  .template-index #PageContainer, .template-collection #PageContainer {
    padding-top: 80px;
    /* Height of Site Header */ }
    @media screen and (max-width: 590px) {
      .template-index #PageContainer, .template-collection #PageContainer {
        padding-top: 60px; } }
  .template-index.show-announcement-bar #PageContainer, .template-collection.show-announcement-bar #PageContainer {
    padding-top: 110px; }
    @media screen and (max-width: 590px) {
      .template-index.show-announcement-bar #PageContainer, .template-collection.show-announcement-bar #PageContainer {
        padding-top: 90px; } }

main {
  padding-bottom: 80px; }
  .template-index main {
    padding-bottom: 0; }
  @media screen and (max-width: 590px) {
    main {
      padding-bottom: 40px; }
      .template-index main {
        padding-bottom: 0; } }

.wrapper {
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper.wrapper--wide {
    max-width: 1920px; }
  .wrapper.wrapper--full {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 1025px) {
  .wrapper--five-eights {
    width: 86.25%;
    margin-left: auto;
    margin-right: auto; } }

.content-border-top {
  padding-top: 20px;
  border-top: 1px solid black; }

/*================ Module Specifics ================*/
/* Masthead */
.supports-flexbox .site-header .flex {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%; }
  .supports-flexbox .site-header .flex .site-nav--expanded,
  .supports-flexbox .site-header .flex .site-nav--mobile,
  .supports-flexbox .site-header .flex .sub-nav,
  .supports-flexbox .site-header .flex .sub-nav--mobile {
    flex: 1 0 0; }
  .supports-flexbox .site-header .flex .site-logo-wrapper {
    flex: 200px 0 0; }
    @media screen and (max-width: 590px) {
      .supports-flexbox .site-header .flex .site-logo-wrapper {
        flex: 135px 0 0; }
        .supports-flexbox .site-header .flex .site-logo-wrapper svg {
          height: 20px;
          width: auto; } }

.supports-no-flexbox .site-header .flex {
  display: block; }

#masthead {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10; }

.site-header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
  border-bottom: 1px solid #000; }
  .fixed-header--hide .site-header {
    transform: translate(0, -100%);
    border-bottom: 1px solid transparent; }
  .fixed-header--hide.show-announcement-bar .site-header {
    transform: translate(0, calc(-100% - 30px)); }
  .fixed-header--show .site-header {
    transform: translate(0, 0);
    border-bottom: 1px solid #000; }
  .fixed-header--show.show-announcement-bar .site-header {
    transform: translate(0, -30px); }
  @media screen and (max-width: 590px) {
    .site-header {
      height: 60px;
      padding-top: 15px;
      padding-bottom: 15px; } }
  .site-header .site-header-inner {
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 769px) {
      .site-header .site-header-inner {
        padding-left: 40px;
        padding-right: 40px; } }
  .site-header .site-logo-wrapper {
    width: 100%; }
  .site-header .site-logo {
    text-align: center;
    font-size: 0;
    line-height: 0; }
  .site-header .site-nav {
    margin: 0 -10px;
    padding: 0; }
    .site-header .site-nav:after {
      content: '';
      display: table;
      clear: both; }
    .site-header .site-nav li {
      display: inline-block;
      padding: 0 10px;
      list-style: none; }
      @media screen and (max-width: 768px) {
        .site-header .site-nav li {
          padding: 0 5px; } }
    .site-header .site-nav a {
      font-weight: 500; }
  .site-header .site-nav__item {
    line-height: 30px; }
    .site-header .site-nav__item svg path {
      fill: #000; }
  .site-header .site-nav--has-dropdown-menu {
    position: static;
    cursor: pointer; }
  .site-header .site-nav__dropdown-menu {
    position: absolute;
    top: calc(100% - 1px);
    padding: 20px 10px;
    background-color: #fff;
    border: 1px solid #000;
    text-align: left;
    z-index: 0;
    opacity: 0;
    overflow: visible;
    visibility: hidden; }
    .fixed-header--show .site-header .site-nav__dropdown-menu {
      top: 100%; }
    .site-header .site-nav__dropdown-menu:before {
      content: "";
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 30px;
      background-color: transparent; }
    .site-header .site-nav__dropdown-menu.show {
      z-index: 1;
      opacity: 1;
      visibility: visible; }
    .site-header .site-nav__dropdown-menu.transition-out {
      -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.3s;
      transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.3s; }
    .site-header .site-nav__dropdown-menu.transition-in {
      -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .site-header .site-nav__dropdown-menu li {
      display: block;
      line-height: 25px; }
    .site-header .site-nav__dropdown-menu a {
      font-size: 14px !important; }
  .site-header .site-nav--open__display {
    display: block !important; }
  .site-header .sub-nav--mobile li {
    height: 30px;
    margin-right: 5px;
    padding: 0; }
    .site-header .sub-nav--mobile li:last-child {
      margin-right: 0; }

.sub-nav,
.sub-nav--mobile {
  text-align: right; }

.burger-icon {
  display: block;
  height: 1px;
  width: 16px;
  position: absolute;
  left: 15px;
  margin-left: -8px;
  background-color: #000;
  transition: all 0.25s ease-out; }
  .js-drawer-open-left .burger-icon {
    width: 16px;
    top: 0;
    left: 50%; }

.burger-icon--top {
  top: 10px; }
  .js-drawer-open-left .burger-icon--top {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.burger-icon--mid {
  top: 15px; }
  .js-drawer-open-left .burger-icon--mid {
    opacity: 0; }

.burger-icon--bottom {
  top: 20px; }
  .js-drawer-open-left .burger-icon--bottom {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.site-nav__link--burger {
  position: relative;
  top: 0;
  left: -7px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  transition: transform 0.15s ease-out;
  vertical-align: middle; }
  .site-nav__link--burger svg {
    width: 20px;
    height: 30px; }
  .site-nav__link--burger::after {
    border-color: #000; }

/* Site Nav */
.site-nav--compress .site-nav__item:not(.site-nav__item--compressed) {
  display: none; }

@media screen and (min-width: 1024px) {
  .site-nav--open {
    display: none; } }
.site-nav--open.site-nav--open__display {
  display: inline-block; }

.site-nav__item .icon {
  vertical-align: middle;
  font-size: 0;
  width: 25px;
  height: 30px;
  text-align: center; }
  .site-nav__item .icon svg {
    vertical-align: middle; }

.site-nav__item--compressed {
  position: static;
  font-size: 16px;
  line-height: 1; }
  .sub-nav--mobile .site-nav__item--compressed {
    position: relative; }
  .site-nav__item--compressed .cart-link__bubble {
    position: absolute;
    top: 0;
    top: 5px;
    right: -2px;
    display: none;
    width: 8px;
    height: 8px;
    background-image: url(//xuyoni.com/cdn/shop/t/29/assets/icon-star.svg?v=51700336293924427371693759553);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .site-nav__item--compressed .cart-link__bubble.cart-link__bubble--visible {
      display: block; }

/* Mobile Nav */
.mobile-nav {
  padding: 0; }
  .mobile-nav ul {
    padding: 0; }
  .mobile-nav li {
    margin-bottom: 0;
    list-style: none; }

.mobile-nav__search {
  padding: 10px 0; }

.mobile-nav__item {
  position: relative;
  display: block; }
  .mobile-nav > .mobile-nav__item {
    background-color: #fff; }
  .mobile-nav__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid; }
  .mobile-nav > .mobile-nav__item:last-child:after {
    display: none; }

.mobile-nav__item a {
  display: block;
  font-size: 18px; }
  .mobile-nav__subsublist .mobile-nav__item a {
    padding-left: 45px;
    font-size: 16px; }

.mobile-nav__item a,
.mobile-nav__toggle button {
  padding: 10px 0;
  border: none;
  text-decoration: none; }
  .mobile-nav__item a:active, .mobile-nav__item a:focus,
  .mobile-nav__toggle button:active,
  .mobile-nav__toggle button:focus {
    color: #000; }

.mobile-nav__toggle button {
  position: relative;
  width: 30px;
  height: 30px; }
  .mobile-nav__toggle button:before, .mobile-nav__toggle button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 1px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease; }
  .mobile-nav__toggle button:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg); }
.mobile-nav--expanded .mobile-nav__toggle button:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }
.mobile-nav--expanded .mobile-nav__toggle button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg); }
.mobile-nav__toggle .icon-triangle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px; }
.mobile-nav__toggle .icon-triangle__segment {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000; }

.mobile-nav__item--secondary a {
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }
.mobile-nav__item--secondary:after {
  display: none; }

.mobile-nav__spacer {
  height: 0;
  padding: 5px; }

.mobile-nav__has-sublist {
  display: table;
  width: 100%; }
  .mobile-nav__has-sublist .mobile-nav__link {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

.mobile-nav__toggle {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  color: #000; }

.mobile-nav__toggle-open {
  display: block; }
  .mobile-nav--expanded .mobile-nav__toggle-open {
    display: none; }

.mobile-nav__toggle-close {
  display: none; }
  .mobile-nav--expanded .mobile-nav__toggle-close {
    display: block; }

.mobile-nav__sublist {
  margin: 0;
  padding: 0;
  display: none; }
  .mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto; }
  .mobile-nav__sublist .mobile-nav__link {
    padding-left: 20px; }

/* Mega Navigation */
.site-nav--has-meganav {
  position: static; }
  .site-nav--has-meganav .site-nav__mega-nav-container {
    position: absolute;
    width: 100vw;
    top: calc(100% - 1px);
    left: calc((100% - 100vw) / 2);
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #ffffff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    margin-top: 0;
    z-index: 0;
    opacity: 0;
    overflow: visible;
    visibility: hidden; }
    .fixed-header--show .site-nav--has-meganav .site-nav__mega-nav-container {
      top: 100%; }
    .site-nav--has-meganav .site-nav__mega-nav-container:before {
      content: "";
      position: absolute;
      top: -25px;
      left: 0;
      width: 100%;
      height: 25px;
      background-color: transparent; }
    .site-nav--has-meganav .site-nav__mega-nav-container.show {
      z-index: 1;
      opacity: 1;
      visibility: visible; }
    .site-nav--has-meganav .site-nav__mega-nav-container.transition-out {
      -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.3s;
      transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.3s; }
    .site-nav--has-meganav .site-nav__mega-nav-container.transition-in {
      -webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper {
      width: 100%;
      max-width: 1200px;
      margin-left: 0;
      margin-right: auto;
      padding-left: 40px;
      padding-right: 40px; }
      .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper .grid, .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper .grid--rev, .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper .grid--full {
        margin-left: 0; }
      .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper ul.nav-menu {
        margin-bottom: 10px; }
      .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper .nav-menu__title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.4; }
      .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper p,
      .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper li,
      .site-nav--has-meganav .site-nav__mega-nav-container .mega-nav-wrapper a {
        font-family: "aktiv-grotesk", sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 1.4; }
  .site-nav--has-meganav:hover .site-nav__mega-nav-container {
    opacity: 1; }

.announcement-bar {
  display: block;
  position: relative;
  overflow: hidden;
  height: 30px;
  margin: 0;
  border-bottom: 1px solid #000;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1); }
  .fixed-header--hide .announcement-bar, .fixed-header--show .announcement-bar {
    transform: translate(0, -100%);
    border-bottom: 1px solid transparent; }
  @media screen and (min-width: 591px) {
    .announcement-bar {
      font-size: 12px; } }
  .announcement-bar .announcement-bar__content {
    height: 30px !important;
    padding-top: 5px !important;
    line-height: 20px !important; }
  .announcement-bar .swiper-slide {
    line-height: 20px !important;
    vertical-align: middle; }

/* Search Bar */
.site-nav--search__bar {
  vertical-align: middle;
  padding: 0 10px 7px 0; }
  .site-nav--search__bar input {
    background-color: #fff; }

.site-header-search-bar {
  position: absolute;
  top: 81px;
  width: 100%;
  display: none;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  transition: opacity 0.5s ease;
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1); }
  .fixed-header--hide .site-header-search-bar {
    transform: translate(0, -82px); }
  .fixed-header--show .site-header-search-bar {
    transform: translate(0, 0); }
  .site-header-search-bar .search-form-wrapper {
    position: relative;
    padding-right: 80px; }
    .site-header-search-bar .search-form-wrapper .search-bar--header {
      width: 100%; }
    .site-header-search-bar .search-form-wrapper input[type="search"] {
      position: relative;
      border: none;
      padding-left: 40px;
      padding-right: 0;
      font-size: 20px;
      line-height: 20px;
      outline: none;
      background-color: transparent; }
    .site-header-search-bar .search-form-wrapper:before {
      content: '\73';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      width: 30px;
      height: 30px;
      font-family: "icons";
      text-decoration: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      line-height: 30px;
      text-align: center;
      -webkit-font-smoothing: antialiased; }
    .site-header-search-bar .search-form-wrapper .input-group-btn {
      display: none; }
    .site-header-search-bar .search-form-wrapper .js-close-search-bar {
      position: absolute;
      top: 50%;
      right: 5px;
      transform: translateY(-50%);
      width: 25px;
      height: 25px;
      padding: 0;
      border: none;
      outline: none; }
  .site-header-search-bar.on {
    display: block;
    opacity: 1;
    z-index: 10; }

/* Site Footer */
.site-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #000;
  color: #fff; }
  @media screen and (max-width: 590px) {
    .site-footer {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .site-footer .footer__menu {
    margin-bottom: 1.4em; }
  .site-footer .footer-xuyoni-patent-info {
    max-width: 320px; }
    .site-footer .footer-xuyoni-patent-info h2, .site-footer .footer-xuyoni-patent-info .h2, .site-footer .footer-xuyoni-patent-info .account-page-header .typography-customer-greeting, .account-page-header .site-footer .footer-xuyoni-patent-info .typography-customer-greeting, .site-footer .footer-xuyoni-patent-info .brand-features .brand-features__heading, .brand-features .site-footer .footer-xuyoni-patent-info .brand-features__heading, .site-footer .footer-xuyoni-patent-info .page-header .page-title, .page-header .site-footer .footer-xuyoni-patent-info .page-title {
      line-height: 1.5; }
    .site-footer .footer-xuyoni-patent-info a.text-link, .site-footer .footer-xuyoni-patent-info .account-page-header .menu-list li.logout-link-wrapper > a, .account-page-header .menu-list .site-footer .footer-xuyoni-patent-info li.logout-link-wrapper > a {
      color: #fff;
      border-bottom-color: #fff; }
  .site-footer .footer-newsletter-wrapper {
    max-width: 540px;
    margin-bottom: 40px; }
    @media screen and (min-width: 591px) {
      .site-footer .footer-newsletter-wrapper {
        padding-right: 80px; } }
    @media screen and (min-width: 591px) {
      .site-footer .footer-newsletter-wrapper .input-group {
        max-width: 320px; } }
    .site-footer .footer-newsletter-wrapper .input-group button[type=submit] {
      margin-left: 10px;
      padding: 9px 0;
      font-size: 14px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      border: none;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      background-color: transparent;
      color: #fff; }
    .site-footer .footer-newsletter-wrapper input[type=email] {
      padding: 10px 0;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #fff;
      background-color: transparent;
      outline: none; }
      .site-footer .footer-newsletter-wrapper input[type=email]::-webkit-input-placeholder {
        color: #fff;
        opacity: 1; }
      .site-footer .footer-newsletter-wrapper input[type=email]:-moz-placeholder {
        color: #fff;
        opacity: 1; }
      .site-footer .footer-newsletter-wrapper input[type=email]:-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
      .site-footer .footer-newsletter-wrapper input[type=email]::-ms-input-placeholder {
        color: #fff;
        opacity: 1; }
    .site-footer .footer-newsletter-wrapper .form-success {
      margin-top: 20px;
      opacity: 0.7; }
    .site-footer .footer-newsletter-wrapper .errors {
      opacity: 0.7; }
      .site-footer .footer-newsletter-wrapper .errors ul {
        padding-left: 0; }
      .site-footer .footer-newsletter-wrapper .errors li {
        list-style: disc;
        list-style-position: inside; }
  .site-footer .footer__heading {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px; }
  .site-footer .footer__newsletter-heading {
    line-height: 1.4; }
  .site-footer ul {
    margin: 0;
    padding: 0; }
  .site-footer p,
  .site-footer li,
  .site-footer a {
    font-size: 14px;
    line-height: 20px; }
  .site-footer p,
  .site-footer li,
  .site-footer a,
  .site-footer input[type=email],
  .site-footer input[type=text] {
    color: #fff; }
  .site-footer .footer__menu {
    margin-bottom: 40px; }
    .site-footer .footer__menu li {
      margin-bottom: 5px; }
      .site-footer .footer__menu li:last-child {
        margin-bottom: 0; }
  .site-footer .footer__menu--social {
    margin: 0;
    margin-bottom: 20px;
    padding: 0; }
    .site-footer .footer__menu--social li {
      list-style: none;
      display: inline-block;
      margin: 0;
      margin-right: 10px; }

.site-footer__inner {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 590px) {
    .site-footer__inner {
      padding-left: 20px;
      padding-right: 20px; } }

.site-coporyright {
  margin-top: 40px; }

#patent-popup .popup-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  border-bottom-color: #000; }
#patent-popup ul.dashed {
  margin-bottom: 30px;
  font-size: 14px; }
  #patent-popup ul.dashed li {
    margin-bottom: 5px; }
    #patent-popup ul.dashed li:last-child {
      margin-bottom: 0; }
#patent-popup.black-popup .popup-title {
  border-bottom-color: #fff; }
#patent-popup.black-popup ul.dashed li:before {
  background-color: #fff; }

/*================ Drawers ================*/
.js-drawer-open {
  overflow: hidden; }

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  padding: 0 20px 20px;
  max-width: 95%;
  background-color: white;
  color: black;
  outline: none;
  z-index: 30;
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1); }

.drawer__inner {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .drawer--has-fixed-footer .drawer__inner {
    overflow: hidden; }

.drawer-left__inner {
  top: 0;
  padding-top: 25px; }

.drawer--left {
  width: 300px;
  left: -300px;
  border-right: 1px solid #000; }
  .js-drawer-open-left .drawer--left {
    display: block;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px); }

.drawer--right {
  width: 300px;
  right: -300px;
  border-left: 1px solid #000; }
  @media screen and (min-width: 591px) {
    .drawer--right {
      width: 400px;
      right: -400px; } }
  .js-drawer-open-right .drawer--right {
    display: block;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px); }
    @media screen and (min-width: 591px) {
      .js-drawer-open-right .drawer--right {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); } }

.page-container,
.drawer__header-container {
  -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
  transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1); }
  .js-drawer-open-left .page-container, .js-drawer-open-left
  .drawer__header-container {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px); }
  .js-drawer-open-right .page-container, .js-drawer-open-right
  .drawer__header-container {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px); }
    @media screen and (min-width: 591px) {
      .js-drawer-open-right .page-container, .js-drawer-open-right
      .drawer__header-container {
        -webkit-transform: translateX(-400px);
        -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
        -o-transform: translateX(-400px);
        transform: translateX(-400px); } }

.drawer__header {
  display: table;
  height: 60px;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid black; }
  @media screen and (min-width: 591px) {
    .drawer__header {
      height: 80px; } }

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle; }

.drawer__title {
  width: 100%;
  font-family: "Editorial New", sans-serif;
  font-size: 18px;
  line-height: 1.2; }
  .drawer__title .cart-count {
    font-size: 14px; }

.drawer__close {
  width: 1%;
  text-align: center; }

.drawer__close-button {
  position: relative;
  right: -20px;
  height: 100%;
  padding: 0 20px;
  color: inherit;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer; }

.drawer__close--left {
  text-align: left; }
  .drawer__close--left .drawer__close-button {
    right: auto;
    left: -20px; }

.supports-csstransforms .drawer--is-loading .drawer__cart {
  min-height: 100px; }
  .supports-csstransforms .drawer--is-loading .drawer__cart:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -12px;
    border-radius: 50%;
    border: 3px solid black;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

.drawer__header {
  padding: 20px 0;
  margin: 0; }

@media screen and (min-width: 591px) {
  .drawer__close-button {
    right: 0; } }
@media screen and (min-width: 1290px) {
  .drawer__close-button {
    right: -20px; } }
.drawer__fixed-header {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 80px;
  overflow: visible; }

.ajaxcart__inner--has-fixed-footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 20px 0;
  bottom: 220px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.ajaxcart__footer--fixed {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  min-height: 220px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid #000; }

.ajaxcart__footer {
  height: 220px;
  font-size: 16px;
  line-height: 1.4; }

.ajaxcart__subtotal {
  font-weight: 700; }

.ajaxcart__policies {
  font-size: 10px;
  line-height: 1.4;
  color: #808080; }

.ajaxcart__button-container {
  margin-top: 10px; }
  .ajaxcart__button-container .btn, .ajaxcart__button-container .btn--secondary, .ajaxcart__button-container .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn, .accordion-ui .accordion-ui__item .ajaxcart__button-container .accordion-ui__title.accordion-ui__title--btn, .ajaxcart__button-container .product-reviews .jdgm-write-rev-link, .product-reviews .ajaxcart__button-container .jdgm-write-rev-link {
    margin-bottom: 5px; }
    .ajaxcart__button-container .btn:last-child, .ajaxcart__button-container .btn--secondary:last-child, .ajaxcart__button-container .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn:last-child, .accordion-ui .accordion-ui__item .ajaxcart__button-container .accordion-ui__title.accordion-ui__title--btn:last-child, .ajaxcart__button-container .product-reviews .jdgm-write-rev-link:last-child, .product-reviews .ajaxcart__button-container .jdgm-write-rev-link:last-child {
      margin-bottom: 0; }
  .ajaxcart__button-container .cart__checkout,
  .ajaxcart__button-container .cart__view-cart {
    width: 100%;
    min-width: 240px;
    padding: 9px 19px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    outline: none; }
  .ajaxcart__button-container .additional-checkout-buttons {
    margin-top: 0 !important; }
    .ajaxcart__button-container .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul {
      flex-direction: row  !important;
      margin-top: 0;
      margin-left: -2px !important;
      margin-right: -2px !important;
      margin-bottom: 5px !important; }
      .ajaxcart__button-container .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li[data-testid="grid-cell"],
      .ajaxcart__button-container .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li._3TUeZPsTWjDxakSmeDcA4D {
        -webkit-flex-basis: calc(50% - 4px) !important;
        -moz-flex-basis: calc(50% - 4px) !important;
        flex-basis: calc(50% - 4px) !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        margin: 0 2px 5px !important;
        overflow: hidden !important; }
        .ajaxcart__button-container .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li[data-testid="grid-cell"]:nth-child(1),
        .ajaxcart__button-container .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li._3TUeZPsTWjDxakSmeDcA4D:nth-child(1) {
          display: none !important; }

.ios-browser .additional-checkout-buttons {
  margin-top: 0 !important; }
  .ios-browser .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul {
    flex-direction: row !important;
    margin-top: 0;
    margin-left: -2px !important;
    margin-right: -2px !important;
    margin-bottom: 5px !important; }
    .ios-browser .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li[data-testid="grid-cell"],
    .ios-browser .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li._3TUeZPsTWjDxakSmeDcA4D {
      -webkit-flex-basis: calc(50% - 4px) !important;
      -moz-flex-basis: calc(50% - 4px) !important;
      flex-basis: calc(50% - 4px) !important;
      flex-grow: 0 !important;
      flex-shrink: 0 !important;
      margin: 0 2px 5px !important;
      overflow: hidden !important; }
      .ios-browser .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li[data-testid="grid-cell"]:nth-child(1),
      .ios-browser .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li._3TUeZPsTWjDxakSmeDcA4D:nth-child(1) {
        display: none !important; }

/*================ UI Componets ================*/
/* Accordion UI */
.accordion-ui {
  list-style: none;
  margin: 0;
  padding: 0; }
  .accordion-ui .accordion-ui__item {
    margin: 0;
    transition: margin 0.5s ease; }
    .accordion-ui .accordion-ui__item .accordion-ui__title {
      position: relative;
      margin: 0;
      margin-bottom: 15px;
      padding-top: 15px;
      padding-right: 40px;
      border-top: 1px solid black;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .accordion-ui .accordion-ui__item .accordion-ui__title:after {
        content: "+";
        position: absolute;
        top: 15px;
        right: 10px;
        transform: translate(0, 0) rotateZ(0);
        transition: transform 0.5s ease, opacity 0.5s ease;
        font-size: 20px;
        opacity: 0.5; }
    .accordion-ui .accordion-ui__item.accordion-ui__clinical-test .accordion-ui__title:after {
      content: "";
      display: block;
      width: 7px;
      height: 11px;
      border-right: 3px solid #000;
      border-bottom: 3px solid #000;
      transform: translate(-2px, 0) rotateZ(45deg); }
    .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn {
      display: inline-block;
      border: 1px solid black;
      border-radius: 20px; }
      .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn:after {
        content: none; }
    .accordion-ui .accordion-ui__item .accordion-ui__typography-title {
      font-family: "aktiv-grotesk", sans-serif;
      font-size: 16px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 768px) {
        .accordion-ui .accordion-ui__item .accordion-ui__typography-title {
          font-size: 16x;
          line-height: 1.4; } }
    .accordion-ui .accordion-ui__item .accordion-ui__content {
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: max-height 0.5s ease, opacity 0.5s ease, margin 0.5s ease; }
    .accordion-ui .accordion-ui__item.active {
      margin-bottom: 20px; }
      .accordion-ui .accordion-ui__item.active .accordion-ui__title::after {
        transform: translate(0, 0) rotateZ(45deg);
        opacity: 1; }
      .accordion-ui .accordion-ui__item.active .accordion-ui__content {
        opacity: 1; }
    .accordion-ui .accordion-ui__item.accordion-ui__clinical-test.active .accordion-ui__title:after {
      border-color: #00aa00;
      transform: translate(-2px, 0) rotateZ(45deg);
      opacity: 1; }
    .accordion-ui .accordion-ui__item ul {
      margin: 0.5em 0;
      padding-left: 1em;
      list-style-position: outside; }

/* Tab UI */
[data-ui-component="tab-ui"] [data-tab-to] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*================ Section Transition ================*/
.index-section,
.section-transition {
  opacity: 0; }

/*================ Index Sections ================*/
.index-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 590px) {
    .index-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 591px) and (max-width: 1290px) {
    .index-section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .index-section.index-section--full {
    padding-top: 0;
    padding-bottom: 0; }

.index-section--last {
  padding-bottom: 80px; }
  @media screen and (max-width: 590px) {
    .index-section--last {
      padding-bottom: 60px; } }
  @media screen and (min-width: 591px) and (max-width: 1290px) {
    .index-section--last {
      padding-bottom: 80px; } }

.index-slideshow-section {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }

.index-section figure {
  margin: 0; }

/*================ Homepage | Hero Slider ================*/
.hero {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out; }
  .hero:after {
    content: '';
    display: table;
    clear: both; }
  .hero.slick-initialized {
    opacity: 1; }
  .hero .placeholder-background {
    width: 100%;
    height: 100%;
    background-color: blue; }

.hero.slick-slider {
  margin-bottom: 0; }

.hero__slide {
  padding: 0; }

@media screen and (min-width: 591px) {
  .hero__image-wrapper,
  .hero__text-wrapper {
    float: right; } }

@media screen and (max-width: 590px) {
  .hero__text-content {
    min-height: 12.75rem; } }
.hero__image-wrapper {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    .hero__image-wrapper {
      width: 50%; } }
  @media screen and (min-width: 769px) and (max-width: 1939px) {
    .hero__image-wrapper {
      width: 66.666666%; } }
  @media screen and (min-width: 1940px) {
    .hero__image-wrapper {
      width: calc(100% - 640px); } }

.hero__image-sizer {
  position: relative;
  padding-bottom: 80%; }
  @media screen and (min-width: 769px) {
    .hero__image-sizer {
      padding-bottom: 65%; } }
  @media screen and (min-width: 1940px) {
    .hero__image-sizer {
      min-height: 845px;
      padding-bottom: 50%; } }
  .hero__image-sizer .hero__image-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .hero__image-sizer .hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }

.hero__text-wrapper {
  width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px; }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    .hero__text-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero__text-wrapper {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 769px) {
    .hero__text-wrapper {
      padding-top: 40px;
      padding-right: 20px;
      padding-bottom: 80px;
      padding-left: 20px; } }
  @media screen and (min-width: 1025px) {
    .hero__text-wrapper {
      padding-left: 40px; } }
  @media screen and (min-width: 1601px) {
    .hero__text-wrapper {
      padding-top: 80px; } }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    .hero__text-wrapper {
      width: 50%; } }
  @media screen and (min-width: 769px) and (max-width: 1939px) {
    .hero__text-wrapper {
      width: 33.3333333%; } }
  @media screen and (min-width: 1940px) {
    .hero__text-wrapper {
      width: 640px; } }

.hero__text-wrapper .hero__title {
  font-size: 32px;
  line-height: 1.2; }
  @media screen and (min-width: 769px) {
    .hero__text-wrapper .hero__title {
      font-size: 32px;
      line-height: 1.2; } }
  @media screen and (min-width: 1025px) and (max-width: 1600px) {
    .hero__text-wrapper .hero__title {
      font-size: 40px;
      line-height: 1.2; } }
  @media screen and (min-width: 1601px) {
    .hero__text-wrapper .hero__title {
      font-size: 64px;
      line-height: 1.2; } }

.hero__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4; }
  @media screen and (min-width: 591px) {
    .hero__content {
      font-size: 18px;
      line-height: 1.4; } }

.hero__cta-wrapper {
  margin-top: 20px; }

.hero__cta {
  font-size: 18px;
  font-weight: 700; }
  .hero__cta:after {
    content: '\2192'; }

.supports-no-js .hero__image {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.hero__controls {
  position: relative; }
  .hero__controls .slick-dots {
    bottom: 20px;
    margin-left: 15px;
    text-align: left; }
    @media screen and (min-width: 591px) and (max-width: 1024px) {
      .hero__controls .slick-dots {
        margin-left: 15px;
        bottom: 20px; } }
    @media screen and (min-width: 1025px) {
      .hero__controls .slick-dots {
        margin-left: 30px;
        bottom: 40px; } }

.supports-no-js .hero__image {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.hero__image-supports-no-js {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100vh;
  min-height: 550px;
  opacity: 1; }

/*================ Homepage | Brand Intro ================*/
.brand-intro-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 320px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 590px) {
    .brand-intro-section {
      padding-top: 80px;
      padding-bottom: 160px; } }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    .brand-intro-section {
      padding-top: 120px;
      padding-bottom: 240px; } }
  .brand-intro-section canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.brand-intro-parallax {
  position: relative; }

.brand-intro__content-wrapper {
  position: relative;
  max-width: 916px;
  margin-bottom: 320px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  z-index: 1; }
  @media screen and (max-width: 590px) {
    .brand-intro__content-wrapper {
      margin-bottom: 160px; } }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    .brand-intro__content-wrapper {
      margin-bottom: 240px; } }

.brand-intro__headline {
  font-family: "Editorial New", sans-serif;
  font-size: 56px;
  line-height: 1.2;
  text-align: center; }
  @media screen and (max-width: 590px) {
    .brand-intro__headline {
      font-size: 24px;
      line-height: 1.2; } }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    .brand-intro__headline {
      font-size: 36px;
      line-height: 1.2; } }
  @media screen and (min-width: 1025px) and (max-width: 1600px) {
    .brand-intro__headline {
      font-size: 48px;
      line-height: 1.2; } }

#BrandIntroHeadline {
  position: relative;
  width: 100%;
  left: 50%;
  margin: 0 auto 60px;
  transform: translate(-50%, 40px);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-weight: 500;
  opacity: 1; }
  #BrandIntroHeadline.animated {
    opacity: 1;
    transform: translate(-50%, 0); }

.brand-intro__triangle {
  position: relative;
  transform: translate(0, 0);
  width: 100%;
  padding-top: 86.6025403785%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  animation-name: triangleFloat;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  transform-origin: 50% 65%; }
  .brand-intro__triangle .triangle__segment {
    position: absolute;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #fff;
    transform: translate(0, 0);
    transform-origin: left top;
    transition: width 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .brand-intro__triangle .triangle__segment:nth-child(2) {
      transform: translate(0, 0) rotate(240deg);
      top: 100%;
      left: 100%; }
    .brand-intro__triangle .triangle__segment:nth-child(3) {
      transform: translate(0, 0) rotate(120deg);
      top: 0;
      left: 50%; }
  .animated .brand-intro__triangle .triangle__segment {
    width: calc(100% + 1px); }
  .animated .brand-intro__triangle #BrandIntroLogo {
    opacity: 1; }

@keyframes triangleFloat {
  0% {
    transform: translate(0, -1%) rotate(-0.5deg); }

  100% {
    transform: translate(0, 1%) rotate(0.5deg); } }

.brand-intro__triangle--wrapper {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px; }

#BrandIntroLogo {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 40%;
  opacity: 0;
  transition: opacity 0.5s ease; }
  #BrandIntroLogo svg {
    width: 100%;
    height: auto; }
  .animated #BrandIntroLogo {
    opacity: 1; }

#SpaceMap {
  width: 100%;
  padding-bottom: 100%;
  background-image: url("//xuyoni.com/cdn/shop/t/29/assets/xuyoni_cheonsang_yoelcha_bunyajido_1100x.png?v=33166831713060293021693759553");
  background-size: contain;
  position: absolute;
  top: 66.666666%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 0; }

.brand-intro-parallax__item {
  position: absolute; }

#ParallaxItem01 {
  top: -10%;
  right: 20%;
  transform: translate3d(50%, -25%, 0) scale(0.8) rotate(-10deg);
  width: 30%;
  max-width: 560px; }
  #ParallaxItem01 img {
    width: 100%;
    height: auto; }

#ParallaxItem02 {
  top: 30%;
  left: 15%;
  width: 30%;
  max-width: 560px;
  transform: translate3d(-50%, -25%, 0) scale(0.8) rotate(10deg); }
  #ParallaxItem02 img {
    width: 100%;
    height: auto; }

#ParallaxItem03 {
  top: 20%;
  right: 15%;
  width: 30%;
  max-width: 560px;
  transform: translate3d(50%, 50%, 0) scale(0.7) rotate(-15deg); }
  #ParallaxItem03 img {
    width: 100%;
    height: auto; }

#ParallaxItem04 {
  left: 50%;
  top: 75%;
  width: 30%;
  max-width: 560px;
  transform: translateX(-50%) translateY(75%) scale(0.7) rotate(-50deg); }
  #ParallaxItem04 img {
    width: 100%;
    height: auto; }

.brand-features__item {
  padding-left: 20px;
  padding-right: 10px;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s ease; }
  .animated .brand-features__item {
    opacity: 1;
    transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.5s ease; }

#BrandIntroFeature1 {
  transform: translate(0, 20px); }
  .animated #BrandIntroFeature1 {
    transform: translate(0, 20px); }

#BrandIntroFeature2 {
  transform: translate(-20px, 0); }
  .animated #BrandIntroFeature2 {
    transform: translate(0, 0); }

#BrandIntroFeature3 {
  transform: translate(20px, 0); }
  .animated #BrandIntroFeature3 {
    transform: translate(0, 0); }

/*================ Homepage | Featured Collection ================*/
.flex {
  display: flex; }
  .flex.flex--rev {
    flex-direction: row-reverse; }

.flex__item {
  flex: 1 0 0; }
  @media screen and (max-width: 590px) {
    .flex__item.one-half {
      width: 100%; } }

.featured-collection-section {
  padding: 0; }
  @media screen and (max-width: 590px) {
    .featured-collection-section {
      padding: 0; } }

.flex[data-featured-collection] {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  min-height: 25vw; }
  @media screen and (max-width: 590px) {
    .flex[data-featured-collection] {
      flex-direction: column; } }

.flex[data-featured-collection] .flex__item {
  position: relative; }
.flex[data-featured-collection] .featured-collection-hero {
  position: relative;
  padding-top: 100%; }
  @media screen and (min-width: 591px) {
    .flex[data-featured-collection] .featured-collection-hero {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      padding-top: 0; } }
.flex[data-featured-collection] .featured-collection-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover"; }
.flex[data-featured-collection] .featured-collection-content {
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
.flex[data-featured-collection] .collection-content-wrapper {
  width: 100%;
  max-width: 620px;
  padding: 80px 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media screen and (max-width: 590px) {
    .flex[data-featured-collection] .collection-content-wrapper {
      padding: 30px 20px; } }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    .flex[data-featured-collection] .collection-content-wrapper {
      padding: 40px 20px; } }
  .flex[data-featured-collection] .collection-content-wrapper p {
    max-width: 400px;
    margin: 0;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.4; }
    .flex[data-featured-collection] .collection-content-wrapper p.subheading {
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 500; }
.flex[data-featured-collection] .featured-collection__collection-image + .copy-wrapper {
  margin-top: 30px; }
.flex[data-featured-collection] .button-wrapper {
  margin-top: 1.5em; }
.flex[data-featured-collection] .featured-collection__collection-image {
  margin: 0;
  font-size: 0;
  line-height: 0; }
  .flex[data-featured-collection] .featured-collection__collection-image img {
    width: 100%;
    height: auto; }

/*================ Homepage | Featured Blog ================*/
.featured-blog .copy-wrapper p {
  font-family: "Editorial New", sans-serif;
  font-size: 16px; }
  @media screen and (min-width: 591px) {
    .featured-blog .copy-wrapper p {
      font-size: 18px; } }
.featured-blog .blog-swiper {
  overflow: visible;
  padding-bottom: 60px; }
  .featured-blog .blog-swiper .blog-archive__article {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
  .featured-blog .blog-swiper .article__image {
    margin-bottom: 20px; }
  .featured-blog .blog-swiper .article__excerp {
    margin-bottom: 1.4em; }
  .featured-blog .blog-swiper img {
    padding: 1px;
    width: 100%;
    height: auto; }

/*================ Homepage | Text with Image ================*/
.flex[data-text-with-image] {
  margin-left: -80px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media screen and (max-width: 590px) {
    .flex[data-text-with-image] {
      margin-left: -20px; } }
  .flex[data-text-with-image] .flex__item {
    padding-left: 80px; }
    @media screen and (max-width: 590px) {
      .flex[data-text-with-image] .flex__item {
        padding-left: 20px; } }
  .flex[data-text-with-image].flex--rev .content-wrapper {
    padding-right: 80px; }
  .flex[data-text-with-image]:not(.flex--rev) .content-wrapper {
    padding-left: 80px; }
  .flex[data-text-with-image] .copy-wrapper h2 + p, .flex[data-text-with-image] .copy-wrapper .h2 + p, .flex[data-text-with-image] .copy-wrapper .account-page-header .typography-customer-greeting + p, .account-page-header .flex[data-text-with-image] .copy-wrapper .typography-customer-greeting + p, .flex[data-text-with-image] .copy-wrapper .brand-features .brand-features__heading + p, .brand-features .flex[data-text-with-image] .copy-wrapper .brand-features__heading + p, .flex[data-text-with-image] .copy-wrapper .page-header .page-title + p, .page-header .flex[data-text-with-image] .copy-wrapper .page-title + p,
  .flex[data-text-with-image] .copy-wrapper .h2 + p,
  .flex[data-text-with-image] .copy-wrapper .account-page-header .typography-customer-greeting + p,
  .account-page-header .flex[data-text-with-image] .copy-wrapper .typography-customer-greeting + p {
    margin-top: 20px; }
    @media screen and (max-width: 590px) {
      .flex[data-text-with-image] .copy-wrapper h2 + p, .flex[data-text-with-image] .copy-wrapper .h2 + p, .flex[data-text-with-image] .copy-wrapper .account-page-header .typography-customer-greeting + p, .account-page-header .flex[data-text-with-image] .copy-wrapper .typography-customer-greeting + p, .flex[data-text-with-image] .copy-wrapper .brand-features .brand-features__heading + p, .brand-features .flex[data-text-with-image] .copy-wrapper .brand-features__heading + p, .flex[data-text-with-image] .copy-wrapper .page-header .page-title + p, .page-header .flex[data-text-with-image] .copy-wrapper .page-title + p,
      .flex[data-text-with-image] .copy-wrapper .h2 + p,
      .flex[data-text-with-image] .copy-wrapper .account-page-header .typography-customer-greeting + p,
      .account-page-header .flex[data-text-with-image] .copy-wrapper .typography-customer-greeting + p {
        margin-top: 10px; } }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    .flex[data-text-with-image] {
      margin-left: -40px; }
      .flex[data-text-with-image] .flex__item {
        padding-left: 40px; }
      .flex[data-text-with-image].flex--rev .content-wrapper {
        padding-right: 0; }
      .flex[data-text-with-image]:not(.flex--rev) .content-wrapper {
        padding-left: 0; } }
  @media screen and (max-width: 590px) {
    .flex[data-text-with-image] {
      flex-direction: column; }
      .flex[data-text-with-image] .content-wrapper {
        margin-top: 40px; }
      .flex[data-text-with-image].flex--rev .content-wrapper {
        padding-right: 0; }
      .flex[data-text-with-image]:not(.flex--rev) .content-wrapper {
        padding-left: 0; } }

.image-frame {
  position: relative;
  overflow: hidden;
  margin: 0; }
  @media screen and (max-width: 590px) {
    .image-frame {
      margin-bottom: 20px; } }
  .image-frame.image-frame--circle {
    padding-bottom: 100%;
    border-radius: 50%; }
    .image-frame.image-frame--circle img {
      position: absolute;
      width: 100%;
      height: 100%; }

/*================ Homepage | Ticker Animation ================*/
[data-section-type="ticker"] {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  [data-section-type="ticker"] .ticker-wrap {
    width: 100%;
    overflow: hidden;
    height: 120px;
    padding-left: 100%;
    box-sizing: content-box; }
    @media screen and (max-width: 1024px) {
      [data-section-type="ticker"] .ticker-wrap {
        height: 60px; } }
  [data-section-type="ticker"] .ticker {
    display: inline-block;
    height: 60px;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box; }
    @media screen and (max-width: 1024px) {
      [data-section-type="ticker"] .ticker {
        height: 60px; } }
  [data-section-type="ticker"] .ticker__item {
    align-self: start;
    display: inline-block;
    margin-top: 40px;
    padding: 0 0.5em;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px; }
    @media screen and (max-width: 1024px) {
      [data-section-type="ticker"] .ticker__item {
        margin-top: 10px; } }

/*================ Collection ================*/
[data-product-collection] {
  display: grid;
  grid-gap: 40px;
  grid-row-gap: 60px;
  overflow: hidden;
  align-items: stretch;
  justify-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-bottom: 80px;
  margin-left: 0; }
  .product-recommendations [data-product-collection] {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 1024px) {
      .product-recommendations [data-product-collection] {
        grid-template-columns: repeat(2, 1fr); } }
  [data-product-collection] .grid__item {
    padding-left: 0; }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    [data-product-collection] {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 590px) {
    [data-product-collection] {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      grid-row-gap: 40px;
      margin-top: 20px; } }

[data-product-collection][data-swiper-type="product"] {
  display: grid;
  grid-gap: unset;
  grid-row-gap: unset;
  align-items: unset;
  justify-items: unset;
  justify-content: unset;
  grid-template-columns: unset;
  overflow: visible;
  margin-bottom: 80px; }
  [data-product-collection][data-swiper-type="product"] .product-swiper-pagination {
    bottom: -80px; }

[data-section-type="brand-intro-section"] [data-product-collection][data-swiper-type="product"] .swiper-pagination-bullets .swiper-pagination-bullet {
  border-color: #fff; }
[data-section-type="brand-intro-section"] [data-product-collection][data-swiper-type="product"] .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff; }
  [data-section-type="brand-intro-section"] [data-product-collection][data-swiper-type="product"] .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    border-color: #fff; }

.collection__navigation-control {
  text-align: right; }
  :not(.section-header) .collection__navigation-control {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .collection__navigation-control {
      margin-bottom: 40px;
      text-align: center; } }
  .section-header .collection__navigation-control {
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .section-header .collection__navigation-control {
        margin-top: 10px; } }
  .collection__navigation-control .collection__navigation-button {
    position: relative;
    padding: 0;
    padding-right: 20px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .collection__navigation-control .collection__navigation-button.is-initialized {
      opacity: 1; }
    .collection__navigation-control .collection__navigation-button:after {
      content: "×";
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      -moz-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
      -o-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px; }
    .collection__navigation-control .collection__navigation-button.active:after {
      -webkit-transform: translate(0, -50%) rotate(0deg);
      -moz-transform: translate(0, -50%) rotate(0deg);
      -ms-transform: translate(0, -50%) rotate(0deg);
      -o-transform: translate(0, -50%) rotate(0deg);
      transform: translate(0, -50%) rotate(0deg); }

.collection__navigation--wrapper {
  overflow: hidden;
  box-sizing: border-box;
  opacity: 1; }
  .collection__navigation--wrapper:not(.initialized) {
    -webkit-transition: opacity 0.5s ease, max-height 0.5s ease;
    -moz-transition: opacity 0.5s ease, max-height 0.5s ease;
    -ms-transition: opacity 0.5s ease, max-height 0.5s ease;
    -o-transition: opacity 0.5s ease, max-height 0.5s ease;
    transition: opacity 0.5s ease, max-height 0.5s ease; }
  @media screen and (max-width: 768px) {
    .collection__navigation--wrapper {
      margin-top: 0; } }
  .collection__navigation--wrapper .collection__navigation {
    padding-top: 10px;
    padding-bottom: 40px;
    border-top: 1px solid #000; }
    @media screen and (max-width: 590px) {
      .collection__navigation--wrapper .collection__navigation {
        padding-bottom: 20px; } }
  .collection__navigation--wrapper:not(.active) {
    max-height: 0 !important;
    opacity: 0; }
  .collection__navigation--wrapper li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px; }
    .collection__navigation--wrapper li.nav-menu__title {
      font-weight: 700; }

.collection-hero {
  position: relative;
  padding-top: 25%;
  min-height: 300px; }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    .collection-hero {
      padding-top: 50%; } }
  @media screen and (max-width: 590px) {
    .collection-hero {
      padding-top: 80%; } }
  .collection-hero .collection-hero__image-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  .collection-hero .collection-hero__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: center center; }
  .collection-hero .collection-hero__section-header {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 40px;
    padding-right: 40px; }
    .collection-hero .collection-hero__section-header .copy-wrapper {
      max-width: 540px; }
    @media screen and (max-width: 590px) {
      .collection-hero .collection-hero__section-header {
        top: auto;
        bottom: 20px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        text-align: center; } }

.product-item {
  display: flex;
  flex-direction: column;
  text-align: center; }
  [data-swiper-type] .product-item {
    padding-left: 15px;
    padding-right: 15px; }
  .product-item .product-item__image-wrapper {
    position: relative;
    margin-bottom: 20px; }
  .product-item .product-item__badge-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: none; }
    .product-item .product-item__badge-container .product-item__badge {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 25px;
      border: 1px solid #000;
      background-color: #fff;
      color: black; }
      .product-item .product-item__badge-container .product-item__badge.product-item__on-sale:before {
        content: "";
        display: block; }
      .product-item .product-item__badge-container .product-item__badge.product-item__on-sale:after {
        content: "";
        display: block; }
      .product-item .product-item__badge-container .product-item__badge .badge__inner {
        display: table;
        width: 100%;
        height: 100%;
        cursor: default; }
      .product-item .product-item__badge-container .product-item__badge .badge__content {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        text-align: center; }
  .product-item .product-item__vegan-logo {
    display: none;
    position: absolute;
    bottom: 12.5%;
    right: 16.5%;
    width: 75px;
    height: 60px;
    background-image: url("//xuyoni.com/cdn/shop/t/29/assets/vegan-logo.png?v=169863115694948539471693759553");
    background-size: 100% auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    [data-product-collection]:not(.swiper-container) .product-item .product-item__vegan-logo {
      width: 37.5px;
      height: 30px; }
    .swiper-container .product-item .product-item__vegan-logo {
      display: block; }
    @media screen and (min-width: 591px) {
      .product-item .product-item__vegan-logo {
        width: 75px;
        height: 60px; }
        [data-product-collection]:not(.swiper-container) .product-item .product-item__vegan-logo {
          width: 100px;
          height: 80px; }
        [data-product-collection] .product-item .product-item__vegan-logo {
          width: 100px;
          height: 80px; } }
  .product-item .product-thumbnail-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
  .product-item .product-thumbnail-frame {
    position: relative;
    display: block;
    padding-top: 100% !important;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f4ff88; }
    .product-item .product-thumbnail-frame .product-thumbnail {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      object-fit: cover;
      font-family: "object-fit: cover";
      object-position: 50% 50%; }
  .product-item .product-thumbnail-frame--hover {
    display: none; }
  .product-item.hover-image:hover .product-thumbnail-frame {
    display: none; }
  .product-item.hover-image:hover .product-thumbnail-frame--hover {
    display: block; }
  .product-item .product-item__image {
    width: 100%;
    height: auto; }
  .product-item .product-item__text-wrapper {
    flex-grow: 1; }
  .product-item .product-item__certification-badge {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #0c8a46 !important; }
  .product-item .product-item__category {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    list-style: none;
    margin-bottom: 10px; }
    @media screen and (max-width: 590px) {
      .product-item .product-item__category {
        margin-bottom: 5px;
        font-size: 12px; } }
  .product-item .product-item__title {
    font-family: "Editorial New", sans-serif;
    font-size: 24px;
    line-height: 1.2; }
    @media screen and (max-width: 590px) {
      .product-item .product-item__title {
        font-size: 18px; } }
  .product-item .product-item__volume {
    display: inline-block;
    font-size: 12px;
    font-style: italic; }
  .product-item .product-item__function {
    margin-top: 20px; }
  .product-item .btn--add-to-cart {
    width: 200px;
    height: 38px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 8px 9px 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    background-color: transparent; }
    .product-item .btn--add-to-cart .on-sale {
      text-decoration: line-through; }
    .product-item .btn--add-to-cart:hover {
      cursor: pointer; }
    @media screen and (max-width: 590px) {
      .product-item .btn--add-to-cart {
        width: 100%;
        max-width: 200px;
        font-size: 12px; } }
  .product-item.is-sold-out {
    /* filter: grayscale(1); */ }
    .product-item.is-sold-out .product-item__badge.product-item__sold-out {
      position: absolute;
      top: 5%;
      left: 5%;
      width: 90%;
      height: 90%;
      border-radius: 50%;
      border: none;
      background-color: #f4ff88;
      opacity: 0; }
      .product-item.is-sold-out .product-item__badge.product-item__sold-out .badge__content {
        font-family: 'Space Mono', monospace;
        font-size: 16px;
        line-height: 25px; }

.section-header {
  position: relative;
  margin-bottom: 40px; }
  .template-collection :not(.collection-hero) .section-header {
    margin-top: 80px; }
    @media screen and (max-width: 590px) {
      .template-collection :not(.collection-hero) .section-header {
        margin-top: 40px;
        margin-bottom: 0; } }
  .section-header .copy-wrapper.text-center {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto; }
  .section-header.section-header--page-top {
    margin-top: 80px; }
  .section-header .section-title {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 590px) {
      .section-header .section-title {
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (min-width: 591px) and (max-width: 1024px) {
      .section-header .section-title {
        font-size: 36px;
        line-height: 1.2; } }
    @media screen and (max-width: 590px) {
      .section-header .section-title {
        font-size: 28px;
        line-height: 1.2; } }
    .section-header .section-title:before, .section-header .section-title:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      width: 24px;
      height: 30px;
      transform: translate(0, -60%);
      background-image: url(//xuyoni.com/cdn/shop/t/29/assets/title-ornament-rhombus.svg?v=155892192011621218391693759553);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (min-width: 591px) and (max-width: 1024px) {
        .section-header .section-title:before, .section-header .section-title:after {
          width: 16px;
          height: 20px; } }
      @media screen and (max-width: 590px) {
        .section-header .section-title:before, .section-header .section-title:after {
          width: 12px;
          height: 15px; } }
    .section-header .section-title.color-white:before, .section-header .section-title.color-white:after {
      background-image: url(//xuyoni.com/cdn/shop/t/29/assets/title-ornament-rhombus-white.svg?v=128372198236257849921693759553); }
    .section-header .section-title:before {
      left: 0; }
    .section-header .section-title:after {
      right: 0; }
  .section-header p {
    max-width: 540px; }
  .section-header.text-center p {
    margin-left: auto;
    margin-right: auto; }

/*================ PDP ================*/
.product-single-unit {
  display: none; }

.product-single__media-group-wrapper {
  display: block;
  margin-bottom: 20px; }
  .product-single__media-group-wrapper .product-single__thumbnails {
    display: none !important; }

.progress {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
  width: 100%;
  height: 3px;
  border-radius: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.product-single__media-group a,
.product-single__media-group img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #eddccb; }
.product-single__media-group .product-single__media-wrapper,
.product-single__media-group .product-single__media-wrapper img {
  max-width: 100% !important; }
.product-single__media-group.slick-initialized .product-single__media-wrapper {
  display: block !important; }
.product-single__media-group .slick-list {
  overflow: hidden; }
.product-single__media-group .slick-slide {
  margin: 0; }
.product-single__media-group .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: transparent;
  overflow: hidden;
  text-indent: -9999px; }
.product-single__media-group .slick-arrow.slick-disabled {
  opacity: 0.15; }
.product-single__media-group .slick-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translate(-50%, -50%) rotate(45deg); }
.product-single__media-group .slick-arrow.slick-prev:after {
  transform: translate(-50%, -50%) rotate(-135deg); }
.product-single__media-group .slick-prev {
  left: 15px;
  right: auto; }
.product-single__media-group .slick-next {
  left: auto;
  right: 15px; }

.product-single__media {
  position: relative;
  outline: none; }
  .product-single__media .plyr--video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.product-single__media-group-wrapper .product-single__media-group,
.product-single__media-group-wrapper .product-single__media-wrapper,
.product-single__media-group-wrapper .product-single__media,
.product-single__media-group-wrapper img {
  outline: none; }
  .product-single__media-group-wrapper .product-single__media-group:focus,
  .product-single__media-group-wrapper .product-single__media-wrapper:focus,
  .product-single__media-group-wrapper .product-single__media:focus,
  .product-single__media-group-wrapper img:focus {
    outline: none; }

.product-single__thumbnails .product-single__media-wrapper {
  font-size: 0;
  line-height: 0;
  padding: 0 5px 5px 0; }
  .product-single__thumbnails .product-single__media-wrapper img {
    width: 100%;
    height: 100%;
    background-color: #eddccb; }

.product-single__meta-wrapper {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

.product-single__meta {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 591px) and (max-width: 768px) {
    .product-single__meta {
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 590px) {
    .product-single__meta {
      padding-left: 0;
      padding-right: 0; } }

.product-single__category {
  display: block;
  font-family: 'Tenor Sans','Pretendard',sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  list-style: none;
  margin-bottom: 20px; }
  @media screen and (max-width: 590px) {
    .product-single__category {
      margin-bottom: 6.66667px; } }

.product-single__title {
  font-size: 36px;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .product-single__title {
      font-size: 24px; } }

.product-single__volume, .sticky-product-header .sticky-product-header__content .sticky-product-header__meta {
  font-size: 14px;
  font-style: italic;
  line-height: 1.4; }

.product-single__description {
  margin-top: 20px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.4; }

.product-single__small-heading {
  display: block;
  font-family: 'century-gothic', sans-serif;
  font-size: 14px;
  font-weight: 700; }

.product-single__summary {
  margin-top: 10px;
  font-size: 14px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .product-single__summary.product-single__summary--separated {
    display: flex; }
    .product-single__summary.product-single__summary--separated .product-summary__item {
      flex: 1 0 0;
      padding: 10px; }
    .product-single__summary.product-single__summary--separated .product-summary__border {
      flex: 1px 0 0;
      border-left: 1px solid #000; }

.product-single__offers {
  margin-top: 20px; }
  .product-single__offers .radio-wrapper {
    padding-top: 10px;
    border-top: 1px solid; }
    .product-single__offers .radio-wrapper > .single-option-radio__label {
      display: block;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 10px; }
  .product-single__offers fieldset,
  .product-single__offers .single-option-radio {
    margin-bottom: 20px;
    padding: 0;
    border: none; }
    .product-single__offers fieldset .single-option-selector__radio,
    .product-single__offers .single-option-radio .single-option-selector__radio {
      clip: rect(0 0 0 0);
      clip: rect(0, 0, 0, 0);
      overflow: hidden;
      position: absolute;
      height: 1px;
      width: 1px; }
      .product-single__offers fieldset .single-option-selector__radio + label,
      .product-single__offers .single-option-radio .single-option-selector__radio + label {
        position: relative;
        padding-left: 25px;
        margin-right: 10px;
        font-family: "Editorial New", sans-serif;
        font-size: 16px;
        line-height: 20px;
        vertical-align: middle;
        opacity: 1;
        color: #000;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease; }
        .product-single__offers fieldset .single-option-selector__radio + label:before, .product-single__offers fieldset .single-option-selector__radio + label:after,
        .product-single__offers .single-option-radio .single-option-selector__radio + label:before,
        .product-single__offers .single-option-radio .single-option-selector__radio + label:after {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          width: 20px;
          height: 20px;
          border: 1px solid #e0e0e0;
          border-radius: 10px; }
        .product-single__offers fieldset .single-option-selector__radio + label:after,
        .product-single__offers .single-option-radio .single-option-selector__radio + label:after {
          display: none;
          left: 10px;
          transform: translate(-50%, -50%);
          width: 16px;
          height: 16px;
          border: none;
          background-color: #000; }
      .product-single__offers fieldset .single-option-selector__radio + label.disabled,
      .product-single__offers .single-option-radio .single-option-selector__radio + label.disabled {
        text-decoration: line-through; }
      .product-single__offers fieldset .single-option-selector__radio:checked + label,
      .product-single__offers .single-option-radio .single-option-selector__radio:checked + label {
        opacity: 1;
        color: #000000; }
        .product-single__offers fieldset .single-option-selector__radio:checked + label:before,
        .product-single__offers .single-option-radio .single-option-selector__radio:checked + label:before {
          border-color: #000; }
        .product-single__offers fieldset .single-option-selector__radio:checked + label:after,
        .product-single__offers .single-option-radio .single-option-selector__radio:checked + label:after {
          display: block; }
  .product-single__offers .btn--add-to-cart {
    width: 100%;
    min-width: 240px;
    padding: 14px 24px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    outline: none; }
    .product-single__offers .btn--add-to-cart[disabled="disabled"] {
      color: #bebebe;
      border-color: #dedede;
      background-color: #dedede; }
    @media screen and (max-width: 590px) {
      .product-single__offers .btn--add-to-cart {
        padding-top: 14px;
        padding-bottom: 14px; } }
    .product-single__offers .btn--add-to-cart .on-sale {
      text-decoration: line-through; }

.product-single__variants {
  display: none; }

.product-single__purchase--with-quantity {
  display: flex; }
  .product-single__purchase--with-quantity .product-single__quantity {
    flex: 160px 0 0;
    margin-right: 10px; }
    .product-single__purchase--with-quantity .product-single__quantity .js-qty, .product-single__purchase--with-quantity .product-single__quantity .ajaxcart__qty {
      max-width: 100%;
      margin: 0; }
    .product-single__purchase--with-quantity .product-single__quantity .js-qty input[type="text"], .product-single__purchase--with-quantity .product-single__quantity .ajaxcart__qty input[type="text"],
    .product-single__purchase--with-quantity .product-single__quantity .js-qty input[type="number"],
    .product-single__purchase--with-quantity .product-single__quantity .ajaxcart__qty input[type="number"] {
      font-size: 16px;
      line-height: 20px;
      padding: 19px 24px;
      border: 1px solid black;
      border-radius: 30px;
      -webkit-appearance: none; }
    .product-single__purchase--with-quantity .product-single__quantity .js-qty__adjust--plus, .product-single__purchase--with-quantity .product-single__quantity .ajaxcart__qty--plus {
      right: 10px; }
    .product-single__purchase--with-quantity .product-single__quantity .js-qty__adjust--minus, .product-single__purchase--with-quantity .product-single__quantity .ajaxcart__qty--minus {
      left: 10px; }
  .product-single__purchase--with-quantity .product-single__add-to-cart {
    flex: 1 0 0; }
  @media screen and (max-width: 590px) {
    .product-single__purchase--with-quantity {
      flex-direction: column; }
      .product-single__purchase--with-quantity .product-single__quantity {
        width: 100%;
        flex: 1 0 0;
        margin-bottom: 10px; } }

.product-single__certification-info {
  padding-top: 10px;
  border-top: 1px solid #000;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center; }
  @media screen and (min-width: 591px) {
    .product-single__certification-info {
      font-size: 16px;
      line-height: 25px; } }

.product-single__cert-mark-wrapper {
  margin-top: 20px;
  margin-left: -10px; }
  .product-single__cert-mark-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .product-single__cert-mark-wrapper .cert-mark-row {
    overflow: hidden; }
  .product-single__cert-mark-wrapper .product-single__cert-mark {
    float: left;
    font-size: 0;
    line-height: 0;
    padding-left: 10px;
    margin-top: 10px; }
    .product-single__cert-mark-wrapper .product-single__cert-mark img,
    .product-single__cert-mark-wrapper .product-single__cert-mark svg {
      width: auto;
      height: 80px; }

.product-single__accordion-ui-wrapper {
  margin-top: 20px;
  border-bottom: 1px solid #000; }
  .product-single__accordion-ui-wrapper .accordion-ui > .accordion-ui__item > .accordion-ui__typography-title {
    font-size: 14px;
    letter-spacing: 0; }
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__title,
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content {
    padding-left: 10px; }
  .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content {
    font-size: 14px;
    line-height: 1.4; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h3, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .site-footer .footer__newsletter-heading, .site-footer .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .footer__newsletter-heading, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .stick-product-title, .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .product-reviews .jdgm-rev-widg__title, .product-reviews .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .jdgm-rev-widg__title,
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content h4,
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content .h4 {
      margin-bottom: 5px; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content p {
      margin-bottom: 0; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content p:last-child {
      margin-bottom: 0; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol,
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ul {
      position: relative;
      padding-left: 1.4em;
      list-style: none; }
      .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li,
      .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ul li {
        position: relative;
        margin-bottom: 1em; }
      .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:last-child,
      .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ul li:last-child {
        margin-bottom: 0; }
      .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:before,
      .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ul li:before {
        position: absolute;
        left: -1.4em;
        top: 0; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(1):before {
      content: '1.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(2):before {
      content: '2.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(3):before {
      content: '3.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(4):before {
      content: '4.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(5):before {
      content: '5.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(6):before {
      content: '6.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(7):before {
      content: '7.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(8):before {
      content: '8.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(9):before {
      content: '9.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ol li:nth-child(10):before {
      content: '10.'; }
    .product-single__accordion-ui-wrapper .accordion-ui__item > .accordion-ui__content ul {
      list-style-type: disc; }

.product-single__section {
  margin-top: 80px; }
  .product-single__section.product-single__section--fill {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 590px) {
      .product-single__section.product-single__section--fill {
        padding-top: 40px;
        padding-bottom: 40px; } }

.product-single__section--fill + .product-single__section--fill {
  margin-top: 0; }

.product-single__section h2, .product-single__section .h2, .product-single__section .account-page-header .typography-customer-greeting, .account-page-header .product-single__section .typography-customer-greeting, .product-single__section .brand-features .brand-features__heading, .brand-features .product-single__section .brand-features__heading, .product-single__section .page-header .page-title, .page-header .product-single__section .page-title,
.product-single__section .h2,
.product-single__section .account-page-header .typography-customer-greeting,
.account-page-header .product-single__section .typography-customer-greeting {
  font-size: 36px;
  line-height: 1.2; }
  @media screen and (max-width: 590px) {
    .product-single__section h2, .product-single__section .h2, .product-single__section .account-page-header .typography-customer-greeting, .account-page-header .product-single__section .typography-customer-greeting, .product-single__section .brand-features .brand-features__heading, .brand-features .product-single__section .brand-features__heading, .product-single__section .page-header .page-title, .page-header .product-single__section .page-title,
    .product-single__section .h2,
    .product-single__section .account-page-header .typography-customer-greeting,
    .account-page-header .product-single__section .typography-customer-greeting {
      font-size: 24px; } }
.product-single__section h3, .product-single__section .h3, .product-single__section .site-footer .footer__newsletter-heading, .site-footer .product-single__section .footer__newsletter-heading, .product-single__section .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .product-single__section .stick-product-title, .product-single__section .product-reviews .jdgm-rev-widg__title, .product-reviews .product-single__section .jdgm-rev-widg__title,
.product-single__section .h3,
.product-single__section .site-footer .footer__newsletter-heading,
.site-footer .product-single__section .footer__newsletter-heading {
  font-family: "aktiv-grotesk", sans-serif;
  font-family: 'century-gothic', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px; }
.product-single__section p {
  font-size: 14px;
  line-height: 1.4; }
.product-single__section img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.product-single__section[data-product-ingredient] {
  background-color: #f8ffb2;
  /* EDF8E9 */ }
  .product-single__section[data-product-ingredient] .product-single__ingredient + .product-single__ingredient {
    margin-top: 40px; }
  .product-single__section[data-product-ingredient] .product-single__ingredient-detail {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #000;
    font-size: 14px;
    line-height: 1.4; }
    .product-single__section[data-product-ingredient] .product-single__ingredient-detail strong {
      display: block;
      font-size: 15px;
      font-family: "Editorial New", sans-serif;
      font-weight: 500; }
  .product-single__section[data-product-ingredient] .product-single__section-title small {
    display: block;
    margin-top: 10px;
    font-size: 18px; }
  .product-single__section[data-product-ingredient] .product-single__section-title small em {
    font-family: 'Editorial New',serif;
    font-weight: 400;
    font-style: normal; }
  .product-single__section[data-product-ingredient] .product-single__ingredient-highlight + .product-single__featured-ingredient {
    margin-top: 20px; }
  .product-single__section[data-product-ingredient] .text-highlight {
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #0a8846;
    color: #fff; }
  .product-single__section[data-product-ingredient] .prouct-singe__organic-content .text-highlight {
    display: inline-block;
    margin-bottom: 5px; }
  .product-single__section[data-product-ingredient] h4, .product-single__section[data-product-ingredient] .h4 {
    font-family: century-gothic, pretendard, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px; }

.product-single__section[data-product-swiper-content] {
  background-color: #F7F7F7; }
  .product-single__section[data-product-swiper-content] .product-single__swiper {
    overflow: visible; }
    .product-single__section[data-product-swiper-content] .product-single__swiper .swiper-wrapper__image {
      margin: 0;
      font-size: 0;
      line-height: 0; }
    .product-single__section[data-product-swiper-content] .product-single__swiper video {
      width: 100%;
      height: auto;
      outline: none; }
    .product-single__section[data-product-swiper-content] .product-single__swiper .swiper-wrapper__image + .swiper-wrapper__text {
      margin-top: 10px; }
  .product-single__section[data-product-swiper-content] .product-single__section-title + .product-single__swiper {
    margin-top: 20px; }
    @media screen and (max-width: 590px) {
      .product-single__section[data-product-swiper-content] .product-single__section-title + .product-single__swiper {
        margin-top: 10px; } }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide .swiper-wrapper__text {
    position: relative;
    padding-left: 1.5em; }
    .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide .swiper-wrapper__text:before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-weight: 700; }
      @media screen and (max-width: 590px) {
        .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide .swiper-wrapper__text:before {
          font-size: 14px; } }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(1) .swiper-wrapper__text:before {
    content: "1."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(2) .swiper-wrapper__text:before {
    content: "2."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(3) .swiper-wrapper__text:before {
    content: "3."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(4) .swiper-wrapper__text:before {
    content: "4."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(5) .swiper-wrapper__text:before {
    content: "5."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(6) .swiper-wrapper__text:before {
    content: "6."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(7) .swiper-wrapper__text:before {
    content: "7."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(8) .swiper-wrapper__text:before {
    content: "8."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(9) .swiper-wrapper__text:before {
    content: "9."; }
  .product-single__section[data-product-swiper-content] .product-single__swiper--numbered .swiper-slide:nth-child(10) .swiper-wrapper__text:before {
    content: "10."; }

[data-section-type="product-recommendations"] {
  margin-top: 80px; }
  @media screen and (max-width: 590px) {
    [data-section-type="product-recommendations"] {
      margin-top: 40px; } }

[data-product-more-info] ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/*============================================================================
  ##  PDP | Sticky Product Header
==============================================================================*/
.sticky-product-header {
  display: none;
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-top: none;
  border-bottom: none;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s ease; }
  .sticky-product-header.background-image-number-1 {
    background-image: url(//xuyoni.com/cdn/shop/t/29/assets/pdp-sticky-menu-space-background-01.jpg?v=73182513273501563551693759553); }
  .sticky-product-header.background-image-number-2 {
    background-image: url(//xuyoni.com/cdn/shop/t/29/assets/pdp-sticky-menu-space-background-02.jpg?v=90578972464783068871693759553); }
  .sticky-product-header.background-image-number-3 {
    background-image: url(//xuyoni.com/cdn/shop/t/29/assets/pdp-sticky-menu-space-background-03.jpg?v=1194447864486221411693759553); }
  .sticky-product-header .column--left {
    width: 62.5%; }
  .sticky-product-header .column--right {
    width: 25%; }
  @media screen and (max-width: 590px) {
    .sticky-product-header .column--left {
      width: 100%; }
    .sticky-product-header .column--right {
      width: 100%; } }
  @media screen and (min-width: 590px) and (max-width: 768px) {
    .sticky-product-header .column--right {
      width: 37.5%; } }
  @media screen and (min-width: 769px) and (max-width: 1200px) {
    .sticky-product-header .sticky-product-header__meta {
      display: none; }
    .sticky-product-header .column--left {
      width: 62.5%; }
    .sticky-product-header .column--right {
      width: 37.5%; }
      .sticky-product-header .column--right .btn--primary {
        max-width: 325px; } }
  .sticky-product-header .btn, .sticky-product-header .btn--secondary, .sticky-product-header .accordion-ui .accordion-ui__item .accordion-ui__title.accordion-ui__title--btn, .accordion-ui .accordion-ui__item .sticky-product-header .accordion-ui__title.accordion-ui__title--btn, .sticky-product-header .product-reviews .jdgm-write-rev-link, .product-reviews .sticky-product-header .jdgm-write-rev-link {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    border-color: #fff;
    color: #fff; }
  .sticky-product-header button[type=submit] {
    pointer-events: none; }
  .show-sticky-product-header .sticky-product-header {
    display: block;
    top: auto;
    bottom: 0;
    opacity: 1;
    z-index: 5;
    -webkit-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
    -moz-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
    -ms-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
    -o-transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
    transition: all 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1); }
    .show-sticky-product-header .sticky-product-header button[type=submit] {
      pointer-events: initial; }
  .js-drawer-open.show-fixed-header .sticky-product-header {
    z-index: 0; }
  .sticky-product-header .sticky-product-header__content {
    display: flex; }
    .sticky-product-header .sticky-product-header__content .sticky-product-header__thumbnail {
      flex: 0 0 80px; }
    .sticky-product-header .sticky-product-header__content .sticky-product-header__info {
      flex-shrink: 0;
      flex: 0 0 auto;
      padding-left: 15px; }
      @media screen and (max-width: 590px) {
        .sticky-product-header .sticky-product-header__content .sticky-product-header__info {
          padding-left: 0; } }
    .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title br {
      display: none; }
    .sticky-product-header .sticky-product-header__content .sticky-product-header__meta {
      display: block; }
      @media screen and (max-width: 590px) {
        .sticky-product-header .sticky-product-header__content .sticky-product-header__meta {
          margin-bottom: 10px; } }
  .sticky-product-header .sticky-product-header__form p {
    font-size: 10px;
    line-height: 12.5px; }
  @media screen and (max-width: 590px) {
    .sticky-product-header {
      padding-top: 10px;
      padding-bottom: 30px; }
      .sticky-product-header .grid, .sticky-product-header .grid--rev, .sticky-product-header .grid--full {
        margin-left: -10px; }
        .sticky-product-header .grid .grid__item, .sticky-product-header .grid--rev .grid__item, .sticky-product-header .grid--full .grid__item {
          padding-left: 10px; }
      .sticky-product-header .sticky-product-header__thumbnail {
        display: none !important; }
      .sticky-product-header .sticky-product-header__content .sticky-product-header__title {
        padding-left: 0;
        font-size: 12px; }
      .sticky-product-header .sticky-product-header__form .btn--add-to-cart {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  @media screen and (max-width: 320px) {
    .sticky-product-header .sticky-product-header__form .btn--add-to-cart {
      font-size: 14px !important; } }

/*================ Ajax Cart ================*/
.ajaxcart__product {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1.4; }

.ajaxcart__product-image {
  display: block;
  font-size: 0;
  line-height: 0;
  background-color: #f4ff88; }
  .ajaxcart__product-image img {
    width: 100%;
    height: auto; }

.ajaxcart__product-name--wrapper {
  margin-top: 5px;
  margin-bottom: 10px; }

.ajaxcart__product-name {
  font-family: "Editorial New", sans-serif;
  font-size: 16px;
  line-height: 1.2; }

.ajaxcart__product-meta {
  opacity: 0.5; }

[data-product-quantity-price] {
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: 0; }
  [data-product-quantity-price] > .grid__item {
    padding-left: 0;
    flex: 1 0 0; }

.ajaxcart__price {
  font-weight: 500; }

.js-qty, .ajaxcart__qty {
  position: relative;
  margin-bottom: 10px;
  width: 75px;
  overflow: visible;
  outline: none; }
  .js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
    display: block;
    background: none;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    padding: 9px 25px;
    margin: 0;
    border: none; }
  .js-qty input[type="text"][readonly], .ajaxcart__qty input[type="text"][readonly] {
    opacity: 0.3; }
  .js-qty button[disabled], .ajaxcart__qty button[disabled] {
    opacity: 0.3; }

.js-qty__adjust, .ajaxcart__qty-adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 8px;
  background: none;
  text-align: center;
  overflow: hidden;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .js-qty__adjust .icon, .ajaxcart__qty-adjust .icon {
    font-size: 8px;
    vertical-align: middle; }

.js-qty__adjust--plus, .ajaxcart__qty--plus {
  right: 0; }

.js-qty__adjust--minus, .ajaxcart__qty--minus {
  left: 0; }

.ajaxcart__qty {
  margin: 0; }
  .is-loading .ajaxcart__qty {
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.ajaxcart__qty-adjust {
  z-index: 1; }

/*================ Page Content ================*/
.text-with-image-section {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 590px) {
    .text-with-image-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 591px) and (max-width: 1290px) {
    .text-with-image-section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .text-with-image-section figure {
    margin: 0; }
  .text-with-image-section .copy-wrapper {
    margin-bottom: 40px; }
    .text-with-image-section .copy-wrapper h3, .text-with-image-section .copy-wrapper .h3, .text-with-image-section .copy-wrapper .site-footer .footer__newsletter-heading, .site-footer .text-with-image-section .copy-wrapper .footer__newsletter-heading, .text-with-image-section .copy-wrapper .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .text-with-image-section .copy-wrapper .stick-product-title, .text-with-image-section .copy-wrapper .product-reviews .jdgm-rev-widg__title, .product-reviews .text-with-image-section .copy-wrapper .jdgm-rev-widg__title {
      margin-bottom: 10px; }
  .text-with-image-section .image-frame {
    margin-bottom: 20px; }
  .text-with-image-section .copy-wrapper.text-center {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .text-with-image-section .button-wrapper {
    margin-top: 20px; }

/*================ Page Content | About Us ================*/
.template-page main {
  font-size: 16px; }
  .template-page main p,
  .template-page main li,
  .template-page main p > a {
    font-size: 16px; }
  @media screen and (min-width: 1024px) {
    .template-page main {
      font-size: 18px; }
      .template-page main p,
      .template-page main li,
      .template-page main p > a {
        font-size: 18px; } }
.template-page figure {
  margin: 0;
  margin-bottom: 20px; }
.template-page figcaption {
  margin: 20px 0;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5; }

.xuyoni-symbol-wrapper,
.section-header {
  margin-bottom: 40px; }

.xuyoni-symbol-wrapper svg {
  width: 39px;
  height: auto; }

@media screen and (max-width: 768px) {
  .xuyoni-symbol-wrapper svg {
    width: 39px;
    height: auto; } }
.our-philosophy-section {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .our-philosophy-section [data-text-with-image] {
      flex-direction: column; } }

.philosophy-video-wrapper {
  position: relative; }
  .philosophy-video-wrapper #OurPhilosophyVideo {
    width: 100%;
    height: auto; }

.philosophy-figure-wrapper {
  position: relative; }

#OurPhilosophyFigure {
  position: relative;
  font-size: 0;
  line-height: 0;
  transform-origin: center;
  animation: rotation 24s infinite linear; }

#OurPhilosophyFigure img {
  width: 100%;
  height: auto; }

#OurPhilosophyFigure + .text-on-image {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -21deg);
  transform-origin: center;
  font-family: "Editorial New", sans-serif;
  font-size: 32px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  -webkit-text-shadow: 1px 1px 3px #0088dd;
  text-shadow: 1px 1px 3px #0088dd;
  color: #fff;
  opacity: 1; }
  @media screen and (min-width: 591px) {
    #OurPhilosophyFigure + .text-on-image {
      transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -21deg); } }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    #OurPhilosophyFigure + .text-on-image {
      font-size: 48px; } }
  @media screen and (min-width: 1025px) {
    #OurPhilosophyFigure + .text-on-image {
      font-size: 64px; } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

.brand-features h2, .brand-features .h2, .brand-features .account-page-header .typography-customer-greeting, .account-page-header .brand-features .typography-customer-greeting, .brand-features .brand-features__heading, .brand-features .page-header .page-title, .page-header .brand-features .page-title,
.brand-features h3,
.brand-features .h3,
.brand-features .site-footer .footer__newsletter-heading,
.site-footer .brand-features .footer__newsletter-heading,
.brand-features .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title,
.sticky-product-header .sticky-product-header__content .sticky-product-header__title .brand-features .stick-product-title,
.brand-features .product-reviews .jdgm-rev-widg__title,
.product-reviews .brand-features .jdgm-rev-widg__title,
.brand-features p,
.brand-features a, .brand-features {
  color: #fff; }
.brand-features .brand-features__slogan-wrapper {
  margin-bottom: 60px; }
.brand-features h2.brand-features__slogan, .brand-features .brand-features__slogan.h2, .brand-features .account-page-header .brand-features__slogan.typography-customer-greeting, .account-page-header .brand-features .brand-features__slogan.typography-customer-greeting, .brand-features .brand-features__slogan.brand-features__heading, .brand-features .page-header .brand-features__slogan.page-title, .page-header .brand-features .brand-features__slogan.page-title {
  font-size: 48px;
  line-height: 1.2; }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    .brand-features h2.brand-features__slogan, .brand-features .brand-features__slogan.h2, .brand-features .account-page-header .brand-features__slogan.typography-customer-greeting, .account-page-header .brand-features .brand-features__slogan.typography-customer-greeting, .brand-features .brand-features__slogan.brand-features__heading, .brand-features .page-header .brand-features__slogan.page-title, .page-header .brand-features .brand-features__slogan.page-title {
      font-size: 36px;
      line-height: 1.2; } }
  @media screen and (max-width: 590px) {
    .brand-features h2.brand-features__slogan, .brand-features .brand-features__slogan.h2, .brand-features .account-page-header .brand-features__slogan.typography-customer-greeting, .account-page-header .brand-features .brand-features__slogan.typography-customer-greeting, .brand-features .brand-features__slogan.brand-features__heading, .brand-features .page-header .brand-features__slogan.page-title, .page-header .brand-features .brand-features__slogan.page-title {
      font-size: 24px;
      line-height: 1.2; } }
.brand-features .brand-features__icon {
  margin-bottom: 10px; }
  @media screen and (max-width: 590px) {
    .brand-features .brand-features__icon {
      margin-bottom: 0; } }
@media screen and (max-width: 590px) {
  .brand-features .brand-features__heading {
    font-size: 16px; } }
.brand-features .brand-features__description {
  line-height: 1.4; }
  @media screen and (max-width: 590px) {
    .brand-features .brand-features__description {
      font-size: 13px; } }
.brand-features .btn-container {
  margin-top: 40px; }

@media screen and (max-width: 590px) {
  :not(.template-index) .brand-features .grid__item.small-up--hide:after {
    content: '';
    display: table;
    clear: both; } }
.founder-message .flex {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .founder-message .flex {
      flex-direction: column; } }
.founder-message .founder-message__image--wrapper {
  position: relative; }
  .founder-message .founder-message__image--wrapper .founder-message__image {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 40px; }
    .founder-message .founder-message__image--wrapper .founder-message__image img {
      height: 100%;
      object-fit: contain; }
  .founder-message .founder-message__image--wrapper .image-frame {
    margin-bottom: 10px;
    overflow: visible; }
  .founder-message .founder-message__image--wrapper figcaption {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center; }
  @media screen and (min-width: 769px) {
    .founder-message .founder-message__image--wrapper {
      margin-bottom: 0;
      padding-right: 40px; }
      .founder-message .founder-message__image--wrapper .image-frame {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 0; }
        .founder-message .founder-message__image--wrapper .image-frame img {
          height: 100%;
          object-fit: contain; }
      .founder-message .founder-message__image--wrapper figcaption {
        position: absolute;
        bottom: -40px;
        margin: 0; } }

.founder-message__text-wrapper {
  margin-top: 20px; }
  @media screen and (min-width: 591px) {
    .founder-message__text-wrapper {
      margin-top: 0; } }
  .founder-message__text-wrapper .founder-message__header {
    margin-bottom: 20px; }
  .founder-message__text-wrapper .founder-message__title {
    font-size: 48px;
    line-height: 1.2; }
    @media screen and (min-width: 591px) and (max-width: 1024px) {
      .founder-message__text-wrapper .founder-message__title {
        font-size: 36px;
        line-height: 1.2; } }
    @media screen and (max-width: 590px) {
      .founder-message__text-wrapper .founder-message__title {
        font-size: 28px;
        line-height: 1.2; } }
  .founder-message__text-wrapper .founder-message__content p {
    margin-bottom: 1.4em; }
    .founder-message__text-wrapper .founder-message__content p:last-child {
      margin-bottom: 0; }
  .founder-message__text-wrapper .founder-message__ceo-name {
    font-weight: 700; }
  .founder-message__text-wrapper .founder-message__ceo-job {
    font-size: 14px; }

#shopify-section-about-us-sustainability .sustainability-title {
  margin-bottom: 10px; }
#shopify-section-about-us-sustainability .sustainability-content {
  margin-bottom: 60px; }
#shopify-section-about-us-sustainability [data-sustainability] > .grid__item:last-child .sustainability-content {
  margin-bottom: 0; }
#shopify-section-about-us-sustainability .sustainability-content__image-wrapper img {
  height: 80px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  font-family: "object-fit: contain"; }
  @media screen and (min-width: 591px) {
    #shopify-section-about-us-sustainability .sustainability-content__image-wrapper img {
      margin-right: 40px;
      margin-left: auto; } }
#shopify-section-about-us-sustainability .sustainability-content__text-wrapper {
  font-size: 14px; }
  @media screen and (min-width: 591px) {
    #shopify-section-about-us-sustainability .sustainability-content__text-wrapper {
      font-size: 16px; } }
#shopify-section-about-us-sustainability .sustainability-cotent__text {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease; }
  @media screen and (max-width: 590px) {
    #shopify-section-about-us-sustainability .sustainability-cotent__text {
      max-height: 5.6em; } }
  #shopify-section-about-us-sustainability .sustainability-cotent__text p {
    font-size: 14px;
    margin-bottom: 1.4em; }
    @media screen and (min-width: 591px) {
      #shopify-section-about-us-sustainability .sustainability-cotent__text p {
        font-size: 16px; } }
#shopify-section-about-us-sustainability .sustainability-content__video-wrapper {
  width: 100%; }
  #shopify-section-about-us-sustainability .sustainability-content__video-wrapper .sustainability-content__video {
    width: 100%;
    height: auto; }
#shopify-section-about-us-sustainability .sustainability-content__button-wrapper {
  margin-top: 10px; }

#shopify-section-our-commitment .section-header h2, #shopify-section-our-commitment .section-header .h2, #shopify-section-our-commitment .section-header .account-page-header .typography-customer-greeting, .account-page-header #shopify-section-our-commitment .section-header .typography-customer-greeting, #shopify-section-our-commitment .section-header .brand-features .brand-features__heading, .brand-features #shopify-section-our-commitment .section-header .brand-features__heading, #shopify-section-our-commitment .section-header .page-header .page-title, .page-header #shopify-section-our-commitment .section-header .page-title,
#shopify-section-our-commitment .section-header .h1 {
  margin-bottom: 20px; }
#shopify-section-our-commitment .tab-ui__nav {
  padding-top: 20px;
  padding-bottom: 40px; }
  @media screen and (min-width: 591px) {
    #shopify-section-our-commitment .tab-ui__nav {
      padding-top: 40px;
      padding-bottom: 80px; } }
  #shopify-section-our-commitment .tab-ui__nav .nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  #shopify-section-our-commitment .tab-ui__nav .nav-menu li {
    display: inline-block;
    margin: 0 20px;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.3; }
    #shopify-section-our-commitment .tab-ui__nav .nav-menu li.is-active {
      opacity: 1; }
#shopify-section-our-commitment .tab-ui__content h3, #shopify-section-our-commitment .tab-ui__content .h3, #shopify-section-our-commitment .tab-ui__content .site-footer .footer__newsletter-heading, .site-footer #shopify-section-our-commitment .tab-ui__content .footer__newsletter-heading, #shopify-section-our-commitment .tab-ui__content .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title #shopify-section-our-commitment .tab-ui__content .stick-product-title, #shopify-section-our-commitment .tab-ui__content .product-reviews .jdgm-rev-widg__title, .product-reviews #shopify-section-our-commitment .tab-ui__content .jdgm-rev-widg__title {
  margin-bottom: 10px; }
#shopify-section-our-commitment .tab-ui__content p {
  margin-bottom: 1.4em; }
#shopify-section-our-commitment .tab-ui__content-item {
  display: none; }
  #shopify-section-our-commitment .tab-ui__content-item.is-active {
    display: block; }
#shopify-section-our-commitment .tab-ui__content-item .grid > .grid__item:first-child, #shopify-section-our-commitment .tab-ui__content-item .grid--rev > .grid__item:first-child, #shopify-section-our-commitment .tab-ui__content-item .grid--full > .grid__item:first-child {
  margin-bottom: 20px; }
#shopify-section-our-commitment .sustainability-content__logo-wrapper {
  margin-bottom: 40px; }
  @media screen and (min-width: 591px) {
    #shopify-section-our-commitment .sustainability-content__logo-wrapper {
      margin-bottom: 80px; } }
  #shopify-section-our-commitment .sustainability-content__logo-wrapper img {
    height: 100px;
    width: auto;
    margin: 0 auto; }

.featured-products-section.border-top {
  padding-top: 40px;
  border-top: 1px solid black; }
  @media screen and (min-width: 591px) {
    .featured-products-section.border-top {
      padding-top: 80px; } }

/*============= Templates | Brand Story =============*/
.flex[data-flex-column="3"] {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  .flex[data-flex-column="3"] .flex__item {
    flex: 33.333333333333333% 0 0; }
  @media screen and (max-width: 590px) {
    .flex[data-flex-column="3"] {
      flex-direction: column; }
      .flex[data-flex-column="3"] .flex__item {
        flex: 1 0 0; } }

.brand-story {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 80px; }
  @media screen and (max-width: 590px) {
    .brand-story {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 40px; } }
  @media screen and (min-width: 591px) and (max-width: 1024px) {
    .brand-story {
      margin-left: -40px;
      margin-right: -40px; } }
  .brand-story .swiper-container {
    overflow: visible; }
  .brand-story .flex[data-flex-column="3"] {
    position: relative; }
    @media screen and (max-width: 590px) {
      .brand-story .flex[data-flex-column="3"] {
        flex-direction: row;
        padding-bottom: 40px; }
        .brand-story .flex[data-flex-column="3"] .flex__item {
          flex: none; } }
    @media screen and (min-width: 591px) and (max-width: 1024px) {
      .brand-story .flex[data-flex-column="3"] .flex__item {
        flex: 50% 0 0; } }
    @media screen and (min-width: 591px) {
      .brand-story .flex[data-flex-column="3"]:before, .brand-story .flex[data-flex-column="3"]:after {
        content: "";
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #000; }
      .brand-story .flex[data-flex-column="3"]:before {
        left: 50%; }
      .brand-story .flex[data-flex-column="3"]:after {
        left: calc(100% - 1px); } }
    @media screen and (min-width: 1025px) {
      .brand-story .flex[data-flex-column="3"]:before {
        left: 33.333333%; }
      .brand-story .flex[data-flex-column="3"]:after {
        left: 66.6666667%; } }
    .brand-story .flex[data-flex-column="3"] .flex__item {
      position: relative;
      padding: 0 20px; }
      @media screen and (min-width: 591px) {
        .brand-story .flex[data-flex-column="3"] .flex__item {
          padding: 0 40px; } }
  .brand-story .brand-story__content-wrapper {
    position: relative;
    max-width: 390px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
  .brand-story figure {
    margin-bottom: 40px; }
  .brand-story .brand-story-title {
    margin-bottom: 20px; }
  .brand-story .brand-story-paragraph p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 1.4em; }
    .brand-story .brand-story-paragraph p:last-child {
      margin-bottom: 0; }
  .brand-story .brand-story-link-wrapper {
    position: absolute;
    bottom: 40px;
    width: 100%; }
    .brand-story .brand-story-link-wrapper a {
      font-size: 14px; }
  .brand-story .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -40px;
    line-height: 20px; }

.page-header {
  margin-bottom: 20px;
  text-align: center; }
  .page-header .page-title {
    position: relative;
    display: inline-block;
    padding: 0 30px; }
    .page-header .page-title:before, .page-header .page-title:after {
      content: "";
      position: absolute;
      top: 45%;
      -webkit-transform: translate(0%, -50%);
      -moz-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      -o-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      display: block;
      width: 10px;
      height: 15px;
      background-size: cover;
      background-image: url(//xuyoni.com/cdn/shop/t/29/assets/title-ornament-rhombus.svg?v=155892192011621218391693759553); }
    .page-header .page-title:before {
      left: 0; }
    .page-header .page-title:after {
      right: 0; }

.page-content {
  margin-bottom: 80px; }
  @media screen and (min-width: 591px) {
    .page-content {
      margin-bottom: 120px; } }

@keyframes blink {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*============= Templates | Ingredients =============*/
.ingredients-section {
  margin-bottom: 40px; }
  .ingredients-section .section-header .section-title {
    margin-bottom: 10px; }
  .ingredients-section .section-header p {
    font-family: "Editorial New", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5; }
  .ingredients-section .section-header small {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 14px; }
  .ingredients-section .ingredient-item {
    margin-bottom: 20px; }
    @media screen and (max-width: 590px) {
      .ingredients-section .ingredient-item {
        margin-bottom: 0; } }
  .ingredients-section .ingredient-name.accordion-ui__title {
    padding-top: 10px; }
    .ingredients-section .ingredient-name.accordion-ui__title:after {
      top: 8px;
      right: 5px; }
  .ingredients-section .ingredient-figure {
    border-radius: 0; }
  .ingredients-section .ingredient-name {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px; }
  .ingredients-section .ingredient-description,
  .ingredients-section .ingredient-description p {
    font-size: 12px;
    line-height: 1.4; }
  .ingredients-section ul.never-list {
    list-style: none;
    padding-left: 0;
    margin: 0; }
    .ingredients-section ul.never-list li {
      padding: 10px 0;
      border-top: 1px solid #000;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      margin-bottom: 20px; }

.page__section-intro.clean-ingredients {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: -40px;
  margin-bottom: 40px;
  background-color: #f8ffb2; }

@media screen and (min-width: 591px) {
  .page__section-intro.clean-ingredients {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -60px;
    margin-bottom: 80px; } }
#100-vegan-and-organic-ingredients-xuyoni {
  background-color: red; }

div[class^=ingredients] .section-header .copy-wrapper,
div[class^=ingredients] .section-header p {
  max-width: 100%;
  max-width: 720px; }

/*================ Page Content | Contact Us ================*/
.contact-info-container {
  max-width: 360px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 80px; }
  .contact-info-container table {
    border: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: transparent; }
    .contact-info-container table th,
    .contact-info-container table td {
      padding: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      border: none;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
      font-size: 14px;
      line-height: 20px;
      text-align: left; }
    .contact-info-container table th {
      width: 50%;
      font-weight: 500;
      padding-right: 10px; }
    .contact-info-container table td {
      width: auto;
      padding-left: 10px; }
  .contact-info-container ul.no-bullets li {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 590px) {
      .contact-info-container ul.no-bullets li {
        font-size: 14px;
        line-height: 20px; } }

/*================ Blog ================*/
.template-blog .section-header {
  margin-bottom: 60px; }
  @media screen and (max-width: 590px) {
    .template-blog .section-header {
      margin-bottom: 40px; } }
.template-blog .section-header .copy-wrapper {
  max-width: 480px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Editorial New", sans-serif;
  font-size: 18px; }
  @media screen and (max-width: 590px) {
    .template-blog .section-header .copy-wrapper {
      font-size: 16px; } }

img {
  width: 100%;
  height: auto; }

.blog-archive__thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  padding-bottom: 125%; }
  .with-masking .blog-archive__thumbnail-wrapper {
    border-radius: 0; }
  .blog-archive__thumbnail-wrapper img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
    object-position: 50% 50%; }

.blog-archive__masking {
  position: absolute;
  display: none;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  font-size: 0;
  line-height: 0; }
  .blog-archive__masking svg {
    width: 100%;
    height: 100%; }
  .supports-svg .blog-archive__masking {
    display: block; }

.masking-shape--disc .blog-archive__thumbnail-wrapper {
  border-radius: 0; }

.blog-archive--dark-mode .blog-archive__masking svg path {
  fill: black; }

.article__image {
  position: relative; }
  .article__image a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.article__text {
  flex: 1 0 0;
  text-align: center; }
  .article__text .article__text-inner {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (min-width: 590px) {
    .article__text {
      padding-left: 20px;
      padding-right: 20px; } }
  .article__text .text-link, .article__text .account-page-header .menu-list li.logout-link-wrapper > a, .account-page-header .menu-list .article__text li.logout-link-wrapper > a {
    display: inline-block;
    margin-top: 10px; }

.article__excerpt {
  margin-top: 10px;
  margin-bottom: 1.5em; }

.template-blog .blog-archive {
  margin-bottom: 160px; }
  .template-blog .blog-archive:last-child {
    margin-bottom: 0; }
.blog-archive:not(.blog-swiper) .blog-archive__article {
  margin-bottom: 40px; }
.blog-archive:not(.blog-swiper) .article__content-wrapper {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 590px) {
    .blog-archive:not(.blog-swiper) .article__content-wrapper {
      flex-direction: column; } }
.blog-archive:not(.blog-swiper) .blog-archive__article--even .article__content-wrapper {
  flex-direction: row-reverse; }
  @media screen and (max-width: 590px) {
    .blog-archive:not(.blog-swiper) .blog-archive__article--even .article__content-wrapper {
      flex-direction: column; } }
.blog-archive:not(.blog-swiper) .article__image {
  flex: 1 0 0;
  padding-right: 20px; }
  @media screen and (max-width: 590px) {
    .blog-archive:not(.blog-swiper) .article__image {
      width: 100%;
      margin-bottom: 20px;
      padding-right: 0; } }
.blog-archive.blog-swiper .swiper-slide .article__content-wrapper {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto; }

/*================ Article ================*/
.template-article .page-container {
  position: relative; }

.article__blog-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px; }

.article__featured-image {
  max-width: 390px;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  font-size: 0;
  line-height: 0; }
  @media screen and (max-width: 590px) {
    .article__featured-image {
      margin-bottom: 40px; } }
  .article__featured-image img {
    width: 100%;
    height: auto; }

.article__top-banner {
  position: relative;
  top: -60px;
  width: 100%;
  padding-bottom: 75%;
  margin-bottom: 0;
  font-size: 0;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 591px) {
    .article__top-banner {
      margin-bottom: 0;
      padding-bottom: 44.5%; } }

.article__header {
  position: relative;
  margin-bottom: 40px; }
  .article__header.with-background:before {
    content: "";
    display: block;
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% + 140px);
    height: 42.5vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1; }
    @media screen and (max-width: 590px) {
      .article__header.with-background:before {
        top: -100px;
        height: calc(100% + 100px); } }
  @media screen and (max-width: 590px) {
    .article__header {
      margin-bottom: 20px; } }

.article__title {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto; }

.article__meta {
  font-size: 12px;
  line-height: 1.4; }

.article__content {
  font-size: 16px;
  line-height: 1.4; }
  @media screen and (min-width: 591px) {
    .article__content {
      font-size: 18px; } }
  .article__content p {
    margin: 1.4em 0; }
  .article__content div[style="text-align: center;"] > strong {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 0 auto; }
  .article__content div[style="text-align: center;"] > p > strong {
    display: inline;
    max-width: auto;
    margin: auto; }
  .article__content img {
    width: 100%;
    height: auto; }

.article__footer-banner {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-top: 160px;
  margin-bottom: -40px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }
  @media screen and (min-width: 591px) {
    .article__footer-banner {
      padding-bottom: 42.5%;
      margin-top: 200px;
      margin-bottom: -80px; } }

.rte--indented-images img:not([style]),
.rte--indented-images img[style="float: none;"] {
  max-width: 120%;
  margin-left: -10%; }
  .rte--indented-images img:not([style]).rte__no-indent,
  .rte--indented-images img[style="float: none;"].rte__no-indent {
    margin: 0 auto;
    max-width: 100%; }
.rte--indented-images img[style="float: right;"] {
  margin: 0 -10% 20px 20px; }
.rte--indented-images img[style="float: left;"] {
  margin: 0 20px 20px -10%; }
.rte--indented-images img {
  opacity: 0;
  transition: opacity 0.5s ease; }
  .rte--indented-images img.loaded {
    opacity: 1; }
.rte--indented-images .rte__image--tall {
  width: 50%;
  height: auto; }
.rte--indented-images .rte__image--rect {
  width: 75%;
  height: auto; }
.rte--indented-images .rte__image--wide {
  width: 100%;
  height: auto; }
@media screen and (max-width: 590px) {
  .rte--indented-images .rte__image--tall,
  .rte--indented-images .rte__image--rect,
  .rte--indented-images .rte__image--wide {
    width: 100%;
    height: auto; } }

img[data-sizes="auto"] {
  display: block;
  width: 100%; }

.cookie-message {
  display: none;
  padding-bottom: 25px; }
  .cart--no-cookies .cookie-message {
    display: block; }

/*============= Templates | Cart Template =============*/
.template-cart .cart-header {
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (min-width: 591px) {
    .template-cart .cart-header {
      margin-bottom: 40px; } }
.template-cart .cart__row {
  padding: 15px 0;
  border-top: 1px solid black; }
  .template-cart .cart__row .cart__image {
    display: block;
    font-size: 0;
    line-height: 0;
    background-color: #f4ff88; }
  .template-cart .cart__row .grid__item {
    vertical-align: top; }
  .cart-labels + .template-cart .cart__row {
    border-top: none; }
  .template-cart .cart__row.cart-labels {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .template-cart .cart__row .cart-item-title {
    position: relative;
    padding-left: 10px;
    padding-right: 30px; }
  .template-cart .cart__row .cart__product-name {
    font-family: "Editorial New", sans-serif;
    font-size: 16px;
    line-height: 1.2; }
  .template-cart .cart__row .cart__product-remove {
    position: absolute;
    top: 0;
    right: 0; }
    .template-cart .cart__row .cart__product-remove svg {
      width: 12.5px;
      height: 12.5px;
      vertical-align: middle; }
  .template-cart .cart__row .cart-item-qty .js-qty, .template-cart .cart__row .cart-item-qty .ajaxcart__qty {
    overflow: hidden;
    border: 1px solid black;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto; }
  .template-cart .cart__row .cart-item-qty .js-qty .js-qty__adjust, .template-cart .cart__row .cart-item-qty .ajaxcart__qty .js-qty__adjust, .template-cart .cart__row .cart-item-qty .js-qty .ajaxcart__qty-adjust, .template-cart .cart__row .cart-item-qty .ajaxcart__qty .ajaxcart__qty-adjust,
  .template-cart .cart__row .cart-item-qty .js-qty__num {
    background-color: #fff;
    border: none; }
  .template-cart .cart__row .cart-item-qty .js-qty__adjust--minus, .template-cart .cart__row .cart-item-qty .ajaxcart__qty--minus {
    left: 4px; }
  .template-cart .cart__row .cart-item-qty .js-qty__adjust--plus, .template-cart .cart__row .cart-item-qty .ajaxcart__qty--plus {
    right: 4px; }
  .template-cart .cart__row p.cart__subtotal-price {
    font-size: 16px; }
    .template-cart .cart__row p.cart__subtotal-price strong {
      font-weight: 700; }
  .template-cart .cart__row .cart__raw-total {
    font-size: 20px; }
    .template-cart .cart__row .cart__raw-total p {
      font-size: 20px; }
  .template-cart .cart__row .cart-item-remove {
    text-align: right; }
    .template-cart .cart__row .cart-item-remove svg {
      width: 12.5px;
      height: 12.5px; }
.template-cart .cart__notice {
  font-size: 12px;
  line-height: 1.4; }
.template-cart .cart__button-container {
  margin-top: 80px; }
  .template-cart .cart__button-container .btn--full {
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 4px; }
    .template-cart .cart__button-container .btn--full:last-child {
      margin-bottom: 0; }
.template-cart .additional-checkout-buttons {
  margin-top: 10px; }
.template-cart .ajaxcart__footer .additional-checkout-buttons {
  margin-top: 0; }
.template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul {
  flex-direction: row !important;
  margin-top: 0;
  margin-left: -2px !important;
  margin-right: -2px !important;
  margin-bottom: 5px !important; }
  .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li {
    -webkit-flex-basis: calc(50% - 4px) !important;
    -moz-flex-basis: calc(50% - 4px) !important;
    flex-basis: calc(50% - 4px) !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    margin: 0 2px 5px !important;
    overflow: hidden !important; }
    .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li:nth-child(1) {
      display: none !important; }
.ios-browser .template-cart .additional-checkout-buttons {
  margin-top: 0 !important; }
  .ios-browser .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul {
    flex-direction: row !important;
    margin-top: 0;
    margin-left: -2px !important;
    margin-right: -2px !important;
    margin-bottom: 5px !important; }
    .ios-browser .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li[data-testid="grid-cell"],
    .ios-browser .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li._3TUeZPsTWjDxakSmeDcA4D {
      -webkit-flex-basis: calc(50% - 4px) !important;
      -moz-flex-basis: calc(50% - 4px) !important;
      flex-basis: calc(50% - 4px) !important;
      flex-grow: 0 !important;
      flex-shrink: 0 !important;
      margin: 0 2px 5px !important;
      overflow: hidden !important; }
      .ios-browser .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li[data-testid="grid-cell"]:nth-child(1),
      .ios-browser .template-cart .additional-checkout-buttons div#dynamic-checkout-cart > div > div.shopify-cleanslate > div > ul > li._3TUeZPsTWjDxakSmeDcA4D:nth-child(1) {
        display: none !important; }
.template-cart [data-section-type="gwp-items"] {
  margin-top: 120px; }
@media screen and (max-width: 568px) {
  .template-cart .cart__row--table {
    margin-top: 10px; }
  .template-cart .cart-item-price {
    padding-left: 10px; }
  .template-cart .js-qty, .template-cart .ajaxcart__qty {
    max-width: 100%; } }
.template-cart .message-box {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
  background: #ffeeee;
  text-align: left;
  float: right; }
@media screen and (max-width: 568px) {
  .template-cart .message-box {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px; } }
.template-cart .message-box p {
  margin: 0; }
.template-cart .message-box:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
  height: 1px; }
.template-cart .message-box strong {
  font-weight: 700; }

/*================ Account ================*/
.account-wrap {
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto; }
  .account-wrap .account-wrap__form {
    width: 100%; }
  .account-wrap .section-header {
    margin-bottom: 40px; }
  .account-wrap.show-recovery-password .account-top-navigation + .section-header {
    display: none; }
  .account-wrap .subtext {
    margin-bottom: 40px; }
  .account-wrap .typography-subtext {
    font-size: 14px;
    line-height: 1.4; }
  .account-wrap .guest-login-wrapper {
    margin-top: 60px; }

.account-top-navigation {
  margin-bottom: 60px; }
  .account-top-navigation a {
    font-size: 12px;
    line-height: 20px; }

.guest-login-wrapper {
  margin-top: 60px; }
  .guest-login-wrapper h1, .guest-login-wrapper .h1, .guest-login-wrapper .section-header .section-title, .section-header .guest-login-wrapper .section-title, .guest-login-wrapper .brand-story .brand-story-title, .brand-story .guest-login-wrapper .brand-story-title {
    margin-bottom: 10px; }

.forgot-password {
  font-size: 14px;
  margin: 20px 0 40px; }

/*============= Templates | Account =============*/
.account-page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px; }
  .account-page-header .account-page-title,
  .account-page-header .account-customer-info,
  .account-page-header .account-address-info {
    flex: 1 0 0; }
  .account-page-header .typography-customer-greeting {
    font-family: "Editorial New", sans-serif; }
  .account-page-header .menu-list {
    text-align: right;
    margin: 0;
    padding: 0; }
  .account-page-header .menu-list li {
    display: inline-block;
    margin: 0;
    margin-left: 20px;
    list-style: none; }

.account-customer-info .h3, .account-customer-info .site-footer .footer__newsletter-heading, .site-footer .account-customer-info .footer__newsletter-heading,
.account-customer-info .h4,
.account-order-list .h3,
.account-order-list .site-footer .footer__newsletter-heading,
.site-footer .account-order-list .footer__newsletter-heading,
.account-order-list .h4,
.account-address-info .h3,
.account-address-info .site-footer .footer__newsletter-heading,
.site-footer .account-address-info .footer__newsletter-heading,
.account-address-info .h4 {
  margin-bottom: 10px; }

.account-customer-info,
.account-customer-info p {
  font-size: 14px; }

.account-customer-info {
  margin-bottom: 80px; }
  .account-customer-info .customer-info-list {
    margin: 0;
    padding: 0; }
  .account-customer-info .customer-info-list li {
    list-style: none; }

@media screen and (max-width: 590px) {
  .account-page-header {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px; }
    .account-page-header .account-page-title {
      margin-bottom: 10px; }
    .account-page-header .menu-list {
      margin-bottom: 10px;
      text-align: left; }
    .account-page-header .menu-list li {
      display: block;
      margin: 0;
      margin-bottom: 5px;
      font-size: 14px; }

  .account-customer-info .h3, .account-customer-info .site-footer .footer__newsletter-heading, .site-footer .account-customer-info .footer__newsletter-heading,
  .account-customer-info .h4,
  .account-order-list .h3,
  .account-order-list .site-footer .footer__newsletter-heading,
  .site-footer .account-order-list .footer__newsletter-heading,
  .account-order-list .h4,
  .account-address-info .h3,
  .account-address-info .site-footer .footer__newsletter-heading,
  .site-footer .account-address-info .footer__newsletter-heading,
  .account-address-info .h4 {
    margin-bottom: 5px; }

  .account-customer-info,
  .account-order-list,
  .account-address-info {
    font-size: 14px; }
    .account-customer-info p,
    .account-order-list p,
    .account-address-info p {
      font-size: 14px; }

  .account-customer-info {
    margin-bottom: 80px; } }
/*============= Templates | Address =============*/
.address-list {
  margin-top: 80px; }

.address-item-header {
  margin-bottom: 20px; }
  .address-item-header .badge {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase; }

.address-item-buttons a {
  position: relative;
  font-size: 12px;
  text-transform: uppercase; }
  .address-item-buttons a:not(:first-child) {
    margin-left: 5px;
    padding-left: 6px; }
  .address-item-buttons a:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -4px);
    width: 1px;
    height: 10px;
    background-color: #000;
    opacity: 0.5; }

.address-form {
  margin-top: 40px; }

.form-vertical label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.5; }
  .form-vertical label.cf-enum-field__choice {
    text-transform: none; }
  .form-vertical label.inline {
    margin-bottom: 0; }
.form-vertical input[type="checkbox"] {
  margin-right: 4px; }
.form-vertical .button-container {
  margin-top: 40px; }
  .form-vertical .button-container .btn--primary,
  .form-vertical .button-container .btn--secondary {
    min-width: 120px; }

.spacer {
  display: table;
  padding: 0;
  padding-bottom: 20px; }
  .spacer:after {
    content: '';
    display: table;
    clear: both; }

.shopify-challenge__container {
  min-height: 50vh; }

/* Password Page */
.template-password {
  background-color: transparent;
  color: #fff;
  text-align: center; }
  .template-password .password-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
  .template-password .password-page__main {
    margin: 40px auto; }
  .template-password .coming-soon-poster {
    position: relative;
    z-index: 5;
    width: 420px;
    padding-bottom: 200%;
    background-image: url("//xuyoni.com/cdn/shop/t/29/assets/xuyoni_coming_soon.png?v=181592925853079883161693759553");
    background-image: url("//xuyoni.com/cdn/shop/t/29/assets/xuyoni_coming_soon.svg?v=162795065792678451631693759553");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 420px) {
      .template-password .coming-soon-poster {
        width: 320px; } }
  .template-password .password-page__signup-form input[type="email"] {
    padding-left: 0;
    border-bottom: 1px solid #fff;
    color: #fff; }
  .template-password .password-page__signup-form button[type=submit] {
    background-color: transparent;
    border: 1px solid #fff; }
  .template-password .sns-link-container {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0); }
  .template-password canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("//xuyoni.com/cdn/shop/t/29/assets/xuyoni_coming_soon_background.jpg?v=144042652807486768471693759553 ");
    background-image: url("//xuyoni.com/cdn/shop/t/29/assets/xuyoni_coming_soon_background.jpg?v=144042652807486768471693759553 ");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }

/*============= Templates | Order =============*/
.order-entry .order-entry__item {
  margin-bottom: 80px;
  border-bottom: 1px solid #000; }
.order-entry .order-entry-header {
  padding-top: 10px;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .order-entry .order-entry-header .order-id {
    font-weight: 500; }
  .order-entry .order-entry-header .order-url {
    text-align: right; }
  .order-entry .order-entry-header a {
    font-size: 14px; }
.order-entry .order-entry-meta {
  padding-top: 10px;
  padding-bottom: 15px; }
.order-entry .order-meta-title {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0;
  opacity: 0.7; }
.order-entry .order-line-items {
  border-top: 1px solid #000; }
.order-entry .line-item__price {
  font-weight: 500; }
@media screen and (max-width: 590px) {
  .order-entry .order-url {
    font-size: 12px; }
  .order-entry .order-meta-title {
    line-height: 20px; }
  .order-entry .order-entry-meta .grid__item {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px; }
    .order-entry .order-entry-meta .grid__item:last-child {
      margin-bottom: 0; } }

.order-line-items {
  padding-top: 10px;
  padding-bottom: 10px; }
  .order-line-items .line-item-row {
    padding-top: 10px;
    padding-bottom: 10px; }
  .order-line-items .line-item {
    display: flex; }
    .order-line-items .line-item .line-item-image {
      flex: 95px 0 0; }
    .order-line-items .line-item .line-item-content {
      flex: 1 0 0;
      padding-left: 20px; }
  @media screen and (max-width: 590px) {
    .order-line-items .line-item-content {
      font-size: 14px; } }

.order-details .date {
  font-size: 12px;
  opacity: 0.7; }
.order-details .table-wrap--order {
  margin: 40px 0; }
  .order-details .table-wrap--order th,
  .order-details .table-wrap--order td {
    font-size: 14px; }
  .order-details .table-wrap--order tfoot th,
  .order-details .table-wrap--order tfoot td {
    padding: 5px 0;
    border: none; }
.order-details [data-order-address] {
  font-size: 14px; }
  .order-details [data-order-address] h3, .order-details [data-order-address] .h3, .order-details [data-order-address] .site-footer .footer__newsletter-heading, .site-footer .order-details [data-order-address] .footer__newsletter-heading, .order-details [data-order-address] .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title, .sticky-product-header .sticky-product-header__content .sticky-product-header__title .order-details [data-order-address] .stick-product-title, .order-details [data-order-address] .product-reviews .jdgm-rev-widg__title, .product-reviews .order-details [data-order-address] .jdgm-rev-widg__title {
    margin-bottom: 10px; }
  .order-details [data-order-address] p {
    font-size: 14px; }

.order-table th,
.order-table td {
  border-left: none;
  border-right: none;
  font-size: 14px; }
.order-table tbody tr + tr {
  border-top: #000; }
.order-table thead {
  border-bottom: 1px solid #000; }
.order-table tfoot {
  border-top: 1px solid #000; }
  .order-table tfoot th,
  .order-table tfoot td {
    padding: 5px 0;
    border: none; }
  .order-table tfoot tr:first-child th, .order-table tfoot tr:first-child td {
    padding-top: 20px; }
  .order-table tfoot tr:nth-last-child(2) th, .order-table tfoot tr:nth-last-child(2) td {
    padding-bottom: 20px; }
  .order-table tfoot tr:last-child th, .order-table tfoot tr:last-child td {
    border-top: 1px solid black;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0; }
  .order-table tfoot tr:last-child th {
    font-weight: 500; }
.order-table td,
.order-table th {
  padding: 0.5em 1em; }
.order-table tbody th,
.order-table tfoot th {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0; }
.order-table tr th:first-child {
  padding-left: 0; }
.order-table tr th:last-child,
.order-table tr td:last-child {
  padding-right: 0; }
.order-table tr:first-child th::after,
.order-table tr:first-child td::after {
  display: none; }
@media screen and (min-width: 591px) {
  .order-table tbody tr:first-child th, .order-table tbody tr:first-child td {
    padding-top: 1.25em; }
  .order-table tbody tr:last-child th, .order-table tbody tr:last-child td {
    padding-bottom: 1.25em; }
  .order-table tfoot tr td, .order-table tfoot tr th {
    vertical-align: bottom; } }
@media screen and (max-width: 590px) {
  .order-table {
    border: 0; }
    .order-table thead {
      display: none; }
    .order-table th,
    .order-table td {
      float: left;
      clear: left;
      width: 100%;
      text-align: right;
      padding: 0.5rem 0;
      border: 0;
      margin: 0; }
    .order-table th::before,
    .order-table td::before {
      content: attr(data-label);
      float: left;
      text-align: left;
      padding-right: 2em;
      max-width: 80%; }
    .order-table tbody th::before,
    .order-table tbody td::before {
      font-size: 12px;
      letter-spacing: 0.15em; }
    .order-table tbody tr td:first-child {
      padding-top: 1.5em; }
    .order-table tbody tr td:last-child {
      padding-bottom: 1.5em; } }

.item-props {
  margin-top: 5px;
  display: flex;
  flex-direction: column; }

.item-props__property {
  font-size: 14px; }

@media screen and (max-width: 590px) {
  .order-table__product {
    display: flex;
    justify-content: space-between; } }

.order-discount {
  text-transform: uppercase;
  color: #000;
  display: block;
  line-height: 1.2em; }
  .order-discount .icon-saletag {
    margin-right: 0.5em;
    font-size: 0.75em; }

.order-discount--title {
  word-break: break-word;
  padding-right: 1em; }

.order-discount--list {
  margin: 0.3em 0 0 1.3em;
  list-style: none;
  padding: 0; }

.order-discount--cart {
  text-align: right; }

.order-discount--cart-list {
  display: inline-block;
  width: 80%;
  margin-top: 1em; }

.order-discount--ajax-cart {
  color: inherit;
  font-size: 0.9em; }

.order-discount--ajax-cart-list {
  width: 60%;
  display: block;
  margin-top: 0.8em;
  margin-left: auto;
  line-height: 1.1; }

.order-discount__item {
  text-indent: -1.3em;
  margin-bottom: 0; }
  .order-discount__item + .order-discount__item {
    margin-top: 0.6em; }

@media screen and (max-width: 590px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%; } }

/*============= Templates | Policy =============*/
.shopify-policy__container {
  max-width: 560px;
  max-width: 65ch;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px; }
  .shopify-policy__container .shopify-policy__title {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #202020;
    text-align: left;
    color: #202020; }
  .shopify-policy__container .rte {
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #202020; }
    .shopify-policy__container .rte h1, .shopify-policy__container .rte .h1, .shopify-policy__container .rte .section-header .section-title, .section-header .shopify-policy__container .rte .section-title, .shopify-policy__container .rte .brand-story .brand-story-title, .brand-story .shopify-policy__container .rte .brand-story-title,
    .shopify-policy__container .rte h2,
    .shopify-policy__container .rte .h2,
    .shopify-policy__container .rte .account-page-header .typography-customer-greeting,
    .account-page-header .shopify-policy__container .rte .typography-customer-greeting,
    .shopify-policy__container .rte .brand-features .brand-features__heading,
    .brand-features .shopify-policy__container .rte .brand-features__heading,
    .shopify-policy__container .rte .page-header .page-title,
    .page-header .shopify-policy__container .rte .page-title {
      font-size: 24px;
      line-height: 1.25;
      text-align: left; }
      .shopify-policy__container .rte h1:after, .shopify-policy__container .rte .h1:after, .shopify-policy__container .rte .section-header .section-title:after, .section-header .shopify-policy__container .rte .section-title:after, .shopify-policy__container .rte .brand-story .brand-story-title:after, .brand-story .shopify-policy__container .rte .brand-story-title:after,
      .shopify-policy__container .rte h2:after,
      .shopify-policy__container .rte .h2:after,
      .shopify-policy__container .rte .account-page-header .typography-customer-greeting:after,
      .account-page-header .shopify-policy__container .rte .typography-customer-greeting:after,
      .shopify-policy__container .rte .brand-features .brand-features__heading:after,
      .brand-features .shopify-policy__container .rte .brand-features__heading:after,
      .shopify-policy__container .rte .page-header .page-title:after,
      .page-header .shopify-policy__container .rte .page-title:after {
        content: none; }
    .shopify-policy__container .rte h2, .shopify-policy__container .rte .h2, .shopify-policy__container .rte .account-page-header .typography-customer-greeting, .account-page-header .shopify-policy__container .rte .typography-customer-greeting, .shopify-policy__container .rte .brand-features .brand-features__heading, .brand-features .shopify-policy__container .rte .brand-features__heading, .shopify-policy__container .rte .page-header .page-title, .page-header .shopify-policy__container .rte .page-title,
    .shopify-policy__container .rte h3,
    .shopify-policy__container .rte .h3,
    .shopify-policy__container .rte .site-footer .footer__newsletter-heading,
    .site-footer .shopify-policy__container .rte .footer__newsletter-heading,
    .shopify-policy__container .rte .sticky-product-header .sticky-product-header__content .sticky-product-header__title .stick-product-title,
    .sticky-product-header .sticky-product-header__content .sticky-product-header__title .shopify-policy__container .rte .stick-product-title,
    .shopify-policy__container .rte .product-reviews .jdgm-rev-widg__title,
    .product-reviews .shopify-policy__container .rte .jdgm-rev-widg__title {
      margin-bottom: 10px; }
    .shopify-policy__container .rte p,
    .shopify-policy__container .rte li,
    .shopify-policy__container .rte a,
    .shopify-policy__container .rte th
    td {
      font-size: 14px; }
    .shopify-policy__container .rte a {
      text-decoration: underline; }
    .shopify-policy__container .rte p {
      margin-bottom: 0; }
    .shopify-policy__container .rte ul,
    .shopify-policy__container .rte ol {
      margin-bottom: 0; }
    .shopify-policy__container .rte strong {
      font-family: "aktiv-grotesk", sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 1.4; }
    .shopify-policy__container .rte em {
      font-family: 'Georgia', serif; }
    @media screen and (min-width: 591px) {
      .shopify-policy__container .rte {
        font-size: 14px; }
        .shopify-policy__container .rte p,
        .shopify-policy__container .rte li,
        .shopify-policy__container .rte a,
        .shopify-policy__container .rte th,
        .shopify-policy__container .rte td {
          font-size: 14px; } }

/*============= Dark Theme =============*/
.theme-dark .site-header {
  background-color: black;
  border-bottom-color: white; }
  .theme-dark .site-header .site-header-inner a {
    color: white; }
  .theme-dark .site-header .site-logo svg,
  .theme-dark .site-header .site-logo svg path {
    fill: white; }
  .theme-dark .site-header .site-nav--has-meganav .site-nav__mega-nav-container {
    background-color: black;
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
    .theme-dark .site-header .site-nav--has-meganav .site-nav__mega-nav-container a {
      color: white; }
  .theme-dark .site-header .site-nav__dropdown-menu {
    background-color: black;
    border-color: white; }
    .theme-dark .site-header .site-nav__dropdown-menu a {
      color: white; }
  .theme-dark .site-header .site-nav__item svg path {
    fill: #fff; }
  .theme-dark .site-header .site-nav .icon-account path {
    stroke: white; }
  .theme-dark .site-header .site-nav .icon-cart path {
    fill: white; }
  .theme-dark .site-header .burger-icon {
    background-color: white; }
.theme-dark .text-link, .theme-dark .account-page-header .menu-list li.logout-link-wrapper > a, .account-page-header .menu-list .theme-dark li.logout-link-wrapper > a {
  border-bottom-color: white; }

/*============= Library | Plyr =============*/
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  background: #fff;
  padding: 12px;
  border-radius: 4px; }

.plyr__control--overlaid svg {
  fill: #404040;
  height: 24px;
  width: 24px; }

/*============= Apps | Judge.me =============*/
.product-reviews {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F7F7F7; }
  .product-reviews .jdgm-all-reviews-widget,
  .product-reviews .jdgm-rev-widg {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
    .product-reviews .jdgm-all-reviews-widget p,
    .product-reviews .jdgm-rev-widg p {
      font-size: 14px !important; }
  .product-reviews .jdgm-rev-widg__title {
    margin-bottom: 20px; }
  .product-reviews .jdgm-star {
    font-size: 12px !important; }
  .product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary {
    width: calc(25% - 20px); }
    .product-reviews .jdgm-rev-widg__header .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
      font-size: 12px !important;
      opacity: 0.7 !important; }
  .product-reviews .jdgm-rev-widg__header .jdgm-histogram {
    padding: 0 !important;
    border: none !important; }
  .product-reviews .jdgm-rev {
    margin-left: -20px !important; }
    .product-reviews .jdgm-rev:after {
      content: '';
      display: table;
      clear: both; }
    .product-reviews .jdgm-rev > .jdgm-rev__header,
    .product-reviews .jdgm-rev > .jdgm-rev__content {
      float: left !important;
      padding-left: 20px !important; }
    .product-reviews .jdgm-rev > .jdgm-rev__header {
      width: 100%; }
      .product-reviews .jdgm-rev > .jdgm-rev__header > .jdgm-rev__icon {
        display: none !important; }
      .product-reviews .jdgm-rev > .jdgm-rev__header .jdgm-rev__timestamp {
        display: block;
        font-size: 12px;
        margin-left: 0;
        margin-bottom: 5px; }
      .product-reviews .jdgm-rev > .jdgm-rev__header .jdgm-rev__author {
        font-size: 14px !important;
        text-transform: uppercase; }
      @media screen and (min-width: 590px) {
        .product-reviews .jdgm-rev > .jdgm-rev__header {
          width: 25%; } }
    .product-reviews .jdgm-rev > .jdgm-rev__content {
      width: 100%; }
      @media screen and (min-width: 590px) {
        .product-reviews .jdgm-rev > .jdgm-rev__content {
          width: 75%; } }
    .product-reviews .jdgm-rev .jdgm-rev__title {
      font-family: "Editorial New", sans-serif;
      font-size: 18px !important;
      font-weight: 400; }
  .product-reviews .jdgm-paginate__page {
    position: relative;
    font-size: 14px !important;
    padding: 0;
    margin: 0 8px;
    border-bottom: 1px solid transparent; }
    .product-reviews .jdgm-paginate__page.jdgm-curt {
      font-size: 14px !important; }
      .product-reviews .jdgm-paginate__page.jdgm-curt:after {
        content: "";
        position: absolute;
        bottom: 0px;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000; }

/*============= Apps | Instafeed =============*/
.l2h-photos-container td,
.l2h-photos-container th {
  border: none; }

/*============= Apps | Klarna On-site messaging =============*/
.klarna-placer-start {
  margin-top: 10px; }

/*============= Apps | Pop Converter =============*/
#pop-convert-app .blocks-renderer > .block-wrapper[data-v-92af6d70],
#pop-convert-app .blocks-renderer > .block-wrapper[data-v-92af6d70] {
  margin-bottom: 0 !important; }

/* =========
  Hiding the word 'Shopify' but not from screen readers.
  ========= */
.shopify-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }
