[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.category-description-bottom {
  max-width: 700px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Mulish', sans-serif;
  font-weight: 300;
  text-align: center;
}
.category-description-bottom:empty {
  display: none;
}
.category-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #2e2e2d;
  position: relative;
  padding: 56px 16px 20px;
}
.category-view .breadcrumbs {
  position: absolute;
  top: 0;
  padding-top: 16px;
}
.category-view .breadcrumbs a {
  text-decoration: underline;
}
.category-view .breadcrumbs a:hover {
  text-decoration: none;
}
.category-view .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 1;
}
.category-view h1.page-title {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
.category-description {
  font-family: 'Mulish', sans-serif;
  max-width: 700px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  min-height: 48px;
}
.category-description:empty,
.category-description._hide-page {
  display: none;
}
.category-description .btn {
  margin-top: 25px;
}
.category-description p {
  margin: 16px 0 0;
}
.category-description p:first-child {
  margin-top: 0;
}
.category-description h2,
.category-description h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 16px 0 0;
}
.category-description h2:first-child,
.category-description h3:first-child {
  margin-top: 0;
}
.category-description h3 {
  font-size: 18px;
}
.category-description-toggle {
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #2e2e2d;
  cursor: pointer;
  text-decoration: underline;
}
.category-description-toggle:hover {
  text-decoration: none;
}
.category-description-toggle:before {
  content: "Read More";
}
.category-description-in {
  position: relative;
}
.category-description-in._spoiler .category-description-spoiler {
  max-height: 48px;
  overflow: hidden;
  position: relative;
}
.category-description-in._spoiler .category-description-spoiler:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  height: 24px;
  pointer-events: none;
}
.category-description-in._spoiler._full .category-description-spoiler {
  max-height: none;
}
.category-description-in._spoiler._full .category-description-spoiler:after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .category-description-in._spoiler {
    margin-bottom: 16px;
  }
}
.category-description-in._full .category-description-toggle:before {
  content: "Read Less";
}
.category-description-in:not(._spoiler) .category-description-toggle {
  display: none;
}
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main {
  min-height: 700px;
}
.es-ClearRefinements-button,
.es-CurrentRefinements-delete,
.es-InfiniteHits-loadPrevious,
.es-InfiniteHits-loadMore,
.es-InfiniteResults-loadMore {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.es-ClearRefinements-button[disabled],
.es-CurrentRefinements-delete[disabled],
.es-InfiniteHits-loadPrevious[disabled],
.es-InfiniteHits-loadMore[disabled],
.es-InfiniteResults-loadMore[disabled] {
  cursor: default;
}
[hidden],
.es-InfiniteHits-loadPrevious--disabled,
.es-InfiniteHits-loadMore--disabled {
  display: none !important;
}
.elastic-columns-container {
  margin: 24px 0 40px;
}
.elastic-columns-container:after {
  content: '';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.elastic-left-container {
  float: left;
  width: 276px;
  padding: 0;
  top: 144px;
  transition: top .2s;
}
.elastic-left-container._fixed {
  position: -webkit-sticky;
  position: sticky;
}
.elastic-right-container {
  float: right;
  width: calc(100% - 292px);
  padding: 0;
  margin: 0 0 0 auto;
}
.inscription-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
  padding: 48px 0 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .15px;
  color: #2e2e2d;
}
.inscription-filter-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .15px;
  color: #2e2e2d;
}
.elastic-filters-wrap .es-Panel {
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.elastic-filters-wrap .es-Panel-header {
  cursor: pointer;
  padding: 20px 32px 20px 0;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elastic-filters-wrap .es-Panel-header:after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -12px 0 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY0NiAxMC4zNTNhLjUuNSAwIDAwMC0uNzA3bC0uNzAzLS43MDNhLjUuNSAwIDAwLS43MDcgMEwxMiAxMy4xNyA3Ljc2NCA4Ljk0M2EuNS41IDAgMDAtLjcwNyAwbC0uNzAzLjcwM2EuNS41IDAgMDAwIC43MDdMMTIgMTZsNS42NDYtNS42NDd6IiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+) no-repeat 0 0;
  background-size: 24px;
  transition: transform .2s;
}
.elastic-filters-wrap .es-Panel-header._show-filter:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elastic-filters-wrap .es-Panel-header._show-filter + .es-Panel-body {
  display: block;
}
.elastic-filters-wrap .es-Panel-header._show-filter .es-CurrentRefinements-item {
  display: none;
}
.elastic-filters-wrap .name {
  background: none;
  text-transform: capitalize;
  color: #2e2e2d;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .15px;
  padding: 0;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.elastic-filters-wrap .name > span {
  display: block;
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
.elastic-filters-wrap .name .es-CurrentRefinements-list {
  padding: 0;
}
.elastic-filters-wrap .es-CurrentRefinements-item {
  margin: 0;
  padding-left: 35px;
  padding-right: 15px;
}
.elastic-filters-wrap .es-CurrentRefinements-category {
  display: block;
}
.elastic-filters-wrap .es-CurrentRefinements-categoryLabel {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elastic-filters-wrap .es-CurrentRefinements-delete {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.elastic-filters-wrap .es-CurrentRefinements-delete:before {
  position: absolute;
  left: 7px;
  top: 7px;
}
.elastic-filters-wrap .es-Panel-body {
  display: none;
  padding: 0 0 8px;
}
.elastic-filters-wrap .es-RefinementList-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -8px;
}
.elastic-filters-wrap .es-RefinementList-label {
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 100px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .180451px;
  color: #2e2e2d;
  padding: 13px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
body:not(._is-touch-device) .elastic-filters-wrap .es-RefinementList-label:hover {
  border-color: #2e2e2d;
}
.elastic-filters-wrap .es-RefinementList-label-image-square,
.elastic-filters-wrap .es-RefinementList-label-swatch,
.elastic-filters-wrap .es-RefinementList-label-image-circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.elastic-filters-wrap .es-RefinementList-label-image-square {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 42px;
}
.elastic-filters-wrap .es-RefinementList-label-image-square .es-RefinementList-img {
  margin: 0 4px 0 0;
  width: 24px;
}
.elastic-filters-wrap .es-RefinementList-label-image-square .es-RefinementList-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.elastic-filters-wrap .es-RefinementList-label-image-square.checked .es-RefinementList-img img {
  filter: invert(100%);
}
.elastic-filters-wrap .es-RefinementList-label-swatch {
  padding: 3px 8px 3px 4px;
  border-color: #ffffff;
}
body:not(._is-touch-device) .elastic-filters-wrap .es-RefinementList-label-swatch:hover {
  border-color: #2e2e2d;
}
.elastic-filters-wrap .es-RefinementList-label-swatch .es-RefinementList-item-text {
  width: calc(100% - 32px);
}
.elastic-filters-wrap .es-RefinementList-label-image-circle {
  border-color: #ffffff;
  padding: 3px 8px 3px 4px;
}
body:not(._is-touch-device) .elastic-filters-wrap .es-RefinementList-label-image-circle:hover {
  border-color: #2e2e2d;
}
.elastic-filters-wrap .es-RefinementList-label-image-circle .es-RefinementList-img {
  width: 44px;
  margin: 0 8px 0 0;
}
.elastic-filters-wrap .es-RefinementList-label-image-circle .es-RefinementList-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.elastic-filters-wrap .es-RefinementList-label-image-circle .es-RefinementList-item-text {
  width: calc(100% - 52px);
}
.elastic-filters-wrap .es-RefinementList-swatch {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 8px;
}
.elastic-filters-wrap .es-RefinementList-swatch[style*="ffffff"],
.elastic-filters-wrap .es-RefinementList-swatch[style*="FFFFFF"] {
  border-color: #dddddd;
}
.elastic-filters-wrap .es-RefinementList-item {
  margin: 0 0 16px 8px;
  padding: 0;
  max-width: 100%;
}
body:not(._is-touch-device) .elastic-filters-wrap .es-RefinementList-item:hover {
  text-decoration: none;
}
.elastic-filters-wrap .es-RefinementList-item.es-RefinementList-item--selected .es-RefinementList-label {
  color: #ffffff;
  background: #2e2e2d;
  border-color: #2e2e2d;
  box-shadow: none;
  font-weight: 400;
  text-decoration: none;
}
.elastic-filters-wrap .is-widget-container-master_product_type .es-RefinementList-img {
  display: none;
}
.elastic-filters-wrap .is-widget-container-color .es-RefinementList-item {
  width: calc(100% - 8px);
}
.elastic-filters-wrap .is-widget-container-color .es-RefinementList-item._hidden {
  display: none;
}
.elastic-filters-wrap .is-widget-container-color .es-RefinementList-label {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}
.elastic-filters-wrap .is-widget-container-color .es-RefinementList-label-image-circle .es-RefinementList-img {
  width: 36px;
}
.es-RefinementList-checkbox,
#current-refinements,
.swatch_hidden_image {
  display: none;
}
/* Toolbar */
.infos {
  margin: 0 0 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #2e2e2d;
  font-family: 'Mulish', sans-serif;
  line-height: 1.1875;
}
.sort-by {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 40px;
}
.sort-by-label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: .0015em;
  color: #2e2e2d;
  font-family: 'Mulish', sans-serif;
  margin: 0 16px 0 0;
  white-space: nowrap;
}
.sort-by-label:after {
  content: ':';
}
.sort-by-content select {
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY0NiAxMC4zNTNhLjUuNSAwIDAwMC0uNzA3bC0uNzAzLS43MDNhLjUuNSAwIDAwLS43MDcgMEwxMiAxMy4xNyA3Ljc2NCA4Ljk0M2EuNS41IDAgMDAtLjcwNyAwbC0uNzAzLjcwM2EuNS41IDAgMDAwIC43MDdMMTIgMTZsNS42NDYtNS42NDd6IiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+) no-repeat 100% 50%;
  background-size: 24px;
  height: 24px;
  padding: 0 28px 0 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: .0015em;
  color: #2e2e2d;
  border: 0;
  border-radius: 0;
  font-family: 'Mulish', sans-serif;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
.sort-by-content select option {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.elastic-stats {
  margin: 0 0 0 auto;
  white-space: nowrap;
}
.es-Stats-text {
  font-weight: 700;
}
.elastic-toggle {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elastic-toggle input {
  display: none;
}
.elastic-toggle input:checked + label:before {
  border-color: #074ee8;
  box-shadow: inset 0 0 0 12px #074ee8;
}
.elastic-toggle input:checked + label:after {
  background-color: #ffffff;
  left: 24px;
}
.elastic-toggle label {
  display: block;
  position: relative;
  padding: 0 0 0 61px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .0015em;
  color: #2e2e2d;
  font-family: 'Mulish', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  height: 24px;
}
.elastic-toggle label:before {
  content: '';
  width: 45px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 100px;
  transition: border 0.4s ease, box-shadow 0.4s ease;
}
.elastic-toggle label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #074ee8;
  border-radius: 50%;
  transition: background-color 0.4s ease, left 0.4s ease;
}
body:not(._is-touch-device) .elastic-toggle label:hover:before {
  border-color: #074ee8;
}
.es-ClearRefinements-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: #2e2e2d;
  letter-spacing: .15px;
  font-weight: 400;
  transition: color .3s;
}
.es-ClearRefinements-button:before {
  content: '';
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2Ljk1IDE2Ljk1QTYuOTk4IDYuOTk4IDAgMDE1IDEyIiBzdHJva2U9IiMxNDE3MjkiIHN0cm9rZS13aWR0aD0iMS4yIi8+PHBhdGggZD0iTTIgMTNsMy0zIDMgM0gyeiIgZmlsbD0iIzE0MTcyOSIvPjxwYXRoIGQ9Ik03LjA1IDcuMDVBNyA3IDAgMDExOSAxMiIgc3Ryb2tlPSIjMTQxNzI5IiBzdHJva2Utd2lkdGg9IjEuMiIvPjxwYXRoIGQ9Ik0yMiAxMWwtMyAzLTMtM2g2eiIgZmlsbD0iIzE0MTcyOSIvPjwvc3ZnPg==) no-repeat;
  background-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.es-ClearRefinements-button.es-ClearRefinements-button--disabled {
  color: #999999;
}
.es-ClearRefinements-button.es-ClearRefinements-button--disabled:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuOTUgMTYuOTVBNi45OTggNi45OTggMCAwMTUgMTIiIHN0cm9rZT0iIzk5OSIgc3Ryb2tlLXdpZHRoPSIxLjIiLz48cGF0aCBkPSJNMiAxM2wzLTMgMyAzSDJ6IiBmaWxsPSIjOTk5Ii8+PHBhdGggZD0iTTcuMDUgNy4wNUE3IDcgMCAwMTE5IDEyIiBzdHJva2U9IiM5OTkiIHN0cm9rZS13aWR0aD0iMS4yIi8+PHBhdGggZD0iTTIyIDExbC0zIDMtMy0zaDZ6IiBmaWxsPSIjOTk5Ii8+PC9zdmc+);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform .3s;
}
.es-CurrentRefinements-header,
.es-CurrentRefinements-label {
  display: none;
}
.es-CurrentRefinements-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
  margin: 0;
}
.es-CurrentRefinements-item {
  display: block;
  border: 1px solid #2e2e2d;
  background: #ffffff;
  height: auto;
  border-radius: 100px;
  color: #2e2e2d;
  padding: 7px 16px 7px 8px;
  transition: color 0.2s, background-color 0.2s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 16px 16px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
body:not(._is-touch-device) .es-CurrentRefinements-item:hover {
  color: #ffffff;
  background-color: #2e2e2d;
  text-decoration: none;
}
body:not(._is-touch-device) .es-CurrentRefinements-item:hover .es-CurrentRefinements-delete:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY0NyA3Ljc2NGEuNS41IDAgMDAwLS43MDdsLS43MDMtLjcwM2EuNS41IDAgMDAtLjcwNyAwbC0zLjg4MyAzLjg4M2EuNS41IDAgMDEtLjcwNyAwTDcuNzY0IDYuMzU0YS41LjUgMCAwMC0uNzA4IDBsLS43MDIuNzAzYS41LjUgMCAwMDAgLjcwN2wzLjg4MyAzLjg4M2EuNS41IDAgMDEwIC43MDdsLTMuODgzIDMuODgzYS41LjUgMCAwMDAgLjcwN2wuNzAzLjcwM2EuNS41IDAgMDAuNzA3IDBsMy44ODMtMy44ODNhLjUuNSAwIDAxLjcwNyAwbDMuODgzIDMuODgzYS41LjUgMCAwMC43MDcgMGwuNzAzLS43MDNhLjUuNSAwIDAwMC0uNzA3bC0zLjg4My0zLjg4M2EuNS41IDAgMDEwLS43MDdsMy44ODMtMy44ODN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
body:not(._is-touch-device) .es-CurrentRefinements-item:hover .es-CurrentRefinements-categoryLabel {
  text-decoration: none;
}
.es-CurrentRefinements-item.es-CurrentRefinements-more {
  padding-left: 7px;
  padding-right: 7px;
  margin-right: 0;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.es-CurrentRefinements-item.es-CurrentRefinements-more svg {
  display: block;
}
.es-CurrentRefinements-item.es-CurrentRefinements-more._active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.es-CurrentRefinements-delete {
  float: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 0;
  background: none;
  margin: 0 4px 0 0;
  font-size: 0;
  -ms-flex-order: -10;
  -webkit-order: -10;
  order: -10;
  cursor: pointer;
}
.es-CurrentRefinements-delete:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjY0NyA3Ljc2NGEuNS41IDAgMDAwLS43MDdsLS43MDMtLjcwM2EuNS41IDAgMDAtLjcwNyAwbC0zLjg4MyAzLjg4M2EuNS41IDAgMDEtLjcwNyAwTDcuNzY0IDYuMzU0YS41LjUgMCAwMC0uNzA4IDBsLS43MDIuNzAzYS41LjUgMCAwMDAgLjcwN2wzLjg4MyAzLjg4M2EuNS41IDAgMDEwIC43MDdsLTMuODgzIDMuODgzYS41LjUgMCAwMDAgLjcwN2wuNzAzLjcwM2EuNS41IDAgMDAuNzA3IDBsMy44ODMtMy44ODNhLjUuNSAwIDAxLjcwNyAwbDMuODgzIDMuODgzYS41LjUgMCAwMC43MDcgMGwuNzAzLS43MDNhLjUuNSAwIDAwMC0uNzA3bC0zLjg4My0zLjg4M2EuNS41IDAgMDEwLS43MDdsMy44ODMtMy44ODN6IiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+) no-repeat;
  background-size: 24px;
  position: static;
}
.es-CurrentRefinements-delete:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 2;
}
.es-CurrentRefinements-categoryLabel {
  float: none;
  width: calc(100% - 28px);
  padding: 0;
  line-height: 24px;
  height: auto;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.es-CurrentRefinements-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
/* Product List */
.es-InfiniteHits {
  text-align: center;
}
.es-InfiniteHits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 56px -16px;
}
.es-InfiniteHits-list:after {
  content: ' ';
  clear: both;
  display: block;
}
.es-InfiniteHits-item {
  width: calc(33.33% - 16px);
  margin: 0 0 16px 16px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.es-InfiniteHits-item [data-content-type] {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.elastic-search-item {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.elastic-search-item .badges-container {
  position: static;
  pointer-events: none;
}
.elastic-search-item .badges-container .badge-discount {
  position: absolute;
  right: 16px;
  top: 16px;
  left: auto;
  bottom: auto;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  background: #fec42d;
  border: 0;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #2e2e2d;
  padding: 0 12px;
  width: auto;
  height: 32px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .366833px;
  font-weight: bold;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.elastic-search-item .badges-container .badge-discount .extra {
  margin-right: 4px;
}
.elastic-search-item .badges-container .badge-discount .extra:last-child {
  margin-right: 0;
}
.elastic-search-item .badges-container .badge-discount .extra,
.elastic-search-item .badges-container .badge-discount .extra + span {
  font-size: inherit;
  text-transform: uppercase;
}
.elastic-search-item .badges-container .badge-discount.gm-sticker-position-bottom {
  left: 16px;
  bottom: 6px;
  right: auto;
  top: auto;
}
.elastic-search-item .badges-container .badge-fast-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .366833px;
  background: #27ae60;
  position: absolute;
  bottom: 4px;
  left: 16px;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 3px;
  height: 24px;
  padding: 0 6px;
  width: auto;
  right: auto;
  top: auto;
  border: 0;
  box-shadow: none;
  font-weight: 400;
}
.elastic-search-item .badges-container .badge-fast-track.gm-sticker-position-top_right,
.elastic-search-item .badges-container .badge-fast-track.gm-sticker-position-top_left {
  left: auto;
  bottom: auto;
  right: 16px;
  top: 16px;
}
.elastic-search-item .badges-container .badge-fast-track.gm-sticker-position-top_left {
  left: 16px;
  right: auto;
}
.elastic-search-item .badges-container .badge-most-popular {
  display: none;
}
.result-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.result-thumbnail-wrap {
  position: relative;
  padding: 16px 12px 40px;
  text-align: center;
}
.result-thumbnail {
  display: block;
  width: 100%;
  height: auto;
}
.product-image-swatch {
  display: none;
}
.product-image-swatch-small {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 112px;
  height: 112px;
}
.no-image {
  display: block;
  width: 100%;
  padding: 0 0 100%;
}
.result-title {
  font-family: 'Mulish', sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 2px;
  letter-spacing: .0015em;
  color: #2e2e2d;
  max-height: 34px;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .result-title {
    font-size: 20px;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 4px;
  }
}
.result-sub-content {
  padding: 0 16px;
}
.result-price {
  font-family: 'Mulish', sans-serif;
  color: #2e2e2d;
  text-align: left;
  line-height: 1.2;
  letter-spacing: .264782px;
  margin: 0 0 16px;
}
.result-price strong {
  font-weight: 600;
}
.result-price .after_special {
  font-size: 14px;
  margin-right: 4px;
}
.result-price .after_special strong {
  font-size: 24px;
}
.result-price .after_special.promotion strong {
  color: #ce1b1b;
}
.result-price .before_special {
  color: #828282;
  font-size: 14px;
  white-space: nowrap;
}
.result-price .before_special strong {
  font-size: 16px;
  text-decoration: line-through;
}
.result-actions {
  padding: 0 16px 16px;
  margin: auto 0 0;
}
.result-actions .towishlist {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: .264782px;
  font-family: 'Mulish', sans-serif;
  color: #2e2e2d;
  box-shadow: none;
  border: 1px solid #2e2e2d;
  border-radius: 6px;
  padding: 10px 6px;
  transition: background-color 0.2s, color 0.2s;
  text-transform: uppercase;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:not(._is-touch-device) .result-actions .towishlist:hover {
  background-color: #2e2e2d;
  color: #ffffff;
}
.result-actions .towishlist.active {
  background-color: #2e2e2d;
  color: #ffffff;
  font-size: 0;
  line-height: 0;
}
.result-actions .towishlist.active:after {
  content: 'Sample Added';
  display: block;
  font-size: 18px;
  line-height: 24px;
}
button.es-InfiniteHits-loadMore {
  font-size: 16px;
  line-height: 1.5;
  background: #2e2e2d;
  border: 0;
  margin: 20px auto 0;
  padding: 12px 16px;
  text-align: center;
  min-width: 200px;
  letter-spacing: .15px;
  color: #ffffff;
  text-transform: none;
  font-family: 'Mulish', sans-serif;
  border-radius: 8px;
  transition: background-color 0.2s;
  vertical-align: middle;
  white-space: nowrap;
}
body:not(._is-touch-device) button.es-InfiniteHits-loadMore:hover {
  opacity: .8;
  background-color: #2e2e2d;
}
#refine-toggle,
.mobile-filter-apply-button,
.inscription-filter-mobile,
.inscription-filter-mobile-close {
  display: none;
}
/* Primary Filters */
.elastic-primary-filters-wrap {
  position: relative;
  z-index: 20;
  transition: top .2s;
}
.elastic-primary-filters-wrap .es-Panel-header,
.elastic-primary-filters-wrap .swiper-button-lock {
  display: none;
}
.elastic-primary-filters-wrap .es-Panel-body {
  position: relative;
}
.elastic-primary-filters-wrap .elastic-primary-filters-scroll {
  overflow-y: hidden;
}
.elastic-primary-filters-wrap .es-RefinementList-list {
  text-align: center;
  white-space: nowrap;
  margin: 0;
}
.elastic-primary-filters-wrap .es-RefinementList-item {
  max-width: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 16px 16px;
  width: auto;
}
.elastic-primary-filters-wrap .es-RefinementList-item:first-child {
  margin-left: 0;
}
.elastic-primary-filters-wrap .es-RefinementList-label {
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 100px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .180451px;
  color: #2e2e2d;
  padding: 13px 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
body:not(._is-touch-device) .elastic-primary-filters-wrap .es-RefinementList-label:hover {
  border-color: #2e2e2d;
}
.elastic-primary-filters-wrap .es-RefinementList-img,
.elastic-primary-filters-wrap .es-RefinementList-swatch {
  transition: all .3s;
}
.elastic-primary-filters-wrap._fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 800;
  background: #fafafa;
}
.elastic-primary-filters-wrap._fixed .elastic-primary-filters {
  margin-left: auto;
  margin-right: auto;
  max-width: 2112px;
  margin-bottom: 0;
}
.elastic-primary-filters-wrap._fixed .es-RefinementList-label {
  padding-top: 7px;
  padding-bottom: 7px;
}
.elastic-primary-filters-wrap._fixed .es-RefinementList-item {
  margin-left: 16px;
}
.elastic-primary-filters-wrap._fixed .es-RefinementList-item:first-child {
  margin-left: 0;
}
.elastic-primary-filters-wrap._fixed .es-RefinementList-item-text {
  display: block;
  white-space: nowrap;
}
.elastic-primary-filters-wrap._fixed .es-RefinementList-img,
.elastic-primary-filters-wrap._fixed .es-RefinementList-swatch {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.elastic-primary-filters-wrap:not(._fixed) .elastic-primary-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 220px;
}
.elastic-primary-filters-wrap:not(._fixed) .elastic-primary-filters.perfect-fit-hide-primary-filter-images {
  min-height: 84px;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-master_product_type .es-RefinementList-label {
  border: 0;
  border-radius: 0;
  transition: transform .3s;
  background: none;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-master_product_type .es-RefinementList-img {
  width: 120px;
  margin: 0 auto 16px;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-master_product_type .es-RefinementList-img img {
  display: block;
  margin: 0 auto;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-master_product_type .es-RefinementList-item-text {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .180451px;
}
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_opacity"] .es-RefinementList-label-image-square,
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_properties"] .es-RefinementList-label-image-square {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 42px;
}
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_opacity"] .es-RefinementList-label-image-square .es-RefinementList-img,
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_properties"] .es-RefinementList-label-image-square .es-RefinementList-img {
  width: 24px;
  margin-right: 4px;
}
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_opacity"] .es-RefinementList-label-image-square .es-RefinementList-img img,
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_properties"] .es-RefinementList-label-image-square .es-RefinementList-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_opacity"] .es-RefinementList-label:not(.es-RefinementList-label-image-square) .es-RefinementList-img,
.elastic-primary-filters-wrap:not(._fixed) [data-attr="master_properties"] .es-RefinementList-label:not(.es-RefinementList-label-image-square) .es-RefinementList-img {
  display: none;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-color .es-RefinementList-item {
  margin-left: 0;
  margin-right: 0;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-color .es-RefinementList-label-swatch {
  border: 0;
  background: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 4px;
  padding-right: 4px;
  width: 108px;
  white-space: normal;
  transition: transform .3s;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-color .es-RefinementList-label-swatch .es-RefinementList-swatch {
  display: block;
  margin: 0 auto 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-color .es-RefinementList-label-image-circle {
  border: 0;
  background: none;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 4px;
  padding-right: 4px;
  width: 108px;
  white-space: normal;
  transition: transform .3s;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-color .es-RefinementList-label-image-circle .es-RefinementList-img:not(.swatch_hidden_image) {
  display: block;
  margin: 0 auto 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.elastic-primary-filters-wrap:not(._fixed) .is-widget-container-color .es-RefinementList-label-image-circle .es-RefinementList-img:not(.swatch_hidden_image) img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.elastic-primary-filters-wrap:not(._fixed) .perfect-fit-hide-primary-filter-images .is-widget-container-master_product_type .es-RefinementList-label {
  border: 1px solid #dddddd;
  border-radius: 100px;
  background: #ffffff;
  padding: 13px 8px;
}
body:not(._is-touch-device) .elastic-primary-filters-wrap:not(._fixed) .perfect-fit-hide-primary-filter-images .is-widget-container-master_product_type .es-RefinementList-label:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border-color: #2e2e2d;
}
.elastic-primary-filters-wrap:not(._fixed) .perfect-fit-hide-primary-filter-images .is-widget-container-master_product_type .es-RefinementList-img {
  display: none;
}
.elastic-primary-filters-wrap:not(._fixed) .perfect-fit-hide-primary-filter-images .is-widget-container-master_product_type .es-RefinementList-item-text {
  font-size: 13px;
  line-height: 16px;
}
.elastic-primary-filters-wrap .swiper-container-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 2px;
  background: #dddddd;
  border-radius: 4px;
  bottom: 0;
}
.elastic-primary-filters-wrap .swiper-container-horizontal .swiper-scrollbar-drag {
  background: #2e2e2d;
  border-radius: 4px;
}
.elastic-primary-filters-wrap .swiper-button-prev,
.elastic-primary-filters-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #dddddd;
  transition: background-color 0.2s;
  margin: -28px 0 0;
}
body:not(._is-touch-device) .elastic-primary-filters-wrap .swiper-button-prev:not(.swiper-button-disabled):hover,
body:not(._is-touch-device) .elastic-primary-filters-wrap .swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: #aaaaaa;
}
.elastic-primary-filters-wrap .swiper-button-prev:before,
.elastic-primary-filters-wrap .swiper-button-next:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMzUzIDYuMzU0YS41LjUgMCAwMC0uNzA3IDBsLS43MDMuNzAzYS41LjUgMCAwMDAgLjcwN0wxMy4xNyAxMmwtNC4yMjcgNC4yMzZhLjUuNSAwIDAwMCAuNzA3bC43MDMuNzAzYS41LjUgMCAwMC43MDcgMEwxNiAxMmwtNS42NDctNS42NDZ6IiBmaWxsPSIjMTQxNzI5Ii8+PC9zdmc+) no-repeat 50% 50%;
  background-size: 24px;
}
.elastic-primary-filters-wrap .swiper-button-prev:after,
.elastic-primary-filters-wrap .swiper-button-next:after {
  display: none;
}
.elastic-primary-filters-wrap .swiper-button-prev {
  left: 0;
}
.elastic-primary-filters-wrap .swiper-button-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.elastic-primary-filters-wrap .swiper-button-next {
  right: 0;
}
.elastic-primary-filters-wrap .swiper-button-disabled {
  opacity: 1;
  background-color: #eeeeee;
}
.elastic-primary-filters-wrap .swiper-button-disabled:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMzUzIDYuMzU0YS41LjUgMCAwMC0uNzA3IDBsLS43MDMuNzAzYS41LjUgMCAwMDAgLjcwN0wxMy4xNyAxMmwtNC4yMjcgNC4yMzZhLjUuNSAwIDAwMCAuNzA3bC43MDMuNzAzYS41LjUgMCAwMC43MDcgMEwxNiAxMmwtNS42NDctNS42NDZ6IiBmaWxsPSIjQUFBIi8+PC9zdmc+);
}
.elastic-primary-filters {
  padding: 24px 0 0;
}
.infos-current-wrap {
  margin: -32px -6px 0 -6px;
  padding: 32px 6px 0 6px;
  top: 112px;
  background: #ffffff;
  z-index: 10;
  transition: top .2s;
}
.infos-current-wrap:after {
  content: '';
  display: table;
}
.infos-current-wrap._fixed {
  position: -webkit-sticky;
  position: sticky;
}
.colors-toggle {
  cursor: pointer;
  margin: 8px 0 16px 8px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  font-family: 'Mulish', sans-serif;
}
body:not(._is-touch-device) .colors-toggle:hover {
  text-decoration: none;
}
.colors-toggle:before {
  content: 'Show More Colours +';
}
.colors-toggle._active:before {
  content: 'Show Less Colours -';
}
.current-refinements-in {
  display: none;
}
.elastic-mobile-modes {
  display: none;
  margin: 0 0 0 auto;
}
.elastic-mobile-mode {
  display: block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 25px;
  cursor: pointer;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.elastic-mobile-mode span {
  display: none;
}
.elastic-mobile-mode._one {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNC42NjQiIHk9IjUuMzc0IiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHJ4PSIuNSIgc3Ryb2tlPSIjMTQxNzI5Ii8+PC9zdmc+");
}
.elastic-mobile-mode._one._active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNC4xNjQiIHk9IjQuODc0IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSIxIiBmaWxsPSIjMEQwRjFDIi8+PC9zdmc+");
}
.elastic-mobile-mode._two {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTMuNjY0IiB5PSI1LjM3NCIgd2lkdGg9IjYiIGhlaWdodD0iMTUiIHJ4PSIuNSIgc3Ryb2tlPSIjMEQwRjFDIi8+PHJlY3QgeD0iNC42NjQiIHk9IjUuMzc0IiB3aWR0aD0iNiIgaGVpZ2h0PSIxNSIgcng9Ii41IiBzdHJva2U9IiMwRDBGMUMiLz48L3N2Zz4=");
}
.elastic-mobile-mode._two._active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMTMuMTY0IiB5PSI0Ljg3NCIgd2lkdGg9IjciIGhlaWdodD0iMTYiIHJ4PSIxIiBmaWxsPSIjMTQxNzI5Ii8+PHJlY3QgeD0iNC4xNjQiIHk9IjQuODc0IiB3aWR0aD0iNyIgaGVpZ2h0PSIxNiIgcng9IjEiIGZpbGw9IiMxNDE3MjkiLz48L3N2Zz4=");
}
.instant-search-facets-scroll {
  overflow-x: hidden;
  max-height: calc(100vh - 315px);
}
.instant-search-facets-scroll[data-simplebar="init"] {
  margin-right: -10px;
  padding-right: 10px;
}
.instant-search-facets-scroll .simplebar-vertical {
  background: #ffffff;
  width: 10px;
}
.instant-search-facets-scroll .simplebar-vertical .simplebar-scrollbar:before {
  left: 6px;
  right: 0;
  background: #999999;
  border-radius: 10px;
}
.instant-search-facets-scroll .simplebar-vertical .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.instant-search-facets-scroll .simplebar-scrollbar {
  border-radius: 10px;
}
.product-proggress-bar-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  font-family: 'Mulish', sans-serif;
  margin: 0 0 20px;
}
.product-proggress-bar-text strong {
  font-weight: 500;
}
.product-proggress-bar {
  border-radius: 8px;
  background: #dddddd;
  max-width: 375px;
  margin: 0 auto;
}
.product-proggress-bar span {
  display: block;
  border-radius: 8px;
  height: 4px;
  background: #007b94;
}
body {
  /*
        &._elastic-swatch-mode {

            div#elastic_instant_selector {

                .result {

                    .result-thumbnail-wrap {

                        .result-thumbnail,
                        .product-image-swatch-small {
                            display: none;
                        }

                        .product-image-swatch {
                            display: block;
                        }

                    }

                }

            }

        }
        */
}
body._elastic-no-primary-filters .elastic-left-container {
  top: 72px;
}
body._elastic-no-primary-filters .infos-current-wrap {
  top: 40px;
}
body._is-touch-device .elastic-tooltip-wrapper {
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1080px) {
  body._is-touch-device .elastic-primary-filters-wrap .swiper-button-prev,
  body._is-touch-device .elastic-primary-filters-wrap .swiper-button-next {
    display: none;
  }
}
body._fixed-header .page-header {
  transition: height .2s;
  height: 105px;
}
body._fixed-header._remove-header .page-header {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
body._no-breadcrumbs .elastic-left-container {
  top: 96px;
}
body._no-breadcrumbs .infos-current-wrap {
  top: 64px;
}
body._no-breadcrumbs._elastic-no-primary-filters .elastic-left-container {
  top: 32px;
}
body._no-breadcrumbs._elastic-no-primary-filters .infos-current-wrap {
  top: 0;
}
body._reverse-scroll .elastic-left-container {
  top: 288px;
}
body._reverse-scroll .infos-current-wrap {
  top: 256px;
}
body._reverse-scroll._elastic-no-primary-filters .elastic-left-container {
  top: 216px;
}
body._reverse-scroll._elastic-no-primary-filters .infos-current-wrap {
  top: 184px;
}
body._reverse-scroll._elastic-no-primary-filters._no-breadcrumbs .elastic-left-container {
  top: 176px;
}
body._reverse-scroll._elastic-no-primary-filters._no-breadcrumbs .infos-current-wrap {
  top: 144px;
}
body._reverse-scroll._no-breadcrumbs .elastic-left-container {
  top: 240px;
}
body._reverse-scroll._no-breadcrumbs .infos-current-wrap {
  top: 208px;
}
.elastic-newsletter {
  margin-top: 100px;
  margin-bottom: 100px;
}
.elastic-newsletter:after {
  content: '';
  clear: both;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}
.elastic-newsletter > .newsletter {
  margin: 0;
}
.elastic-newsletter .container {
  padding: 0;
  max-width: none;
}
.result-attributes {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  margin: 0 0 4px;
  text-align: left;
}
.elastic-tooltip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 999;
  width: 288px;
  margin: 8px 0 0;
  border-radius: 4px;
  padding: 13px 7px 13px 47px;
  background: #f9f9f9 url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuMzM2IDcuNTcybDEuMDI5LTEuMDI4YS4zNjQuMzY0IDAgMTAtLjUxNS0uNTE0bC0xLjAyOCAxLjAyOGEuMzY0LjM2NCAwIDEwLjUxNC41MTR6TTcuNTQ0IDcuMDU4TDYuNTE0IDYuMDNhLjM2NC4zNjQgMCAxMC0uNTEzLjUxNGwxLjAyOCAxLjAyOGEuMzY0LjM2NCAwIDAwLjUxNS0uNTE0ek0xMi4zNjQgNS44MThWNC4zNjRhLjM2NC4zNjQgMCAwMC0uNzI3IDB2MS40NTRhLjM2NC4zNjQgMCAxMC43MjcgMHpNNS44MTggMTEuMjczSDQuMzY0YS4zNjQuMzY0IDAgMTAwIC43MjdoMS40NTRhLjM2NC4zNjQgMCAxMDAtLjcyN3pNMTkuNjM3IDExLjI3M2gtMS40NTVhLjM2NC4zNjQgMCAwMDAgLjcyN2gxLjQ1NWEuMzY0LjM2NCAwIDEwMC0uNzI3eiIgZmlsbD0iIzE0MTcyOSIvPjxwYXRoIGQ9Ik05Ljg1NiAxNy43aDB2LS4wMDdjMC0uNDAzLS4xNDgtLjgzOC0uMzI0LTEuMjQ0LS4xOC0uNDExLS40MTgtLjg1Ni0uNjUtMS4yOWwtLjAwNy0uMDExczAgMCAwIDBjLS4yOTctLjU1NC0uNTk3LTEuMTE3LS44MjYtMS42ODMtLjIyOS0uNTY3LS4zNzEtMS4xMDQtLjM3MS0xLjYwMXYtLjE0NGE0LjMyNyA0LjMyNyAwIDAxNC4zMjEtNC4zMjIgNC4zMjcgNC4zMjcgMCAwMTQuMzIyIDQuMzIyczAgMCAwIDB2LjE2Yy0uMDI4Ljk4Mi0uNTczIDEuOTk3LTEuMTg3IDMuMTE3bC0uMDA2LjAxM2MtLjI1LjQ1Ni0uNTEuOTI4LS42OTYgMS4zNjQtLjE4My40MjYtLjMzNC44OTktLjI5IDEuMzM4aC4wMDFsLjA0OS40OTFjLS4wMTMgMS4yMS0uOTg4IDIuMTgxLTIuMTcxIDIuMTgxLTEuMTkgMC0yLjE3LS45ODItMi4xNzItMi4ybC4wMDctLjQ4NHpNOSAxNmg1LjUiIHN0cm9rZT0iIzE0MTcyOSIvPjwvc3ZnPg==) no-repeat 12px 50%;
  background-size: 24px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .0018em;
  font-family: 'Mulish', sans-serif;
  color: #2e2e2d;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  min-height: 50px;
}
.elastic-tooltip strong {
  font-weight: 500;
}
.elastic-tooltip:not(._show) {
  display: none;
}
.elastic-tooltip-wrapper {
  width: calc(100% - 8px);
  margin: 0 0 0 8px;
  padding: 8px 0 16px;
}
.elastic-tooltip-wrapper .elastic-tooltip {
  position: static;
  margin: 0;
  width: 100%;
  max-width: 299px;
}
/* Pagination */
.es-Pagination-list {
  text-align: center;
  margin: 0 -16px;
}
.es-Pagination-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 8px;
}
.es-Pagination-item:first-child {
  margin-left: 0;
}
.es-Pagination-item:last-child {
  margin-right: 0;
}
.es-Pagination-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 8px;
  background-color: #2e2e2d;
  color: #ffffff;
  letter-spacing: .15px;
  border-radius: 8px;
  min-width: 32px;
  transition: background-color 0.2s;
  line-height: 1;
}
.es-Pagination-link:hover {
  background-color: #2e2e2d;
}
.es-Pagination-item--selected .es-Pagination-link {
  background-color: #2e2e2d;
  cursor: default;
}
.es-Pagination-item--disabled .es-Pagination-link {
  cursor: not-allowed;
  background: #ddd;
}
.es-Pagination-item--disabled .es-Pagination-link:hover {
  background: #ddd;
}
.es-InfiniteHits-item.quality-tile-new-wrap {
  box-shadow: none;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quality-tile-new {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-new {
    min-height: 556px;
  }
}
.quality-tile-new img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Samples */
.quality-tile-samples {
  background: #a1c6cd;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #2e2e2d;
}
.quality-tile-samples-img {
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
}
.quality-tile-samples-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .quality-tile-samples-img .quality-tile-samples-img-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .quality-tile-samples-img .quality-tile-samples-img-mobile {
    display: none;
  }
}
.quality-tile-samples-content {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 32px 16px;
  background: #a1c6cd;
  border-radius: 8px;
  margin: -16px 0 0;
}
@media screen and (max-width: 767px) {
  .quality-tile-samples-content {
    padding: 16px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-samples-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-samples-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-samples-content {
    padding: 32px 24px;
  }
}
.quality-tile-samples-title {
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quality-tile-samples-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-samples-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-samples-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-samples-title {
    font-size: 40px;
  }
}
.quality-tile-samples-subtitle {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: .0015em;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .quality-tile-samples-subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-samples-subtitle {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-samples-subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-samples-subtitle {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
.quality-tile-samples-text {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .0015em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quality-tile-samples-text {
    font-size: 14px;
    letter-spacing: .180451px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-samples-text {
    font-size: 18px;
    letter-spacing: .0015em;
  }
}
/* Delivery */
.quality-tile-delivery {
  background: #f2f8f9;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #2e2e2d;
}
.quality-tile-delivery-img {
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
}
.quality-tile-delivery-img img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .quality-tile-delivery-img .quality-tile-delivery-img-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .quality-tile-delivery-img .quality-tile-delivery-img-mobile {
    display: none;
  }
}
.quality-tile-delivery-content {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 32px 16px;
  background: #f2f8f9;
  border-radius: 8px;
  margin: -16px 0 0;
}
@media screen and (max-width: 767px) {
  .quality-tile-delivery-content {
    padding: 16px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-delivery-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-delivery-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-delivery-content {
    padding: 32px 24px;
  }
}
.quality-tile-delivery-title {
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: .0015em;
  margin: 0 0 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quality-tile-delivery-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-delivery-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-delivery-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 32px;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-delivery-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 32px;
  }
}
.quality-tile-delivery-text {
  font-family: 'Baloo 2', cursive;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .quality-tile-delivery-text {
    font-size: 16px;
    max-width: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-delivery-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .quality-tile-delivery-text {
    max-width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-delivery-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-delivery-text {
    max-width: none;
    font-size: 18px;
    line-height: 22px;
  }
}
/* Measure */
.quality-tile-measure {
  color: #2e2e2d;
}
.quality-tile-measure a {
  color: #2e2e2d;
  text-decoration: underline;
}
.quality-tile-measure a:hover {
  text-decoration: none;
}
.quality-tile-measure-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.quality-tile-measure-img img {
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.quality-tile-measure-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 29px 16px 16px;
}
@media screen and (max-width: 1024px) {
  .quality-tile-measure-content {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-measure-content {
    padding: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-measure-content {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1920px) {
  .quality-tile-measure-content {
    padding-left: 24px;
  }
}
@media screen and (min-width: 2560px) {
  .quality-tile-measure-content {
    padding-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-measure-content {
    padding: 24px;
  }
}
.quality-tile-measure-title {
  font-family: 'Baloo 2', cursive;
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 500;
  margin: 0 0 38px;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-measure-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-measure-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1920px) {
  .quality-tile-measure-title {
    margin-bottom: 69px;
  }
}
@media screen and (min-width: 2560px) {
  .quality-tile-measure-title {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-measure-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 52px;
  }
}
.quality-tile-measure-title:before,
.quality-tile-measure-title:after {
  content: '';
  display: block;
  background-color: #2e2e2d;
  width: 62px;
  height: 6px;
  -webkit-transform: skew(-24deg);
  -ms-transform: skew(-24deg);
  transform: skew(-24deg);
}
.quality-tile-measure-title:before {
  margin-bottom: 16px;
}
.quality-tile-measure-title:after {
  margin-top: 23px;
}
.quality-tile-measure-subtitle {
  font-family: 'Baloo 2', cursive;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .0015em;
  line-height: 22px;
  margin: 0 0 21px;
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  .quality-tile-measure-subtitle {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-measure-subtitle {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 32px;
    max-width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-measure-subtitle {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: .0015em;
    margin-bottom: 32px;
    max-width: 220px;
  }
}
@media screen and (min-width: 1920px) {
  .quality-tile-measure-subtitle {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-measure-subtitle {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 32px;
    max-width: 220px;
  }
}
.quality-tile-measure-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 160px;
  letter-spacing: .15px;
}
@media screen and (max-width: 767px) {
  .quality-tile-measure-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .quality-tile-measure-text {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    max-width: 260px;
  }
}
@media screen and (min-width: 1440px) {
  .quality-tile-measure-text {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .0015em;
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-measure-text {
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    max-width: 260px;
  }
}
/* How To */
.quality-tile-how-to {
  background-color: #fafafa;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.quality-tile-how-to-top {
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 24px 36px;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-top {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-how-to-top {
    padding: 24px 36px;
  }
}
.quality-tile-how-to-title {
  font-family: 'Baloo 2', cursive;
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-how-to-title {
    font-size: 40px;
  }
}
.quality-tile-how-to-title strong {
  font-size: 48px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-title strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-how-to-title strong {
    font-size: 48px;
  }
}
.quality-tile-how-to-bottom {
  -webkit-flex: 0 0;
  -ms-flex: 0 0;
  flex: 0 0;
  background-color: #e4e5ec;
  color: #2e2e2d;
  padding: 24px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-how-to-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.quality-tile-how-to-text {
  font-family: 'Baloo 2', cursive;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: .0015em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .quality-tile-how-to-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-how-to-text {
    font-size: 26px;
  }
}
.quality-tile-how-to-text p {
  margin: 0 0 32px;
}
.quality-tile-how-to-link a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  transition: opacity .2s;
  color: #2e2e2d;
  padding: 8px 12px 8px 4px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15px;
  border-radius: 100px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-link a {
    font-size: 14px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 374px) {
  .quality-tile-how-to-link a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  ._elastic-mobile-one-col .quality-tile-how-to-link a {
    font-size: 16px;
    padding-right: 12px;
  }
}
.quality-tile-how-to-link a svg {
  display: block;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 767px) {
  .quality-tile-how-to-link a svg {
    margin-right: 4px;
  }
}
.quality-tile-how-to-link a:hover {
  opacity: .9;
}
.page-products .breadcrumbs {
  display: block;
}
.page-products .category-view {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}
.page-products .page-title-wrapper {
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .page-products .page-title-wrapper h1.page-title {
    font-size: 25px;
    text-align: center;
  }
}
.page-products .category-view-in {
  background: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 262px;
}
@media screen and (max-width: 1023px) {
  .page-products .category-view-in {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (max-width: 767px) {
  .page-products .category-view-in {
    min-height: 272px;
  }
}
.page-products .category-view-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .page-products .category-view-left {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.page-products .category-view-left:only-child {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}
.page-products .category-view-left:only-child .category-description {
  margin-left: auto;
  margin-right: auto;
}
.page-products .content-buttons {
  margin: auto 0 0;
}
@media screen and (max-width: 1023px) {
  .page-products .content-buttons {
    margin-left: -16px;
    margin-right: -16px;
    text-align: center;
    min-height: 59px;
  }
}
.page-products .content-buttons:not(._show) {
  display: none;
}
.page-products .content-buttons .buttons {
  white-space: nowrap;
  overflow: auto;
  padding: 0 0 16px;
  margin: 24px 0 -16px;
}
@media screen and (max-width: 1023px) {
  .page-products .content-buttons .buttons {
    margin-top: 16px;
  }
}
.page-products .content-buttons .buttons a {
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  vertical-align: top;
  background-color: #2e2e2d;
  border-radius: 5px;
  letter-spacing: .180451px;
  padding: 12px 16px;
  transition: background-color 0.2s;
  margin: 0 24px 0 0;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .page-products .content-buttons .buttons a:first-child {
    margin-left: 16px;
  }
}
.page-products .content-buttons .buttons a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .page-products .content-buttons .buttons a:last-child {
    margin-right: 16px;
  }
}
.page-products .content-buttons .buttons a:hover {
  background-color: #2e2e2d;
}
.page-products .category-view-right {
  position: relative;
  width: 33.75%;
}
@media screen and (max-width: 1023px) {
  .page-products .category-view-right {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .page-products .category-view-right {
    width: 32.73%;
  }
}
@media screen and (min-width: 2560px) {
  .page-products .category-view-right {
    width: 32.5%;
  }
}
.page-products .content-buttons-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-products .category-description {
  max-width: 747px;
  margin: 24px 0 0;
}
@media screen and (max-width: 1023px) {
  .page-products .category-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}
.page-products .category-description._hide {
  margin-top: 0;
}
.page-products .category-description-toggle {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.page-products .category-description-in.not-init {
  max-height: 48px;
  overflow: hidden;
}
.page-products .category-description-in._spoiler .category-description-spoiler:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
.page-products .breadcrumbs a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
}
.page-products .breadcrumbs a:hover {
  text-decoration: none;
}
.page-products .page-main {
  min-height: 0;
}
.page-products > .loading-mask {
  z-index: 1000;
}
.es-RefinementList-list-search .control {
  margin-bottom: 16px;
}
.es-RefinementList-list-search .filter-search {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
}
.es-RefinementList-item-text {
  display: block;
  cursor: pointer;
}
.es-RefinementList-item-text .count:before {
  content: '(';
}
.es-RefinementList-item-text .count:after {
  content: ')';
}
.action-more-less {
  font-family: 'Mulish', sans-serif;
  cursor: pointer;
  margin: 8px 0 16px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .180451px;
  display: inline-block;
  vertical-align: top;
}
body:not(._is-touch-device) .action-more-less:hover {
  text-decoration: none;
}
.action-more-less span:after {
  content: ' +';
}
.action-more-less.show-less span:after {
  content: ' -';
}
.es-Panel._show-filter .es-CurrentRefinements-item {
  display: none;
}
.es-Panel._show-filter .es-Panel-header:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.es-Panel._show-filter .es-Panel-body {
  display: block !important;
}
.elastic-tooltip-wrapper .elastic-tooltip + .elastic-tooltip {
  margin-top: 16px;
}
div#elastic_instant_selector .elastic-filters-wrap .es-RefinementList-label.es-RefinementList-label-image-square,
div#elastic_instant_selector .elastic-filters-wrap .es-RefinementList-label.es-RefinementList-label-image-circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
div#elastic_instant_selector .elastic-filters-wrap .es-RefinementList-label.es-RefinementList-label-image-square img,
div#elastic_instant_selector .elastic-filters-wrap .es-RefinementList-label.es-RefinementList-label-image-circle img {
  height: auto;
}
div#elastic_instant_selector .elastic-filters-wrap .es-RefinementList-label.es-RefinementList-label-image-square {
  min-height: 42px;
}
div#elastic_instant_selector .elastic-filters-wrap .is-widget-container-color .es-RefinementList-label.es-RefinementList-label-image-circle {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
}
.elastic-primary-filters .swiper-container:not(.swiper-container-initialized) .es-RefinementList-item:first-child {
  margin-left: auto;
}
.elastic-primary-filters .swiper-container:not(.swiper-container-initialized) .es-RefinementList-item:last-child {
  margin-right: auto;
}
.elastic-primary-filters .swiper-container:not(.swiper-container-initialized) ~ .swiper-button-prev,
.elastic-primary-filters .swiper-container:not(.swiper-container-initialized) ~ .swiper-button-next {
  display: none;
}
.es-Pagination-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .sort-item {
    display: block;
  }
  .infos-current-wrap {
    margin-top: -24px;
  }
}
@media screen and (max-width: 1023px) {
  .infos .sort-by {
    display: none;
  }
}
.elastic-right-container .page-title-wrapper {
  max-width: none;
}
.search.results > .message.notice,
.elastic-right-container > .message.notice {
  max-width: none;
  margin-top: 0;
  margin-bottom: 32px;
}
.catalog-category-view .breadcrumbs {
  padding-top: 16px;
  margin-bottom: -2px;
}
@media screen and (max-width: 1023px) {
  .catalog-category-view .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-category-view .category-view {
    margin-bottom: -4px;
  }
}
.catalog-category-view .category-view-in {
  min-height: 137px;
}
@media screen and (max-width: 1023px) {
  .catalog-category-view .category-view-in {
    min-height: 134px;
  }
}
.catalog-category-view .category-view-left {
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .catalog-category-view .category-view-left {
    padding: 16px 16px 8px;
  }
}
.catalog-category-view .category-view-right {
  min-height: 262px;
}
.catalog-category-view .category-description {
  margin-top: 16px;
  max-width: 700px;
}
@media screen and (max-width: 1023px) {
  .catalog-category-view .category-description {
    margin-top: 8px;
  }
}
.catalog-category-view .category-description-in._spoiler {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .infos-current-wrap {
    margin-top: -32px;
  }
}
.newsletter {
  font-family: 'Mulish', sans-serif;
  margin-bottom: 40px;
}
.newsletter .content {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 40px 0 48px;
}
.newsletter .label {
  display: block;
  margin: 0 0 34px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: .180451px;
  text-align: center;
}
.newsletter .label a {
  text-decoration: underline;
}
.newsletter .label a:hover {
  text-decoration: none;
}
.newsletter input {
  display: block;
  width: calc(100% - 132px);
  height: 44px;
  background: #fff;
  border: 1px solid #2e2e2d;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  letter-spacing: .4px;
  font-family: 'Mulish', sans-serif;
  color: #2e2e2d;
  padding: 0 16px 0 44px;
}
.newsletter input::-webkit-input-placeholder {
  color: #bdbdbd;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
}
.newsletter input:-ms-input-placeholder {
  color: #bdbdbd;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
}
.newsletter input::-moz-placeholder {
  color: #bdbdbd;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
  opacity: 1;
}
.newsletter input::placeholder {
  color: #bdbdbd;
  font-family: 'Mulish', sans-serif;
  font-weight: normal;
  opacity: 1;
}
.newsletter input:hover,
.newsletter input:focus {
  border-width: 2px;
  padding: 0 15px 0 43px;
}
.newsletter .action {
  width: 131px;
  background-color: #2e2e2d;
  border: 0;
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .180451px;
  text-align: center;
  padding: 12px;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  transition: background-color 0.2s;
}
.newsletter .action:hover {
  background-color: #2e2e2d;
}
.newsletter div.mage-error {
  width: 100%;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
  margin-top: 8px;
}
@media screen and (min-width: 480px) {
  .newsletter div.mage-error br {
    display: none;
  }
}
.newsletter .control {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 0;
}
.newsletter .control._hide {
  display: none;
}
.newsletter .control .icon-new {
  position: absolute;
  left: 10px;
  top: 10px;
}
.newsletter-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.19;
  letter-spacing: .0015em;
  margin: 0 0 8px;
  font-weight: 500;
}
.form.subscribe {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-success {
  display: none;
  margin: 10px 0;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #0d0f1c;
  letter-spacing: .180451px;
}
.newsletter-success._show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-success._error ._ok-circle {
  display: none;
}
.newsletter-success._success ._error-circle {
  display: none;
}
.newsletter-success .icon-new {
  margin: 0 8px 0 0;
}
.newsletter-success span {
  max-width: calc(100% - 32px);
  text-align: center;
}
/* Breakpoints */
/* Media width mixin used to group styles output based on media queries */
@media screen and (min-width: 768px) {
  .es-Pagination-item {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.category-view h1.page-title {
  font-weight: 500;
  font-family: 'Baloo 2', cursive;
}
.category-view .breadcrumbs._fixed {
  background: #f2f8f9;
}
.category-description {
  font-weight: 400;
}
.category-description-in .category-description-toggle {
  color: #007b94;
}
.category-description-in .category-description-toggle:before {
  content: 'Läs mer';
}
.category-description-in._full .category-description-toggle:before {
  content: 'Läs mindre';
}
.elastic-toggle label:after {
  background-color: #007b94;
}
body:not(._is-touch-device) .elastic-toggle label:hover:before {
  border-color: #007b94;
}
.elastic-toggle input:checked + label:before {
  border-color: #007b94;
  box-shadow: inset 0 0 0 12px #007b94;
}
div#refine-toggle {
  font-weight: 400;
}
div#refine-toggle:not(:hover) {
  background-color: #007b94;
}
span#mobile-filter-apply-button {
  border-color: #007b94;
}
span#mobile-filter-apply-button:not(._active) {
  color: #007b94;
}
span#mobile-filter-apply-button._active {
  background-color: #007b94;
}
button.es-InfiniteHits-loadMore {
  background-color: #2e2e2d;
}
body:not(._is-touch-device) button.es-InfiniteHits-loadMore:hover {
  background-color: #007b94;
}
.result-title {
  font-family: 'Baloo 2', cursive;
  font-weight: 500;
}
.result-actions .towishlist {
  border-color: #2e2e2d;
  color: #2e2e2d;
  font-weight: 400;
}
body:not(._is-touch-device) .result-actions .towishlist:hover {
  background-color: #007b94;
  border-color: #007b94;
  color: #ffffff;
}
.result-actions .towishlist.active {
  background-color: #2e2e2d;
  color: #ffffff;
}
.result-actions .towishlist.active:after {
  content: 'Tygprov har lagts till';
}
.elastic-filters-wrap .es-RefinementList-item.es-RefinementList-item--selected .es-RefinementList-label {
  background-color: #007b94;
  border-color: #007b94;
}
body:not(._is-touch-device) .elastic-filters-wrap .es-RefinementList-item .es-RefinementList-label:hover {
  border-color: #007b94;
}
.colors-toggle {
  color: #2e2e2d;
}
.colors-toggle:before {
  content: 'Visa mer +';
}
.colors-toggle._active:before {
  content: 'Färre färger -';
}
.es-ClearRefinements-button {
  color: #2e2e2d;
}
.es-CurrentRefinements-item {
  color: #007b94;
  border-color: #007b94;
}
body:not(._is-touch-device) .es-CurrentRefinements-item:hover {
  background-color: #007b94;
}
body:not(._is-touch-device) .es-CurrentRefinements-item:not(:hover) .es-CurrentRefinements-delete:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS44NTkgOC45OTVhLjI1LjI1IDAgMDAtLjM1NCAwbC0uMzUzLjM1M2EuMjUuMjUgMCAwMDAgLjM1NGwyLjEyMSAyLjEyMWEuMjUuMjUgMCAwMTAgLjM1NGwtMi4xMjEgMi4xMjFhLjI1LjI1IDAgMDAwIC4zNTRsLjM1My4zNTNhLjI1LjI1IDAgMDAuMzU0IDBsMi4xMjEtMi4xMjFhLjI1LjI1IDAgMDEuMzU0IDBsMi4xMjEgMi4xMjFhLjI1LjI1IDAgMDAuMzU0IDBsLjM1My0uMzUzYS4yNS4yNSAwIDAwMC0uMzU0bC0yLjEyMS0yLjEyMWEuMjUuMjUgMCAwMTAtLjM1NGwyLjEyMS0yLjEyMWEuMjUuMjUgMCAwMDAtLjM1NGwtLjM1NC0uMzUzYS4yNS4yNSAwIDAwLS4zNTMgMGwtMi4xMjEgMi4xMjFhLjI1LjI1IDAgMDEtLjM1NCAwTDkuODYgOC45OTV6IiBmaWxsPSIjMDA3Yjk0Ii8+PC9zdmc+);
}
.elastic-primary-filters-wrap._fixed {
  background: #f2f8f9;
}
body:not(._is-touch-device) .elastic-primary-filters-wrap._fixed .es-RefinementList-list .es-RefinementList-label:hover {
  border-color: #007b94;
}
.inscription-filter-text {
  font-weight: bold;
}
.result-attributes {
  font-weight: 400;
}
.es-Stats-text {
  font-weight: 700;
}
.elastic-search-item .badges-container .badge-discount {
  background-color: #e08c9a;
}
.product-proggress-bar span {
  background: #a1c6cd;
}
.elastic-tooltip {
  background-color: #e6f2f5;
}
.elastic-tooltip strong {
  font-weight: 700;
}
.es-Pagination-item--selected .es-Pagination-link,
.es-Pagination-link:hover {
  background-color: #007b94;
}
