@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap.less');
/*------------------------------------------------------------------
# [Mixins]
------------------------------------------------------------------*/
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-decoration-ink {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.break-long-words {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*------------------------------------------------------------------
# [Breakepoints]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Variables]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Global]
------------------------------------------------------------------*/
@media only screen and (min-width: 767px) {
  .mobile-only {
    display: none !important;
  }
}
.mobile-only-flex {
  display: flex;
}
@media only screen and (min-width: 767px) {
  .mobile-only-flex {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-and-tablet-only {
    display: none !important;
  }
}
.tablet-forward {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-forward {
    display: block !important;
  }
}
.tablet-forward-flex {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-forward-flex {
    display: flex !important;
  }
}
.tablet-forward-inline-flex {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-forward-inline-flex {
    display: inline-flex !important;
  }
}
.tablet-only {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-only {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tablet-only {
    display: none !important;
  }
}
.tablet-only-flex {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-only-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tablet-only-flex {
    display: none !important;
  }
}
.tablet-landscape-only {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-landscape-only {
    display: block !important;
  }
}
@media only screen and (min-width: 1023px) {
  .tablet-landscape-only {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tablet-landscape-only {
    display: none !important;
  }
}
.tablet-landscape-only-flex {
  display: none !important;
}
@media only screen and (min-width: 767px) {
  .tablet-landscape-only-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1023px) {
  .tablet-landscape-only-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tablet-landscape-only-flex {
    display: none !important;
  }
}
.desktop-only {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .desktop-only {
    display: block !important;
  }
}
.desktop-only-flex {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .desktop-only-flex {
    display: flex !important;
  }
}
.margin-10 {
  margin: 10px 0 !important;
}
.margin-20 {
  margin: 20px 0 !important;
}
.margin-30 {
  margin: 30px 0 !important;
}
.margin-40 {
  margin: 40px 0 !important;
}
.margin-50 {
  margin: 50px 0 !important;
}
.margin-80 {
  margin: 80px 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.display-none {
  display: none;
}
.relative {
  position: relative;
}
.media-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden;
}
.media-container iframe,
.media-container object,
.media-container embed,
.media-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-container .media-controller {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.pointer {
  cursor: pointer;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.disable-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.disable-scrollbar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
code {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #eef3f9;
  display: block;
  padding: 24px;
}
hr {
  margin: 16px 0;
  padding: 0;
}
@font-face {
  font-family: 'Superskin';
  src: url('../fonts/Superskin.woff2') format('woff2'), url('../fonts/Superskin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
  color: #1b2b3f;
  font-weight: 800;
}
h1 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 42px;
}
@media only screen and (min-width: 767px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 50px;
  }
}
h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
}
@media only screen and (min-width: 767px) {
  h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 42px;
  }
}
h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 27px;
}
@media only screen and (min-width: 767px) {
  h3 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 42px;
  }
}
h4 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 34px;
}
h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 27px;
}
p.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
}
p.tiny {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
}
b,
strong {
  font-weight: 700;
}
ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: disc;
  counter-reset: item;
}
ul li {
  margin: 0;
  padding: 4px 0;
}
ul li ul {
  margin-left: 24px;
}
ol {
  counter-reset: item;
  margin: 0 0 0 20px;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 4px 0;
}
ol > li {
  counter-increment: item;
}
ol ol {
  margin-left: 4px;
}
ol ol > li {
  display: block;
}
ol ol > li:before {
  content: counters(item, ".") " ";
}
a {
  -webkit-transition: color 150ms linear;
  -moz-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  -ms-transition: color 150ms linear;
  transition: color 150ms linear;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
@media only screen and (min-width: 767px) {
  a:hover,
  a:active {
    color: inherit;
    text-decoration: none;
  }
}
@media only screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
blockquote {
  border-left: 8px solid #0da3b2;
  padding-left: 8px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 10px;
  position: relative;
}
blockquote strong {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  border: 0;
  font-weight: 800;
  margin-left: -18px;
  display: block;
  position: sticky;
  z-index: 1;
}
blockquote strong:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  width: 8px;
  left: 0px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
blockquote p {
  padding: 0;
  margin: 0;
}
blockquote p + p {
  padding-top: 16px;
}
blockquote cite {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  margin-left: -18px;
  padding-top: 16px;
  display: block;
  position: sticky;
  z-index: 1;
}
blockquote cite:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  width: 8px;
  left: 0px;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}
/*------------------------------------------------------------------
# [Site]
------------------------------------------------------------------*/
html {
  min-height: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
html.no-scroll {
  overflow: hidden;
}
html.no-scroll body {
  overflow-y: scroll !important;
}
@media only screen and (min-width: 767px) {
  html.no-scroll .header.compact .header-top-bar {
    padding-right: 17px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
/*------------------------------------------------------------------
# [Body]
------------------------------------------------------------------*/
body {
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: #1b2b3f;
  text-rendering: optimizeSpeed;
  background-color: #ffffff;
  letter-spacing: 0px;
  overscroll-behavior: contain;
}
@media only screen and (min-width: 767px) {
  body.dim-main .main:before {
    position: fixed;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(53, 57, 65, 0.45);
    z-index: 11;
  }
}
@media only screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
  }
}
body.notification-open .category-filters {
  top: 122px;
}
@media only screen and (min-width: 767px) {
  body.notification-open .category-filters {
    top: 132px;
  }
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev-outside,
.swiper-button-next-outside {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev-outside.swiper-button-disabled,
.swiper-button-next-outside.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev-outside,
.swiper-container-rtl .swiper-button-next-outside {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E60028'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next-outside,
.swiper-container-rtl .swiper-button-prev-outside {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E60028'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev-outside.swiper-button-white,
.swiper-container-rtl .swiper-button-next-outside.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next-outside.swiper-button-white,
.swiper-container-rtl .swiper-button-prev-outside.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev-outside.swiper-button-black,
.swiper-container-rtl .swiper-button-next-outside.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next-outside.swiper-button-black,
.swiper-container-rtl .swiper-button-prev-outside.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #E60028;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #E60028;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/photoswipe-default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe-default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/*------------------------------------------------------------------
# [Swiper Custom]
------------------------------------------------------------------*/
.swiper-main.swiper-hero {
  margin: 0 -10px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-hero.padded {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-hero.padded {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.swiper-hero.padded {
    margin: 0 -50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-hero.padded {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1600px) {
  .swiper-main.swiper-hero.padded {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 1800px) {
  .swiper-main.swiper-hero.padded {
    margin: 0 -64px;
  }
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-hero {
    margin: 0;
  }
}
.swiper-main.swiper-hero .swiper-container {
  padding: 0;
}
.swiper-main.swiper-hero .swiper-wrapper {
  padding: 0;
}
.swiper-main.swiper-hero .swiper-button-next,
.swiper-main.swiper-hero .swiper-button-prev {
  color: #ffffff;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .swiper-main.swiper-hero .swiper-button-next,
  .swiper-main.swiper-hero .swiper-button-prev {
    display: inline-block;
    opacity: 1;
  }
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-hero .swiper-button-next,
  .swiper-main.swiper-hero .swiper-button-prev {
    top: 0;
    bottom: 0;
    height: auto;
  }
}
.swiper-main.swiper-hero .swiper-button-next:hover:after,
.swiper-main.swiper-hero .swiper-button-prev:hover:after,
.swiper-main.swiper-hero .swiper-button-next:active:after,
.swiper-main.swiper-hero .swiper-button-prev:active:after {
  color: #0d8f9c;
}
.swiper-main.swiper-hero .swiper-button-next:after,
.swiper-main.swiper-hero .swiper-button-prev:after {
  font-size: 32px;
  font-size: 3.2rem;
}
.swiper-main.swiper-hero .swiper-button-next:before,
.swiper-main.swiper-hero .swiper-button-prev:before {
  content: none;
}
.swiper-main.swiper-hero .swiper-button-next {
  right: 8px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-hero .swiper-button-next {
    right: 32px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-hero .swiper-button-next {
    right: calc(50% - 685px);
  }
}
@media only screen and (min-width: 1440px) {
  .swiper-main.swiper-hero .swiper-button-next {
    right: calc(50% - 660px);
  }
}
.swiper-main.swiper-hero .swiper-button-prev {
  left: 8px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-hero .swiper-button-prev {
    left: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-hero .swiper-button-prev {
    left: calc(50% - 685px);
  }
}
@media only screen and (min-width: 1440px) {
  .swiper-main.swiper-hero .swiper-button-prev {
    left: calc(50% - 660px);
  }
}
.swiper-main.swiper-hero .swiper-pagination {
  pointer-events: none;
  cursor: default;
  bottom: 32px;
  width: auto;
}
.swiper-main.swiper-hero .swiper-pagination-bullet {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 10px;
  max-width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #ffffff;
}
.swiper-main.swiper-hero .swiper-pagination-bullet:hover,
.swiper-main.swiper-hero .swiper-pagination-bullet:active {
  background-color: #0da3b2;
}
.swiper-main.swiper-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background-color: #0da3b2;
}
.swiper-main.swiper-hero .swiper-pagination-bullet.swiper-pagination-bullet-active:hover,
.swiper-main.swiper-hero .swiper-pagination-bullet.swiper-pagination-bullet-active:active {
  background-color: #0da3b2;
}
.swiper-main.swiper-products {
  margin: 0 -10px;
}
.swiper-main.swiper-products .swiper-wrapper {
  padding-bottom: 0;
}
.swiper-main.swiper-products .swiper-pagination {
  display: none;
}
.swiper-main.swiper-products .swiper-button-next,
.swiper-main.swiper-products .swiper-button-prev {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: 100%;
  width: 24px;
  margin: 0;
  top: 0;
  bottom: 0;
}
.swiper-main.swiper-products .swiper-button-next.swiper-button-disabled:after,
.swiper-main.swiper-products .swiper-button-prev.swiper-button-disabled:after {
  pointer-events: none;
  cursor: default;
  color: #c4c7d2;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-products .swiper-button-next,
  .swiper-main.swiper-products .swiper-button-prev {
    display: inline-flex;
  }
}
.swiper-main.swiper-products .swiper-button-next:hover:after,
.swiper-main.swiper-products .swiper-button-prev:hover:after {
  color: #ffffff;
  background-color: #0da3b2;
}
.swiper-main.swiper-products .swiper-button-next:after,
.swiper-main.swiper-products .swiper-button-prev:after {
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0 24px 24px 0;
  background-color: #eef3f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 48px;
  color: #1b2b3f;
  position: absolute;
  top: 27%;
  margin-left: -1px;
  margin-top: -12px;
}
@media only screen and (min-width: 1200px) {
  .swiper-main.swiper-products .swiper-button-next:after,
  .swiper-main.swiper-products .swiper-button-prev:after {
    top: 25%;
  }
}
.swiper-main.swiper-products .swiper-button-next:before,
.swiper-main.swiper-products .swiper-button-prev:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 30px;
  background: #ffffff;
  z-index: -1;
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-products .swiper-button-next:before,
  .swiper-main.swiper-products .swiper-button-prev:before {
    width: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-products .swiper-button-next:before,
  .swiper-main.swiper-products .swiper-button-prev:before {
    width: 64px;
  }
}
.swiper-main.swiper-products .swiper-button-next {
  left: auto;
  right: 6px;
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-products .swiper-button-next {
    right: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.swiper-products .swiper-button-next {
    right: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-products .swiper-button-next {
    right: 40px;
  }
}
.swiper-main.swiper-products .swiper-button-prev {
  left: 6px;
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-products .swiper-button-prev {
    left: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.swiper-products .swiper-button-prev {
    left: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-products .swiper-button-prev {
    left: 40px;
  }
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-products {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-products {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.swiper-products {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-products {
    margin-left: -64px;
    margin-right: -64px;
  }
}
.swiper-main.swiper-products .swiper-container {
  padding: 0 10px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-products .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-products .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.swiper-products .swiper-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-products .swiper-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.swiper-main.swiper-products .swiper-slide {
  margin-right: 8px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-products .swiper-slide {
    margin-right: 0;
  }
}
.swiper-main.swiper-products .swiper-slide:last-child {
  margin-right: 0;
}
.swiper-main.swiper-products .swiper-container {
  overflow: hidden;
}
.swiper-main.swiper-products .card-product {
  width: 168px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-products .card-product {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper-main.swiper-shop-features .swiper-wrapper {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-shop-features .swiper-wrapper {
    padding: 0 12px;
  }
}
.swiper-main.swiper-shop-features .swiper-slide {
  width: auto !important;
  display: flex;
  flex: 1;
  gap: 8px 28px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.swiper-shop-features .swiper-slide {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-main.swiper-shop-features .swiper-slide {
    gap: 0 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.swiper-shop-features .swiper-slide {
    gap: 8px;
    justify-content: space-between;
  }
}
.swiper-main.swiper-brands-ticker .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-main.swiper-brands-ticker .swiper-slide {
  justify-content: center;
  align-items: center;
}
.swiper-main.no-navigation .swiper-button-next,
.swiper-main.no-navigation .swiper-button-prev {
  display: none;
}
.swiper-main.no-pagination .swiper-wrapper {
  padding-bottom: 0;
}
.swiper-main.no-pagination .swiper-pagination {
  display: none;
}
.swiper-main.no-offset {
  margin: 0 -10px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.no-offset {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-main.no-offset {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.no-offset {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.no-offset {
    margin-left: -64px;
    margin-right: -64px;
  }
}
.swiper-main.no-offset .swiper-container {
  padding: 0 10px;
}
@media only screen and (min-width: 767px) {
  .swiper-main.no-offset .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-main.no-offset .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.no-offset .swiper-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.no-offset .swiper-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.swiper-main.overflow-visible .swiper-container {
  overflow: visible;
}
@media only screen and (min-width: 1440px) {
  .swiper-main.fade-edges .swiper-container:before,
  .swiper-main.fade-edges .swiper-container:after {
    pointer-events: none;
    cursor: default;
    overflow: hidden;
    content: "";
    width: 64px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 2;
  }
}
.swiper-main.fade-edges .swiper-container:before {
  left: 0;
}
.swiper-main.fade-edges .swiper-container:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.swiper-main.edges-grey-light .swiper-container:before,
.swiper-main.edges-grey-light .swiper-container:after {
  background: linear-gradient(270deg, rgba(238, 243, 249, 0) 0%, #eef3f9 100%);
}
.swiper-main.edges-grey-lighter .swiper-container:before,
.swiper-main.edges-grey-lighter .swiper-container:after {
  background: linear-gradient(270deg, rgba(248, 250, 253, 0) 0%, #f8fafd 100%);
}
.swiper-main.product-navigation .swiper-button-next,
.swiper-main.product-navigation .swiper-button-prev {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: 100%;
  width: 24px;
  margin: 0;
  top: 0;
  bottom: 0;
}
.swiper-main.product-navigation .swiper-button-next.swiper-button-disabled:after,
.swiper-main.product-navigation .swiper-button-prev.swiper-button-disabled:after {
  pointer-events: none;
  cursor: default;
  color: #c4c7d2;
}
@media only screen and (min-width: 767px) {
  .swiper-main.product-navigation .swiper-button-next,
  .swiper-main.product-navigation .swiper-button-prev {
    display: inline-flex;
  }
}
.swiper-main.product-navigation .swiper-button-next:hover:after,
.swiper-main.product-navigation .swiper-button-prev:hover:after {
  color: #ffffff;
  background-color: #0da3b2;
}
.swiper-main.product-navigation .swiper-button-next:after,
.swiper-main.product-navigation .swiper-button-prev:after {
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0 24px 24px 0;
  background-color: #eef3f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 48px;
  color: #1b2b3f;
  position: absolute;
  top: 27%;
  margin-left: -1px;
  margin-top: -12px;
}
@media only screen and (min-width: 1200px) {
  .swiper-main.product-navigation .swiper-button-next:after,
  .swiper-main.product-navigation .swiper-button-prev:after {
    top: 25%;
  }
}
.swiper-main.product-navigation .swiper-button-next:before,
.swiper-main.product-navigation .swiper-button-prev:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 30px;
  background: #ffffff;
  z-index: -1;
}
@media only screen and (min-width: 1023px) {
  .swiper-main.product-navigation .swiper-button-next:before,
  .swiper-main.product-navigation .swiper-button-prev:before {
    width: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.product-navigation .swiper-button-next:before,
  .swiper-main.product-navigation .swiper-button-prev:before {
    width: 64px;
  }
}
.swiper-main.product-navigation .swiper-button-next {
  left: auto;
  right: 6px;
}
@media only screen and (min-width: 1023px) {
  .swiper-main.product-navigation .swiper-button-next {
    right: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.product-navigation .swiper-button-next {
    right: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.product-navigation .swiper-button-next {
    right: 40px;
  }
}
.swiper-main.product-navigation .swiper-button-prev {
  left: 6px;
}
@media only screen and (min-width: 1023px) {
  .swiper-main.product-navigation .swiper-button-prev {
    left: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-main.product-navigation .swiper-button-prev {
    left: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-main.product-navigation .swiper-button-prev {
    left: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .swiper-main.swiper-blog-cats .swiper-container.swiper-container-initialized .swiper-button-next:not(.swiper-button-disabled),
  .swiper-main.swiper-blog-cats .swiper-container.swiper-container-initialized .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
}
.swiper-main.swiper-blog-cats .swiper-container .swiper-wrapper {
  padding-bottom: 0px;
}
@media only screen and (min-width: 1280px) {
  .swiper-main.swiper-blog-cats .swiper-container:before,
  .swiper-main.swiper-blog-cats .swiper-container:after {
    pointer-events: none;
    cursor: default;
    overflow: hidden;
    content: "";
    width: 100px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    background: linear-gradient(270deg, rgba(238, 243, 249, 0) -10%, #eef3f9 50%);
    z-index: 2;
  }
}
.swiper-main.swiper-blog-cats .swiper-container:before {
  left: 0;
}
.swiper-main.swiper-blog-cats .swiper-container:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.swiper-main.swiper-blog-cats .swiper-button-prev,
.swiper-main.swiper-blog-cats .swiper-button-next {
  background: #f8fafd;
  border: 1px solid #737e8b;
  color: #737e8b;
  width: 50px;
  height: 50px;
  top: 0px;
  margin-top: 0;
}
.swiper-main.swiper-blog-cats .swiper-button-prev.swiper-button-prev:after,
.swiper-main.swiper-blog-cats .swiper-button-next.swiper-button-prev:after {
  color: #737e8b;
  content: "\e90a";
}
.swiper-main.swiper-blog-cats .swiper-button-prev.swiper-button-next:after,
.swiper-main.swiper-blog-cats .swiper-button-next.swiper-button-next:after {
  color: #737e8b;
  content: "\e90a";
}
.swiper-main.swiper-blog-cats .swiper-button-prev:hover,
.swiper-main.swiper-blog-cats .swiper-button-next:hover {
  background: #737e8b;
  color: #fff;
}
.swiper-main.swiper-blog-cats .swiper-button-prev:hover:after,
.swiper-main.swiper-blog-cats .swiper-button-next:hover:after {
  color: #fff;
}
.swiper-main .swiper-slide {
  display: flex;
  width: auto;
  height: auto;
}
.swiper-main .swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-product-navigation .swiper-button-next,
.swiper-product-navigation .swiper-button-prev {
  pointer-events: none;
  cursor: default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: 100%;
  width: 24px;
  margin: 0;
  top: 0;
  bottom: 0;
}
.swiper-product-navigation .swiper-button-next.swiper-button-disabled:after,
.swiper-product-navigation .swiper-button-prev.swiper-button-disabled:after {
  pointer-events: none;
  cursor: default;
  color: #c4c7d2;
}
@media only screen and (min-width: 767px) {
  .swiper-product-navigation .swiper-button-next,
  .swiper-product-navigation .swiper-button-prev {
    display: inline-flex;
  }
}
.swiper-product-navigation .swiper-button-next:hover:after,
.swiper-product-navigation .swiper-button-prev:hover:after {
  color: #ffffff;
  background-color: #0da3b2;
}
.swiper-product-navigation .swiper-button-next:after,
.swiper-product-navigation .swiper-button-prev:after {
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 0 24px 24px 0;
  background-color: #eef3f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 48px;
  color: #1b2b3f;
  position: absolute;
  top: 27%;
  margin-left: -1px;
  margin-top: -12px;
}
@media only screen and (min-width: 1200px) {
  .swiper-product-navigation .swiper-button-next:after,
  .swiper-product-navigation .swiper-button-prev:after {
    top: 25%;
  }
}
.swiper-product-navigation .swiper-button-next:before,
.swiper-product-navigation .swiper-button-prev:before {
  pointer-events: none;
  cursor: default;
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 30px;
  background: #ffffff;
  z-index: -1;
}
@media only screen and (min-width: 1023px) {
  .swiper-product-navigation .swiper-button-next:before,
  .swiper-product-navigation .swiper-button-prev:before {
    width: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-product-navigation .swiper-button-next:before,
  .swiper-product-navigation .swiper-button-prev:before {
    width: 64px;
  }
}
.swiper-product-navigation .swiper-button-next {
  left: auto;
  right: 6px;
}
@media only screen and (min-width: 1023px) {
  .swiper-product-navigation .swiper-button-next {
    right: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-product-navigation .swiper-button-next {
    right: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-product-navigation .swiper-button-next {
    right: 40px;
  }
}
.swiper-product-navigation .swiper-button-prev {
  left: 6px;
}
@media only screen and (min-width: 1023px) {
  .swiper-product-navigation .swiper-button-prev {
    left: 6px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-product-navigation .swiper-button-prev {
    left: 26px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-product-navigation .swiper-button-prev {
    left: 40px;
  }
}
.swiper-no-navigation .swiper-button-next,
.swiper-no-navigation .swiper-button-prev {
  display: none;
}
.swiper-no-pagination .swiper-wrapper {
  padding-bottom: 0;
}
.swiper-no-pagination .swiper-pagination {
  display: none;
}
.swiper-overflow-visible .swiper-container {
  overflow: visible;
}
.swiper-no-offset {
  margin: 0 -10px;
}
@media only screen and (min-width: 767px) {
  .swiper-no-offset {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-no-offset {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-no-offset {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-no-offset {
    margin-left: -64px;
    margin-right: -64px;
  }
}
.swiper-no-offset .swiper-container {
  padding: 0 10px;
}
@media only screen and (min-width: 767px) {
  .swiper-no-offset .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .swiper-no-offset .swiper-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-no-offset .swiper-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-no-offset .swiper-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1440px) {
  .swiper-fade-edges .swiper-container:before,
  .swiper-fade-edges .swiper-container:after {
    pointer-events: none;
    cursor: default;
    overflow: hidden;
    content: "";
    width: 64px;
    position: absolute;
    top: -1px;
    bottom: -1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 2;
  }
}
.swiper-fade-edges .swiper-container:before {
  left: 0;
}
.swiper-fade-edges .swiper-container:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (min-width: 767px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media only screen and (min-width: 767px) {
  .swiper-container:hover .swiper-button-next:not(.swiper-button-disabled),
  .swiper-container:hover .swiper-button-prev:not(.swiper-button-disabled) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.swiper-pagination {
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  cursor: default;
  cursor: pointer;
  width: 12px;
  max-width: 12px;
  height: 12px;
  margin: 0 5px;
  border: 0;
  background-color: #eef3f9;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0da3b2;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:hover,
.swiper-pagination-bullet.swiper-pagination-bullet-active:active {
  background-color: #0da3b2;
}
.swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:active {
  background-color: #9da5ae;
}
.swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-button-next,
.swiper-button-prev {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  cursor: pointer;
  border-radius: 50%;
  transform-origin: center;
  background-color: #000000;
  color: #ffffff;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  text-align: center;
  right: 0;
  line-height: 1;
  z-index: 2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #0d8f9c;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Superskin';
  content: "\e90b";
  color: #0da3b2;
}
.swiper-button-prev {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}
.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0;
}
.swiper-container-horizontal > .swiper-scrollbar {
  background: #9da5ae;
  height: 4px;
  cursor: grab;
  overflow: visible;
  left: 10px;
  right: 10px;
  width: auto;
}
@media only screen and (min-width: 767px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    height: 2px;
    margin: 1px 0;
    left: 0;
    right: 0;
  }
}
.swiper-container-horizontal > .swiper-scrollbar:hover {
  height: 4px;
  margin: 0;
}
.swiper-container-horizontal > .swiper-scrollbar:hover .swiper-scrollbar-drag {
  height: 4px;
}
.swiper-container-horizontal > .swiper-scrollbar:before,
.swiper-container-horizontal > .swiper-scrollbar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  z-index: -1;
}
.swiper-container-horizontal > .swiper-scrollbar:before {
  top: -5px;
}
.swiper-container-horizontal > .swiper-scrollbar:after {
  bottom: -5px;
}
.swiper-container-horizontal > .swiper-scrollbar-drag {
  height: 2px;
  background: #c4c7d2;
  cursor: grab;
}
/*------------------------------------------------------------------
# [Photoswipe Custom]
------------------------------------------------------------------*/
.pswp__bg {
  background: #ffffff;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url(../img/photoswipe-default-skin-black.png);
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background-image: none;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url(../img/photoswipe-default-skin-black.png);
  background-color: rgba(0, 0, 0, 0.05);
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/photoswipe-default-skin-black.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background-image: none;
  }
}
.pswp__share-modal {
  background: rgba(0, 0, 0, 0.2);
}
.pswp__share-tooltip {
  color: #ffffff;
  background: #000000;
}
.pswp__share-tooltip a {
  color: #ffffff;
}
a.pswp__share--facebook:before {
  border-bottom-color: #000000;
}
.pswp__counter {
  color: #000000;
}
.pswp--css_animation .pswp__preloader__donut {
  border: 2px solid #000000;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.05);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.05);
}
.pswp__caption__center {
  color: #000000;
}
.pswp__img--placeholder--blank {
  background: #ffffff;
}
/*------------------------------------------------------------------
# [Tippy Custom]
------------------------------------------------------------------*/
.tippy-box[data-theme~='superskin'] {
  border-radius: 8px;
  background-color: #1b2b3f;
  color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .tippy-box[data-theme~='superskin'] {
    padding: 10px;
  }
}
.tippy-box[data-theme~='superskin'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #1b2b3f;
}
.tippy-box[data-theme~='superskin'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #1b2b3f;
}
.tippy-box[data-theme~='superskin'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #1b2b3f;
}
.tippy-box[data-theme~='superskin'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #1b2b3f;
}
/*------------------------------------------------------------------
# [Icons]
------------------------------------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Superskin' !important;
  color: inherit;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-faq:before {
  content: "\e925";
}
.icon-gift:before {
  content: "\e924";
}
.icon-magnifying-glass:before {
  content: "\e923";
}
.icon-close-light:before {
  content: "\e922";
}
.icon-hamburger:before {
  content: "\e91f";
}
.icon-search:before {
  content: "\e920";
}
.icon-filter:before {
  content: "\e921";
}
.icon-paperclip:before {
  content: "\e91e";
}
.icon-pencil:before {
  content: "\e91d";
}
.icon-skin-absorbtion:before {
  content: "\e91c";
}
.icon-envelope-light:before {
  content: "\e91b";
}
.icon-diamond:before {
  content: "\e91a";
}
.icon-arrow-right-slim:before {
  content: "\e919";
}
.icon-arrow-left:before {
  content: "\e918";
}
.icon-skincare:before {
  content: "\e917";
}
.icon-eco-packaging:before {
  content: "\e913";
}
.icon-stopwatch:before {
  content: "\e914";
}
.icon-vegan:before {
  content: "\e915";
}
.icon-eco-friendly:before {
  content: "\e916";
}
.icon-location-pin:before {
  content: "\e912";
}
.icon-telephone:before {
  content: "\e90e";
}
.icon-envelope:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-instagram:before {
  content: "\e911";
}
.icon-happy:before {
  content: "\e90c";
}
.icon-sad:before {
  content: "\e90d";
}
.icon-chevron-right:before {
  content: "\e90b";
}
.icon-bag:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e901";
}
.icon-rabbit:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e904";
}
.icon-hearth:before {
  content: "\e905";
}
.icon-hearth-outline:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e907";
}
.icon-check-blue:before {
  content: "\e908";
  color: #0da3b2;
}
.icon-check-red:before {
  content: "\e909";
  color: #e85d77;
}
.icon-arrow-right:before {
  content: "\e90a";
}
/*------------------------------------------------------------------
# [Animations]
------------------------------------------------------------------*/
@-webkit-keyframes autofill {
  0%,
  100% {
    color: #666;
    background: transparent;
  }
}
@-webkit-keyframes like-animation {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes like-animation {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes like-animation {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes like-animation {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes like-animation {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes arrow-animation {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
    opacity: 0;
  }
}
@-moz-keyframes arrow-animation {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
    opacity: 0;
  }
}
@-ms-keyframes arrow-animation {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
    opacity: 0;
  }
}
@-o-keyframes arrow-animation {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
    opacity: 0;
  }
}
@keyframes arrow-animation {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(4px, 0);
    -moz-transform: translate(4px, 0);
    -ms-transform: translate(4px, 0);
    -o-transform: translate(4px, 0);
    transform: translate(4px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrow-animation-reversed {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
@-moz-keyframes arrow-animation-reversed {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
@-ms-keyframes arrow-animation-reversed {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
@-o-keyframes arrow-animation-reversed {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
@keyframes arrow-animation-reversed {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-4px, 0);
    -moz-transform: translate(-4px, 0);
    -ms-transform: translate(-4px, 0);
    -o-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-moz-keyframes slide-in {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-ms-keyframes slide-in {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-o-keyframes slide-in {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes slide-in {
  0% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-moz-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-ms-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-o-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-webkit-keyframes slide-in-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-moz-keyframes slide-in-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-ms-keyframes slide-in-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-o-keyframes slide-in-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes slide-in-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-moz-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-ms-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-o-keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@keyframes slide-out {
  0% {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-webkit-keyframes slide-out-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-moz-keyframes slide-out-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-ms-keyframes slide-out-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-o-keyframes slide-out-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@keyframes slide-out-fade {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4deg);
  }
}
@-webkit-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-moz-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-ms-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@-o-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}
/*------------------------------------------------------------------
# [Buttons]
------------------------------------------------------------------*/
div[data-content-type="button-item"] > div,
div[data-content-type="button-item"] > a,
button,
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Nunito Sans', sans-serif;
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
}
div[data-content-type="button-item"] > div.full-width,
div[data-content-type="button-item"] > a.full-width,
button.full-width,
.btn.full-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
div[data-content-type="button-item"] > div:disabled,
div[data-content-type="button-item"] > a:disabled,
button:disabled,
.btn:disabled {
  cursor: default;
}
div[data-content-type="button-item"] > div,
div[data-content-type="button-item"] > a.pagebuilder-button-primary,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary,
.primary,
.secondary,
.tertiary,
.quaternary,
.quinary {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: 'Nunito Sans', sans-serif;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  white-space: nowrap;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
div[data-content-type="button-item"] > div.s,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.s,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.s,
.primary.s,
.secondary.s,
.tertiary.s,
.quaternary.s,
.quinary.s {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
div[data-content-type="button-item"] > div.m,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.m,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.m,
.primary.m,
.secondary.m,
.tertiary.m,
.quaternary.m,
.quinary.m {
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
}
div[data-content-type="button-item"] > div.l,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.l,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.l,
.primary.l,
.secondary.l,
.tertiary.l,
.quaternary.l,
.quinary.l {
  font-size: 16px;
  font-size: 1.6rem;
  height: 50px;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: bold;
}
div[data-content-type="button-item"] > div.light,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.light,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.light,
.primary.light,
.secondary.light,
.tertiary.light,
.quaternary.light,
.quinary.light {
  font-weight: 300;
}
div[data-content-type="button-item"] > div.bold,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.bold,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.bold,
.primary.bold,
.secondary.bold,
.tertiary.bold,
.quaternary.bold,
.quinary.bold {
  font-weight: 700;
}
div[data-content-type="button-item"] > div.semi-bold,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.semi-bold,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.semi-bold,
.primary.semi-bold,
.secondary.semi-bold,
.tertiary.semi-bold,
.quaternary.semi-bold,
.quinary.semi-bold {
  font-weight: 600;
}
div[data-content-type="button-item"] > div.no-padding,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.no-padding,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.no-padding,
.primary.no-padding,
.secondary.no-padding,
.tertiary.no-padding,
.quaternary.no-padding,
.quinary.no-padding {
  padding: 0;
}
div[data-content-type="button-item"] > div.font-12,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.font-12,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.font-12,
.primary.font-12,
.secondary.font-12,
.tertiary.font-12,
.quaternary.font-12,
.quinary.font-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
div[data-content-type="button-item"] > div.font-14,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.font-14,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.font-14,
.primary.font-14,
.secondary.font-14,
.tertiary.font-14,
.quaternary.font-14,
.quinary.font-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
div[data-content-type="button-item"] > div.font-16,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.font-16,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.font-16,
.primary.font-16,
.secondary.font-16,
.tertiary.font-16,
.quaternary.font-16,
.quinary.font-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
div[data-content-type="button-item"] > div.border-blue,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.border-blue,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.border-blue,
.primary.border-blue,
.secondary.border-blue,
.tertiary.border-blue,
.quaternary.border-blue,
.quinary.border-blue {
  border-color: #0da3b2;
}
div[data-content-type="button-item"] > div.dark,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.dark,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.dark,
.primary.dark,
.secondary.dark,
.tertiary.dark,
.quaternary.dark,
.quinary.dark {
  border-color: #172b41;
}
div[data-content-type="button-item"] > div.border-grey,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.border-grey,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.border-grey,
.primary.border-grey,
.secondary.border-grey,
.tertiary.border-grey,
.quaternary.border-grey,
.quinary.border-grey {
  border-color: #C4C7D2;
}
div[data-content-type="button-item"] > div.border-2,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.border-2,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.border-2,
.primary.border-2,
.secondary.border-2,
.tertiary.border-2,
.quaternary.border-2,
.quinary.border-2 {
  border-width: 2px;
}
div[data-content-type="button-item"] > div.active,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.active,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary.active,
.primary.active,
.secondary.active,
.tertiary.active,
.quaternary.active,
.quinary.active {
  background-color: #0da3b2;
  border-color: #0da3b2;
  color: #ffffff;
}
@media only screen and (min-width: 767px) {
  div[data-content-type="button-item"] > div:hover,
  div[data-content-type="button-item"] > a.pagebuilder-button-primary:hover,
  div[data-content-type="button-item"] > a.pagebuilder-button-secondary:hover,
  .primary:hover,
  .secondary:hover,
  .tertiary:hover,
  .quaternary:hover,
  .quinary:hover,
  div[data-content-type="button-item"] > div:active,
  div[data-content-type="button-item"] > a.pagebuilder-button-primary:active,
  div[data-content-type="button-item"] > a.pagebuilder-button-secondary:active,
  .primary:active,
  .secondary:active,
  .tertiary:active,
  .quaternary:active,
  .quinary:active {
    background-color: #0d8f9c;
    border-color: #0d8f9c;
    color: #ffffff;
  }
}
div[data-content-type="button-item"] > div [class^="icon-"],
div[data-content-type="button-item"] > a.pagebuilder-button-primary [class^="icon-"],
div[data-content-type="button-item"] > a.pagebuilder-button-secondary [class^="icon-"],
.primary [class^="icon-"],
.secondary [class^="icon-"],
.tertiary [class^="icon-"],
.quaternary [class^="icon-"],
.quinary [class^="icon-"] {
  font-size: 20px;
  font-size: 2rem;
  font-weight: inherit;
}
div[data-content-type="button-item"] > div [class^="icon-"] + span,
div[data-content-type="button-item"] > a.pagebuilder-button-primary [class^="icon-"] + span,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary [class^="icon-"] + span,
.primary [class^="icon-"] + span,
.secondary [class^="icon-"] + span,
.tertiary [class^="icon-"] + span,
.quaternary [class^="icon-"] + span,
.quinary [class^="icon-"] + span {
  margin-left: 10px;
}
div[data-content-type="button-item"] > div span + [class^="icon-"],
div[data-content-type="button-item"] > a.pagebuilder-button-primary span + [class^="icon-"],
div[data-content-type="button-item"] > a.pagebuilder-button-secondary span + [class^="icon-"],
.primary span + [class^="icon-"],
.secondary span + [class^="icon-"],
.tertiary span + [class^="icon-"],
.quaternary span + [class^="icon-"],
.quinary span + [class^="icon-"] {
  margin-left: 10px;
}
div[data-content-type="button-item"] > div.pagebuilder-button-primary,
div[data-content-type="button-item"] > a.pagebuilder-button-primary,
.primary {
  background-color: #0da3b2;
  color: #ffffff;
}
div[data-content-type="button-item"] > div.pagebuilder-button-primary.dark,
div[data-content-type="button-item"] > a.pagebuilder-button-primary.dark,
.primary.dark {
  background-color: #172b41;
}
@media only screen and (min-width: 767px) {
  div[data-content-type="button-item"] > div.pagebuilder-button-primary.dark:hover,
  div[data-content-type="button-item"] > a.pagebuilder-button-primary.dark:hover,
  .primary.dark:hover,
  div[data-content-type="button-item"] > div.pagebuilder-button-primary.dark:active,
  div[data-content-type="button-item"] > a.pagebuilder-button-primary.dark:active,
  .primary.dark:active {
    background-color: #0d8f9c;
    border-color: #0d8f9c;
    color: #ffffff;
  }
}
.secondary {
  background-color: #eef3f9;
  color: #1b2b3f;
}
.tertiary {
  background-color: #ffffff;
  color: #1b2b3f;
  border: 1px solid #1b2b3f;
}
div[data-content-type="button-item"] > div.pagebuilder-button-secondary,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary,
.quaternary {
  background-color: #e85d77;
  color: #ffffff;
}
div[data-content-type="button-item"] > div.pagebuilder-button-secondary:hover,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary:hover,
.quaternary:hover,
div[data-content-type="button-item"] > div.pagebuilder-button-secondary:active,
div[data-content-type="button-item"] > a.pagebuilder-button-secondary:active,
.quaternary:active {
  background-color: #db435f;
  border-color: #db435f;
  color: #ffffff;
}
.quinary {
  background-color: #000000;
  color: #ffffff;
}
.quinary:hover,
.quinary:active {
  background-color: #1b2b3f;
  border-color: #1b2b3f;
  color: #ffffff;
}
.btn-like {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  width: 40px;
  min-height: 40px;
  height: 40px;
  background-color: #eef3f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .btn-like {
    width: 48px;
    min-height: 48px;
    height: 48px;
  }
}
.btn-like.active:before {
  -webkit-animation: like-animation 0.5s linear forwards;
  -moz-animation: like-animation 0.5s linear forwards;
  -ms-animation: like-animation 0.5s linear forwards;
  animation: like-animation 0.5s linear forwards;
  content: "\e905";
  color: #e85d77;
}
.btn-like:before {
  font-size: 26px;
  font-size: 2.6rem;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: 'Superskin';
  content: "\e906";
}
@media only screen and (min-width: 767px) {
  .btn-like:hover:before,
  .btn-like:active:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    color: #e85d77;
  }
}
.btn-add-to-wishlist {
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: #0da3b2;
}
.btn-add-to-wishlist:before {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #1b2b3f;
  font-family: 'Superskin';
  content: "\e91c";
  margin-right: 6px;
}
@media only screen and (min-width: 767px) {
  .btn-add-to-wishlist:hover,
  .btn-add-to-wishlist:active {
    color: #0d8f9c;
  }
  .btn-add-to-wishlist:hover:before,
  .btn-add-to-wishlist:active:before {
    color: #0d8f9c;
  }
}
.btn-toggle-review-form {
  display: inline-flex;
  align-items: center;
}
.btn-toggle-review-form.active {
  border: 1px solid #1b2b3f;
  color: #1b2b3f;
  background-color: transparent;
}
.btn-toggle-review-form.active .icon-pencil {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-toggle-review-form.active .icon-pencil:before {
  content: "\e903";
}
.btn-go-submit-review {
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  color: #64646a;
}
.btn-go-submit-review:before {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #1b2b3f;
  font-family: 'Superskin';
  content: "\e919";
  margin-right: 6px;
}
.btn-add-review-media {
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  color: #64646a;
}
.btn-add-review-media:before {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: inherit;
  font-family: 'Superskin';
  content: "\e91e";
  margin-right: 2px;
}
.btn-remove-media {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  font-size: 0px;
  font-size: 0rem;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1b2b3f;
  color: #ffffff;
}
.btn-remove-media:before {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Superskin';
  content: "\e903";
}
@media only screen and (min-width: 767px) {
  .btn-remove-media:hover,
  .btn-remove-media:active {
    background-color: #0d8f9c;
  }
}
.btn-filter-toggle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-filter-toggle:before {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Superskin';
  content: "\e921";
  margin-right: 8px;
}
.btn-filter-close,
.btn-menu-close {
  font-size: 0px;
  font-size: 0rem;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 52px;
  background-color: #1b2b3f;
  color: #ffffff;
}
.btn-filter-close:before,
.btn-menu-close:before {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Superskin';
  content: "\e922";
}
.btn-menu-close {
  background-color: #64646a;
}
.btn-header-menu-toggle {
  font-size: 0px;
  font-size: 0rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 64px;
  color: #1b2b3f;
}
.btn-header-menu-toggle:before {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Superskin';
  content: "\e91f";
  font-weight: bold;
}
.btn-sys-header-menu {
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1b2b3f;
}
@media only screen and (min-width: 767px) {
  .btn-sys-header-menu:hover,
  .btn-sys-header-menu:active {
    color: #0da3b2;
  }
}
.btn-sys-header-menu.active:before {
  color: #0da3b2;
}
.btn-sys-header-menu.search:before {
  content: "\e923";
}
.btn-sys-header-menu.profile:before {
  content: "\e901";
}
.btn-sys-header-menu.wishlist:before {
  content: "\e906";
}
.btn-sys-header-menu.cart.active:before {
  color: #0da3b2;
}
.btn-sys-header-menu.cart:before {
  content: "\e900";
}
.btn-sys-header-menu:before {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Superskin';
}
.btn-sys-header-menu .notification-counter {
  position: absolute;
  bottom: -2px;
  right: 0;
}
.btn-mobile-sys-menu {
  position: relative;
  padding-left: 52px;
}
.btn-mobile-sys-menu.profile:before {
  content: "\e901";
}
.btn-mobile-sys-menu.wishlist:before {
  content: "\e906";
}
.btn-mobile-sys-menu.cart:before {
  content: "\e900";
}
.btn-mobile-sys-menu.faq:before {
  content: "\e925";
}
.btn-mobile-sys-menu:before {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Superskin';
  font-weight: 300;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 20px;
}
.btn-search-close {
  font-size: 26px;
  font-size: 2.6rem;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #868E98;
}
/*------------------------------------------------------------------
# [Image]
------------------------------------------------------------------*/
figure {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
}
figure img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  text-align: center;
  padding-top: 8px;
  display: block;
}
img {
  max-width: 100%;
}
/*------------------------------------------------------------------
# [Tables]
------------------------------------------------------------------*/
table {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1b2b3f;
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  text-align: left;
  border-bottom: 2px solid #dae9fa;
}
table th {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 33px;
  padding: 10px 16px;
}
table th strong {
  font-weight: 800;
}
table td {
  padding: 16px;
}
table .nowrap {
  white-space: nowrap;
}
table .tl {
  text-align: left;
}
table .tc {
  text-align: center;
}
table .tr {
  text-align: right;
}
/*------------------------------------------------------------------
# [Layout]
------------------------------------------------------------------*/
div[data-content-type="row"][data-appearance="contained"],
.page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px;
}
@media only screen and (min-width: 480px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 767px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1023px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1400px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1600px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1800px) {
  div[data-content-type="row"][data-appearance="contained"],
  .page {
    padding: 0 64px;
  }
}
main.page-main-full-width > h1 {
  padding: 0 15px;
}
main.page-main-full-width > .top-container > .breadcrumbs {
  padding: 0 15px;
}
/*------------------------------------------------------------------
# [Accordion]
------------------------------------------------------------------*/
.accordion {
  -webkit-transition: border-color 200ms ease-out;
  -moz-transition: border-color 200ms ease-out;
  -o-transition: border-color 200ms ease-out;
  -ms-transition: border-color 200ms ease-out;
  transition: border-color 200ms ease-out;
  color: #1b2b3f;
  border-bottom: 1px solid #98a4b1;
}
.accordion.table-of-contents {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid #dae9fa;
}
.accordion.table-of-contents:last-child {
  border: 2px solid #dae9fa;
}
.accordion.table-of-contents .accordion-header {
  border: 0;
}
.accordion.table-of-contents .accordion-content:before {
  content: none;
}
.accordion.open,
.accordion.is-open {
  border-color: #c1c8d0;
}
.accordion.open .accordion-header,
.accordion.is-open .accordion-header {
  color: #1b2b3f;
  border-color: #1b2b3f;
}
.accordion.open .accordion-header-title:after,
.accordion.is-open .accordion-header-title:after {
  content: "−";
}
.accordion.is-open .accordion-content {
  display: block;
}
.accordion.closed {
  border-color: #c1c8d0;
}
.accordion.closed .accordion-header {
  color: #c1c8d0;
  border-color: transparent;
}
@media only screen and (min-width: 767px) {
  .accordion.closed .accordion-header {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
  }
}
@media only screen and (min-width: 767px) and only screen and (min-width: 767px) {
  .accordion.closed .accordion-header:hover,
  .accordion.closed .accordion-header:active {
    color: #c1c8d0;
  }
}
.accordion .accordion-header {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  outline: 0;
  border-bottom: 1px solid transparent;
}
.accordion .accordion-header-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  position: relative;
  font-weight: 400;
  outline: 0;
  padding: 24px 60px 24px 16px;
  color: inherit;
}
.accordion .accordion-header-title:after {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: "+";
  color: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1023px) {
  .accordion .accordion-header-title:after {
    right: 36px;
  }
}
.accordion .accordion-content {
  display: none;
  padding-left: 16px;
  padding-right: 16px;
}
.accordion .accordion-content:before {
  content: "";
  height: 24px;
  display: block;
}
.accordion .accordion-content p:first-child {
  padding-top: 0;
  margin-top: 0;
}
/*------------------------------------------------------------------
# [Alerts]
------------------------------------------------------------------*/
.alert {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background-color: #e85d77;
  padding: 20px 24px;
  display: inline-flex;
  align-items: center;
}
.alert.success {
  background-color: #0da3b2;
}
.alert.added {
  background-color: #1b2b3f;
}
.alert p {
  margin: 0;
  padding: 0;
}
.alert p + [class^="icon-"] {
  margin-left: 8px;
  margin-right: 0;
}
.alert [class^="icon-"] {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 8px;
}
/*------------------------------------------------------------------
# [Form]
------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  user-select: auto;
  border: 0;
  appearance: none;
  color: #1b2b3f;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'Nunito Sans', sans-serif;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #98a4b1;
  width: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
  border-color: #1b2b3f;
}
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="password"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
textarea {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  padding: 16px 24px;
  scrollbar-width: thin;
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 5px;
}
textarea::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #98a4b1;
  margin: 15px 0;
}
textarea::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #c4c7d2;
}
input[type="file"] {
  display: none;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="checkbox"].toggle + label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 0 0 60px;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
}
input[type="checkbox"].toggle + label:after {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  content: "";
  border: 1px solid #98a4b1;
  height: 24px;
  width: 44px;
  left: 0;
  top: 0;
  bottom: 0;
}
input[type="checkbox"].toggle + label:before {
  -webkit-transition: left 150ms ease-out;
  -moz-transition: left 150ms ease-out;
  -o-transition: left 150ms ease-out;
  -ms-transition: left 150ms ease-out;
  transition: left 150ms ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 0;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  background-color: #D8E3EF;
}
input[type="checkbox"].toggle:checked + label {
  background-color: transparent;
}
input[type="checkbox"].toggle:checked + label:before {
  left: 23px;
  background-color: #B5E300;
}
input[type="checkbox"] + label {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  line-height: 20px;
  position: relative;
  color: #98a4b1;
  padding-left: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #98a4b1;
  border-radius: 4px;
}
input[type="checkbox"] + label:before {
  content: "";
  background-color: #ffffff;
}
input[type="checkbox"] + label:after {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "✓";
  border: 0;
}
input[type="checkbox"] + label a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
input[type="checkbox"]:disabled + label {
  pointer-events: none;
  cursor: default;
}
input[type="checkbox"]:disabled + label:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
input[type="checkbox"]:checked + label:before {
  background-color: #0da3b2;
  border-color: #0da3b2;
}
input[type="radio"] {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type="radio"] + label {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: none;
  line-height: 20px;
  position: relative;
  color: #98a4b1;
  padding-left: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"] + label:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  margin: 0;
  content: "";
  border: 1px solid #98a4b1;
  background-color: #ffffff;
}
input[type="radio"] + label:after {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: transparent;
}
input[type="radio"] + label a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
input[type="radio"]:checked + label:before {
  border-color: #0da3b2;
  border-width: 2px;
}
input[type="radio"]:checked + label:after {
  background-color: #0da3b2;
}
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  user-select: auto;
  border: 0;
  height: 50px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  border: 1px solid #98a4b1;
  border-radius: 25px;
  padding: 0 40px 0 20px;
  color: #1b2b3f;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url('../images/chevron-down.svg');
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px;
}
select:focus {
  outline: none;
  border-radius: 25px 25px 0 0;
}
select.full-width {
  width: 100%;
}
::placeholder {
  color: #98a4b1;
}
.form {
  display: flex;
  position: relative;
}
.form .field {
  flex: 1;
}
.form input[type="email"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 60px;
}
.form input[type="email"].is-error {
  border-color: #e85d77;
}
.form .actions {
  position: absolute;
  right: 0;
}
.form .action {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #0da3b2;
  color: #ffffff;
  display: inline-flex;
  height: 50px;
  width: 50px;
  min-width: 50px;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  white-space: no-wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.form .action:before {
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Superskin';
  content: "\e90a";
}
@media only screen and (min-width: 767px) {
  .form .action:hover,
  .form .action:active {
    background-color: #0d8f9c;
  }
}
.form .input-error {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding: 4px 24px 0 24px;
  color: #e85d77;
  margin: 0;
}
/*------------------------------------------------------------------
# [Cards]
------------------------------------------------------------------*/
.card {
  -webkit-transition: box-shadow 150ms ease-out;
  -moz-transition: box-shadow 150ms ease-out;
  -o-transition: box-shadow 150ms ease-out;
  -ms-transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 0;
}
.card.auto-height {
  flex: 0 1;
}
.card.full-width {
  flex: 1;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 767px) {
  .card:hover .card-image-wrapper > img,
  .card:active .card-image-wrapper > img,
  .card:hover .card-image-wrapper > a,
  .card:active .card-image-wrapper > a {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.card .card-figure,
.card .card-image-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .card .card-figure > img,
  .card .card-image-wrapper > img,
  .card .card-figure > a,
  .card .card-image-wrapper > a {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    -o-transition: transform 200ms ease-out;
    -ms-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
  }
}
.card .card-figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
  overflow: visible;
  background-color: #ffffff;
}
.card .card-figure a {
  display: flex;
  flex: 1;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
.card .card-image-wrapper {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card .card-article {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  padding: 8px 2px 0 2px;
}
@media only screen and (min-width: 767px) {
  .card .card-article {
    padding-top: 12px;
    padding: 8px 8px 0 8px;
  }
}
@media only screen and (min-width: 767px) {
  .card .card-article a:not(.btn):hover,
  .card .card-article a:not(.btn):active {
    color: #e85d77;
  }
}
.card .card-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.card .card-actions {
  margin-top: auto;
  padding-top: 8px;
}
.card .card-action-link {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 700;
}
.card .card-action-link span {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.card .card-action-link .icon-chevron-right {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 4px;
  display: inline;
}
.card-product.has-max-width {
  width: 168px;
  max-width: 168px;
}
@media only screen and (min-width: 767px) {
  .card-product.has-max-width {
    width: 214px;
    max-width: 214px;
  }
}
@media only screen and (min-width: 1023px) {
  .card-product.has-max-width {
    width: 254px;
    max-width: 254px;
  }
}
.card-product.horizontal {
  flex-direction: row;
}
.card-product.horizontal .card-figure {
  padding-top: 0;
  width: 106px;
  height: 106px;
  min-width: 106px;
}
.card-product.horizontal .card-article {
  padding-top: 4px;
  margin-left: 16px;
  white-space: normal;
}
.card-product.horizontal .card-subtitle {
  padding-bottom: 2px;
}
.card-product.horizontal .card-title {
  line-height: 21px;
  margin-bottom: 8px;
}
.card-product.horizontal .card-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  color: #1b2b3f;
}
.card-product.horizontal .card-description strong {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.card-product .card-figure {
  padding-top: 120%;
}
.card-product .card-image-wrapper a {
  mix-blend-mode: multiply;
}
.card-product .card-image {
  mix-blend-mode: multiply;
  max-width: 100%;
  max-height: 100%;
}
.card-product .card-tags {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 767px) {
  .card-product .card-tags {
    top: 32px;
  }
}
.card-product .product-tag.circle {
  position: absolute;
  left: 18px;
}
@media only screen and (min-width: 767px) {
  .card-product .product-tag.circle {
    top: -16px;
  }
}
.card-product .btn-like {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media only screen and (min-width: 767px) {
  .card-product .btn-like {
    right: 16px;
    bottom: 16px;
  }
}
.card-product .card-subtitle {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0 4px 0 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .card-product .card-subtitle + .product-stock {
    display: none;
  }
}
.card-product .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  margin-bottom: 4px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .card-product .card-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
  }
}
.card-product .card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  color: #9da5ae;
  margin-bottom: 6px;
}
@media only screen and (min-width: 767px) {
  .card-product .card-description {
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .card-product .product-rating + .product-stock {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .card-product .product-rating label {
    display: none;
  }
}
.card-product .lowest-price {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 16px;
  padding: 8px 0 4px 0;
  color: #9da5ae;
}
.card-product .card-price {
  margin-top: 6px;
}
@media only screen and (min-width: 767px) {
  .card-product .card-price {
    margin-top: 4px;
  }
}
.card-product .card-price .price-label {
  display: none;
}
.card-product .card-actions .btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .card-product .card-actions .btn {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 767px) {
  .card-product .card-actions .btn {
    width: auto;
  }
}
.card-product .card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.card-product-promo.has-max-width {
  width: 168px;
  max-width: 168px;
}
@media only screen and (min-width: 767px) {
  .card-product-promo.has-max-width {
    width: 214px;
    max-width: 214px;
  }
}
@media only screen and (min-width: 1023px) {
  .card-product-promo.has-max-width {
    width: 254px;
    max-width: 254px;
  }
}
.card-product-promo .card-figure {
  border: 0;
  padding-top: calc(120% + 4px);
}
.card-product-promo .card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-product-promo .card-article {
  padding-top: 16px;
}
.card-product-promo .card-title {
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0;
}
.card-product-promo .card-description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .card-product-promo .card-description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.card-featured.has-max-width {
  width: 295px;
  max-width: 295px;
}
@media only screen and (min-width: 360px) {
  .card-featured.has-max-width {
    width: 325px;
    max-width: 325px;
  }
}
@media only screen and (min-width: 767px) {
  .card-featured.has-max-width {
    max-width: none;
  }
}
.card-featured .card-figure {
  padding-top: 82%;
}
.card-featured .card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-featured .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 6px;
  font-weight: 800;
  margin-top: 16px;
}
@media only screen and (min-width: 767px) {
  .card-featured .card-title {
    margin-top: 26px;
  }
}
.card-featured .card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 767px) {
  .card-featured .card-description {
    line-height: 24px;
  }
}
.card-featured .card-actions {
  padding-top: 28px;
}
.card-blog.has-max-width {
  width: 255px;
  max-width: 255px;
}
@media only screen and (min-width: 767px) {
  .card-blog.has-max-width {
    max-width: none;
  }
}
.card-blog .card-figure {
  padding-top: 59%;
}
.card-blog .card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-blog .card-subtitle {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 0;
  font-weight: 400;
  margin-bottom: 6px;
}
@media only screen and (min-width: 767px) {
  .card-blog .card-subtitle {
    margin-bottom: 12px;
  }
}
.card-blog .card-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  margin-bottom: 8px !important;
  font-weight: 800;
}
@media only screen and (min-width: 767px) {
  .card-blog .card-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    margin-bottom: 6px !important;
  }
}
.card-blog .card-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #9da5ae;
}
@media only screen and (min-width: 767px) {
  .card-blog .card-description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
  }
}
.card-blog .product-card-actions {
  padding-top: 12px;
}
@media only screen and (min-width: 767px) {
  .card-blog .product-card-actions {
    padding-top: 28px;
  }
}
.card-review {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 32px 32px 24px 32px;
}
.card-review.has-max-width {
  width: 285px;
  max-width: 285px;
}
@media only screen and (min-width: 767px) {
  .card-review.has-max-width {
    width: 355px;
    max-width: 355px;
  }
}
@media only screen and (min-width: 767px) {
  .card-review:hover .card-figure,
  .card-review:active .card-figure {
    background-color: #c2e300;
    color: #1b2b3f;
  }
}
@media only screen and (min-width: 767px) {
  .card-review:hover cite,
  .card-review:active cite {
    border-color: #1b2b3f;
  }
}
.card-review .card-figure {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  background-color: #1b2b3f;
  color: #c2e300;
  width: 72px;
  height: 72px;
  min-width: 72px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.card-review .card-article {
  padding: 0;
  margin: 0;
  border: 0;
}
.card-review .card-description {
  font-weight: 300;
  line-height: 26px;
  padding: 24px 0;
}
.card-review cite {
  -webkit-transition: border-color 200ms ease-out;
  -moz-transition: border-color 200ms ease-out;
  -o-transition: border-color 200ms ease-out;
  -ms-transition: border-color 200ms ease-out;
  transition: border-color 200ms ease-out;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  border-top: 2px solid #c2e300;
  padding-top: 28px;
  margin-top: auto;
  margin-left: 0;
}
.card-help {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 35px rgba(27, 43, 63, 0.1);
  padding: 40px 16px 56px 16px;
}
@media only screen and (min-width: 767px) {
  .card-help {
    flex-direction: row-reverse;
    justify-content: center;
    padding: 56px 24px 56px 74px;
  }
}
.card-help.has-max-width {
  max-width: 400px;
}
@media only screen and (min-width: 767px) {
  .card-help.has-max-width {
    max-width: 824px;
  }
}
@media only screen and (min-width: 767px) {
  .card-help:hover,
  .card-help:active {
    box-shadow: 0px 4px 35px rgba(27, 43, 63, 0.3);
  }
}
.card-help .card-figure {
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .card-help .card-figure {
    width: 33.33%;
  }
}
@media only screen and (min-width: 767px) {
  .card-help .card-figure + .card-article {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    width: 66.66%;
  }
}
@media only screen and (min-width: 767px) {
  .card-help .card-figure + .card-article .card-actions {
    padding-top: 16px;
    justify-content: flex-start;
  }
}
.card-help .card-image-wrapper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .card-help .card-image-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .card-help .card-image {
    display: none;
  }
}
.card-help .card-article {
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .card-help .card-article {
    text-align: center;
  }
}
.card-help .card-title {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 34px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 767px) {
  .card-help .card-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 880px) {
  .card-help .card-title {
    margin-bottom: 32px;
  }
}
.card-help .card-description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .card-help .card-description {
    line-height: 29px;
  }
}
.card-help .card-actions {
  display: flex;
  margin-top: 16px;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 767px) {
  .card-help .card-actions {
    margin-top: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 56px;
  }
}
@media only screen and (min-width: 880px) {
  .card-help .card-actions {
    padding-top: 32px;
  }
}
.card-help [class^="icon-"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  font-size: 4rem;
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e85d77;
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) {
  .card-help [class^="icon-"] {
    display: none;
  }
}
.card-skintest {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 4px 35px rgba(27, 43, 63, 0.1);
  padding: 24px 16px;
}
@media only screen and (min-width: 767px) {
  .card-skintest {
    padding: 62px 50px;
  }
}
.card-skintest.has-max-width {
  max-width: 400px;
}
@media only screen and (min-width: 767px) {
  .card-skintest.has-max-width {
    max-width: 648px;
  }
}
@media only screen and (min-width: 767px) {
  .card-skintest:hover,
  .card-skintest:active {
    box-shadow: 0px 4px 35px rgba(27, 43, 63, 0.3);
  }
}
.card-skintest .card-article {
  text-align: center;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .card-skintest .card-article {
    text-align: left;
  }
}
.card-skintest .card-title {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 34px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 767px) {
  .card-skintest .card-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 880px) {
  .card-skintest .card-title {
    margin-bottom: 32px;
  }
}
.card-skintest .card-description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .card-skintest .card-description {
    line-height: 29px;
  }
}
.card-skintest .card-description p {
  margin: 0;
  padding: 0;
}
.card-skintest .card-description p + p {
  padding-top: 16px;
}
.card-skintest .card-actions {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media only screen and (min-width: 767px) {
  .card-skintest .card-actions {
    margin-top: auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 56px;
  }
}
/*------------------------------------------------------------------
# [List Items]
------------------------------------------------------------------*/
.list-items {
  width: 100%;
  margin: -3px 0;
  list-style: none;
}
.list-items > .item {
  padding: 3px 0;
}
.list-products {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden;
  margin: -16px -4px;
}
@media only screen and (min-width: 767px) {
  .list-products {
    margin: -24px -6px;
  }
}
.list-products > .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
  padding: 0;
  flex: 0 0 50%;
  padding: 16px 4px;
}
@media only screen and (min-width: 767px) {
  .list-products > .item {
    flex: 0 0 33.33%;
    padding: 24px 6px;
  }
}
@media only screen and (min-width: 1023px) {
  .list-products > .item {
    flex: 0 0 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .list-products > .item {
    flex: 0 0 20%;
  }
}
.list-contact-us {
  margin: -8px 0;
}
.list-contact-us > .item {
  padding: 8px 0;
}
.list-category-tags {
  margin: 0;
  display: flex;
  gap: 12px;
}
.list-category-tags > .item {
  padding: 0;
  margin: 0;
}
.list-colors {
  margin: 0;
  display: flex;
  gap: 8px;
}
.list-colors > .item {
  padding: 0;
  margin: 0;
}
/*
.list-flyout-links {

	> .item {
		border-bottom: 1px solid @grey-dark;

		&:first-child {
			border-top: 1px solid @grey-dark;
		}
	}
}

.list-flyout-store-info {
	margin: -8px 0;

	> .item {
		padding: 8px 0;
	}
}



.list-teo-articles {
	margin: 0;
	border-top: 1px solid @grey-dark;

	> .item {
		padding: 0;
		border-bottom: 1px solid @grey-dark;
	}
}

.list-mini-cart-products {
	margin: -15px 0;

	> .item {
		padding: 15px 0;
	}
}

.list-footer-navigation {
	margin: -5px 0;

	@media @bp_768_max {
		padding-bottom: 20px;
	}

	> .item {
		padding: 5px 0;
	}
}

.list-trending {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	width: auto;

	@media @bp_1024 {
		flex-wrap: nowrap;
	}

	> .item {
		.box-sizing;
		padding: 10px;
		width: 50%;

		@media @bp_768 {
			width: 33.33%;
		}

		@media @bp_1024 {
			width: 16.66%;
		}
	}
}

.list-categories {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	width: auto;

	@media @bp_1200 {
		margin: -@gutter/2;
	}

	> .item {
		.box-sizing;
		padding: 10px;
		width: 50%;

		@media @bp_768 {
			width: 33.33%;
		}

		@media @bp_1024 {
			width: 16.66%;
		}

		@media @bp_1200 {
			padding: @gutter/2;
		}
	}
}

.list-category-filters {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	width: auto;

	@media @bp_1200 {
		margin: -@gutter/2;
	}

	> .item {
		.box-sizing;
		padding: 10px;
		width: 50%;

		@media @bp_768 {
			width: 33.33%;
		}

		@media @bp_1024 {
			width: 25%;
		}

		@media @bp_1200 {
			padding: @gutter/2;
		}
	}
}

.list-category-filters-alt {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	width: auto;

	@media @bp_768 {
		margin: -20px -10px;
	}

	@media @bp_1024 {
		margin: -30px -@gutter/2;
	}

	> .item {
		.box-sizing;
		padding: 10px;
		width: 100%;

		@media @bp_768 {
			width: 33.33%;
			padding: 20px 10px;
		}

		@media @bp_1024 {
			padding: 30px @gutter/2;
		}
	}
}

.list-element-examples {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	margin: -@gutter-mobile/2;

	@media @bp_768 {
		margin: -@gutter/2;
	}

	&.list-element-examples-products {
		
		> .item {
			.box-sizing;
			width: 50%;

			@media @bp_768 {
				width: 33.33%;
			}

			@media @bp_1100 {
				width: 25%;
			}
		}
	}

	> .item {
		.box-sizing;
		display: flex;
		flex-direction: column;
		padding: @gutter-mobile/2;

		@media @bp_768 {
			padding: @gutter/2;
		}

		&.full-width {
			width: 100%;
		}
	}
}

.list-promo-products-mini {
	border-top: 1px solid @grey-dark;

	> .item {
		padding: 6px 0;
		border-bottom: 1px solid @grey-dark;
	}
}

.list-section-shortcuts {
	margin: -10px;
	display: flex;
	flex-wrap: wrap;
	width: auto;

	@media @bp_1024 {
		margin: -20px -10px;
	}

	@media @bp_1024 {
		margin: -30px -20px;
	}

	> .item {
		.box-sizing;
		padding: 10px;
		width: 100%;

		@media @bp_768 {
			width: 33.33%;
			padding: 20px 10px;
		}

		@media @bp_1024 {
			padding: 30px 20px;
		}
	}
}

.list-accordion {
	.box-sizing;
	margin: 0;

	> .item {
		border-bottom: 1px solid @grey-dark;

		&:first-child {
			border-top: 1px solid @grey-dark;
		}
	}
}
*/
/*------------------------------------------------------------------
# [Section Building Blocks]
------------------------------------------------------------------*/
.pswp-single,
.pswp-img {
  cursor: pointer;
}
.breadcrumbs {
  font-size: 0px;
  font-size: 0rem;
  color: #98a4b1;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0 22px 0;
}
.breadcrumbs > ul {
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs.product-breadcrumbs > li,
  .breadcrumbs.product-breadcrumbs .item {
    display: none;
  }
  .breadcrumbs.product-breadcrumbs > li:nth-last-child(2),
  .breadcrumbs.product-breadcrumbs .item:nth-last-child(2) {
    display: inline-flex;
  }
  .breadcrumbs.product-breadcrumbs > li:nth-last-child(2) a:after,
  .breadcrumbs.product-breadcrumbs .item:nth-last-child(2) a:after {
    content: none;
  }
  .breadcrumbs.product-breadcrumbs > li:nth-last-child(2) a:before,
  .breadcrumbs.product-breadcrumbs .item:nth-last-child(2) a:before {
    content: "\e918";
  }
}
.breadcrumbs > li,
.breadcrumbs .item {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-flex;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 767px) {
  .breadcrumbs > li,
  .breadcrumbs .item {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 20px;
  }
}
.breadcrumbs > li:last-child a:after,
.breadcrumbs .item:last-child a:after {
  content: none;
}
.breadcrumbs a {
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
  color: #98a4b1;
  margin-right: 4px;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .breadcrumbs a:hover,
  .breadcrumbs a:active {
    color: #e85d77;
  }
}
.breadcrumbs a:before {
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Superskin';
  margin-right: 4px;
}
.breadcrumbs a:after {
  font-size: 10px;
  font-size: 1rem;
  font-family: 'Superskin';
  position: relative;
  content: "\e90b";
  display: inline-block;
  padding-left: 4px;
  font-weight: normal;
}
@media only screen and (min-width: 767px) {
  .skintest {
    display: flex;
    align-items: center;
  }
}
.skintest .skintest-figure {
  display: none;
}
@media only screen and (min-width: 767px) {
  .skintest .skintest-figure {
    display: inline-flex;
  }
}
.skintest .card-skintest {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .skintest .card-skintest {
    margin: 0 0 0 -100px;
  }
}
@media only screen and (min-width: 1023px) {
  .skintest .card-skintest {
    margin: 118px 0 118px -100px;
  }
}
.shop-features {
  padding: 20px 0;
}
.shop-features .break {
  display: none;
}
@media only screen and (min-width: 1023px) {
  .shop-features .break {
    display: block;
    width: 100%;
    height: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  .shop-features .break {
    display: none;
  }
}
.brands-ticker {
  padding: 40px 0;
}
@media only screen and (min-width: 767px) {
  .brands-ticker {
    padding: 75px 0;
  }
}
.subscribe-to-newsletter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .subscribe-to-newsletter {
    display: flex;
  }
}
.subscribe-to-newsletter .newsletter-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  padding-bottom: 4px;
}
@media only screen and (min-width: 767px) {
  .subscribe-to-newsletter .newsletter-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 12px;
  }
}
.subscribe-to-newsletter .newsletter-lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 767px) {
  .subscribe-to-newsletter .newsletter-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
  }
}
.subscribe-to-newsletter .form {
  margin: 16px auto 0 auto;
  max-width: 540px;
}
@media only screen and (min-width: 767px) {
  .subscribe-to-newsletter .form {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1023px) {
  .subscribe-to-newsletter .form {
    max-width: none;
    margin: 6px 0 0 0;
  }
}
.subscribe-to-newsletter input[type="email"] {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  height: 56px;
}
.subscribe-to-newsletter input[type="email"]::placeholder {
  color: #1F2B3D;
}
.subscribe-to-newsletter .action {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  height: 56px;
  width: 56px;
  background-color: transparent;
}
@media only screen and (min-width: 767px) {
  .subscribe-to-newsletter .action:hover,
  .subscribe-to-newsletter .action:active {
    background-color: transparent;
  }
  .subscribe-to-newsletter .action:hover:before,
  .subscribe-to-newsletter .action:active:before {
    color: #0da3b2;
  }
}
.subscribe-to-newsletter .action:before {
  color: #1b2b3f;
}
.subscribe-to-newsletter .newsletter-disclaimer {
  font-size: 10px;
  font-size: 1rem;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .subscribe-to-newsletter .newsletter-disclaimer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 1023px) {
  .subscribe-to-newsletter .newsletter-disclaimer {
    padding-left: 22px;
    padding-top: 10px;
  }
}
.subscribe-to-newsletter .newsletter-disclaimer a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.product-rating {
  display: flex;
  align-items: center;
  line-height: 1;
}
.product-rating label {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 6px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
}
.rating {
  font-size: 0px;
  font-size: 0rem;
  background-image: url('../img/stars-outline.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 53px;
  height: 10px;
  position: relative;
  display: inline-block;
}
.rating.m {
  height: 14px;
  width: 74px;
}
.rating.m.rating-5:after {
  width: 74px;
}
.rating.m.rating-4-5:after {
  width: 67px;
}
.rating.m.rating-4:after {
  width: 60px;
}
.rating.m.rating-3-5:after {
  width: 52px;
}
.rating.m.rating-3:after {
  width: 46px;
}
.rating.m.rating-2-5:after {
  width: 38px;
}
.rating.m.rating-2:after {
  width: 31px;
}
.rating.m.rating-1-5:after {
  width: 22px;
}
.rating.m.rating-1:after {
  width: 16px;
}
.rating.m.rating-0-5:after {
  width: 8px;
}
.rating.m.rating-0:after {
  width: 0;
}
.rating.l {
  background-image: url('../img/stars-big-grey.svg');
  width: 141px;
  height: 25px;
}
.rating.l:after {
  background-image: url('../img/stars-big.svg');
}
.rating.l.rating-5:after {
  width: 141px;
}
.rating.l.rating-4-5:after {
  width: 131px;
}
.rating.l.rating-4:after {
  width: 115px;
}
.rating.l.rating-3-5:after {
  width: 101px;
}
.rating.l.rating-3:after {
  width: 88px;
}
.rating.l.rating-2-5:after {
  width: 72px;
}
.rating.l.rating-2:after {
  width: 58px;
}
.rating.l.rating-1-5:after {
  width: 42px;
}
.rating.l.rating-1:after {
  width: 28px;
}
.rating.l.rating-0-5:after {
  width: 13px;
}
.rating.rating-5:after {
  width: 53px;
}
.rating.rating-4-5:after {
  width: 48px;
}
.rating.rating-4:after {
  width: 43px;
}
.rating.rating-3-5:after {
  width: 37px;
}
.rating.rating-3:after {
  width: 32px;
}
.rating.rating-2-5:after {
  width: 27px;
}
.rating.rating-2:after {
  width: 22px;
}
.rating.rating-1-5:after {
  width: 16px;
}
.rating.rating-1:after {
  width: 11px;
}
.rating.rating-0-5:after {
  width: 5px;
}
.rating.rating-0:after {
  width: 0;
}
.rating.rating-none {
  background: none;
}
.rating.rating-none:after {
  content: none;
}
.rating:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url('../img/stars.svg');
  background-size: cover;
}
.product-stock {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}
.product-stock.is-stock:before {
  background-color: #5ac950;
}
.product-stock.no-stock:before {
  background-color: #e85d77;
}
.product-stock:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  background-color: #eef3f9;
  display: inline-flex;
  margin-right: 6px;
}
.price-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.price-box .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}
.price-box .unit {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  color: #64646a;
  margin-left: 12px;
}
@media only screen and (min-width: 767px) {
  .price-box .unit {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 10px;
  }
}
.price-box .old-price {
  margin-right: 8px;
}
.price-box .old-price .price {
  font-weight: 400;
  color: #9da5ae;
  text-decoration-line: line-through;
}
.product-tag {
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  line-height: 1;
  background-color: #e85d77;
  text-align: center;
}
.product-tag.circle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  height: 48px;
  justify-content: center;
  white-space: nowrap;
}
@media only screen and (min-width: 767px) {
  .product-tag.circle {
    font-size: 13px;
    font-size: 1.3rem;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}
.hero-slide {
  display: flex;
  flex: 1;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  .hero-slide {
    max-height: 600px;
  }
}
.hero-slide .page {
  display: flex;
  flex: 1;
  width: 100%;
}
.hero-slide .hero-background {
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-slide .hero-background picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-slide .hero-background picture img {
  width: 100%;
  height: 100%;
}
.hero-slide .hero-figure {
  display: flex;
  margin: 0;
  position: relative;
  line-height: 0;
  flex: 1;
}
@media only screen and (min-width: 767px) {
  .hero-slide .hero-figure {
    padding: 0 32px;
  }
}
.hero-slide .hero-figure picture {
  display: block;
  width: 100%;
}
.hero-slide .hero-figure img {
  width: 100%;
  height: 100%;
}
.absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .gallery {
    flex-direction: row;
    gap: 8px;
  }
}
@media only screen and (min-width: 1023px) {
  .gallery {
    gap: 16px;
  }
}
.gallery .swiper-main-gallery-wrapper {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  border: 2px solid #eef3f9;
}
.gallery .product-tag {
  pointer-events: none;
  cursor: default;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
}
@media only screen and (min-width: 1023px) {
  .gallery .product-tag {
    left: 32px;
    top: 32px;
  }
}
.gallery .btn-like {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 48px;
  height: 48px;
}
.gallery .swiper-main-gallery {
  margin: 0;
}
.gallery .swiper-main-gallery .swiper-container {
  padding: 0;
}
.gallery .swiper-main-gallery .swiper-wrapper {
  padding: 0;
}
.gallery .swiper-main-gallery .swiper-slide {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.gallery .swiper-main-gallery .swiper-slide img {
  width: 100%;
  max-height: 100%;
}
.gallery .swiper-main-gallery .swiper-pagination {
  bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .gallery .swiper-main-gallery .swiper-pagination {
    display: none;
  }
}
.gallery .swiper-main-gallery-thumbs {
  display: none;
}
@media only screen and (min-width: 767px) {
  .gallery .swiper-main-gallery-thumbs {
    display: block;
    position: relative;
  }
}
.gallery .swiper-main-gallery-thumbs .swiper-container {
  overflow: hidden;
  height: 100%;
}
.gallery .swiper-main-gallery-thumbs .swiper-wrapper {
  flex-direction: column;
}
.gallery .swiper-main-gallery-thumbs .swiper-slide {
  align-items: center;
  cursor: pointer;
  position: relative;
  background-color: #ffffff;
  width: 94px;
  height: 94px;
}
.gallery .swiper-main-gallery-thumbs .swiper-slide:hover:before,
.gallery .swiper-main-gallery-thumbs .swiper-slide:active:before {
  border-color: #0da3b2;
}
.gallery .swiper-main-gallery-thumbs .swiper-slide:before {
  pointer-events: none;
  cursor: default;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #eef3f9;
  z-index: 1;
}
.gallery .swiper-main-gallery-thumbs .swiper-slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.gallery .swiper-main-gallery-thumbs .swiper-slide-thumb-active:before {
  border-color: #0da3b2;
}
.gallery .gallery-image-wrapper img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 64px 42px;
  cursor: pointer;
}
.gallery .gallery-thumb-wrapper {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .gallery-thumb {
  cursor: pointer;
}
.product-main-details {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .product-main-details {
    flex-direction: row;
  }
}
@media only screen and (min-width: 767px) {
  .product-gallery .gallery .swiper-main-gallery-wrapper {
    max-width: 262px;
  }
}
@media only screen and (min-width: 1023px) {
  .product-gallery .gallery .swiper-main-gallery-wrapper {
    max-width: 362px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-gallery .gallery .swiper-main-gallery-wrapper {
    max-width: 512px;
  }
}
.product-gallery .gallery .swiper-main-gallery-thumbs .swiper-slide {
  width: 50px;
  height: 50px;
}
@media only screen and (min-width: 1023px) {
  .product-gallery .gallery .swiper-main-gallery-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-gallery .gallery .swiper-main-gallery-thumbs .swiper-slide {
    width: 94px;
    height: 94px;
  }
}
.product-info {
  margin-top: 16px;
}
@media only screen and (min-width: 767px) {
  .product-info {
    margin: 0 0 0 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info {
    margin-left: 40px;
  }
}
.product-info .product-brand-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .product-info .product-brand-title {
    margin-bottom: 16px;
  }
}
.product-info .product-title {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) {
  .product-info .product-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 34px;
  }
}
.product-info .rating-and-stock {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-info .product-rating label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.product-info .btn-go-submit-review {
  display: none;
  margin-left: 12px;
}
@media only screen and (min-width: 1023px) {
  .product-info .btn-go-submit-review {
    display: inline-flex;
  }
}
.product-info .product-stock {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .product-info .product-stock {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.product-info .product-short-description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  margin-bottom: 12px;
}
.product-info .product-short-description strong {
  font-weight: 700;
}
.product-info .product-short-description-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
}
.product-info .product-highlights {
  margin: 0 0 10px 0;
}
.product-info .product-highlights li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 26px;
}
.product-info .product-highlights li + li {
  margin-top: 6px;
}
.product-info .product-highlights li:before {
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Superskin';
  content: "\e919";
  color: #0da3b2;
}
.product-info .product-specs {
  margin: 0;
}
.product-info .product-specs li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-info .product-specs li + li {
  margin-top: 2px;
}
.product-info .product-specs strong {
  font-weight: 700;
}
.product-info .size-and-color {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.product-info .product-size {
  display: flex;
  flex-direction: column;
}
.product-info .product-size .product-size-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1023px) {
  .product-info .product-size .dropdown {
    pointer-events: none;
    cursor: default;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info .product-size .selected-option {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info .product-size .dropdown-results {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: static;
    border: 0;
    width: 100% !important;
    padding: 0;
    display: flex !important;
    overflow: visible;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info .product-size .dropdown-results:after {
    content: none;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info .product-size .dropdown-results-scroller {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    overflow: visible;
    max-height: none;
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    gap: 8px;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info .product-size .dropdown-result-option {
    pointer-events: auto;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1b2b3f;
  }
}
.product-info .product-colors {
  display: flex;
  flex-direction: column;
}
.product-info .product-colors .product-colors-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.product-info .product-price {
  margin-top: 16px;
}
.product-info .product-price .price {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
}
.product-info .product-price .old-price {
  margin-right: 16px;
}
@media only screen and (min-width: 767px) {
  .product-info .product-price .old-price .price {
    font-weight: 700;
  }
}
.product-info .product-price .special-price .price {
  font-weight: 800;
}
.product-info .product-price .lowest-price {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 16px;
  padding-top: 6px;
}
.product-info .product-add-to-wishlist {
  margin-top: 16px;
}
.product-info .product-add-to-wishlist + .product-price {
  margin-top: 2px;
}
@media only screen and (min-width: 767px) {
  .product-info .product-add-to-wishlist + .product-price {
    margin-top: 8px;
  }
}
.product-info .product-stock-alert {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1023px) {
  .product-info .product-stock-alert {
    margin-top: 30px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.product-info .product-stock-alert .product-stock-alert-txt {
  margin: 0 0 16px 0;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .product-info .product-stock-alert .product-stock-alert-txt {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1023px) {
  .product-info .product-stock-alert .product-stock-alert-txt {
    max-width: 205px;
    margin-bottom: 0;
  }
}
.product-info .product-stock-alert .input-error {
  position: absolute;
  bottom: -20px;
}
.product-quantity-discount {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 16px;
}
@media only screen and (min-width: 767px) {
  .product-quantity-discount {
    margin-top: 24px;
  }
}
.product-quantity-discount .discount-table {
  width: auto;
  margin-top: 10px;
}
.product-quantity-discount .discount-table td {
  border: 0;
  padding: 5px 6px;
}
.product-quantity-discount .discount-table td:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1023px) {
  .product-quantity-discount .discount-table td:first-child {
    padding-right: 20px;
  }
}
.product-quantity-discount .discount-table td:last-child {
  padding-right: 0;
}
.product-quantity-discount .discount-table td:nth-child(2),
.product-quantity-discount .discount-table td:nth-child(3) {
  width: 5px;
}
.product-quantity-discount .quantity-discount-item {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-top: 16px;
  line-height: 20px;
}
.product-quantity-discount .quantity-disocunt-item-label {
  margin-right: 14px;
}
.product-quantity-discount .quantity-price {
  margin-left: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
.product-quantity-discount .price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
}
.product-quantity-discount .unit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
.discount-bubble {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 60px;
  background-color: #1b2b3f;
  padding: 0 12px;
}
.product-additional-details {
  margin-top: 32px;
}
@media only screen and (min-width: 767px) {
  .product-additional-details {
    margin-top: 40px;
  }
}
.product-additional-details .shop-features {
  padding: 32px 0;
}
@media only screen and (min-width: 767px) {
  .product-additional-details .shop-features {
    padding: 56px 0 70px 0;
  }
}
@media only screen and (min-width: 767px) {
  .product-additional-details .shop-features .swiper-slide {
    justify-content: space-between;
  }
}
.product-additional-details .shop-features .item-shop-feature {
  font-size: 0px;
  font-size: 0rem;
}
.product-additional-details .shop-features .item-shop-feature [class^="icon-"] {
  font-size: 42px;
  font-size: 4.2rem;
  background-color: #eef3f9;
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin: 0;
}
@media only screen and (min-width: 1023px) {
  .product-additional-details .shop-features .item-shop-feature [class^="icon-"] {
    font-size: 58px;
    font-size: 5.8rem;
    width: 104px;
    min-width: 104px;
    height: 104px;
  }
}
.product-additional-details .accordion .accordion-header-title {
  font-weight: 700;
}
.dropdown {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 16px;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 30px;
  min-height: 30px;
}
@media only screen and (min-width: 767px) {
  .dropdown {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
  }
}
.dropdown.no-border .selected-option {
  border: 0;
}
.dropdown.connected.is-open .selected-option {
  border-radius: 15px 15px 0 0;
}
.dropdown.connected .dropdown-results {
  top: 29px;
  right: 0;
  border-radius: 0 0 15px 15px;
}
.dropdown.connected .dropdown-results-scroller {
  padding-top: 8px;
  border-radius: 0;
}
.dropdown.connected .dropdown-results-scroller::-webkit-scrollbar-track {
  margin: 0 0 15px 0;
}
.dropdown.trigger-only {
  max-width: 30px;
}
.dropdown.trigger-only.is-open .selected-option:after {
  content: "\e903";
}
.dropdown.trigger-only .selected-option {
  padding: 0;
}
.dropdown.trigger-only .selected-option > * {
  display: none;
}
.dropdown.anchor-right .dropdown-results {
  left: auto;
  right: 0;
}
.dropdown.match-size .dropdown-results {
  right: 0;
}
.dropdown.match-size .dropdown-results-scroller {
  max-width: none;
}
.dropdown.match-size .dropdown-result-option-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.dropdown.has-max-height .dropdown-results-scroller {
  max-height: 180px;
}
.dropdown.colors-circles.has-max-height .dropdown-results-scroller {
  max-height: 168px;
}
.dropdown.colors-circles.trigger-only .dropdown-result-option,
.dropdown.colors-circles.trigger-only .dropdown-result-option-value {
  font-size: 0px;
  font-size: 0rem;
}
.dropdown.colors-circles.trigger-only .dropdown-result-option small,
.dropdown.colors-circles.trigger-only .dropdown-result-option-value small {
  font-size: 0px;
  font-size: 0rem;
}
.dropdown.colors-circles .dropdown-results {
  max-width: 138px;
  white-space: nowrap;
  background-color: #f8fafd;
}
.dropdown.colors-circles .dropdown-results:after {
  background: linear-gradient(180deg, rgba(248, 250, 253, 0) 0%, #ffffff 95%);
}
.dropdown.colors-circles .dropdown-results-scroller {
  padding: 8px;
}
.dropdown.colors-circles .dropdown-result-option {
  padding: 4px;
  width: 30px;
  display: inline-block;
}
.dropdown.colors-circles .dropdown-result-option.break {
  display: block;
}
.dropdown.colors-circles .dropdown-result-option.selected {
  background-color: transparent !important;
}
.dropdown.colors-circles .dropdown-result-option.selected .color-circle:before {
  content: "";
}
.dropdown.colors-circles .dropdown-result-option:nth-child(4n) {
  display: flex;
}
@media only screen and (min-width: 767px) {
  .dropdown.colors-circles .dropdown-result-option:hover,
  .dropdown.colors-circles .dropdown-result-option:active {
    background-color: transparent;
  }
}
.dropdown.colors.match-size .dropdown-result-option-value {
  overflow: visible;
  text-overflow: unset;
  display: flex;
}
.dropdown.colors .color-circle {
  pointer-events: none;
  cursor: default;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 8px;
  margin-left: -10px;
}
.dropdown.is-open .selected-option:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg);
}
.dropdown.is-open .dropdown-results {
  display: block;
}
.dropdown .selected-option {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #1b2b3f;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 32px 0 16px;
  cursor: pointer;
}
.dropdown .selected-option:after {
  pointer-events: none;
  cursor: default;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  font-family: 'Superskin';
  content: "\e904";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.dropdown .selected-option .color-circle {
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  font-size: 1.2rem;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
@media only screen and (min-width: 767px) {
  .dropdown .selected-option .color-circle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.dropdown .selected-option-container {
  display: flex;
  align-items: center;
}
.dropdown .optional-element {
  margin-right: 8px;
}
.dropdown .dropdown-results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  border: 1px solid #1b2b3f;
  background-color: #ffffff;
  z-index: 2;
  overflow: hidden;
}
.dropdown .dropdown-results:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  height: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.dropdown .dropdown-results-scroller {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 16px 0;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.dropdown .dropdown-results-scroller::-webkit-scrollbar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 5px;
}
.dropdown .dropdown-results-scroller::-webkit-scrollbar-track {
  background: #eef3f9;
  margin: 15px 0;
}
.dropdown .dropdown-results-scroller::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #c4c7d2;
}
.dropdown .dropdown-result-option {
  padding: 4px 16px;
  cursor: pointer;
  white-space: nowrap;
}
.dropdown .dropdown-result-option.break {
  pointer-events: none;
  cursor: default;
  display: none;
  height: 0;
  width: 100%;
}
.dropdown .dropdown-result-option.selected {
  background-color: #0da3b2;
  border-color: #0da3b2;
  color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .dropdown .dropdown-result-option.selected:hover,
  .dropdown .dropdown-result-option.selected:active {
    background-color: #0da3b2;
    border-color: #0da3b2;
    color: #ffffff;
  }
}
@media only screen and (min-width: 767px) {
  .dropdown .dropdown-result-option:hover,
  .dropdown .dropdown-result-option:active {
    background-color: #0d8f9c;
    border-color: #0d8f9c;
    color: #ffffff;
  }
}
.dropdown .dropdown-result-option-value {
  display: flex;
  align-items: center;
}
.dropdown .dropdown-result-option-value small {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 4px;
}
.color-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 0px;
  font-size: 0rem;
  min-width: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.color-circle.selected:before {
  content: "";
}
@media only screen and (min-width: 767px) {
  .color-circle:hover:before,
  .color-circle:active:before {
    content: "";
  }
}
.color-circle:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  cursor: default;
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 1px solid #1b2b3f;
}
.color-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-tocart .fieldset {
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: 20px;
  flex-wrap: wrap;
}
.box-tocart .actions {
  margin-left: 16px;
}
.box-tocart .product-quantity-input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  width: 64px;
  height: 50px;
  text-align: center;
  color: #64646a;
  border: 1px solid #64646a;
}
.box-tocart .action.tocart {
  background: transparent;
  outline: 0;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: 'Nunito Sans', sans-serif;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100px;
  white-space: nowrap;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #0da3b2;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  height: 50px;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: bold;
}
.box-tocart .action.tocart.full-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.box-tocart .action.tocart:disabled {
  cursor: default;
}
.box-tocart .action.tocart.s {
  font-size: 12px;
  font-size: 1.2rem;
  height: 30px;
  padding-left: 16px;
  padding-right: 16px;
}
.box-tocart .action.tocart.m {
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
}
.box-tocart .action.tocart.l {
  font-size: 16px;
  font-size: 1.6rem;
  height: 50px;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: bold;
}
.box-tocart .action.tocart.light {
  font-weight: 300;
}
.box-tocart .action.tocart.bold {
  font-weight: 700;
}
.box-tocart .action.tocart.semi-bold {
  font-weight: 600;
}
.box-tocart .action.tocart.no-padding {
  padding: 0;
}
.box-tocart .action.tocart.font-12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.box-tocart .action.tocart.font-14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-tocart .action.tocart.font-16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.box-tocart .action.tocart.border-blue {
  border-color: #0da3b2;
}
.box-tocart .action.tocart.dark {
  border-color: #172b41;
}
.box-tocart .action.tocart.border-grey {
  border-color: #C4C7D2;
}
.box-tocart .action.tocart.border-2 {
  border-width: 2px;
}
.box-tocart .action.tocart.active {
  background-color: #0da3b2;
  border-color: #0da3b2;
  color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .box-tocart .action.tocart:hover,
  .box-tocart .action.tocart:active {
    background-color: #0d8f9c;
    border-color: #0d8f9c;
    color: #ffffff;
  }
}
.box-tocart .action.tocart [class^="icon-"] {
  font-size: 20px;
  font-size: 2rem;
  font-weight: inherit;
}
.box-tocart .action.tocart [class^="icon-"] + span {
  margin-left: 10px;
}
.box-tocart .action.tocart span + [class^="icon-"] {
  margin-left: 10px;
}
.box-tocart .action.tocart.dark {
  background-color: #172b41;
}
@media only screen and (min-width: 767px) {
  .box-tocart .action.tocart.dark:hover,
  .box-tocart .action.tocart.dark:active {
    background-color: #0d8f9c;
    border-color: #0d8f9c;
    color: #ffffff;
  }
}
.scorecard-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scorecard-rating .rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.scorecard-rating .avg-rating {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
}
.scorecard-rating label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  display: inline-block;
  margin-top: 8px;
}
.scorecard .table-scorecard {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 16px;
  width: 100%;
}
.scorecard .table-scorecard td {
  margin: 0;
  border: 0;
  padding: 4px;
}
.scorecard .table-scorecard td:first-child {
  white-space: nowrap;
  width: 1px;
  padding-left: 0;
}
.scorecard .table-scorecard td:last-child {
  font-size: 12px;
  font-size: 1.2rem;
  white-space: nowrap;
  width: 1px;
  padding-right: 0;
}
.scorecard .score-bar {
  width: 100%;
  height: 20px;
  background-color: #EAECF3;
  position: relative;
}
.scorecard .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #353941;
}
.user-avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 64px;
  font-size: 6.4rem;
  overflow: hidden;
  font-weight: 900;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #c2e300;
  background-color: #1F2B3D;
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.verified-user {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
}
.verified-user:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 6px;
  font-size: 0.6rem;
  font-family: 'Superskin';
  content: "\e907";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-color: #91b9e9;
  margin-right: 8px;
}
.product-user-review-item {
  border-top: 1px solid #c4c7d2;
  padding-top: 24px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 767px) {
  .product-user-review-item {
    display: flex;
  }
}
.product-user-review-item:last-child {
  border-bottom: 1px solid #c4c7d2;
}
.product-user-review-item .product-user-review-item-meta {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .product-user-review-item .product-user-review-item-meta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 110px;
    min-width: 110px;
    padding-right: 20px;
  }
}
.product-user-review-item .product-user-review-item-content {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .product-user-review-item .product-user-review-item-content {
    margin-top: 0;
    flex: 1;
  }
}
.product-user-review-item .product-user-review-username {
  font-size: 14px;
  font-size: 1.4rem;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 20px;
  font-weight: 800;
}
.product-user-review-item .rating {
  margin-top: 6px;
}
.product-user-review-item .product-user-review-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 400;
  margin-top: 8px;
  display: block;
}
.product-user-review-item .user-review-article {
  display: flex;
  flex-direction: column;
}
.product-user-review-item .user-review-article-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 800;
}
@media only screen and (min-width: 767px) {
  .product-user-review-item .user-review-article-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.product-user-review-item .user-review-article-content {
  margin-top: 4px;
}
.product-user-review-item .user-review-article-reply {
  border-left: 1px solid #1b2b3f;
  margin-top: 18px;
  padding-left: 12px;
}
@media only screen and (min-width: 767px) {
  .product-user-review-item .user-review-article-reply {
    margin-left: 24px;
  }
}
.product-user-review-item .user-review-article-media {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 16px;
}
.product-user-review-item .verified-user {
  margin-top: 16px;
}
@media only screen and (min-width: 767px) {
  .product-user-review-item .verified-user {
    align-self: flex-end;
  }
}
.media-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 72px;
  min-width: 72px;
  height: 72px;
}
.media-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-square {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  width: 72px;
  min-width: 72px;
  height: 72px;
  position: relative;
}
.media-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-square .btn-remove-media {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-review-form .product-review-form-title {
  display: none;
}
@media only screen and (min-width: 767px) {
  .product-review-form .product-review-form-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 24px;
    display: block;
  }
}
.product-review-form input[type="text"],
.product-review-form input[type="email"],
.product-review-form textarea {
  border-color: transparent;
}
.product-review-form input[type="text"]:focus,
.product-review-form input[type="email"]:focus,
.product-review-form textarea:focus {
  border-color: #1b2b3f;
}
.product-review-form .review-form-field {
  margin-bottom: 16px;
}
.product-review-form .review-form-rating {
  padding-left: 24px;
  margin-bottom: 20px;
}
.product-review-form .review-form-rating .rating-label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 400;
  display: block;
}
.product-review-form .review-form-rating .rating-content {
  display: inline-flex;
  align-items: center;
}
.product-review-form .review-form-rating .rating-star {
  margin-right: 4px;
}
.product-review-form .review-form-rating .rating-star input[type="radio"] {
  position: absolute;
  z-index: -1;
  left: -100px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.product-review-form .review-form-rating .rating-star input[type="radio"] + label {
  padding: 0;
}
.product-review-form .review-form-rating .rating-star input[type="radio"] + label:before {
  content: none;
}
.product-review-form .review-form-rating .rating-star svg {
  fill: #D8E3EF;
}
.product-review-form .review-form-rating .rating-star svg.is-active {
  fill: #EFD80A;
}
.product-review-form .review-form-rating .rating-txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: 400;
}
.product-review-form .review-form-actions {
  margin-top: 6px;
}
.product-review-form .review-form-messages {
  margin-top: 22px;
}
.product-review-form .review-form-added-media {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.pagination {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1023px) {
  .pagination {
    padding: 70px 0;
  }
}
.pagination .num-of-products {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #98a4b1;
}
.pagination .page-list {
  display: inline-flex;
  flex: 0 1;
  white-space: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.pages .pages-items {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
@media only screen and (min-width: 360px) {
  .pages .pages-items {
    gap: 2px;
  }
}
@media only screen and (min-width: 767px) {
  .pages .pages-items {
    gap: 10px;
  }
}
.pages .pages-items .item {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1b2b3f;
  border: 0;
  padding: 0;
  margin: 0;
}
.pages .pages-items .item.current {
  border-color: transparent;
  background-color: #eef3f9;
  font-weight: 600;
}
.pages .pages-items .pages-item-previous {
  margin-left: 0;
}
.pages .pages-items .pages-item-next {
  margin-right: 0;
}
.pages .pages-items .action,
.pages .pages-items .page {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pages .pages-items .action.disabled,
.pages .pages-items .page.disabled {
  pointer-events: none;
  cursor: default;
  color: #64646a;
}
.pages .pages-items span.page {
  width: auto;
}
.pages .pages-items .ion-android-arrow-dropleft:before,
.pages .pages-items .ion-android-arrow-dropright:before {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Superskin';
  font-weight: bold;
  margin: 0;
  content: "\e90b";
}
.pages .pages-items .ion-android-arrow-dropleft {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.pages .pages-items a {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pages .pages-items a:hover,
.pages .pages-items a:active {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #eef3f9;
}
.category-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f7ff;
  text-align: center;
  padding: 25px 0 22px 0;
  max-width: 1440px;
  margin: 0 auto;
}
.category-header .category-header-title {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 37px;
  font-weight: 800;
}
@media only screen and (min-width: 767px) {
  .category-header .category-header-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }
}
.category-header .lead {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 400;
  margin-top: 4px;
}
@media only screen and (min-width: 767px) {
  .category-header .lead {
    line-height: 22px;
    margin-top: 0;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
  }
}
.category-header .actions {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  margin-top: 8px;
}
@media only screen and (min-width: 767px) {
  .category-header .actions a {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
  }
}
@media only screen and (min-width: 767px) and only screen and (min-width: 767px) {
  .category-header .actions a:hover,
  .category-header .actions a:active {
    color: #e85d77;
  }
}
.category-visual {
  margin-bottom: 24px;
}
.category-visual .swiper-main.swiper-hero .hero-slide {
  padding-bottom: 35px;
}
.category-visual .swiper-main.swiper-hero .swiper-button-prev {
  left: 0px;
}
.category-visual .swiper-main.swiper-hero .swiper-button-next {
  right: 0px;
}
.category-visual .swiper-main.swiper-hero .swiper-pagination {
  bottom: 15px;
}
.category-visual .swiper-main.swiper-hero .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #0da3b2;
}
.category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.category-info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
@media only screen and (min-width: 767px) {
  .category-info {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.category-sort {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -6px;
}
.category-sort .category-sort-label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  display: none;
}
@media only screen and (min-width: 767px) {
  .category-sort .category-sort-label {
    display: inline-block;
    font-weight: 400;
    margin-right: -8px;
  }
}
.category-sort .selected-option {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 767px) {
  .category-sort .selected-option {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.category-sort .selected-option:after {
  font-size: 14px;
  font-size: 1.4rem;
}
.category-sort .selected-option-container {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .category-sort .selected-option-container {
    display: none;
  }
}
.category-sort .optional-element {
  margin-right: 0;
}
@media only screen and (min-width: 767px) {
  .category-sort .optional-element {
    display: none;
  }
}
.category-featured-products {
  background-color: #eef3f9;
  margin: 0 -10px 24px -10px;
  padding: 24px 10px;
}
@media only screen and (min-width: 767px) {
  .category-featured-products {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .category-featured-products {
    margin-left: -30px;
    margin-right: -30px;
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .category-featured-products {
    margin-left: -50px;
    margin-right: -50px;
    padding: 50px 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .category-featured-products {
    margin-left: -64px;
    margin-right: -64px;
    padding: 50px 64px;
  }
}
.category-featured-products + .category-toolbar {
  margin-top: -8px;
}
.category-featured-products .swiper-products .swiper-button-prev.swiper-button-disabled:after,
.category-featured-products .swiper-products .swiper-button-next.swiper-button-disabled:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.category-featured-products .swiper-products .swiper-button-prev:after,
.category-featured-products .swiper-products .swiper-button-next:after {
  background-color: #1b2b3f;
  color: #ffffff;
}
.category-featured-products .swiper-products .swiper-button-prev:before,
.category-featured-products .swiper-products .swiper-button-next:before {
  background-color: #eef3f9;
}
.category-featured-products .card-product .card-figure {
  border-color: #ffffff;
}
.category-promo {
  line-height: 1;
  padding: 16px 0;
}
@media only screen and (min-width: 767px) {
  .category-promo.mobile-and-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .category-promo.mobile-and-desktop {
    display: block;
  }
}
.category-promo.tablet-and-tablet-landscape {
  display: none;
}
@media only screen and (min-width: 767px) {
  .category-promo.tablet-and-tablet-landscape {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .category-promo.tablet-and-tablet-landscape {
    display: none;
  }
}
.category-filters {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #eef3f9;
  text-align: center;
  padding: 18px 0;
  max-width: 1440px;
  margin: 0 auto;
  position: sticky;
  top: 70px;
}
@media only screen and (min-width: 767px) {
  .category-filters {
    top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .category-filters.open {
    z-index: 21;
  }
}
@media only screen and (min-width: 1023px) {
  .category-filters .btn-filter-toggle {
    display: none;
  }
}
.filters {
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  -webkit-transform: translate(105%, 0%);
  -moz-transform: translate(105%, 0%);
  -ms-transform: translate(105%, 0%);
  -o-transform: translate(105%, 0%);
  transform: translate(105%, 0%);
  display: none;
  will-change: transform;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #fefeff;
  text-align: left;
  flex-direction: column;
}
@media only screen and (min-width: 1023px) {
  .filters {
    -webkit-transition: none 0.2s ease-in-out;
    -moz-transition: none 0.2s ease-in-out;
    -o-transition: none 0.2s ease-in-out;
    -ms-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex !important;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: transparent;
    overflow: visible;
    z-index: 1;
  }
}
.filters.open {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.filters:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  background-color: #BDBFC4;
  z-index: 2;
}
@media only screen and (min-width: 1023px) {
  .filters:after {
    display: none;
  }
}
.filters .mobile-filters-header,
.filters .filter-item-content-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 800;
  background-color: #f8fafd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  min-height: 70px;
  position: sticky;
  top: 0;
  z-index: 1;
}
@media only screen and (min-width: 1023px) {
  .filters .mobile-filters-header,
  .filters .filter-item-content-title {
    display: none;
  }
}
.filters .filter-item-content-title {
  cursor: pointer;
  z-index: 2;
  padding-right: 52px;
}
.filters .filter-item-content-title:before {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-family: 'Superskin';
  font-weight: 700;
  content: "\e90b";
  position: absolute;
  left: 12px;
}
.filters .btn-filter-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (min-width: 1023px) {
  .filters .btn-filter-close {
    display: none;
  }
}
.filters .btn-filter-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
.filters .items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters .item {
  margin: 0;
  padding: 0;
}
.filters .item + .item {
  margin-top: 5px;
}
.filters .item:before {
  content: none;
}
.filters .btn-show-category {
  margin: 16px 16px 24px 16px;
}
@media only screen and (min-width: 1023px) {
  .filters .btn-show-category {
    display: none;
  }
}
.filters .count:not(:empty):before {
  content: "(";
}
.filters .count:not(:empty):after {
  content: ")";
}
.filters input[type="checkbox"] + label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b2b3f;
  font-weight: 400;
}
@media only screen and (min-width: 1023px) {
  .filters input[type="checkbox"] + label {
    padding-left: 0;
    padding-right: 35px;
    display: block;
  }
}
@media only screen and (min-width: 1023px) {
  .filters input[type="checkbox"] + label:before,
  .filters input[type="checkbox"] + label:after {
    left: auto;
    right: 0;
  }
}
.filters .rating {
  margin-top: 3px;
}
.filter {
  padding: 16px;
}
@media only screen and (min-width: 1023px) {
  .filter {
    padding: 0;
  }
}
.filter.block {
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1023px) {
  .filter.block {
    flex-direction: row;
    overflow: visible;
  }
}
.filter .field.search {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .filter .field.search {
    padding: 10px 16px;
  }
}
.filter .field.search input {
  height: 40px;
  ine-height: 40px;
}
.filter div.actions {
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid #c4c7d2;
}
@media only screen and (max-width: 767px) {
  .filter div.actions {
    border: none;
    text-align: left;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1023px) {
  .filter-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
}
@media only screen and (min-width: 1440px) {
  .filter-content {
    justify-content: space-between;
    gap: unset;
    flex: 1;
  }
}
.filter-item {
  border-top: 2px solid #EEF3F9;
}
@media only screen and (min-width: 1023px) {
  .filter-item {
    border: 0;
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .filter-item.has-children {
    padding: 0;
  }
  .filter-item.has-children .item + .item {
    border-top: 2px solid #EEF3F9;
  }
  .filter-item.has-children .item:last-child {
    border-bottom: 2px solid #EEF3F9;
  }
  .filter-item.has-children .filter {
    padding: 0;
    padding-right: 52px;
  }
  .filter-item.has-children input[type="checkbox"] + label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 105px 16px 16px;
    display: block;
  }
  .filter-item.has-children input[type="checkbox"] + label:before {
    content: none;
  }
  .filter-item.has-children input[type="checkbox"] + label:after {
    font-size: 0px;
    font-size: 0rem;
    color: #1b2b3f;
    font-weight: 700;
    position: absolute;
    right: 68px;
    left: auto;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -10px;
  }
  .filter-item.has-children input[type="checkbox"]:checked + label {
    position: relative;
  }
  .filter-item.has-children input[type="checkbox"]:checked + label:after {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .filter-item.has-range .filter-item-title {
    padding-top: 32px;
  }
  .filter-item.has-range .filter-item-content {
    -webkit-transition: none 0.2s ease-in-out;
    -moz-transition: none 0.2s ease-in-out;
    -o-transition: none 0.2s ease-in-out;
    -ms-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    overflow: visible;
  }
  .filter-item.has-range .filter-slider-labels {
    position: absolute;
    right: 68px;
    top: -44px;
  }
  .filter-item.has-range .filter-slider-range {
    padding-right: 52px;
  }
}
.filter-item > .items {
  padding: 0 56px 0 16px;
}
@media only screen and (min-width: 1023px) {
  .filter-item > .items {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .filter-item .items {
    margin-bottom: -16px;
  }
}
@media only screen and (min-width: 1440px) {
  .filter-item .items {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 1023px) {
  .filter-item .items:after {
    pointer-events: none;
    cursor: default;
    content: "";
    height: 16px;
    width: 100%;
    display: block;
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    position: sticky;
    bottom: -16px;
  }
}
@media only screen and (min-width: 1440px) {
  .filter-item .items:after {
    height: 20px;
    bottom: -20px;
  }
}
.filter-item-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 700;
  padding: 16px 68px 16px 16px;
  cursor: pointer;
}
@media only screen and (min-width: 1023px) {
  .filter-item-title.open:after {
    font-size: 8px;
    font-size: 0.8rem;
    content: "\e903";
  }
}
@media only screen and (min-width: 1023px) {
  .filter-item-title {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    border: 1px solid #c4c7d2;
    padding: 0 32px 0 16px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background-color: #ffffff;
    position: relative;
  }
}
.filter-item-title:after {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Superskin';
  font-weight: 700;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1023px) {
  .filter-item-title:after {
    font-size: 10px;
    font-size: 1rem;
    content: "\e904";
  }
}
.filter-item-title p {
  margin: 0;
  padding: 0;
}
.filter-item-content {
  -webkit-transition: transform 300ms ease-out;
  -moz-transition: transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  -ms-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  -webkit-transform: translate(105%, 0%);
  -moz-transform: translate(105%, 0%);
  -ms-transform: translate(105%, 0%);
  -o-transform: translate(105%, 0%);
  transform: translate(105%, 0%);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fefeff;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 1023px) {
  .filter-item-content {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none 0.2s ease-in-out;
    -moz-transition: none 0.2s ease-in-out;
    -o-transition: none 0.2s ease-in-out;
    -ms-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    position: absolute;
    top: 46px;
    left: 0;
    bottom: auto;
    right: auto;
    min-width: 100%;
    display: none;
    background-color: #ffffff;
    border: 1px solid #c4c7d2;
    padding: 16px;
    max-height: 250px;
    text-align: left;
    white-space: nowrap;
    scrollbar-width: thin;
  }
  .filter-item-content::-webkit-scrollbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 5px;
  }
  .filter-item-content::-webkit-scrollbar-track {
    background: #eef3f9;
    margin: 15px 0;
  }
  .filter-item-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #c4c7d2;
  }
}
@media only screen and (min-width: 1440px) {
  .filter-item-content {
    padding: 20px 24px;
  }
  .filter-item-content:after {
    height: 20px;
  }
}
.filter-item-content.open {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
@media only screen and (min-width: 1023px) {
  .filter-item-content.open {
    display: block;
  }
}
.filter-slider-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
}
@media only screen and (min-width: 1023px) {
  .filter-slider-labels {
    width: auto;
    margin-bottom: 24px;
  }
}
.filter-slider-labels:before {
  content: "-";
  display: inline-flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  order: 2;
  width: 32px;
}
.filter-slider-labels span {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  font-weight: 400;
  display: inline-flex;
  border: 1px solid ;
  height: 36px;
  width: 72px;
  min-width: 72px;
  justify-content: center;
  align-items: center;
  order: 1;
}
.filter-slider-labels span:last-child {
  order: 3;
}
.filter-slider-range input[type="range"] {
  display: none;
}
.filter-slider-range .range-track {
  background-color: #eee;
  height: 4px;
}
.filter-slider-range .range-track-color {
  background-color: #B5E300;
  height: 4px;
}
.filter-slider-range .range-thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1023px) {
  .filter-slider-range .range-thumb {
    width: 15px;
    height: 15px;
  }
}
.notification-counter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  background-color: #e85d77;
  color: #ffffff;
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cart-counter {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}
.discount-tag {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  font-weight: 300;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  min-height: 24px;
  height: 24px;
  background-color: #e85d77;
}
.cart-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 16px;
  flex-direction: column;
  box-shadow: 4px 8px 27px rgba(0, 0, 0, 0.18);
  max-width: 400px;
  max-height: 80vh;
  display: none;
  z-index: 2;
}
@media only screen and (min-width: 480px) {
  .cart-dropdown {
    width: 100%;
  }
}
.cart-dropdown.open {
  display: flex;
}
.cart-dropdown:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: 12px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  box-shadow: -4px 0 16px rgba(25, 25, 25, 0.18);
}
@media only screen and (min-width: 767px) {
  .cart-dropdown:before {
    width: 20px;
    height: 20px;
    right: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-dropdown:before {
    right: 24px;
  }
}
.cart-dropdown:after {
  pointer-events: none;
  cursor: default;
  border-radius: 0 8px 0 0;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: 60px;
  height: 30px;
  background-color: #ffffff;
}
.cart-dropdown .cart-dropdown-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  padding-bottom: 20px;
  text-align: center;
}
.cart-dropdown .cart-dropdown-products {
  margin: 0;
  padding: 0;
  list-style: none;
  scrollbar-width: thin;
  overflow: hidden;
  overflow-y: auto;
  max-height: 402px;
  display: flex;
  flex-direction: column;
}
.cart-dropdown .cart-dropdown-products:has( > :nth-child(4)) {
  padding-right: 24px;
}
.cart-dropdown .cart-dropdown-products::-webkit-scrollbar {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 6px;
}
.cart-dropdown .cart-dropdown-products::-webkit-scrollbar-track {
  background: #eef3f9;
  margin: 10px 0;
}
.cart-dropdown .cart-dropdown-products::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #c4c7d2;
}
.cart-dropdown .cart-dropdown-products-item {
  border-top: 2px solid #eef3f9;
  padding: 16px 0;
  margin: 0;
}
.cart-dropdown .cart-dropdown-products-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.cart-dropdown .cart-dropdown-total {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #eef3f9;
  border-bottom: 2px solid #eef3f9;
  padding: 16px 0;
}
.cart-dropdown .cart-dropdown-total label {
  font-weight: 700;
}
.cart-dropdown .cart-dropdown-total strong {
  font-weight: 800;
}
.cart-dropdown .cart-dropdown-footer {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.main.page .message {
  border: 1px solid #c4c7d2;
  padding: 15px 20px;
  border-radius: 10px;
}
.main.page .message.notice {
  border-color: #ffd95f;
  color: #edba16;
  background: #fffdf5;
}
/*
.hero-loader {
	.prevent-click;
	.transition(opacity, 300ms, linear);
	.animation(fade-out 0.5s linear forwards 1s);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background-color: @yellow-primary;
	display: flex;
	align-items: center;
	justify-content: center;
}
*/
body.catalogsearch-result-index h1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f7ff;
  text-align: center;
  padding: 25px 0 22px 0;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 37px;
  font-weight: 800;
}
@media only screen and (min-width: 767px) {
  body.catalogsearch-result-index h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }
}
body.catalogsearch-result-index .sidebar-main {
  padding: 0px;
  background: transparent;
}
body.catalogsearch-result-index .sidebar-main .category-filters {
  background: transparent;
  padding: 0px;
  margin-bottom: 25px;
}
body.catalogsearch-result-index .amsearch-result-tabs {
  background: #eef3f9;
  padding: 18px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
body.catalogsearch-result-index .amsearch-result-tabs .amsearch-result-tab {
  padding: 0 2px;
}
@media only screen and (min-width: 1440px) {
  body.catalogsearch-result-index .amsearch-result-tabs .amsearch-result-tab {
    padding: 0 4px;
  }
}
body.catalogsearch-result-index .amsearch-result-tabs .amsearch-result-tab a {
  display: inline-block;
  border: 1px solid #98a4b1;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 42px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  body.catalogsearch-result-index .amsearch-result-tabs .amsearch-result-tab a {
    padding: 0 20px;
  }
}
body.catalogsearch-result-index .amsearch-result-tabs .amsearch-result-tab a:hover {
  background: #0da3b2;
  border-color: #0da3b2;
  color: #fff;
}
body.catalogsearch-result-index .amsearch-result-tabs .amsearch-result-tab.active a {
  background: #0da3b2;
  border-color: #0da3b2;
  color: #fff;
}
body.catalogsearch-result-index .amsearch-result-tabs .swiper-main.swiper-blog-cats .swiper-container:before,
body.catalogsearch-result-index .amsearch-result-tabs .swiper-main.swiper-blog-cats .swiper-container:after {
  display: none;
}
body.catalogsearch-result-index .amsearch-products-tab,
body.catalogsearch-result-index .amsearch-category-tab,
body.catalogsearch-result-index .amsearch-cms-pages-tab,
body.catalogsearch-result-index .amsearch-blog-tab {
  display: none;
  padding-bottom: 60px;
}
body.catalogsearch-result-index .amsearch-products-tab.active,
body.catalogsearch-result-index .amsearch-category-tab.active,
body.catalogsearch-result-index .amsearch-cms-pages-tab.active,
body.catalogsearch-result-index .amsearch-blog-tab.active {
  display: block;
}
body.catalogsearch-result-index .amsearch-products-tab .amsearch-item,
body.catalogsearch-result-index .amsearch-category-tab .amsearch-item,
body.catalogsearch-result-index .amsearch-cms-pages-tab .amsearch-item,
body.catalogsearch-result-index .amsearch-blog-tab .amsearch-item {
  border: 1px solid #c4c7d2;
  border-radius: 8px;
  padding: 25px 20px;
  margin-bottom: 20px;
}
body.catalogsearch-result-index .amsearch-products-tab .amsearch-item:last-of-type,
body.catalogsearch-result-index .amsearch-category-tab .amsearch-item:last-of-type,
body.catalogsearch-result-index .amsearch-cms-pages-tab .amsearch-item:last-of-type,
body.catalogsearch-result-index .amsearch-blog-tab .amsearch-item:last-of-type {
  margin-bottom: 0;
}
body.catalogsearch-result-index .amsearch-products-tab .amsearch-item > a,
body.catalogsearch-result-index .amsearch-category-tab .amsearch-item > a,
body.catalogsearch-result-index .amsearch-cms-pages-tab .amsearch-item > a,
body.catalogsearch-result-index .amsearch-blog-tab .amsearch-item > a {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  margin-bottom: 5px;
}
body.catalogsearch-result-index .amsearch-products-tab .amsearch-item > a:hover,
body.catalogsearch-result-index .amsearch-category-tab .amsearch-item > a:hover,
body.catalogsearch-result-index .amsearch-cms-pages-tab .amsearch-item > a:hover,
body.catalogsearch-result-index .amsearch-blog-tab .amsearch-item > a:hover {
  color: #0da3b2;
}
body.catalogsearch-result-index .search-no-result {
  text-align: center;
  padding-top: 40px;
}
.cookie-notice-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cookie-notice-wrap .cookie-notice-left {
  padding-right: 30px;
  width: 45%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .cookie-notice-wrap .cookie-notice-left {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
}
.cookie-notice-wrap .cookie-notice-left h3 {
  margin-bottom: 30px;
}
.cookie-notice-wrap .cookie-notice-left .cookie-notice-buttons {
  display: flex;
  align-items: center;
}
.cookie-notice-wrap .cookie-notice-left .cookie-notice-buttons a.grey {
  margin-left: auto;
  color: #9da5ae;
}
.cookie-notice-wrap .cookie-notice-left .cookie-notice-buttons a.grey:hover {
  color: #1b2b3f;
}
.cookie-notice-wrap .cookie-notice-right {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .cookie-notice-wrap .cookie-notice-right {
    width: 100%;
  }
}
.cookie-notice-wrap .cookie-notice-right p {
  margin: 0 0 15px 0;
}
.footer {
  z-index: 0;
}
.category-filters {
  z-index: 10;
}
.header {
  z-index: 20;
}
.header-menu {
  z-index: 100;
}
@media only screen and (min-width: 767px) {
  .header-menu {
    z-index: unset;
  }
}
.filters {
  z-index: 100;
}
/*------------------------------------------------------------------
# [Grids]
------------------------------------------------------------------*/
.grid .group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .group.y-flex-end {
  justify-content: flex-end;
}
.group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.group.grey-light {
  background-color: #c4c7d2;
}
@media only screen and (max-width: 767px) {
  .group.white-mobily-only {
    background-color: #ffffff;
  }
}
.grid-1-1-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: -10px 0;
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1 {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -20px;
  }
}
.grid-1-1-1 > .group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 0;
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1 > .group {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.grid-1-1-1-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1-1 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-1-1-1-1 {
    flex-wrap: nowrap;
  }
}
.grid-1-1-1-1 > .group {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1-1 > .group {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-1-1-1-1 > .group {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1-1 > .group:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1-1 > .group:nth-child(2) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-1-1-1-1 > .group:nth-child(2) {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1-1 > .group:nth-child(3) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-1-1-1-1 > .group:nth-child(3) {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1-1-1 > .group:last-child {
    padding-right: 0;
  }
}
.grid-1-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: -20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-1-1 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1.bp-1024 {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-1-1.bp-1024 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.grid-1-1.bp-1024 > .group {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1023px) {
  .grid-1-1.bp-1024 > .group {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.grid-1-1.bp-1024 > .group:nth-child(odd) {
  padding-right: 0;
}
@media only screen and (min-width: 1023px) {
  .grid-1-1.bp-1024 > .group:nth-child(odd) {
    padding-right: 20px;
  }
}
.grid-1-1.bp-1024 > .group:nth-child(even) {
  padding-left: 0;
}
@media only screen and (min-width: 1023px) {
  .grid-1-1.bp-1024 > .group:nth-child(even) {
    padding-left: 20px;
  }
}
.grid-1-1 > .group {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-1-1 > .group {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1 > .group:nth-child(odd) {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-1 > .group:nth-child(even) {
    padding-left: 20px;
  }
}
.grid-3-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: -20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-3-1 {
    flex-direction: row;
  }
}
.grid-3-1 > .group {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-3-1 > .group {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 767px) {
  .grid-3-1 > .group:first-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-3-1 > .group:first-child {
    flex: 1 1 75%;
    max-width: 75%;
  }
}
@media only screen and (min-width: 767px) {
  .grid-3-1 > .group:last-child {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-3-1 > .group:last-child {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.grid-2-3 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: -20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-2-3 {
    flex-direction: row;
  }
}
.grid-2-3 > .group {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-2-3 > .group:first-child {
    padding-right: 20px;
    flex: 1 1 40%;
    max-width: 40%;
  }
}
@media only screen and (min-width: 767px) {
  .grid-2-3 > .group:last-child {
    padding-left: 20px;
    flex: 1 1 60%;
    max-width: 60%;
  }
}
.grid-1-2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: -20px 0;
}
@media only screen and (min-width: 767px) {
  .grid-1-2 {
    flex-direction: row;
  }
}
.grid-1-2 > .group {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .grid-1-2 > .group:first-child {
    padding-right: 20px;
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 767px) {
  .grid-1-2 > .group:last-child {
    padding-left: 20px;
    flex: 1 1 66.66%;
    max-width: 66.66%;
  }
}
.grid-2-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: -20px 0;
}
@media only screen and (min-width: 1023px) {
  .grid-2-1 {
    flex-direction: row;
  }
}
.grid-2-1 > .group {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .grid-2-1 > .group:first-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-2-1 > .group:first-child {
    flex: 1 1 66.66%;
    max-width: 66.66%;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-2-1 > .group:last-child {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-2-1 > .group:last-child {
    flex: 1 1 33.33%;
    max-width: 33.33%;
  }
}
.grid-problems,
.grid-problems .pagebuilder-column-line {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  width: 100% !important;
}
@media only screen and (min-width: 1023px) {
  .grid-problems,
  .grid-problems .pagebuilder-column-line {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
.grid-problems .group-1,
.grid-problems .pagebuilder-column-line .group-1 {
  display: block !important;
  width: 100% !important;
}
@media only screen and (min-width: 1023px) {
  .grid-problems .group-1,
  .grid-problems .pagebuilder-column-line .group-1 {
    width: 33.33% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-problems .group-1,
  .grid-problems .pagebuilder-column-line .group-1 {
    width: 40% !important;
  }
}
.grid-problems .group-2,
.grid-problems .pagebuilder-column-line .group-2 {
  display: block !important;
  width: 100% !important;
}
@media only screen and (min-width: 1023px) {
  .grid-problems .group-2,
  .grid-problems .pagebuilder-column-line .group-2 {
    width: 66.66% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-problems .group-2,
  .grid-problems .pagebuilder-column-line .group-2 {
    width: 60% !important;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-newsletter {
    display: flex;
    gap: 90px;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1023px) {
  .grid-newsletter .group-1,
  .grid-newsletter .group-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
  }
}
@media only screen and (min-width: 767px) {
  .grid-footer {
    display: flex;
  }
}
@media only screen and (min-width: 767px) {
  .grid-footer .group-1 {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 767px) {
  .grid-footer .group-2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 40px;
  }
}
/*------------------------------------------------------------------
# [Header]
------------------------------------------------------------------*/
.header {
  width: 100%;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top: env(safe-area-inset-top);
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-bottom-bar {
    pointer-events: none;
    cursor: default;
    margin-top: -80px;
    background-color: transparent;
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-bottom-bar .page {
    padding-left: 142px;
    padding-right: 128px;
  }
}
@media only screen and (min-width: 1023px) {
  .header.compact .header-bottom-bar .page {
    padding-left: 162px;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-search.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-search {
    -webkit-transform: translate(0, -80px);
    -moz-transform: translate(0, -80px);
    -ms-transform: translate(0, -80px);
    -o-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-search .btn-search-close {
    -webkit-animation: fade-in 0.25s linear forwards;
    -moz-animation: fade-in 0.25s linear forwards;
    -ms-animation: fade-in 0.25s linear forwards;
    animation: fade-in 0.25s linear forwards;
    display: inline-flex;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-menu.invisible {
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .header.compact .header-menu.invisible .menu-item {
    pointer-events: none;
    cursor: default;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .menu {
    gap: 0;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .menu > .menu-item > .menu-link {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1023px) {
  .header.compact .menu > .menu-item > .menu-link {
    padding-left: 24px;
    padding-right: 24x;
  }
}
@media only screen and (min-width: 1200px) {
  .header.compact .menu > .menu-item > .menu-link {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .menu-link {
    font-size: 14px;
    font-size: 1.4rem;
    height: 80px;
    padding-top: 3px;
  }
}
@media only screen and (min-width: 1023px) {
  .header.compact .menu-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .menu-item {
    pointer-events: auto;
    cursor: default;
    /*&:hover {

					> .menu-link {

						.menu-link-underline {
							height: 80px;
						}
					}
				}*/
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .menu-item:hover > .menu-link .menu-link-underline {
    height: 76px;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .menu-item:hover .menu-link:after {
    content: none;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .submenu-content {
    left: -142px;
    right: -128px;
  }
}
@media only screen and (min-width: 1023px) {
  .header.compact .submenu-content {
    left: -162px;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-search.open .header-search-suggestions {
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    -ms-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
    top: 72px;
    max-height: calc(100vh - 20px - 144px);
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-search-suggestions {
    top: 152px;
  }
}
@media only screen and (min-width: 767px) {
  .header.compact .header-sys-menu .btn-sys-header-menu.search {
    pointer-events: auto;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
.header .btn-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (min-width: 767px) {
  .header .btn-menu-close {
    display: none;
  }
}
.header .btn-menu-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
.header .cart-dropdown {
  position: absolute;
  top: calc(100% - 8px);
  right: 6px;
  left: 6px;
}
@media only screen and (min-width: 480px) {
  .header .cart-dropdown {
    left: auto;
  }
}
@media only screen and (min-width: 767px) {
  .header .cart-dropdown {
    right: 14px;
  }
}
@media only screen and (min-width: 1023px) {
  .header .cart-dropdown {
    right: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .cart-dropdown {
    right: 26px;
  }
}
.header-notification {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background-color: #0da3b2;
  min-height: 54px;
  max-height: 54px;
  z-index: 1;
  position: relative;
}
.header-notification .header-notification-inner {
  display: flex;
  align-items: center;
  min-height: 54px;
  max-height: 54px;
}
@media only screen and (min-width: 360px) {
  .header-notification {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 767px) {
  .header-notification {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header-notification .page {
  position: relative;
  width: 100%;
}
.header-notification .header-notification-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex: 1;
  padding-right: 20px;
}
.header-notification p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .header-notification p {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.header-notification p + [class^="icon-"] {
  margin-left: 8px;
  margin-right: 0;
}
.header-notification a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.header-notification [class^="icon-"] {
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 8px;
}
.header-notification .btn-close-header-notification {
  color: #ffffff;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-right: -8px;
  margin-top: -8px;
  top: 50%;
  right: 10px;
}
@media only screen and (min-width: 480px) {
  .header-notification .btn-close-header-notification {
    right: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .header-notification .btn-close-header-notification {
    right: 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .header-notification .btn-close-header-notification {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-notification .btn-close-header-notification {
    right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .header-notification .btn-close-header-notification {
    right: 64px;
  }
}
.header-notification .btn-close-header-notification [class^="icon-"] {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.header-top-bar {
  background-color: #ffffff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 767px) {
  .header-top-bar {
    box-shadow: none;
  }
}
.header-top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media only screen and (min-width: 767px) {
  .header-top-bar-content {
    display: flex !important;
    height: 79px;
    border-top: 1px solid #eef3f9;
  }
}
.header-top-bar-content .btn-header-menu-toggle {
  margin-left: -10px;
}
@media only screen and (min-width: 767px) {
  .header-top-bar-content .btn-header-menu-toggle {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .header-bottom-bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    position: relative;
    display: flex !important;
    background-color: #ffffff;
  }
  .header-bottom-bar:before {
    pointer-events: none;
    cursor: default;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eef3f9;
    border-bottom: 1px solid #eef3f9;
  }
}
@media only screen and (min-width: 767px) {
  .header-bottom-bar .page {
    padding: 0;
    display: flex;
    flex: 1;
    justify-content: center;
  }
}
.header-bottom-bar-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  .header-bottom-bar-content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
  }
}
.header-logo {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .header-logo {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 1023px) {
  .header-logo {
    margin-right: 80px;
  }
}
.header-logo img {
  width: 133px;
  min-width: 133px;
}
@media only screen and (min-width: 1023px) {
  .header-logo img {
    width: 150px;
    min-width: 150px;
  }
}
.header-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  -ms-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  width: 100%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-search {
    -webkit-transform: translate(105%, 0%);
    -moz-transform: translate(105%, 0%);
    -ms-transform: translate(105%, 0%);
    -o-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
    display: none;
    padding: 24px 16px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 767px) {
  .header-search {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    transition-duration: 300ms;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 40px 0 30px;
  }
}
@media only screen and (min-width: 1023px) {
  .header-search {
    padding: 0 100px 0 70px;
  }
}
.header-search.open {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.header-search .btn-search-close {
  position: absolute;
  right: 16px;
  top: 24px;
  height: 48px;
  width: 24px;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .header-search .btn-search-close {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: relative;
    top: 50%;
    right: 0;
    top: 0;
    margin-left: 8px;
    display: none;
  }
  .header-search .btn-search-close .icon-close-light {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header-search .search-form,
.header-search .minisearch {
  width: 100%;
}
.header-search .input-group {
  position: relative;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-search .input-group {
    margin-right: 36px;
  }
}
.header-search .input-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: rgba(238, 243, 249, 0.4);
  border: 1px solid #eef3f9;
  height: 48px;
  padding: 0 56px 0 24px;
  font-family: 'Nunito Sans', sans-serif;
  width: 100%;
}
.header-search button.search {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: transparent;
  border: 0;
  width: 40px;
  min-width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 16px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.header-search button.search:before {
  font-size: 20px;
  font-size: 2rem;
  color: #868E98;
  font-family: 'Superskin';
  content: "\e923";
}
.header-search button.search:hover,
.header-search button.search:active {
  background-color: transparent;
}
@media only screen and (min-width: 767px) {
  .header-search button.search:hover:before,
  .header-search button.search:active:before {
    color: #1b2b3f;
  }
}
.header-search-suggestions {
  display: none;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    -ms-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 136px;
    left: -174px;
    right: -90px;
    flex-direction: row-reverse;
    background-color: #ffffff;
    padding: 40px 32px;
    max-height: calc(100vh - 20px - 144px);
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .header-search-suggestions::-webkit-scrollbar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 5px;
  }
  .header-search-suggestions::-webkit-scrollbar-track {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #eef3f9;
    margin: 8px 0;
  }
  .header-search-suggestions::-webkit-scrollbar-thumb {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #c4c7d2;
  }
}
@media only screen and (min-width: 1023px) {
  .header-search-suggestions {
    left: -230px;
  }
}
.header-search-suggestions.show {
  display: flex;
}
.header-search-suggestions .list-brands {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}
.header-search-suggestions .list-links {
  display: flex;
  flex-direction: column;
}
.header-search-suggestions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-search-suggestions li {
  padding: 0;
}
.header-search-suggestions .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.header-search-suggestions .show-all-products {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions .show-all-products {
    display: inline-block;
  }
}
.header-search-suggestions-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 12px;
}
.header-search-suggestions-subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: 800;
  margin: 24px 0 8px 0;
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions-subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    font-weight: 700;
  }
}
.header-search-suggestions-products {
  display: flex;
  flex-direction: column;
  margin: 24px 0;
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions-products {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions-products .list-products > .item {
    flex: 0 0 50%;
  }
  .header-search-suggestions-products .list-products > .item:nth-child(3),
  .header-search-suggestions-products .list-products > .item:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .header-search-suggestions-products .list-products > .item {
    flex: 0 0 33.33%;
  }
  .header-search-suggestions-products .list-products > .item:nth-child(3) {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .header-search-suggestions-products .list-products > .item {
    flex: 0 0 25%;
  }
  .header-search-suggestions-products .list-products > .item:nth-child(4) {
    display: block;
  }
}
.header-search-suggestions-sidebar {
  border-top: 1px solid #eef3f9;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions-sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0;
    border-right: 1px solid #eef3f9;
    padding-right: 24px;
    margin-right: 24px;
    width: 33.33%;
    padding-top: 0px;
  }
}
@media only screen and (min-width: 1023px) {
  .header-search-suggestions-sidebar {
    width: 40%;
    max-width: 380px;
  }
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions-brands {
    order: 1;
  }
}
@media only screen and (min-width: 767px) {
  .header-search-suggestions-searches .header-search-suggestions-subtitle {
    margin-top: 0;
  }
}
.header-sys-menu {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
  margin-right: -6px;
}
.header-sys-menu .cart-counter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .header-sys-menu .btn-sys-header-menu.search {
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -ms-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    pointer-events: none;
    cursor: default;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.header-menu {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translate(105%, 0%);
  -moz-transform: translate(105%, 0%);
  -ms-transform: translate(105%, 0%);
  -o-transform: translate(105%, 0%);
  transform: translate(105%, 0%);
  will-change: transform;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #fefeff;
  text-align: left;
  flex-direction: column;
  display: none;
}
@media only screen and (min-width: 767px) {
  .header-menu {
    -webkit-transition: none 0.2s ease-in-out;
    -moz-transition: none 0.2s ease-in-out;
    -o-transition: none 0.2s ease-in-out;
    -ms-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    justify-content: center;
    position: static;
    overflow: visible;
    background-color: transparent;
  }
}
.header-menu.open {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.header-menu:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52px;
  background-color: #D7D7D9;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .header-menu:after {
    display: none;
  }
}
.menu-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .menu-wrapper {
    padding: 0;
    overflow: visible;
    flex: 1;
  }
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .menu {
    padding-right: 52px;
  }
}
@media only screen and (min-width: 767px) {
  .menu {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    gap: 0;
  }
}
@media only screen and (min-width: 767px) {
  .menu:hover > .menu-item:not(:hover) > .menu-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=0);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
  }
}
@media only screen and (min-width: 767px) {
  .menu > .menu-item > .menu-link {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .menu > .menu-item > .menu-link {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .submenu {
    width: 100%;
    display: flex;
    flex: 1;
    gap: 24px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1023px) {
  .submenu {
    gap: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .submenu > .menu-item {
    border-bottom: 1px solid #eef3f9;
  }
}
.subsubmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .subsubmenu {
    width: 100%;
    display: flex;
    flex: 1;
    gap: 24px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1023px) {
  .subsubmenu {
    gap: 46px;
  }
}
.menu-item {
  padding: 0;
}
@media only screen and (min-width: 767px) {
  .menu-item.has-children:hover .submenu-content,
  .menu-item.has-children:active .submenu-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .menu-item.has-children > .menu-link:before,
  .menu-item.has-children > .submenu-link:before {
    font-size: 16px;
    font-size: 1.6rem;
    width: 16px;
    height: 16px;
    font-family: 'Superskin';
    font-weight: 800;
    content: "\e90b";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -8px;
  }
}
@media only screen and (min-width: 767px) {
  .menu-item:hover > .menu-link .menu-link-underline {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
  }
  .menu-item:hover > .menu-link .menu-link-underline:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: #c2e300;
  }
}
@media only screen and (min-width: 767px) {
  .menu-item:hover .menu-link:after {
    -webkit-animation: fade-in 0.25s ease-in forwards;
    -moz-animation: fade-in 0.25s ease-in forwards;
    -ms-animation: fade-in 0.25s ease-in forwards;
    animation: fade-in 0.25s ease-in forwards;
    content: "";
  }
}
.menu-item-content-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 800;
  position: relative;
  background-color: #f8fafd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  min-height: 70px;
  position: sticky;
  top: 0;
  cursor: pointer;
  z-index: 2;
  padding-right: 52px;
}
@media only screen and (min-width: 767px) {
  .menu-item-content-title {
    display: none;
  }
}
.menu-item-content-title:before {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-family: 'Superskin';
  font-weight: 700;
  content: "\e90b";
  position: absolute;
  left: 12px;
}
@media only screen and (max-width: 767px) {
  .submenu-content,
  .subsubmenu-content {
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    -ms-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    -webkit-transform: translate(105%, 0%);
    -moz-transform: translate(105%, 0%);
    -ms-transform: translate(105%, 0%);
    -o-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: #fefeff;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 52px;
  }
  .submenu-content.open,
  .subsubmenu-content.open {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .submenu-content.no-scroll,
  .subsubmenu-content.no-scroll {
    overflow: hidden;
  }
}
@media only screen and (min-width: 767px) {
  .submenu-content,
  .subsubmenu-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.submenu-content {
  /*&.open {

		@media @bp_768 {
			display: flex;
		}
	}*/
}
@media only screen and (min-width: 767px) {
  .submenu-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none 0.2s ease-in-out;
    -moz-transition: none 0.2s ease-in-out;
    -o-transition: none 0.2s ease-in-out;
    -ms-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.03);
    display: none;
    overflow: visible;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: #ffffff;
    padding: 40px 30px;
    max-height: 65vh;
    overflow-y: auto;
    margin: 0 25px;
  }
}
@media only screen and (min-width: 1023px) {
  .submenu-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .submenu-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .submenu-content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .submenu-content {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  .subsubmenu-content {
    display: flex !important;
    position: static;
  }
}
.menu-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 24px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 24px;
}
@media only screen and (min-width: 767px) {
  .menu-link {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 22px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 64px;
  }
}
.menu-link.red {
  color: #e85d77;
}
.menu-link.green {
  color: #c2e300;
}
.menu-link:after {
  pointer-events: none;
  cursor: default;
  background-color: #ffffff;
  z-index: -1;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.menu-link .discount-tag {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -12px;
}
@media only screen and (min-width: 767px) {
  .submenu-column {
    display: flex;
    flex-direction: column;
  }
  .submenu-column .menu-item {
    padding-bottom: 12px;
  }
  .submenu-column .menu-item.has-children > .submenu-link {
    margin-bottom: 12px;
  }
  .submenu-column .menu-item:last-child {
    padding-bottom: 0;
  }
  .submenu-column .menu-item:first-child .submenu-link-title {
    margin-top: 0;
  }
  .submenu-column .submenu-link-title {
    margin-bottom: 12px;
    margin-top: 32px;
  }
}
.submenu-column.promo-column {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .submenu-column.promo-column.wide {
    min-width: 300px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1400px) {
  .submenu-column.promo-column.wide {
    min-width: 450px;
    max-width: 450px;
  }
}
.submenu-column.promo-column.wide .card-product-promo .card-figure {
  padding-top: 35%;
}
@media only screen and (min-width: 1200px) {
  .submenu-column.promo-column {
    display: flex;
    min-width: 230px;
    max-width: 230px;
  }
}
@media only screen and (min-width: 1400px) {
  .submenu-column.promo-column {
    min-width: 300px;
    max-width: 300px;
  }
}
.submenu-column .card {
  flex: 0 1;
}
.submenu-column .card-product-promo {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #f8fafd;
}
.submenu-column .card-product-promo .card-figure,
.submenu-column .card-product-promo .card-image-wrapper,
.submenu-column .card-product-promo .card-image {
  border-radius: 8px 8px 0 0;
}
.submenu-column .card-product-promo .card-article {
  padding-bottom: 16px;
}
.submenu-column .card-product-promo .card-title {
  font-size: 16px;
  font-size: 1.6rem;
}
.submenu-column .card-product .card-article {
  padding-top: 12px;
}
.submenu-column .card-product .card-subtitle {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.submenu-column .card-product .card-price {
  margin-top: 0;
}
.submenu-column .card-product .price {
  font-size: 14px;
  font-size: 1.4rem;
}
.submenu-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 22px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 15px 16px;
}
@media only screen and (min-width: 767px) {
  .submenu-link {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    padding: 0;
  }
  .submenu-link:hover,
  .submenu-link:active {
    color: #0da3b2;
  }
}
@media only screen and (max-width: 767px) {
  .submenu-link-title {
    background-color: #eef3f9;
  }
}
@media only screen and (min-width: 767px) {
  .submenu-link-title {
    font-weight: 800;
  }
}
.subsubmenu-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 16px;
}
@media only screen and (min-width: 767px) {
  .subsubmenu-link {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 0;
  }
  .subsubmenu-link:hover,
  .subsubmenu-link:active {
    color: #0da3b2;
  }
}
.mobile-sys-menu {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  padding: 16px 0;
  margin: 16px 0;
  list-style: none;
  background-color: #f8fafd;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mobile-sys-menu .mobile-sys-menu-item {
  display: flex;
  align-items: center;
  padding-right: 52px;
  gap: 4px;
}
.mobile-sys-menu strong {
  font-weight: 800;
}
.mobile-sys-menu a {
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
}
.mobile-sys-menu .btn-mobile-sys-menu {
  width: 100%;
}
.mobile-sys-menu .btn-mobile-logout {
  margin-left: auto;
  margin-right: 24px;
}
.mobile-sys-menu [class^="icon-"] {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  display: inline-block;
  margin-right: 8px;
  padding-left: 20px;
}
.mobile-extra-menu {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-extra-menu .mobile-extra-menu-item {
  padding-right: 52px;
}
.mobile-extra-menu a {
  padding: 4px 24px;
  display: inline-block;
}
.mobile-copyright {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  padding: 30px 24px 16px 24px;
}
.menu-promo {
  display: flex;
}
@media only screen and (min-width: 767px) {
  .menu-promo {
    margin-top: 32px;
  }
}
.menu-promo img {
  width: 100%;
}
body.dim-main .header-bottom-bar {
  pointer-events: none;
}
.amsearch-highlight {
  background: #c2e300;
}
/*------------------------------------------------------------------
# [Footer]
------------------------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #1f2b3d;
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 767px) {
  .footer a {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
  }
}
@media only screen and (min-width: 767px) and only screen and (min-width: 767px) {
  .footer a:hover,
  .footer a:active {
    color: #c2e300;
  }
}
.footer [class^="icon-"] {
  font-size: 24px;
  font-size: 2.4rem;
  color: #c2e300;
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .footer [class^="icon-"] + span {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
  }
}
.footer-company-info {
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-company-info .company-title {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
}
.footer-company-info .company-hours {
  margin: 0;
  padding: 16px 0 24px 0;
}
.footer-company-info .item a {
  display: flex;
  align-items: center;
}
.footer-navigation {
  padding-top: 30px;
}
@media only screen and (min-width: 767px) {
  .footer-navigation {
    display: flex;
    padding-top: 0;
    margin-top: -8px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 767px) {
  .footer-navigation .group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 880px) {
  .footer-navigation .group {
    flex: 0 1 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-navigation .group {
    flex: 0 1 20%;
  }
}
.footer-navigation .accordion {
  border: 0;
}
.footer-navigation .accordion.open .accordion-header-title:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-2);
}
.footer-navigation .accordion .accordion-header {
  border: 0;
}
@media only screen and (min-width: 767px) {
  .footer-navigation .accordion .accordion-header {
    pointer-events: none;
    cursor: default;
  }
}
.footer-navigation .accordion .accordion-header-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
@media only screen and (min-width: 767px) {
  .footer-navigation .accordion .accordion-header-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding-bottom: 22px;
  }
}
.footer-navigation .accordion .accordion-header-title:after {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Superskin';
  content: "\e904";
}
@media only screen and (min-width: 767px) {
  .footer-navigation .accordion .accordion-header-title:after {
    content: none;
  }
}
.footer-navigation .accordion .accordion-content {
  padding-left: 0;
  padding-bottom: 14px;
}
@media only screen and (min-width: 767px) {
  .footer-navigation .accordion .accordion-content {
    display: block !important;
  }
}
.footer-navigation .accordion .accordion-content:before {
  content: none;
}
.footer-navigation .footer-navigation-link {
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .footer-navigation .footer-navigation-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.footer-payment {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-top: 32px;
}
@media only screen and (min-width: 767px) {
  .footer-payment {
    justify-content: flex-end;
  }
}
.footer-payment img {
  max-width: 100%;
}
.footer-footnote {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 767px) {
  .footer-footnote {
    padding-top: 30px;
  }
}
.footer-footnote p {
  padding: 0;
  margin: 0;
}
.footer-footnote a {
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
  color: inherit;
}
@media only screen and (min-width: 767px) {
  .footer-footnote a {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
  }
}
@media only screen and (min-width: 767px) and only screen and (min-width: 767px) {
  .footer-footnote a:hover,
  .footer-footnote a:active {
    color: #c2e300;
  }
}
/*------------------------------------------------------------------
# [Items]
------------------------------------------------------------------*/
.item-shop-feature {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.item-shop-feature [class^="icon-"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-right: 16px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.item-brand-logo:hover img,
.item-brand-logo:active img {
  will-change: transform;
}
@media only screen and (min-width: 767px) {
  .item-brand-logo:hover img,
  .item-brand-logo:active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.item-brand-logo img {
  -webkit-transition: transform 200ms ease-out;
  -moz-transition: transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  -ms-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.item-category-tag {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-wwight: 400;
  white-space: nowrap;
  height: 50px;
  background-color: #eef3f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}
.item-category-tag.active {
  color: #ffffff;
  background-color: #172b41;
}
@media only screen and (min-width: 767px) {
  .item-category-tag:hover,
  .item-category-tag:active {
    color: #ffffff;
    background-color: #0d8f9c;
  }
}
/*
.item-flyout-store-info {
	color: @green-primary;
	display: flex;
	align-items: center;

	a {
		.hover-transition-color(@grey-primary);
		display: flex;
		align-items: center;
	}

	i {
		.font-size(20);
		margin-right: 15px;
	}

	strong {
		display: block;
	}

	.closest-store {

		strong {
			text-transform: uppercase;
		}
	}
}

.item-contact-us {
	.font-size(14);
	color: @green-primary;
	display: flex;
	align-items: center;
	font-weight: bold;

	i {
		.font-size(20);
		width: 35px;
	}

	strong {
		display: block;
	}

	a {
		.transition(color, 200ms, linear);
		display: inline-flex;
		align-items: center;
		line-height: 16px;

		@media @bp_768 {
			.hover-transition-color(@grey-primary);
		}
	}
}

.item-store-highlight {
	.font-size(16);
	line-height: 20px;

	@media @bp_768 {
		text-align: center;
	}

	.wrapper {
		display: flex;
		align-items: center;

		@media @bp_768 {
			flex-direction: column;
			justify-content: center;
			align-items: unset;
		}
	}

	.store-highlight-title {
		.font-size(16);
		text-transform: uppercase;
		line-height: 20px;
		font-weight: 800;

		@media @bp_768 {
			padding: 6px 0;
		}
	}

	i {
		.font-size(20);
		width: 40px;

		@media @bp_768 {
			width: auto;
		}
	}

	p {
		margin: 0;
		padding: 0 0 0 40px;
		font-weight: bold;

		@media @bp_768 {
			padding: 0;
			font-weight: normal;
		}
	}

	br {

		@media @bp_768 {
			display: none;
		}
	}
}

.item-brand {
	
	a {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
		filter: saturate(0%);

		&:hover,
		&:active {

			@media @bp_768 {
				filter: saturate(100%);
			}
		}
	}
}

.item-social {
	.font-size(0);
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;

	&.facebook {
		background-image: url('../img/icon-facebook.svg');

		&:after {
			background-image: url('../img/icon-facebook-roll.svg');
		}
	}

	&.instagram {
		background-image: url('../img/icon-instagram.svg');

		&:after {
			background-image: url('../img/icon-instagram-roll.svg');
		}
	}

	&.linkedin {
		background-image: url('../img/icon-linkedin.svg');

		&:after {
			background-image: url('../img/icon-linkedin-roll.svg');
		}
	}

	&.youtube {
		background-image: url('../img/icon-youtube.svg');

		&:after {
			background-image: url('../img/icon-youtube-roll.svg');
		}
	}

	&:hover,
	&:active {

		&:after {
			.opacity(1);
		}
	}

	&:after {
		.transition(opacity, 200ms, linear);
		.opacity(0);
		content: "";
		position: absolute;
		width: 22px;
		height: 22px;
		top: 0;
		left: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 22px;
		z-index: 1;
	}
}

.item-trending {
	.hover-transition-hexagon;
	display: flex;
	align-items: center;

	.hexagon {
		.hexagon-mobile-and-desktop-size(43px, 48px, 66px, 75px, 18px, 24px);
	}

	.item-trending-link {
		color: inherit;
		display: inline-flex;
		align-items: center;
	}

	.item-trending-title {
		.font-size(14);
		line-height: 20px;
		font-weight: bold;
		padding-left: 10px;
		color: @grey-additional;
	}
}

.item-green-link-with-chevron {
	.font-size(16);
	line-height: 18px;
	font-weight: bold;
	align-items: center;
	color: @green-primary;
	position: relative;
	flex: 1;

	a {
		.box-sizing;
		display: flex;
		align-items: center;
		padding: 12px 25px 12px 0;
		min-height: 56px;

		@media @bp_768 {
			.hover-transition-color(@grey-primary);
		}

		&:after {
			.font-size(14);
			font-family: @icons;
			font-weight: bold;
			position: absolute;
			right: 0;
			top: 50%;
			display: inline-flex;
			height: 16px;
			margin-top: -8px;
			justify-content: center;
			align-items: center;
			content: "\e90b";
		}
	}
}

.item-delivery {
	.font-size(16);
	line-height: 20px;
	display: flex;

	& + .item-delivery {
		padding-top: 10px;
	}

	p {
		margin: 0 0 0 10px;
		padding: 0;
	}

	time {
		font-weight: bold;
		display: block;

		@media @bp_1100 {
			display: inline-block;
		}
	}

	i {
		.font-size(16);
		color: @green-primary;
		font-weight: bold;
		margin-top: 4px;
	}
}
*/
/*------------------------------------------------------------------
# [Sections]
------------------------------------------------------------------*/
.section {
  width: 100%;
  padding-top: 54px;
}
@media only screen and (min-width: 767px) {
  .section {
    padding-top: 64px;
  }
}
.section.vert-padding {
  padding: 54px 0;
}
@media only screen and (min-width: 767px) {
  .section.vert-padding {
    padding: 64px 0;
  }
}
.section.no-padding-top {
  padding-top: 0;
}
.section.no-padding-bottom {
  padding-bottom: 0;
}
.section.no-vert-padding,
.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section.transparent + .transparent {
  margin-top: 0;
}
.section.max-width .page {
  max-width: 1568px;
  margin-left: auto;
  margin-right: auto;
}
.section.max-content-width .page {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.section.no-offset {
  margin: 0 -10px;
}
@media only screen and (min-width: 767px) {
  .section.no-offset {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (min-width: 1023px) {
  .section.no-offset {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  .section.no-offset {
    margin-left: -64px;
    margin-right: -64px;
  }
}
.section.blue {
  background-color: #0da3b2;
}
.section.grey-light {
  background-color: #eef3f9;
}
.section.grey-lighter {
  background-color: #f8fafd;
}
.section-title {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .section-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
    margin-bottom: 32px;
  }
}
.section-title.tl {
  text-align: left;
}
.section-category .page {
  width: 100%;
}
.section-product-reviews .product-reviews-wrapper {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .product-reviews-wrapper {
    position: relative;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
  }
}
.section-product-reviews .product-reviews-wrapper > .btn-toggle-review-form {
  position: absolute;
  top: 0;
  right: 0;
}
.section-product-reviews .section-title {
  margin-bottom: 8px;
}
.section-product-reviews .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .product-scorecard-and-user-avatars {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    order: 1;
  }
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .product-review-form {
    order: 0;
  }
}
.section-product-reviews .review-form {
  margin-top: 24px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .review-form {
    margin-top: 8px;
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .review-form-actions {
    position: absolute;
    right: 0;
    top: calc(100% - 64px);
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-product-reviews .btn-submit-review {
    width: 100%;
  }
}
.section-product-reviews .product-user-reviews {
  margin-top: 40px;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .product-user-reviews {
    order: 2;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .scorecard-rating {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .product-scorecard {
    width: 100%;
    max-width: 460px;
  }
}
.section-product-reviews .scorecard {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .scorecard {
    margin-top: 28px;
  }
}
.section-product-reviews .review-form-toggle-and-user-avatars {
  margin-top: 24px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .review-form-toggle-and-user-avatars {
    margin-top: 0;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.section-product-reviews .user-avatars {
  display: none;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .user-avatars {
    display: flex;
    align-items: center;
    margin-top: 34px;
    gap: 8px;
  }
}
@media only screen and (min-width: 1023px) {
  .section-product-reviews .user-avatars {
    gap: 30px;
  }
}
.section-product-reviews .actions {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .section-product-reviews .actions {
    margin-top: 50px;
  }
}
.section-product-reviews .actions .secondary {
  background-color: #D8E3EF;
}
.section-product-reviews .actions .secondary:hover,
.section-product-reviews .actions .secondary:active {
  background-color: #0da3b2;
}
.section-faq .accordion-wrapper {
  max-width: 872px;
  margin-left: auto;
  margin-right: auto;
}
.section-problems {
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .section-problems {
    text-align: left;
  }
}
@media only screen and (min-width: 767px) {
  .section-problems + .section-reviews {
    padding-top: 136px;
  }
}
@media only screen and (min-width: 1023px) {
  .section-problems h2,
  .section-problems h3,
  .section-problems .section-title {
    line-height: 38px !important;
    text-align: left !important;
    margin-bottom: 16px !important;
  }
}
.section-problems .grid-problems,
.section-problems .grid-problems .pagebuilder-column-line {
  max-width: 1098px !important;
  margin: 0 auto !important;
}
@media only screen and (min-width: 1023px) {
  .section-problems .group-1 {
    display: flex !important;
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 1023px) {
  .section-problems .group-2 {
    display: flex !important;
    flex-direction: column !important;
  }
}
.section-problems .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 400;
  padding: 0 0 20px 0;
  margin: 0;
}
.section-problems .lead p {
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 767px) {
  .section-problems .lead {
    line-height: 28px;
    color: #9da5ae;
  }
}
@media only screen and (min-width: 1023px) {
  .section-problems .actions {
    margin-top: auto;
  }
}
.section-problems .category-tags {
  overflow-x: auto;
  margin: 0 -10px;
  padding: 4px 0 16px 0;
  scrollbar-width: thin;
  scrollbar-height: thin;
}
@media only screen and (min-width: 767px) {
  .section-problems .category-tags {
    margin: 24px 0 0 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1023px) {
  .section-problems .category-tags {
    margin: 0;
    padding: 0;
  }
}
.section-problems .category-tags::-webkit-scrollbar {
  height: 5px;
}
.section-problems .category-tags::-webkit-scrollbar-track-piece {
  background: #eef3f9;
}
.section-problems .category-tags::-webkit-scrollbar-thumb {
  background: #c4c7d2;
}
.section-problems .list-category-tags {
  max-width: 800px;
  min-width: 800px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  .section-problems .list-category-tags {
    max-width: none;
    min-width: 0;
  }
}
@media only screen and (min-width: 1023px) {
  .section-problems .list-category-tags {
    justify-content: flex-end;
    gap: 14px;
  }
}
.section-problems .card-help-wrapper {
  position: relative;
}
.section-problems .card-help-wrapper:before {
  content: url(../images/help-card-left-img.png);
  left: -10px;
  top: 0;
}
.section-problems .card-help-wrapper:after {
  content: url(../images/help-card-right-img.png);
  right: -10px;
  bottom: -64px;
}
.section-problems .card-help-wrapper:before,
.section-problems .card-help-wrapper:after {
  pointer-events: none;
  cursor: default;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .section-problems .card-help-wrapper:before,
  .section-problems .card-help-wrapper:after {
    content: none;
  }
}
.section-problems .card-help {
  margin: 40px auto 0 auto;
}
@media only screen and (min-width: 767px) {
  .section-problems .card-help {
    margin-top: 90px;
    margin-bottom: -132px;
  }
}
.section-footer-newsletter {
  padding: 40px 0;
}
.section-footer-newsletter .subscribe-to-newsletter .newsletter-title {
  color: #ffffff;
}
@media only screen and (min-width: 767px) {
  .section-footer-newsletter .subscribe-to-newsletter a:hover,
  .section-footer-newsletter .subscribe-to-newsletter a:active {
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    -o-transition: color 200ms linear;
    -ms-transition: color 200ms linear;
    transition: color 200ms linear;
  }
}
@media only screen and (min-width: 767px) and only screen and (min-width: 767px) {
  .section-footer-newsletter .subscribe-to-newsletter a:hover:hover,
  .section-footer-newsletter .subscribe-to-newsletter a:active:hover,
  .section-footer-newsletter .subscribe-to-newsletter a:hover:active,
  .section-footer-newsletter .subscribe-to-newsletter a:active:active {
    color: #1b2b3f;
  }
}
.section-footer {
  padding: 24px 0;
  margin-top: 0;
}
@media only screen and (min-width: 767px) {
  .section-footer {
    padding: 40px 0 30px 0;
  }
}
/*
.section-trends {
	margin-top: 30px;

	@media @bp_768 {
		margin-top: 50px;
	}
}

.section-teo {

	.section-title {

		@media @bp_768 {
			padding-bottom: 20px;
		}
	}

	.group {

		@media @bp_768 {
			overflow: hidden;
		}

		&:last-child {
			padding-top: 0;
		}
	}
}

.section-breadcrumbs {
	margin-top: 30px;

	@media @bp_768 {
		margin-top: 50px;
	}
}

.section-categories-and-subcategories {

	.card-category-filter-alt {

		@media @bp_768 {
			max-width: 95%;
		}

		@media @bp_1024 {
			max-width: 85%;
		}
	}
}

.section-section-shortcuts {

	.card-section-shortcut {

		@media @bp_768 {
			max-width: 95%;
		}

		@media @bp_1024 {
			max-width: 85%;
		}
	}
}

.section-product {
	margin-top: 14px;

	@media @bp_768 {
		margin-top: 40px;
	}
}
*/
/*------------------------------------------------------------------
# [Main]
------------------------------------------------------------------*/
.main {
  position: relative;
  overflow: visible;
  width: 100%;
}
/*------------------------------------------------------------------
# [Account]
------------------------------------------------------------------*/
.authentication-page {
  padding: 32px 0 64px;
}
.authentication-page-header {
  margin-bottom: 48px;
  text-align: center;
}
.authentication-page-header h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
}
@media only screen and (min-width: 767px) {
  .authentication-page-header h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.authentication-page-header p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.authentication-page-content .container {
  margin: 0 auto;
  max-width: 870px;
}
@media only screen and (min-width: 1023px) {
  .authentication-page-content .grid {
    display: flex;
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 1023px) {
  .authentication-page-content .column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .authentication-page-content .login {
    padding-right: 120px;
  }
}
.authentication-page-content .login-header {
  margin-bottom: 24px;
}
.authentication-page-content .login-header h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15;
}
@media only screen and (min-width: 767px) {
  .authentication-page-content .login-header h2 {
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1023px) {
  .authentication-page-content .form-login {
    margin-bottom: 40px;
  }
}
.authentication-page-content .form-login .forgot-password {
  text-decoration: underline;
}
.authentication-page-content .form-login .forgot-password:hover {
  color: #0da3b2;
}
.authentication-page-content .form-login button {
  width: 100%;
}
.authentication-page-content .create-account {
  background-color: #f8fafd;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 24px;
}
@media only screen and (min-width: 767px) {
  .authentication-page-content .create-account {
    padding: 32px 40px;
  }
}
.authentication-page-content .create-account-header {
  margin-bottom: 32px;
}
.authentication-page-content .create-account-header h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.15;
  margin-bottom: 8px;
}
@media only screen and (min-width: 767px) {
  .authentication-page-content .create-account-header h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.authentication-page-content .create-account-header p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.authentication-page-content .create-account-content {
  margin-bottom: 24px;
}
.authentication-page-content .create-account-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.authentication-page-content .create-account-content ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-bottom: 16px;
  padding: 0 0 0 40px;
  position: relative;
}
.authentication-page-content .create-account-content ul li::before {
  background-color: #c2e300;
  border-radius: 100%;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.authentication-page-content .create-account-content ul li::after {
  color: #ffffff;
  content: "\e907";
  font-family: 'Superskin';
  font-size: 12px;
  font-size: 1.2rem;
  height: 24px;
  left: 0;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
}
@media only screen and (max-width: 767px) {
  .authentication-page-content .create-account-actions .btn {
    width: 100%;
  }
}
.form-account {
  display: block;
}
.form-account .fieldset:not(:last-child) {
  margin-bottom: 40px;
}
.form-account .legend {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.form-account .field-group {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1023px) {
  .form-account .field-group {
    display: flex;
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 1023px) {
  .form-account .field-group:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1023px) {
  .form-account .field-group .field {
    flex: 0 0 50%;
    padding: 0 8px;
    width: 50%;
  }
}
@media only screen and (min-width: 1023px) {
  .form-account .field-group .field:not(:last-child) {
    margin: 0;
  }
}
.form-account .field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.form-account .field:not(:last-child) {
  margin-bottom: 16px;
}
.form-account .field.required .label::after {
  content: '*';
}
.form-account .field.newsletter .label {
  color: #1b2b3f;
  font-weight: 300;
}
.form-account .field.password .control {
  position: relative;
}
.form-account .field.password .control .show-password {
  cursor: pointer;
  display: flex;
  position: absolute;
  right: 16px;
  top: 18px;
}
.form-account .field.password .messages {
  margin: 8px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  list-style: none;
}
.form-account .field .label {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.form-account .field .messages {
  color: #e85d77;
  font-size: 14px;
  font-size: 1.4rem;
  list-style: none;
  margin: 4px 0 0;
}
.form-account .field .messages li {
  padding: 0;
}
.form-account .field select {
  width: 100%;
}
.form-account .field input[type='checkbox'] + label {
  margin-bottom: 0;
}
.form-account .actions-toolbar {
  margin-top: 12px;
}
.form-account .actions-toolbar .action-primary .btn {
  width: 100%;
}
.form-account .actions-toolbar .action-secondary {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: center;
}
.form-account .actions-toolbar .action-secondary a {
  text-decoration: underline;
}
.form-account .actions-toolbar .action-secondary a:hover {
  text-decoration: none;
}
.block-addresses-default,
.block-addresses-list {
  margin-bottom: 40px;
}
.block-addresses-default h2,
.block-addresses-list h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}
.block-addresses-default p,
.block-addresses-list p {
  margin: 0;
}
.block-addresses-default .block-title,
.block-addresses-list .block-title {
  margin-bottom: 16px;
}
.block-addresses-default h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}
@media only screen and (min-width: 767px) {
  .block-addresses-default .block-content {
    display: flex;
  }
}
.block-addresses-default .block-content h3 {
  margin-bottom: 4px;
}
.block-addresses-default .block-content address {
  font-style: normal;
  margin-bottom: 16px;
}
.block-addresses-default .block-content address a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.block-addresses-default .block-content a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
}
.block-addresses-default .block-content a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .block-addresses-default .block-content .box + .box {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 767px) {
  .block-addresses-default .block-content .box + .box {
    margin-left: 104px;
  }
}
.block-addresses-list + .actions-toolbar .btn {
  margin-bottom: 12px;
  width: 100%;
}
.block-addresses-list + .actions-toolbar .action-secondary {
  text-align: center;
}
.block-addresses-list + .actions-toolbar .action-secondary a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
}
.block-addresses-list + .actions-toolbar .action-secondary a:hover {
  text-decoration: none;
}
.form-account.form-edit-account .field.choice,
.form-account.form-address-edit .field.choice {
  margin-bottom: 0;
}
.form-account.form-edit-account .field.choice label,
.form-account.form-address-edit .field.choice label {
  color: #1b2b3f;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.form-account.form-edit-account .fieldset {
  margin-bottom: 24px;
}
.form-account.form-edit-account .field.change-password {
  margin-bottom: 16px;
}
.form-newsletter-manage .field.choice label {
  color: #1b2b3f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.cards .card {
  background-color: #f8fafd;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
}
@media only screen and (min-width: 1023px) {
  .cards .card {
    flex-direction: row;
  }
}
.cards .card:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .cards .card-section {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1023px) {
  .cards .card-section {
    flex: auto;
  }
}
@media only screen and (max-width: 1023px) {
  .cards .card-section:not(:last-child) {
    border-bottom: 1px solid #c4c7d2;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 1023px) {
  .cards .card-section:not(:last-child) {
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1023px) {
  .cards .card-section.address {
    flex: 0 0 40%;
  }
}
.cards .card-label {
  font-weight: 700;
}
.cards .card-value .links {
  align-items: center;
  display: flex;
}
.cards .card-value .links a {
  text-decoration: underline;
}
.cards .card-value .links a:hover {
  text-decoration: none;
}
.cards .card-value .link a {
  display: inline-block;
}
.cards .card-value .link button {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
}
.cards .card-value .link button:hover {
  text-decoration: none;
}
.cards .card-value .separator {
  margin: 0 4px;
}
@media only screen and (min-width: 1023px) {
  .cards .card-value .separator {
    margin: 0 8px;
  }
}
.order-history {
  background-color: #f8fafd;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 32px;
  padding: 16px 16px 8px;
}
.order-history .table th {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 8px 16px;
}
.order-history .table td {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 16px 8px;
}
.order-history .table tr:not(:last-child) td {
  border-bottom: 1px solid #c4c7d2;
}
@media only screen and (max-width: 1023px) {
  .order-history table,
  .order-history thead,
  .order-history tbody,
  .order-history th,
  .order-history td,
  .order-history tr {
    display: block;
  }
  .order-history table thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .order-history table tbody tr:not(:last-child) {
    border-bottom: 1px solid #c4c7d2;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .order-history table td {
    border: none !important;
    position: relative;
    padding: 0 0 0 45% !important;
  }
  .order-history table td::before {
    content: attr(data-th);
    font-weight: 700;
    left: 0;
    padding-right: 8px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 40%;
  }
}
@media only screen and (min-width: 1023px) {
  .order-history .links {
    display: flex;
  }
}
.order-history .link a {
  display: inline-block;
  text-decoration: underline;
}
.order-history .link a:hover {
  text-decoration: none;
}
.order-history .link button {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: underline;
}
.order-history .link button:hover {
  text-decoration: none;
}
.order-history .separator {
  display: none;
  margin: 0 8px;
}
@media only screen and (min-width: 1023px) {
  .order-history .separator {
    display: block;
  }
}
.order-history-header {
  font-weight: 700;
  margin-bottom: 16px;
}
.order-history-item:not(:last-child) {
  border-bottom: 1px solid #c4c7d2;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.order-information {
  margin-bottom: 24px;
}
.order-information-header {
  margin-bottom: 12px;
}
@media only screen and (min-width: 767px) {
  .order-information-header {
    display: flex;
    justify-content: space-between;
  }
}
.order-information-header h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 8px;
}
@media only screen and (min-width: 767px) {
  .order-information-header h2 {
    margin-bottom: 0;
  }
}
.order-information-header .back {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.order-information-header .back:hover {
  text-decoration: none;
}
.order-information-header .back .back-icon {
  margin-right: 4px;
}
@media only screen and (min-width: 767px) {
  .order-information-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.order-information-section {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .order-information-section:not(:last-child) {
    margin-bottom: 12px;
  }
}
.order-information-date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 12px;
}
.order-information-status {
  background-color: #eef3f9;
  border-radius: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 8px 16px;
}
.order-information-buttons {
  align-items: center;
  display: flex;
}
.order-information-buttons > * + * {
  margin-left: 8px;
}
@media only screen and (min-width: 767px) {
  .order-information-buttons > * + * {
    margin-left: 16px;
  }
}
.order-information-buttons .btn.quaternary.m,
.order-information-buttons .btn.tertiary.m {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 767px) {
  .order-information-buttons .btn.quaternary.m,
  .order-information-buttons .btn.tertiary.m {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.order-items {
  background-color: #f8fafd;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 24px 24px 0;
}
@media only screen and (max-width: 1023px) {
  .order-items {
    padding-bottom: 24px;
  }
}
.order-items table th {
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.15;
  padding: 0 0 12px;
}
.order-items table td {
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 24px 0;
}
.order-items table td.product-subtotal {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.order-items table th,
.order-items table td {
  padding-right: 24px;
}
.order-items table th.product-name,
.order-items table td.product-name {
  max-width: 400px;
}
.order-items table th.product-price,
.order-items table td.product-price {
  width: 90px;
}
.order-items table th.product-qty,
.order-items table td.product-qty {
  width: 90px;
}
.order-items table th.product-subtotal,
.order-items table td.product-subtotal {
  padding-right: 0;
  text-align: right;
  width: 110px;
}
.order-items table th .item-name,
.order-items table td .item-name {
  overflow: hidden;
  padding-right: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-items table tr:not(:last-child) td {
  border-bottom: 1px solid #c4c7d2;
}
@media only screen and (max-width: 1023px) {
  .order-items table,
  .order-items thead,
  .order-items tbody,
  .order-items th,
  .order-items td,
  .order-items tr {
    display: block;
  }
  .order-items table thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  .order-items table tbody tr:not(:last-child) {
    border-bottom: 1px solid #c4c7d2;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .order-items table td {
    border: none !important;
    position: relative;
    padding: 0 0 0 50%;
  }
  .order-items table td::before {
    content: attr(data-th);
    font-weight: 700;
    left: 0;
    padding-right: 8px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 45%;
  }
  .order-items table td.product-name {
    max-width: 100%;
  }
  .order-items table td.product-price {
    width: auto;
  }
  .order-items table td.product-qty {
    width: auto;
  }
  .order-items table td.product-qty p {
    margin: 0;
  }
  .order-items table td.product-subtotal {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    width: auto;
  }
  .order-items table td .item-name {
    padding-right: 0;
  }
}
.order-totals {
  background-color: #f8fafd;
  border-radius: 8px;
  max-width: 500px;
  margin-bottom: 48px;
  margin-left: auto;
  padding: 24px;
}
.order-totals .table th,
.order-totals .table td {
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0;
}
.order-totals .table td {
  text-align: right;
}
@media only screen and (min-width: 767px) {
  .order-details-information-sections {
    display: flex;
  }
}
.order-details-information-section {
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) {
  .order-details-information-section {
    flex: 1;
    margin-bottom: 0;
  }
}
.order-details-information-section h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}
.order-details-information-section address {
  font-style: normal;
}
.account main {
  padding: 32px 0 64px;
}
.account .message {
  background: #eef3f9;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
.account .columns {
  display: flex;
}
.account .columns .main {
  flex: auto;
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .account .columns .sidebar {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 200;
  }
}
@media only screen and (max-width: 1023px) {
  .account .columns .sidebar.is-opened {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1023px) {
  .account .columns .sidebar {
    display: block;
    flex: 0 0 420px;
    order: 1;
    padding-right: 40px;
  }
}
.account .page-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .account .page-title {
    font-size: 48px;
    font-size: 4.8rem;
    margin-bottom: 64px;
    text-align: left;
  }
}
.account .account-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eef3f9;
  padding: 40px 24px;
}
@media only screen and (max-width: 1023px) {
  .account .account-nav {
    height: 100%;
    overflow-y: scroll;
    width: 100%;
  }
}
@media only screen and (min-width: 1023px) {
  .account .account-nav {
    border-radius: 8px;
    padding: 32px 40px;
  }
}
.account .account-nav .account-nav-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 16px;
}
.account .account-nav .account-nav-content .items {
  list-style: none;
  margin: 0;
}
.account .account-nav .account-nav-content .item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0;
}
.account .account-nav .account-nav-content .item:not(:last-child) {
  margin-bottom: 12px;
}
.account .account-nav .account-nav-content .item.current {
  font-weight: 800;
}
.account .account-nav .account-nav-content .item.current .icon {
  background-color: #c2e300;
}
.account .account-nav .account-nav-content .item a {
  align-items: center;
  display: flex;
}
.account .account-nav .account-nav-content .icon {
  align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  height: 56px;
  justify-content: center;
  margin-right: 16px;
  width: 56px;
}
.account .account-information,
.account .account-addresses {
  margin-bottom: 40px;
}
.account .account-information h2,
.account .account-addresses h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.25;
  margin-bottom: 12px;
}
.account .account-information h3,
.account .account-addresses h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 20px;
}
.account .account-information h4,
.account .account-addresses h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
}
.account .account-information p,
.account .account-addresses p {
  margin: 0;
}
.account .account-information a,
.account .account-addresses a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 8px;
  text-decoration: underline;
}
.account .account-information address,
.account .account-addresses address {
  font-style: normal;
}
.account .account-information address a,
.account .account-addresses address a {
  all: unset;
}
@media only screen and (min-width: 767px) {
  .account .account-information .grid,
  .account .account-addresses .grid {
    margin: 0 -8px;
    display: flex;
  }
}
.account .account-information .grid .column,
.account .account-addresses .grid .column {
  margin-bottom: 24px;
}
@media only screen and (min-width: 767px) {
  .account .account-information .grid .column,
  .account .account-addresses .grid .column {
    flex: 1;
    margin-bottom: 0;
    padding: 0 8px;
  }
}
.account .account-information .block span,
.account .account-addresses .block span {
  display: block;
}
.account .account-information-section:not(:last-child) {
  margin-bottom: 40px;
}
.account .block-dashboard-orders h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.routine-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.routine-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media only screen and (min-width: 767px) {
  .routine-header h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.routine-actions {
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 767px) {
  .routine-actions {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.routine-actions .routine-action + .routine-action {
  margin-left: 8px;
}
@media only screen and (min-width: 767px) {
  .routine-actions .routine-action + .routine-action {
    margin-left: 32px;
  }
}
.routine-actions .routine-action-trigger {
  align-items: center;
  display: flex;
}
.routine-actions .routine-action-icon {
  display: flex;
  margin-right: 4px;
}
@media only screen and (min-width: 767px) {
  .routine-actions .routine-action-icon {
    margin-right: 8px;
  }
}
.routine-section {
  background-color: #f8fafd;
  border-radius: 8px;
  counter-reset: list-number;
  padding: 24px;
}
@media only screen and (min-width: 767px) {
  .routine-section {
    padding: 32px;
  }
}
.routine-section:not(:last-child) {
  margin-bottom: 16px;
}
.routine-section h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.routine-section p {
  margin: 0;
}
.routine-section p:not(:last-child) {
  margin-bottom: 12px;
}
.routine-section-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.routine-message h3 {
  margin-bottom: 8px;
}
.routine-step:not(:last-child) {
  margin-bottom: 24px;
}
.routine-step-header {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.routine-step-header h4 {
  counter-increment: list-number;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.routine-step-header h4::before {
  content: counter(list-number) ".";
  margin-right: 2px;
}
.routine-step-header .actions {
  margin-left: 8px;
}
.routine-step-header .actions button {
  color: #e85d77;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.routine-step-no-products {
  background-color: #eef3f9;
  border-radius: 8px;
  padding: 32px;
}
.routine-step-product {
  position: relative;
}
.routine-step-product .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .routine-step-product .row-section {
    align-items: center;
    display: flex;
  }
}
.routine-step-product .row-section:first-child {
  flex-direction: column;
}
@media only screen and (min-width: 767px) {
  .routine-step-product .row-section:first-child {
    flex-direction: row;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .routine-step-product .row-section:last-child {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.routine-step-product .product-section {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .routine-step-product .product-section {
    margin-bottom: 16px;
  }
}
.routine-step-product .product-drag-and-drop {
  cursor: pointer;
  margin-right: 12px;
}
.routine-step-product .product-thumbnail {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #eef3f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  height: 96px;
  justify-content: center;
  overflow: hidden;
  width: 96px;
}
@media only screen and (min-width: 767px) {
  .routine-step-product .product-thumbnail {
    margin-right: 16px;
  }
}
.routine-step-product .product-thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .routine-step-product .product-details {
    padding-left: 20px;
  }
}
.routine-step-product .product-manufacturer {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.routine-step-product .product-name {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 4px;
}
.routine-step-product .product-price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.routine-step-product .product-price .price-label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .routine-step-product .product-stock {
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 767px) {
  .routine-step-product .product-stock {
    margin-right: 24px;
  }
}
.routine-step-product .product-add-to-cart {
  margin-right: 8px;
}
@media only screen and (min-width: 767px) {
  .routine-step-product .product-add-to-cart {
    margin-right: 24px;
  }
}
.routine-step-product .product-add-to-cart button {
  align-items: center;
  background-color: #dae9fa;
  border-radius: 100%;
  display: flex;
  height: 54px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  width: 54px;
}
.routine-step-product .product-add-to-cart button:hover {
  background-color: #0da3b2;
  color: #ffffff;
}
.routine-step-product .product-add-to-cart button i {
  font-size: 24px;
  font-size: 2.4rem;
}
.routine-step-product .product-remove-from-step i {
  font-size: 14px;
  font-size: 1.4rem;
}
.logout {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 72px auto 88px;
  max-width: 580px;
  padding: 0 16px;
  width: 100%;
}
.logout-icon {
  align-items: center;
  background-color: #eef3f9;
  border-radius: 100%;
  display: flex;
  height: 90px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 90px;
}
.logout-title {
  margin-bottom: 24px;
  text-align: center;
}
.logout-title h1 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.25;
}
@media only screen and (min-width: 767px) {
  .logout-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.logout-text {
  margin-bottom: 48px;
  text-align: center;
}
.logout-button {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .my-wishlist .action-primary .btn.tertiary {
    margin-bottom: 8px;
  }
}
.wishlist-products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.wishlist-products-item {
  flex: 0 0 50%;
  margin-bottom: 40px;
  padding: 0 8px;
}
.wishlist-products-item .remove {
  align-items: center;
  background-color: #eef3f9;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 32px;
  width: 40px;
}
.wishlist-products-item .product-item-photo {
  border: 2px solid #eef3f9;
  border-radius: 8px;
  margin-bottom: 12px;
}
.wishlist-products-item .product-item-photo img {
  display: block;
  height: auto;
  width: 100%;
}
.wishlist-products-item .price-box p {
  margin: 0;
}
.wishlist-products-item .card-product .card-actions .btn {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 767px) {
  .review-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
}
.review-items .review-item {
  margin-bottom: 16px;
}
@media only screen and (min-width: 767px) {
  .review-items .review-item {
    flex: 0 0 50%;
    padding: 0 8px;
  }
}
.review-items .review-item-inner {
  background-color: #f8fafd;
  border-radius: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
}
.review-items .review-item-text {
  margin-bottom: 16px;
}
.review-items .review-item-text p {
  margin: 0;
}
.review-items .review-item-text p:not(.review-item-summary) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review-items .review-item-summary {
  font-weight: 700;
}
.review-items .review-item-ratings p,
.review-items .review-item-product p {
  font-weight: 700;
  margin: 0;
}
.review-items .review-item-ratings {
  margin-bottom: 16px;
}
.review-items .review-item-rating {
  display: flex;
}
.review-items .review-item-rating .star-empty {
  fill: #cbd5e0;
}
.review-items .review-item-rating .star-full {
  fill: #f6e05e;
}
.sidebar-trigger {
  align-items: center;
  background-color: #0da3b2;
  border-radius: 100%;
  bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  height: 56px;
  position: fixed;
  right: 16px;
  width: 56px;
  z-index: 100;
}
@media only screen and (min-width: 1023px) {
  .sidebar-trigger {
    display: none;
  }
}
.sidebar-close {
  position: fixed;
  right: 24px;
  top: 40px;
}
@media only screen and (min-width: 1023px) {
  .sidebar-close {
    display: none;
  }
}
.sidebar-close .icon {
  font-size: 18px;
  font-size: 1.8rem;
}
.my-subscriptions-table .item {
  display: flex;
  background: #f8fafd;
  border-radius: 8px;
  padding: 20px 30px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 540px) {
  .my-subscriptions-table .item {
    padding: 10px 10px;
  }
}
.my-subscriptions-table .item:last-of-type {
  margin-bottom: 0px;
}
.my-subscriptions-table .item .image {
  padding: 5px;
  background: #fff;
  border: 1px solid #eef3f9;
  border-radius: 8px;
  margin-right: 15px;
}
.my-subscriptions-table .item .image img {
  display: block;
}
.my-subscriptions-table .item .name {
  margin-right: 10px;
}
.my-subscriptions-table .item .name span {
  display: block;
}
.my-subscriptions-table .item .name span:first-of-type {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
}
.my-subscriptions-table .item .stock {
  margin-left: auto;
}
.my-subscriptions-table .item .price {
  margin-left: auto;
  margin-right: 15px;
}
.my-subscriptions-table .item .remove {
  margin-left: auto;
}
.my-subscriptions-table .item .remove a {
  font-size: 18px;
  font-size: 1.8rem;
}
.my-subscriptions-table .item .remove a:hover {
  color: #0da3b2;
}
/*------------------------------------------------------------------
# [Skintest]
------------------------------------------------------------------*/
.skintest-quiz .page {
  max-width: 1000px;
}
.skintest-header {
  padding: 24px 0;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .skintest-header {
    padding: 32px 0 48px;
  }
}
.skintest-header h1 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1023px) {
  .skintest-header h1 {
    font-size: 42px;
    font-size: 4.2rem;
    padding: 32px 0 48px;
  }
}
.skintest-header p {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
}
.skintest-header p:not(:last-child) {
  margin-bottom: 24px;
}
.skintest-content {
  background-color: #f8fafd;
  padding: 32px 0 64px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content {
    padding: 40px 0 80px;
  }
}
.skintest-content .steps-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 56px;
  position: relative;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .steps-navigation {
    margin-bottom: 80px;
  }
}
.skintest-content .steps-navigation::before {
  background: repeating-linear-gradient(to right, transparent, transparent 8px, #1b2b3f 8px, #1b2b3f 16px);
  content: '';
  height: 2px;
  left: 0;
  margin-top: -1px;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 50%;
}
.skintest-content .steps-navigation::after {
  background-color: #1b2b3f;
  content: '';
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.skintest-content .steps-navigation.is-step-2::after {
  width: calc(20% - 5px);
}
.skintest-content .steps-navigation.is-step-3::after {
  width: calc(40% - 5px);
}
.skintest-content .steps-navigation.is-step-4::after {
  width: calc(60% - 5px);
}
.skintest-content .steps-navigation.is-step-5::after {
  width: calc(80% - 5px);
}
.skintest-content .steps-navigation.is-step-6::after {
  width: calc(100% - 5px);
}
.skintest-content .steps-navigation-item {
  position: relative;
  z-index: 1;
}
.skintest-content .steps-navigation-item.is-current .steps-navigation-item-number {
  border-color: #c2e300;
  background-color: #c2e300;
}
.skintest-content .steps-navigation-item.is-completed .steps-navigation-item-number {
  background-color: #1b2b3f;
  color: #ffffff;
}
.skintest-content .steps-navigation-item-number {
  align-items: center;
  background-color: #f8fafd;
  border: 2px solid #1b2b3f;
  border-radius: 100%;
  color: #1b2b3f;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .steps-navigation-item-number {
    font-size: 18px;
    font-size: 1.8rem;
    height: 36px;
    width: 36px;
  }
}
.skintest-content .steps-navigation-item-label {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  left: 50%;
  margin-top: 4px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .steps-navigation-item-label {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .skintest-content .steps-navigation-item-label.is-step-1 {
    left: 0;
    right: auto;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1023px) {
  .skintest-content .steps-navigation-item-label.is-step-6 {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
.skintest-content .step {
  text-align: center;
}
.skintest-content .step .error {
  color: #db435f;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 4px 0 0;
}
@media only screen and (min-width: 1200px) {
  .skintest-content .step-2 .step-content,
  .skintest-content .step-6 .step-content {
    margin: 0px -80px;
  }
}
.skintest-content .step-5 .step-section:not(:last-child),
.skintest-content .step-6 .step-section:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .skintest-content .step-5 .step-section:not(:last-child),
  .skintest-content .step-6 .step-section:not(:last-child) {
    margin-bottom: 72px;
  }
}
.skintest-content .step-header {
  margin-bottom: 24px;
}
.skintest-content .step-header h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.skintest-content .step-header p {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 8px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-header p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.skintest-content .step-header .error {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 8px 0 0;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-header .error {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.skintest-content .step-content .control-group {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .control-group {
    margin-bottom: 32px;
  }
}
.skintest-content .step-content .control-group .control:not(:last-child) {
  margin-bottom: 8px;
}
.skintest-content .step-content .age-range {
  margin-bottom: 32px;
  text-align: left;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .age-range {
    margin-bottom: 40px;
  }
}
.skintest-content .step-content .age-range-header {
  margin-bottom: 8px;
}
.skintest-content .step-content .age-range-header p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.skintest-content .step-content .age-range-items {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .age-range-items {
    margin: 0 -8px;
  }
}
.skintest-content .step-content .age-range-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 33.33333333%;
  margin-bottom: 8px;
  padding: 0 4px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .age-range-item {
    flex: 1;
    margin-bottom: 0;
    padding: 0 8px;
  }
}
.skintest-content .step-content .age-range-item input[type='radio'] + label {
  border: 1px solid #1b2b3f;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #1b2b3f;
  padding: 12px 24px;
  text-align: center;
  width: 100%;
}
.skintest-content .step-content .age-range-item input[type='radio'] + label::before,
.skintest-content .step-content .age-range-item input[type='radio'] + label::after {
  display: none;
}
.skintest-content .step-content .age-range-item input[type='radio']:checked + label {
  background-color: #1b2b3f;
  color: #ffffff;
}
.skintest-content .step-content .skin-type-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 36px;
}
@media only screen and (min-width: 540px) {
  .skintest-content .step-content .skin-type-items {
    margin: 0 -8px 36px;
  }
}
.skintest-content .step-content .skin-type-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 100%;
  margin-bottom: 16px;
  padding: 0 4px;
}
@media only screen and (min-width: 540px) {
  .skintest-content .step-content .skin-type-item {
    flex: 0 0 50%;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .skin-type-item {
    flex: 1;
    margin-bottom: 0;
  }
}
.skintest-content .step-content .skin-type-item .skin-type-icon {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #eef3f9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 136px;
  margin: 0 auto 24px;
  width: 136px;
}
.skintest-content .step-content .skin-type-item .skin-type-icon-wrapper {
  display: flex;
  align-items: flex-end;
  height: 72px;
}
.skintest-content .step-content .skin-type-item .skin-type-label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.skintest-content .step-content .skin-type-item .skin-type-description {
  font-size: 14px;
  font-size: 1.4rem;
}
.skintest-content .step-content .skin-type-item input[type='radio']:checked + label {
  background-color: #1b2b3f;
  color: #ffffff;
}
.skintest-content .step-content .skin-type-item input[type='radio'] + label {
  background-color: #ffffff;
  border: 1px solid #eef3f9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #1b2b3f;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 16px;
}
.skintest-content .step-content .skin-type-item input[type='radio'] + label::before,
.skintest-content .step-content .skin-type-item input[type='radio'] + label::after {
  display: none;
}
.skintest-content .step-content .skin-issue-items,
.skintest-content .step-content .skin-status-items,
.skintest-content .step-content .skin-improvement-items {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .skin-issue-items,
  .skintest-content .step-content .skin-status-items,
  .skintest-content .step-content .skin-improvement-items {
    margin-bottom: 48px;
  }
}
.skintest-content .step-content .skin-issue-item:not(:last-child),
.skintest-content .step-content .skin-status-item:not(:last-child),
.skintest-content .step-content .skin-improvement-item:not(:last-child) {
  margin-bottom: 16px;
}
.skintest-content .step-content .skin-issue-item .skin-status-icon,
.skintest-content .step-content .skin-status-item .skin-status-icon,
.skintest-content .step-content .skin-improvement-item .skin-status-icon {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #eef3f9;
  border-radius: 100%;
  display: flex;
  height: 112px;
  justify-content: center;
  margin: 0 auto 16px;
  width: 112px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .skin-issue-item .skin-status-icon,
  .skintest-content .step-content .skin-status-item .skin-status-icon,
  .skintest-content .step-content .skin-improvement-item .skin-status-icon {
    margin: 0;
  }
}
.skintest-content .step-content .skin-issue-item .skin-status-icon-wrapper,
.skintest-content .step-content .skin-status-item .skin-status-icon-wrapper,
.skintest-content .step-content .skin-improvement-item .skin-status-icon-wrapper {
  align-items: flex-end;
  display: flex;
  height: 56px;
}
.skintest-content .step-content .skin-issue-item .skin-issue-content,
.skintest-content .step-content .skin-status-item .skin-issue-content,
.skintest-content .step-content .skin-improvement-item .skin-issue-content,
.skintest-content .step-content .skin-issue-item .skin-status-content,
.skintest-content .step-content .skin-status-item .skin-status-content,
.skintest-content .step-content .skin-improvement-item .skin-status-content,
.skintest-content .step-content .skin-issue-item .skin-improvement-content,
.skintest-content .step-content .skin-status-item .skin-improvement-content,
.skintest-content .step-content .skin-improvement-item .skin-improvement-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
}
.skintest-content .step-content .skin-issue-item .skin-status-content,
.skintest-content .step-content .skin-status-item .skin-status-content,
.skintest-content .step-content .skin-improvement-item .skin-status-content {
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .skin-issue-item .skin-status-content,
  .skintest-content .step-content .skin-status-item .skin-status-content,
  .skintest-content .step-content .skin-improvement-item .skin-status-content {
    padding-left: 24px;
    text-align: left;
  }
}
.skintest-content .step-content .skin-issue-item .skin-issue-label,
.skintest-content .step-content .skin-status-item .skin-issue-label,
.skintest-content .step-content .skin-improvement-item .skin-issue-label,
.skintest-content .step-content .skin-issue-item .skin-status-label,
.skintest-content .step-content .skin-status-item .skin-status-label,
.skintest-content .step-content .skin-improvement-item .skin-status-label,
.skintest-content .step-content .skin-issue-item .skin-improvement-label,
.skintest-content .step-content .skin-status-item .skin-improvement-label,
.skintest-content .step-content .skin-improvement-item .skin-improvement-label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.skintest-content .step-content .skin-issue-item .skin-issue-description,
.skintest-content .step-content .skin-status-item .skin-issue-description,
.skintest-content .step-content .skin-improvement-item .skin-issue-description,
.skintest-content .step-content .skin-issue-item .skin-status-description,
.skintest-content .step-content .skin-status-item .skin-status-description,
.skintest-content .step-content .skin-improvement-item .skin-status-description,
.skintest-content .step-content .skin-issue-item .skin-improvement-description,
.skintest-content .step-content .skin-status-item .skin-improvement-description,
.skintest-content .step-content .skin-improvement-item .skin-improvement-description {
  font-size: 14px;
  font-size: 1.4rem;
}
.skintest-content .step-content .skin-issue-item input[type='checkbox']:checked + label,
.skintest-content .step-content .skin-status-item input[type='checkbox']:checked + label,
.skintest-content .step-content .skin-improvement-item input[type='checkbox']:checked + label,
.skintest-content .step-content .skin-issue-item input[type='radio']:checked + label,
.skintest-content .step-content .skin-status-item input[type='radio']:checked + label,
.skintest-content .step-content .skin-improvement-item input[type='radio']:checked + label {
  background-color: #1b2b3f;
  color: #ffffff;
}
.skintest-content .step-content .skin-issue-item input[type='checkbox']:disabled + label,
.skintest-content .step-content .skin-status-item input[type='checkbox']:disabled + label,
.skintest-content .step-content .skin-improvement-item input[type='checkbox']:disabled + label,
.skintest-content .step-content .skin-issue-item input[type='radio']:disabled + label,
.skintest-content .step-content .skin-status-item input[type='radio']:disabled + label,
.skintest-content .step-content .skin-improvement-item input[type='radio']:disabled + label {
  cursor: not-allowed;
  opacity: .5;
}
.skintest-content .step-content .skin-issue-item input[type='checkbox'] + label,
.skintest-content .step-content .skin-status-item input[type='checkbox'] + label,
.skintest-content .step-content .skin-improvement-item input[type='checkbox'] + label,
.skintest-content .step-content .skin-issue-item input[type='radio'] + label,
.skintest-content .step-content .skin-status-item input[type='radio'] + label,
.skintest-content .step-content .skin-improvement-item input[type='radio'] + label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #eef3f9;
  border-radius: 8px;
  color: #1b2b3f;
  padding: 40px 24px;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .skin-issue-item input[type='checkbox'] + label,
  .skintest-content .step-content .skin-status-item input[type='checkbox'] + label,
  .skintest-content .step-content .skin-improvement-item input[type='checkbox'] + label,
  .skintest-content .step-content .skin-issue-item input[type='radio'] + label,
  .skintest-content .step-content .skin-status-item input[type='radio'] + label,
  .skintest-content .step-content .skin-improvement-item input[type='radio'] + label {
    align-items: center;
    display: flex;
    padding: 24px 32px 24px 24px;
  }
}
.skintest-content .step-content .skin-issue-item input[type='checkbox'] + label::before,
.skintest-content .step-content .skin-status-item input[type='checkbox'] + label::before,
.skintest-content .step-content .skin-improvement-item input[type='checkbox'] + label::before,
.skintest-content .step-content .skin-issue-item input[type='radio'] + label::before,
.skintest-content .step-content .skin-status-item input[type='radio'] + label::before,
.skintest-content .step-content .skin-improvement-item input[type='radio'] + label::before,
.skintest-content .step-content .skin-issue-item input[type='checkbox'] + label::after,
.skintest-content .step-content .skin-status-item input[type='checkbox'] + label::after,
.skintest-content .step-content .skin-improvement-item input[type='checkbox'] + label::after,
.skintest-content .step-content .skin-issue-item input[type='radio'] + label::after,
.skintest-content .step-content .skin-status-item input[type='radio'] + label::after,
.skintest-content .step-content .skin-improvement-item input[type='radio'] + label::after {
  display: none;
}
.skintest-content .step-content .skin-issue-item input[type='checkbox'] + label,
.skintest-content .step-content .skin-improvement-item input[type='checkbox'] + label,
.skintest-content .step-content .skin-issue-item input[type='radio'] + label,
.skintest-content .step-content .skin-improvement-item input[type='radio'] + label {
  padding: 24px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .skin-issue-item input[type='checkbox'] + label,
  .skintest-content .step-content .skin-improvement-item input[type='checkbox'] + label,
  .skintest-content .step-content .skin-issue-item input[type='radio'] + label,
  .skintest-content .step-content .skin-improvement-item input[type='radio'] + label {
    padding: 24px 32px;
  }
}
.skintest-content .step-content .preferred-brands {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
@media only screen and (min-width: 540px) {
  .skintest-content .step-content .preferred-brands {
    margin: 0 -8px;
  }
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .preferred-brands {
    margin-bottom: 24px;
  }
}
.skintest-content .step-content .preferred-brand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  flex: 0 0 100%;
  margin: 0 auto 16px;
  max-width: 296px;
  padding: 0 4px;
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .skintest-content .step-content .preferred-brand {
    flex: 0 0 50%;
    margin: 0 0 16px;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .preferred-brand {
    flex: 1;
    margin: 0;
  }
}
.skintest-content .step-content .preferred-brand .preferred-brand-icon {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 8px 0;
}
.skintest-content .step-content .preferred-brand .preferred-brand-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 48px;
}
.skintest-content .step-content .preferred-brand .preferred-brand-label {
  font-size: 14px;
  font-size: 1.4rem;
}
.skintest-content .step-content .preferred-brand input[type='radio']:checked + label {
  background-color: #1b2b3f;
  color: #ffffff;
}
.skintest-content .step-content .preferred-brand input[type='radio'] + label {
  background-color: #ffffff;
  border: 1px solid #eef3f9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #1b2b3f;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 64px 48px;
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .preferred-brand input[type='radio'] + label {
    padding: 64px 16px;
  }
}
.skintest-content .step-content .preferred-brand input[type='radio'] + label::before,
.skintest-content .step-content .preferred-brand input[type='radio'] + label::after {
  display: none;
}
.skintest-content .step-content .include-in-stock-only label {
  color: #1b2b3f;
  font-size: 16px;
  font-size: 1.6rem;
}
.skintest-content .step-content .include-in-stock-only input[type='checkbox']:checked + label::before {
  background-color: #0da3b2;
}
.skintest-content .step-content .include-in-stock-only input[type='checkbox']:checked + label::after {
  background-color: #ffffff;
  transform: translateX(20px);
}
.skintest-content .step-content .include-in-stock-only input[type='checkbox'] + label {
  line-height: 24px;
  padding-left: 56px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 767px) {
  .skintest-content .step-content .include-in-stock-only input[type='checkbox'] + label {
    text-align: center;
  }
}
.skintest-content .step-content .include-in-stock-only input[type='checkbox'] + label::before {
  background-color: transparent;
  border: 1px solid #1b2b3f;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 44px;
}
.skintest-content .step-content .include-in-stock-only input[type='checkbox'] + label::after {
  background-color: #c4c7d2;
  border-radius: 100%;
  content: '';
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: all 0.3s ease-in-out;
  width: 16px;
}
.skintest-content .step-content .care-types {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.skintest-content .step-content .care-type {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  max-width: 296px;
  padding: 0 8px;
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .skintest-content .step-content .care-type {
    flex: 1;
  }
}
@media only screen and (min-width: 1023px) {
  .skintest-content .step-content .care-type {
    margin-bottom: 0;
  }
}
.skintest-content .step-content .care-type .care-type-icon {
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #eef3f9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 136px;
  margin: 0 auto 24px;
  width: 136px;
}
.skintest-content .step-content .care-type .care-type-icon-wrapper {
  display: flex;
  align-items: flex-end;
  height: 72px;
}
.skintest-content .step-content .care-type .care-type-label {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.skintest-content .step-content .care-type .care-type-description {
  font-size: 16px;
  font-size: 1.6rem;
}
.skintest-content .step-content .care-type input[type='radio']:checked + label {
  background-color: #1b2b3f;
  color: #ffffff;
}
.skintest-content .step-content .care-type input[type='radio'] + label {
  background-color: #ffffff;
  border: 1px solid #eef3f9;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #1b2b3f;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px;
}
.skintest-content .step-content .care-type input[type='radio'] + label::before,
.skintest-content .step-content .care-type input[type='radio'] + label::after {
  display: none;
}
.skintest-content .step-content .skintest-disclaimer {
  margin: 0 auto 48px;
  max-width: 870px;
  text-align: left;
}
.skintest-content .step-content .skintest-checkbox {
  font-size: 14px;
  font-size: 1.4rem;
}
.skintest-content .step-content .skintest-checkbox:not(:last-child) {
  margin-bottom: 8px;
}
.skintest-content .step-content .skintest-checkbox a {
  text-decoration: underline;
}
.skintest-content .step-content .skintest-checkbox a:hover {
  text-decoration: none;
}
.skintest-content .step-content .skintest-checkbox label {
  color: #1b2b3f;
}
.skintest-content .step-actions {
  display: inline-flex;
  flex-direction: column;
}
.skintest-content .step-actions a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4pxrem;
  margin-top: 12px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.skintest-content .step-actions a:hover {
  color: #0da3b2;
}
.skintest-content .step-actions button.is-loading {
  cursor: not-allowed;
  opacity: .5;
}
.skintest-success-section.skintest-success-section-upper {
  padding: 48px 0 32px;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-section.skintest-success-section-upper {
    padding: 88px 0 80px;
  }
}
.skintest-success-section.skintest-success-section-lower {
  background-color: #eef3f9;
  padding: 32px 0;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-section.skintest-success-section-lower {
    padding: 64px 0 56px;
  }
}
.skintest-success-content {
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
  width: 100%;
}
.skintest-success-icon {
  margin-bottom: 48px;
}
.skintest-success-title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-title {
    margin-bottom: 8px;
  }
}
.skintest-success-title h1 {
  font-size: 32px;
  font-size: 3.2pxrem;
  line-height: 1.25;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-title h1 {
    font-size: 42px;
    font-size: 4.2pxrem;
  }
}
.skintest-success-description {
  font-size: 18px;
  font-size: 1.8rem;
}
.skintest-success-description p {
  margin: 0;
}
.skintest-success-description p:not(:last-child) {
  margin-bottom: 24px;
}
.skintest-success-button {
  margin-top: 32px;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-button {
    margin-top: 48px;
  }
}
.skintest-success-consultation {
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-consultation {
    text-align: left;
  }
}
.skintest-success-consultation h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-consultation h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.skintest-success-consultation p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 16px;
  max-width: 645px;
}
@media only screen and (min-width: 1023px) {
  .skintest-success-consultation p {
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  div[data-content-type="row"][data-element="main"] .pagebuilder-mobile-hidden {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  div[data-content-type="row"][data-element="main"] .pagebuilder-mobile-only {
    display: none;
  }
}
div[data-content-type="row"][data-element="main"] hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-style: solid;
}
@media only screen and (max-width: 767px) {
  div[data-content-type="row"][data-element="main"] [data-content-type='column-group'] .pagebuilder-column-line {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  div[data-content-type="row"][data-element="main"] [data-content-type='column-group'] .pagebuilder-column-line [data-content-type='column'] {
    flex: 1 0 100% !important;
    width: 100% !important;
  }
}
div[data-content-type="row"][data-element="main"] div[data-content-type="column-group"] {
  margin: 0 -7.5px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="column-group"] > .pagebuilder-column-line > .pagebuilder-column {
  padding: 0 7.5px;
  box-sizing: border-box;
}
div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10px;
}
@media only screen and (min-width: 480px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 767px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1023px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1400px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1600px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 64px;
  }
}
@media only screen and (min-width: 1800px) {
  div[data-content-type="row"][data-element="main"][data-appearance="full-width"] .row-full-width-inner {
    padding: 0 64px;
  }
}
div[data-content-type="row"][data-element="main"] h1,
div[data-content-type="row"][data-element="main"] h2,
div[data-content-type="row"][data-element="main"] h3,
div[data-content-type="row"][data-element="main"] h4,
div[data-content-type="row"][data-element="main"] h5 {
  margin-bottom: 32px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"][data-appearance="inline"] > div {
  margin: 2px 2px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"][data-appearance="stacked"] > div {
  width: 100%;
  margin-bottom: 5px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"][data-appearance="stacked"] > div:last-of-type {
  margin-bottom: 0px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"][data-appearance="stacked"] > div > div,
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"][data-appearance="stacked"] > div > a {
  width: 100%;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"] div[data-content-type="button-item"] .pagebuilder-button-link {
  text-decoration: underline;
  font-weight: bold;
  color: #1b2b3f;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="buttons"] div[data-content-type="button-item"] .pagebuilder-button-link:hover {
  color: #0da3b2;
}
div[data-content-type="row"][data-element="main"] .category-tags > ul {
  margin: 0;
  display: flex;
  gap: 12px;
  width: 100%;
  max-width: 800px;
  min-width: 800px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 767px) {
  div[data-content-type="row"][data-element="main"] .category-tags > ul {
    max-width: none;
    min-width: 0;
  }
}
@media only screen and (min-width: 1023px) {
  div[data-content-type="row"][data-element="main"] .category-tags > ul {
    justify-content: flex-end;
    gap: 14px;
  }
}
div[data-content-type="row"][data-element="main"] .category-tags > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
div[data-content-type="row"][data-element="main"] .category-tags > ul > li > a {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  font-wwight: 400;
  white-space: nowrap;
  height: 50px;
  background-color: #eef3f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
}
div[data-content-type="row"][data-element="main"] .category-tags > ul > li > a.active {
  color: #ffffff;
  background-color: #172b41;
}
@media only screen and (min-width: 767px) {
  div[data-content-type="row"][data-element="main"] .category-tags > ul > li > a:hover,
  div[data-content-type="row"][data-element="main"] .category-tags > ul > li > a:active {
    color: #ffffff;
    background-color: #0d8f9c;
  }
}
div[data-content-type="row"][data-element="main"] div[data-content-type="video"] iframe {
  width: 100%;
  height: auto;
  min-height: 450px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="tabs"] ul.tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="tabs"] ul.tabs-navigation .tab-header {
  margin: 2px 2px;
  list-style: none;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="tabs"] ul.tabs-navigation .tab-header a {
  display: block;
  padding: 10px 20px;
  background: #0da3b2;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="tabs"] ul.tabs-navigation .tab-header a:hover {
  background: #1b2b3f;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="tabs"] ul.tabs-navigation .tab-header a.active {
  background: #e85d77;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="tabs"] .tabs-content div[data-content-type="tab-item"] {
  display: none;
  padding-top: 20px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"] .pagebuilder-collage-content,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"] .pagebuilder-collage-content {
  padding: 15px;
  background: #fff;
  border-radius: 8px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="poster"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="poster"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="poster"] .pagebuilder-banner-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="poster"] .pagebuilder-banner-wrapper {
  padding: 20px;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="poster"] .pagebuilder-poster-overlay,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="poster"] .pagebuilder-poster-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-left"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-left"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-left"] .pagebuilder-banner-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-left"] .pagebuilder-banner-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-centered"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-centered"] .pagebuilder-banner-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-banner-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-right"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-right"] .pagebuilder-slide-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-right"] .pagebuilder-banner-wrapper,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-right"] .pagebuilder-banner-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
}
div[data-content-type="row"][data-element="main"] div[data-content-type="slide"][data-appearance="collage-right"] .pagebuilder-overlay,
div[data-content-type="row"][data-element="main"] div[data-content-type="banner"][data-appearance="collage-right"] .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider {
  position: relative;
  padding-bottom: 30px;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .bullets-container {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .bullets-container span.bullet {
  display: inline-block;
  padding: 0px;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  border-radius: 100%;
  background: #0da3b2;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .bullets-container span.bullet:before {
  display: none;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .bullets-container span.bullet:hover {
  background: #1b2b3f;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .bullets-container span.bullet.active {
  background: #e85d77;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -30px;
  display: block;
  width: 30px;
  height: 30px;
  background: none;
  padding: 0px;
  border-radius: 100%;
  color: #fff;
  background: #1b2b3f;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button:before,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button:before {
  display: block;
  font-family: 'Superskin';
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  line-height: 30px;
  font-size: 20px;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button:hover,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button:hover {
  background: #0da3b2;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button.prev-button,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button.prev-button {
  left: -7.5px;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button.prev-button:before,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button.prev-button:before {
  transform: rotate(180deg);
  margin-right: 2px;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button.next-button,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button.next-button {
  right: -7.5px;
}
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .prev-button.next-button:before,
div[data-content-type="row"][data-element="main"] .pagebuilder-slider .next-button.next-button:before {
  margin-left: 3px;
}
.blog-header {
  background: #eef6ff;
  padding: 30px 0;
}
.blog-header h1,
.blog-header h1.page-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 37px;
  font-weight: 800;
  padding: 0px;
}
@media only screen and (min-width: 767px) {
  .blog-header h1,
  .blog-header h1.page-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }
}
.blog-header div.subtitle,
.blog-header p.subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.blog-header div.subtitle div[data-content-type="row"],
.blog-header p.subtitle div[data-content-type="row"] {
  padding: 0px !important;
  margin: 0px !important;
  display: block !important;
}
.blog-header div.subtitle div[data-content-type="row"] > div,
.blog-header p.subtitle div[data-content-type="row"] > div {
  padding: 0px !important;
  margin: 0px !important;
  display: block !important;
}
.blog-header div.subtitle div[data-content-type="row"] > div p,
.blog-header p.subtitle div[data-content-type="row"] > div p {
  margin: 0px !important;
}
.blog-header-toolbar {
  background: #eef3f9;
  padding: 12px 0;
}
.blog-header-toolbar .blog-header-toolbar-inner {
  display: flex;
  align-items: center;
}
.blog-header-toolbar .blog-header-toolbar-inner .amblog-search {
  position: relative;
  width: 250px;
  flex: 0 0 250px;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .blog-header-toolbar .blog-header-toolbar-inner .amblog-search {
    width: 210px;
    flex: 0 0 210px;
    margin-right: 10px;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .amblog-search button {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  background-color: transparent;
  border: 0;
  width: 40px;
  min-width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 16px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blog-header-toolbar .blog-header-toolbar-inner .amblog-search button:before {
  font-size: 20px;
  font-size: 2rem;
  color: #868E98;
  font-family: 'Superskin';
  content: "\e923";
}
.blog-header-toolbar .blog-header-toolbar-inner .amblog-search button:hover,
.blog-header-toolbar .blog-header-toolbar-inner .amblog-search button:active {
  background-color: transparent;
}
@media only screen and (min-width: 767px) {
  .blog-header-toolbar .blog-header-toolbar-inner .amblog-search button:hover:before,
  .blog-header-toolbar .blog-header-toolbar-inner .amblog-search button:active:before {
    color: #1b2b3f;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .amblog-search .messages {
  position: absolute;
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 480px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 767px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories {
    text-align: center;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .amblog-category {
  padding: 0 2px;
}
@media only screen and (min-width: 1440px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .amblog-category {
    padding: 0 4px;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .amblog-category a {
  display: inline-block;
  border: 1px solid #98a4b1;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 50px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1440px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .amblog-category a {
    padding: 0 20px;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .amblog-category a:hover {
  background: #d8e3ef;
  border-color: #d8e3ef;
}
@media only screen and (min-width: 767px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .blog-mobilemenu {
    display: none !important;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .blog-mobilemenu .btn-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .blog-mobilemenu .menu-wrapper {
  padding: 20px;
  display: block;
  width: calc(100% - 52px);
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .blog-mobilemenu .menu-wrapper .amblog-category {
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .swiper-blog-cats {
    display: none;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .btn-open-blog-cats {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  .blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .btn-open-blog-cats {
    display: none;
  }
}
.blog-header-toolbar .blog-header-toolbar-inner .blog-header-toolbar-categories .btn-open-blog-cats .icon-filter {
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.blog-main .breadcrumbs {
  margin-top: 0px;
}
.blog-main .list-blog-articles-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.blog-main .list-blog-articles-container .card-blog {
  flex: 0 0 33.33%;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog-main .list-blog-articles-container .card-blog {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 670px) {
  .blog-main .list-blog-articles-container .card-blog {
    flex: 0 0 100%;
  }
}
body.amblog-index-post .breadcrumbs {
  justify-content: center;
}
body.amblog-index-post h1,
body.amblog-index-post h1.page-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 37px;
  font-weight: 800;
  padding: 0px;
}
@media only screen and (min-width: 767px) {
  body.amblog-index-post h1,
  body.amblog-index-post h1.page-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 44px;
  }
}
body.amblog-index-post .amblog-element-block {
  max-width: 850px;
  margin: 0 auto;
  border: none;
  padding: 0px;
  box-shadow: none;
}
body.amblog-index-post .amblog-element-block .amblog-post-container {
  border: none;
  padding: 0;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-header-image {
  padding-top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  width: 100%;
  height: 0;
  position: relative;
  overflow: visible;
  background-color: #ffffff;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-header-image .amblog-header-image-container {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-header-image .amblog-header-image-container .amblog-header-image-container-wrap {
  display: flex;
  flex: 1;
  align-self: stretch;
  justify-content: center;
  align-items: center;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-header-image .amblog-header-image-container .amblog-header-image-container-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-content {
  padding: 0px;
  border: none;
  margin-bottom: 40px;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-content div[data-content-type="row"][data-appearance="contained"] {
  padding: 0px;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer {
  margin-bottom: 40px;
  background: #eef3f9;
  padding: 30px 20px;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-features {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-features .amblog-posted-in {
  display: none;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-features .amblog-wrap {
  flex-wrap: wrap;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-features .amblog-ref {
  display: inline-block;
  margin: 2px;
  border: 1px solid #1b2b3f;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  color: #1b2b3f;
  padding: 0 15px;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-features .amblog-ref:hover {
  color: #fff;
  background: #1b2b3f;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container {
  margin-left: auto;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container {
    margin-left: 0px;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list {
  display: block;
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list {
    display: flex;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon {
  display: block;
  margin: 0 0 5px 0;
  width: auto;
  height: 30px;
  background-color: transparent;
  background-position: 9px center;
  position: relative;
  padding: 0px;
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon {
    margin: 0 7.5px;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #0da3b2;
  z-index: -1;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon:last-of-type {
  margin-bottom: 0px;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon a.amblog-social {
  width: auto;
  height: auto;
  display: block;
  padding-left: 40px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon a.amblog-social {
    padding-left: 35px;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon a.amblog-social:hover {
  color: #0da3b2;
}
@media only screen and (max-width: 540px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-social-container .amblog-list .amblog-icon a.amblog-social span {
    display: none;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-sharelink {
  margin-left: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-sharelink {
    margin-left: 0px;
    padding: 0 15px 0 0;
  }
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-sharelink a {
  display: block;
  height: 30px;
  border-radius: 15px;
  background: #d8e3ef;
  padding: 0 10px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-sharelink a:hover {
  background: #bac9d9;
}
body.amblog-index-post .amblog-element-block .amblog-post-container .amblog-footer .amblog-sharelink a svg {
  position: relative;
  top: 2px;
}
.widget.related-products,
.widget.amblog-post-list {
  margin: 0 0 40px 0;
  padding: 0px;
}
.widget.related-products .amblog-title,
.widget.amblog-post-list .amblog-title {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0px;
  margin-bottom: 20px;
  font-weight: 800;
}
[x-cloak] {
  display: none;
}
body.is-sidebar-opened {
  overflow: hidden;
}
input.error {
  border-color: #e85d77;
}
.page-messages {
  bottom: 32px;
  position: fixed;
  right: 32px;
  z-index: 100;
}
.page-messages .messages:not(:last-child) {
  margin-bottom: 16px;
}
.page-messages .message {
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 24px;
}
.page-messages .message:not(:last-child) {
  margin-bottom: 16px;
}
.page-messages .message.success {
  background-color: #0d8f9c;
}
.page-messages .message.error {
  background-color: #db435f;
}
.page-messages .message-text {
  align-items: center;
  display: flex;
}
.page-messages .message-text svg {
  display: block;
  margin-right: 12px;
}
.page-messages .message-close {
  cursor: pointer;
  height: 12px;
  margin-left: 24px;
  width: 12px;
}
.page-messages .message-close svg {
  display: block;
}
.search-form .input-group.is-loading {
  color: transparent;
  pointer-events: none;
  position: relative;
  text-shadow: none;
}
.search-form .input-group.is-loading::before,
.search-form .input-group.is-loading::after {
  left: auto;
  right: 64px;
}
.search-form .input-group.is-loading::before {
  border: 3px solid #c4c7d2;
  border-radius: 100%;
  content: '';
  height: 14px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.search-form .input-group.is-loading::after {
  animation: rotate .5s infinite linear;
  border-color: #0da3b2 transparent transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  content: '';
  height: 14px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.header-search-suggestions-sidebar-section {
  margin-bottom: 24px;
}
.header-search-suggestions-title {
  margin-bottom: 0;
}
.header-search-suggestions-subtitle {
  margin: 0 0 8px;
}
.add-to-routine {
  display: inline-block;
  height: 16px;
}
.add-to-routine.is-loading {
  pointer-events: none;
  position: relative;
}
.add-to-routine.is-loading::before,
.add-to-routine.is-loading::after {
  right: -30px;
}
.add-to-routine.is-loading::before {
  border: 3px solid #c4c7d2;
  border-radius: 100%;
  content: '';
  height: 14px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.add-to-routine.is-loading::after {
  animation: rotate .5s infinite linear;
  border-color: #0da3b2 transparent transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  content: '';
  height: 14px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.add-to-routine form label {
  display: block;
}
.add-to-routine form select {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .filter-content {
    justify-content: center;
    gap: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .filter-slider {
    padding: 16px 105px 16px 16px;
  }
}
.filter-slider-labels {
  margin-bottom: 12px;
  min-width: 180px;
  width: 100%;
}
@media only screen and (min-width: 1023px) {
  .filter-slider-labels {
    width: 180px;
  }
}
.filter-slider-labels:before {
  display: none;
}
.filter-slider-labels span {
  all: unset;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
.filter-slider-range {
  background-color: #c4c7d2;
  border-radius: 5px;
  margin-bottom: 16px;
  position: relative;
}
.filter-slider-range input[type='range'] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  margin: -8px 0 0 0;
  height: 24px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.filter-slider-range input[type='range']::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  height: 24px;
  pointer-events: auto;
  width: 24px;
}
.filter-slider-range input[type='range']::-moz-range-thumb {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  height: 24px;
  pointer-events: auto;
  width: 24px;
}
.filter-slider-range input[type='range']::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  height: 24px;
  pointer-events: auto;
  width: 24px;
}
.filter-slider-range .range {
  height: 8px;
  margin-right: 24px;
  position: relative;
  z-index: 10;
}
.filter-slider-range .range-track {
  background-color: transparent;
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.filter-slider-range .range-track-color {
  background-color: #c2e300;
  border-radius: 5px;
  bottom: 0;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 20;
}
.filter-slider-range .range-thumb {
  background-color: #c2e300;
  box-shadow: none;
  margin-top: -8px;
  position: absolute;
  top: 0;
  z-index: 30;
}
@media only screen and (min-width: 1023px) {
  .filter-slider-range .range-thumb {
    width: 24px;
    height: 24px;
  }
}
.filter-slider-range .range-thumb-left {
  left: 0;
}
.filter-slider-range .range-thumb-right {
  right: 0;
}
.filter-slider-message {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 8px 0;
}
@media only screen and (max-width: 1023px) {
  .filter-item.has-children .item > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 105px 16px 16px;
    display: block;
  }
  .filter-item.has-children input[type="checkbox"] + label {
    padding: 0;
  }
}
.rating {
  background-image: none;
  background-size: initial;
  background-repeat: initial;
  width: auto;
  height: auto;
}
.rating:after {
  display: none;
}
.rating.l {
  background-image: none;
  height: auto;
  width: auto;
}
.rating.l .rating-stars svg {
  height: 32px;
  width: 32px;
}
.rating-stars {
  display: flex;
}
.rating-stars svg {
  height: 14px;
  width: 14px;
}
.rating-stars .star-empty {
  fill: #cbd5e0;
}
.rating-stars .star-full {
  fill: #f6e05e;
}
.rating-star input[type='radio'] + label:after {
  display: none;
}
.product-review-form .review-form-rating .rating-content-wrapper {
  align-items: center;
  display: flex;
}
.product-review-form .review-form-rating .rating-content {
  margin-right: 4px;
}
.product-review-form .review-form-rating .rating-star {
  height: 20px;
  margin-right: 0;
  width: 20px;
}
.product-review-form .review-form-rating .rating-star input[type='radio'] + label {
  height: 20px;
  width: 20px;
}
.product-review-form .review-form-rating .rating-star .rating-star-icon {
  display: block;
  height: 20px;
  width: 20px;
}
.product-review-form .review-form-rating .rating-star .rating-star-icon.is-active svg {
  fill: #f6e05e;
}
.product-review-form .review-form-actions {
  text-align: right;
  top: unset;
}
.product-review-form .review-form-messages {
  margin-top: 16px;
}
.gallery .swiper-main-gallery .swiper-slide img {
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 767px) {
  .gallery .swiper-main-gallery .swiper-slide img {
    max-width: 262px;
  }
}
@media only screen and (min-width: 1023px) {
  .gallery .swiper-main-gallery .swiper-slide img {
    max-width: 362px;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery .swiper-main-gallery .swiper-slide img {
    max-width: 512px;
  }
}
.product-gallery .gallery .swiper-main-gallery-wrapper {
  width: 100%;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url(../images/photoswipe-default-skin-black.png);
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-image: url(../images/photoswipe-default-skin-black.png);
}
.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-image: url(../images/photoswipe-default-skin-black.svg);
}
.product-info .product-price .final-price .price {
  font-weight: 800;
}
.box-tocart .product-qty {
  position: relative;
}
.box-tocart .product-qty .product-quantity-input {
  width: 88px;
  padding-left: 24px;
  padding-right: 24px;
}
.box-tocart .product-qty .product-qty-plus-minus {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-size: 1.8rem;
  height: 100%;
  position: absolute;
  top: 0;
}
.box-tocart .product-qty .product-qty-plus {
  right: 10px;
}
.box-tocart .product-qty .product-qty-minus {
  left: 10px;
}
.button-loader {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.overlay {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 100;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.transition-enter {
  transition: transform, opacity 0.3s ease-out;
}
.transition-enter-start {
  opacity: 0;
  transform: scale(0.75);
}
.transition-leave {
  transition: transform, opacity 0.3s ease-in;
}
.transition-leave-end {
  opacity: 0;
  transform: scale(1);
}
.modal {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}
.modal-inner {
  background-color: #ffffff;
  border-radius: 8px;
  margin: auto;
  max-width: 600px;
  padding: 32px;
  width: 100%;
}
.modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.modal-header h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.modal-content .field {
  margin-bottom: 16px;
}
.category-featured-products h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) {
  .product-main-details .product-gallery {
    width: 324px;
    flex: 0 0 324px;
  }
}
@media only screen and (min-width: 1023px) {
  .product-main-details .product-gallery {
    width: 442px;
    flex: 0 0 442px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-main-details .product-gallery {
    width: 626px;
    flex: 0 0 626px;
  }
}
body.page-layout-1column main.main {
  padding-bottom: 54px;
}
@media only screen and (min-width: 767px) {
  body.page-layout-1column main.main {
    padding-bottom: 64px;
  }
}
body.checkout-onepage-success main.main {
  padding: 190px 0px;
  position: relative;
  text-align: center;
  line-height: 30px;
}
body.checkout-onepage-success main.main:before {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-image: url(../images/order-success-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eef3f9;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
@media only screen and (min-width: 767px) {
  body.checkout-onepage-success main.main {
    padding: 180px 0px;
  }
}
body.checkout-onepage-success main.main .checkout-success p span {
  font-weight: 800;
}
.product-subscribe-back-stock {
  margin-top: 30px;
}
.product-subscribe-back-stock .productalert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-subscribe-back-stock .productalert h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  flex: 1 1 35%;
  margin: 0 0 10px 0;
  padding-right: 10px;
}
.product-subscribe-back-stock .productalert .form-input-wrapper {
  position: relative;
  height: 100%;
}
.product-subscribe-back-stock .productalert .form-input-wrapper input {
  min-width: 270px;
  padding-right: 64px;
}
.product-subscribe-back-stock .productalert .form-input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #0da3b2;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  display: block;
}
.product-subscribe-back-stock .productalert .form-input-wrapper button:hover {
  background: #1b2b3f;
}
.product-subscribe-back-stock .productalert .form-input-wrapper button:before {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Superskin';
  content: "\e919";
}
.catalogsearch-result-index .sidebar-main {
  padding: 32px 0;
}
.section-product {
  padding-top: 48px;
}
.field-error input[type='email'],
.field-error input[type='password'],
.field-error input[type='tel'],
.field-error input[type='text'],
.field-error select,
.field-error textarea {
  border-color: #e85d77;
}
.field-error .messages {
  color: #e85d77;
  list-style: none;
  margin: 4px 0 0 !important;
  padding: 0 0 0 22px;
}
.field-error .messages li {
  margin: 0;
  padding: 0;
}
.subscribe-to-newsletter .field-error .messages {
  color: #ffffff;
}
.review-form-rating .field-error .messages {
  padding-left: 0;
}
