.mobile-filters-toggle.pagination-dd {
  display: inline-block;
  margin: 0px 8px;
}

.experiment-categories-container {
  margin-bottom: 63px;
}
@media screen and (max-width: 760px) {
  .experiment-categories-container {
    padding: 0px 15px;
    margin-bottom: 20px;
  }
}
.experiment-categories-container .category-container {
  display: block;
  padding: 5px 10px;
  border: 1px solid #d7d3d3;
  border-radius: 3px;
  text-transform: uppercase;
  margin-left: 0px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.category-info-wrapper {
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .category-info-wrapper {
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 14px;
    font-size: 10px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.29px;
  }
}
.category-info-wrapper .count {
  display: none;
}
@media screen and (max-width: 760px) {
  .category-info-wrapper .count {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .products-title {
    padding: 0px 15px !important;
  }
}

@media screen and (max-width: 760px) {
  .show-more-description {
    margin-left: 15px;
  }
}

#cat-descr h2.padded {
  margin-bottom: 0px;
}
@media screen and (max-width: 760px) {
  #cat-descr table {
    width: 100% !important;
  }
}

.page-title {
  font-family: StudioSans;
  display: flex;
  margin-top: 15px;
  margin-bottom: 36px;
}
@media screen and (max-width: 760px) {
  .page-title {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.page-title.title-without-breadcrumbs {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .page-title.title-without-breadcrumbs {
    padding: 0px;
  }
}
.page-title a.h1-wrapper {
  display: block;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .page-title a.h1-wrapper {
    width: auto;
  }
}
.page-title h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000000;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .page-title h1 {
    width: auto;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.4px;
  }
}
.page-title .count {
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #000000;
  display: none;
  margin-left: auto;
  min-width: 100px;
  text-align: right;
}
@media screen and (max-width: 760px) {
  .page-title .count {
    display: block;
  }
}

#category-form .breadcrumbs {
  padding-top: 28px;
  padding-bottom: 0px;
  font-family: StudioSans;
  color: #949494;
}
@media screen and (max-width: 760px) {
  #category-form .breadcrumbs {
    justify-content: start;
    padding: 0px;
    font-size: 10px;
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.29px;
  }
}
#category-form .breadcrumbs .right-arrow {
  margin: 0px 5px;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  #category-form .breadcrumbs .right-arrow {
    font-size: 12px;
  }
}
#category-form .breadcrumbs a:hover {
  color: #ef5f96;
}

.pagination-hint {
  margin-top: 3px;
  text-align: center;
  position: relative;
  line-height: 2.22;
  letter-spacing: -0.17px;
  color: #b0b0b0;
}
.pagination-hint .bar {
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #eeeded;
}
.pagination-hint .bar .fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #b0b0b0;
}

.desktop-pagination {
  font-weight: 300;
  letter-spacing: 0.65px;
  padding: 20px 0px 30px;
}
@media screen and (max-width: 760px) {
  .desktop-pagination {
    padding: 10px 0px 10px;
  }
}
.desktop-pagination .load-more {
  font-size: 18px;
  padding: 0px 40px;
  height: 46px;
}
@media screen and (max-width: 760px) {
  .desktop-pagination .load-more {
    font-size: 15px;
    padding: 0px 35px;
    height: 43px;
  }
}
.desktop-pagination .load-more .loader {
  display: none;
}
.desktop-pagination .load-more.loading {
  font-size: 0;
}
.desktop-pagination .load-more.loading .loader {
  display: block;
}
.desktop-pagination .pagination-mover {
  font-weight: bold;
}
.desktop-pagination .pagination-mover.prev {
  margin-right: 8px;
}
.desktop-pagination .pagination-mover.next {
  margin-left: 8px;
}
@media screen and (max-width: 760px) {
  .desktop-pagination {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.filters-enable {
  display: none;
}

.filters {
  width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 760px) {
  .filters {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #f5f5f5;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.filters .filter-box {
  margin-top: -36px;
}
@media screen and (max-width: 760px) {
  .filters .filter-box {
    margin-top: 0px;
  }
}
.filters .filter-box-title {
  cursor: pointer;
  height: 46px;
  line-height: 46px;
  background: black;
  padding: 0px 24px;
  font-size: inherit;
  font-weight: 600;
  letter-spacing: -0.23px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.filters .filter-box-title:after {
  content: "-";
  position: absolute;
  top: -2px;
  right: 27px;
  font-size: 18px;
  color: white;
  transform: scaleX(2);
}
@media screen and (max-width: 760px) {
  .filters .filter-box-title {
    display: none;
  }
}
.filters .filter-box .mobile-filters {
  display: none;
  padding: 10px 0px;
  overflow-x: scroll;
  position: relative;
  height: 55px;
}
.filters .filter-box .mobile-filters .mobile-filters-inner {
  position: absolute;
  display: flex;
}
.filters .filter-box .mobile-filters .view-mode {
  display: block;
  width: 34px;
  padding-top: 100%;
  position: relative;
}
.filters .filter-box .mobile-filters .view-mode .inner {
  background: #c0c0c0;
  position: absolute;
  top: 0;
  left: 0;
  width: calc( 50% - 2px);
  height: calc( 50% - 2px);
}
.filters .filter-box .mobile-filters .view-mode .inner.r {
  left: auto;
  right: 0;
}
.filters .filter-box .mobile-filters .view-mode .inner.b {
  top: auto;
  bottom: 0;
}
.filters .filter-box .mobile-filters .view-mode .inner.big {
  width: 100%;
  height: 100%;
}
.filters .filter-box .mobile-filters .view-mode.active .inner {
  background: #a0a0a0;
}
.filters .filter-box .mobile-filters .mobile-filters-toggle {
  padding-left: 14px;
  padding-right: 22px;
  border-radius: 0;
  font-size: 12px;
  color: black;
  min-width: auto !important;
  margin-right: 10px;
}
.filters .filter-box .mobile-filters .mobile-filters-toggle .val {
  text-transform: uppercase;
}
.filters .filter-box .mobile-filters .mobile-filters-toggle:after {
  right: 8px;
}
.filters .filter-box .mobile-filters .mobile-filters-toggle.active {
  border-color: #b8b8b8;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .mobile-filters {
    display: flex;
  }
}
.filters .filter-box .filter-summary {
  display: none;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-summary {
    display: block;
    border: none;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px 0px 15px;
  }
}
.filters .filter-box .filter-summary .selected-filter {
  padding: 5px 26px 5px 9px;
  border-radius: 14px;
  background-color: #f5f5f5;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #555555;
}
.filters .filter-box .filter-summary .selected-filter .remove {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%) scaleY(0.7);
}
.filters .filter-box .filter-content {
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-top: none;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content {
    display: none;
    padding: 0px 0px 10px 0px;
    border: none;
    background: white;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filters .filter-box .filter-content.active {
    display: block;
  }
}
.filters .filter-box .filter-content .mobile-buttons {
  display: none;
  padding: 12px 0px 0px 0px;
  margin-bottom: -20px;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .mobile-buttons {
    display: flex;
  }
}
.filters .filter-box .filter-content .filter-group {
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0px;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group.collapsed .group-content {
    margin-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group.collapsed[filter-type=color], .filters .filter-box .filter-content .filter-group.collapsed[filter-type=sort] {
    padding: 5px 0px 0px;
  }
}
.filters .filter-box .filter-content .filter-group:first-child {
  padding-top: 0;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group:first-child {
    padding-top: 12px;
  }
}
.filters .filter-box .filter-content .filter-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.filters .filter-box .filter-content .filter-group[filter-type=sort] {
  display: none;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group[filter-type=sort] {
    display: block;
  }
}
.filters .filter-box .filter-content .filter-group .seo-link {
  margin-bottom: 0px;
  padding: 0;
  display: block;
}
.filters .filter-box .filter-content .filter-group .seo-link:not(.color-filter) {
  margin: 0;
}
.filters .filter-box .filter-content .filter-group .divider-sizes {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.filters .filter-box .filter-content .filter-group .checkbox-label {
  padding-top: 6px;
  padding-bottom: 6px;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.size-label {
  min-width: 60px;
  text-align: center;
  margin: 0 8px 9px 0;
  padding: 9px 10px;
  border: solid 1px #322e2f;
  background-color: #ffffff;
  width: auto;
  display: inline-block;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.size-label.cat-kids {
  width: calc(50% - 11px);
  padding: 4px 3px;
  font-size: 12px;
  height: auto;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group .checkbox-label.size-label.cat-kids {
    width: calc(100%/3 - 11px);
  }
}
.filters .filter-box .filter-content .filter-group .checkbox-label.size-label.active {
  background-color: #322e2f;
  color: white;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.size-label:before {
  display: none;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.size-label:after {
  display: none;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color {
  padding: 0;
  margin-bottom: 8px;
  display: flex;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group .checkbox-label.filter-color {
    padding: 5px 0px;
  }
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color:before {
  border: 0;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color:after {
  font-size: 14px;
  left: 10px;
  transform: translate(-50%, -50%);
  background: none;
  color: #fff;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color.white-color:after {
  color: black;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color .color-image {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 5px;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color .color-marker {
  border: 1px solid #aaa;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  min-width: 20px;
  margin-right: 5px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.filters .filter-box .filter-content .filter-group .checkbox-label.filter-color .color-marker.color-slug-white:after, .filters .filter-box .filter-content .filter-group .checkbox-label.filter-color .color-marker.color-slug-beige:after, .filters .filter-box .filter-content .filter-group .checkbox-label.filter-color .color-marker.color-slug-yellow:after {
  color: #000;
}
.filters .filter-box .filter-content .filter-group .show-more {
  margin-top: 5px;
  display: block;
  font-family: StudioSans;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #707070;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group .show-more {
    font-weight: bold;
    font-size: 12px;
    color: black;
  }
}
.filters .filter-box .filter-content .filter-group-title {
  font-size: inherit;
  font-weight: 600;
  letter-spacing: -0.23px;
  color: #322e2f;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group-title {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -0.34px;
    color: black;
  }
}
.filters .filter-box .filter-content .filter-group-title span {
  display: none;
  position: absolute;
  top: 0px;
  right: 24px;
  font-size: 12px;
  color: #707070;
  font-weight: normal;
  text-transform: none;
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group-title span {
    display: block;
  }
}
.filters .filter-box .filter-content .filter-group-title:before {
  content: "+";
  position: absolute;
  top: 8px;
  right: 4px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #d3d3d3;
}
.filters .filter-box .filter-content .filter-group .group-content {
  display: none;
  margin-top: 10px;
}
.filters .filter-box .filter-content .filter-group .group-content.sorting-filter {
  margin-top: 0px;
}
.filters .filter-box .filter-content .filter-group.active .filter-group-title:before {
  content: "-";
  transform: translateY(-50%) scaleX(2);
}
@media screen and (max-width: 760px) {
  .filters .filter-box .filter-content .filter-group.active .filter-group-title {
    font-weight: bold;
  }
}
.filters .filter-box .filter-content .filter-group.active .group-content {
  display: block;
}
.filters .filter-box .filter-content .filter-group .select-item {
  padding: 10px 5px;
  background: white;
  border-top: 1px solid #e7e7e7;
  display: block;
}
.filters .filter-box .filter-content .filter-group .select-item.active {
  background-color: #f5f5f5;
}

@media screen and (min-width: 760px) {
  .filters-hidden .filter-box {
    display: none;
  }
  .filters-hidden .filters-enable {
    display: block;
  }
  .filters-hidden .main-filters {
    display: none;
  }
  .filters-hidden .products .items .item {
    width: calc( 100% / 5 );
    padding: 0px 8px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1440px) {
  .filters-hidden .products .items .item {
    width: calc( 100% / 3 );
    padding: 0px 4px;
  }
}

.category-description {
  max-height: 300px;
  position: relative;
  overflow: hidden;
  font-weight: 300;
  color: #000000;
  line-height: 1.83;
  letter-spacing: 0.45px;
}
.category-description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.category-description.active {
  max-height: none;
}
.category-description.active:after {
  display: none;
}
.category-description table {
  margin-bottom: 10px;
}
.category-description table tr td {
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
}
.category-description .photos-list {
  margin-top: 16px;
}
.category-description .photos-list img {
  display: block;
}
.category-description .photos-list .video-wrap {
  position: relative;
  width: 100%;
  padding-top: 150%;
  overflow: hidden;
  background: white;
  display: block;
}
.category-description .photos-list .video-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
}
.category-description .photos-list .video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.2);
  transform-origin: center;
}
.category-description .photos-list .video-wrap .play {
  width: 44px;
  height: 44px;
  background-color: rgba(59, 172, 239, 0.77);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.category-description .photos-list .video-wrap .play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-radius: 3px;
  border-color: transparent transparent transparent #ffffff;
}

.limit-price {
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.23px;
  color: #322e2f;
}

.range-container {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.range-container .bubble {
  position: absolute;
  top: -25px;
  background: #322e2f;
  padding: 0px 4px;
  font-size: 12px;
  letter-spacing: -0.23px;
  height: 18px;
  line-height: 18px;
  color: white;
  transform: translateX(-50%);
  min-width: 50px;
  text-align: center;
}
.range-container .bubble:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
}
.range-container .range-wrapper {
  position: relative;
  flex: 1;
}
.range-container .range-wrapper input[type=range] {
  pointer-events: none;
  border: none;
  overflow: hidden;
  outline: none;
  height: 10px;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}
.range-container .range-wrapper input[type=range]:nth-child(2) {
  margin-top: -13px;
  display: block;
}
.range-container .range-wrapper input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}
.range-container .range-wrapper input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid black;
  background: white;
  cursor: pointer;
  margin-top: -3px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
.range-container .range-wrapper input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 5px;
  background: white;
  cursor: pointer;
}
.range-container .range-wrapper input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid black;
  background: white;
  cursor: pointer;
}
.range-container .range-wrapper input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  cursor: pointer;
  background: black;
}
.range-container .range-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  border-radius: 1px;
  cursor: pointer;
  background: black;
}
.range-container .range-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  border-radius: 1px;
  cursor: pointer;
  background: black;
}
.range-container .range-wrapper input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: black;
  border: 0;
}
.range-container .range-wrapper input[type=range]:focus::-ms-fill-upper {
  background: black;
}
.range-container .range-wrapper input[type=range]::-moz-focus-outer {
  border: 0;
}
.range-container .range-wrapper input[type=range]::-ms-fill-upper {
  background: black;
}
.range-container .range-wrapper input[type=range]:focus::-ms-fill-lower {
  background: black;
}
.range-container .range-wrapper input[type=range]::-ms-fill-lower {
  background: black;
}