@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url(Renner-it-Bold.woff2) format("woff2"),
    url(Renner-it-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url(Renner-it-Medium.woff2) format("woff2"),
    url(Renner-it-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url(Renner-it-Book.woff2) format("woff2"),
    url(Renner-it-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Libre Bodoni";
  src: url("{{ "libre-bodoni-regular-webfont.woff2" | asset_url }}")
      format("woff2"),
    url("{{ "libre-bodoni-regular-webfont.woff" | asset_url }}") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Libre Bodoni";
  src: url("{{ "libre-bodoni-italic-webfont.woff2" | asset_url }}")
      format("woff2"),
    url("{{ "libre-bodoni-italic-webfont.woff" | asset_url }}") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Libre Bodoni";
  src: url("{{ "libre-bodoni-bold-webfont.woff2" | asset_url }}")
      format("woff2"),
    url("{{ "libre-bodoni-bold-webfont.woff" | asset_url }}") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Libre Bodoni";
  src: url("{{ "libre-bodoni-bolditalic-webfont.woff2" | asset_url }}")
      format("woff2"),
    url("{{ "libre-bodoni-bolditalic-webfont.woff" | asset_url }}")
      format("woff");
  font-weight: bold;
  font-style: italic;
}

@-webkit-keyframes zoom-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}

@keyframes zoom-animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
  50% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scaleZ(1);
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  /*background: white url(/cdn/shop/t/69/assets/ajax-loader.gif?v=41356863302472015721660302193) center center no-repeat*/
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  z-index: 10;
}

.slick-prev svg,
.slick-next svg {
  width: 100%;
  height: 100%;
  color: #191919;
  fill: #191919;
  stroke: #191919;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

@media (min-width: 1025px) {
  .slick-prev.slick-arrow--large,
  .slick-next.slick-arrow--large {
    height: 30px;
    width: 30px;
  }
}

.slick-prev {
  left: 0px;
}

@media (min-width: 1025px) {
  .slick-prev.slick-arrow--large {
    left: -15px;
  }
}

@media (min-width: 1600px) {
  .slick-prev.slick-arrow--large {
    left: -30px;
  }
}

@media (min-width: 1920px) {
  .slick-prev.slick-arrow--large {
    left: -60px;
  }
}

.slick-next {
  right: 0px;
}

@media (min-width: 1025px) {
  .slick-next.slick-arrow--large {
    right: -15px;
  }
}

@media (min-width: 1600px) {
  .slick-next.slick-arrow--large {
    right: -30px;
  }
}

@media (min-width: 1920px) {
  .slick-next.slick-arrow--large {
    right: -60px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  display: block;
  list-style: none;
  text-align: center;
  position: absolute;
}

.slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  opacity: 1;
  font-size: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bdbdbd;
  background-color: #bdbdbd;
  transition: all 0.3s ease;
}

.slick-dots li button:hover {
  opacity: 1;
  border-color: #8f8f8f;
  background-color: transparent;
}

.slick-dots li.slick-active button {
  border-color: #8f8f8f;
  background-color: transparent;
}

@media (min-width: 551px) {
  .slick-dots li {
    margin: 0 6px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}
/* 
body,
html {
    margin: 0;
    position: relative;
    background-color: #fff
} */

html * {
  outline: none !important;
}
/* 
body {
    margin: 0;
    padding: 0;
    line-height: 28px;
    position: relative;
    overflow-x: hidden;
    color: #787878;
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
    font-style: normal;
    font-weight: 400;
    -wenkit-font-smoothing: subpixel-antialiased
} */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  position: relative;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
  color: #191919;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

a[href^="tel"] {
  color: inherit;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  border: 0;
}

button,
input:not(.header__predictive--input),
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* input[type=search],
input[type=number],
input[type=email],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none
} */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
}

img {
  transition: all 0.5s ease;
}

img.zoomImg {
  transition: none;
}

img.lazyload,
img.lazyloading {
  opacity: 1;
}

img.lazyloaded {
  opacity: 1;
}

img.img--fade-in {
  transition-duration: 0.3;
}

.image--hover {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .image--hover:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0%;
    left: auto;
    z-index: 4;
    transform: none;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #00000080;
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
  .image--hover:hover:after {
    top: 0;
  }
}

a,
button,
[role="button"],
input:not(.header__predictive--input),
label,
select,
textarea {
  touch-action: manipulation;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visibility-hidden {
  visibility: hidden;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

.js-focus-hidden:focus {
  outline: none;
}

.no-js:not(html) {
  display: none;
}

.no-js .no-js:not(html) {
  display: block;
}

.no-js .js {
  display: none;
}

.hide {
  display: none !important;
}

.mega-title--large {
  font-size: 24px;
}

@media (min-width: 768px) {
  .mega-title--large {
    font-size: 30px;
  }
}

@media (min-width: 991px) {
  .mega-title--large {
    font-size: 36px;
  }
}

@media (min-width: 1025px) {
  .mega-title--large {
    font-size: 48px;
  }
}

@media (min-width: 1920px) {
  .mega-title--large {
    font-size: 60px;
  }
}

.mega-title--medium {
  font-size: 24px;
}

@media (min-width: 991px) {
  .mega-title--medium {
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  .mega-title--medium {
    font-size: 36px;
  }
}

@media (min-width: 1920px) {
  .mega-title--medium {
    font-size: 48px;
  }
}

.mega-title--small {
  font-size: 20px;
}

@media (min-width: 991px) {
  .mega-title--small {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .mega-title--small {
    font-size: 26px;
  }
}

@media (min-width: 1920px) {
  .mega-title--small {
    font-size: 32px;
  }
}

.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  background-color: #fff;
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}

.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain;
}

.ratio-container {
  position: relative;
}

.ratio-container:after {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  content: "";
}

.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page {
  *zoom: 1;
}

.page:after {
  content: "";
  display: table;
  clear: both;
}

.page-width {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}

.page-width:after {
  content: "";
  display: table;
  clear: both;
}

.page-full-width .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1600px;
}

.page-full-width [data-section-type="hero"] .container,
.page-full-width [data-section-type="slideshow"] .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1025px) {
  .page-full-width .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 1690px;
  }
  .page-full-width [data-section-type="hero"] .container,
  .page-full-width [data-section-type="slideshow"] .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1600px) {
  .page-full-width .container {
    max-width: 1920px;
    padding-left: 75px;
    padding-right: 75px;
  }
  .page-full-width [data-section-type="hero"] .container,
  .page-full-width [data-section-type="slideshow"] .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.page-container {
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .page-container {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1025px) {
  .page-container {
    z-index: 2;
  }
  .page-container.page-container--sticky {
    box-shadow: 0 0 1px 1px #0000001a;
  }
}

.main-content {
  display: block;
}

.section-header {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  color: #191919;
}

.section-header h1,
.section-header .h1,
.section-header h2,
.section-header .h2,
.section-header h3,
.section-header .h3,
.section-header .title {
  margin: 0;
  color: inherit;
  line-height: 1.3;
  position: relative;
  font-size: 1.25em;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 100;
}

.section-header .title--large {
  font-size: 20px;
}

.section-header > p {
  max-width: 800px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 28px;
  color: #5a5a5a;
  letter-spacing: 0.02rem;
  font-size: 16px;
}

.section-header .title__countdownWrapper + p {
  margin-top: 15px;
}

.section-header > .btn,
.shopify-payment-button
  .section-header
  > .shopify-payment-button__button--unbranded {
  margin-top: 15px;
  min-width: 120px;
}

.section-header.text-center > p {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header h1,
  .section-header .h1,
  .section-header h2,
  .section-header .h2,
  .section-header h3,
  .section-header .h3,
  .section-header .title {
    font-size: 1.375em;
  }
  .section-header .title--large {
    font-size: 1.8em;
  }
}

@media (min-width: 1025px) {
  .section-header {
    margin-bottom: 50px;
  }
  .section-header h1,
  .section-header .h1,
  .section-header h2,
  .section-header .h2,
  .section-header h3,
  .section-header .h3,
  .section-header .title {
    font-size: 20px;
  }
  .section-header .title--large {
    font-size: 2em;
  }
  .section-header > p {
    margin-top: 12px;
  }
  .section-header > .btn,
  .shopify-payment-button
    .section-header
    > .shopify-payment-button__button--unbranded {
    min-width: 165px;
    margin-top: 25px;
  }
}

.title__countdownWrapper {
  margin-top: 12px;
  color: inherit;
}

@media (min-width: 993px) {
  .title__countdownWrapper {
    margin-top: 25px;
  }
}

.title__countdownWrapper > * {
  color: inherit;
}

.title__countdown {
  display: table;
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

.title__countdown--item {
  width: 25%;
  padding: 8px 5px;
  text-align: center;
  display: table-cell;
  border: 1px solid #787878;
}

.title__countdown--item .num {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
}

.title__countdown--item .label {
  font-size: 16px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .title__countdown--item .num {
    font-size: 30px;
  }
  .title__countdown--item .label {
    font-size: 14px;
  }
}

.section-header.overlay--dark {
  color: #fff;
}

.section-header.overlay--dark h1,
.section-header.overlay--dark .h1,
.section-header.overlay--dark h2,
.section-header.overlay--dark .h2,
.section-header.overlay--dark h3,
.section-header.overlay--dark .h3,
.section-header.overlay--dark .title,
.section-header.overlay--dark > p {
  color: inherit;
}

.section-header.overlay--dark .title__countdown--item {
  border-color: #fff;
}

.shopify-challenge__container {
  padding: 50px 0;
}

@media (min-width: 1025px) {
  .shopify-challenge__container {
    min-height: calc(100vh - 123px);
    padding: 100px 0;
  }
}

.shopify-challenge__button {
  min-width: 120px;
}

@media (min-width: 1025px) {
  .shopify-challenge__button {
    min-width: 160px;
  }
}

blockquote {
  font-size: 1.125em;
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}

.rte blockquote {
  border-color: #ebebeb;
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: 27.5px;
}

blockquote p + cite {
  margin-top: 27.5px;
}

blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: 400;
}

blockquote cite:before {
  content: "\2014  ";
}

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
}

/* body, */
input:not(.header__predictive--input),
textarea,
button,
select {
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #191919;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
}

h1,
.h1 {
  font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.25em;
  }
}

h2,
.h2 {
  font-size: 1.25em;
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1em;
  }
}

h3,
.h3 {
  font-size: 1em;
}

h4,
.h4 {
  font-size: 0.9em;
}

h5,
.h5 {
  font-size: 0.5625em;
}

h6,
.h6 {
  font-size: 0.5em;
}

.rte {
  color: #787878;
  margin-bottom: 35px;
}

.rte:last-child {
  margin-bottom: 0;
}

.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-bottom: 20px;
}

.rte img {
  height: auto;
}

.rte table {
  table-layout: fixed;
}

.rte ul,
.rte ol {
  margin: 0 0 20px 15px;
}

.rte ul.list--inline,
.rte ol.list--inline {
  margin-left: 0;
}

.rte ul.list-unstyled,
.rte ol.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.rte ul {
  list-style: disc outside;
}

.rte ul ul {
  list-style: circle outside;
}

.rte ul ul ul {
  list-style: square outside;
}

.rte li {
  padding: 5px 0;
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a:not(.btn) {
  border-bottom: 1px solid currentColor;
}

.rte p {
  margin-bottom: 20px;
}

.rte b,
.rte strong {
  color: #191919;
}

.rte blockquote {
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 2.25rem;
  background-color: #f7f7f7;
  border-radius: 3px;
  font-style: normal;
  text-align: left;
  border: none;
}

.rte .halo-row[data-slick-pc] .img-wrap {
  max-width: 250px;
  display: inline-block;
  padding-bottom: 0;
  border: none;
}

.rte .slick-slider .slick-dots {
  margin: 0;
}

.rte .modal-title {
  margin-bottom: 0;
}

.rte .custom-description {
  display: block;
  position: relative;
}

.rte .custom-description > .item {
  display: block;
  margin-bottom: 30px;
}

.rte .custom-description > .item a > img {
  width: 100%;
}

@media (min-width: 768px) {
  .rte blockquote {
    padding: 15px 30px;
  }
  .rte .halo-row[data-slick-pc] .img-wrap {
    max-width: 350px;
  }
}

@media (min-width: 1025px) {
  .rte .custom-description {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  .rte .custom-description > .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.rte-setting {
  margin-bottom: 19.44444px;
}

.rte-setting:last-child {
  margin-bottom: 0;
}

.icons-svg-sprite {
  display: none;
}

p {
  color: #787878;
  margin: 0 0 15px;
}

p:last-child {
  margin-bottom: 0;
}

li {
  list-style: none;
}

.fine-print {
  font-size: 0.875em;
  font-style: italic;
}

.txt--minor {
  font-size: 80%;
}

.txt--emphasis {
  font-style: italic;
}

.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

.close {
  opacity: 1;
  float: none;
  font-weight: 400;
  text-shadow: none;
  color: #191919;
}

.close .icon {
  vertical-align: top;
  display: inline-block;
}

.close:hover,
.close:focus {
  opacity: 1;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}

.no-svg .icon {
  display: none;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}

svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #fff;
}

.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  .payment-icons {
    line-height: 40px;
  }
}

.payment-icons .icon {
  width: 38px;
  height: 24px;
  fill: inherit;
}

.social-icons {
  font-size: 0;
  display: block;
  position: relative;
}

.social-icon {
  display: inline-block;
  vertical-align: top;
}

.social-icons .icon {
  width: 30px;
  height: 30px;
  padding: 7px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .social-icons .icon {
    width: 40px;
    height: 40px;
    padding: 12px;
  }
}

.social-icons .icon.icon--wide {
  width: 40px;
}

.icon-spinner {
  -moz-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
}

.icon-error {
  fill: #d20000;
  width: 0.875em;
  height: 0.875em;
  margin-top: 0.1em;
  flex-shrink: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

.list--inline > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside;
}

.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 36px;
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  border: 2px solid #1e1e1e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn .icon-arrow-right,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-right,
.btn .icon-arrow-left,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-left,
.spr-summary-actions-newreview .icon-arrow-right,
.spr-summary-actions-newreview .icon-arrow-left {
  height: 9px;
}

.btn:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.spr-summary-actions-newreview:focus {
  box-shadow: none;
}

.btn[disabled],
.shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview[disabled] {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 1025px) {
  .btn,
  .shopify-payment-button .shopify-payment-button__button--unbranded,
  .spr-summary-actions-newreview {
    height: 44px;
    line-height: 40px;
    padding: 0 30px;
  }
}

.btn--primary:hover,
.btn-primary:hover {
  outline: none;
  color: #fff;
  border-color: #040404;
  background-color: #040404;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  outline: none;
  color: #fff;
  border-color: #040404;
  background-color: #040404;
}

.login-form__content .btn--secondary,
.login-form__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .login-form__content
  .shopify-payment-button__button--unbranded {
  border: 1px solid #d2d2d2;
}

.login-form__content .btn--secondary:hover,
.login-form__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button
  .login-form__content
  .shopify-payment-button__button--unbranded:hover {
  border-color: #e6e6e6;
}

.btn--secondary,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview {
  color: #191919;
  background-color: #fff;
  border-color: #d2d2d2;
}

.btn--secondary:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.spr-summary-actions-newreview:hover {
  color: #191919;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
}

.btn--small {
  padding: 8px 10px;
  font-size: 0.75em;
  line-height: 1;
}

@media (min-width: 1025px) {
  .btn--large {
    min-width: 200px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.btn--tertiary {
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 5px;
  height: auto;
  line-height: 1;
  background-color: transparent;
  color: #191919;
  border-bottom: 1px solid #191919;
}

.btn--tertiary .text {
  display: inline-block;
  vertical-align: top;
}

.btn--tertiary .icon {
  width: 11px;
  height: 11px;
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
  display: inline-block;
  vertical-align: top;
}

.btn--tertiary:hover {
  color: #191919;
}

.btn--tertiary:hover .text {
  text-decoration: underline;
  text-underline-position: under;
}

.btn--checkout {
  color: #fff !important;
  background-color: #bacbd5 !important;
  border-color: #fff !important;
}

.btn--checkout:hover,
.btn--checkout:focus {
  color: #fff !important;
  background-color: #bacbd5 !important;
  border-color: #bacbd5 !important;
}

.btn--checkout.disabled {
  cursor: none;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  text-align: left;
}

.btn--link:not([disabled]):hover,
.btn--link:focus {
  background-color: transparent;
}

.btn--link .icon {
  vertical-align: middle;
}

.btn--has-icon-after .icon {
  margin-left: 10px;
}

.btn--has-icon-before .icon {
  margin-right: 10px;
}

.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0;
}

table {
  margin-bottom: 27.5px;
}

table a {
  border-bottom: 1px solid currentColor;
}

th {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #191919;
}

th,
td {
  text-align: left;
  border: 1px solid #ebebeb;
  padding: 10px 14px;
}

tbody th,
tfoot th {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    margin: 0;
  }
  .responsive-table th:before,
  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 400;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row:after,
  tfoot > .responsive-table__row:first-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid #ebebeb;
  }
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #cbcbcb;
  margin: 0 0 55px;
  padding: 27.5px;
}

legend {
  border: 0;
  padding: 0;
}

button,
input[type="submit"] {
  cursor: pointer;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #191919;
  font-weight: 700;
}

[type="radio"] + label,
[type="checkbox"] + label {
  display: inline-block;
  margin-bottom: 0;
}

label[for] {
  cursor: pointer;
}

.form-label,
.spr-form-label {
  font-weight: 400;
  color: #191919;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}

.form-label em,
.spr-form-label em {
  color: #191919;
}

input:not(.header__predictive--input),
textarea,
select,
.form-control {
  color: #191919;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  max-width: 100%;
  height: 26px;
  line-height: 22px;
  border-radius: 0;
  font-size: 16px;
  padding: 0 15px;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #666;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #666;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #666;
  left: 0;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #b2b2b2;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder,
.form-control:focus::-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
select:focus:-moz-placeholder,
.form-control:focus:-moz-placeholder {
  left: 5%;
  opacity: 0;
  visibility: hidden;
}

input[disabled],
textarea[disabled],
select[disabled],
.form-control[disabled] {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}

input.input--error,
textarea.input--error,
select.input--error,
.form-control.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000;
}

input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
.form-control.input--error::-webkit-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}

input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
.form-control.input--error::-moz-placeholder {
  color: #d20000;
  opacity: 0.5;
}

input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
.form-control.input--error:-ms-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}

input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
.form-control.input--error::-ms-input-placeholder {
  color: #d20000;
  opacity: 1;
}

input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
.form-control.hidden-placeholder::-webkit-input-placeholder {
  color: transparent;
}

input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
.form-control.hidden-placeholder::-moz-placeholder {
  color: transparent;
}

input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
.form-control.hidden-placeholder:-ms-input-placeholder {
  color: transparent;
}

input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
.form-control.hidden-placeholder::-ms-input-placeholder {
  opacity: 1;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 36px;
  line-height: 36px;
}

textarea,
textarea.form-control {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  min-height: 100px;
}

textarea:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder {
  left: 0;
}

textarea:focus::-moz-placeholder,
textarea.form-control:focus::-moz-placeholder {
  left: 0;
}

textarea:focus:-ms-input-placeholder,
textarea.form-control:focus:-ms-input-placeholder {
  left: 0;
}

textarea:focus:-moz-placeholder,
textarea.form-control:focus:-moz-placeholder {
  left: 0;
}

.form-field {
  margin-bottom: 15px;
}

.input-error-message {
  display: flex;
  line-height: 1.3;
  color: #787878;
  margin-bottom: 15px;
}

.input-error-message .icon {
  width: 1em;
  height: 1em;
  margin-right: 0.625em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/cdn/shop/t/69/assets/ico-select.svg?v=102092776002290507661660302193);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  padding: 8px 28px 8px 15px;
}

@media only screen and (min-width: 768px) {
  select {
    padding-top: 10px;
    padding-left: 18px;
    padding-bottom: 10px;
  }
}

.select-group {
  position: relative;
  z-index: 2;
}

.select-group select {
  background-image: none;
  background-color: transparent;
}

.select-group .icon {
  height: 0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  z-index: -1;
}

.select-label {
  font-size: 16px;
}

optgroup {
  font-weight: 700;
}

option {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.label--error {
  color: #d20000;
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.form-vertical input.input--error,
.form-vertical input[aria-describedby="RegisterForm-email-error"],
.form-vertical input[aria-describedby="RegisterForm-password-error"],
.form-vertical select.input--error,
.form-vertical select[aria-describedby="RegisterForm-email-error"],
.form-vertical select[aria-describedby="RegisterForm-password-error"],
.form-vertical textarea.input--error,
.form-vertical textarea[aria-describedby="RegisterForm-email-error"],
.form-vertical textarea[aria-describedby="RegisterForm-password-error"] {
  margin-bottom: 10px;
}

.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-vertical [type="radio"] + label,
.form-vertical [type="checkbox"] + label {
  text-transform: lowercase;
}

.form-vertical [type="submit"],
.form-vertical .btn,
.form-vertical
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .form-vertical
  .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
}

.form-vertical .input-error-message {
  margin-bottom: 20px;
}

.form-vertical .button-group {
  margin-top: 30px;
}

.form-single-field {
  margin: 0 auto;
  max-width: 35rem;
}

.form-single-field .input--error {
  margin-bottom: 0;
}

.form-single-field .input-group__field {
  background-color: transparent;
}

@media (min-width: 360px) {
  .page-search .form-single-field .input-group__btn {
    margin-left: 15px;
  }
}

.note,
.form-message {
  padding: 8px;
  margin: 0 0 27.5px;
}

@media only screen and (min-width: 768px) {
  .note,
  .form-message {
    padding: 10px;
  }
}

.note {
  border: 1px solid #cbcbcb;
}

.form-message--success {
  border: 1px solid #1f873d;
  background-color: #f8fff9;
  color: #1f873d;
  display: block;
  width: 100%;
}

.form-message--error {
  color: #651818;
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
}

.form-message--error li {
  list-style-type: disc;
  list-style-position: inside;
}

.form-message--error .form-message__title {
  font-size: 1em;
}

.form-message--error .form-message__link,
.form-message--error a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #651818;
}

.form-message--error .form-message__link:hover,
.form-message--error .form-message__link:focus,
.form-message--error a:hover,
.form-message--error a:focus {
  text-decoration: none;
  color: #651818;
}

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.form-vertical .input-group {
  margin-bottom: 55px;
}

.input-group--error {
  margin-bottom: 11.66667px;
}

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded {
  min-height: 42px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .input-group__field,
  .input-group__field input,
  .input-group__btn .btn,
  .input-group__btn
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .input-group__btn
    .shopify-payment-button__button--unbranded {
    min-height: 50px;
    height: auto;
  }
}

.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  border-radius: 0;
  text-align: left;
}

.input-group__field input {
  width: 100%;
}

.form-vertical .input-group__field {
  margin: 0;
}

.input-group__field--small {
  min-height: 40px;
  margin-bottom: 0;
  -ms-flex-preferred-size: calc(100% - 40px);
  -webkit-flex-basis: calc(100% - 40px);
  -moz-flex-basis: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
}

.input-group__btn {
  flex-grow: 1;
}

.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded {
  width: 100%;
  border-radius: 0;
}

.input-group__btn--small .btn,
.input-group__btn--small
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn--small
  .shopify-payment-button__button--unbranded {
  padding: 12px;
  width: 40px;
  min-height: 40px;
}

.input-group__btn--small .btn .icon,
.input-group__btn--small
  .shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon,
.shopify-payment-button
  .input-group__btn--small
  .shopify-payment-button__button--unbranded
  .icon {
  width: 14px;
  height: 14px;
  line-height: 14px;
}

hr {
  margin: 55px 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
}

.hr--small {
  padding: 10px 0;
  margin: 0;
}

.hr--invisible {
  border-bottom: 0;
}

.border-bottom {
  border-bottom: 1px solid #ebebeb;
}

.border-top {
  border-top: 1px solid #ebebeb;
}

.empty-page-content {
  padding: 30px 0;
}

.empty-page-content .page-404 {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-size: 100px;
}

.empty-page-content .page-heading {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.empty-page-content .button-group {
  margin-top: 20px;
}

@media (min-width: 551px) {
  .empty-page-content .page-404 {
    font-size: 150px;
  }
}

@media (min-width: 768px) {
  .empty-page-content .page-404 {
    font-size: 200px;
  }
  .empty-page-content .page-heading {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .empty-page-content .button-group {
    margin-top: 30px;
  }
}

@media (min-width: 1025px) {
  .empty-page-content {
    padding: 100px 0 0;
    min-height: calc(100vh - 175px);
  }
}

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

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

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

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

@-webkit-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  to {
    opacity: 0.02;
  }
}

@-moz-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  to {
    opacity: 0.02;
  }
}

@-ms-keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  to {
    opacity: 0.02;
  }
}

@keyframes placeholder-background-loading {
  0% {
    opacity: 0.02;
  }
  50% {
    opacity: 0.05;
  }
  to {
    opacity: 0.02;
  }
}

.drawer {
  display: none;
  position: absolute;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
  background-color: #fff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.drawer input[type="text"],
.drawer textarea {
  background-color: #fff;
}

.js-drawer-open {
  overflow: hidden;
}

.drawer--top {
  width: 100%;
}

.js-drawer-open-top .drawer--top {
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: block;
}

.drawer-page-content:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
  z-index: 8;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-drawer-open .drawer-page-content:after {
  visibility: visible;
  opacity: 1;
}

.drawer__title,
.drawer__close {
  display: table-cell;
  vertical-align: middle;
}

.drawer__close-button {
  background: none;
  border: 0 none;
  position: relative;
  right: -15px;
  height: 100%;
  width: 60px;
  padding: 0 20px;
  color: inherit;
  font-size: 1.125em;
}

.drawer__close-button:active,
.drawer__close-button:focus {
  background-color: #0009;
}

.index-section--flush + .index-section--flush {
  margin-top: -70px;
}

@media only screen and (min-width: 768px) {
  [class*="index-section--flush"] + [class*="index-section--flush"] {
    margin-top: -110px;
  }
}

.index-section--flush:first-child {
  margin-top: -35px;
}

@media only screen and (min-width: 768px) {
  [class*="index-section--flush"]:first-child {
    margin-top: -55px;
  }
}

.index-section--flush:last-child {
  margin-bottom: -35px;
}

@media only screen and (min-width: 768px) {
  [class*="index-section--flush"]:last-child {
    margin-bottom: -55px;
  }
}

@media only screen and (max-width: 767px) {
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}

.placeholder-svg {
  display: block;
  fill: #78787859;
  background-color: #7878781a;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 120, 120, 0.2);
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.placeholder-background .icon {
  border: 0;
}

.recommended_size {
  top: 5px;
  left: 50%;
  z-index: 2;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  transform: translate(-50%);
  position: absolute;
}

.placeholder-background--animation {
  -moz-animation: placeholder-background-loading 1.5s infinite linear;
  -o-animation: placeholder-background-loading 1.5s infinite linear;
  -webkit-animation: placeholder-background-loading 1.5s infinite linear;
  animation: placeholder-background-loading 1.5s infinite linear;
}

.no-js .placeholder-background--animation {
  display: none;
}

.image-bar__content .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.password-page {
  display: table;
  height: 100%;
  width: 100%;
  color: #787878;
  background-color: #fff;
  background-size: cover;
}

.password-form-message {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.password-header {
  height: 85px;
  display: table-row;
}

.password-header__inner {
  display: table-cell;
  vertical-align: middle;
}

.password-login {
  text-align: right;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .password-login {
    padding: 0 30px;
  }
}

.password-logo .logo {
  color: #787878;
  max-width: 100%;
}

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

.password-content .site-header__logo-link {
  font-weight: 700;
  text-transform: uppercase;
}

.password-content--rte {
  margin-bottom: 35px;
}

.password-content--rte > .h1,
.password-content--rte > .h2,
.password-content--rte > .h3 {
  text-transform: uppercase;
}

.password-content__title {
  display: block;
  font-weight: 700;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .password-content__title {
    font-size: 40px;
    margin-bottom: 82.5px;
  }
}

.password-main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .password-main__inner {
    padding: 27.5px 55px;
  }
}

.password-message {
  max-width: 500px;
  margin: 82.5px auto 27.5px;
}

.password-powered-by,
.password-social-sharing {
  margin-top: 82.5px;
}

.password-social-sharing > .h1,
.password-social-sharing > .h2,
.password-social-sharing > .h3 {
  text-transform: uppercase;
}

.product-single {
  overflow-anchor: none;
}

.product-single__title {
  margin-bottom: 0.5rem;
}

.product__price,
.featured-product__price {
  font-size: 1.25em;
}

.product__policies {
  margin: 0.4rem 0 1rem;
  font-size: 0.8em;
}

.product-form {
  width: auto;
  position: relative;
}

.product-form__item {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}

.product-form__item label {
  display: block;
  font-weight: 400;
  line-height: 22px;
  color: #191919;
}

.product-form--hide-variant-labels .product-form__item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.product-form__item .small {
  font-size: 100%;
}

.product-form__item--no-variants {
  max-width: 400px;
}

.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 990px) {
  .product-single--small-image .product-form__item--payment-button,
  .product-single--full-image .product-form__item--payment-button {
    display: inline-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
}

.product-form__item--payment-button.product-form__item--no-variants {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}

.product-form--variant-sold-out .shopify-payment-button {
  display: none;
}

.product-form--payment-button-no-variants {
  max-width: 25rem;
}

.product-form__variants {
  display: none;
}

.no-js .product-form__variants {
  display: block;
}

.product-form__input {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #191919;
}

.product-form__input.input--error {
  margin-bottom: 0;
}

.product-form__input.single-option-selector {
  max-width: 100%;
}

.product-form__item--submit {
  display: block;
}

.product-form__item--submit .btn,
.product-form__item--submit
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .product-form__item--submit
  .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 40px;
  margin-bottom: 10px;
}

.product-form__input--quantity {
  max-width: 135px;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
}

.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0 0 0.5rem;
  margin: 0 0.3125em 20px;
}

.product-form__error-message-wrapper--has-payment-button {
  padding: 0 0 0.5rem;
}

.product-form__error-message-wrapper--hidden {
  display: none;
}

.product-form__error-message {
  margin-left: 0.5rem;
  font-style: italic;
  color: #787878;
}

.product-single--small-image .shopify-payment-button,
.product-single--full-image .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  border: 1px solid;
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 0;
  overflow: hidden;
}

.shopify-payment-button .shopify-payment-button__more-options {
  margin: 16px 0 10px;
  font-size: 0.875em;
  text-decoration: underline;
}

.shopify-payment-button
  .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}

.shopify-payment-button .shopify-payment-button__more-options:hover,
.shopify-payment-button .shopify-payment-button__more-options:focus {
  opacity: 0.6;
}

.shopify-payment-button.disabled {
  cursor: none;
  opacity: 0.7;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .product-form__cart-submit--small {
    max-width: 300px;
  }
}

.product-single__description {
  margin-top: 30px;
}

.product__quantity-error .icon {
  margin-right: 1rem;
}

.btn--addToCart {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn--wishlist {
  width: 44px;
  height: 44px;
  padding: 11px 12px 13px;
  line-height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fafafa;
}

.btn--wishlist.wishlist-added {
  background-color: #fbdee3;
}

.collection-hero {
  position: relative;
}

.collection-hero .section-header {
  top: 50%;
  left: 50%;
  z-index: 5;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
}

.collection-hero__image {
  display: block;
  position: relative;
}

.blog-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.blog-filter .icon-chevron-down {
  fill: #191919;
  width: 0.625em;
  height: 0.625em;
  right: 1rem;
}

.blog-filter__label {
  margin: 0 1rem 0 0;
}

.cart__product-information {
  display: flex;
}

.cart__image-wrapper {
  padding-right: 15px;
  flex: 5rem 0 0;
}

@media (min-width: 768px) {
  .cart__image-wrapper {
    padding-right: 30px;
    flex: 8rem 0 0;
  }
}

.cart__image {
  display: block;
  margin: 0 auto;
}

.cart__product-title {
  border-bottom: none;
  font-family: "Helvetica", sans-serif;
  color: #191919;
  font-weight: 500;
}

.cart__product-title:not([disabled]):hover,
.cart__product-title:focus {
  color: #191919;
}

.product-details-wrapper {
  display: block;
  margin-top: 0px;
  font-size: 0.8rem;
  line-height: 1;
}

.product-details-wrapper .product-details {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}

.product-details-wrapper .product-details.hide + .product-details__edit {
  display: none;
}

.product-details {
  display: block;
  margin-top: 5px;
}

.product-details__item {
  vertical-align: top;
  display: inline-block;
}

.product-details__item
  + .product-details__item:not(.product-details__item--last):before {
  content: "/";
  padding: 0 3px;
}

.product-details__edit {
  border: none;
  color: #f1a5b0;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.product-details__edit .icon {
  top: -3px;
  width: 16px;
  height: 16px;
  position: relative;
}

.product-details__edit:hover {
  color: #f1a5b0;
}

.product-details-price {
  display: block;
  line-height: 1;
  font-size: 0.8rem;
}

.product-details-price dl {
  margin-bottom: 0;
}

.product-details-price dd:last-of-type {
  margin-bottom: 0;
}

.product-details__item--variant-option:not(.hide)
  + .product-details__item--property {
  margin-top: 0.8rem;
}

.product-details__item-label {
  font-weight: 700;
}

.cart__qty {
  margin-top: 0.9375em;
}

@media only screen and (min-width: 768px) {
  .cart__qty {
    margin-top: 0;
  }
}

.cart__qty-label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cart__qty-input,
.product-form__input--quantity {
  text-align: center;
  width: 60px;
  background-color: #fff;
  border-color: #cbcbcb;
  padding: 10px;
  line-height: 16px;
}

.cart__qty-input:focus,
.product-form__input--quantity:focus {
  border-color: #cbcbcb;
}

@media (min-width: 768px) {
  .cart__qty-input,
  .product-form__input--quantity {
    width: 100px;
  }
}

@media (min-width: 1025px) {
  .cart__qty-input,
  .product-form__input--quantity {
    width: 135px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product-form__input--quantity {
  width: 135px;
}

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
  font-size: 12px;
}

.cart__qty-error-message-wrapper .icon-error,
.cart__error-message-wrapper .icon-error {
  margin-top: 0;
}

.cart__qty-error-message-wrapper .icon {
  width: 15px;
}

.cart__qty-error-message-wrapper--desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .cart__qty-error-message-wrapper--desktop {
    display: block;
  }
}

.cart__qty-error-message-wrapper--mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .cart__qty-error-message-wrapper--mobile {
    display: none;
  }
}

.cart__qty-error-message,
.cart__error-message {
  font-style: italic;
  color: #787878;
  vertical-align: middle;
}

.cart__error-message-wrapper {
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .cart__error-message-wrapper {
    margin-top: 0.8rem;
  }
}

.cart__removed-product-details {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .cart-message {
    padding-top: 20px;
  }
  .cart__qty-label {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8125em;
  }
}

.cart--no-cookies .cart__continue-btn,
.cart--no-cookies .cart--empty-message {
  display: none;
}

.cookie-message {
  display: none;
  margin-top: 15px;
}

.cart--no-cookies .cookie-message {
  display: block;
}

.additional-checkout-buttons {
  margin-top: 1rem;
}

.additional-checkout-buttons input[type="image"] {
  padding: 0;
  border: 0;
  background: transparent;
}

[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

.myaccount {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 990px) {
  .myaccount__order-history {
    -webkit-flex: 1 0 66.66667%;
    -moz-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
  }
}

@media only screen and (min-width: 990px) {
  .myaccount__account-details {
    -webkit-flex: 1 0 33.33333%;
    -moz-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
  }
}

.order-table {
  border: 1px solid #ebebeb;
}

.order-table a {
  border-bottom: none;
  color: #191919;
}

.order-table dl,
.order-table dd {
  margin-bottom: 0;
}

.order-table tbody th,
.order-table tfoot th {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.order-table tbody tr + tr {
  border-top: 1px solid #ebebeb;
}

.order-table thead {
  border-bottom: 1px solid #787878;
}

.order-table tfoot {
  border-top: 1px solid #787878;
}

.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
  padding-top: 1.25em;
}

.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
  padding-bottom: 1.25em;
}

.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
  border-top: 1px solid #787878;
  font-weight: 700;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .order-table thead th,
  .order-table tbody tr th,
  .order-table tbody tr td {
    font-size: 16px;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .order-table tfoot tr td,
  .order-table tfoot tr th {
    vertical-align: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .order-table {
    border: 0;
  }
  .order-table thead {
    display: none;
  }
  .order-table th,
  .order-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  .order-table th:before,
  .order-table td:before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody tr th:first-child {
    padding-top: 1.25em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em;
  }
  .order-table tbody th:before,
  .order-table tbody td:before {
    font-weight: 700;
    text-transform: uppercase;
    color: #191919;
    font-family: "Helvetica", sans-serif;
  }
  .order-table tfoot th:before,
  .order-table tfoot td:before {
    font-weight: 700;
    text-transform: uppercase;
    color: #191919;
    font-family: "Helvetica", sans-serif;
  }
  .order-table tfoot .small--hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
}

.order-discount {
  display: block;
}

.order-discount .icon-saletag {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}

.order-discount--title {
  word-break: break-word;
  padding-right: 1em;
}

.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0;
}

.order-discount__item {
  text-indent: -1.3em;
}

.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}

@media only screen and (max-width: 767px) {
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

.order-discount-card-wrapper {
  display: flex;
  justify-content: flex-end;
  font-style: italic;
  color: #e13f3f;
  margin-bottom: 5px;
}

.order-discount--cart {
  font-size: 16px;
  padding-right: 0;
}

.order-discount--cart .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.order-discount--cart-total {
  padding-left: 20px;
}

.site-header {
  /*     background-color: #fff; */
  position: relative;
}

.cart-popup-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 1051;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  transform: translateY(0);
  transition: all 0.3s ease;
  box-shadow: 0 0 3px #00000026;
}

@media only screen and (min-width: 768px) {
  .cart-popup-wrapper {
    top: 15px;
    right: 15px;
    left: auto;
    width: 470px;
  }
}

@media (min-width: 1025px) {
  .cart-popup-wrapper {
    top: 10%;
    right: 60px;
  }
}

.cart-popup-wrapper--hidden {
  display: none;
  transform: translateY(-100%);
}

.cart-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  font-size: 30px;
  border: none;
  line-height: 0;
  padding: 0;
  z-index: 10;
  background-color: transparent;
}

.cart-popup-item {
  margin: 0;
  font-size: 0;
  display: block;
}

.cart-popup-item__image-wrapper {
  position: relative;
  width: 90px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.cart-popup-item__image {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.cart-popup-item__image--placeholder {
  position: relative;
  width: 100%;
}

.cart-popup-item__description {
  display: inline-block;
  color: #787878;
  width: calc(100% - 90px);
  padding: 10px 30px 10px 15px;
  font-size: 16px;
}

.cart-popup-item__title {
  margin: 0;
  display: block;
  font-weight: 500;
  color: #191919;
  font-family: "Helvetica", sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-popup-item__description .product-details {
  display: none;
}

.cart-popup_button {
  display: block;
  margin-top: 10px;
}

.cart-popup_button .text-link {
  font-size: 14px;
  font-weight: 500;
  font-family: "Helvetica", sans-serif;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #787878;
  border-bottom: 1px solid #787878;
}

.cart-popup_button .text-link:last-child {
  margin-right: 0;
}

.sidebar {
  margin-top: 40px;
}

.sidebar__list {
  list-style: none;
  margin-bottom: 55px;
}

.sidebar__list li {
  margin-bottom: 10px;
}

.pagination-wrapper {
  display: block;
}

.pagination-wrapper .pagination {
  vertical-align: top;
  display: inline-block;
}

.pagination {
  margin: 0;
  padding: 0 0 2em;
  text-align: center;
  list-style: none;
  font-size: 2em;
  line-height: 28px;
  text-transform: uppercase;
  color: #191919;
  font-family: "Helvetica", sans-serif;
}

@media (max-width: 600px) {
  .pagination {
    font-size: 1em;
    padding-bottom: 0;
  }
}

.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
  line-height: inherit;
}

.pagination__item .btn,
.pagination__item
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .pagination__item
  .shopify-payment-button__button--unbranded {
  font-weight: 500;
  line-height: inherit;
  border-bottom: none;
  padding-bottom: 0;
  text-transform: uppercase;
}

.pagination__item .btn .text,
.pagination__item
  .shopify-payment-button
  .shopify-payment-button__button--unbranded
  .text,
.shopify-payment-button
  .pagination__item
  .shopify-payment-button__button--unbranded
  .text {
  text-decoration: underline;
  text-underline-position: under;
}

.pagination__item .btn .icon,
.pagination__item
  .shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon,
.shopify-payment-button
  .pagination__item
  .shopify-payment-button__button--unbranded
  .icon {
  margin: 0 8px;
  padding: 0;
  vertical-align: middle;
}

.pagination__item--first {
  margin-left: 0;
}

.pagination__item--last {
  margin-right: 0;
}

.pagination__link {
  padding-left: 2px;
  padding-right: 2px;
  line-height: inherit;
  display: inline-block;
}

.pagination__link--current {
  text-decoration: underline;
  text-underline-position: under;
  pointer-events: none;
}

.pagination__text {
  padding: 0 27.5px;
}

.btn--share {
  background-color: transparent;
  border-color: #ebebeb;
  margin-right: 5px;
  margin-bottom: 10px;
}

.btn--share:not([disabled]):hover,
.btn--share:focus {
  background-color: transparent;
}

.btn--share .icon {
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.btn--share .icon-facebook {
  fill: #3b5998;
}

.btn--share .icon-twitter {
  fill: #00aced;
}

.btn--share .icon-pinterest {
  fill: #cb2027;
}

.share-title {
  display: inline-block;
  vertical-align: middle;
}

.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  overflow: hidden;
  position: fixed;
  transition: all 0.3s ease;
  background-color: #00000080;
}

.modal.modal--is-active .modal-dialog {
  transition-delay: 0.3s;
  -webkit-transform: translate(0, 0);
  transform: translate(0);
}

#LoginModal {
  height: 100vh;
  background-color: #000000e6;
}

#LoginModal .modal__inner {
  height: auto;
  max-width: 40rem;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#LoginModal .password-modal__content {
  padding: 30px 15px;
  position: relative;
  background-color: #fff;
}

#LoginModal .form-single-field + .password-content {
  margin-top: 15px;
}

@media (min-width: 1025px) {
  #LoginModal .password-modal__content {
    padding: 50px 30px;
    background-color: #fff;
  }
}

#loading-modal {
  background-color: transparent;
}

#loading-modal .loading-modal-content {
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}

#loading-modal .loading-modal-content .loading {
  width: 150px;
  height: 150px;
}

.modal--is-active {
  opacity: 1;
  display: block;
  overflow: visible;
}

.modal.modal--is-active {
  opacity: 1;
  display: flex;
  overflow: visible;
  align-items: center;
  justify-content: center;
}

.modal__inner {
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}

.modal__close {
  border: 0;
  padding: 6px 9px;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.modal__close .icon {
  font-size: 1.25em;
}

.modal-content {
  border: none;
  border-radius: 0;
  background-clip: initial;
}

.modal-header {
  padding-left: 15px;
  padding-right: 15px;
}

.modal-header .close {
  padding: 0;
  font-size: 30px;
  line-height: 22px;
  margin: 0;
}

@media (min-height: 768px) {
  .modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1400px) {
  .modal-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.modal-header.text-center {
  display: block;
  position: relative;
}

.modal-header.text-center .close {
  top: 17px;
  right: 14px;
  position: absolute;
}

.modal-body {
  max-height: 80vh;
  overflow: auto;
  padding: 15px;
}

.modal-body::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.modal-body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f4f4f4;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #000;
}

@media (min-height: 768px) {
  .modal-body {
    padding: 30px;
  }
}

@media (min-width: 1025px) {
  .modal-body {
    max-height: 620px;
  }
}

@media (min-width: 1400px) {
  .modal-body {
    padding: 50px;
    max-height: 735px;
  }
}

.modal-body.padding-0 {
  padding: 0;
}

.modal-title {
  margin-bottom: 0;
  font-weight: 700;
}

@media (min-width: 551px) {
  .modal-footer .btn,
  .modal-footer
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .modal-footer
    .shopify-payment-button__button--unbranded {
    min-width: 130px;
  }
}

@media (min-width: 768px) {
  .modal-dialog.modal-lg {
    max-width: 700px;
  }
}

@media (min-width: 1025px) {
  .modal-dialog.modal-lg {
    max-width: 970px;
  }
}

.modal-open .page-container {
  z-index: auto;
}

.modal-open .modal {
  opacity: 1;
  background-color: transparent;
}

.modal-open .modal.fade {
  opacity: 1 !important;
}

.filters-toolbar__input-title .title {
  font-size: 16px;
}

.filters-toolbar__input-title .icon {
  color: #191919;
  fill: #191919;
  stroke: #191919;
}

.price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.price dl {
  margin-top: 0;
}

.price dd {
  margin: 0 0.5em 0 0;
}

.price--unavailable {
  visibility: hidden;
}

.price__regular {
  display: block;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: #969696;
}

.price--on-sale .price-item--sale {
  color: #e13f3f;
}

.price__availability {
  display: none;
}

.price--sold-out .price__availability {
  display: block;
}

.price--sold-out .price__regular,
.price--sold-out .price__sale,
.price--sold-out .price__unit,
.price__sale {
  display: none;
}

.price--on-sale .price__sale {
  display: flex;
}

.price__vendor {
  color: #787878;
  font-size: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
}

.price--unit-available .price__unit {
  display: block;
}

.price-item {
  font-weight: 600;
  color: currentColor;
}

.price--on-sale .price-item--regular {
  text-decoration: line-through;
}

.price-unit-price {
  color: #787878;
  font-size: 0.8em;
}

.price-item__label {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}

.logo-bar {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.logo__image .recommended_size {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  display: inline-block;
}

.quote-icon {
  display: block;
  margin: 0 auto 20px;
  color: #191919;
}

.quote-icon svg {
  fill: #191919;
  stroke: #191919;
}

.quotes-slider__text {
  display: block;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  color: #191919;
  font-size: 1.10938em;
  font-weight: 400;
  font-style: normal;
  padding: 0 8px;
}

.quotes-slider__text cite {
  font-size: 0.88889em;
  font-style: normal;
  color: #999;
  text-decoration: underline;
  text-underline-position: under;
}

.quotes-slider__text cite:before {
  content: none;
}

.quotes-slider__text p {
  color: #191919;
  margin-bottom: 15px;
}

.quotes-slider__text p + cite {
  margin-top: 0;
}

@media (min-width: 1025px) {
  .quotes-slider__text {
    padding: 0 15px;
  }
  .quotes-slider__text p {
    margin-bottom: 25px;
  }
}

.quote-content {
  display: block;
}

.quote-author {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.quote-author img {
  margin-right: 15px;
}

.map-section {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (min-width: 768px) {
  .map-section {
    min-height: 500px;
  }
}

.map-section--load-error {
  height: auto;
}

.map-section__wrapper {
  height: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.map-section__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.map-section__error {
  position: relative;
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .map-section__error {
    position: absolute;
    margin: 0 2rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  flex-grow: 0;
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
  }
}

@media only screen and (min-width: 990px) {
  .map-section__content-wrapper {
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    flex-basis: 33%;
  }
}

.map-section__content {
  position: relative;
  display: inline-block;
  background-color: #7878780d;
  padding: 35px;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}

.map-section__content > * {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .map-section__content {
    background-color: #fff;
    margin: 55px 0;
    min-height: 300px;
    box-shadow: 0 0 4px #00000026;
  }
}

.map-section--load-error .map-section__content {
  position: static;
  transform: translateY(0);
}

.map-section__content .title {
  font-size: 22px;
  text-transform: uppercase;
}

.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 100%;
  height: 100%;
  z-index: 2;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}

.map-section__container {
  max-width: none;
  width: 100%;
  height: 55vh;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .map-section__container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 130%;
  }
}

.map_section__directions-btn [class^="icon"] {
  height: 1em;
}

.map_section__directions-btn * {
  vertical-align: middle;
}

.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 768px) {
  .map-section__background-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.map-section--onboarding .map-section__background-wrapper {
  min-height: 55vh;
}

.map-section__image {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .map-section__image {
    position: absolute;
  }
}

.map-section--display-map .map-section__image {
  display: none !important;
}

.map-section--load-error .map-section__image {
  display: block !important;
}

.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden;
}

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

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

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

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

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right;
}

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

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center;
}

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}

.newsletter-section {
  padding-top: 55px;
}

.index-section--newsletter-background {
  background-color: #7878780d;
}

.rich-text {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #191919;
}

.rich-text.rich-text-full {
  max-width: 100%;
}

@media (min-width: 768px) {
  .rich-text {
    max-width: 80%;
  }
}

@media (min-width: 1025px) {
  .rich-text {
    max-width: 60%;
  }
}

.rich-text__heading .title {
  font-size: inherit;
  color: inherit;
  margin: 0;
}

.rich-text__heading--large {
  font-size: 36px;
}

.rich-text__heading--medium {
  font-size: 24px;
}

.rich-text__heading--small {
  font-size: 18px;
}

.rich-text__text p {
  color: inherit;
}

.rich-text__text p:last-child {
  margin-bottom: 0;
}

.rich-text__text--large {
  font-size: 1.125em;
}

.rich-text__text--medium {
  font-size: 16px;
}

.rich-text__text--small {
  font-size: 0.875em;
}

.rich-text__heading + .rich-text__text {
  margin-top: 17.5px;
}

@media only screen and (max-width: 767px) {
  .currency-selector {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    background-color: #7878781a;
    padding: 12px 17px 12px 30px;
  }
}

.currency-selector__label {
  font-size: 0.75em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.currency-selector__input-wrapper {
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .currency-selector__input-wrapper {
    margin-top: 0;
    width: 100%;
  }
}

.currency-selector__input-wrapper .icon {
  left: auto;
  height: 10px;
  margin: 0;
  width: 12px;
}

@media only screen and (min-width: 768px) {
  .currency-selector__input-wrapper .icon {
    height: 0.5em;
    right: 5px;
    width: 0.5em;
  }
}

.currency-selector__dropdown {
  border: none;
  padding-left: 8px;
  padding-right: 17px;
}

@media only screen and (max-width: 767px) {
  .currency-selector__dropdown {
    font-size: 0.75em;
    font-weight: 700;
    width: 100%;
  }
}

[data-slick-pc] .product-card {
  width: 220px;
}

[data-slick-pc].slick-slider .product-card {
  width: 100%;
}

@media (min-width: 768px) {
  [data-slick-pc] .product-card {
    width: 250px;
  }
}

@media (min-width: 1025px) {
  [data-slick-pc] .product-card {
    width: auto;
  }
}

.product-card {
  position: relative;
  font-size: 16px;
  background-color: #fff;
}

.product-card:hover .product-card_compare {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-card:hover .product-card__button--wrapper {
  z-index: 3;
  top: auto;
  bottom: 100%;
  height: auto;
  opacity: 1;
  overflow: visible;
  transition: all 0.3s ease, z-index 1.5s ease;
}

@media (min-width: 1025px) {
  .product-card:hover .product-card__switchImage .product-card__img {
    opacity: 0;
    visibility: hidden;
  }
  .product-card:hover .product-card__switchImage .product-card__img--2 {
    opacity: 1;
    visibility: visible;
  }
}

.halo-section-background-gray .product-card {
  background-color: #efefef;
}

.product-card--2 {
  display: table;
  width: 100%;
}

.product-card--2 .product-card__image {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}

.product-card--2 .product-card__content {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 15px;
  width: calc(100% - 80px);
}

.product-card--2 .product-card__title--variant {
  padding-right: 0;
}

.product-card--2 .product-card__variant--item label {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.product-card--2 .product-card__variant--item--last a {
  height: 16px;
  line-height: 16px;
}

.product-card--2 .product-card__button {
  width: 120px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin-top: 20px;
  position: relative;
}

@media (min-width: 551px) {
  .product-card--2 .product-card__image {
    width: 90px;
  }
  .product-card--2 .product-card__content {
    width: calc(100% - 90px);
  }
}

@media (min-width: 1025px) {
  .product-card--2 .product-card__image {
    width: 100px;
  }
  .product-card--2 .product-card__content {
    padding: 8px 0 0 20px;
    width: calc(100% - 100px);
  }
}

.product-card--3 {
  width: auto;
}

.product-card--3 .product-card_wishlist {
  top: 15px;
  right: 15px;
  margin: 0;
  z-index: 10;
  position: absolute;
}

.product-card--3 .product-card__image {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.product-card--3 .product-card__button--wrapper {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  position: relative;
  margin-top: 20px;
}

.product-card--4 {
  width: 280px;
  display: table;
}

.product-card--4 .product-card__image,
.product-card--4 .product-card__content--wrapper {
  display: table-cell;
  vertical-align: top;
}

.product-card--4 .product-card__image {
  width: 80px;
}

.product-card--4 .product-card__content {
  padding: 0;
}

.product-card--4 .product-card__content--wrapper {
  width: calc(100% - 80px);
  padding: 10px;
}

.product-card--4 .product-card__button--wrapper {
  display: none;
}

.product-card--4 .product-card__variant {
  margin-bottom: 0;
}

.product-card--4 .product-card__variant + .product-card__variant {
  display: none;
}

@media (min-width: 768px) {
  .product-card--4 {
    width: 215px;
    display: block;
  }
  .product-card--4 .product-card__image,
  .product-card--4 .product-card__content--wrapper {
    padding: 0;
    width: 100%;
    display: block;
  }
  .product-card--4 .product-card__content {
    padding: 15px 20px;
  }
  .product-card--4 .product-card__button--wrapper {
    z-index: 3;
    top: auto;
    bottom: 100%;
    height: auto;
    opacity: 1;
    display: block;
    overflow: visible;
  }
  .product-card--4 .product-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .product-card--4 .product-card__variant {
    margin-bottom: 18px;
  }
  .product-card--4 .product-card__variant + .product-card__variant {
    display: block;
    margin-bottom: 0;
  }
}

.product_badges {
  top: 15px;
  left: 0;
  z-index: 5;
  display: flex;
  position: absolute !important;
  flex-direction: column;
  align-items: flex-start;
}

.product_badges .badge {
  height: 20px;
  min-width: 40px;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 0;
  font-family: "Helvetica", sans-serif;
  color: #fff;
  background-color: #191919;
}

.product_badges .new-badge {
  color: #191919;
  background-color: #fff;
}

.product_badges .soldOut-badge {
  color: #fff;
  background-color: #c6c6c6;
}

.product_badges .sale-badge {
  color: #fff;
  background-color: #f08584;
}

.product_badges [data-label-sale] {
  text-transform: lowercase;
}

.product-card__image {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1025px) {
  .product-card__image:hover .product-card_quickview {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .product-card__image:hover .product-card__button {
    bottom: 0;
  }
}

.product-card__link {
  display: block;
  position: relative;
}

.product-card__link img {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  object-fit: contain;
  position: absolute;
  transition: all 0.3s ease;
}

.product-card__link .placeholder-svg {
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  position: absolute;
}

.product-card__link .product-card__img {
  display: inline-block;
}

.product-card__link .product-card__img--2 {
  display: none;
}

.product-card__link:before {
  content: "";
  display: block;
  padding-bottom: 125%;
}

@media (min-width: 1025px) {
  .product-card__switchImage .product-card__img {
    opacity: 1;
    display: inline-block;
    visibility: visible;
    object-fit: contain;
  }
  .product-card__switchImage .product-card__img--2 {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}

.product-card__content--wrapper {
  position: relative;
  z-index: 2;
}

.product-card__content {
  z-index: 2;
  display: block;
  padding-top: 15px;
  position: relative;
  background-color: #fff;
}

.halo-section-background-gray .product-card__content {
  background-color: #efefef;
}

@media (min-width: 1025px) {
  .product-card__content {
    padding-top: 20px;
  }
}

.product-card__vendor,
.product-edit__vendor {
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  color: #787878;
}

.product-card__vendor a,
.product-edit__vendor a {
  color: inherit;
  font-size: inherit;
  display: inline-block;
}

.product-card__title,
.product-edit__title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 8px;
  font-family: "Helvetica", sans-serif;
  color: #000;
}

.product-card__title a,
.product-edit__title a {
  color: inherit;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.product-card__title:hover,
.product-edit__title:hover {
  color: #000;
}

.product-card__title--variant {
  position: relative;
}

.product-card__reviews {
  display: block;
  line-height: 1;
  margin: 0 0 13px;
  min-height: 17px;
  position: relative;
}

.product-card__reviews .spr-badge-caption {
  display: none;
}

#collection .product-card__reviews {
  margin-bottom: 2px;
}

.product-card__error-message {
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
  line-height: 20px;
}

.product-card__description {
  display: none;
}

.spr-icon {
  margin-right: 2px;
}

.spr-icon.spr-icon-star,
.spr-icon.spr-icon-star-empty {
  font-size: 18px !important;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.spr-icon.spr-icon-star:before,
.spr-icon.spr-icon-star-empty:before {
  font-size: 15px !important;
  width: 12px;
  height: 12px;
  line-height: 12px;
  content: "\2605";
}

.spr-icon-star {
  color: #ffc50a;
}

.spr-icon-star-empty {
  opacity: 1 !important;
  color: #e4e4e4;
}

.spr-icon-star-empty.spr-icon-star-hover:before {
  content: "\2605" !important;
}

.spr-form-review-rating a {
  line-height: 1;
}

.product-card__price {
  line-height: 1;
  position: relative;
  margin: 0 0 15px;
  visibility: visible;
}

.product-card__price .price-item {
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #787878;
}

.product-card__price .price-item + .price-item {
  margin-left: 2px;
}

.product-card__price.price--on-sale .price-item--regular {
  text-decoration: line-through;
  color: #969696;
}

.product-card__price.price--on-sale .price-item--sale {
  color: #e13f3f;
}

.product-card_compare,
.product-card_compare input {
  display: none;
}

.product-card_compare input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}

.product-card_compare input:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.product-card_compare label {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  color: #787878;
}

.product-card_compare label:before {
  content: "";
  left: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  position: absolute;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.product-card_compare label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 2px;
  border: 2px solid #000000;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s;
}

.product-card_compare label > span {
  position: relative;
}

.product-card_compare label > span:before {
  content: "";
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #787878;
  transition: all 0.3s ease;
}

.product-card_compare label:hover > span:before {
  width: 100%;
}

.product-card_compare.compare-added input + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

@media (min-width: 1025px) {
  .product-card_compare {
    opacity: 0;
    right: 0;
    top: 50%;
    line-height: 1;
    display: block;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  .product-card_compare:before {
    content: "";
    bottom: -4px;
    right: 0;
    left: auto;
    opacity: 0;
    height: 1px;
    position: absolute;
    display: inline-block;
    width: calc(100% - 21px);
    background-color: #787878;
    transition: all 0.3s ease;
  }
  .product-card_compare:hover:before {
    opacity: 1;
  }
}

.product-card__variant {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-bottom: 18px;
}

.product-card__variant:last-child {
  margin-bottom: 0px;
  float: right;
}

.product-card__variant__label {
  display: none;
  font-weight: 400;
  font-size: 16px;
  color: #191919;
  margin-bottom: 12px;
}

.product-card__variant--size {
  font-size: 12px;
  text-transform: uppercase;
}

.product-card__variant--item {
  font-size: 0;
  margin-right: 8px;
  vertical-align: top;
  display: inline-block;
}

.product-card__variant--item--last {
  font-size: 16px;
}

.product-card__variant--item label {
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.product-card__variant--item label.active {
  box-shadow: 0 0 0 2px #000c;
}

.product-card__variant--item.white label {
  border: 1px solid #dadada;
}

.product-card__variant--item--last a {
  line-height: 22px;
  height: 22px;
  color: #787878;
}

.product-card__button--wrapper {
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 3;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
}

.product-card__button--wrapper.is-open {
  height: auto;
  z-index: 3;
  bottom: 100%;
  opacity: 1;
  overflow: visible;
}

@media (min-width: 1025px) {
  .product-card__button--wrapper {
    z-index: 1;
    top: -45px;
    bottom: auto;
    height: 45px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease, z-index 0s ease;
  }
}

.product-card_wishlist {
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #fff;
}

.product-card_wishlist.wishlist-added,
.product-card_wishlist.wishlist-added .text,
.product-card_wishlist.wishlist-added .icon {
  background-color: #242424;
}

.product-card_wishlist .text {
  display: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  width: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  right: calc(100% - 25px);
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  padding: 0 30px 0 15px;
  border-radius: 15px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.product-card_wishlist .icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

@media (min-width: 1025px) {
  .product-card_wishlist .text {
    display: inline-block;
  }
  .product-card_wishlist:hover .text {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0s ease;
  }
}

.product-card_quickview {
  display: none;
}

@media (min-width: 1025px) {
  .product-card_quickview {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    background-color: #fffc;
  }
}

.product-card__button {
  display: block;
  position: relative;
  transition: all 0.3s ease;
}

.product-card__btn {
  margin: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 8px 10px;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  color: #fff;
  border: 1px solid black;
  background-color: #000;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card__btn span {
  position: relative;
}

.product-card__btn .icon:not(.icon-spinner) {
  top: 3px;
  left: -20px;
  width: 11px;
  height: 11px;
  position: absolute;
}

.product-card__btn [data-loader] {
  width: 20px;
  height: 20px;
}

.product-card__btn [data-loader]:not(.hide) + [data-add-to-cart-text] {
  display: none;
}

.product-card__btn [data-add-to-cart-text].hide + [data-loader] {
  display: inline-block !important;
}

.product-card__btn:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.product-card__btn.product-card__btn-soldOut {
  border-color: #b3b3b3;
  background-color: #b3b3b3;
}

@media (min-width: 1025px) {
  .product-card__btn {
    padding: 10px;
  }
}

.product-card__btn--plus > span {
  position: relative;
}

.product-card__btn--plus > span:before {
  top: 8px;
  content: "";
  width: 11px;
  height: 1px;
  line-height: 22px;
  right: calc(100% + 8px);
  display: block;
  position: absolute;
  background-color: #fff;
}

.product-card__btn--plus > span:after {
  top: 50%;
  content: "";
  width: 1px;
  height: 11px;
  line-height: 22px;
  right: calc(100% + 13px);
  display: block;
  position: absolute;
  background-color: #fff;
  transform: translateY(-50%);
}

.product-card__variant--popup {
  top: calc(100% - 40px);
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  background-color: #ffffffe6;
  transition: all 0.3s ease;
}

.is-open .product-card__variant--popup {
  height: calc(100% + 56px);
  opacity: 1;
  overflow: visible;
}

.product-card__variant--popup .close {
  top: 0;
  right: 0;
  z-index: 6;
  opacity: 1;
  float: none;
  padding: 0 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  position: absolute;
  color: #fff;
}

@media (min-width: 1025px) {
  .product-card__variant--popup {
    top: calc(100% - 44px);
  }
  .is-open .product-card__variant--popup {
    height: calc(100% + 60px);
  }
  .product-card__variant--popup .close {
    line-height: 42px;
  }
}

.product-card__variant--popup--content {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}

.product-card__variant--popup--content .product-card__button2 {
  z-index: 6;
  display: block;
  transition: all 0.3s ease;
}

.product-card__variant--popup--content .product-form__variants {
  width: 100%;
}

.product-card__Select {
  width: 100%;
  display: block;
  overflow: auto;
  height: 100px;
  padding: 10px 0 0;
  background-color: #fff;
}

.product-card__Select::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.product-card__Select::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

.product-card__Select::-webkit-scrollbar-thumb {
  background-color: #a6a6a6;
}

.product-card__Select a {
  display: flex;
  padding: 5px 10px;
  line-height: 20px;
  justify-content: space-between;
}

.product-card__Select .active {
  background-color: #f5f5f5;
}

.product-card__Select [disabled="disabled"] {
  opacity: 0.5;
  pointer-events: none;
}

.product-card__Select .text {
  text-align: left;
  padding-right: 10px;
}

.collection-grid-item__overlay {
  display: block;
  position: relative;
}

.collection-grid-item__overlay:before {
  content: "";
  display: block;
  padding-bottom: 125%;
}

.collection-grid-item__title {
  color: #000;
}

.collection-grid-item__product {
  color: #787878;
}

.next-prev-icons span,
.product-addmore-button {
  font-family: "Helvetica", sans-serif;
}

.tab-horizontal .tab a,
.tab-content .toggle-title,
.ask-form-wrapper .des strong,
.ask-form-wrapper .custom-radio label,
.compare-modal-wrapper .compare-header,
.azbrandstable a {
  color: #191919;
  font-family: "Helvetica", sans-serif;
}

.tab-horizontal .tab a:after {
  background-color: #191919;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-top-30,
.padding-top-40 {
  padding-top: 30px;
}

.padding-bottom-30,
.padding-bottom-40 {
  padding-bottom: 30px;
}

.padding-top-50,
.padding-top-60,
.padding-top-70 {
  padding-top: 40px;
}

.padding-bottom-50,
.padding-bottom-60,
.padding-bottom-70 {
  padding-bottom: 40px;
}

.padding-top-100,
.padding-top-80,
.padding-top-90 {
  padding-top: 50px;
}

.padding-bottom-100,
.padding-bottom-80,
.padding-bottom-90 {
  padding-bottom: 50px;
}

.halo-section-background-gray {
  background-color: #efefef;
}

.halo-section-border-top {
  border-top: 1px solid #e2e4e8;
}

.halo-section-border-bottom {
  border-bottom: 1px solid #e2e4e8;
}

.page {
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}

.page-content {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
}

.page-sidebar {
  top: 0;
  left: -101%;
  bottom: 0;
  width: 337px;
  height: 100%;
  z-index: 102;
  position: fixed;
  max-width: calc(100% - 44px);
  transition: all 0.5s ease;
  background-color: #fff;
  box-shadow: #32323233 0 0 10px;
}

.page-sidebar.is-open {
  left: 0;
}

.page-sidebar__close {
  display: block;
  text-align: right;
  opacity: 0.6;
  font-weight: 700;
  padding: 13px 20px 12px;
  text-transform: uppercase;
  color: #191919;
  font-family: "Helvetica", sans-serif;
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px #00000026;
}

.page-sidebar__close .close {
  float: none;
  color: inherit;
  opacity: 1;
  font-size: 16px;
  line-height: 22px;
  text-shadow: none;
  display: inline-block;
}

.page-sidebar__close .icon {
  width: auto;
  height: auto;
  font-size: 22px;
  line-height: 22px;
  margin-top: -1px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  font-family: "Helvetica", sans-serif;
}

.page-sidebar__content {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px 20px 100px;
}

.sidebar_mobile_wrapper {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.sidebar_mobile {
  z-index: 2;
  position: relative;
  display: inline-block;
  pointer-events: auto;
  cursor: pointer;
}

.sidebar_mobile > .text {
  margin: 2px 0 0;
  font-size: 16px;
  padding-right: 10px;
  min-width: 70px;
  font-weight: 700;
  color: #191919;
  vertical-align: middle;
  font-family: "Helvetica", sans-serif;
  text-transform: capitalize;
  pointer-events: none;
}

.sidebar_mobile .icon {
  width: 36px;
  height: 36px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cecece;
  border-radius: 3px;
  fill: #191919;
  pointer-events: none;
}

.breadcrumb-wrapper {
  padding: 15px 0;
  color: #999;
  background-color: #fff;
}

.breadcrumb-wrapper.border-tops {
  border: none;
  border-top: 1px solid #f5f5f5;
}

.breadcrumb-wrapper.border-bottoms {
  border: none;
  border-bottom: 1px solid #f5f5f5;
}

.breadcrumb {
  font-size: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  vertical-align: top;
  display: inline-block;
  background-color: transparent;
}

.breadcrumb__item {
  padding: 5px 0;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  color: #999;
}

.breadcrumb__item .icon {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.breadcrumb__item a,
.breadcrumb__item span {
  color: inherit;
  font-size: inherit;
}

.halo-row {
  font-size: 0;
  display: block;
  overflow: auto;
  white-space: nowrap;
  margin: 0 -15px;
  padding: 0 0 0 15px;
}

[data-section-type="product-list"] .halo-row {
  padding: 0 0 0 15px;
}

.halo-row__item {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}

.halo-row[data-slick] {
  overflow: hidden;
}

.halo-row[data-slick-pc] {
  overflow-x: auto;
  overflow-y: hidden;
}

.halo-row.slick-slider {
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
  overflow: visible;
}

.halo-row.slick-slider .slick-track {
  margin-left: auto;
  margin-right: auto;
}

.halo-row.slick-slider .halo-row__item {
  margin: 0;
  padding: 0 8px;
}

.halo-row__item--full {
  width: 100%;
}

.halo-column {
  font-size: 0;
  margin: 0 0px;
  list-style: none;
  text-align: left;
  display: block;
}

.halo-column__item {
  width: 100%;
  margin: 2px 0 2px;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}

.halo-column__item--full {
  width: 100%;
}

@media (max-width: 1025px) {
  .halo-column.halo-row--mobile {
    font-size: 0;
    display: block;
    overflow: auto;
    white-space: nowrap;
    /*         margin: 0 -15px; */
    padding: 0 0 0 2px;
  }
  .halo-column__item {
    padding: 0 3px;
  }
  .halo-column.halo-row--mobile .halo-column__item {
    padding: 0;
    width: auto;
    margin-right: 15px;
    margin-bottom: 2px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
  }
}

.site-header {
  z-index: 50;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 500;
  color: #000;
  /*     background-color: #fff */
}

.header-PC {
  display: none;
}

.header-mobile {
  display: block;
}

.header-sticky.is-sticky {
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  position: fixed;
  display: block;
  transform: none;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  box-shadow: 0 1px 2px #00000026;
}

.header-middle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #000;
  /*     background-color: #fff; */
  max-height: 90px;
}

.header-middle__left,
.header-middle__right {
  flex-shrink: 0;
  width: calc(50% - 125px);
}

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

.header-middle__center {
  width: 250px;
  text-align: center;
}

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

.header-middle__center .logo-wrapper {
  padding: 21px 0 19px;
}

.header-middle__item {
  vertical-align: middle;
  display: inline-block;
}

.header-middle__item + .header-middle__item {
  margin-left: 20px;
}

.header-middle__item--language + .header-middle__item--currency {
  position: relative;
  margin-left: 5px;
  padding-left: 15px;
}

.header-middle__item--language + .header-middle__item--currency:before {
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  background-color: #000;
  transform: translateY(-50%);
}

.header-middle__item--cart {
  position: relative;
}

.header-middle__item--cart .navUser-action .icon {
  position: relative;
  top: -3px;
}
/** Zähler Warenkorb, Warenkorb counter
.header-middle__item--cart .countPill {
    position: relative;
    top: auto;
    right: auto;
    font-size: inherit;
    display: inline-block;
    vertical-align: middle
}
*/
.header-middle__item--account {
  position: relative;
}

.header-middle .site-nav {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.header-middle .site-nav + .header-middle__item {
  margin-left: 20px;
}

.logo_text {
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-size: 28px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.logo_text:hover {
  color: #000;
}

.site-header__logo-image {
  display: inline-block;
}

.site-nav {
  width: 100%;
  font-size: 0;
}

.site-nav .icon-dropdown,
.site-nav .menu-mb-title {
  display: none;
}

.site-nav .icon-label {
  right: -15px;
  top: -20px;
  margin: 0;
  line-height: 1;
  font-size: 11px;
  font-weight: 400;
  padding: 0 8px;
  line-height: 16px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
  position: absolute;
}

.site-nav .menu-lv-1--last .icon-label {
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.site-nav .icon-label.label_1 {
  color: #fff;
  background-color: #d95949;
}

.site-nav .icon-label.label_2 {
  color: #fff;
  background-color: #f4ae4d;
}

.site-nav .icon-label.label_3 {
  color: #fff;
  background-color: #41aed6;
}

.site-nav > .menu-lv-1 {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.site-nav > .menu-lv-1:last-child {
  margin-right: 0;
}

.site-nav > .menu-lv-1 > .nav-action {
  margin: 0;
  padding: 11px 0 9px;
  font-family: "Helvetica", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.site-nav > .menu-lv-1 > .nav-action a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.site-nav > .menu-lv-1 > .nav-action a:before {
  left: 0;
  bottom: -3px;
  content: "";
  z-index: 2;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  background-color: #000;
}

.site-nav > .menu-lv-1:hover > .nav-action a:before {
  width: 100%;
}

.site-nav > .menu-lv-1:hover > .nav-action {
  color: #000;
}

.navUser-action {
  cursor: pointer;
  color: #000;
  pointer-events: auto;
}

.navUser-action .icon:hover,
.navUser-action:hover .icon {
  color: #000;
  fill: #000;
}

.countPill {
  top: -8px;
  right: -6px;
  height: 15px;
  width: 15px;
  font-size: 9px;
  line-height: 15px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  color: white;
  background-color: #191919 !important;
}

.site-nav .nav-title-mobile {
  display: none;
}

.site-nav .menu-lv-1--last .menu-lv-1 > .nav-action,
.site-nav .menu-lv-2 > .nav-action,
.site-nav .menu-lv-3 > .nav-action {
  margin: 0;
  width: 100%;
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  padding: 5px 20px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.site-nav .menu-lv-1--last .menu-lv-1 > .nav-action a,
.site-nav .menu-lv-2 > .nav-action a,
.site-nav .menu-lv-3 > .nav-action a,
.site-nav .menu-lv-3 > .nav-action span.text {
  color: #5a5a5a;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: none;
  position: relative;
  transition: all 0.3s ease;
}

.site-nav .menu-lv-1--last .menu-lv-1 > .nav-action a:before,
.site-nav .menu-lv-2 > .nav-action a:before,
.site-nav .menu-lv-3 > .nav-action a:before,
.site-nav .menu-lv-3 > .nav-action span.text:before {
  content: "";
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  transition: all 0.3s ease;
  background-color: #000;
}

.site-nav .menu-lv-1--last .menu-lv-1 > .nav-action:hover,
.site-nav .menu-lv-2 > .nav-action:hover,
.site-nav .menu-lv-3 > .nav-action:hover {
  color: #000;
}

.site-nav .menu-lv-1--last .menu-lv-1 > .nav-action:hover a,
.site-nav .menu-lv-2 > .nav-action:hover a,
.site-nav .menu-lv-3 > .nav-action:hover a,
.site-nav .menu-lv-3 > .nav-action:hover span.text {
  color: #000;
}

.site-nav .menu-lv-1--last .menu-lv-1 > .nav-action:hover a:before,
.site-nav .menu-lv-2 > .nav-action:hover a:before,
.site-nav .menu-lv-3 > .nav-action:hover a:before,
.site-nav .menu-lv-3 > .nav-action:hover span.text:before {
  width: 100%;
}

.site-nav > .menu-lv-1.dropdown:hover > .dropdown-menu-mobile {
  top: auto;
  opacity: 1;
  display: block;
  visibility: visible;
  pointer-events: auto;
  transform: translateZ(0);
}

.site-nav .no-mega-menu .dropdown-menu-mobile {
  left: 0;
  opacity: 0;
  z-index: 10;
  padding: 15px 0;
  min-width: 320px;
  font-weight: 400;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  color: #5a5a5a;
  font-family: "Helvetica", sans-serif;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translate3d(0, 50px, 0);
  box-shadow: 0 0 2px 1px #0000001a;
  border-radius: 0 0 3px 3px;
}

.site-nav .no-mega-menu .dropdown-menu-mobile .dropdown-menu-mobile {
  left: calc(100% - 40px);
}

.site-nav .no-mega-menu .menu-lv-2.dropdown:hover > .dropdown-menu-mobile,
.site-nav .no-mega-menu .menu-lv-3.dropdown:hover > .dropdown-menu-mobile {
  top: 0;
  opacity: 1;
  display: block;
  visibility: visible;
  pointer-events: auto;
  transform: translateZ(0);
}

.site-nav .no-mega-menu .menu-lv-2 .icon-dropdown,
.site-nav .no-mega-menu .menu-lv-3 .icon-dropdown {
  width: auto;
  height: auto;
  line-height: 10px;
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  display: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.site-nav .mega-menu {
  position: static;
}

.site-nav .mega-menu .dropdown-menu-mobile {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  color: #5a5a5a;
  font-family: "Helvetica", sans-serif;
  background-color: #fff;
  transform: translate3d(0, 50px, 0);
  box-shadow: 0 1px 3px 1px #0000001a;
}

.site-nav .mega-menu.menu-lv-1:hover .dropdown-menu-mobile {
  pointer-events: auto;
}

.site-nav .mega-menu .menu-lv-2 > .nav-action {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
}

.site-nav .mega-menu .menu-lv-2 > .nav-action a {
  color: inherit;
}

.site-nav .mega-menu .menu-lv-3 > .nav-action {
  padding: 5px 0 4px;
}

.site-nav .mega-menu .site-nav-dropdown-child {
  padding: 0;
  float: none;
  width: auto;
  font-size: 0;
  list-style: none;
  margin: 0 -15px;
}

.site-nav .mega-menu .site-nav-dropdown-child .site-nav-dropdown {
  margin: 0;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-2 {
  column-count: 2;
  -webkit-column-count: 2;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-3 {
  column-count: 3;
  -webkit-column-count: 3;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-4 {
  column-count: 4;
  -webkit-column-count: 4;
}

.site-nav .mega-menu .site-nav-dropdown-child.column-5 {
  column-count: 5;
  -webkit-column-count: 5;
}

.site-nav .mega-menu .site-nav-dropdown-child > .menu-lv-2 {
  padding: 0 15px 10px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.site-nav .mega-menu .dropdown-menu-mobile .dropdown-menu-mobile {
  padding: 0;
  margin: 0;
  left: auto;
  right: auto;
  opacity: 1;
  display: block;
  transform: none;
  box-shadow: none;
  max-height: none;
  border-radius: 0;
  visibility: visible;
  pointer-events: none;
  position: relative;
  background-color: transparent;
}

.site-nav .dropdown-megamenu.style_1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.site-nav .dropdown-megamenu .dropdown-megamenu-right a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
}

.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-left {
  width: 77%;
  display: flex;
  align-items: flex-start;
  padding: 30px 15px 30px 30px;
}

.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-left--item {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-left--item:last-child {
  padding-left: 40px;
  width: 40%;
}

.site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-right {
  width: 23%;
}

.dropdown-megamenu h3.title,
.dropdown-megamenu .title.h3 {
  font-size: 16px;
  color: #000;
  padding-top: 5px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: capitalize;
}

.dropdown-megamenu--carousel {
  display: block;
  font-size: 0;
  margin: 0 -15px;
  max-height: 190px;
}

.dropdown-megamenu--carousel:not(.slick-slider) {
  white-space: nowrap;
  overflow: hidden;
}

.dropdown-megamenu--carousel > .items {
  width: 50%;
  padding: 0 15px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.dropdown-megamenu--carousel .slick-slide {
  padding: 0 15px;
  font-size: 16px;
}

.dropdown-megamenu--carousel .slick-dots {
  bottom: -40px;
}

.dropdown-megamenu--carousel .slick-next,
.dropdown-megamenu--carousel .slick-prev {
  right: 15px;
  top: auto;
  bottom: -40px;
  width: 30px;
  height: 30px;
  transform: none;
  color: #5a5a5a;
}

.dropdown-megamenu--carousel .slick-next svg,
.dropdown-megamenu--carousel .slick-prev svg {
  color: #5a5a5a;
  fill: #5a5a5a;
  stroke: #5a5a5a;
}

.dropdown-megamenu--carousel .slick-prev {
  left: 15px;
}

.site-nav .dropdown-megamenu--carousel .product-card__btn,
.site-nav .dropdown-megamenu--carousel .product-card__btn:hover {
  width: auto;
  border: none;
  display: inline-block;
  padding: 0 0 0 17px;
  color: #5a5a5a;
  background-color: transparent;
}

.site-nav .dropdown-megamenu--carousel .product-card__btn--plus > span:after,
.site-nav .dropdown-megamenu--carousel .product-card__btn--plus > span:before {
  background-color: #5a5a5a;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__image {
  width: 80px;
  min-width: 80px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__content {
  top: -5px;
  padding-top: 0;
  position: relative;
  width: calc(100% - 80px);
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__title {
  margin-bottom: 12px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__price {
  margin-bottom: 12px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__button {
  width: auto;
  line-height: 22px;
  margin-top: 12px;
}

.site-nav .dropdown-megamenu--carousel .product-card--2 .product-card__btn {
  overflow: visible;
}

.site-nav .mega-menu.style_2 {
  position: relative;
  white-space: nowrap;
}

.site-nav .mega-menu.style_2 > .dropdown-menu-mobile {
  width: 640px;
}

.site-nav .dropdown-megamenu.style_2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-left {
  padding: 30px;
  width: 50%;
}

.site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-right {
  width: 50%;
}

.site-nav .mega-menu.style_3 {
  position: relative;
}

.site-nav .mega-menu.style_3 > .dropdown-menu-mobile {
  width: 1010px;
}

.site-nav .dropdown-megamenu.style_3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.site-nav .dropdown-megamenu.style_3 .dropdown-megamenu-left {
  padding: 30px;
  width: 68%;
}

.site-nav .dropdown-megamenu.style_3 .dropdown-megamenu-right {
  width: 32%;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-left,
.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-right {
  display: block;
  width: 100%;
}

.site-nav .dropdown-megamenu.style_4 .dropdown-megamenu-right a {
  position: relative;
  display: block;
}

.dropdown-megamenu__breadcrumb {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

.dropdown-megamenu__breadcrumb a {
  color: #000;
  display: block;
  text-decoration: underline;
  text-underline-position: under;
}

.dropdown-megamenu__img--column {
  font-size: 0;
  position: relative;
  display: block;
  white-space: nowrap;
}

.dropdown-megamenu__img--column > li {
  width: 25%;
  position: relative;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}

.dropdown-megamenu__img--column .dropdown-megamenu__img {
  position: relative;
  width: 100%;
  height: auto;
}

.dropdown-megamenu__img--column .image--hover > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute;
}

.dropdown-megamenu__img {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.site-nav > .menu-lv-1--last .style_1 .dropdown-megamenu-left,
.site-nav > .menu-lv-1--last .style_2 .dropdown-megamenu-left,
.site-nav > .menu-lv-1--last .style_3 .dropdown-megamenu-left {
  width: 100% !important;
  padding: 0 !important;
}

.site-nav > .menu-lv-1--last .style_1 .dropdown-megamenu-left--item {
  display: block;
  width: 100% !important;
}

.site-nav
  > .menu-lv-1--last
  .style_1
  .dropdown-megamenu-left--item--productList {
  display: none;
}

.site-nav > .menu-lv-1--last .style_1 .dropdown-megamenu-right,
.site-nav > .menu-lv-1--last .style_2 .dropdown-megamenu-right,
.site-nav > .menu-lv-1--last .style_3 .dropdown-megamenu-right {
  display: none;
}

.site-nav > .menu-lv-1--last .style_4 .dropdown-menu-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.site-nav > .menu-lv-1--last .style_4 .dropdown-megamenu__img--column {
  white-space: normal;
}

.site-nav > .menu-lv-1--last .style_4 .dropdown-megamenu__img--column > li {
  display: block;
  width: 100%;
}

.site-nav > .menu-lv-1--last .style_4 .dropdown-megamenu__breadcrumb {
  padding: 10px 15px;
}

#navigation-mobile {
  color: #000;
  background-color: #fff;
}

#navigation-mobile .popup-sidebar__wrapper {
  overflow: auto;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 70px;
}

#navigation-mobile .close_menu {
  top: 0;
  right: -44px;
  width: 44px;
  height: 44px;
  z-index: 10;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  background-color: #000;
}

#navigation-mobile .close_menu a {
  color: inherit;
}

.site-nav-mobile {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  color: #5a5a5a;
  background-color: #fff;
}

.site-nav-mobile.two .nav-action.nav-action--end svg.icon {
  position: relative;
  top: -2px;
}

.site-nav-mobile .icon-dropdown {
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: absolute;
  transform: none;
  pointer-events: none;
}

.site-nav-mobile .menu-lv-1,
.site-nav-mobile .menu-lv-2,
.site-nav-mobile .menu-lv-3 {
  display: block;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid whitesmoke;
}

.site-nav-mobile .menu-lv-1 > .nav-action,
.site-nav-mobile .menu-lv-2 > .nav-action,
.site-nav-mobile .menu-lv-3 > .nav-action {
  margin: 0;
  cursor: pointer;
  display: block;
  position: static;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  line-height: 22px;
}

.site-nav-mobile .menu-lv-1 > .nav-action a,
.site-nav-mobile .menu-lv-2 > .nav-action a,
.site-nav-mobile .menu-lv-3 > .nav-action {
  color: #000;
  padding: 12px 20px 10px;
  display: inline-block;
}

.site-nav-mobile .menu-lv-1 > .nav-action a[href="#"],
.site-nav-mobile .menu-lv-2 > .nav-action a[href="#"],
.site-nav-mobile .menu-lv-3 > .nav-action[href="#"] {
  pointer-events: none;
}

.site-nav-mobile .menu-lv-1 > .nav-action.nav-action--end a,
.site-nav-mobile .menu-lv-2 > .nav-action.nav-action--end a,
.site-nav-mobile .menu-lv-3 > .nav-action.nav-action--end {
  width: 100%;
}

.site-nav-mobile .dropdown-menu-mobile {
  top: 0;
  right: 100%;
  left: auto;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  position: absolute;
  cursor: pointer;
  color: #5a5a5a;
  background-color: #fff;
}

.site-nav-mobile .dropdown-menu-mobile .dropdown-megamenu-right {
  position: relative;
}

.site-nav-mobile .dropdown-menu-mobile .dropdown-megamenu-right a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  z-index: 2;
}

.site-nav-mobile .is-open > .dropdown-menu-mobile {
  right: 0;
  display: block;
  position: relative;
}

.site-nav-mobile .is-open > .nav-action {
  display: none !important;
}

.site-nav-mobile .nav-title-mobile {
  text-align: center;
  display: block;
  position: static;
  line-height: 22px;
  padding: 12px 30px 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f7f7f7;
  border-bottom: 1px solid whitesmoke;
}

.site-nav-mobile .site-nav-dropdown {
  background-color: #fff;
}

.site-nav-mobile .nav-title-mobile .icon-dropdown {
  left: 0;
  right: auto;
}

.site-nav-mobile .is-hidden {
  display: none !important;
}

.site-nav-mobile .menu-lv-1.is-open,
.site-nav-mobile .menu-lv-2.is-open,
.site-nav-mobile .menu-lv-3.is-open {
  border: none;
}

.site-nav-mobile .dropdown-megamenu h3.title,
.site-nav-mobile .dropdown-megamenu .title.h3 {
  color: #000;
}

.site-nav-mobile .style_1 .dropdown-megamenu-left--item:last-child {
  padding: 12px 20px 10px;
}

.site-nav-mobile .style_1 .dropdown-megamenu-left--item--productList {
  margin-bottom: 30px;
}

.site-nav-mobile .style_1 .dropdown-megamenu-right .dropdown-megamenu__img,
.site-nav-mobile .style_2 .dropdown-megamenu-right .dropdown-megamenu__img,
.site-nav-mobile .style_3 .dropdown-megamenu-right .dropdown-megamenu__img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.site-nav-mobile .dropdown-megamenu__img--column {
  display: block;
  white-space: normal;
}

.site-nav-mobile .dropdown-megamenu__img--column > li {
  width: 100%;
  display: block;
}

.site-nav-mobile .currency-menu,
.site-nav-mobile .lang-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  top: auto !important;
  display: block;
  float: none;
  border: none;
  border-radius: 0;
  line-height: 22px;
  position: relative !important;
  color: #5a5a5a;
  font-weight: 500;
  font-size: 0;
  font-family: "Helvetica", sans-serif;
  border-top: 1px solid whitesmoke;
  transform: none !important;
}

.site-nav-mobile .currency-menu .dropdown-divider,
.site-nav-mobile .lang-menu .dropdown-divider {
  margin: 0;
  border-color: #f5f5f5;
}

.site-nav-mobile .currency-menu .icon-arrow,
.site-nav-mobile .lang-menu .icon-arrow {
  display: none;
}

.site-nav-mobile .currency-menu .flag,
.site-nav-mobile .lang-menu .flag {
  font-size: 0;
  margin-right: 7px;
}

.site-nav-mobile .currency-menu .dropdown-item,
.site-nav-mobile .lang-menu .dropdown-item {
  width: 50%;
  padding: 12px 20px 10px;
  font-size: 0;
  color: #5a5a5a;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
}

.site-nav-mobile .currency-menu .dropdown-item span,
.site-nav-mobile .lang-menu .dropdown-item span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.site-nav-mobile .currency-menu .dropdown-item .icon,
.site-nav-mobile .lang-menu .dropdown-item .icon {
  margin-right: 7px;
}

.site-nav-mobile .currency-menu .dropdown-item.dropdown-item--full,
.site-nav-mobile .lang-menu .dropdown-item.dropdown-item--full {
  width: 100%;
  pointer-events: none;
  padding: 12px 20px 10px;
  background-color: #f3f3f3;
  font-weight: 500;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  color: #000;
  text-transform: capitalize;
}

.site-nav-mobile .currency-menu .dropdown-item.active,
.site-nav-mobile .currency-menu .dropdown-item:active,
.site-nav-mobile .lang-menu .dropdown-item.active,
.site-nav-mobile .lang-menu .dropdown-item:active {
  color: #5a5a5a;
  background-color: #fff;
}

.site-nav-mobile .currency-menu .dropdown-item.active .text,
.site-nav-mobile .currency-menu .dropdown-item:active .text,
.site-nav-mobile .lang-menu .dropdown-item.active .text,
.site-nav-mobile .lang-menu .dropdown-item:active .text {
  text-decoration: underline;
  text-underline-position: under;
}

.search-form-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
  display: none;
  position: fixed;
  background-color: #fff;
  transition: all 0.3s ease;
}

.search-form-wrapper .search-form {
  top: 105px;
  left: 50%;
  width: 100%;
  max-width: 880px;
  z-index: 10;
  padding: 0 15px;
  position: absolute;
  transform: translate(-50%);
}

.search-form-wrapper.custom .search-form {
  top: 70px;
}

.search-bar {
  height: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #191919;
  background-color: transparent;
}

.search-bar input {
  border: none;
  padding: 0;
  height: 40px;
  border-radius: 0;
  width: calc(100% - 40px);
  color: #191919;
  border-bottom: 1px solid #191919;
}

.search-bar input::-webkit-input-placeholder {
  color: #666;
}

.search-bar input::-moz-placeholder {
  color: #666;
}

.search-bar input:-ms-input-placeholder {
  color: #666;
}

.search-bar input::-ms-input-placeholder {
  color: #666;
}

.search-bar button {
  border: none;
  padding: 0 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  color: #191919;
  background-color: transparent;
}

.search-bar button .icon {
  width: 100%;
  height: 100%;
}

.search-form {
  position: relative;
}

.search-form--close {
  position: absolute;
  right: 10%;
  top: 18%;
  display: block;
  z-index: 5;
  cursor: pointer;
  pointer-events: auto;
  font-size: 50px;
  line-height: 30px;
  display: none;
  color: #191919;
}

.search-form__results {
  right: 0;
  z-index: 5;
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  line-height: 22px;
  white-space: normal;
  padding: 15px;
  position: absolute;
  color: #787878;
  background-color: #fff;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
}

.search-form__results.is-open {
  display: block;
}

.search-form__results-wrapper {
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}

.search-form__results-wrapper::-webkit-scrollbar-track {
  background-color: #fafafa;
}

.search-form__results-wrapper::-webkit-scrollbar {
  width: 0;
  background-color: #fafafa;
}

.search-form__results-wrapper::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

.search-form__product-title,
.search-form__trending-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.search-form__tag-item {
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.search-form__tag-item .highlight {
  display: block;
  color: #868686;
  background-color: #f7f7f7;
  padding: 7px 12px 5px;
  cursor: pointer;
  pointer-events: auto;
}

.search-form__tag-item .highlight .icon {
  pointer-events: none;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  margin-top: -2px;
}

.search-form__products .halo-row {
  padding-bottom: 40px;
}

.search-form__product .product-card {
  width: 180px;
}

.login-form {
  width: 100%;
  z-index: 5;
  padding: 0;
  line-height: 22px;
  text-align: left;
  white-space: normal;
  color: #787878;
  background-color: #fff;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
}

.login-form__header {
  color: #787878;
  position: relative;
  background-color: #f3f3f3;
  padding: 16px 20px 14px;
}

.login-form__header .title {
  color: inherit;
  line-height: 1;
  margin-bottom: 0;
}

.login-form__close {
  top: 50%;
  opacity: 1;
  right: 20px;
  color: #787878;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  transform: translateY(-50%);
}

.login-form__close:hover {
  color: #000;
}

.login-form__close svg {
  width: 12px;
  height: 12px;
}

.login-form__close[data-close-login-form-pc] {
  display: none;
}

.login-form__close[data-close-login-form] {
  display: block;
}

.login-form__content {
  padding: 20px;
}

.login-form__content .btn,
.login-form__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .login-form__content
  .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
}

.login-form__content .forgot-password {
  margin: 18px 0;
  color: #787878;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.login-form__content .forgot-password:before {
  content: "";
  width: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  background-color: #4563b3;
  transition: all 0.3s ease;
}

.login-form__content .forgot-password:hover {
  color: #4563b3;
}

.login-form__content .forgot-password:hover:before {
  width: 100%;
}

.bg-danger {
  background-color: #ef9ba6 !important;
}

.cart__progress_bar {
  display: block;
  margin-bottom: 0px;
}

.cart__progress_bar .progress {
  border-radius: 0;
}

.progress_bar_shipping {
  margin-bottom: 8px;
}

.progress_bar_shipping.success {
  display: none;
}

.progress_bar_shipping.success + .progress_bar_shipping_message {
  color: #406f8c;
  background-color: #eaf4f9;
  padding: 10px 15px 9px;
}

@media (max-width: 450px) {
  .progress_bar_shipping.success + .progress_bar_shipping_message {
    font-size: 14px;
  }
}

.cart-quickview_header {
  position: relative;
  padding: 16px 20px 14px;
}

.cart-quickview_header--no-item {
  background-color: #f3f3f3;
}

.cart-quickview_header--no-item ~ .cart-quickview__progress_bar:not(.hide),
.cart-quickview_header--no-item ~ .cart-quickview_content {
  margin-top: 0px;
}

.cart-quickview_header .title {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
}

.cart-quickview_header .item,
.cart-quickview__progress_bar .progress_bar_shipping .percent {
  display: none;
}

.cart-quickview__progress_bar .progress_bar_shipping,
.cart-quickview__progress_bar .progress_bar_shipping_message {
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quickview__progress_bar .success + .progress_bar_shipping_message {
  text-align: center;
}

.cart-quickview__close {
  top: 50%;
  right: 20px;
  color: #787878;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  transform: translateY(-50%);
}

.cart-quickview__close:hover {
  color: #000;
}

.cart-quickview_content {
  padding: 0px;
  overflow: auto;
  max-height: calc(100vh - 150px);
}

.cart-quickview_content::-webkit-scrollbar-track {
  background-color: #fafafa;
}

.cart-quickview_content::-webkit-scrollbar {
  width: 0;
  background-color: #fafafa;
}

.cart-quickview_content::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

.cart-quickview__table {
  width: 100%;
  display: block;
  font-size: 16px;
}

.cart-quickview__table tr {
  border-bottom: 1px solid #ebebeb;
}

.cart-quickview__table td {
  padding: 15px 0;
  border: none;
}

.cart-quickview__table tr:first-child td {
  padding-top: 0;
}

.cart-quickview__table .cart__product-information {
  font-size: 0;
  display: block;
  max-width: 550px;
}

.cart-quickview__table .cart__image-wrapper {
  padding: 0;
  width: 80px;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}

.cart-quickview__table .cart__content-wrapper {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 0 25px 0 15px;
  width: calc(100% - 80px);
  font-size: 16px;
}

.cart-quickview__table .list-view-item__title {
  display: block;
  line-height: 20px;
  font-size: 0.9rem;
  padding-bottom: 5px;
}

.cart-quickview__table .list-view-item__title .cart__product-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-quickview__table .product-details-price {
  margin-top: 5px;
}

.cart-quickview__table .cart__qty {
  margin-top: 5px;
  padding-top: 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
  font-size: 0.8rem;
}

.cart-quickview__table .cart__qty-label2 {
  display: inline-block;
  margin: 0 10px 0 0;
}

.cart-quickview__table .cart__qty-input {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8rem;
}

.cart-quickview__table .cart__remove {
  margin: 0;
  top: -1px;
  right: 0;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
}

.cart-quickview__table .cart__remove a {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}

.cart-total {
  padding-top: 22px;
  margin-bottom: 30px;
  border-top: 1px solid #ebebeb;
}

.cart-subtotal,
.cart-total {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.cart-subtotal__title,
.cart-total__title {
  font-size: 16px;
  font-weight: 300;
  padding-right: 15px;
  text-transform: capitalize;
  color: #787878;
  font-family: "Helvetica", sans-serif;
}

.cart-subtotal__price,
.cart-total__price {
  font-size: 16px;
  font-weight: 700;
  color: #787878;
}

.cart-total__price {
  font-size: 20px;
}

.cart-quickview__footer .cart-subtotal {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.cart-quickview__footer .cart-subtotal__price {
  font-size: 16px;
  font-weight: 400;
  color: inherit;
}

.cart-quickview__footer {
  padding-bottom: 50px;
}

.cart-quickview__footer .cart__buttons-container {
  display: block;
  margin-top: 10px;
}

.cart-quickview__footer .cart__submit-controls {
  font-size: 0;
}

.cart-quickview__footer .product__terms-conditions {
  line-height: 1;
}

.cart-quickview__footer .cart__submit-controls .btn,
.cart-quickview__footer
  .cart__submit-controls
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .cart-quickview__footer
  .cart__submit-controls
  .shopify-payment-button__button--unbranded {
  width: calc(50% - 7px);
  margin-left: 7px;
}

.cart-quickview__footer .cart__submit-controls .cart__submit {
  margin-left: 0;
  margin-right: 7px;
}

.cart-quickview_product {
  display: block;
  padding-bottom: 30px;
}

.cart-quickview_product--header {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.cart-quickview_product--title {
  margin: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 28px;
  padding: 0 25px;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
}

.cart-quickview_product--title:before {
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: #ebebeb;
}

.cart-quickview_product .slick-arrow {
  top: auto;
  bottom: -34px;
  width: 30px;
  height: 30px;
  transform: none;
}

.cart-quickview_product .slick-prev {
  left: 15px;
}

.cart-quickview_product .slick-next {
  right: 15px;
}

.cart-quickview_product .slick-slider .halo-column__item {
  margin-bottom: 20px;
}

.announcement-bar {
  z-index: 20;
  position: relative;
  color: #fff;
  background-color: #b9cbd4;
}

.announcement-bar .rte {
  position: relative;
}

.announcement-bar .rte .close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: 0;
}

.announcement-bar__message {
  max-width: 100%;
  padding: 10px 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  font-size: 0.875em;
  color: #fff;
}

.announcement-bar__message strong {
  font-weight: 500;
  color: #fff;
}

.open_menu_pc .announcement-bar {
  z-index: 99;
}

.header-mobile {
  height: 50px;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #000;
  /*     background-color: #fff */
}

.header-mobile__item {
  display: inline-block;
  vertical-align: middle;
  min-width: 85px;
  width: 35%;
}

.header-mobile__item.text-center {
  width: 30%;
}

.item__mobile--logo {
  width: 100%;
}

.item__mobile--cart {
  padding-right: 10px;
}

.item__mobile--cart .countPill {
  color: #fff;
  background-color: #191919;
}

.header-mobile__item .item__mobile {
  display: inline-block;
  vertical-align: middle;
}

.header-mobile__item .item__mobile + .item__mobile {
  margin-left: 15px;
}

.header-mobile__item .site-header__logo-image {
  width: 100% !important;
}

.header-mobile__item .site-header__logo-image img {
  max-height: 20px;
}

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: 0;
  box-shadow: none;
}

.mobileMenu-toggle__Icon,
.mobileMenu-toggle__Icon:after,
.mobileMenu-toggle__Icon:before {
  background-color: #000;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  transform: rotate(0);
  transition: transform 0.1s ease-in, top 0.1s ease-in 0.15s,
    bottom 0.1s ease-in 0.15s;
}

.mobileMenu-toggle__Icon {
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  transition: background-color 10ms ease-in 0.1s;
}

.mobileMenu-toggle__Icon:before {
  top: -10px;
}

.mobileMenu-toggle__Icon:after {
  bottom: -10px;
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon {
  background-color: transparent;
  transition-delay: 0.1s;
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon:after,
.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon:before {
  bottom: auto;
  top: auto;
  transition: transform 0.1s ease-in 0.15s, top 0.1s ease-in,
    bottom 0.1s ease-in;
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon:before {
  top: 0;
  transform: rotate(45deg);
}

.mobileMenu-toggle.is-open .mobileMenu-toggle__Icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.navUser-action[data-search-popup] .icon-close {
  width: 20px;
  height: 20px;
  display: none;
}

.navUser-action[data-search-popup].is-open .icon-search {
  display: none;
}

.navUser-action[data-search-popup].is-open .icon-close {
  display: inline-block;
}

.navUser-action[data-search-popup] + .search-form-wrapper {
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  position: absolute;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.popup-sidebar {
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  z-index: 102;
  position: fixed;
  max-width: 400px;
  width: calc(100% - 45px);
  transition: all 0.5s ease, z-index 0s ease;
  box-shadow: #32323233 0 0 2px;
  color: #787878;
  background-color: #fff;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
}

#before-you-leave.popup-sidebar,
#cart-mobile.popup-sidebar {
  max-width: 570px;
  width: 100%;
}

.popup-sidebar--left {
  left: -101%;
}

.popup-sidebar--right {
  right: -101%;
}

.open_account #login-form-mobile.popup-sidebar--left,
.open_beforeYouLeave #before-you-leave.popup-sidebar--left,
.open_cart #cart-mobile.popup-sidebar--left,
.open_menu #navigation-mobile.popup-sidebar--left {
  left: 0;
}

.open_account #login-form-mobile.popup-sidebar--right,
.open_beforeYouLeave #before-you-leave.popup-sidebar--right,
.open_cart #cart-mobile.popup-sidebar--right,
.open_menu #navigation-mobile.popup-sidebar--right {
  right: 0;
}

#login-form-mobile .login-form {
  display: block !important;
}

.open_menu,
.open_search {
  overflow: hidden;
}

.open_account .overlay_background,
.open_beforeYouLeave .overlay_background,
.open_cart .overlay_background,
.open_menu .overlay_background,
.open_sidebar .overlay_background,
.popup_productQuickview .overlay_background {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible;
}

.overlay_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 101;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  transition: opacity 0.5s ease;
  background-color: #00000080;
}

.open_beforeYouLeave.open_search #before-you-leave {
  z-index: 18;
}

.open_beforeYouLeave.open_search .overlay_background {
  z-index: 17;
}

.open_menu_pc .overlay_background {
  opacity: 1;
  visibility: visible;
  z-index: 80;
}

.site-footer__top {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  font-family: "Helvetica", sans-serif;
  background-color: #efefef;
}

.site-footer__top * {
  color: inherit;
  font-size: inherit;
}

.site-footer__middle {
  padding: 35px 0;
  color: #191919;
  background-color: #efefef;
}

.site-footer__middle p,
.site-footer__middle span {
  color: #191919;
}

.footer-logo {
  display: block;
}

.footer-logo__item {
  display: block;
  margin-bottom: 10px;
}

.footer-logo__item a {
  display: inline-block;
  vertical-align: top;
}

.footer-logo__item a > img {
  width: 100%;
  display: block;
}

.footer-logo__item p a {
  color: #191919;
  text-decoration: underline;
  text-underline-position: under;
}

.footer-logo .social-icons {
  margin-top: 20px;
  margin-left: -7px;
}

.footer-logo .social-icons .icon {
  width: 30px;
  height: 30px;
  padding: 7px;
  font-size: 16px;
}

.footer-row {
  font-size: 0;
  margin: 0 -8px;
  display: block;
}

.footer-row__item {
  padding: 0 8px;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  pointer-events: auto;
  text-transform: capitalize;
  color: #191919;
}

.footer-description {
  color: #191919;
}

.site-footer__middle .social-icons .icon {
  color: #191919;
  fill: #191919;
}

.footer-row__item--mobile .footer-heading {
  border-bottom: 1px solid #191919;
}

.footer-row__item--mobile .footer-heading:after,
.footer-row__item--mobile .footer-heading:before {
  background-color: #191919;
}

.footer-list {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}

.footer-list li {
  display: block;
  margin-bottom: 10px;
}

.footer-list li.last {
  margin-bottom: 0;
}

.footer-list a {
  color: #191919;
  text-transform: capitalize;
}

.footer-list a:hover {
  color: #000;
}

.footer-list a:before {
  background-color: #000;
}

.footer-newsletter {
  display: block;
  margin-bottom: 0;
}

.footer-newsletter .footer-heading {
  margin: 0 0 20px;
}

.footer-newsletter .input-group__field {
  flex-basis: 12rem;
  background-color: transparent;
  border-color: #191919;
}

.footer--language--currency {
  display: none;
  position: relative;
}

.footer--language--currency .footer__item {
  display: inline-block;
  vertical-align: top;
}

.footer--language--currency--custom .currency-dropdown,
.footer--language--currency--custom .language-dropdown {
  position: static;
}

.footer--language--currency--custom .footer__item + .footer__item:before {
  content: "/";
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.footer--language--currency--custom
  .language-dropdown
  .dropdown-label
  .icon-arrow {
  display: none;
}

.footer--language--currency--custom .footer__item .currency-dropdown {
  display: inline-block;
  vertical-align: middle;
}

.footer--language--currency--custom
  .currency-dropdown
  .dropdown-label
  .icon:not(.icon-arrow) {
  display: none;
}

.footer--language--currency--custom .currency-dropdown .dropdown-menu,
.footer--language--currency--custom .language-dropdown .dropdown-menu {
  width: 150px;
  min-width: 150px;
  top: 50% !important;
  left: -30px;
  position: absolute;
  transform: translateY(-50%) !important;
}

.footer--language--currency--custom .currency-dropdown .dropdown-menu {
  left: 118px !important;
  border-left: none;
}

.footer--language--currency--custom .currency-dropdown .dropdown-item,
.footer--language--currency--custom .language-dropdown .dropdown-item {
  width: 100%;
  display: block;
  padding: 3px 1.5rem !important;
}

.footer--language--currency--custom .currency-dropdown .dropdown-menu,
.footer--language--currency--custom .language-dropdown .dropdown-menu {
  display: none;
}

.footer--language--currency--custom.show .currency-dropdown .dropdown-menu,
.footer--language--currency--custom.show .language-dropdown .dropdown-menu {
  display: block;
}

.site-footer__bottom {
  padding: 20px 0 5px;
  color: #191919;
  background-color: #efefef;
}

.site-footer__bottom .container {
  display: block;
}

.site-footer__bottom__item {
  text-align: center;
  margin-bottom: 15px;
}

.footer-copyright,
.footer-copyright * {
  color: inherit;
}

.footer-copyright a {
  text-decoration: underline;
  text-underline-position: under;
}

.payment-methods {
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  display: block;
  list-style: none;
}

.payment-methods--item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.payment-methods--item + .payment-methods--item {
  margin-left: 10px;
}

.payment-methods--item .icon,
.payment-methods--item svg {
  width: 40px;
  height: 30px;
  border-radius: 5px;
}

.sidebarBlock {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.sidebarBlock:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebarBlock.search {
  border-bottom: 0;
}

.sidebarBlock.image {
  padding-bottom: 40px;
}

.sidebarBlock.show_clear .sidebarBlock__heading .clear {
  display: block;
}

.sidebarBlock__heading {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.sidebarBlock__heading .clear {
  float: right;
  display: none;
  font-weight: 400;
  color: #787878;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-position: under;
}

.widget-form {
  font-size: 0;
  display: flex;
}

.widget-form__input {
  border: none;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #191919;
}

.widget-form__btn {
  border: none;
  height: 40px;
  line-height: 28px;
  vertical-align: top;
  padding: 7px 0 7px 5px;
  color: #191919;
  background-color: transparent;
}

.widget-form__btn .icon {
  width: 26px;
  height: 26px;
  color: #191919;
  fill: #191919;
}

.widget-img {
  display: block;
  position: relative;
}

.widget-img img {
  display: inline-block;
  vertical-align: top;
}

.collection-list {
  margin: 0;
  padding: 0;
  display: block;
  background-color: #fff;
}

.collection-list__item {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.collection-list__item.is-clicked
  > .collection-list__action--wrapper
  > .icon-dropdown {
  transform: rotate(90deg);
}

.collection-list__item .icon-dropdown {
  right: 0;
  width: 22px;
  height: 22px;
  padding: 0 6px;
  line-height: 22px;
  position: absolute;
  transition: all 0.3s ease;
}

.collection-list__action--wrapper {
  cursor: pointer;
  margin-bottom: 0;
}

.collection-list__action {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}

.collection-list__action:before {
  background-color: #787878;
}

.collection-list__action--end {
  display: block;
}

.collection-list .collection-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 0;
}

.collection-list .collection-list .collection-list {
  padding-top: 10px;
  padding-bottom: 0;
}

.recentposts-list {
  margin: 0 0 10px;
}

.recentposts-list > .item {
  padding: 0;
  margin-bottom: 20px;
}

.recentposts-list > .item:last-child {
  margin-bottom: 0;
}

.recentpost {
  text-align: left;
  position: relative;
  display: block;
}

.recentpost .title {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
}

.recentpost .title a {
  color: inherit;
}

.recentpost .date {
  margin: 0 0 5px;
  color: #787878;
}

.sidebarBlock .product-card--2 .product-card__image {
  width: 70px;
}

.sidebarBlock .product-card--2 .product-card__content {
  width: calc(100% - 70px);
  padding-top: 0;
}

.sidebarBlock .product-card--2 .product-card__button {
  display: none;
}

.widget-column {
  display: block;
}

.widget-column__item {
  margin-bottom: 20px;
  display: block;
}

.widget-column__item:last-child {
  margin-bottom: 0;
}

.refined {
  margin: 0 -4px;
  display: flex;
  flex-wrap: wrap;
}

.refined li {
  margin-bottom: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

.refined li input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px;
  display: none;
}

.refined li a {
  color: #191919;
  background-color: #efefef;
  padding: 4px 10px;
  line-height: 22px;
  display: inline-block;
  border-radius: 3px;
  text-transform: capitalize;
}

.refined li a > span {
  color: inherit;
  position: relative;
  vertical-align: middle;
}

.filter-text .list-tags {
  margin: 0;
  display: block;
}

.filter-text .list-tags li {
  margin: 0;
  display: block;
  width: 100%;
}

.filter-text .list-tags label {
  font-weight: 400;
  font-size: 16px;
  color: #787878;
  line-height: 20px;
  text-transform: capitalize;
}

.filter-text .list-tags li input[type="checkbox"] {
  display: none;
}

.filter-text .list-tags li input[type="checkbox"] + label {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 12px;
  position: relative;
}

.filter-text .list-tags li input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  border: 1px solid #d0d0d0;
  width: 14px;
  height: 14px;
  background-color: #fff;
}

.filter-text .list-tags li input[type="checkbox"] + label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 3px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}

.filter-text .list-tags li input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}

.filter-text .list-tags li input[type="checkbox"] + label:hover:after,
.filter-text .list-tags li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.filter-text .list-tags li input[type="checkbox"]:checked + label {
  color: #191919;
}

.filter-color .list-tags {
  margin: 0;
  font-size: 0;
  display: block;
}

.filter-color .list-tags li {
  line-height: 1;
  margin: 0 15px 15px 0;
  display: inline-block;
  vertical-align: top;
}

.filter-color .list-tags label {
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}

.filter-color .list-tags label span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
}

.filter-color .list-tags label[for="white"] span {
  border: 1px solid #dadada;
}

.filter-color .list-tags li input[type="checkbox"] {
  display: none;
}

.filter-color .list-tags li input[type="checkbox"]:checked + label span {
  box-shadow: 0 0 0 3px #00000026;
}

[data-section-type="hero"],
[data-section-type="slideshow"] {
  position: relative;
}

.hero,
.slideshow {
  margin-bottom: 0 !important;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.slideshow__item {
  white-space: normal;
  position: relative;
  display: inline-block;
  width: 100%;
}

.slideshow .slick-arrow {
  display: none !important;
}

.slideshow .slick-dots {
  bottom: 20px;
}

.slideshow .slick-dots li {
  margin: 0 4px;
}

.slideshow .slick-dots li button {
  width: 32px;
  height: 3px;
  border-radius: 0;
  background-color: #191919;
  border-color: #191919;
  opacity: 0.2;
}

.slideshow .slick-dots li.slick-active button {
  opacity: 1;
}

.slideshow .slick-slide .slideshow__subheading,
.slideshow .slick-slide .slideshow__heading,
.slideshow .slick-slide .slideshow__countdownWrapper,
.slideshow .slick-slide .slideshow__text,
.slideshow .slick-slide .slideshow__button {
  visibility: hidden;
  animation-delay: 0s;
  animation-name: fadeOutDown;
}

.slideshow .slick-current .slideshow__subheading,
.slideshow .slick-current .slideshow__heading,
.slideshow .slick-current .slideshow__countdownWrapper {
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: fadeInUp;
}

.slideshow .slick-current .slideshow__text {
  visibility: visible;
  animation-delay: 0.3s;
  animation-name: fadeInUp;
}

.slideshow .slick-current .slideshow__button {
  visibility: visible;
  animation-delay: 0.5s;
  animation-name: fadeInUp;
}

.slideshow.slick-dotted {
  margin-bottom: 0;
}

.hero--small .hero__image,
.slideshow--small .slideshow__image {
  height: 240px;
}

.hero--medium .hero__image,
.slideshow--medium .slideshow__image {
  height: 260px;
}

.hero--large .hero__image,
.slideshow--large .slideshow__image {
  height: 280px;
}

.hero .hero__image--mobile,
.slideshow .slideshow__image--mobile {
  height: auto;
}

.hero__image,
.slideshow__image {
  overflow: hidden;
  position: relative;
}

.hero__image > a,
.slideshow__image > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}

.hero__image--background,
.slideshow__image--background {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%);
}

.hero__image--backgroundMobile,
.slideshow__image--backgroundMobile {
  width: 100%;
  display: block;
  position: relative;
}

.hero__image--backgroundMobile + .hero__image--background,
.slideshow__image--backgroundMobile + .slideshow__image--background {
  display: none;
}

.hero__image:after,
.slideshow__image:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}

.slideshow__video--wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.slideshow__video--wrapper .video {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
}

.hero__content,
.slideshow__content {
  top: 50%;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  white-space: normal;
  color: #191919;
  position: absolute;
  transform: translateY(-50%);
}

.hero__content.content--left,
.slideshow__content.content--left {
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__content.content--right,
.slideshow__content.content--right {
}

.hero__content.content--middle,
.slideshow__content.content--middle {
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero__content > div:last-child,
.slideshow__content > div:last-child {
  margin-bottom: 0;
}

.hero__subheading,
.slideshow__subheading {
  font-family: "Helvetica", sans-serif;
  text-transform: capitalize;
  margin-bottom: 15px;
  position: relative;
  color: #787878;
  font-size: 16px;
  font-weight: 700;
}

.hero__heading,
.slideshow__heading {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  color: inherit;
  font-size: 1.25em;
}

.hero__text,
.slideshow__text {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero__text *,
.slideshow__text * {
  color: inherit;
}

.hero__text a,
.slideshow__text a {
  color: #191919;
  line-height: inherit;
  display: inline-block;
  position: relative;
}

.hero__text a:before,
.slideshow__text a:before {
  left: 0;
  bottom: -2px;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #191919;
}

.hero__text a:hover,
.slideshow__text a:hover {
  color: #191919;
}

.hero__countdownWrapper,
.slideshow__countdownWrapper {
  margin-bottom: 25px;
  letter-spacing: 0.02rem;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: block;
}

.hero__countdownWrapper > *,
.slideshow__countdownWrapper > * {
  color: inherit;
}

.hero__countdown,
.slideshow__countdown {
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
}

.slideshow__button {
  min-width: 160px;
  display: inline-block;
}

#shopify-section-1586155999113
  > div
  > div
  > div
  > div
  > div.slideshow__content.content--middle
  > a.slideshow__button.btn.btn--secondary.animated {
  color: white !important;
  background-color: #ffffff00 !important;
  border-color: white;
}

.hero__button {
  min-width: 160px;
}

.hero__points-popup {
  position: absolute;
  z-index: 10;
  pointer-events: auto;
}

.hero__points-popup .point {
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  background-color: #000;
}

.hero__points-popup .point:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  background-color: #000;
  -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
  animation: zoom-animation 1.4s ease-in-out infinite;
}

.hero__points-popup .custom-product-card {
  display: none;
}

.hero__popup {
  position: relative;
  display: none;
}

.hero__popup.is-open {
  z-index: 21;
  display: block;
  position: absolute;
}

.hero__popup .close {
  top: 0;
  right: 0;
  float: none;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  text-shadow: none;
  opacity: 1;
  z-index: 10;
}

.custom-product-card {
  position: relative;
  max-width: 300px;
  box-shadow: 0 0 2px 1px #0000001a;
}

.overlay--light .hero__image,
.overlay--light .slideshow__image {
  color: #191919;
}
/* Overlay für Slideshow - ausgemacht

.overlay--light .hero__image:after,
.overlay--light .slideshow__image:after {
    background-color: #ffffff4d
} 
*/

.overlay--dark .hero__image,
.overlay--dark .slideshow__image {
  color: #fff;
}

.overlay--dark .hero__image:after,
.overlay--dark .slideshow__image:after {
  background-color: #1e1e1e0d;
}

.overlay--dark .hero__content,
.overlay--dark .slideshow__content {
  color: #fff;
}

.overlay--dark .hero__subheading,
.overlay--dark .hero__text,
.overlay--dark .hero__text a,
.overlay--dark .slideshow__subheading,
.overlay--dark .slideshow__text,
.overlay--dark .slideshow__text a {
  color: inherit;
}

.overlay--dark .hero__text a:before,
.overlay--dark .slideshow__text a:before {
  background-color: #fff;
}

.overlay--dark .hero__content .btn--secondary,
.overlay--dark
  .hero__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .overlay--dark
  .hero__content
  .shopify-payment-button__button--unbranded,
.overlay--dark .slideshow__content .btn--secondary,
.overlay--dark
  .slideshow__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .overlay--dark
  .slideshow__content
  .shopify-payment-button__button--unbranded {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.overlay--dark .hero__content .btn--secondary:hover,
.overlay--dark
  .hero__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button
  .overlay--dark
  .hero__content
  .shopify-payment-button__button--unbranded:hover,
.overlay--dark .slideshow__content .btn--secondary:hover,
.overlay--dark
  .slideshow__content
  .shopify-payment-button
  .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button
  .overlay--dark
  .slideshow__content
  .shopify-payment-button__button--unbranded:hover {
  color: #191919;
  border-color: #fff;
  background-color: #fff;
}

.overlay--dark .hero__countdown,
.overlay--dark .slideshow__countdown {
  border-bottom: 1px solid #fff;
}

.overlay--dark.slideshow .slick-arrow svg {
  color: #fff;
  fill: #fff;
  stroke: #fff;
}

.overlay--dark.slideshow .slick-dots li button {
  background-color: #fff;
  border-color: #fff;
  opacity: 0.2;
}

.overlay--dark.slideshow .slick-dots li button:hover,
.overlay--dark.slideshow .slick-dots li.slick-active button {
  opacity: 1;
}

.hero--2 .hero__image_item {
  display: block;
  width: 100%;
  position: relative;
}

.hero--2 .hero__image_item + .hero__image_item {
  margin-top: 15px;
}

.hero--2 .hero__image {
  display: block;
}

.hero--2 .hero__image,
.hero--2.hero--medium .hero__image {
  height: auto;
}

.hero--2 .hero__content {
  padding: 30px 15px;
  width: calc(100% - 30px);
}

.hero--2 .hero__image .hero__image--background,
.hero--2.hero--medium .hero__image .hero__image--background {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  transform: none;
  min-height: 0;
}

.hero--2.overlay--light .hero__image:after {
  content: none;
}

.hero--2.overlay--light .hero__content {
  background-color: #fff;
}

.hero--2.overlay--dark .hero__content {
  background-color: #000;
}
@media (min-width: 550px) {
  [data-section-type="icon-with-text"] .halo-row__item {
    border-left: 1px solid #ebebeb;
  }
  .halo-column__item {
    padding: 0 2px;
  }
}

[data-section-type="icon-with-text"] .halo-row__item:first-child {
  border-left: none;
}

.icon-with-text {
  font-size: 0;
  max-width: 300px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-with-text__icon {
  width: 40px;
  vertical-align: middle;
  display: inline-block;
}

.icon-with-text__icon .icon,
.icon-with-text__icon svg {
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.icon-with-text__content {
  font-size: 14px;
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block;
}

.icon-with-text__content .title {
  font-size: 20px;
  margin: 0 0 5px;
  color: #191919;
  font-family: "Playfaire Display", serif;
  font-weight: 400;
}

.icon-with-text__content .description {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
  color: #787878;
}

.halo-column-image-with-text {
  display: block;
  font-size: 0;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.halo-column-image-with-text__item {
  padding: 0 15px;
  width: 100%;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
}

.halo-column-image-with-text__item:first-child {
  margin-top: 0;
}

.image-with-text {
  font-size: 16px;
  display: block;
  max-width: 400px;
  position: relative;
}

.image-with-text.text-center {
  margin-left: auto;
  margin-right: auto;
}

.image-with-text__image {
  display: block;
  position: relative;
}

.image-with-text__image > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  position: absolute;
}

.image-with-text__image > img {
  width: 100%;
}

.image-with-text__content {
  display: block;
  padding: 20px 15px 15px;
}

.image-with-text__content .title {
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: capitalize;
  color: #191919;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.image-with-text__content .link {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #191919;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
}

.image-with-text__content .link:before {
  left: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #191919;
}

.image-with-text-2__image {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.image-with-text-2__image:before {
  content: "";
  display: block;
  padding-top: 95%;
  position: relative;
}

.image-with-text-2__content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 30px 15px 10px;
}

.image-with-text-2__content .section-header {
  margin: 0;
  padding: 0;
  max-width: 520px;
}

.image-with-text-2__content .section-header > .subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #787878;
  display: inline-block;
  border-bottom: 1px solid #787878;
  padding-bottom: 5px;
  margin: 0 0 15px;
}

.image-with-text-2__content .section-header > p {
  margin-top: 15px;
}

.halo-column-image-with-text-overlay {
  font-size: 0;
  display: block;
  position: relative;
  white-space: nowrap;
  padding-left: 15px;
  padding-bottom: 5px;
}

.halo-column-image-with-text-overlay__item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.halo-column-image-with-text-overlay__item .image-with-text-overlay {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}

.halo-column-image-with-text-overlay .section-footer {
  display: none;
}

.halo-column-image-with-text-overlay .section-footer .link {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  font-weight: 500;
  color: #191919;
  border-bottom: 1px solid #191919;
}

.image-with-text-overlay {
  font-size: 16px;
  width: 300px;
  display: block;
  vertical-align: top;
  position: relative;
}

.image-with-text-overlay__image {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-with-text-overlay__image:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 150%;
}

.image-with-text-overlay__image > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  position: absolute;
}

.image-with-text-overlay__image > img {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.image-with-text-overlay__image > .placeholder-svg {
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  z-index: 1;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%);
}

.image-with-text-overlay__content {
  left: 0;
  top: 50%;
  z-index: 6;
  width: 100%;
  padding: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.image-with-text-overlay__content .title {
  font-size: 20px;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: #191919;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.image-with-text-overlay__content .link {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #191919;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
}

.image-with-text-overlay__content .link:before {
  left: 0;
  bottom: -3px;
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #191919;
}

.overlay--light,
.overlay--light .image-with-text-overlay__content .link,
.overlay--light .image-with-text-overlay__content .title,
.overlay--light .recommended_size {
  color: #fff;
}

.overlay--light .image-with-text-overlay__content .link:before {
  background-color: #fff;
}

.instagram {
  font-size: 0;
  position: relative;
}

.instagram:after {
  content: "";
  display: table;
  clear: both;
}

.instagram__item {
  width: 50%;
  vertical-align: top;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.instagram_icon {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
}

.instagram__item .placeholder-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.instagram__item--bg {
  background-color: #000;
}

.instagram__item:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
}

.instagram__item img {
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.instagram-load-more {
  margin-top: 20px;
}

.instagram__item2 {
  position: relative;
  display: block;
}

[data-slick-pc] .featured-blog {
  width: 290px;
}

.slick-slider .featured-blog {
  width: 100%;
}

.featured-blog-layout-custom {
  font-size: 0;
  display: block;
  position: relative;
}

.featured-blog-layout-custom__item {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
}

.featured-blog-layout-custom__item + .featured-blog-layout-custom__item {
  padding-top: 40px;
}

.featured-blog {
  position: relative;
}

.featured-blog--small {
  margin-bottom: 30px;
}

.featured-blog--small .featured-blog__content {
  padding-top: 0;
}

.featured-blog--small .featured-blog__excerpt {
  margin-bottom: 0;
}

.featured-blog__image,
.featured-blog__link {
  display: block;
  position: relative;
}

.featured-blog__link:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 75%;
}

.featured-blog__link img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-blog__content {
  z-index: 5;
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 0;
}

.featured-blog__title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 5px;
  color: #191919;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
}

.featured-blog__meta {
  margin: 0 0 5px;
}

.featured-blog__meta--item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 16px;
  color: #787878;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
}

.featured-blog__meta--item + .featured-blog__meta--item:before {
  content: "-";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  color: inherit;
}

.featured-blog__excerpt {
  margin-top: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.featured-blog__excerpt span {
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.featured-blog__button .btn,
.featured-blog__button
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .featured-blog__button
  .shopify-payment-button__button--unbranded {
  min-width: 120px;
}

.featured-blog-viewAll {
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: under;
}

.article__meta {
  color: #acacac;
}

.swatch {
  font-size: 0;
  margin-bottom: 0;
}

.swatch .form-label {
  font-weight: 400;
  font-size: 16px;
}

.swatch .form-label span {
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.swatch input[type="checkbox"],
.swatch input[type="radio"] {
  display: none;
}

.swatch .soldout {
  opacity: 0.7;
  pointer-events: all;
  cursor: pointer !important;
}

.swatch .swatch-element {
  display: inline-block;
  margin: 0 7px 7px 0;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  font-size: 16px;
}

.swatch .swatch-element label {
  margin: 0;
  height: 34px;
  min-width: 34px;
  line-height: 34px;
  padding: 0 8px;
  color: #323232;
  cursor: pointer;
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swatch .swatch-element label:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 17px;
  border: 3px solid #dadada;
  background-color: #fff0;
}

.swatch .swatch-element input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.swatch .swatch-element.color label:after {
  opacity: 1;
  visibility: visible;
  border: 3px solid #fff;
}

.swatch .swatch-element.color label {
  font-size: 0;
  padding: 0;
  width: 34px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.swatch .swatch-element.color label img {
  width: 100%;
  height: calc(100% - 4px);
  border-radius: 50%;
  object-fit: contain;
}

.swatch .swatch-element.color input:checked + label:after {
  border: 3px solid #dadada;
}

.swatch .swatch-element.soldout label {
  cursor: pointer;
}

.swatch .swatch-element.soldout label:before {
  content: "";
  top: 16px;
  left: -7px;
  height: 1px;
  opacity: 1;
  z-index: 5;
  border: none;
  position: absolute;
  visibility: visible;
  width: calc(140% - 1px);
  background-color: #ecab9c;
  transform: rotate(-45deg);
}

.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product__meta--item label {
  color: #191919;
  font-family: "Helvetica", sans-serif;
}

.product__countdown .countdown,
.product__price .product-card__price .price-item {
  color: #191919;
}

.product__price .product-card__price.price--on-sale .price-item--regular {
  color: #969696;
}

.product__price .product-card__price.price--on-sale .price-item--sale {
  color: #e13f3f;
}

.product__customers-view label,
.product__terms-conditions {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #787878;
  font-size: 16px;
}

.product__terms-conditions {
  margin-bottom: 20px;
  max-width: 100%;
}

.product__terms-conditions:before {
  content: "";
  left: 22px;
  bottom: 2px;
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.3s ease;
  background-color: #000;
}

.product__terms-conditions .title {
  position: relative;
  font-weight: 400;
  line-height: 22px;
  font-family: "Helvetica", sans-serif;
  text-transform: none;
  color: #787878;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.product__terms-conditions .title:before {
  top: 3px;
  border-radius: 0;
  margin-right: 3px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
  content: "";
  transition: all 0.3s ease;
}

.product__terms-conditions .title:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  height: 14px;
  width: 14px;
  left: 1px;
  top: 3px;
  opacity: 0;
  transform: scale(0);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 1)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #333;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.product__terms-conditions input[type="checkbox"] {
  min-height: 0;
  display: inline;
  line-height: 22px;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: none;
}

.product__terms-conditions input[type="checkbox"]:checked + .title:after {
  opacity: 1;
  transform: scale(1);
}

.product__terms-conditions:hover .title {
  color: #000;
}

.product__terms-conditions:hover:before {
  width: calc(100% - 22px);
}

.product-single__photos .product-single__media iframe,
.product-single__photos .product-single__media model-viewer,
.product-single__photos .product-single__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-single__photos .product-single__media video + .zoomImg {
  display: none !important;
}

.product-single__thumbnails .product-single__media {
  display: block;
  width: 100%;
  position: relative;
}

.product-single__thumbnails .product-single__media iframe,
.product-single__thumbnails .product-single__media img,
.product-single__thumbnails .product-single__media model-viewer,
.product-single__thumbnails .product-single__media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
}

.product-single__thumbnails
  .product-single__media
  .product-single__thumbnail--icon {
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px;
}

.product-single__thumbnails
  .product-single__media
  .product-single__thumbnail--icon
  svg {
  width: 100%;
  height: 100%;
}

.gdpr {
  font-size: 16px;
  padding: 15px;
  left: 0;
  bottom: 0;
  z-index: 11;
  right: auto;
  width: 100%;
  position: fixed;
  color: #787878;
  background-color: #fff;
  box-shadow: 0 0 10px #0000001a;
}

.gdpr--right {
  left: auto;
  right: 0;
}

.gdpr .rte {
  margin-bottom: 0;
  position: relative;
}

.gdpr .rte p {
  margin-bottom: 15px;
}

.gdpr .close {
  border-bottom: none !important;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
}

.someone-purchased-modal {
  left: 0;
  bottom: 0;
  z-index: 12;
  right: auto;
  position: fixed;
}

.someone-purchased-modal--right {
  left: auto;
  right: 0;
}

.gdpr + .someone-purchased-modal {
  bottom: 130px;
}

.product-notification {
  display: block;
  width: 100%;
  max-width: 470px;
  z-index: 10;
  opacity: 0;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  animation-duration: 1s;
  transition: all 1s ease;
  color: #787878;
  background: white;
  box-shadow: 0 0 10px #0000001a;
}

.product-notification.active {
  opacity: 1;
  visibility: visible;
}

.product-notification .close {
  top: 5px;
  right: 5px;
  font-size: 30px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  color: #787878;
}

.product-suggest {
  width: 100%;
  font-size: 0;
  vertical-align: top;
  display: inline-block;
}

.product-suggest .product-image {
  width: 80px;
  height: 100px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.product-suggest .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.product-suggest .column-right {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px 35px 10px 20px;
}

.product-suggest .text {
  margin-bottom: 0;
  display: inline;
  color: #787878;
}

.product-suggest .product-name {
  display: inline;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Helvetica", sans-serif;
  color: #191919;
}

.product-suggest .info-ago {
  margin-top: 8px;
  color: #787878;
}

.product-suggest .time-text {
  font-size: 0.875em;
}

.cart-edit-modal {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  min-height: 100px;
  max-height: 90vh;
  overflow-y: auto;
  max-width: 770px;
  position: relative;
  pointer-events: auto;
  font-size: 16px;
  color: #787878;
  background-color: #fff;
}

.cart-edit-modal .close {
  top: 5px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  color: #787878;
}

.cart-edit-modal form {
  min-width: 700px;
}

.cart-edit-modal .product-form__error-message-wrapper {
  margin: 0 0 15px;
  padding: 0 15px;
}

.cart-edit-option-selector option[disabled="disabled"] {
  opacity: 0.5;
}

.product-edit-wrapper {
  display: block;
  padding: 20px;
}

.product-edit {
  display: table;
}

.product-edit__content,
.product-edit__image {
  display: table-cell;
  vertical-align: middle;
}

.product-edit__image {
  width: 80px;
}

.product-edit__content {
  padding-left: 20px;
}

.product-edit-button .btn,
.product-edit-button
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .product-edit-button
  .shopify-payment-button__button--unbranded {
  width: 100%;
  display: block;
}

.product-edit-option table {
  margin-bottom: 20px;
}

.product-add-more {
  padding: 0 15px 20px;
}

[data-cart-edit-head] th {
  border: none;
  font-weight: 400;
  padding: 10px 7px;
  color: #787878;
  background-color: #f5f5f5;
}

[data-cart-edit-head] th:first-child {
  padding-left: 30px;
}

[data-cart-edit-body] tr {
  border-bottom: 1px solid #ebebeb;
}

[data-cart-edit-body] td {
  border: none;
  padding: 15px 7px;
}

[data-cart-edit-body] td:first-child {
  padding-left: 30px;
}

[data-cart-edit-body] .price-item {
  font-weight: 400;
}

.cart-edit__qty {
  position: relative;
  width: 150px;
  display: inline-block;
}

.cart-edit__qty [data-qtt-editcart] {
  border: none;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 0;
}

.cart-edit__qty .minus[data-qtt-editcart] {
  left: 0;
  border-right: 1px solid #cbcbcb;
}

.cart-edit__qty .plus[data-qtt-editcart] {
  right: 0;
  border-left: 1px solid #cbcbcb;
}

.cart-edit__qty [data-qtt-editcart] .icon {
  width: 100%;
  height: 100%;
  padding: 12px;
}

.cart-edit__qty .cart__qty-input {
  width: 150px;
  padding: 0 36px;
  border: 1px solid #cbcbcb;
}

.cart-edit__remove .cart__remove {
  margin: 0;
  font-size: 30px;
}

.cart-edit__remove .cart__remove a {
  top: -3px;
  border: none;
  text-decoration: none;
  position: relative;
}

.product-addmore-button {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  margin-left: 20px;
  color: #191919;
}

.product-addmore-button:before {
  top: 8px;
  content: "";
  width: 9px;
  height: 1px;
  right: calc(100% + 6px);
  display: block;
  position: absolute;
  background-color: #000;
}

.product-addmore-button:after {
  top: 50%;
  content: "";
  width: 1px;
  height: 9px;
  right: calc(100% + 10px);
  display: block;
  position: absolute;
  background-color: #000;
  transform: translateY(-50%);
}

.product-addmore-button:hover {
  color: #000;
}

.modal-newsletter {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  max-height: 90vh;
  overflow-y: auto;
  max-width: 930px;
  position: relative;
  pointer-events: auto;
  font-size: 16px;
  color: #787878;
  background-color: #fff;
  box-shadow: 0 0 2px 1px #0000001a;
}

.newsletter--content {
  width: 100%;
  padding: 30px 15px;
}

.modal-newsletter--full .newsletter--content {
  width: 100%;
}

.newsletter--image {
  display: none;
}

.newsletter--subheading {
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.newsletter--heading {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #191919;
  text-transform: none;
}

.newsletter--message {
  display: inline-block;
  margin-bottom: 0;
  color: #191919;
}

.newsletter--form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.newsletter--form .input-group {
  display: block;
}

.newsletter--form .newsletter__input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 15px;
  background-color: #fff;
  border-color: #191919;
}

.newsletter--form .btn,
.newsletter--form
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .newsletter--form
  .shopify-payment-button__button--unbranded {
  width: 100%;
  display: block;
  min-width: 120px;
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
}

.newsletter--content .social_list {
  margin-top: 20px;
}

.newsletter--content .social-icons .icon {
  color: #191919;
  fill: #191919;
}

.newsletter--showAgain {
  margin-top: 15px;
  line-height: 20px;
}

.newsletter--showAgain #dismiss {
  display: none;
}

.newsletter--showAgain #dismiss + label {
  font-weight: 400;
  padding-left: 23px;
  position: relative;
  color: #787878;
}

.newsletter--showAgain #dismiss + label:before {
  content: "";
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  position: absolute;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.newsletter--showAgain #dismiss + label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 2px;
  border: 2px solid #232323;
  border-top: none;
  border-right: none;
  background: rgba(255, 255, 255, 0);
  transform: rotate(-45deg);
  transition: all 0.1s;
}

.newsletter--showAgain #dismiss:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}

.newsletter--showAgain #dismiss:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.modal-newsletter .close {
  top: 5px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  font-size: 40px;
  line-height: 30px;
  position: absolute;
  color: #191919;
}

[data-section-type="newsletter"] {
  font-size: 0;
}

[data-section-type="newsletter"] .form-single-field {
  font-size: 16px;
}

[data-section-type="newsletter"] .input-group__field {
  border-color: #191919;
}

.before-you-leave__wrapper {
  overflow: auto;
  max-height: 100vh;
}

.before-you-leave__wrapper::-webkit-scrollbar-track {
  background-color: #fafafa;
}

.before-you-leave__wrapper::-webkit-scrollbar {
  width: 0;
  background-color: #fafafa;
}

.before-you-leave__wrapper::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
}

.before-you-leave__header {
  padding: 19px 20px;
}

.before-you-leave__header--text svg {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
}

.before-you-leave__bg {
  padding: 30px 20px 20px;
  color: #fff;
  position: relative;
  background-color: #989898;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.before-you-leave__bg .rte {
  z-index: 2;
  position: relative;
}

.before-you-leave__bg .rte,
.before-you-leave__bg a,
.before-you-leave__bg p {
  color: inherit;
}

.before-you-leave__img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.before-you-leave__bg .rte strong {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
}

.before-you-leave__bg .rte p:first-child strong {
  font-size: 32px;
  text-transform: none;
}

.before-you-leave__bg .rte a:not(.btn) {
  padding-bottom: 2px;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #fff;
}

.before-you-leave__bg .btn,
.before-you-leave__bg
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .before-you-leave__bg
  .shopify-payment-button__button--unbranded {
  width: 100%;
  z-index: 2;
  position: relative;
}

.before-you-leave__content--title {
  padding: 18px 20px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}

.before-you-leave__content--title .title {
  margin-bottom: 0;
}

.before-you-leave__content--title .count {
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  margin-left: 5px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background-color: #f08584;
  position: relative;
  top: -2px;
}

.before-you-leave__content--title .search:not(.open_search) .icon-search {
  display: block;
}

.before-you-leave__content--title .search:not(.open_search) .icon-close {
  display: none;
}

.before-you-leave__content--title .search.open_search .icon-search {
  display: none;
}

.before-you-leave__content--title .search.open_search .icon-close {
  display: block;
}

.before-you-leave__content--title .search-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
}

.before-you-leave__content--title .search-bar {
  width: 100%;
  color: #787878;
  background-color: #fff;
}

.before-you-leave__content--title .search-bar button {
  color: #787878;
}

.before-you-leave__content--title .search-bar input {
  color: #787878;
  background-color: #fff;
  width: calc(100% - 34px);
}

.before-you-leave__content--title .search-form__results {
  top: 100%;
  width: 100%;
}

.before-you-leave__content--product {
  z-index: 1;
  position: relative;
  padding: 20px 20px 50px;
}

.before-you-leave__content--product .product-card--2 .product-card__title {
  margin-bottom: 10px;
}

.before-you-leave__content--product .product-card--2 .product-card__btn {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #191919;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.before-you-leave__content--product .product-card__btn--plus > span:after,
.before-you-leave__content--product .product-card__btn--plus > span:before {
  background-color: #191919;
}

.before-you-leave__content--product .product-card--2 .product-card__btn:hover {
  color: #191919;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}

.before-you-leave__content--product .slick-slide > div {
  margin-bottom: 20px;
}

.before-you-leave__content--product .slick-arrow {
  top: auto;
  bottom: -34px;
  width: 30px;
  height: 30px;
  transform: none;
}

.before-you-leave__content--product .slick-prev {
  left: 15px;
}

.before-you-leave__content--product .slick-next {
  right: 15px;
}

.before-you-leave__button {
  display: block;
  padding-top: 30px;
}

.before-you-leave__button .btn,
.before-you-leave__button
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .before-you-leave__button
  .shopify-payment-button__button--unbranded {
  width: 100%;
}

.product-single {
  display: block;
  position: relative;
}

.product-single__photos {
  font-size: 0;
  width: 100%;
  display: block;
  margin-bottom: 50px;
  position: relative;
  padding-right: 0;
}

.product-single__photos .wrapper-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.product-single__photos .wrapper-image .product-single__photos--item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.product-single__photos .thumbnails-wrapper {
  width: 60px;
  padding: 0;
  display: none;
  vertical-align: top;
}

.product-single__photos > div {
  position: relative;
  font-size: 16px;
}

.product-single__details {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
}

.product-single__photo,
.product-thumbnails__photo {
  position: relative;
  overflow: hidden;
  display: block;
}

.product-single__photo:before,
.product-thumbnails__photo:before {
  content: "";
  display: block;
  position: relative;
  padding-top: var(--my-height-var);
}

.product-single__photo-image,
.product-thumbnails__photo-image {
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.product-single__photos-wrapper.slider:not(.slick-slider) {
  white-space: nowrap;
  overflow: hidden;
}

.product-single__photos-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

.product-single__photos--item {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}

.product-single__photos-wrapper,
.product-single__photos-wrapper.slick-dotted {
  margin-bottom: 0;
}

.product-single__photos-wrapper .slick-next {
  right: 24px;
}

.product-single__photos-wrapper .slick-prev {
  left: 24px;
}

.product-single__photos-wrapper .slick-next svg,
.product-single__photos-wrapper .slick-prev svg {
  color: #7b7b7b;
  fill: #7b7b7b;
  stroke: #7b7b7b;
}

.product-single__photos-wrapper .slick-dots {
  bottom: auto;
  position: relative;
}

.product-single__photos-wrapper .slick-dots li button {
  border-color: #bdbdbd;
  background-color: #bdbdbd;
}

.product-single__photos-wrapper .slick-dots li.slick-active button {
  border-color: #8f8f8f;
  background-color: transparent;
}

.product-single__thumbnails {
  margin: 0;
  font-size: 0;
  padding: 30px 0 38px;
  display: block;
  position: relative;
}

.product-single__thumbnails.arrows-disable {
  padding: 0;
  margin-top: -8px;
}

.product-single__thumbnails:not(.slick-slider) {
  white-space: nowrap;
  overflow: hidden;
}

.product-single__thumbnails .slick-next,
.product-single__thumbnails .slick-prev {
  opacity: 0.4;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  left: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%);
}

.product-single__thumbnails .slick-prev {
  top: 0;
}

.product-single__thumbnails .slick-next {
  bottom: 0;
  top: auto;
}

.product-single__thumbnails .slick-next svg,
.product-single__thumbnails .slick-prev svg {
  width: 100%;
  height: 100%;
}

.product-single__thumbnails-item {
  padding: 8px 0;
  width: 100%;
  display: block;
}

.product-single__thumbnails-item.slick-current .product-thumbnails__photo {
  opacity: 0.6;
}

.product-single__thumbnails-item.slick-current
  .product-thumbnails__photo:after {
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #000;
}

.product__title {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  text-transform: capitalize;
}

.product-single .spr-badge-starrating {
  margin-right: 8px;
}

.product__group {
  display: block;
  margin-bottom: 8px;
}

.product__group .spr-badge {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  pointer-events: auto;
}

.product__group .spr-badge + .product__sold {
  margin-left: 0;
  display: block;
  margin-top: 5px;
}

.product__sold {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #e13f3f;
}

.product__sold .icon {
  width: 17px;
  height: 17px;
  top: -1px;
  position: relative;
}

.product__meta {
  display: table;
  margin-bottom: 10px;
}

.product__meta--item {
  display: block;
  margin-bottom: 3px;
}

.product__meta--item label,
.product__meta--item span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  display: inline-block;
  color: #787878;
  font-weight: 400;
  text-transform: capitalize;
}

.product__meta--item span a {
  color: inherit;
}

.variant-inventory .out_of_stock {
  display: block;
  padding: 0;
}

.variant-inventory .many_in_stock {
  display: none;
  padding: 0;
}

.variant-inventory--true .out_of_stock {
  display: none;
}

.variant-inventory--true .many_in_stock {
  display: block;
}

.product__price {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.product__price .product-card__price .price-item {
  font-size: inherit;
  font-weight: inherit;
}

.product__countdown .countdown,
.product__countdown .countdown--label {
  display: inline-block;
  vertical-align: top;
}

.product__countdown .countdown--label {
  margin-right: 10px;
  text-decoration: underline;
  text-underline-position: under;
}

.product__countdown .countdown {
  font-size: 16px;
  font-weight: 500;
  text-transform: lowercase;
}

.product__countdown,
.product__policies,
.product__short-description {
  display: block;
  margin-bottom: 10px;
}

.product__total-price {
  margin-top: -5px;
  margin-bottom: 15px;
}

.product__total-price .label {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.product__total-price .price {
  display: inline-block;
  vertical-align: middle;
}

.product__customers-view {
  display: block;
  line-height: 20px;
  margin-top: 10px;
  white-space: nowrap;
}

.product__customers-view label,
.product__customers-view span,
.product__customers-view svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.product__customers-view svg {
  width: 18px;
  height: 20px;
}

.product__customers-view label {
  font-weight: 400;
  margin-bottom: 0;
}

.product__socialshare {
  display: block;
  margin-left: -8px;
}

.at-style-responsive .at-share-btn {
  padding: 3px 4px !important;
}

.at-resp-share-element .at-icon,
.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
}

.qty-group {
  display: inline-block;
  position: relative;
}

.qty-group input[data-quantity-input] {
  width: 110px;
  height: 40px;
  line-height: 1;
  border: 1px solid #cbcbcb;
  background-color: #fff;
}

.qty-group a {
  right: 10px;
  width: 14px;
  height: 10px;
  pointer-events: auto;
  line-height: 10px;
  position: absolute;
  border-bottom: none;
}

.qty-group a.plus {
  top: 9px;
}

.qty-group a.minus {
  bottom: 9px;
  top: auto;
}

.qty-group .icon {
  width: 14px;
  height: 14px;
  pointer-events: none;
  line-height: 10px;
  vertical-align: top;
}

.qty-group a.minus .icon {
  margin-top: -5px;
}

#product-quickview .close {
  top: 5px;
  right: 5px;
  z-index: 5;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  color: #787878;
}

#product-quickview .modal-body {
  overflow: hidden;
}

.product-quickview-template__container .product-single {
  padding: 0;
}

.product-quickview-template__container
  .product-single__photos-wrapper
  .slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.product-quickview-template__container .product-single__photos {
  padding: 15px;
  height: 735px;
  overflow: hidden;
}

.product-quickview-template__container .product-single__details {
  height: 735px;
  padding: 15px 15px 15px 0;
  overflow: auto;
}

.product-quickview-template__container .product-single__photos-wrapper {
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: top;
}

.product-quickview-template__container .thumbnails-wrapper {
  width: 85px;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
}

.product-quickview-template__container
  .product-single__details::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.product-quickview-template__container
  .product-single__details::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f4f4f4;
}

.product-quickview-template__container
  .product-single__details::-webkit-scrollbar-thumb {
  background-color: #000;
}

.product-quickview-template__container .product-single__details,
.product-quickview-template__container .product-single__photos {
  margin-bottom: 0;
}

.product-quickview-template__container .product-wrapper {
  padding: 0;
}

@-moz-document url-prefix() {
  .product-quickview-template__container .product-wrapper {
    margin-bottom: 15px;
  }
}

.product-quickview-template__container .product__title {
  font-size: 20px;
  padding-right: 0;
}

.product-quickview-template__container .product-form__item--submit {
  margin-bottom: 0;
  width: calc(100% - 125px);
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-quickview-template__container
  .product-form__item--submit
  .btn--addToCart {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 10px;
  position: relative;
  top: auto;
  left: auto;
}

.product-quickview-template__container
  .product-form__item--submit
  .btn--wishlist {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.flag {
  width: 30px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(/cdn/shop/t/69/assets/flags_responsive2.png?8373) !important;
  background-size: 100%;
  background-repeat: no-repeat;
}

.flag-eur {
  background-image: url(/cdn/shop/t/69/assets/flags_responsive3.png?8373) !important;
}

.translation-lab-language-switcher-container {
  float: none;
}

.translation-lab-language-switcher {
  display: inline-block;
  width: auto;
  border: none;
  margin: 0 0 0 8px;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0;
  text-transform: uppercase;
  background: 0 0;
}

.language-dropdown {
  display: block;
  position: relative;
}

.language-dropdown .dropdown-label {
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  background-color: transparent;
}

.language-dropdown .dropdown-label:after {
  content: none;
}

.language-dropdown .dropdown-label > .icon {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.language-dropdown .dropdown-label > .text {
  display: inline-block;
  vertical-align: middle;
}

.language-dropdown .dropdown-label .icon-arrow {
  width: 10px;
  height: 10px;
  margin-left: 7px;
  margin-right: 0;
}

.language-dropdown .dropdown-label .flag {
  margin-right: 7px;
}

.language-dropdown .dropdown-menu {
  width: 225px;
  margin: 17px 0 0;
  padding: 0 0 10px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0;
  height: 200px;
  overflow: auto;
  font-weight: 400;
  color: #787878;
  background-color: #fff;
}

.language-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.language-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f4f4f4;
}

.language-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000;
}

.language-dropdown .dropdown-menu .icon {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.language-dropdown .dropdown-menu .text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.language-dropdown .dropdown-menu .icon-arrow {
  display: none;
  width: 10px;
  height: 10px;
}

.language-dropdown .dropdown-item {
  width: 50%;
  padding: 0.5rem 1.5rem;
  font-size: 16px;
  color: #5a5a5a;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  text-transform: lowercase;
  background-color: transparent;
}

.language-dropdown .dropdown-divider {
  margin: 0 0 10px;
}

.language-dropdown .dropdown-item.dropdown-item--full {
  width: 100%;
  pointer-events: none;
  padding: 0.5rem 1.5rem;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #787878;
}

.language-dropdown .dropdown-item:nth-child(2n) {
  padding-left: 0;
}

.language-dropdown .dropdown-item:nth-child(2n + 1) {
  padding-right: 10px;
}

.language-dropdown .dropdown-item.active,
.language-dropdown .dropdown-item:active {
  color: #787878;
  background-color: #fff;
}

.language-dropdown .dropdown-item.active .text,
.language-dropdown .dropdown-item:active .text {
  text-decoration: underline;
  text-underline-position: under;
}

.currency-dropdown {
  display: block;
  position: relative;
}

.currency-dropdown .dropdown-label {
  padding: 0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #191919;
  background-color: transparent;
}

.currency-dropdown .dropdown-label:after {
  content: none;
}

.currency-dropdown .dropdown-label .icon {
  margin-left: 0;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.currency-dropdown .dropdown-label .text {
  display: inline-block;
  vertical-align: middle;
}

.currency-dropdown .dropdown-label .icon-arrow {
  width: 10px;
  height: 10px;
  margin-left: 7px;
  margin-right: 0;
}

.currency-dropdown .dropdown-label .flag {
  margin-right: 7px;
  display: none;
}

.currency-dropdown .dropdown-menu {
  width: 225px;
  margin: 17px 0 0;
  padding: 0 0 10px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0;
  height: 200px;
  overflow: auto;
  font-weight: 400;
  color: #787878;
  background-color: #fff;
}

.currency-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}

.currency-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f4f4f4;
}

.currency-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #000;
}

.currency-dropdown .dropdown-menu .icon {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}

.currency-dropdown .dropdown-menu .icon img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
}

.currency-dropdown .dropdown-menu .text {
  display: inline-block;
  vertical-align: middle;
}

.currency-dropdown .dropdown-menu .icon-arrow {
  display: none;
  width: 10px;
  height: 10px;
  margin: 0;
}

.currency-dropdown .dropdown-menu .flag {
  font-size: 0;
  margin-right: 7px;
}

.currency-dropdown .dropdown-item {
  width: 50%;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  vertical-align: top;
  display: inline-block;
  white-space: nowrap;
  color: #787878;
  background-color: transparent;
}

.currency-dropdown .dropdown-divider {
  margin: 0 0 10px;
}

.currency-dropdown .dropdown-item.dropdown-item--full {
  width: 100%;
  pointer-events: none;
  padding: 0.5rem 1.5rem;
  background-color: #f3f3f3;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #787878;
}

.currency-dropdown .dropdown-item:nth-child(2n) {
  padding-left: 0;
}

.currency-dropdown .dropdown-item:nth-child(2n + 1) {
  padding-right: 10px;
}

.currency-dropdown .dropdown-item.active,
.currency-dropdown .dropdown-item:active {
  color: #787878;
  background-color: #fff;
}

.currency-dropdown .dropdown-item.active .text,
.currency-dropdown .dropdown-item:active .text {
  text-decoration: underline;
  text-underline-position: under;
}

.lst-seen-widget {
  position: fixed;
  top: 50%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 100;
  user-select: none;
  color: #191919;
  background: #fff;
  border-radius: 0;
  transition: right 0.5s ease 0s;
  transform: translateY(-50%);
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.lst-seen-widget.is-show-widget {
  right: 3px;
}

.lst-seen-widget:before {
  width: 10px;
  height: 30px;
  content: "";
  top: 0;
  left: -1px;
  z-index: 1;
  position: absolute;
  background: #fff;
}

.lst-seen-widget .bottom,
.lst-seen-widget .collapse-icon,
.lst-seen-widget .in-content .no-products,
.lst-seen-widget .top,
.wrap-icons div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lst-seen-widget .in-content .no-products > img,
.lst-seen-widget .in-content .no-products > svg {
  opacity: 0.1;
}

.lst-seen-widget .collapse-icon {
  top: -1px;
  width: 30px;
  height: 30px;
  left: -30px;
  cursor: pointer;
  position: absolute;
  background: #fff;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.lst-seen-widget .collapse-icon svg {
  width: 14px;
  height: 14px;
  fill: #191919;
  color: #191919;
}

.lst-seen-widget .top {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.25s ease 0s;
}

.lst-seen-widget.slided-up .top {
  opacity: 1;
  height: 50px;
  visibility: visible;
  transform: translateY(0);
}

.lst-seen-widget.slided-up .top svg {
  width: 25px;
  height: 25px;
  fill: #191919;
  color: #191919;
}

.lst-seen-widget.slided-up .top .countPill {
  color: #fff;
  background-color: #000;
}

.lst-seen-widget .in-content {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.lst-seen-widget .no-products {
  display: block;
}

.lst-seen-widget .no-products .icon {
  width: 46px;
  height: 46px;
  opacity: 0.4;
}

.lst-seen-widget.slided-up .in-content {
  border-radius: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.lst-seen-widget .in-content .title {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  position: relative;
  text-transform: capitalize;
}

.lst-seen-widget .in-content.hide + .bottom {
  border-top: none;
}

.lst-seen-widget .bottom {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transform: translateY(-40px);
  transition: all 0.3s ease 0s;
  fill: #191919;
  color: #191919;
}

.lst-seen-widget.slided-up .bottom {
  opacity: 1;
  height: 40px;
  visibility: visible;
  transform: translateY(0);
}

.lst-seen-widget .bottom div {
  font-size: 14px;
  margin-left: 4px;
  text-transform: capitalize;
}

.lst-seen-widget .bottom svg {
  width: 18px;
  height: 14px;
  transform: rotate(-90deg);
}

.wrap-icons {
  width: 40px;
  height: auto;
  position: fixed;
  top: 50%;
  right: -50px;
  z-index: 100;
  background: #fff;
  transform: translateY(-50%);
  transition: right 0.5s ease 0s;
  box-shadow: 0 0 2px 1px #0000001a;
}

.wrap-icons.collapsed {
  right: 0;
}

.wrap-icons div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #191919;
}

.wrap-icons div + div {
  border-top: 1px solid #e7e7e7;
}

.wrap-icons svg {
  width: 20px;
  height: 20px;
  fill: #191919;
}

.wrap-icons .backtoTop svg {
  width: 18px;
  height: 14px;
  transform: rotate(-90deg);
}

.product-recently-viewed {
  display: block;
  position: relative;
}

.product-recently-viewed .recent_item_url {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}

.product-recently-viewed .second-info {
  display: none;
  height: 0;
}

.product-recently-viewed-content .product-card__title {
  margin: 0 0 5px;
}

.product-recently-viewed-content .product-card__title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-recently-viewed-content .product-card__price {
  margin: 0 0 10px;
}

.product-recently-viewed-content .product-card__button {
  display: block;
  bottom: auto;
  position: relative;
}

.product-recently-viewed-content .product-card__btn {
  max-width: 140px;
  padding: 5px 10px 4px;
}

.products-vertical-slider {
  position: relative;
  display: block;
  padding: 0;
}

.products-vertical-slider .item {
  padding: 10px 0;
}

.products-vertical-slider.has-arrows {
  padding-top: 15px;
  padding-bottom: 15px;
}

.products-vertical-slider .slick-prev {
  left: 50%;
  top: 0;
  width: 15px;
  height: 15px;
  transform: translate(-50%);
}

.products-vertical-slider .slick-next {
  left: 50%;
  top: auto;
  width: 15px;
  height: 15px;
  right: auto;
  bottom: 0;
  transform: translate(-50%);
}

.products-vertical-slider .product-info {
  position: absolute;
  right: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  display: flex;
  z-index: -1;
  padding: 0;
  pointer-events: none;
  transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
}

.products-vertical-slider:hover .product-info {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.products-vertical-slider .product-info .first {
  width: 200px;
  border-radius: 3px 0 0 3px;
  padding: 10px 15px 15px;
  background: #fff;
  box-shadow: -2px 0 2px 1px #0000001a;
}

@media (min-width: 370px) {
  .header-mobile__item .item__mobile + .item__mobile {
    margin-left: 20px;
  }
  .halo-row .featured-blog,
  [data-slick-pc] .featured-blog {
    width: 300px;
  }
}

@media (min-width: 551px) {
  .halo-column.column-10 .halo-column__item,
  .halo-column.column-2 .halo-column__item,
  .halo-column.column-3 .halo-column__item,
  .halo-column.column-4 .halo-column__item,
  .halo-column.column-5 .halo-column__item,
  .halo-column.column-6 .halo-column__item,
  .halo-column.column-7 .halo-column__item,
  .halo-column.column-8 .halo-column__item,
  .halo-column.column-9 .halo-column__item {
    width: 50%;
  }
  .halo-column__item--full {
    width: 100% !important;
  }
  .gdpr {
    font-size: 16px;
    left: 15px;
    bottom: 15px;
    right: auto;
    max-width: 470px;
  }
  .gdpr--right {
    left: 15px;
    right: auto;
  }
  .someone-purchased-modal {
    bottom: 15px;
    left: 15px;
    right: auto;
  }
  .someone-purchased-modal--right {
    left: 15px;
    right: auto;
  }
  .gdpr + .someone-purchased-modal {
    bottom: 160px;
  }
  .product-suggest {
    width: 100%;
  }
  .product-suggest .product-image {
    width: 100px;
    height: 125px;
  }
  .product-suggest .column-right {
    width: calc(100% - 100px);
    padding: 10px 45px 10px 20px;
  }
  .product-notification .close {
    top: 10px;
    right: 10px;
  }
  .halo-row .featured-blog,
  [data-slick-pc] .featured-blog {
    width: 370px;
  }
  .instagram__item {
    width: 33.33333333%;
  }
  .sidebar_mobile > .icon {
    width: 40px;
    height: 40px;
  }
  .cart-quickview__footer .cart__submit-controls .btn,
  .cart-quickview__footer
    .cart__submit-controls
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .cart-quickview__footer
    .cart__submit-controls
    .shopify-payment-button__button--unbranded {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
  .cart-quickview__footer .cart__submit-controls .cart__submit {
    margin-left: 0;
    margin-right: 15px;
  }
  .cart-quickview__table .cart__image-wrapper {
    width: 90px;
  }
  .cart-quickview__table .cart__content-wrapper {
    width: calc(100% - 90px);
  }
  .newsletter--content {
    padding: 30px;
  }
  .newsletter--heading {
    font-size: 24px;
    margin: 0 0 15px;
  }
  .newsletter--form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .lst-seen-widget.is-show-widget {
    right: 15px;
  }
  .hero__countdownWrapper,
  .slideshow__countdownWrapper {
    font-size: 16px;
  }
  .hero__image--background,
  .slideshow__image--background {
    width: 100%;
    height: auto;
  }
  .hero__image--backgroundMobile,
  .slideshow__image--backgroundMobile {
    display: none;
  }
  .hero__image--backgroundMobile + .hero__image--background,
  .slideshow__image--backgroundMobile + .slideshow__image--background {
    display: block;
  }
  .hero--small .hero__image,
  .slideshow--small .slideshow__image {
    height: 240px;
  }
  .hero--medium .hero__image,
  .slideshow--medium .slideshow__image {
    height: 290px;
  }
  .hero--large .hero__image,
  .slideshow--large .slideshow__image {
    height: 360px;
  }
  [data-section-type="icon-with-text"]
    .slick-slider
    .slick-slide
    .halo-row__item {
    border-left: 1px solid #ebebeb;
  }
  [data-section-type="icon-with-text"]
    .slick-slider
    .slick-slide:first-child
    .halo-row__item {
    border-left: none;
  }
  .product__group .spr-badge + .product__sold {
    margin-left: 25px;
    display: inline-block;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .padding-top-50,
  .padding-top-60,
  .padding-top-70 {
    padding-top: 50px;
  }
  .padding-bottom-50,
  .padding-bottom-60,
  .padding-bottom-70 {
    padding-bottom: 50px;
  }
  .padding-top-100,
  .padding-top-80,
  .padding-top-90 {
    padding-top: 60px;
  }
  .padding-bottom-100,
  .padding-bottom-80,
  .padding-bottom-90 {
    padding-bottom: 60px;
  }
  .halo-column.column-10 .halo-column__item,
  .halo-column.column-3 .halo-column__item,
  .halo-column.column-4 .halo-column__item,
  .halo-column.column-5 .halo-column__item,
  .halo-column.column-6 .halo-column__item,
  .halo-column.column-7 .halo-column__item,
  .halo-column.column-8 .halo-column__item,
  .halo-column.column-9 .halo-column__item {
    width: 33.3333333%;
  }
  .hero__text,
  .slideshow__text {
    margin-bottom: 20px;
  }
  .slideshow__button {
    display: inline-block;
  }
  .hero__countdown--item .num {
    font-size: 30px;
  }
  .hero__countdown--item .label {
    font-size: 14px;
  }
  .hero__popup .close {
    right: -40px;
    color: #fff;
    font-size: 40px;
  }
  .hero--2 .hero__image {
    display: flex;
    justify-content: space-between;
  }
  .hero--2 .hero__image_item {
    display: inline-block;
    width: 50%;
  }
  .hero--2 .hero__image_item + .hero__image_item {
    margin-top: 0;
    margin-left: 10px;
  }
  .halo-column-image-with-text__item {
    width: 50%;
    margin-top: 30px;
  }
  .halo-column-image-with-text__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .image-with-text {
    max-width: none;
  }
  .image-with-text--custom {
    display: flex;
    flex-direction: column-reverse;
  }
  .image-with-text--custom .image-with-text__content {
    padding: 15px 15px 20px;
  }
  .halo-column-image-with-text-overlay {
    overflow: visible;
    white-space: normal;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .halo-column-image-with-text-overlay__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-column-image-with-text-overlay__item .image-with-text-overlay {
    display: block;
    margin: 30px 0 0;
  }
  .halo-column-image-with-text-overlay__item
    .image-with-text-overlay:first-child {
    margin: 0;
  }
  .image-with-text-overlay {
    width: 100%;
    display: block;
  }
  .image-with-text-overlay__image:before {
    content: none;
  }
  .image-with-text-overlay__image > img {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    transform: none;
  }
  .image-with-text-overlay__image > .placeholder-svg {
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
    transform: none;
  }
  .featured-blog-layout-custom {
    margin-left: -15px;
    margin-right: -15px;
  }
  .featured-blog-layout-custom__item {
    width: 50%;
    padding: 0 15px;
  }
  .featured-blog-layout-custom__item + .featured-blog-layout-custom__item {
    padding-top: 0;
  }
  .footer-row__item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
  .footer-row__item--large {
    width: 100%;
  }
  .footer-row__item--small {
    width: 25%;
  }
  .footer-row__item--mobile .footer-heading {
    border: none;
  }
  .footer-list a:before {
    content: "";
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 0;
    position: absolute;
    transition: all 0.3s ease;
  }
  .footer-logo .social-icons {
    margin-top: 30px;
  }
  .search-form__product .product-card {
    width: 220px;
    max-width: none;
  }
  .image-with-text-2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .image-with-text-2__content,
  .image-with-text-2__image {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }
  .image-with-text-2__image:before {
    content: none;
  }
  .image-with-text-2__content {
    padding: 60px 30px;
  }
  .product__title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .halo-column.column-10 .halo-column__item,
  .halo-column.column-5 .halo-column__item,
  .halo-column.column-6 .halo-column__item,
  .halo-column.column-7 .halo-column__item,
  .halo-column.column-8 .halo-column__item,
  .halo-column.column-9 .halo-column__item {
    width: 25%;
  }
  .site-footer__top {
    padding: 30px 0;
    text-align: center;
  }
  .gdpr {
    font-size: 16px;
    left: 15px;
    bottom: 15px;
    right: auto;
    max-width: 270px;
  }
  .gdpr--right {
    left: auto;
    right: 15px;
  }
  .someone-purchased-modal {
    bottom: 15px;
    left: 15px;
    right: auto;
  }
  .someone-purchased-modal--right {
    left: auto;
    right: 15px;
  }
  .gdpr.gdpr--right + .someone-purchased-modal {
    bottom: 15px;
  }
  .gdpr.gdpr--right + .someone-purchased-modal.someone-purchased-modal--right,
  .gdpr:not(.gdpr--right)
    + .someone-purchased-modal:not(.someone-purchased-modal--right) {
    bottom: 160px;
  }
  .slideshow.slick-dotted {
    margin-bottom: 0 !important;
  }
  .slideshow .slick-dots {
    bottom: 30px;
    position: absolute;
  }
  .hero--small .hero__image,
  .slideshow--small .slideshow__image {
    height: 265px;
  }
  .hero--medium .hero__image,
  .slideshow--medium .slideshow__image {
    height: 385px;
  }
  .hero--large .hero__image,
  .slideshow--large .slideshow__image {
    height: 480px;
  }
  .slideshow__content {
    top: 50%;
    padding: 0;
    z-index: 3;
    position: absolute;
    transform: translateY(-50%);
  }
  .hero__countdownWrapper,
  .hero__text,
  .slideshow__text {
    margin-bottom: 30px;
  }
  .hero__content.content--left,
  .hero__content.content--middle,
  .hero__content.content--right,
  .slideshow__content.content--left,
  .slideshow__content.content--middle,
  .slideshow__content.content--right {
    max-width: 450px;
  }
  .hero--2 .hero__image {
    display: flex;
    justify-content: space-between;
  }
  .hero--2 .hero__image_item {
    display: inline-block;
  }
  .hero--2 .hero__image_item + .hero__image_item {
    margin-top: 0;
    margin-left: 10px;
  }
  .hero--2 .hero__content.content--left,
  .hero--2 .hero__content.content--middle,
  .hero--2 .hero__content.content--right {
    max-width: 500px;
  }
  .modal-newsletter {
    display: flex;
    align-items: stretch;
  }
  .newsletter--content {
    width: 50%;
    padding: 50px 30px;
  }
  .newsletter--image {
    width: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-size: cover;
    background-position: center;
  }
  .modal-newsletter .close {
    color: #fff;
  }
  .product-single {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product-single__photos {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
  }
  .product-single__details {
    width: 42%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
  }
  .product-single__photos .wrapper-image {
    position: relative;
    display: inline-block;
    width: calc(100% - 85px);
  }
  .product-single__photos .thumbnails-wrapper {
    width: 85px;
    padding-left: 15px;
    display: inline-block;
  }
  .product-quickview-template__container .product-single__photos {
    padding: 30px;
  }
  .product-quickview-template__container .product-single__details {
    padding: 30px 30px 30px 0;
  }
  @-moz-document url-prefix() {
    .product-quickview-template__container .product-wrapper {
      margin-bottom: 30px;
    }
  }
  .product-quickview-template__container
    .product-single__photos
    .product_badges {
    left: 30px;
    top: 45px;
  }
}

@media (min-width: 1025px) {
  .padding-top-40 {
    padding-top: 40px;
  }
  .padding-bottom-40 {
    padding-bottom: 40px;
  }
  .padding-top-50 {
    padding-top: 50px;
  }
  .padding-bottom-50 {
    padding-bottom: 50px;
  }
  .padding-top-60 {
    padding-top: 60px;
  }
  .padding-bottom-60 {
    padding-bottom: 60px;
  }
  .padding-top-70 {
    padding-top: 70px;
  }
  .padding-bottom-70 {
    padding-bottom: 70px;
  }
  .padding-top-80 {
    padding-top: 80px;
  }
  .padding-bottom-80 {
    padding-bottom: 80px;
  }
  .padding-top-90 {
    padding-top: 90px;
  }
  .padding-bottom-90 {
    padding-bottom: 90px;
  }
  .padding-top-100 {
    padding-top: 100px;
  }
  .padding-bottom-100 {
    padding-bottom: 100px;
  }
  .halo-row[data-slick-pc],
  .halo-row[data-slick] {
    overflow: hidden;
  }
  .halo-row,
  .halo-row.slick-slider {
    width: auto;
    padding: 0;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    overflow: visible;
  }
  [data-section-type="product-list"] .halo-row {
    padding: 0;
  }
  [data-section-type="product-list"] .slick-prev {
    left: 15px;
  }
  [data-section-type="product-list"] .slick-next {
    right: 15px;
  }
  .halo-row.slick-slider .halo-row__item,
  .halo-row__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-row__item--full,
  .halo-row.column-1 .halo-row__item {
    width: 100%;
  }
  .halo-row.column-2 .halo-row__item {
    width: 50%;
  }
  .halo-row.column-3 .halo-row__item {
    width: 33.3333333%;
  }
  .halo-row.column-4 .halo-row__item {
    width: 25%;
  }
  .halo-row.column-5 .halo-row__item {
    width: 20%;
  }
  .halo-row.column-6 .halo-row__item {
    width: 16.6666666%;
  }
  .halo-row.column-7 .halo-row__item {
    width: 14.2857142%;
  }
  .halo-row.column-8 .halo-row__item {
    width: 12.5%;
  }
  .halo-row.column-9 .halo-row__item {
    width: 11.1111111%;
  }
  .halo-row.column-10 .halo-row__item {
    width: 10%;
  }
  /*     .halo-column {
        margin: 0 -15px
    } */
  .halo-column__item {
    padding: 0 2px;
    /*         margin: 30px 0 0 */
  }
  .halo-column.column-1 .halo-column__item {
    width: 100%;
  }
  .halo-column.column-1 .halo-column__item:first-child {
    margin-top: 0;
  }
  .halo-column.column-2 .halo-column__item {
    width: 50%;
  }
  .halo-column.column-2 .halo-column__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .halo-column.column-3 .halo-column__item {
    width: 33.3333333%;
  }
  .halo-column.column-3 .halo-column__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .halo-column.column-4 .halo-column__item {
    width: 25%;
  }
  .halo-column.column-4 .halo-column__item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .halo-column.column-5 .halo-column__item {
    width: 20%;
  }
  .halo-column.column-5 .halo-column__item:nth-child(-n + 5) {
    margin-top: 0;
  }
  .halo-column.column-6 .halo-column__item {
    width: 16.6666666%;
  }
  .halo-column.column-6 .halo-column__item:nth-child(-n + 6) {
    margin-top: 0;
  }
  .halo-column.column-7 .halo-column__item {
    width: 14.2857142%;
  }
  .halo-column.column-7 .halo-column__item:nth-child(-n + 7) {
    margin-top: 0;
  }
  .halo-column.column-8 .halo-column__item {
    width: 12.5%;
  }
  .halo-column.column-8 .halo-column__item:nth-child(-n + 8) {
    margin-top: 0;
  }
  .halo-column.column-9 .halo-column__item {
    width: 11.1111111%;
  }
  .halo-column.column-9 .halo-column__item:nth-child(-n + 9) {
    margin-top: 0;
  }
  .halo-column.column-10 .halo-column__item {
    width: 10%;
  }
  .halo-column.column-10 .halo-column__item:nth-child(-n + 10) {
    margin-top: 0;
  }
  .page {
    padding-bottom: 100px;
    display: block;
  }
  .page-search {
    min-height: calc(100vh - 175px);
  }
  .page-sidebar {
    top: auto;
    left: auto;
    z-index: 5;
    float: left;
    width: 290px;
    display: inline-block;
    box-shadow: none;
    position: relative;
    background-color: transparent;
    max-width: none;
  }
  .page-sidebar + .page-content {
    padding-left: 30px;
    width: calc(100% - 290px);
  }
  .page-sidebar__close {
    display: none;
  }
  .page-sidebar__content {
    padding: 0;
    overflow: visible;
  }
  .collection-list__action:before {
    width: 0;
    content: "";
    height: 1px;
    left: 0;
    top: calc(50% - 1px);
    position: absolute;
    display: inline-block;
    transition: all 0.3s ease;
  }
  .collection-list__action:hover {
    padding-left: 20px;
  }
  .collection-list__action:hover:before {
    width: 16px;
  }
  .header-sticky.is-sticky,
  .site-header {
    z-index: 99;
  }
  .header-PC {
    display: block;
  }
  .header-mobile {
    display: none;
  }
  .header-sticky.is-sticky {
    box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000001a;
  }
  .login-form {
    left: 50%;
    right: auto;
    width: 290px;
    display: none;
    position: absolute;
    top: calc(100% + 16px);
    transform: translate(-50%);
    box-shadow: 0 0 2px #0000001a;
  }
  .login-form__header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .login-form__close {
    right: 30px;
  }
  .login-form__content {
    padding: 30px;
  }
  .login-form__form .form-field {
    margin-bottom: 25px;
  }
  .login-form__close[data-close-login-form-pc] {
    display: block;
  }
  .login-form__close[data-close-login-form] {
    display: none;
  }
  .announcement-bar__slide {
    max-width: 770px;
  }
  .announcement-bar__message {
    font-size: 16px;
  }
  .announcement-bar__item {
    padding: 17px 15px 14px;
  }
  .search-form__product-title,
  .search-form__trending-title {
    margin-bottom: 30px;
  }
  .search-form-wrapper .search-form {
    top: 17%;
  }
  .search-form-wrapper.custom .search-form {
    top: 15%;
  }
  .search-form__results-wrapper {
    max-height: calc(100vh - 200px);
  }
  .search-bar {
    height: 50px;
  }
  .search-bar input {
    height: 50px;
    width: calc(100% - 50px);
  }
  .search-bar button {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .search-form--close {
    display: block;
  }
  .site-nav .menu-lv-1--last .no-mega-menu .menu-lv-1 > .nav-action a,
  .site-nav .no-mega-menu .menu-lv-2 > .nav-action a,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action a,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action span.text {
    padding-left: 0;
    transition: all 0.3s ease;
  }
  .site-nav .menu-lv-1--last .menu-lv-1 > .nav-action a:before,
  .site-nav .no-mega-menu .menu-lv-2 > .nav-action a:before,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action a:before,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action span.text:before {
    bottom: 50%;
  }
  .site-nav
    .menu-lv-1--last
    .no-mega-menu
    .menu-lv-1
    > .nav-action:hover
    a:before,
  .site-nav .no-mega-menu .menu-lv-2 > .nav-action:hover a:before,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action:hover a:before,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action:hover span.text:before {
    width: 20px;
  }
  .site-nav .menu-lv-1--last .no-mega-menu .menu-lv-1 > .nav-action:hover a,
  .site-nav .no-mega-menu .menu-lv-2 > .nav-action:hover a,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action:hover a,
  .site-nav .no-mega-menu .menu-lv-3 > .nav-action:hover span.text {
    padding-left: 28px;
  }
  .site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-left {
    padding: 30px;
  }
  .site-nav .mega-menu.style_2 .menu-lv-2 > .nav-action,
  .site-nav .mega-menu.style_2 .menu-lv-3 > .nav-action {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-sticky {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
  }
  .footer-logo .social-icons {
    margin-top: 50px;
  }
  .footer-row {
    width: auto;
    min-width: 100%;
    margin: 0 -15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: space-between;
  }
  .footer-row__item {
    padding: 0 15px;
    width: 20%;
    margin-bottom: 0;
  }
  .footer-row__item:last-child {
    text-align: right;
  }
  .footer-row__item:first-child {
    text-align: left;
  }
  .footer-row__item--large {
    width: 40%;
  }
  .footer-row__item--small {
    width: 13.33333333%;
  }
  .footer-list a:before {
    content: "";
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    position: absolute;
    transition: all 0.3s ease;
  }
  .footer-list a:hover:before {
    width: 100%;
  }
  .footer-about_us .footer-list {
    max-width: 320px;
  }
  .site-footer__bottom {
    padding: 30px 0 45px;
  }
  .site-footer__bottom .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .site-footer__bottom__item {
    width: 33.33333333%;
  }
  .site-footer__bottom__item:nth-child(1) {
    text-align: left;
  }
  .site-footer__bottom__item:nth-child(2) {
    text-align: center;
  }
  .site-footer__bottom__item:nth-child(3) {
    text-align: right;
  }
  .payment-methods--item {
    margin-bottom: 0;
  }
  .payment-methods--item + .payment-methods--item {
    margin-left: 15px;
  }
  .newsletter--form .newsletter__input,
  .newsletter--form .btn,
  .newsletter--form
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .newsletter--form
    .shopify-payment-button__button--unbranded {
    height: 50px;
    line-height: 50px;
  }
  .footer--language--currency {
    display: block;
  }
  .hero--small .hero__image,
  .slideshow--small .slideshow__image {
    height: 400px;
  }
  .hero--medium .hero__image,
  .slideshow--medium .slideshow__image {
    height: 550px;
  }
  .hero--large .hero__image {
    height: 720px;
  }
  .hero__subheading,
  .slideshow__subheading {
    font-size: 18px;
  }
  .hero__text,
  .slideshow__text {
    font-size: 16px;
    font-weight: 500;
  }
  .hero__heading,
  .hero__subheading,
  .slideshow__heading,
  .slideshow__subheading {
    margin-bottom: 20px;
  }
  .hero__countdownWrapper,
  .hero__text,
  .slideshow__countdownWrapper,
  .slideshow__text {
    margin-bottom: 35px;
  }
  .slideshow .slick-arrow {
    z-index: 5;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: block !important;
  }
  .slideshow .slick-arrow svg {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    display: inline-block;
  }
  .slideshow .slick-prev {
    left: 5%;
  }
  .slideshow .slick-next {
    right: 5%;
  }
  .slideshow .slick-arrow:hover,
  .slideshow:hover .slick-arrow:hover {
    opacity: 1;
  }
  .slideshow:hover .slick-arrow {
    opacity: 0.5;
    visibility: visible;
  }
  .hero__content.content--left,
  .slideshow__content.content--left {
    left: calc((100% - 1100px) / 2);
    max-width: 450px;
    text-align: left;
    transform: translateY(-50%);
  }
  .hero__content.content--right,
  .slideshow__content.content--right {
    right: calc((100% - 1100px) / 2);
    max-width: 450px;
    text-align: left;
    transform: translateY(-50%);
  }
  .hero__content.content--middle,
  .slideshow__content.content--middle {
    left: 50%;
    max-width: 550px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .hero__image--background,
  .slideshow__image--background {
    width: 100%;
    height: auto;
  }
  .hero__button {
    min-width: 165px;
  }
  .hero--2 .hero__content.content--left,
  .hero--2 .hero__content.content--middle,
  .hero--2 .hero__content.content--right {
    max-width: 570px;
    padding: 50px;
  }
  .halo-row .featured-blog,
  [data-slick-pc] .featured-blog {
    width: auto;
  }
  .featured-blog-layout-custom__item + .featured-blog-layout-custom__item {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .featured-blog.text-center .featured-blog__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .featured-blog__content {
    padding-top: 30px;
  }
  .featured-blog__title {
    margin: 0 0 7px;
    font-size: 20px;
  }
  .featured-blog__meta {
    margin: 0 0 7px;
  }
  .featured-blog__excerpt {
    margin-top: 25px;
    margin-bottom: 35px;
    overflow: visible;
    display: block;
  }
  .featured-blog__button .btn,
  .featured-blog__button
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .featured-blog__button
    .shopify-payment-button__button--unbranded {
    min-width: 200px;
  }
  .featured-blog__excerpt,
  .featured-blog__excerpt span {
    -webkit-line-clamp: 2;
  }
  .featured-blog--custom .featured-blog__content {
    background-color: #fff;
    padding: 30px 30px 0 0;
    margin-top: -20%;
    width: 78%;
  }
  .instagram {
    overflow: visible;
    white-space: normal;
  }
  .instagram__item {
    width: 20%;
    float: left;
  }
  .instagram__item:first-child {
    width: 40%;
  }
  .instagram-load-more {
    margin-top: 35px;
  }
  .instagram-load-more .icon {
    width: 40px;
    height: 40px;
  }
  [data-section-type="instagram-2"] .container {
    font-size: 0;
  }
  [data-section-type="instagram-2"] .section-header {
    margin-bottom: 0;
    width: 22%;
    vertical-align: top;
    display: inline-block;
    text-align: left !important;
  }
  [data-section-type="instagram-2"] .instagram-2 {
    width: 78%;
    vertical-align: top;
    display: inline-block;
  }
  .sidebar_mobile_wrapper {
    display: none;
    margin-bottom: 0;
  }
  .modal-lg {
    max-width: 970px;
  }
  .modal-newsletter {
    overflow: visible;
  }
  .newsletter--content {
    padding: 100px 75px 120px;
  }
  .newsletter--subheading {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .newsletter--heading {
    font-size: 32px;
    margin: 0 0 20px;
  }
  .newsletter--form {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .cart-quickview_header {
    padding: 16px 30px 14px;
  }
  .cart-quickview__close {
    display: none;
  }
  .cart-quickview_header .item {
    display: block;
    top: 50%;
    right: 30px;
    font-weight: 800;
    line-height: 22px;
    position: absolute;
    transform: translateY(-50%);
  }
  .cart-quickview__progress_bar .progress_bar_shipping,
  .cart-quickview__progress_bar .progress_bar_shipping_message {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cart-quickview__table .cart__image-wrapper {
    width: 100px;
  }
  .cart-quickview__table .cart__content-wrapper {
    width: calc(100% - 100px);
    padding: 0 35px 0 20px;
  }
  .cart-quickview__table .cart__remove {
    top: 0;
  }
  .cart-quickview_content {
    padding: 0 30px 30px;
  }
  .cart-quickview_product--header {
    margin-bottom: 40px;
  }
  .cart-quickview__table td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cart-quickview__table tr:first-child td {
    padding-top: 0;
  }
  .before-you-leave__header {
    padding: 19px 30px;
  }
  .before-you-leave__bg {
    padding: 40px 30px 30px;
  }
  .before-you-leave__bg .rte {
    padding-left: 20px;
    padding-right: 20px;
  }
  .before-you-leave__content--title {
    padding: 18px 30px;
  }
  .before-you-leave__content--product {
    padding: 30px 30px 50px;
  }
  .before-you-leave__content--product .slick-slide > div {
    margin-bottom: 30px;
  }
  .before-you-leave__button {
    padding-top: 50px;
  }
  .before-you-leave__content--product .product-card--2 .product-card__image {
    width: 120px;
  }
  .before-you-leave__content--product .product-card--2 .product-card__content {
    width: calc(100% - 120px);
  }
  .before-you-leave__content--product
    .product-card--2
    .product-card__variant--item
    label {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .before-you-leave__content--product
    .product-card--2
    .product-card__variant--item--last
    a {
    height: 22px;
    line-height: 22px;
  }
  .product-edit-wrapper {
    display: block;
    padding: 30px;
  }
  .search-form__product .product-card {
    width: 100%;
    max-width: none;
  }
  .product-single__photos .wrapper-image {
    position: relative;
    display: inline-block;
    width: calc(100% - 100px);
  }
  .product-single__photos .thumbnails-wrapper {
    width: 100px;
    padding-left: 30px;
  }
  .product-single__thumbnails:not(.slick-slider)
    .product-single__thumbnails-item {
    width: 100%;
    display: block;
  }
  .product-single__thumbnails .slick-next,
  .product-single__thumbnails .slick-prev {
    width: 30px;
    height: 30px;
  }
  .product__title {
    margin: 0;
  }
  .product__title--padding {
    padding-right: 80px;
  }
  .product__group {
    margin-bottom: 12px;
  }
  .product-form__item,
  .product__countdown,
  .product__meta,
  .product__policies,
  .product__price,
  .product__short-description {
    margin-bottom: 20px;
  }
  .product__customers-view {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
  }
  .product__total-price {
    margin-bottom: 25px;
  }
  .product-wrapper {
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
  }
  .swatch .swatch-element {
    margin: 0 10px 10px 0;
  }
  .lst-seen-widget.is-show-widget {
    right: 45px;
  }
  .qty-group input[data-quantity-input] {
    height: 44px;
  }
  #product-quickview .modal-dialog.modal-lg {
    max-width: 970px;
  }
  #product-quickview .modal-body {
    max-height: 620px;
  }
  .product-quickview-template__container .product-single__details,
  .product-quickview-template__container .product-single__photos {
    height: 620px;
  }
  .product-quickview-template__container .product-single__photos {
    width: 57%;
    padding: 30px;
  }
  .product-quickview-template__container .product-single__details {
    width: 43%;
    padding: 30px 30px 30px 0;
  }
  @-moz-document url-prefix() {
    .product-quickview-template__container .product-wrapper {
      margin-bottom: 30px;
    }
  }
  .product-quickview-template__container
    .product-single__photos
    .product_badges {
    left: 30px;
    top: 50px;
  }
  .product-quickview-template__container .product-single__photos-wrapper {
    width: calc(100% - 80px);
  }
  .product-quickview-template__container .thumbnails-wrapper {
    width: 80px;
    padding-left: 20px;
  }
  .image-with-text-2 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .image-with-text-2__content,
  .image-with-text-2__image {
    width: 50%;
    vertical-align: top;
    display: inline-block;
  }
  .image-with-text-2__image:before {
    content: none;
  }
  .image-with-text-2__content {
    display: block;
    padding: 1% 50px;
  }
  .image-with-text-2--right .image-with-text-2__content {
    order: -1;
  }
  .image-with-text-2__content .section-header > .subtitle {
    margin-bottom: 20px;
  }
  .image-with-text-2__content .section-header > p {
    margin-top: 25px;
  }
  .image-with-text-2__content .section-header > .btn,
  .image-with-text-2__content
    .shopify-payment-button
    .section-header
    > .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .image-with-text-2__content
    .section-header
    > .shopify-payment-button__button--unbranded {
    margin-top: 35px;
    min-width: 200px;
  }
  .gdpr {
    left: 30px;
    bottom: 30px;
  }
  .gdpr--right {
    left: auto;
    right: 30px;
  }
  .someone-purchased-modal {
    bottom: 30px;
    left: 30px;
    right: auto;
  }
  .someone-purchased-modal--right {
    left: auto;
    right: 30px;
  }
  .gdpr.gdpr--right + .someone-purchased-modal {
    bottom: 30px;
  }
  .gdpr.gdpr--right + .someone-purchased-modal.someone-purchased-modal--right,
  .gdpr:not(.gdpr--right)
    + .someone-purchased-modal:not(.someone-purchased-modal--right) {
    bottom: 200px;
  }
}

@media (min-width: 1280px) {
  [data-section-type="product-list"] .halo-column,
  [data-section-type="product-list"] .halo-row {
    padding-left: 90px;
    padding-right: 90px;
  }
  [data-section-type="product-list"] .slick-prev {
    left: 30px;
  }
  [data-section-type="product-list"] .slick-next {
    right: 30px;
  }
  .halo-column-image-with-text__item {
    margin-top: 50px;
  }
  .halo-column-image-with-text__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .halo-column-image-with-text__item:nth-child(even) {
    padding-left: 50px;
    padding-right: 50px;
  }
  .image-with-text__content {
    display: block;
    padding: 50px 50px 20px;
  }
  .image-with-text--custom .image-with-text__content {
    padding: 20px 50px 50px;
  }
  .image-with-text__content .title {
    font-size: 28px;
    margin: 0 0 25px;
  }
  .image-with-text__content .link:before {
    bottom: -3px;
  }
  .halo-column-image-with-text-overlay__item:nth-child(even) {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-column-image-with-text-overlay__item .image-with-text-overlay {
    display: block;
    margin: 50px 0 0;
  }
  .halo-column-image-with-text-overlay__item
    .image-with-text-overlay:first-child {
    margin: 0;
  }
  .image-with-text-overlay__content .title {
    font-size: 28px;
  }
  .image-with-text-overlay__content .link {
    font-size: 16px;
  }
  .halo-column-image-with-text-overlay .section-footer {
    display: block;
    margin-top: 30px;
  }
  [data-section-type="newsletter"] .section-header {
    width: 50%;
    margin-bottom: 0;
    padding-right: 15px;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    text-align: left !important;
  }
  [data-section-type="newsletter"] .section-header .title {
    margin: 0;
    width: 45%;
    padding-right: 15px;
    white-space: normal;
    vertical-align: top;
    display: inline-block;
    position: relative;
  }
  [data-section-type="newsletter"] .section-header p {
    margin: 0;
    width: 55%;
    font-weight: 500;
    padding-right: 15px;
    vertical-align: top;
    white-space: normal;
    display: inline-block;
  }
  [data-section-type="newsletter"] .form-single-field {
    width: 50%;
    max-width: none;
    padding-left: 15px;
    vertical-align: top;
    display: inline-block;
  }
  [data-section-type="newsletter"] .form-single-field .input-group__btn {
    margin-left: 15px;
  }
}

@media (min-width: 1400px) {
  .product-single__photos {
    width: 67%;
    padding-right: 60px;
  }
  .product-single__details {
    width: 33%;
  }
  #product-quickview .modal-dialog.modal-lg {
    max-width: 1170px;
  }
  #product-quickview .modal-body {
    max-height: 735px;
  }
  .product-quickview-template__container .product-single__details,
  .product-quickview-template__container .product-single__photos {
    height: 735px;
  }
  .product-quickview-template__container .product-single__photos {
    width: 57%;
    padding: 45px;
  }
  .product-quickview-template__container .product-single__details {
    width: 43%;
    padding: 45px 45px 45px 0;
  }
  @-moz-document url-prefix() {
    .product-quickview-template__container .product-wrapper {
      margin-bottom: 45px;
    }
  }
  .product-quickview-template__container
    .product-single__photos
    .product_badges {
    left: 45px;
    top: 60px;
  }
  .product-quickview-template__container .product-single__photos-wrapper {
    width: calc(100% - 100px);
  }
  .product-quickview-template__container .thumbnails-wrapper {
    width: 100px;
    padding-left: 30px;
  }
}

@media (min-width: 1600px) {
  .hero__content.content--left,
  .slideshow__content.content--left {
    left: calc((100% - 1300px) / 2);
    max-width: 450px;
    text-align: left;
    transform: translateY(-50%);
  }
  .hero__content.content--right,
  .slideshow__content.content--right {
    right: calc((100% - 1300px) / 2);
    max-width: 500px;
    text-align: left;
    transform: translateY(-50%);
  }
  .hero--2 .hero__content.content--left,
  .hero--2 .hero__content.content--middle,
  .hero--2 .hero__content.content--right {
    max-width: 570px;
    padding: 90px 60px 80px;
  }
  .featured-blog-layout-custom__item + .featured-blog-layout-custom__item {
    padding-top: 60px;
    padding-left: 115px;
    padding-right: 115px;
  }
  .featured-blog--small {
    margin-bottom: 50px;
  }
  .featured-blog--custom .featured-blog__content {
    padding: 40px 40px 0 0;
  }
  .halo-column-image-with-text {
    display: block;
    position: relative;
  }
  .halo-column-image-with-text__item {
    width: 50%;
    margin-top: 100px;
  }
  .halo-column-image-with-text__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .halo-column-image-with-text__item:nth-child(even) {
    padding-left: 115px;
    padding-right: 115px;
  }
  .image-with-text__content {
    display: block;
    padding: 70px 70px 30px;
  }
  .image-with-text--custom .image-with-text__content {
    padding: 30px 70px 70px;
  }
  .image-with-text__content .title {
    font-size: 36px;
    margin: 0 0 25px;
  }
  .image-with-text__content .link {
    font-size: 16px;
  }
  .image-with-text-2__content {
    padding: 1% 130px;
  }
  .image-with-text-2__content .section-header > p {
    margin-top: 35px;
  }
  .image-with-text-2__content .section-header > .btn,
  .image-with-text-2__content
    .shopify-payment-button
    .section-header
    > .shopify-payment-button__button--unbranded,
  .shopify-payment-button
    .image-with-text-2__content
    .section-header
    > .shopify-payment-button__button--unbranded {
    margin-top: 45px;
  }
  .halo-column-image-with-text-overlay__item:nth-child(even) {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .halo-column-image-with-text-overlay__item .image-with-text-overlay {
    display: block;
    margin: 100px 0 0;
  }
  .halo-column-image-with-text-overlay__item
    .image-with-text-overlay:first-child {
    margin: 0;
  }
  .image-with-text-overlay__content .title {
    font-size: 36px;
  }
  .image-with-text-overlay__content .link {
    font-size: 16px;
  }
  .halo-column-image-with-text-overlay .section-footer {
    margin-top: 80px;
  }
  [data-section-type="instagram-2"] .section-header .title,
  [data-section-type="newsletter"] .section-header .title {
    top: -10px;
    font-size: 32px;
    line-height: 1.5;
    padding-right: 10%;
  }
  [data-section-type="newsletter"] .section-header p {
    padding-right: 10%;
  }
  [data-section-type="instagram-2"] .instagram-2 .halo-column {
    margin-left: -65px;
    margin-right: -65px;
  }
  [data-section-type="instagram-2"]
    .instagram-2
    .halo-column
    .halo-column__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .instagram__item2 {
    margin-bottom: 50px;
  }
  .footer-newsletter .input-group__btn {
    margin-left: 15px;
  }
  .header-middle__center .logo-wrapper {
    padding: 40px 0;
  }
  .header-sticky.is-sticky .header-middle__center .logo-wrapper {
    padding: 20px 0;
  }
  .site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-left {
    padding: 30px 30px 75px 75px;
  }
  .site-nav .dropdown-megamenu.style_2 .dropdown-megamenu-left,
  .site-nav .dropdown-megamenu.style_3 .dropdown-megamenu-left {
    padding: 30px 75px 75px;
  }
  [data-section-type="product-list"] .halo-column,
  [data-section-type="product-list"] .halo-row {
    padding-left: 140px;
    padding-right: 140px;
  }
  [data-section-type="product-list"] .slick-prev {
    left: 60px;
  }
  [data-section-type="product-list"] .slick-next {
    right: 60px;
  }
  .product-single__photos {
    width: 70%;
    padding-right: 50px;
  }
  .product-single__details {
    width: 30%;
  }
  .page-sidebar + .page-content {
    padding-left: 70px;
  }
}

@media (min-width: 1920px) {
  .hero--small .hero__image,
  .slideshow--small .slideshow__image {
    height: 500px;
  }
  .hero--medium .hero__image,
  .slideshow--medium .slideshow__image {
    height: 770px;
  }
  .hero--large .hero__image,
  .slideshow--large .slideshow__image {
    height: 970px;
  }
  .image-with-text__content {
    display: block;
    padding: 80px 125px 30px;
  }
  .image-with-text--custom .image-with-text__content {
    padding: 30px 125px 80px;
  }
  .image-with-text-overlay__content .title {
    font-size: 48px;
  }
  .site-nav .dropdown-megamenu.style_1 .dropdown-megamenu-left--item {
    width: 50%;
  }
  .site-nav
    .dropdown-megamenu.style_1
    .dropdown-megamenu-left--item:last-child {
    width: 50%;
    padding-left: 80px;
  }
  .product-single__photos {
    width: 67%;
    padding-right: 60px;
  }
  .product-single__details {
    width: 33%;
  }
}

@media (max-width: 550px) {
  .before-you-leave__wrapper--disableMobile,
  .cart__progress_bar--disableMobile,
  .gdpr--disableMobile,
  .lst-seen-widget--disableMobile,
  .popup-newsletter-disableMobile,
  .someone-purchased-modal--disableMobile {
    display: none !important;
  }
  .open_beforeYouLeave .overlay_background {
    display: none;
  }
  [data-section-type="product-list"] .halo-column > .halo-column__item {
    width: 50%;
    margin: 0 0 25px;
  }
  .announcement-bar__message strong > span {
    display: block;
  }
}

@media (max-width: 767px) {
  [data-section-type="image-with-text-overlay"] .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero--2 .hero__content,
  .hero--2 .hero__content.content--left,
  .hero--2 .hero__content.content--middle,
  .hero--2 .hero__content.content--right {
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    position: relative;
  }
  .hero--2 .hero__content {
    width: 100%;
    padding: 15px;
    max-width: 100%;
    margin-top: 15px;
    border: 1px solid #ebebeb;
  }
  .site-footer__middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-row__item {
    width: 100% !important;
    margin-bottom: 0;
  }
  .footer-row__item:not(.footer-row__item--mobile) {
    margin-bottom: 20px;
  }
  .footer-row__item:not(.footer-row__item--mobile):last-child {
    margin-bottom: 0;
  }
  .footer-row__item:not(.footer-row__item--mobile) .footer-heading {
    margin-top: 10px;
  }
  .footer-row__item--mobile .footer-heading {
    position: relative;
    padding: 10px 0;
  }
  .footer-row__item--mobile .footer-heading:before {
    top: 50%;
    right: 4px;
    z-index: 2;
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateY(-50%);
  }
  .footer-row__item--mobile .footer-heading:after {
    top: 50%;
    right: 0;
    z-index: 2;
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    transform: translateY(-50%);
  }
  .footer-row__item--mobile.open-dropdown .footer-heading:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .footer-heading {
    margin-bottom: 0;
  }
  .footer-list {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .halo-row.column-1,
  .halo-row.column-2 {
    width: auto;
    padding: 0;
    min-width: 100%;
    margin-left: -8px;
    margin-right: -8px;
  }
  .halo-row.column-1 .halo-row__item,
  .halo-row.column-2 .halo-row__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .halo-row.column-1 .halo-row__item {
    width: 100%;
  }
  .halo-row.column-2 .halo-row__item {
    width: 50%;
  }
  .halo-row.column-1 .featured-blog,
  .halo-row.column-2 .featured-blog {
    width: 100%;
  }
  .footer-row__item {
    width: 50% !important;
    margin-bottom: 30px;
  }
}

#page-collection
  > div.pagination-wrapper.text-center
  > ul
  > li.pagination__item.pagination__item--last
  > a {
  color: red;
}

.trust-payment-block > ul {
  padding-top: 7px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  disply: flex;
}

.trust-payment-block > li {
  display: inline;
  float: left;
}

.icon-block-2 {
  font-weight: 400;
  list-style: none;
  box-sizing: border-box;
}

.icon-block-2 > ul {
  font-weight: 400;
  box-sizing: border-box;
  margin: 0 -7px;
  padding: 0;
  list-style: none;
  display: flex;
}

.icon-block-2 > ul > li {
  font-weight: 400;
  list-style: none;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 7px;
}

.icon-block-2-bg {
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #f0f1f3;
  text-align: left;
}

body
  > div.ufe-5fdc6af37cc0db084d31cd08.ufe-widget
  > div
  > div
  > div
  > div
  > div.ufe-footer
  > div.cbtns-bg
  > div:nth-child(2) {
  display: none;
}

.ufe-cart .cart-total {
  border-radius: 0 !important;
}

.ufe-cart #utitle {
  font-weight: 100 !important;
}

div > div > div > div > div.ufe-footer > div.cbtns-bg > div:nth-child(2) {
  display: none;
}

@media (max-width: 543px) {
  .ufe-popup-wrap .ufe-wrap {
    margin-top: 0 !important;
  }
}

@media (max-width: 543px) {
  body > div.ufe-5fddc3667693cd5f2421ae65.ufe-widget > div > div > div > div {
    margin-top: auto !important;
  }
}

@media (min-width: 768px) {
  .product-form__item--submit .btn--addToCart {
    left: auto !important;
    width: calc(100% - 60px) !important;
  }
}

#banner-wrapper > div > div > div > div:nth-child(4) {
  display: none;
}

#shopify-section-header > div > div > div > div > a > span {
  color: #fff;
}

#site-nav > li:nth-child(1) > p {
  font-weight: 100;
}

#site-nav > li:nth-child(2) > p {
  font-weight: 100;
}

#site-nav > li:nth-child(3) > p {
  font-weight: 100;
}

#site-nav > li:nth-child(4) > p {
  font-weight: 100;
}

#shopify-section-1586319177084 > div {
  background: #b9cbd4;
}

@media (max-width: 568px) {
  #shopify-section-1586203054311
    > div
    > div
    > div.hero.hero--large.overlay--dark
    > div.hero__content.content--left {
    max-width: 50%;
    text-align: left;
    left: 30%;
  }
}

#cart-mobile
  > div
  > div.cart-quickview_content
  > div.has-items
  > form
  > div.cart-quickview__footer
  > div:nth-child(3)
  > span.cart-subtotal__title {
  display: none;
}

.Kundenbewertungennici1 {
  padding-top: 5px;
  text-align: center;
  background: #efefef;
}

@media (min-width: 950px) {
  .Kundenbewertungennici1 {
    display: none;
  }
}

.Kundenbewertungennici1 h3,
.Kundenbewertungennici1 .h3 {
  font-size: 1.375em;
  padding-top: 20px;
}

.Kundenbewertungennici2 {
  padding-top: 5px;
  text-align: center;
  background: #efefef;
}

@media (max-width: 951px) {
  .Kundenbewertungennici2 {
    display: none;
  }
}

.Kundenbewertungennici2 h3,
.Kundenbewertungennici2 .h3 {
  font-size: 1.375em;
  padding-top: 20px;
}

.flexcontainernici {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}

.bewertungnr1 {
  width: 100%;
  text-align: center;
  background: white;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 700px) {
  .bewertungnr1 {
    width: 48%;
    margin-bottom: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.bewertungnr2 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  text-align: center;
  background: white;
}

@media (min-width: 700px) {
  .bewertungnr2 {
    width: 48%;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.bewertungdesktopnr1,
.bewertungdesktopnr2 {
  width: 30%;
  text-align: center;
  background: white;
  padding-left: 2%;
  padding-right: 2%;
  margin-bottom: 30px;
}

.bewertungdesktopnr3 {
  padding-left: 2%;
  padding-right: 2%;
  width: 30%;
  text-align: center;
  background: white;
  margin-bottom: 30px;
}

.sternebewertungnici {
  padding-top: 15px;
  padding-bottom: 10px;
}

.sternebewertungnici .spr-icon-star {
  color: #000;
}

.lieferung-taschengurte-desktop {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

@media (max-width: 765px) {
  .lieferung-taschengurte-desktop {
    display: none;
  }
}

.lieferung-taschengurte-desktop label,
.lieferung-taschengurte-desktop span,
.lieferung-taschengurte-desktop svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.lieferung-taschengurte-desktop svg {
  width: 25px;
  height: 30px;
}

.lieferung-taschengurte-desktop label {
  font-weight: 400;
  margin-bottom: 0;
}

.lieferung-taschengurte-mobile {
  display: block;
  line-height: 20px;
  margin-top: 10px;
  white-space: nowrap;
}

@media (min-width: 765px) {
  .lieferung-taschengurte-mobile {
    display: none;
  }
}

#customers-view-mobile {
  color: #43ba70;
}

#customers-view .lieferung-taschengurte-mobile label,
.lieferung-taschengurte-mobile span,
.lieferung-taschengurte-mobile svg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.lieferung-taschengurte-mobile svg {
  width: 25px;
  height: 30px;
}

.lieferung-taschengurte-mobile label {
  font-weight: 400;
  margin-bottom: 0;
}

#SingleOptionSelector-0 > option:disabled {
  color: #d1d1d1;
}

#payment-methodes-custom {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#payment-methodes-custom .payment_methodes_custom_title {
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
}

.payment-icons .icon {
  width: 55px;
  height: 35px;
  margin-top: 5px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.list--inline {
  padding: 0;
  margin: 0;
}

.list--inline li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.announcement-nici {
  font-weight: 120;
  color: #fff;
}

.announcement-nici a {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
}

div.product-form__controls-group.product-form__controls-group--submit
  > div
  > button {
  width: 100% !important;
}

@media (max-width: 600px) {
  div.dropdownnicihulle > div {
    padding: 0;
  }
}

@media (max-width: 600px) {
  #SingleOptionSelector-0 {
    max-width: 600px;
  }
}

@media (max-width: 750px) {
  #SingleOptionSelector-0 {
    max-width: 750px;
    text-align: center;
  }
}

#ProductSection-product-template
  > div
  > div.product-single__details
  > div
  > div.icon-block-2 {
  color: #afafaf;
}

#ProductSection-product-template
  > div
  > div.product-single__details
  > div
  > div.icon-block-2
  > ul
  > li:nth-child(1)
  > div
  > span {
  font-weight: 100;
}

#ProductSection-product-template
  > div
  > div.product-single__details
  > div
  > div.icon-block-2
  > ul
  > li:nth-child(2)
  > div
  > span {
  font-weight: 100;
}

div.image-with-text-overlay__content > h2 > a:hover,
div.image-with-text-overlay__content > .h2 > a:hover {
  color: #dcdcdc;
}

@media (max-width: 1025px) {
  #shopify-section-1586428792770 > div > div > div.instagram-2 > div > div {
    width: 70%;
  }
}

body
  > div.rc-anchor.rc-anchor-invisible.rc-anchor-light.rc-anchor-invisible-hover {
  display: none;
}

#cart-mobile > div > div.cart-quickview_header > h2,
#cart-mobile > div > div.cart-quickview_header > .h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 100;
}

@media (max-width: 450px) {
  #shopify-section-1586155999113
    > div
    > div
    > div
    > div
    > div.slideshow__content.content--middle {
    top: 45%;
  }
}

.cart-quickview-icon {
  margin-bottom: 100px;
}

@media (min-width: 950px) {
  .cart-quickview-icon {
    display: none;
  }
}

#cart-mobile
  > div
  > div.cart-quickview_content
  > div.has-items
  > form
  > div.cart-quickview__footer {
  padding-bottom: 30px;
}

#cart-mobile
  > div
  > div.cart-quickview_content
  > div.has-items
  > form
  > div.cart-quickview__footer
  > div:nth-child(3)
  > span.cart-subtotal__price.text-right {
  font-size: 90%;
}

.grecaptcha-badge {
  display: none;
}

.announcement-usps {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  width: 100%;
}

.icon-announcement-usps {
  margin-right: 5px;
}

.text-announcement-usps {
  margin-bottom: 0;
}

@media (max-width: 370px) {
  #text-announcement-usps {
    font-size: 80%;
  }
}

#BIS_trigger {
  color: #fff;
  background: #3b3b3b;
  border: none;
}

.soldout-button {
  background: #efefef;
  color: #000;
}

div.product-form__controls-group.product-form__controls-group--submit
  > div
  > button.btn.btn--primary.btn--addToCart
  > span
  > div,
.shopify-payment-button
  div.product-form__controls-group.product-form__controls-group--submit
  > div
  > button.btn--primary.btn--addToCart.shopify-payment-button__button--unbranded
  > span
  > div {
  background: rgb(186, 203, 213);
}

.gute-wahl-nici {
  display: flex;
  color: #007600;
  background: rgba(0, 225, 0, 0.05);
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 50px;
}

.gute-wahl-nici p {
  color: #007600;
  padding-left: 5px;
}

#ProductSection-product-template > div > div.product-single__details > div {
  padding: 20px 16px;
  border: 1px solid #fafafa;
  box-shadow: 0 5px 25px #7575752b;
}

@media (max-width: 750px) {
  #ProductSection-product-template > div > div.product-single__details > div {
    margin-bottom: 40px;
    text-align: center;
  }
}

.product-detail-box-nici {
  border-width: 1px;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: center;
}

.detail-box-usps {
  padding-bottom: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 10%;
}

@media (max-width: 800px) {
  .detail-box-usps {
    margin: 0;
    padding-bottom: 15%;
  }
}

.img-box-nici {
  width: 60%;
  max-width: 700px;
}

@media (max-width: 800px) {
  .img-box-nici {
    width: 100%;
    padding-bottom: 15px;
  }
}

.detail-box-usps-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.detail-box-usps-text {
  justify-content: center;
  display: flex;
  text-align: left;
  align-items: center;
  vertical-align: center;
  width: 40%;
  max-width: 700px;
}

@media (max-width: 800px) {
  .detail-box-usps-text {
    width: 100%;
  }
}

.detail-box-usps-reverse {
  padding-bottom: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  /* margin: 0 10%; */
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .detail-box-usps-reverse {
    flex-direction: row;
    padding-bottom: 15%;
    margin: 0;
  }
}

.detail-box-usps-text-nici {
  padding-left: 30px;
}

@media (max-width: 800px) {
  .detail-box-usps-text-nici {
    padding-left: 0;
    text-align: center;
  }
}

.detail-box-usps-text-reverse {
  padding-right: 30px;
}

@media (max-width: 800px) {
  .detail-box-usps-text-reverse {
    padding-left: 0;
    text-align: center;
    padding-right: 0px;
  }
}

#page-collection > div.collection-toolbar > div:nth-child(1) {
  margin-bottom: 0;
}

#page-collection
  > div.collection-toolbar
  > div.collection-toolbar__item.collection-toolbar__item--2 {
  margin-bottom: 0;
}

div.product-tab-container > div:nth-child(1) {
  width: 100%;
}

.detail-text-block-nici {
  width: 50%;
  text-align: left;
}

@media (max-width: 800px) {
  .detail-text-block-nici {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    padding: 0 10px;
  }
}

.product-detail-textbox-nici {
  padding: 2% 0;
  border-width: 1px;
  background: #efefef;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  vertical-align: center;
  margin-bottom: 140px !important;
}

@media (max-width: 800px) {
  .product-detail-textbox-nici {
    margin-bottom: 20px !important;
  }
}

.detail-icon-block-nici {
  display: flex;
  justify-content: center;
  vertical-align: center;
  width: 20%;
}

@media (max-width: 800px) {
  .detail-icon-block-nici {
    width: 100%;
    margin-top: 25px;
  }
}

.detail-icon-nici {
  height: auto;
  width: auto;
  max-width: 150px;
}

@media (max-width: 800px) {
  .detail-icon-nici {
    max-width: 100px;
  }
}

.h2-ueberschrift-detail-nici {
  margin: 15px 0 0 !important;
  font-size: 1.2em;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 100;
}

.product-detail-textbox-nici-reverse {
  padding: 2% 0;
  border-width: 1px;
  background: #efefef;
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  vertical-align: center;
  margin-bottom: 140px !important;
}

@media (max-width: 800px) {
  .product-detail-textbox-nici-reverse {
    margin-bottom: 20px !important;
    flex-direction: row;
  }
}

.detail-box-usps-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 10%;
}

@media (max-width: 800px) {
  .detail-box-usps-last {
    margin: 0;
    padding-bottom: 5%;
  }
}

#navigation-mobile > div.popup-sidebar__wrapper > ul.site-nav-mobile.two {
  display: none;
}

.beschreibung-configurator {
  padding-right: 20px;
  padding-left: 20px;
}

.beschreibung-con {
  font-size: 18px;
  padding-bottom: 20px;
}

.weihnachtsbaum-svg {
  position: absolute;
  width: 30px;
  top: 70%;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.halo-column-image-with-text-overlay {
  display: flex !important;
  margin: 0;
}
.halo-column-image-with-text-overlay__item {
  display: flex !important;
  padding: 0;
  margin: 0;
}
.halo-column-image-with-text-overlay__item:nth-child(even) {
  padding: 0 !important;
  margin: 0 !important;
}
.halo-column-image-with-text-overlay__item > div {
  margin: 20px !important;
}

svg[aria-labelledby="pi-klarna"] {
  filter: brightness(1.5) sepia(0) hue-rotate(-70deg) saturate(0) !important;
}
ul.payment-icons.list--inline li:nth-child(2) {
  border: 1.5px solid #eee;
  border-radius: 5px;
  margin-top: 6px;
  padding: 2px;
}
ul.payment-icons.list--inline li:nth-child(2) svg {
  padding: 0 !important;
  margin: 0 !important;
  height: 27px;
}
.halo-row__item.text-center.slick-slide {
  display: inline-block;
  max-width: 25%;
}
ul.payment-icons.quickview {
  display: flex;
  justify-content: center;
  align-items: end;
}
ul.payment-icons.quickview li {
  margin: 4px !important;
}
@media screen and (max-width: 500px) {
  .payment-icons {
    line-height: unset !important;
  }
  .cart-quickview-icon .container .icon-with-text.text-left {
    padding: 0 30px;
    flex-flow: column;
  }

  .cart-quickview-icon .container .icon-with-text.text-left div {
    padding: 0;
  }
}

/* ---------- Bewertungs Foam --------- */

.hulk-powered-wrapper {
  diplay: none;
}

.bewertungform {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  #collection-description_nici {
    margin-left: 20%;
    margin-right: 20%;
  }
}

/* ---------- Geschengutschein --------- */

.gift-card-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .gift-card-details {
    flex-direction: column;
  }
  .gift-card-shipping,
  .gift-card-redeemability,
  .gift-card-validity {
    margin-bottom: 0px !important;
  }
}

.gift-card-shipping,
.gift-card-redeemability,
.gift-card-validity {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.gift-card-shipping-method,
.gift-card-redeemability-method,
.gift-card-validity-period {
  font-weight: bold;
}

.gift-card-description {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.gift-card-perfect-gift,
.gift-card-fashion-conscious,
.gift-card-name,
.gift-card-ultimate-gift,
.gift-card-style-conscious {
  font-weight: bold;
}

.gift-card-options {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
}

.gift-card-perfect-gift,
.gift-card-redeemability-period,
.gift-card-favorite-items {
  font-weight: bold;
}

.gift-card-call-to-action {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.gift-card-ultimate-experience,
.gift-card-name {
  font-weight: bold;
}

.gift-card-restrictions {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0;
}

/* ---- Tooltipp ------- */

.gift-card-tooltip {
  position: relative;
  cursor: help;
  font-size: 18px;
  color: #000;
  margin-left: 5px;
}

.gift-card-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
}

.gift-card-tooltip-text {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

/* ---- Tooltipp Länge der Bänder ------- */

.length-tooltip {
  position: relative;
  cursor: help;
  font-size: 12px;
  color: #000;
  margin-left: 15px;
}

.length-tooltip::before {
  content: "\003F"; /* question mark character */
  display: block;
  position: absolute;
  top: 0%; /* adjust top position here */
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1 em; /* adjust font size here */
  line-height: 1;
  text-align: center;
  color: #000;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #000;
}

.length-tooltip-text {
  display: none;
  position: absolute;
  z-index: 4;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.selector-wrapper {
  padding-right: 0px !important;
}

.product-form__controls-group.product-form__controls-group--submit
  a.klaviyo-bis-trigger {
  color: white; /* text color */
  padding: 10px 20px; /* button padding */
  background-color: #bacbd5; /* button background color */
  border-radius: 4px; /* button border radius */
  text-decoration: none; /* remove underline from link */
  font-size: 16px; /* font size */
  font-weight: bold; /* bold text */
  transition: background-color 0.2s ease-in-out; /* add hover effect */
  width: 100% !important; /* fill entire width of container */
  text-align: center; /* center text within button */
  display: inline-block; /* display button as block-level element */
}
.product-form__controls-group.product-form__controls-group--submit
  a.klaviyo-bis-trigger:hover {
  background-color: #a2b2bb; /* change background color on hover */
}

#klaviyo-bis-modal .form-group .control-group button {
  color: white; /* text color */
  padding: 10px 20px; /* button padding */
  background-color: #bacbd5; /* button background color */
  border-radius: 4px; /* button border radius */
  font-size: 16px; /* font size */
  font-weight: bold; /* bold text */
  transition: background-color 0.2s ease-in-out; /* add hover effect */
  width: 100%; /* fill entire width of container */
  text-align: center; /* center text within button */
  display: inline-block; /* display button as block-level element */
}
#klaviyo-bis-modal .form-group .control-group button:hover {
  background-color: #a2b2bb; /* change background color on hover */
}

/* .mobile--hide{
    padding: 20px 16px;
    border: 1px solid #fafafa;
    box-shadow: 0 5px 25px #7575752b;
} */

/* ---- Collection Page - Kategorie Seite ------- */

.box-mobile-configuration {
  background-color: #efefef;
  width: 100%;
  height: 15vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.text-and-button-mobile-configuration {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.text-mobile-configuration {
  color: black;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0px;
}

.text-mobile-configuration-subline {
  color: black;
  line-height: 20px;
  font-size: 10px;
  margin-bottom: 0px;
}

.mobile-configuration > button {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #bacbd5;
  color: white;
  border: none;
  font-family: roboto;
  font-weight: 200;
  letter-spacing: 1px;
}

.mobile-configuration > button:hover {
  cursor: pointer;
}

.box-mobile-configuration > img {
  padding: 0 0px;
  width: auto;
  height: 100%;
  object-fit: cover;
}

.spr-badge {
  margin-top: 2px;
}

.image_collection {
  flex: 0 1 auto;
}

@media (max-width: 2000px) {
  .image_collection:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1600px) {
  .image_collection:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1200px) {
  .image_collection:nth-child(3) {
    display: none;
  }
}

@media (max-width: 800px) {
  .image_collection:nth-child(2) {
    display: none;
  }
}

@media (min-width: 800px) {
  .text-mobile-configuration {
    font-size: 22px;
    line-height: 22px;
  }

  .text-mobile-configuration-subline {
    line-height: 30px;
    font-size: 15px;
  }
}

@media (max-width: 360px) {
  .text-mobile-configuration {
    font-size: 15px;
    line-height: 15px;
  }

  .text-mobile-configuration-subline {
    line-height: 15px;
    font-size: 10px;
  }
  .mobile-configuration > button {
    display: none;
  }
}

@media (min-width: 1025px) {
  .box-mobile-configuration {
    width: 100%;
  }
}

@media (max-width: 790px) {
  .Product Product--small {
    position: relative;
    overflow: visible;
  }
  .Product__Wrapper2 {
    position: relative;
    overflow: visible;
    padding-bottom: 5px;
  }

  .Product__InfoWrapper {
    position: sticky;
    top: 50px;
    z-index: 11;
  }
}
/* 06/02/2023 */
.halo-column-image-with-text-overlay__item {
  width: 100% !important;
}
.halo-section .slick-track .image-with-text-overlay:not(:last-child) {
  margin-right: 28px;
}
.halo-section .slick-dots {
  position: static;
}
.halo-section .my-slider {
  overflow: hidden;
}

/* Add to Cart Button */

div.product-form__controls-group.product-form__controls-group--submit
  > div
  > button {
  background: #bacbd5;
  border: 1px solid #fff;
}

div.product-form__controls-group.product-form__controls-group--submit
  > div
  > button:hover {
  background: #bacbd5;
  border: 1px solid #bacbd5;
}

section
  > div
  > div.Product__InfoWrapper
  > div
  > div.mobile--hide
  > div
  > button {
  background: #bacbd5;
  border: 1px solid #fff;
}

section
  > div
  > div.Product__InfoWrapper
  > div
  > div.mobile--hide
  > div
  > button:hover {
  background: #bacbd5;
  border: 1px solid #bacbd5;
}

div.medium-up--hide > div > button {
  background: #bacbd5;
  border: 1px solid #fff;
}

div.medium-up--hide > div > button:hover {
  background: #bacbd5;
  border: 1px solid #bacbd5;
}

/* Add to Cart Button End */

/* MagSafe PopUp */

#popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#popup {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: #afafaf;
}

#popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#popup-close a {
  text-decoration: none;
  color: #afafaf;
  font-weight: bold;
}

#popup-content p {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  #popup {
    width: 60%;
  }
}

#popup h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

#popup p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#popup img {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}

#popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#open-popup {
  color: #afafaf;
}
.pop-up-text-nici {
  margin-bottom: 10px;
}
/* MagSafe PopUp ENDE*/

/* dc PopUp */

#dc-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#dc-popup {
  position: relative;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: #afafaf;
}

#dc-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

#dc-popup-close a {
  text-decoration: none;
  color: #afafaf;
  font-weight: bold;
}

#dc-popup-content p {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  #dc-popup {
    width: 60%;
  }
}

#dc-popup h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
}

#dc-popup p {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#dc-popup img {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}

#dc-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#dc-open-popup {
  color: #afafaf;
}
.pop-up-text-nici {
  margin-bottom: 10px;
}
/* dc PopUp ENDE*/

.icon-search {
  vertical-align: middle;
}
.icon-cart {
  vertical-align: middle;
}
.nav-action {
  font-weight: 100 !important;
}

#collection-title-nici {
  text-align: center;
  justify-content: center;
}

#collection-toolbar-nici {
  justify-content: center;
}

#sec-description-nici {
  text-align: center;
  font-size: 14px;
}

.hero__heading mega-title--medium {
  color: white;
}

.h1-nici {
  font-weight: 400;
}

.slideshow__item .slideshow__subheading {
  font-weight: 400;
}

.image-with-text-overlay__content .title {
  font-weight: 400;
  font-size: 1.3em;
}

.hero__content .hero__heading {
  color: white;
  font-family: "Helvetica", sans-serif;
}

.swiper-button-prev {
  display: none;
}

.cbb-frequently-bought-title {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* Category Slider */

.flexbox-nici {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
}

.flexbox-item-nici {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.flexbox-item-nici img {
  display: block;
  max-width: 100%;
  height: auto;
}

.image-overlay-nici {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.flexbox-item-nici:hover .image-overlay-nici {
  opacity: 1;
}

.text-nici {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .flexbox-item-nici {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .flexbox-item-nici {
    width: 23%;
  }
}

@media (max-width: 767px) {
  .flexbox-nici {
    flex-direction: column;
  }

  .flexbox-item-nici {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-overlay-nici {
    opacity: 1;
  }
}

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

@media (min-width: 1300px) {
  .page-collection {
    padding-right: 100px;
    padding-left: 100px;
  }
}

.tab-horizontal .tab a {
  font-weight: 400;
}

.tt-title {
  font-weight: 400;
  font-size: 1.1em;
}

#btn_huellen_nici {
  background-color: #bacbd5;
  border: 2px solid #bacbd5;
}

@media (max-width: 750px) {
  .swatch-element:is([data-value="Frei wählbar"]) {
    display: none;
  }
  .swatch-element:is([data-value="Per E-Mail"]) {
    display: none;
  }
}

.swatch-element:is([data-value="2.5cm"]) {
  display: none;
}

.swatch-element:is([data-value="4cm"]) {
  display: none;
}

.custom-dropdown {
  position: relative;
}

.dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 12px;
  pointer-events: none;
}

.detail-box-oeko-img {
  width: auto;
  height: 80px;
  padding: 5px;
}
@media (max-width: 750px) {
  .cbb-frequently-bought-total-price-regular-price {
    font-weight: 400 !important;
    font-size: 18px;
  }
  .cbb-frequently-bought-title {
    text-align: center !important;
  }
}

.full-width-opener {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 800px) {
  .full-width-p {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#detail-box-oeko-img {
  width: auto;
  height: 80px;
  padding: 5px;
}

.slick-list {
  border: none;
  box-shadow: none;
}

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

.hr-stellenanzeige {
  margin: 20px;
}

.a-stellenanzeige {
  border-bottom: none !important;
}

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

.leistungen-container {
  text-align: left;
  padding-top: 15px;
}

.leistungen-nilo {
  list-style: none !important;
  margin-left: 0px !important;
}

/* Footer */

.container-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #efefef4f;
}

#footer_social_icons {
  width: 40px;
  height: 40px;
}

.category-footer {
  flex: 1;
  margin: 10px;
  padding: 10px;
  min-width: 300px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .category-footer {
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
    padding: 2.5rem;
    width: 100%;
  }
}

.subpoint-footer {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.subpoint-footer img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .container {
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .container-footer {
    padding-left: 10vw;
  }
}

/* Kontakt und Hilfe */

.container-kontakt {
  display: flex;
  flex-wrap: wrap;
}

.category-kontakt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  margin: 5px;
  flex: 1;
}

.category-kontakt:hover {
  border-radius: 2px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}

.category-kontakt a {
  text-decoration: none;
  color: inherit;
}

.category-kontakt a:hover {
  color: #007bff;
}

.cat1-kontakt {
  flex: 100%;
}

.img-kontakt {
  max-height: 150px;
  min-height: 150px;
}

.a-kontakt {
  border: none !important;
}

@media (max-width: 900px) {
  .cat1-kontakt {
    flex: 100%;
  }
}
@media (max-width: 900px) {
  .cat2-kontakt {
    flex: 33%;
  }
}
@media (max-width: 600px) {
  .category-kontakt {
    flex: 100%;
    border-radius: 2px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  }
}
.banner-kontakt {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.banner-kontakt img {
  width: 100%;
  height: auto;
}

.banner-kontakt .small-device-image-kontakt {
  display: block;
}

.banner-kontakt .large-device-image-kontakt {
  display: none;
}

.banner-text-kontakt {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  color: black;
  font-size: 24px;
  font-weight: bold;
}

@media (min-width: 901px) {
  .banner-kontakt .small-device-image-kontakt {
    display: none;
  }

  .banner-kontakt .large-device-image-kontakt {
    display: block;
  }

  .banner-text-kontakt {
    top: 50%;
    transform: translateY(-50%);
  }
}

.hulk-powered-wrapper {
  display: none !important;
}

#cookie-banner_flag {
  visibility: hidden !important;
}
.iconswidth {
  width: 25px;
  height: 25px;
}
.site-nav .menu-lv-2 > .nav-action a:before {
  /*     background-color: #000000e0 !important; */
}
.iconswidth {
  vertical-align: middle;
  display: inline-block;
}

/* Muttertag Banner IMG
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left{
  max-width: 1500px;
}
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > a:nth-child(1) > p {
  color: white; 
  font-size: 40px;
  margin-bottom: 15px;
}

#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > a:nth-child(2) > h1{
  color: white; 
  font-size: 6vw; 
}
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > p{
  font-size: 2vw;
  line-height: 1.5;
}
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > a.slideshow__button.btn.btn--secondary.animated{
  font-size: 20px; 
  color: white !important; 
  background-color: #ff000000 !important;
}   

@media (max-width: 650px) {
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left{
  max-width: 1500px;
}
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > a:nth-child(1) > p {
  color: white; 
  font-size: 30px;
  margin-bottom: 10px;
}

#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > a:nth-child(2) > h1{
  color: white; 
  font-size: 12vw; 
}
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > p{
  font-size: 5vw;
  line-height: 1.5;
}
#shopify-section-1586155999113 > div > div > div > div > div.slideshow__content.content--left > a.slideshow__button.btn.btn--secondary.animated{
  font-size: 20px; 
  color: white !important; 
  background-color: #ff000000 !important;
}   
}
 */
.header-middle .site-nav {
  transition: opacity 200ms ease;
  opacity: 1;
  display: flex;
}
.laoding .header-middle .site-nav {
  opacity: 0;
}

/* FAQ */

#shopify-section-faq-template > div.container > div > div.page-content {
  padding-left: 0px;
  padding-top: 20px;
}

#shopify-section-faq-template > div.container > div > div.page-content {
  width: 100%;
}
@media (max-width: 650px) {
  #shopify-section-faq-template
    > div.container
    > div
    > div.section-header.text-left
    > h1 {
    font-size: 30px;
  }
}

.filters-wraper {
  width: 30%%;
  min-width: 30%;
  /*     background: #F0F0F0; */
  padding: 20px 0;
  height: fit-content;
}

div#collection {
  width: 100%;
  min-width: 100%;
}

.filters-wraper label {
  font-weight: 400;
}
.filters-wraper input {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
}

.filters-wraper .active-filters {
  font-size: 16px;
  font-weight: 500;
}
.filters-wraper input[type="submit"] {
  border: none;
  background: none;
}
.filters-wraper label {
  margin-bottom: 0px;
}
.filters-wraper .filter-group-display__header {
  display: none;
}
.filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
  /*     margin: 7px 0px; */
}
.filter-group-display__submit.btn.btn--secondary.hero__button,
a.active-filters__clear.btn.btn--secondary.hero__button {
  width: 100%;
}
.filters-wraper input[type="checkbox"] + span:before {
  content: "";
  border: 1px solid #c1c1c1;
  border-radius: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 0.3em;
  vertical-align: -2px;
  /*   background:#D8C3C3; */
}
.filters-wraper input[type="checkbox"]:checked + span:before {
  background-image: url("https://cdn.shopify.com/s/files/1/0620/4384/8948/files/images_1.png?v=1685025752");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  border-radius: 2px;
  color: white;
}
.filters-wraper input[type="checkbox"] {
  display: none;
}
label.myCheckbox.label-of-Lila {
  margin-left: -2px;
}

label.myCheckbox.label-of-label
  .filters-wraper
  input[type="checkbox"]
  + span:before {
  background-color: black;
}

.filters-wraper .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.spr-summary-actions-newreview {
  height: 37px;
  line-height: 33px;
  padding: 0 27px;
}
.filter-group-display__submit {
  /*     margin: 7px 0; */
}
label.myCheckbox.label-of-Lila span.ds-none {
  padding-left: 0;
}

.filters-wraper .filter-group-display__submit.btn.btn--secondary.hero__button {
  display: none;
}
.filters-wraper .padding-tb {
  height: 37px;
  display: flex;
  align-items: center;
}

.filter-group.karabiner-farbe {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.karabiner-farbe ul.filter-group-display__list {
  display: flex;
  gap: 10px;
}

.karabiner-farbe span.svg-filter,
.karabiner-farbe .ds-none,
.farbe span.checkmark {
  display: none;
}
 {
  display: none;
}
.active-filters a {
  color: #7e7d7d;
}
.karabiner-farbe span.bg-filter-gold,
.farbe span.bg-filter-gold {
  background: #f0de9e;
}
.karabiner-farbe span.bg-filter-silber,
.farbe span.bg-filter-silber {
  background: #c0c0c0;
}

.weitere-filter,
.more-filters {
  position: relative;
}
span.svg-filter svg {
  width: 20px;
  vertical-align: middle;
}
span.filter-group-summary {
  cursor: pointer;
}

.weitere-filter .filter-group-display,
.more-filters .filter-group-display,
.farbe .filter-group-display {
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 2s ease;
}
.active-popup .filter-group-display {
  visibility: visible;
  opacity: 1;
  display: block;
}
.farbe {
  position: relative;
}
.farbe .filter-group-display {
  position: absolute;
  z-index: 2;
  background: #fff;
  min-width: 117px;
  left: 0;
  border: 1px solid #cdcaca6e;
  padding: 8px;
}
.farbe li.filter-group-display__list-item {
  padding: 2px 0;
}

.filter-group-display:not(.karabiner-farbe .filter-group-display):not(
    .farbe .filter-group-display
  ) {
  position: absolute;
  z-index: 4;
  background: #ffff;
  left: 0;
  padding: 14px;
  min-width: max-content;
  /* top: 102%; */
  transition: all 300ms ease;
  border: 1px solid #c1c1c1;
  border: 1px solid #99999947;
  width: fit-content;
  border-top-width: 1px;
}
.filter-group.filter-index-2,
.filters-wraper .filter-group {
  box-shadow: 0 0 2px #c1c1c1;
  padding: 4px 15px;
  height: 100%;
}
.checked-filter {
  border: 2px solid #000;
}

.collection-container.Taschengurte .filter-group.filter-index-3.more-filters {
  display: none;
}

span.ds-none,
label.myCheckbox.label-of-Orange span.ds-none {
  color: #c1c1c1;
  padding-left: 31px;
}
span.ds-none:hover {
  color: #898787;
}
.label-of-silber:hover .filter-valuue,
.label-of-gold:hover .filter-valuue {
  border: 1px solid #898787;
}
label.myCheckbox.label-of-Lila span.ds-none {
  padding-left: 8px;
}
span.checkmark.bg-colorIPhone.\31 1:before,
span.checkmark.bg-colorIPhone.X:before,
span.checkmark.bg-colorIPhone.XS:before {
  position: absolute;
}

.karabiner-farbe span.bg-filter-gold,
.karabiner-farbe span.bg-filter-silber {
  display: block;
  pointer-events: none;
  border-radius: 24px;
}

.farbe span.bg-filter-gold,
.farbe span.bg-filter-silber {
  border-radius: 3px;
  border: 1px solid #c1c1c1;
}
.filter-form > div:not(:first-child) {
  margin-right: 10px;
}
.padding-tb > span {
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .filter-form > div:not(:first-child) {
    margin-right: 25px;
  }
  .filter-form {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}

@media screen and (min-width: 480px) {
  .filters-wraper span.filter-group-summary {
    font-weight: 400;
    font-size: 16px;
    color: #999797;
  }
  span.svg-filter {
    padding-left: 10px;
  }
  .karabiner-farbe span.bg-filter-gold,
  .karabiner-farbe span.bg-filter-silber,
  .farbe span.bg-filter-gold,
  .farbe span.bg-filter-silber {
    width: 22px;
    height: 22px;
  }
  .filter-group.filter-index-2,
  .filters-wraper .filter-group {
    box-shadow: 0 0 2px #c1c1c1;
    padding: 0px 25px;
  }
  .filters-wraper a.active-filters__remove-filter {
    font-size: 16px;
    display: block;
  }
  .filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
    font-size: 18px;
  }
  .active-filters {
    width: 224px;
  }
  .filter-wrapper {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
span.dis-none,
.karabiner-farbe span.checkmark,
.filter-valuue:not(.bg-filter-gold):not(.bg-filter-silber) {
  display: none;
}
@media screen and (max-width: 480px) {
  .filters-wraper span.filter-group-summary {
    font-weight: 300;
    font-size: 13px;
    color: #999797;
  }
  .filter-group.filter-index-2,
  .filters-wraper .filter-group {
    box-shadow: 0 0 2px #c1c1c1;
    padding: 0px 7px;
  }
}

@media screen and (max-width: 768px) {
  .filters-wraper a.active-filters__remove-filter {
    font-size: 14px;
    font-weight: 400;
    display: block;
  }
  .filters-wraper .active-filters {
    padding-bottom: 5px;
  }
  .active-filters {
    width: 220px;
  }
  span.bg-filter-gold,
  span.bg-filter-silber {
    width: 20px;
    height: 20px;
  }
  .filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
    max-width: 166px;
  }
  div#collection {
    margin: auto;
  }
  .filter-group-display__submit.btn.btn--secondary.hero__button,
  a.active-filters__clear.btn.btn--secondary.hero__button {
    width: 100%;
  }
  .filters-wraper a.active-filters__clear.btn.btn--secondary.hero__button {
    font-size: 14px;
  }
  .filter-wrapper {
    flex-direction: column;
  }
}
span.svg-filter svg {
  transition: transform 0.5s ease;
}
.active-popup span.svg-filter svg {
  transform: rotate(180deg);
}
span.svg-filter + .ds-none {
  padding-left: 9px;
}
.padding-tb > span {
  white-space: nowrap;
}

.filter-group-parent {
  display: flex;
  gap: 10px;
}
.active-filters {
  width: 224px;
}
.filter-wrapper {
  display: flex;
  justify-content: space-between;
}
.filter-wrapper .filter-form > div:first-child {
  margin-right: 0px !important;
}
.filter-wrapper a.active-filters__remove-filter {
  display: none !important;
}
.disable-filters {
  pointer-events: none !important;
}
label.myCheckbox.label-of-Orange span.ds-none {
  padding-left: 31px;
}

span.checkmark.bg-colorOrange:before,
span.checkmark.bg-colorPink:before,
span.checkmark.bg-colorRot:before,
span.checkmark.bg-colorBeige:before,
span.checkmark.bg-colorBlau:before,
span.checkmark.bg-colorBraun:before,
span.checkmark.bg-colorGelb:before,
span.checkmark.bg-colorGold:before,
span.checkmark.bg-colorGrau:before,
span.checkmark.bg-colorGrün:before,
span.filter-valuue.bg-filter-orange:before,
span.checkmark.bg-colorSchwarz:before {
  content: "";
  position: absolute;
  left: 12px;
}

span.checkmark.bg-colorBeige:before {
  background: beige;
}
span.checkmark.bg-colorBlau:before {
  background: blue;
}
span.checkmark.bg-colorBraun:before {
  background: brown;
}
span.checkmark.bg-colorGelb:before {
  background: yellow;
}
span.checkmark.bg-colorGold:before {
  background: gold;
}
span.checkmark.bg-colorGrau:before {
  background: grey;
}
span.checkmark.bg-colorGrün:before {
  background: green;
}
span.checkmark.bg-colorLila:before {
  background: #c8a2c8;
}
span.filter-valuue.bg-filter-orange:before {
  background: #ffc107;
}
span.checkmark.bg-colorPink:before {
  background: pink;
}
span.checkmark.bg-colorRot:before {
  background: #f70000;
}
span.checkmark.bg-colorSchwarz:before {
  background: black;
}
span.checkmark.bg-colorOrange:before {
  background: orange;
}

.farbe label.myCheckbox {
  display: flex;
  align-items: center;
}
.farbe span.ds-none {
  padding-left: 10px;
}

.site-header {
  background: #f3eaea00;
  transition: all 0.5s ease;
}
header.site-header:hover {
  background: #fff;
}
header.site-header.header-sticky.is-sticky {
  background: #fff;
}

@media screen and (max-width: 1025.5px) {
  .mrg-slideshow[data-section-type="hero"],
  [data-section-type="slideshow"] {
    margin-top: -50px;
  }
}
.slideshow--large .slideshow__image {
  height: calc(100vh - 28px);
}
.slideshow__image--backgroundMobile {
  height: 100%;
}
@media screen and (min-width: 1025.5px) {
  .mrg-slideshow[data-section-type="hero"],
  [data-section-type="slideshow"] {
    margin-top: -70px;
  }
  .slideshow--large .slideshow__image {
    height: calc(100vh - 28px);
  }
}
@media screen and (min-width: 1600px) {
  .mrg-slideshow[data-section-type="hero"],
  [data-section-type="slideshow"] {
    margin-top: -90px;
  }
}

/*   Handtaschen Konfigurator / Bag Configurator */
.priceList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.priceList .discount_price_taxNote {
  display: flex;
  gap: 8px;
}

.priceList .price_taxNote {
  display: flex;
  align-items: baseline;
  gap: 7px;
}
.priceList .price_taxNote .price {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  color: #000;
  letter-spacing: 1px;
}
.priceList .price_taxNote .price.no-discount {
  font-size: 17px;
}

.priceList .price_taxNote .taxNote {
  font-size: 12px;
  color: #979797;
  color: #6b6b6b;
  font-size: 9px;
  font-weight: 600;
  line-height: 11px;
}

.priceList .speechBubble_text {
  text-align: center;
  text-align: -webkit-center;
  background-color: #29bb8b;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  color: #fff;
  padding: 3px 6px;
  position: relative;
  border-radius: 2px;
}

.ProductMeta__Shipping {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.23;
  margin: 8px 0;
  text-align: left;
}

.preis-bag-configurator {
  padding: 5px 10px 30px 10px;
}

@media screen and (max-width: 800px) {
  .preis-bag-configurator {
    padding: 5px 20px 0px 20px;
  }
}

.priceList .speechBubble_text::before {
  border-color: transparent transparent #29bb8b;
  border-style: solid;
  border-width: 0 8.5px 11px;
  bottom: 0;
  content: "";
  height: 0;
  left: 20px;
  left: var(--corner-offset, 20px);
  position: absolute;
  transform: rotate(270deg) translateY(-135%);
  width: 17px;
  height: 11px;
  left: 4.5px;
  top: calc(50% - 5.5px - 0.5px);
}

.configurator-add-to-cart {
  padding: 20px 16px;
  border: 1px solid #fafafa;
  box-shadow: 0 5px 25px #7575752b;
}

#bag-configurator-add-to-cart p {
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #008b10;
}

#bag-configurator-button {
  background: #bacbd5;
  border: none;
  height: 60px;
  box-shadow: 0 8px 24px #bacbd56e;
  margin-bottom: 20px;
}

#bag-configurator-add-to-cart p:before {
  background: #008b10;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 12px;
  position: relative;
  top: -1px;
  width: 8px;
}

@media screen and (min-width: 800px) {
  .configurator-mobile-only {
    display: none;
  }
}
.bewertungen-configurator {
  margin: 0px 0px 0px 20px;
}
@media screen and (min-width: 800px) {
  .bewertungen-configurator {
    margin: 0px 0px 0px 10px;
  }
}

.navUser-action .icon {
  width: 25px;
  height: 25px;
}
body.template-index
  header.site-header.header-sticky
  .navUser-action
  .icon:not(header.site-header.header-sticky.is-sticky .navUser-action .icon),
body.template-index
  svg.icon-cart
  path:not(body.template-index .header-mobile:hover svg.icon-cart path):not(
    body.template-index .is-sticky svg.icon-cart path
  ) {
  color: #fff;
  fill: #fff;
}
body.template-index header.site-header.header-sticky:hover a,
body.template-index header.site-header.header-sticky.is-sticky a,
body.template-index
  header.site-header.header-sticky:hover
  .navUser-action
  .icon:not(header.site-header.header-sticky.is-sticky .navUser-action .icon) {
  color: #000;
  fill: #000;
}
body.template-index header.site-header.header-sticky a {
  color: white;
  transition: none;
}
body.template-index
  .mobileMenu-toggle__Icon:not(
    body.template-index .is-sticky .mobileMenu-toggle__Icon
  ):not(body.template-index .header-mobile:hover .mobileMenu-toggle__Icon),
body.template-index
  .mobileMenu-toggle__Icon:not(
    body.template-index .is-sticky .mobileMenu-toggle__Icon
  ):not(
    body.template-index .header-mobile:hover .mobileMenu-toggle__Icon
  ):after,
body.template-index
  .mobileMenu-toggle__Icon:not(
    body.template-index .is-sticky .mobileMenu-toggle__Icon
  ):not(
    body.template-index .header-mobile:hover .mobileMenu-toggle__Icon
  ):before {
  background-color: #fff;
  transition: none;
}
body.template-index
  a.site-header__logo-image
  img:not(.is-sticky img):not(
    body.template-index
      header.site-header.header-sticky:hover
      a.site-header__logo-image
      img
  ) {
  filter: invert(1);
  transition: none;
}

body.template-index
  svg.icon-search
  circle:not(
    body.template-index .header-mobile:hover svg.icon-search circle
  ):not(body.template-index .is-sticky svg.icon-search circle),
body.template-index
  svg.icon-search
  path:not(body.template-index .header-mobile:hover svg.icon-search path):not(
    body.template-index .is-sticky svg.icon-search path
  ) {
  stroke: #fff;
}
.slideshow__image--background {
  object-fit: cover;
}

/*   Kollektion / Collection Page */

#collection .product-card__title a {
  padding-bottom: 0px;
  display: block;
  white-space: nowrap;
}

#collection .product-card__content {
  padding: 10px 10px 5px 10px;
  background: #f2f2f2;
}
#collection .product-card__price {
  margin-bottom: 0px;
}

#collection .product-card__price .price-item {
  font-size: 13px;
}
#collection .product-card__price {
  display: flex;
  justify-content: space-between;
}

#collection .product-card__variant--item label {
  width: 13px;
  height: 13px;
}
#collection .product-card-soldout {
  margin: 0px;
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  #collection .halo-column__item {
    width: 50%;
  }
  #collection .product-card__price .price-item {
    font-size: 10px;
  }
  #collection .product-card__title {
    font-size: 11px;
  }
  #collection .product-card__variant--item label {
    width: 10px;
    height: 10px;
  }
  #collection .product-card__price {
    font-size: 10px !important;
  }
  #collection .product-card-soldout {
    margin: 0px;
    font-size: 10px;
  }
}

/*   Warenkorb Pop Up / Card / Sidecard */

#collection .halo-column__item {
  margin: 0px 0 0px;
  padding: 2px 2px;
}

.popup-sidebar__wrapper .cart__submit {
  height: 65px;
}

.popup-sidebar__wrapper .cart-quickview_content {
  height: 100%;
}

.popup-sidebar__wrapper .has-items {
  height: 100%;
}

div.cart-quickview_content > div.has-items > form {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cart-quickview_content {
  padding: 0px;
}

.cart-quickview__table {
  flex: 1 1 auto;
  overflow: auto;
  padding: 30px 30px 10px 30px;
}

.cart-quickview__footer {
  padding: 10px 30px 10px 30px;
  box-shadow: 0 -2px 3px 0px #00000012;
}

.popup-sidebar__wrapper {
  height: 100%;
}

.slideshow__image {
  min-height: calc(100vh - 28px);
}

@media (max-width: 500px) {
  .slideshow__image,
  .slideshow__image--backgroundMobile {
    min-height: 0px;
  }
}

div.slideshow__content.content--left > h1 {
  font-size: 24px;
  color: white;
}

div.slideshow__content.content--left > p {
  color: white;
  font-size: 18px;
}

.magsafe-wrapper label {
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 16px;
}

label.myCheckbox.label-of-IPhone.XS.Max span.ds-none,
label.myCheckbox.label-of-IPhone.\31 1 span.ds-none,
label.myCheckbox.label-of-IPhone.\31 1.Pro span.ds-none,
span.checkmark.bg-colorIPhone.\31 1.Pro.Max span.ds-none {
  padding-left: 28px !important;
}
.\(MagSafe\) {
  display: none;
}

.icon-umtauschrecht {
  max-width: 500px;
  padding: 0px 30px 30px 30px;
}

.text-umtauschrecht {
  padding-top: 10px;
}
.cart-quickview_content.nudge-offer.custom {
  padding: 0px 30px 30px 30px !important;
}

#shopify-section-1656435492a6a93d7c > halo-row__item {
  margin-bottom: 10px;
}
#shopify-section-1656435492a6a93d7c {
  margin-bottom: 20px;
}

#shopify-section-1656435492a6a93d7c > div > div > div.halo-row.column-5 > div {
  margin-bottom: 10px;
}
@media screen and (max-width: 1020px) {
  #shopify-section-1656435492a6a93d7c
    > div
    > div
    > div.halo-row.column-5
    > div {
    width: 60%;
  }
}
@media screen and (max-width: 750px) {
  #shopify-section-1615633468fae7fbae > div {
    padding-bottom: 0px;
  }
  #shopify-section-1615633468fae7fbae > div > div > div {
    padding-left: 25px;
  }
}

/* 5/10/23 - Paul - fixing bug where bag configurator wasn't working on mobile 
@media (max-width: 420px) {
    .products-slider-wrapper .products-list-wrapper .label-wrapper.border-radius {
      display: flex; 
      flex-direction: column;
    }
}
*/
@media screen and (max-width: 650px) {
  #shopify-section-1586155999113
    > div
    > div
    > div
    > div
    > div.slideshow__content.content--left
    > a:nth-child(1)
    > h1 {
    font-size: 15px;
  }

  #shopify-section-1586155999113
    > div
    > div
    > div
    > div
    > div.slideshow__content.content--left {
    transform: translate(-50%, 100%);
  }
  #shopify-section-1586155999113
    > div
    > div
    > div
    > div
    > div.slideshow__content.content--left
    > p {
    color: white;
    font-size: 30px;
    line-height: 1.4;
  }
}

#banner-wrapper > div > div > div > div.banner-footer {
  display: none;
}

#banner-wrapper > div > div > div > div.banner-header > div.banner-logo {
  display: none;
}

#banner-wrapper
  > div
  > div
  > div
  > div.banner-header
  > div.banner-header__title {
  display: none;
}

#essential_accept {
  display: none;
}
#banner-wrapper
  > div
  > div
  > div
  > div.banner-main
  > div.banner-main_buttons
  > p.btn-manage.cursor {
  color: black;
  background-color: white;
}

#banner-wrapper
  > div
  > div
  > div
  > div.banner-main
  > div:nth-child(1)
  > p:nth-child(1) {
  text-align: center;
}
#banner-wrapper div.banner-main_buttons #all_accept {
  background-color: black !important;
}

#banner-wrapper
  > div
  > div
  > div
  > div.banner-main
  > div.banner-main_buttons
  > p.btn-accept.btn-manage__save.cursor {
  color: black;
  background-color: white;
}

@media screen and (max-width: 650px) {
  #banner-wrapper div.banner-body {
    top: 40% !important;
  }
}
select#phone_cases_models {
  padding: 0 5px;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  heigth: 40px;
}

@media screen and (max-width: 650px) {
  select#phone_cases_models {
    width: 100% !important;
    height: 40px !important;
    text-align: center !important;
    appearance: menulist !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    background-image: none !important;
    text-align-last: center !important;
  }
}

.konfigurator__container {
  padding: 0 80px;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .konfigurator__container {
    padding: 0 10px;
  }
}
.seotext__wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1240px) {
  .seotext__wrapper {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.seotext__block {
  flex: 1 1;
  margin-bottom: 25px;
  padding-right: 60px;
}

.block__heading {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 0;
}
.stamped-review-reply {
  display: none !important;
}

#filter-strap {
  padding-top: 10px;
}

/* 24/06/2024 - Nici implemented a second ATC Button and hided it everywhere. It will be used for AB005  */
.btn_atc_AB005 {
  height: 66px !important;
  border: none !important;
  box-shadow: 0 8px 24px #bacbd57d !important;
  background: #bacbd5 !important;
  display: block;
  align-items: center;
  background: #000 !important;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  justify-content: center;
  line-height: 1;
  padding: 0 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
  border: 1px solid #000 !important;
}

.btn_atc_AB005:hover {
  background: #fff !important;
  color: #000 !important;
}

.btn_atc_AB013 {
  height: 66px !important;
  border: none !important;
  box-shadow: 0 8px 24px #bacbd57d !important;
  background: #4b6677 !important;
  display: none !important;
}

/* Neues Drop Down für Handyhüllen selektion */

.nici-dd-dropdown {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.nici-dd-dropdown-btn {
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #a7a7a7;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.nici-dd-dropdown-btn:hover,
.nici-dd-dropdown-btn:focus {
  background-color: #f1f1f1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.nici-dd-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  max-height: 55vh; /* Limit the height of the dropdown content */
  overflow-y: auto; /* Enable scrolling within the dropdown content */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  margin-top: 10px;
  width: 100%;
}

.nici-dd-switch-options {
  display: flex;
  justify-content: space-around;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #efefef;
}

.nici-dd-switch-option {
  cursor: pointer;
  padding: 10px;
  font-weight: bold;
  color: gray;
  transition: color 0.3s;
}

.nici-dd-switch-option.active {
  color: black;
  border: solid black 1px;
  border-radius: 20px;
}

.nici-dd-models-section {
  padding: 10px;
}

.nici-dd-dropdown-section {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.nici-dd-dropdown-subheader {
  font-weight: normal;
  display: block;
  margin-top: 5px;
  font-family: Helvetica, sans-serif;
  text-align: left;
}

.nici-dd-model {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 20px;
  border: 1px solid #ddd;
  margin: 5px 0;
  text-align: center;
}

.nici-dd-model:hover {
  background-color: #f1f1f1;
}

/* Responsive styles */
@media (min-width: 800px) {
  .nici-dd-dropdown-collection {
    width: 33.33%;
    margin-left: 0px;
  }

  .nici-dd-dropdown-btn {
    font-size: 18px;
    padding: 18px;
  }

  .nici-dd-dropdown-content-collection {
    min-width: 400px;
  }

  .nici-dd-model {
    padding: 14px 18px;
  }
}

@media (max-width: 800px) {
  .nici-dd-dropdown {
    max-width: 100%;
  }

  .nici-dd-dropdown-content {
    z-index: 20 !important;
    padding-bottom: 100px;
    left: 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    max-height: 70vh;
    box-shadow: 0px -20px 0px 5000px rgba(1, 1, 1, 0.6);
  }
}

#page-collection\ hello
  > div.collection-container.Handyhüllen
  > div.filters-wraper {
  padding-top: 0px;
}

.nici-dd-dropdown-btn {
  position: relative; /* Ensure the arrow is positioned relative to the button */
  display: flex; /* Align arrow to the right side */
  justify-content: space-between;
  align-items: center; /* Vertically center the arrow */
  background-color: white;
  color: black;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #a7a7a7;
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.arrow-down {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nici-dd-dropdown-btn:hover,
.nici-dd-dropdown-btn:focus {
  background-color: #f1f1f1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#product-select-.ps-configurator,
.Select.Select--primary.model-select {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
}

#SingleOptionSelector-0.sos-product {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  max-width: 0 !important;
}
.c-d-a {
  display: none;
}

/* to show and hide new dropdown or old dropdown in handyhullen collection */

/* to show old dropdown  */
/* #phone_cases_models
{
  display:block!important;
}

.nici-dd-dropdown.nici-dd-phone_cases_models
{
  display:none!important;
} */

/* to show and hide new dropdown or old dropdown in product page */

/* to show old design */
/* #SingleOptionSelector-0.sos-product{
  width:100%!important;
   height:36px!important;
   padding:0 15px!important;
   max-width:100%!important;
  }
 .c-d-a{
   display: inline-block!important;
 }

.nici-dd-dropdown.nici-dd-product
{
  display:none!important;
}  */

/* to show and hide new dropdown or old dropdown in configurators */

/* to show old design */
/* #product-select-.ps-configurator, .Select.Select--primary.model-select{
    width:100%!important;
    height:40px!important;
    padding:10px 0px!important;
    text-align:center;
  }
.nici-dd-dropdown.nici-dd-configurator
{
  display:none!important;
} */

/* to hide display cover */
/* .displaycover-wrapper{
  display:none!important;
} */

.displaycover-box {
  display: flex;
  gap: 7px;
  align-items: center;
}

.displaycover-label {
  color: #787878;
  font-weight: 100;
}

.displaycover-svg {
  position: relative;
  top: 5px;
}

@media (max-width: 450px) {
  #customers-view > span > p {
    font-size: 70%;
  }
  .icon-block-2-bg {
    font-size: 70%;
  }
  #customers-view > svg {
    margin-right: 0px;
  }
  .payment-icons .icon {
    width: 45px;
  }
  div.icon-block-2 > ul > li:nth-child(1) > div > svg {
    width: 30px;
    margin-right: 10px;
  }
  div.icon-block-2 > ul > li:nth-child(2) > div > svg {
    width: 30px;
    margin-right: 10px;
  }
}

@media (max-width: 330px) {
  #customers-view > span > p {
    font-size: 60%;
  }
  .icon-block-2-bg {
    font-size: 60%;
  }
  #customers-view > svg {
    margin-right: 0px;
  }
  .payment-icons .icon {
    width: 40px;
  }
  div.icon-block-2 > ul > li:nth-child(1) > div > svg {
    width: 25px;
    margin-right: 8px;
  }
  div.icon-block-2 > ul > li:nth-child(2) > div > svg {
    width: 25px;
    margin-right: 8px;
  }
}

#mobile-default-mobile {
  display: none;
}

#mobile-default-desktop {
  display: none;
}

@media (max-width: 800px) {
  #mobile-default-mobile {
    display: block;
  }
}

@media (min-width: 800px) {
  #mobile-default-desktop {
    display: block;
  }
}

.pre-sale-body {
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.pre-sale-landing-page {
  max-width: 700px;
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pre-sale-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.pre-sale-image-section img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 20px;
}

.pre-sale-cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.pre-sale-cta-button {
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.pre-sale-cta-button:hover {
  background-color: #333;
}

.pre-sale-info-text {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #555;
  margin-top: 10px; /* Abstandsregelung für Desktop und Mobile */
}

.pre-sale-check-icon {
  width: 20px;
  height: 20px;
  color: #4caf50;
  margin-right: 15px;
  flex-shrink: 0;
}

.pre-sale-kunden {
  width: 60px;
  margin-right: 10px;
}

.pre-sale-benefits {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.pre-sale-benefit {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 6px;
  text-align: left;
}

.pre-sale-timer {
  font-size: 1.3rem;
  color: #ff4444;
  font-weight: bold;
  margin-top: 20px;
}

/* Responsive Design */
@media (min-width: 768px) {
  .pre-sale-landing-page {
    padding: 40px;
  }

  .pre-sale-title {
    font-size: 3rem;
  }

  .pre-sale-cta-section {
    flex-direction: column; /* Ändert das Layout, um Info-Text immer unterhalb des Buttons zu halten */
  }

  .pre-sale-cta-button {
    font-size: 1.2rem;
  }

  .pre-sale-benefits {
    flex-wrap: wrap;
  }

  .pre-sale-benefit {
    flex: 1 1 calc(50% - 10px);
  }
}

.pre-sale-timer {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
  font-family: "Helvetica", sans-serif;
}

.pre-sale-timer-item {
  background-color: transparent;
  border: 1px solid black;
  color: black;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  min-width: 80px;
}

.pre-sale-timer-number {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.pre-sale-timer-label {
  font-size: 0.8rem;
  color: #575757;
}

.pre-sale-rte {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-day-landing-page {
  width: 100%;
}
.singleday-header-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0px;
}

/* Bild und Text Styling */
.singleday-header-image {
  width: 50%;
}

.singleday-header-text {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}

.singleday-header-text h1 {
  font-size: 2.5em;
  margin: 0;
  font-weight: bold;
}

.singleday-header-text p {
  font-size: 1.2em;
  margin: 15px 0;
}

/* Responsive Anpassungen */
/* Für Bildschirme unter 1400px */
@media (max-width: 1400px) {
  .singleday-header-text h1 {
    font-size: 2.2em;
  }

  .singleday-header-text p {
    font-size: 1.1em;
  }
}

/* Für Bildschirme unter 1100px */
@media (max-width: 1100px) {
  .singleday-header-text h1 {
    font-size: 1.8em;
  }

  .singleday-header-text p {
    font-size: 1em;
  }
  .pre-sale-timer-item {
    padding: 5px 5px;
  }
}

/* Für Bildschirme unter 900px */
@media (max-width: 900px) {
  .singleday-header-text h1 {
    font-size: 1.6em;
  }

  .singleday-header-text p {
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .singleday-header-section {
    flex-direction: column;
    text-align: center;
  }

  .singleday-header-image,
  .singleday-header-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .singleday-header-text h1 {
    font-size: 2em;
  }

  .singleday-header-text p {
    font-size: 1em;
  }
  .pre-sale-timer-item {
    padding: 5px 5px;
    border-radius: 8px;
    text-align: center;
    min-width: 40px;
  }
}

.singleday-collection-section {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 50px auto 0px auto;
  padding: 0px;
}

.singleday-collection-item {
  position: relative;
  width: calc(50% - 2.5px); /* Zwei Spalten auf Desktop */
  overflow: hidden;
}

/* Bild und Overlay-Text */
.singleday-collection-item img {
  width: 100%;
  height: auto;
  display: block;
}

.singleday-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.singleday-overlay h3 {
  margin: 0;
  font-size: 1.2em;
  color: white;
}

.singleday-overlay p {
  margin: 5px 0;
  font-size: 0.9em;
  color: white;
}

.singleday-overlay button {
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 0.9em;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}

.singleday-overlay button:hover {
  background-color: white;
  color: black;
}
.pretext-singleday-collection-section p {
  margin: 0px 300px 0px;
  text-align: center;
}

.singleday-cta button {
  cursor: pointer;
  color: white;
  background-color: black;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 1.2em;
  cursor: pointer;
  margin: 10px 0px 40px 0px;
}

.singleday-cta button:hover {
  cursor: pointer;
  color: black;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 5px;
}

/* Anpassungen für größere Bildschirme (ab 1400px) */
@media (min-width: 1400px) {
  .singleday-overlay {
    padding: 15px;
  }

  .singleday-overlay h3 {
    font-size: 1.4em;
  }

  .singleday-overlay p {
    font-size: 1em;
  }

  .singleday-overlay button {
    padding: 10px 18px;
    font-size: 1em;
  }
  .singleday-collection-section {
    margin: 50px auto 0px auto;
  }
}

/* Anpassungen für mittlere Bildschirme (zwischen 1100px und 1399px) */
@media (max-width: 1399px) and (min-width: 1100px) {
  .singleday-overlay {
    padding: 12px;
  }

  .singleday-overlay h3 {
    font-size: 1.3em;
  }

  .singleday-overlay p {
    font-size: 0.95em;
  }

  .singleday-overlay button {
    padding: 9px 16px;
    font-size: 0.95em;
  }
  .singleday-collection-section {
    margin: 50px auto 0px auto;
  }
}

/* Anpassungen für kleinere Bildschirme (zwischen 900px und 1099px) */
@media (max-width: 1099px) and (min-width: 900px) {
  .singleday-overlay {
    padding: 10px;
  }

  .singleday-overlay h3 {
    font-size: 1.2em;
  }

  .singleday-overlay p {
    font-size: 0.9em;
  }

  .singleday-overlay button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
  .singleday-collection-section {
    margin: 50px auto 0px auto;
  }
  .pretext-singleday-collection-section p {
    margin: 0 200px 0;
  }
}

/* Anpassungen für mobile Bildschirme (unter 900px) */
@media (max-width: 899px) {
  .singleday-collection-item {
    width: 100%; /* Eine Spalte auf Mobile */
  }

  .singleday-overlay {
    padding: 8px;
    bottom: 15px;
    left: 15px;
  }

  .singleday-overlay h3 {
    font-size: 1em;
    line-height: 0.6;
  }

  .singleday-overlay p {
    font-size: 0.8em;
    margin: 0px;
  }

  .singleday-overlay button {
    padding: 0px 10px;
    font-size: 0.8em;
  }
  .singleday-collection-section {
    margin: 30px auto 0px auto;
  }
  .pretext-singleday-collection-section p {
    margin: 0 100px 0;
  }
}

/* Anpassungen für sehr kleine Bildschirme (unter 600px) */
@media (max-width: 599px) {
  .singleday-overlay {
    padding: 6px;
    bottom: 10px;
    left: 10px;
    width: 500px;
  }

  .singleday-overlay h3 {
    font-size: 0.9em;
    line-height: 0.6;
  }

  .singleday-overlay p {
    font-size: 0.75em;
    margin: 0px;
  }

  .singleday-overlay button {
    padding: 0px 10px;
    font-size: 0.75em;
  }
  .singleday-collection-section {
    margin: 30px auto 0px auto;
  }
  .pretext-singleday-collection-section p {
    margin: 0 0px 0;
  }
}

/* Anpassungen für sehr kleine Bildschirme (unter 400px) */
@media (max-width: 399px) {
  .singleday-overlay {
    padding: 5px;
    bottom: 8px;
    left: 8px;
    width: 500px;
  }

  .singleday-overlay h3 {
    font-size: 0.8em;
    line-height: 0.6;
  }

  .singleday-overlay p {
    font-size: 0.7em;
    margin: 0px;
  }

  .singleday-overlay button {
    padding: 0px 10px;
    font-size: 0.7em;
  }
  .singleday-collection-section {
    margin: 30px auto 0px auto;
  }
}

.vip-blackweek-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.vip-blackweek-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  width: 100%;
}

.vip-blackweek-box {
  border: 1px solid black;
  width: 32%;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#vip-blackweek-title {
  font-weight: bold;
  font-size: 1rem;
  color: black;
  margin: 0px;
}

#vip-blackweek-subtitle {
  font-size: 0.8rem;
  margin: 0 0 10px 0;
}

.vip-blackweek-button {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 10px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.vip-blackweek-button:hover {
  background-color: grey;
}

/* Responsive Layout */
@media (max-width: 1200px) {
  .vip-blackweek-box {
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
  }
  #vip-blackweek-subtitle {
    margin: 0px;
  }
}

@media (max-width: 500px) {
  .vip-blackweek-box {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 15px 0px;
  }
}

.single-day-landing-page > hr {
  margin: 20px 0;
}

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

.footer__column--payments .icon {
  width: initial;
  height: initial;
}

.padding-block-c {
  height: 20px;
}

/* Arrow Design Liquid Glass */
  .nici-liquid-button {
    /* Diese Flexbox-Eigenschaften sorgen für die perfekte Zentrierung */
    display: flex;
    justify-content: center;
    align-items: center;

    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e9e9ed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s cubic-bezier(0.2, 0.0, 0.4, 1.0), 
                box-shadow 0.15s ease-out,
                background-color 0.15s ease-out;
    user-select: none;
    cursor: pointer;
  }

  .nici-liquid-button:active {
    background-color: #dcdce1;
    transform: scale(0.94);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }

  /* --- NEUER PFEIL (SVG-STYLING) --- */
  .nici-liquid-arrow-svg {
    width: 30px; /* Breite des Icons */
    height: 30px; /* Höhe des Icons */
    color: black; /* Farbe des Pfeils */
  }