/* --------------------------------------------------------------
 Base
 -------------------------------------------------------------- */
html {
  font-family: sans-serif;
  box-sizing: border-box;
  font-size: 100%;
  overflow: -moz-scrollbars-vertical;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  opacity: 0; }
  html.wf-active {
    opacity: 1; }

body {
  font-family: "jaf-bernino-sans-condensed", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.4;
  color: #211F1F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 48em) {
  body {
    font-size: 1.0625rem; } }

*, *:before, *:after {
  box-sizing: inherit; }

/* --------------------------------------------------------------
 CSS CLASSES
 -------------------------------------------------------------- */
.row {
  max-width: none; }

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

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

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

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

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

.no-scroll {
  overflow: hidden; }

/* --------------------------------------------------------------
 IMAGE STYLES
 -------------------------------------------------------------- */
.lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .lazy.lazy--loaded {
    opacity: 1; }

.img-holder {
  background-color: #ecebf1;
  position: relative;
  overflow: hidden; }
  .img-holder:after {
    content: "";
    display: block;
    height: 0;
    width: 100%; }
  .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .img-holder.img-holder--product:after {
      padding-bottom: 119%; }
  .img-holder.img-holder--look:after {
    padding-bottom: 150%; }

/* --------------------------------------------------------------
 COOKIES
 -------------------------------------------------------------- */
.wsa-cookielaw {
  text-align: left;
  bottom: 0;
  top: auto;
  background-color: transparent;
  width: 180px;
  color: #211F1F;
  height: auto;
  font-family: inherit;
  font-size: 0.875rem;
  border: none;
  padding: 1.5625rem 1.5625rem;
  white-space: normal;
  line-height: 1.3; }
  .wsa-cookielaw .wsa-cookielaw-button {
    margin: 5px 0px;
    color: white;
    background: #211F1F;
    border: none;
    text-shadow: none;
    text-decoration: none;
    display: block;
    width: 118px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .wsa-cookielaw .wsa-cookielaw-button:hover {
      color: white;
      opacity: 0.9; }
  .wsa-cookielaw .wsa-cookielaw-link {
    margin: 0;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.wsa-cookielaw::after {
  content: "";
  background-image: url(triangle.svg);
  background-size: 100%;
  width: 363px;
  height: 344px;
  position: absolute;
  top: -120px;
  left: 0px;
  z-index: -1;
  display: inline-block; }

/* --------------------------------------------------------------
 FORM ELEMENTS
 -------------------------------------------------------------- */
form {
  width: 100%; }

label {
  height: auto !important;
  display: block;
  color: #211F1F;
  font-size: 0.875rem;
  margin-bottom: 0.4375rem;
  opacity: 0.8; }
  label em {
    display: none; }

input[type="text"], input[type="password"], input[type="email"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: solid 2px #e8ebfc;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 3px; }

textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: solid 2px #F1F3FD;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  outline: none;
  padding: 20px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  width: auto;
  height: auto !important;
  min-height: 6.25rem;
  border-radius: 3px; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none; }
  input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #ffd9cc; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1; }

/* --------------------------------------------------------------
 MESSAGES
 -------------------------------------------------------------- */
.messages li {
  padding: 0.625rem 1.5625rem;
  margin-bottom: 0.3125rem; }
  .messages ul.info li {
    background-color: #efefef;
    color: #211F1F; }
.messages ul.success li {
  background-color: #ffd9cc;
  color: #211F1F; }

@media (min-width: 64em) {
  .messages li {
    padding: 0.625rem 1.5625rem 0.625rem 6.25rem; } }

.main-content {
  padding-bottom: 3.125rem; }

@media (min-width: 46.875em) {
  .main-content {
    padding-bottom: 6.25rem; } }

/* --------------------------------------------------------------
 TABLE
 -------------------------------------------------------------- */
table {
  display: table;
  width: 100% !important;
  height: auto !important; }
  table tr {
    display: table-row;
    width: 100%; }
    table tr td {
      display: table-cell;
      padding: 0.625rem;
      width: auto !important; }

/* --------------------------------------------------------------
 TABS
 -------------------------------------------------------------- */
#product-tabs .tabs__content a {
  color: #ffd9cc; }

.tabs .tabs__tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 1.25rem; }
.tabs .tabs__tabs li {
  display: inline-block;
  opacity: 0.7;
  cursor: pointer;
  font-size: 0.9375rem;
  border-bottom: 2px solid white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative; }
  .tabs .tabs__tabs li:not(:last-child) {
    margin-right: 1.25rem; }
  .tabs .tabs__tabs li:hover {
    opacity: 1; }
  .tabs .tabs__tabs li.current {
    opacity: 1;
    font-weight: 600;
    border-bottom: 2px solid #ffd9cc; }
.tabs .tabs__content {
  display: none;
  font-size: 0.9375rem; }
  .tabs .tabs__content.current {
    display: block; }

/* --------------------------------------------------------------
 ANIMATIONS
 -------------------------------------------------------------- */
[data-animation="slideUp"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  [data-animation="slideUp"].is-animated {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

/* --------------------------------------------------------------
 BUTTONS
 -------------------------------------------------------------- */
.btn {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  max-height: 50px;
  white-space: nowrap;
  /*border-radius: 3px;*/ }
  .btn:hover, .btn:active, .btn.nice-select.open, .btn:visited {
    text-decoration: none; }
  .btn.btn--main {
    background-color: #ffd9cc;
    padding: 0.9375rem 3.125rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.9375rem;
    /*box-shadow: 0 rem(5) $primary-pink;*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .btn.btn--icon {
    color: white;
    background-color: #F1F3FD;
    width: 50px;
    height: 50px;
    /*box-shadow: 0 rem(5) darken($blue, 5%);*/
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative; }
    .btn.btn--icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .btn.btn--wishlist {
    color: white;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative; }
    .btn.btn--wishlist svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.is-desktop .btn.btn--main:hover {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  /*box-shadow: 0 rem(2) $primary-pink;*/ }
.is-desktop .btn.btn--main:active, .is-desktop .btn.btn--main.nice-select.open {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  /*box-shadow: 0 rem(0) $primary-pink;*/ }
.is-desktop .btn.btn--anim:hover span:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.is-desktop .btn.btn--anim:hover span:last-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
.is-desktop .btn.btn--icon:hover {
  -webkit-transform: translate3d(0, 2px, 0);
  transform: translate3d(0, 2px, 0);
  /*box-shadow: 0 rem(2) darken($blue, 5%);*/ }
.is-desktop .btn.btn--icon:active, .is-desktop .btn.btn--icon.nice-select.open {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  /*box-shadow: 0 rem(0) darken($blue, 5%);*/ }
.is-desktop .btn.btn--wishlist:hover {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
.is-desktop .btn.btn--wishlist:active, .is-desktop .btn.btn--wishlist.nice-select.open {
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

/* --------------------------------------------------------------
 SITE OVERLAY
 -------------------------------------------------------------- */
.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 300ms, visibility 0s 300ms;
  transition: opacity 300ms, visibility 0s 300ms; }

.site-overlay-active [data-site-overlay] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

.site-pusher {
  margin-top: 3.75rem; }

@media (min-width: 48em) {
  .site-pusher {
    margin-top: 5rem; } }

/* --------------------------------------------------------------
 HEADER
 -------------------------------------------------------------- */
.page-collection .site-header, .single-product .site-header {
  box-shadow: 0 1px 0px rgba(33, 31, 31, 0.1); }
  .page-collection .site-header.fixed, .single-product .site-header.fixed {
    box-shadow: 0 1px 0px rgba(33, 31, 31, 0.1); }

@media (min-width: 64em) {
  .page-collection .site-header, .single-product .site-header {
    box-shadow: 0 1px 0px rgba(33, 31, 31, 0.1); }
    .page-collection .site-header.fixed, .single-product .site-header.fixed {
      box-shadow: 0 1px 4px rgba(33, 31, 31, 0.1); } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0 1px 0px rgba(33, 31, 31, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .site-header.fixed {
    box-shadow: 0 1px 4px rgba(33, 31, 31, 0.1); }
  .site-header .site-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #efefef; }
    .site-header .site-header__menu .btn--nav {
      width: 100px;
      height: 100%;
      max-height: none;
      line-height: 0;
      text-align: center;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .site-header .site-header__menu .btn--nav .btn--nav__inner {
        display: inline-block; }
        .site-header .site-header__menu .btn--nav .btn--nav__inner .burger, .site-header .site-header__menu .btn--nav .btn--nav__inner .text {
          display: inline-block;
          vertical-align: middle; }
      .site-header .site-header__menu .btn--nav .burger {
        background-color: transparent;
        width: 1.875rem;
        height: 1.875rem;
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.1s;
        transition: all 0.1s; }
        .site-header .site-header__menu .btn--nav .burger:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          border-bottom: 30px solid #ffd9cc;
          border-left: 30px solid transparent;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .site-header .site-header__menu .btn--nav .burger .stripe {
          position: absolute;
          z-index: 1;
          left: 5px;
          width: 20px;
          height: 2px;
          background-color: #211F1F;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .site-header .site-header__menu .btn--nav .burger .stripe:first-child {
            top: 10px; }
          .site-header .site-header__menu .btn--nav .burger .stripe:last-child {
            bottom: 10px; }
      .site-header .site-header__menu .btn--nav .text {
        line-height: 2.0625rem;
        height: 1.875rem;
        color: #211F1F;
        font-size: 0.8125rem;
        letter-spacing: 1px;
        font-weight: 600;
        padding-left: 0.625rem;
        text-transform: uppercase; }
        .site-header .site-header__menu .btn--nav .text span {
          display: block;
          line-height: 2.0625rem; }
          .site-header .site-header__menu .btn--nav .text span:last-child {
            display: none; }
  .site-header .site-header__logo {
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .site-header .site-header__logo a {
      display: inline-block;
      line-height: 0; }
      .site-header .site-header__logo svg.logo-large {
        display: none; }
  .site-header .site-header__buttons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #efefef; }
    .site-header .site-header__buttons .btn--shopping-bag {
      width: 6.25rem;
      height: 100%;
      max-height: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .site-header .site-header__buttons .btn--shopping-bag .bag-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .site-header .site-header__buttons .btn--shopping-bag .bag-close {
        position: absolute;
        bottom: 0%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .site-header .site-header__buttons .btn--shopping-bag .bag-close path {
          fill: #211F1F; }

@media (min-width: 40em) {
  .site-header .site-header__menu .btn--nav {
    width: 7.5rem; }
  .site-header .site-header__logo svg.logo-large {
    display: inline-block; }
  .site-header .site-header__logo svg.logo-mobile {
    display: none; }
  .site-header .site-header__buttons .btn--shopping-bag {
    width: 7.5rem; } }

@media (min-width: 48em) {
  .site-header {
    height: 80px; }
    .site-header.fixed {
      height: 60px; } }

.is-desktop .site-header .site-header__menu .btn--nav:hover .burger:after {
  border-left: 30px solid #ffd9cc; }

/* --------------------------------------------------------------
 Overlay navigation
 -------------------------------------------------------------- */
.navigation-container {
  /*background: $black url('pattern-black.jpg') repeat;*/
  background-size: 425px 283px;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4.6875rem 0.9375rem 0.9375rem 0.9375rem;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform; }
  .navigation-container .navigation-inner {
    width: 100%;
    height: 100%;
    /*background-color: #FFE4E4;*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .navigation-container .navigation-col {
    width: 100%;
    padding: 0.9375rem 1.875rem;
    position: relative; }
    .navigation-container .navigation-col:first-of-type {
      background-color: white;
      padding: 1.875rem 1.875rem; }
    .navigation-container .navigation-col:last-of-type {
      background-color: white; }
      .navigation-container .navigation-col:last-of-type:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 8px;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 100%); }
  .navigation-container .nav-main li a, .navigation-container .nav-second li a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 0 0.3125rem; }
    .navigation-container .nav-main li a span, .navigation-container .nav-second li a span {
      position: relative; }
    .navigation-container .nav-main li a:before, .navigation-container .nav-second li a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 217, 204, 0.8);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      transform-origin: right;
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
.navigation-container .nav-main li:not(:last-child) {
  margin-bottom: 0.3125rem; }
.navigation-container .nav-main li a {
  font-size: 2.125rem;
  font-weight: 700;
  position: relative;
  padding: 0 5 0 5px; }
  .navigation-container .nav-main li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 15px;
    background-image: url('arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.navigation-container .nav-main li.active a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
.navigation-container .nav-second:after {
  content: "";
  display: block;
  clear: both; }
.navigation-container .nav-second li {
  float: left;
  width: 50%; }
  .navigation-container .nav-second li:not(:last-child) {
    margin-bottom: 0.9375rem; }
  .navigation-container .nav-second li a {
    font-weight: 600; }
    .navigation-container .nav-second li.active a:before {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
.navigation-container .navigation-second {
  margin-top: 1.875rem;
  padding: 1.5625rem 0 0.625rem 0; }
.navigation-container .navigation-second, .navigation-container .navigation-search, .navigation-container .navigation-social {
  width: 100%; }
.navigation-container .navigation-search {
  margin-top: 0.9375rem; }
  .navigation-container .navigation-search form input {
    width: 100%;
    max-width: none;
    border-color: #ffd9cc; }
.navigation-container .navigation-social {
  padding: 1.875rem 0; }
.navigation-container small {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600; }

.social-links li {
  line-height: 1; }
  .social-links li:not(:last-child) {
    margin-right: 0.9375rem; }
  .social-links li a {
    display: block; }
    .social-links li a svg {
      width: 22px;
      height: 22px; }
      .social-links li a svg path {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }

@media (min-width: 48em) {
  .navigation-container {
    padding: 6.5625rem 1.5625rem 1.5625rem 1.5625rem; }
    .navigation-container.nav-fixed {
      padding: 5.3125rem 1.5625rem 1.5625rem 1.5625rem; }
    .navigation-container .nav-main {
      padding: 0; }
      .navigation-container .nav-main li:not(:last-child) {
        margin-bottom: 1.25rem; }
      .navigation-container .nav-main li a {
        font-size: 2.875rem; }
    .navigation-container .navigation-second {
      margin-top: 1.875rem;
      padding: 1.875rem 0 0.9375rem 0; }
    .navigation-container .navigation-search {
      margin-top: 0.9375rem; }
    .navigation-container .navigation-social {
      padding: 1.875rem 0; } }

@media (min-width: 62.5em) {
  .navigation-container .navigation-inner {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .navigation-container .navigation-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3.125rem; }
    .navigation-container .navigation-col:first-of-type {
      width: 60%;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .navigation-container .navigation-col:last-of-type {
      width: 40%;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .navigation-container .nav-main {
    text-align: center; }
  .navigation-container .nav-second {
    max-width: 400px; }
  .navigation-container .navigation-social {
    padding: 1.875rem 0 0 0; } }

@media (min-width: 75em) {
  .navigation-container .navigation-col {
    padding: 5rem; } }

.is-desktop .navigation-container .nav-main li a:hover:before, .is-desktop .navigation-container .nav-second li a:hover:before {
  transform: scaleX(1);
  transform-origin: left; }
.is-desktop .navigation-container .nav-main li.active a:hover:before, .is-desktop .navigation-container .nav-second li.active a:hover:before {
  transform: scaleX(1);
  transform-origin: right; }
.is-desktop .navigation-container .social-links li a:hover svg path {
  opacity: 0.7; }

/* MOBILE NAV ACTIVE */
.nav-active {
  overflow: hidden; }
  .nav-active [data-nav] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*opacity: 1;
     visibility: visible;
     -webkit-transition: opacity 300ms;
     transition: opacity 300ms;*/ }
    .nav-active .site-header .site-header__menu .btn--nav .burger:after {
      border-bottom: 30px solid #ffd9cc;
      border-left: 30px solid #ffd9cc; }
      .nav-active .site-header .site-header__menu .btn--nav .burger .stripe:first-child {
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .nav-active .site-header .site-header__menu .btn--nav .burger .stripe:last-child {
        bottom: 14px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .nav-active .site-header .site-header__menu .btn--nav .text span:first-child {
    display: none; }
  .nav-active .site-header .site-header__menu .btn--nav .text span:last-child {
    display: inline-block; }
  .nav-active .products-filter {
    z-index: -1; }

/* --------------------------------------------------------------
 SHOPPING BAG
 -------------------------------------------------------------- */
.shopping-bag {
  background-color: white;
  position: fixed;
  z-index: 98;
  top: 3.75rem;
  right: 0;
  width: 100%;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  max-width: 37.5rem;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  padding: 1.25rem;
  /* SHOPPING BAG HEADER */ }
  .shopping-bag .shopping-bag__header {
    width: 100%;
    position: relative;
    background-color: white;
    padding: 1.25rem 0 0.9375rem 0; }
    .shopping-bag .shopping-bag__header h6 {
      font-size: 1.25rem;
      margin: 0;
      font-weight: 600;
      text-transform: uppercase; }
      .shopping-bag .shopping-bag__header h6 span {
        display: inline-block;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        background-color: #F1F3FD;
        border-radius: 100%;
        font-size: 0.875rem;
        vertical-align: middle;
        margin-left: 0.3125rem; }
      .shopping-bag .shopping-bag__header h6 a {
        float: right;
        padding-left: 10px;
        font-size: 0.875rem;
        font-weight: 400;
        text-transform: capitalize;
        opacity: 0.6; }

@media (min-width: 40em) {
  .shopping-bag {
    padding: 0 2.5rem; }
    .shopping-bag .toggle-close {
      top: 1.5625rem;
      right: 1.5625rem; }
    .shopping-bag .shopping-bag__header {
      padding: 2.5rem 0 0.9375rem 0; } }

/* SHOPPING BAG CONTENT */
.shopping-bag__content {
  height: 100%;
  padding: 0 0 0 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.shopping-bag__empty {
  padding-top: 1.25rem; }
  .shopping-bag__empty p {
    font-size: 1.125rem;
    max-width: 300px;
    margin: 0.625rem auto 1.875rem auto; }

@media (min-width: 40em) {
  .shopping-bag__empty {
    padding-top: 1.875rem; }
    .shopping-bag__empty p {
      font-size: 1.25rem; } }

/* SHOPPING BAG ITEMS */
.shopping-bag-items .shopping-bag-item {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  .shopping-bag-items .shopping-bag-item:not(:last-child) {
    border-bottom: 1px solid #F1F3FD; }
  .shopping-bag-items .shopping-bag-item .shopping-bag-item__image {
    position: relative;
    width: 50px; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__image img {
      max-width: 100%;
      width: 100%;
      height: auto; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__image .remove {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      margin-right: -9px;
      background-color: #ECEBF1;
      border-radius: 100%;
      border: 2px solid white;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .shopping-bag-items .shopping-bag-item .shopping-bag-item__image .remove::after {
        content: "x";
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: rgba(0, 0, 0, 0.5);
        z-index: 1;
        font-size: 0.75rem;
        line-height: 0.75rem;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .shopping-bag-items .shopping-bag-item .shopping-bag-item__image .remove:hover {
        background-color: #FFADAF; }
        .shopping-bag-items .shopping-bag-item .shopping-bag-item__image .remove:hover::after {
          color: white; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__image a {
      display: block; }
  .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta {
    width: 60%;
    padding: 0 0.9375rem 0 0.9375rem; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta h6 {
      font-size: 0.875rem; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta ul {
      font-size: 0.75rem; }
      .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta ul li {
        opacity: 0.6; }
  .shopping-bag-items .shopping-bag-item .shopping-bag-item__price {
    text-align: right;
    width: 20%; }

@media (min-width: 40em) {
  .shopping-bag-items .shopping-bag-item .shopping-bag-item__image {
    width: 75px; }
  .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta {
    padding: 0 1.25rem 0 1.25rem; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta h6 {
      font-size: 1rem; }
    .shopping-bag-items .shopping-bag-item .shopping-bag-item__meta ul {
      font-size: 0.875rem; } }

/* SHOPPING BAG FOOTER */
.shopping-bag__footer {
  width: 100%;
  border-top: 5px solid #F1F3FD;
  background-color: white;
  z-index: 1;
  padding: 0.625rem 0 0.625rem 0; }
  .shopping-bag__footer .shopping-bag__row {
    padding: 0.3125rem 0; }
    .shopping-bag__footer .shopping-bag__row .shopping-bag-attention {
      background-color: #FFF7CD;
      padding: 10px 15px;
      font-size: 14px;
      margin-bottom: 10px;
      width: 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: none;
      border: 1px solid #f7edba; }
    .shopping-bag__footer .shopping-bag__row:first-child {
      opacity: 0.7; }
      .shopping-bag__footer .shopping-bag__row.total-price div {
        font-size: 1.25rem;
        font-weight: 600; }
    .shopping-bag__footer .shopping-bag__row > div {
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .shopping-bag__footer .btn {
    margin-top: 0.9375rem;
    display: block;
    width: 100%; }

@media (min-width: 40em) {
  .shopping-bag__footer {
    padding: 1.25rem 0 1.875rem 0; } }

/* SHOPPING BAG ACTIVE */
.shopping-bag-active {
  overflow: hidden; }
  .shopping-bag-active [data-shopping-bag] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .shopping-bag-active .products-filter {
    z-index: -1; }
    .shopping-bag-active .site-header .site-header__buttons .btn--shopping-bag .bag-icon {
      top: 0;
      opacity: 0;
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
    .shopping-bag-active .site-header .site-header__buttons .btn--shopping-bag .bag-close {
      bottom: 50%;
      opacity: 1;
      -webkit-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

@media (min-width: 48em) {
  .shopping-bag {
    top: 5rem;
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px); }
    .shopping-bag.nav-fixed {
      top: 3.75rem;
      height: -webkit-calc(100% - 60px);
      height: calc(100% - 60px); } }

/* --------------------------------------------------------------
 WRAPPERS
 -------------------------------------------------------------- */
.navigation-categories {
  position: absolute;
  z-index: 12;
  top: 12rem;
  left: 0;
  display: none; }
  .navigation-categories.fixed {
    position: fixed;
    top: 5.625rem; }

@media (min-width: 64em) {
  body:not(.page-standard) .navigation-categories {
    display: block; } }

.nav-categories {
  margin-left: 3.125rem;
  width: 12.5rem;
  position: relative; }

@media (min-width: 75em) {
  .nav-categories {
    margin-left: 4.375rem; } }

.content-wrapper {
  width: 100%; }

body:not(.page-standard) .content-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5rem; }

@media (min-width: 64em) {
  body:not(.page-standard) .content-inner {
    padding-left: 7.5rem;
    padding-right: 3.125rem;
    padding-top: 4.375rem; } }

@media (min-width: 75em) {
  body:not(.page-template, .page-standard) .content-inner {
    padding-left: 9.375rem; } }

.breadcrumbs {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  display: none; }

@media (min-width: 48em) {
  .breadcrumbs {
    display: none; } }

/* --------------------------------------------------------------
 MAIN NAVIGATION
 -------------------------------------------------------------- */
.nav-categories ul > li.active > a:before {
  -webkit-transition: none;
  transition: none; }
  .nav-categories ul > li.active > a:hover:before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.nav-categories ul > li.active > a:before {
  transform: scaleX(1); }
.nav-categories ul > li.active.subnav-active > a:before {
  -webkit-transition: none;
  transition: none; }
  .nav-categories ul > li.active.subnav-active > a:hover:before {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.nav-categories ul > li.active.subnav-active > a:before {
  transform: scaleX(0); }
.nav-categories ul > li.active [data-level="1"] {
  display: block; }
  .nav-categories ul > li.active [data-level="1"] > li.active.subnav-active > a:before {
    transform: scaleX(0); }
.nav-categories ul > li.active [data-level="1"] > li.active > a:before {
  transform: scaleX(1); }
.nav-categories ul > li.active [data-level="1"] > li.active [data-level="2"] {
  display: block; }
  .nav-categories ul > li.active [data-level="1"] > li.active [data-level="2"] > li > a {
    text-decoration: none;
    font-size: 1rem; }
    .nav-categories ul > li.active [data-level="1"] > li.active [data-level="2"] > li > a:before {
      transform: scaleX(0); }
  .nav-categories ul > li.active [data-level="1"] > li.active [data-level="2"] > li.active a:before {
    transform: scaleX(1); }
.nav-categories ul > li > a {
  font-family: "jaf-bernino-sans-condensed", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #211F1F;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  padding: 0 0.3125rem; }
  .nav-categories ul > li > a span {
    position: relative; }
  .nav-categories ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffd9cc;
    transform: scaleX(0);
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
.nav-categories ul > li .subnav {
  display: none;
  margin: 0.3125rem 0 0.3125rem 0.9375rem; }
  .nav-categories ul > li .subnav > li > a {
    font-size: 1.125rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize; }
.nav-categories ul > li[data-id="4490156"] > ul > li ul {
  display: none !important; }

.is-desktop .nav-categories a:hover:before {
  transform: scaleX(1) !important;
  transform-origin: left !important;
  visibility: visible !important; }

/* --------------------------------------------------------------
 NO PRODUCTS
 -------------------------------------------------------------- */
.no-products-found {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
  background-image: url(smiley-sad.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 150px 150px;
  font-size: 1.25rem; }

/* --------------------------------------------------------------
 PRODUCTS
 -------------------------------------------------------------- */
.products {
  position: relative; }
  .products[data-slider] {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .products[data-slider] .product {
      margin-bottom: 0 !important;
      padding: 0 0.625rem; }

.product {
  width: 100%; }
  .product:not(:last-child) {
    margin-bottom: 3.125rem; }
  .product img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .product .product-image a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product .product-image a .img-holder {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .product .product-image .product-label {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      z-index: 1;
      background-color: #211F1F;
      color: white;
      font-weight: 600;
      letter-spacing: 2px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      padding: 0.3125rem 0.75rem;
      border-radius: 3px; }
      .product .product-image .product-label.product-label--new {
        background-color: #FFF7CD;
        color: #211F1F; }
      .product .product-image .product-label.product-label--sale {
        background-color: #ffd9cc;
        color: #211F1F; }
      .product .product-image .product-label.product-label--soldout {
        display: none;
        background-color: #211F1F; }
  .product .product-meta {
    padding-top: 0.9375rem; }
    .product .product-meta .product-title {
      margin-bottom: 0.3125rem; }
      .product .product-meta .product-title h3 {
        font-size: 0.9375rem; }
      .product .product-meta .product-title a {
        text-decoration: none; }
    .product .product-meta .product-price .old-price {
      text-decoration: line-through;
      opacity: 1;
      margin-right: 5px; }
    .product .product-meta .product-price .sale-price {
      background-color: rgba(255, 217, 204, 0.7);
      padding: 0.125rem 0.3125rem;
      border-radius: 3px; }
    .product .product-meta .product-actions {
      display: none; }

@media (min-width: 48em) {
  .products {
    margin-left: -20px;
    margin-right: -20px; }
    .products .product {
      padding: 0 20px; }
      .products .product:not(:last-child) {
        margin-bottom: 5.625rem; }
    .products[data-cols="2"] .product {
      width: 50%; }
      .products[data-cols="2"] .product:nth-child(even) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        .products[data-cols="2"] .product .product-meta .product-title h3 {
          font-size: 1rem; }
  .products[data-cols="3"] .product {
    width: 33.3333%; }
    .products[data-cols="3"] .product:nth-child(3n+2) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .products[data-cols="3"] .product:nth-child(3n+3) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
      .products[data-cols="3"] .product .product-meta .product-title h3 {
        font-size: 0.875rem; } }

@media (min-width: 64em) {
  .products[data-cols="2"] .product .product-meta .product-title h3 {
    font-size: 1.375rem; }
  .products[data-cols="3"] .product .product-meta .product-title h3 {
    font-size: 1rem; } }

/* --------------------------------------------------------------
 PRODUCTS FILTER
 -------------------------------------------------------------- */
.products-filter-container {
  background-color: #F1F3FD;
  position: fixed;
  z-index: 91;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  padding-top: 6.875rem;
  overflow: hidden; }
  .products-filter-container .product-categories {
    padding: 0;
    width: 100%;
    height: 100%; }
  .products-filter-container .product-categories-inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

.products-filter {
  position: fixed;
  top: 3.75rem;
  left: 0;
  width: 100%;
  height: 3.125rem;
  z-index: 98;
  background-color: white;
  display: block;
  box-shadow: 0 1px 4px rgba(33, 31, 31, 0.1); }
  .products-filter:after {
    content: '';
    display: block;
    clear: both; }
  .products-filter.nav-fixed {
    top: 3.75rem; }
  .products-filter .products-filter__title, .products-filter .products-filter__btn {
    height: 100%;
    width: 50%;
    float: left;
    white-space: normal; }
  .products-filter .products-filter__title {
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #efefef; }
  .products-filter .products-filter__btn {
    background-color: white; }
    .products-filter .products-filter__btn button {
      width: 100%;
      height: 100%;
      font-size: 1rem;
      font-weight: 600;
      position: relative; }
      .products-filter .products-filter__btn button span {
        display: inline-block;
        position: relative;
        padding-right: 15px; }
        .products-filter .products-filter__btn button span:after {
          border-bottom: 2px solid #211f1f;
          border-right: 2px solid #211f1f;
          content: '';
          display: block;
          height: 5px;
          margin-top: -4px;
          pointer-events: none;
          position: absolute;
          right: 0px;
          top: 50%;
          transform-origin: 66% 66%;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
          width: 5px; }

/* Required styles; changing these may break the menu */
.slinky-menu h2 ~ a.back {
  left: 0;
  position: absolute;
  top: 18px; }

.slinky-menu {
  transform: translateZ(0);
  transition: all 300ms ease; }
  .slinky-menu .header {
    position: relative;
    padding: 1.25rem 0;
    border-bottom: 2px solid #211F1F;
    line-height: 1; }
    .slinky-menu .header h2 {
      font-size: 1.25rem;
      margin: 0;
      text-align: center;
      color: #211F1F;
      text-transform: uppercase; }
  .slinky-menu ul, .slinky-menu li {
    list-style: none;
    margin: 0; }
  .slinky-menu > ul {
    left: 0;
    position: relative;
    transform: translateZ(0);
    transition: all 300ms ease; }
  .slinky-menu ul {
    width: 100%; }
    .slinky-menu ul li {
      line-height: 1; }
      .slinky-menu ul li a {
        display: block;
        border: none;
        color: #211F1F;
        padding: 1.25rem 3.125rem;
        text-decoration: none;
        font-size: 1rem; }
        .slinky-menu ul li a.back {
          font-size: 1rem;
          padding: 0.3125rem 1.25rem;
          border: none !important;
          background-color: transparent !important; }
        .slinky-menu ul li a.next:after {
          content: '\276f';
          margin-left: 0.625rem;
          float: right; }
        .slinky-menu ul li a.back:before {
          content: '\276e';
          margin-right: 0.625rem;
          float: left; }
      .slinky-menu ul li:not(:last-child) a {
        border-bottom: 1px solid #e8ebfc; }
    .slinky-menu ul li.current a {
      font-weight: 600;
      background-color: #ffd9cc; }
      .slinky-menu ul li.current ul li a {
        font-weight: normal;
        background-color: transparent; }
    .slinky-menu ul li.current [data-level="1"] li.current a {
      font-weight: 600;
      background-color: #ffd9cc; }
      .slinky-menu ul li.current [data-level="1"] li.current ul li a {
        font-weight: normal;
        background-color: transparent; }
  .slinky-menu ul li.current [data-level="1"] [data-level="2"] li.current a {
    font-weight: 600;
    background-color: #ffd9cc; }
    .slinky-menu ul li.current [data-level="1"] [data-level="2"] li.current ul li a {
      font-weight: normal;
      background-color: transparent; }
  .slinky-menu ul li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; }

@media (min-width: 48em) {
  .products-filter-container {
    padding-top: 8.125rem; }
  .products-filter {
    top: 5rem; }
    .products-filter.nav-fixed {
      top: 3.75rem; }
  .slinky-menu ul li a {
    font-size: 1.125rem;
    padding: 1.875rem 3.125rem; } }

@media (min-width: 64em) {
  .products-filter-container {
    display: none; }
  .products-filter {
    display: none; } }

.filter-active [data-filter] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .filter-active .products-filter button span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.sidebar {
  display: none; }

.pager {
  padding: 3.125rem 0; }
  .pager ul li a {
    background-color: white;
    display: block;
    padding: 0.3125rem;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .pager ul li.number {
    margin-right: 0.375rem; }
    .pager ul li.number a {
      border: 2px solid #ffd9cc;
      padding: 0.3125rem 0.625rem; }
      .pager ul li.number.active a {
        background-color: #ffd9cc; }
  .pager ul li.sep {
    display: none; }
  .pager ul li.disabled {
    pointer-events: none;
    /*&:first-child {
     order: 1;
     }
     &:nth-child(2) {
     order: 2;
     }
     &:nth-child(3) {
     order: 3;
     }
     &:nth-child(4) {
     order: 5;
     }
     &:nth-child(5) {
     order: 6;
     }
     &:nth-child(6) {
     order: 4;
     padding-right: rem(5);
     }
     &:nth-child(7) {
     order: 7;
     }*/ }

.is-desktop .products .product .product-image a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .is-desktop .products .product .product-image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
.is-desktop .pager ul li.number a:hover {
  background-color: #ffd9cc; }

/* --------------------------------------------------------------
 PRODUCTS
 -------------------------------------------------------------- */
.categories {
  position: relative; }
  .categories.archive-lookbooks .img-holder {
    background-color: black; }
    .categories.archive-lookbooks .img-holder.img-holder--look:after {
      padding-bottom: 100%; }
  .categories.archive-lookbooks .category-image .category-text {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .categories.archive-lookbooks .category-image .category-shade {
    display: none; }
  .categories.archive-lookbooks .category-image img {
    height: auto; }
  .categories.archive-lookbooks .lazy.lazy--loaded {
    opacity: 0.9; }
  .categories .category {
    width: 100%; }
  @media (min-width: 48em) {
    .categories .category:nth-child(even) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; } }
  .categories .category:not(:last-child) {
    margin-bottom: 3.125rem; }
.categories .category-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.categories .category-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.4s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }
.categories .category-image .category-button {
  display: block;
  position: absolute;
  bottom: 3.125rem;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center; }
  .categories .category-image .category-button button {
    background-color: #ffd9cc;
    padding: 0.9375rem 2.1875rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 0.9375rem;
    box-shadow: 0 0.3125rem #FFADAF; }
.categories .category-image .category-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: transparent;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: 0.4s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }
  .categories .category-image .category-shade svg {
    width: 100%;
    height: 100%; }
.categories .category-image .category-text {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 90%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(-55%, -50%, 0);
  transform: translate3d(-55%, -50%, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s 0s cubic-bezier(0.165, 0.84, 0.44, 1); }
.categories .category-meta {
  padding-top: 0.9375rem;
  display: none; }
  .categories .category-meta .category-title {
    margin-bottom: 0.3125rem; }
    .categories .category-meta .category-title a {
      text-decoration: none; }

@media (min-width: 48em) {
  .categories {
    margin-left: -20px;
    margin-right: -20px; }
    .categories .category {
      padding: 0 20px; }
      .categories .category:not(:last-child) {
        margin-bottom: 5.625rem; }
    .categories[data-cols="2"] .category {
      width: 50%;
      width: calc(100% / 2); }
  .categories[data-cols="3"] .category {
    width: 33.3333%;
    width: calc(100% / 3); } }

.is-desktop .categories .category-button {
  display: none; }
  .is-desktop .categories .category-image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .is-desktop .categories .category-image a:hover .category-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .is-desktop .categories .category-image a:hover .category-shade {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .is-desktop .categories .category-image a:hover .category-text {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

/* --------------------------------------------------------------
 CATALOG
 -------------------------------------------------------------- */
.page-catalog .categories .category-meta .category-title h2 {
  font-size: 1.25rem; }

/* --------------------------------------------------------------
 SINGLE PRODUCT
 -------------------------------------------------------------- */
/*.image-zoom {
 img {
 cursor: url(icon-image-close.svg) 0 0, no-drop;
 }
 }*/
.single-product .single-product-images .single-product-images__image img {
  width: 100%; }
.single-product .single-product-images .slick-arrow {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 38px;
  height: 38px;
  outline: none;
  z-index: 1; }
.single-product .single-product-images .slick-prev {
  right: 75px; }
.single-product .single-product-images .slick-next {
  right: 30px; }
.single-product .single-product-info {
  padding: 1.5625rem 0 0 0; }
  .single-product .single-product-info .single-product-container {
    max-width: 31.25rem; }
  .single-product .single-product-info .tabs {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
    border-top: 1px solid #efefef; }
.single-product .single-product-header {
  margin-bottom: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e5e5e5; }
  .single-product .single-product-header .single-product-title {
    margin-bottom: 0.625rem; }
    .single-product .single-product-header .single-product-price .old-price {
      text-decoration: line-through;
      opacity: 1;
      margin-right: 5px; }
    .single-product .single-product-header .single-product-price .sale-price {
      background-color: rgba(255, 217, 204, 0.7);
      padding: 0.3125rem;
      border-radius: 3px; }
    .single-product .single-product-header .single-product-price .price {
      font-weight: 600;
      font-size: 1.25rem; }
.single-product .product-configure {
  margin-bottom: 1.875rem; }
  .single-product .product-configure .product-configure-options-option {
    width: 100%; }
.single-product .product-soldout {
  padding: 0.3125rem 1.25rem;
  background-color: #FFF7CD;
  margin-bottom: 1.875rem; }
  .single-product .single-product-cart .single-product-cart__quantity, .single-product .single-product-cart .single-product-cart__button {
    width: 100%; }
  .single-product .single-product-cart .single-product-cart__quantity {
    margin-bottom: 1.875rem; }
    .single-product .single-product-cart .single-product-cart__quantity .quantity-wrap {
      width: 130px;
      background-color: #fff;
      position: relative;
      border: 2px solid #F1F3FD;
      border-radius: 3px;
      overflow: hidden; }
    .single-product .single-product-cart .single-product-cart__quantity .up, .single-product .single-product-cart .single-product-cart__quantity .down {
      width: 42px;
      height: 42px;
      line-height: 42px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font-weight: 700;
      position: relative; }
      .single-product .single-product-cart .single-product-cart__quantity .up svg, .single-product .single-product-cart .single-product-cart__quantity .down svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .single-product .single-product-cart .single-product-cart__quantity .up {
      border-left: none; }
    .single-product .single-product-cart .single-product-cart__quantity .down {
      border-right: none; }
    .single-product .single-product-cart .single-product-cart__quantity input[type="text"] {
      height: 42px;
      line-height: 40px;
      white-space: nowrap;
      width: 42px;
      background-color: transparent;
      /*border-top: none;
       border-bottom: none;
       border-left: 2px solid $secondary-pink;
       border-right: 2px solid $secondary-pink;*/
      border: none;
      display: block;
      padding: 0;
      text-align: center !important;
      font-family: inherit;
      font-size: 14px;
      outline: none;
      font-weight: normal;
      box-shadow: none;
      border-radius: 0; }
  .single-product .single-product-cart .single-product-cart__button ul li:not(:last-child) {
    margin-right: 0.9375rem; }
.single-product .single-product-cart__guide {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  .single-product .single-product-cart__guide button {
    width: 120px;
    height: 40px;
    /*.tabs {
     margin-top: rem(30);
     padding-top: rem(20);
     border-top: 1px solid #efefef;
     > input {
     display: none;
     &:checked + label {
     border-bottom: 2px solid $primary-pink;
     opacity: 1;
     }
     }
     > label {
     font-size: rem(16);
     display: inline-block;
     cursor: pointer;
     &:not(:last-child) {
     margin-right: rem(20);
     margin-bottom: 0;
     }
     &:hover {
     opacity: 1;
     }
     }
     > section {
     display: none;
     padding-top: rem(15);
     font-size: rem(16);
     }
     }
     .tabs > #tab-details:checked ~ #tab-details-content, .tabs > #tab-delivery:checked ~ #tab-delivery-content {
     display: block;
     }*/ }

@media (min-width: 48em) {
  .single-product .single-product-images {
    margin: 0; }
  .single-product .single-product-info {
    padding: 2.1875rem 1.25rem 0 3.125rem; }
    .single-product .product-configure .product-configure-options {
      margin: 0 -1.25rem; }
    .single-product .product-configure .product-configure-options-option {
      margin-bottom: 0.9375rem;
      width: 50%;
      padding: 0 1.25rem; } }

.reviews {
  display: none; }

.product-actions {
  display: none; }

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  right: 0;
  z-index: 1;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    line-height: 10px; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      background-color: white;
      margin: 0;
      padding: 0;
      border: none;
      outline: none;
      border-radius: 100%;
      text-indent: -9999px;
      opacity: 0.7; }
      .slick-dots li.slick-active button {
        background-color: #FFADAF;
        opacity: 1; }
    .slick-dots li:not(:last-child) {
      margin-right: 5px; }

.related-products {
  margin-bottom: 1.875rem; }
  .related-products ul li:not(:last-child) {
    margin-right: 0.3125rem; }
  .related-products ul li a {
    border-radius: 2px;
    overflow: hidden;
    display: block;
    border: 2px solid #F1F3FD;
    -webkit-transition: border 0.2s ease;
    transition: border 0.2s ease; }
    .related-products ul li a img {
      width: 40px;
      height: 48px; }

.is-desktop .related-products ul li a:hover {
  border-color: #ffd9cc; }
.is-desktop .single-product-cart .single-product-cart__quantity a:hover {
  background-color: #F1F3FD; }

/* --------------------------------------------------------------
 SIZE GUIDE
 -------------------------------------------------------------- */
.size-guide {
  position: fixed;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  z-index: 9999;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms, visibility 0s 200ms;
  transition: opacity 200ms, visibility 0s 200ms; }
  .size-guide .size-guide__close {
    z-index: 3;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 3px solid #F1F3FD;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .size-guide .size-guide__close svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .size-guide .size-guide__close svg path {
        fill: #211F1F; }
    .size-guide .size-guide__close:hover {
      background-color: rgba(255, 217, 204, 0.3);
      border: 3px solid #ffd9cc; }
  .size-guide .size-guide__inner {
    background-color: white;
    position: relative;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .size-guide .size-guide__container {
    padding: 5rem 1.5625rem 1.5625rem 1.5625rem;
    max-width: 75rem;
    margin: 0 auto; }
  .size-guide .size-guide__header {
    width: 100%;
    margin-bottom: 1.875rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #efefef; }
    .size-guide .size-guide__header span {
      font-size: 1.125rem;
      vertical-align: middle; }
  .size-guide .size-guide__content {
    width: 100%; }
  .size-guide table {
    width: 100% !important;
    font-size: 0.9375rem; }
    .size-guide table thead {
      display: table-header-group;
      vertical-align: middle;
      font-weight: 600;
      border-bottom: 1px solid #F1F3FD; }
    .size-guide table tbody {
      display: table-row-group;
      vertical-align: middle; }
      .size-guide table tbody tr:nth-child(even) {
        background-color: rgba(241, 243, 253, 0.5); }
      .size-guide table tbody tr td {
        opacity: 0.8; }
        .size-guide table tbody tr td:nth-child(1) {
          font-weight: 600; }

.size-guide-active .site-overlay {
  z-index: 9998; }
.size-guide-active [data-size-guide] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

@media (min-width: 46.875em) {
  .size-guide {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%; }
    .size-guide .size-guide__container {
      padding: 5rem 3.125rem 3.125rem 3.125rem; }
    .size-guide .size-guide__close {
      top: 1.875rem;
      right: 1.875rem; } }

/* --------------------------------------------------------------
 STANDARD PAGES
 -------------------------------------------------------------- */
/*body:not(.page-standard) {
 .site-footer {
 padding-left: rem(20);
 padding-right: rem(20);
 }
 }
 @include bp(1024) {
 body:not(.page-standard) {
 .site-footer {
 padding-left: rem(120);
 padding-right: rem(50);
 }
 }
 }
 @include bp(1200) {
 body:not(.page-standard) {
 .site-footer {
 padding-left: rem(150);
 }
 }
 }*/
/* --------------------------------------------------------------
 FOOTER
 -------------------------------------------------------------- */
.site-footer {
  position: relative;
  overflow: hidden; }
  .site-footer .nav-social-container {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
  .site-footer .newsletter-optin {
    background-color: white;
    border-top: 1px solid #f1f3fd;
    padding-top: 3.125rem;
    padding-bottom: 4.375rem; }
    .site-footer .newsletter-optin h4, .site-footer .newsletter-optin p, .site-footer .newsletter-optin form {
      width: 90%;
      max-width: 37.5rem;
      margin-left: auto;
      margin-right: auto; }
    .site-footer .newsletter-optin h4 {
      text-align: center;
      font-size: 1.875rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      margin-bottom: 0.5rem; }
    .site-footer .newsletter-optin p {
      text-align: center;
      font-size: 1rem;
      color: #606060;
      margin-bottom: 1.875rem; }
      .site-footer .newsletter-optin form input {
        width: calc(100% - 50px);
        height: 50px;
        font-size: 1rem;
        color: #211F1F;
        letter-spacing: 1px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .site-footer .newsletter-optin form input ::-webkit-input-placeholder {
          color: #979797; }
        .site-footer .newsletter-optin form input ::-moz-placeholder {
          color: #979797; }
        .site-footer .newsletter-optin form input :-ms-input-placeholder {
          color: #979797; }
        .site-footer .newsletter-optin form input :-moz-placeholder {
          color: #979797; }
      .site-footer .newsletter-optin form a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        max-height: none;
        background-color: #F1F3FD;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
  .site-footer .social-links li:not(:last-child) {
    margin-right: 1.875rem; }
  .site-footer .social-links li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .site-footer .social-links li svg {
    width: 30px;
    height: 30px; }
  .site-footer .nav-main-container {
    padding-top: 2.5rem; }
  .site-footer .nav-main {
    margin-bottom: 1.875rem; }
    .site-footer .nav-main li:not(:last-child) {
      margin-right: 0.9375rem; }
    .site-footer .nav-main li a {
      font-size: 0.875rem;
      text-transform: uppercase;
      text-decoration: none;
      opacity: 0.7;
      font-weight: 600;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .site-footer .nav-main li.active a {
        opacity: 1; }
  .site-footer .nav-second li:not(:last-child) {
    margin-right: 1.25rem; }
  .site-footer .nav-second li a {
    font-size: 0.8125rem;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.7;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .site-footer .nav-second li.active a {
      opacity: 1; }
  .site-footer .nav-copy-container {
    text-transform: capitalize;
    margin-top: 1.25rem;
    margin-bottom: 3rem; }
    .site-footer .nav-copy-container .credits {
      font-size: 0.875rem;
      line-height: 0.875rem; }
    .site-footer .nav-copy-container .credits_copy {
      order: 2; }
    .site-footer .nav-copy-container .credits_nav {
      order: 1; }
    .site-footer .nav-copy-container .credits_copy, .site-footer .nav-copy-container .credits_nav {
      width: 100%;
      text-align: center; }
    .site-footer .nav-copy-container .credits_nav {
      margin: 0 0 1.25rem 0; }
      .site-footer .nav-copy-container .credits_nav ul {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .site-footer .nav-copy-container .credits_nav ul li:not(:last-child) {
          margin-right: 0.9375rem; }
  .site-footer .site-credits {
    background-color: rgba(255, 217, 204, 0.3);
    font-size: 0.8125rem;
    line-height: 14px;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .site-footer .site-credits a {
      display: inline-block;
      line-height: 13px;
      vertical-align: middle; }
      .site-footer .site-credits a svg {
        opacity: 0.5;
        width: 52px;
        height: 13px;
        margin-left: 5px; }

.is-desktop .site-footer .social-links li a:hover {
  opacity: 1; }
.is-desktop .site-footer .nav-main li a:hover {
  opacity: 1; }
.is-desktop .site-footer .nav-second li a:hover {
  opacity: 1; }

@media (min-width: 40em) {
  .site-footer .credits .credits_copy {
    order: 1; }
  .site-footer .credits .credits_nav {
    order: 2; }
  .site-footer .credits .credits_copy, .site-footer .credits .credits_nav {
    width: auto;
    text-align: center; }
  .site-footer .credits .credits_nav {
    margin: 0 0.625rem;
    padding: 0 0.625rem;
    border-left: 1px solid rgba(33, 31, 31, 0.2); }
    .site-footer .credits .credits_nav ul {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start; } }

@media (min-width: 48em) {
  .site-footer .newsletter-optin {
    padding-top: 5rem;
    padding-bottom: 5rem; }
    .site-footer .newsletter-optin h4 {
      font-size: 2.5rem; }
    .site-footer .newsletter-optin p {
      font-size: 1.25rem; }
      .site-footer .newsletter-optin form input {
        width: calc(100% - 65px);
        height: 65px;
        font-size: 1.125rem; }
      .site-footer .newsletter-optin form a {
        width: 65px;
        height: 65px; }
  .site-footer .nav-main li:not(:last-child) {
    margin-right: 2.5rem; }
  .site-footer .nav-main li a {
    font-size: 1.125rem; }
  .site-footer .nav-second li a {
    font-size: 0.875rem; } }

/* --------------------------------------------------------------
 SLICK
 -------------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  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; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.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 {
  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;
  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-arrow.slick-hidden {
  display: none; }

/* --------------------------------------------------------------
 NICESELECT
 -------------------------------------------------------------- */
.nice-select {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: solid 2px #e8ebfc;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 3px; }
  .nice-select:hover {
    border-color: #ffd9cc; }
  .nice-select:active, .nice-select.open {
    border-color: #ffd9cc; }
  .nice-select:after {
    border-bottom: 2px solid #211f1f;
    border-right: 2px solid #211f1f;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
    .nice-select.open:after {
      transform: rotate(-135deg); }
    .nice-select.open .list {
      opacity: 1;
      pointer-events: auto;
      transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #211f1f;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #565050; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    box-sizing: border-box;
    width: calc(100% + 4px);
    background-color: #fff;
    border: 2px solid #ffd9cc;
    margin-top: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: -2px;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 46px;
    list-style: none;
    min-height: 46px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #ffd9cc; }
    .nice-select .option.selected {
      font-weight: 600; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #211f1f;
      cursor: default; }
