@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vitamix";
  src: url("../fonts/vitamix.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold-Italic";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.max-width {
  padding: 2px 64px 16px;
}
@media (min-width: 1800px) {
  .max-width {
    padding: 2px 80px 16px;
  }
}
@media (max-width: 1199.98px) {
  .max-width {
    padding: 2px 40px 12px;
  }
}
@media (max-width: 599.98px) {
  .max-width {
    padding: 2px 20px 12px;
  }
}

.main-content .breadcrumbs {
  display: flex;
  align-items: center;
}
.main-content .breadcrumbs-clicked {
  display: flex;
  align-items: center;
}
.main-content .breadcrumbs-clicked a {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.main-content .breadcrumbs-clicked a img {
  margin-left: 4px;
}
@media (max-width: 599.98px) {
  .main-content .breadcrumbs-clicked {
    display: none;
  }
}
.main-content .breadcrumbs-mobile {
  display: flex;
  align-items: center;
  margin-right: 6px;
  cursor: pointer;
}
.main-content-top {
  width: 50%;
  padding-bottom: 0;
}
.main-content-top .top-cold-content {
  margin-top: 20px;
  width: 100%;
}
.main-content-top .top-cold-content .top-cold-content-full {
  height: 60px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}
.main-content-top .top-cold-content .container-read-more {
  display: flex;
  align-items: center;
}
.main-content-top .top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}
@media (max-width: 1199.98px) {
  .main-content-top {
    width: 80%;
  }
}
@media (max-width: 599.98px) {
  .main-content-top {
    width: 100%;
  }
}
.main-content .sorting-buttons {
  margin: 12px 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 27;
}
.main-content .sorting-buttons-right {
  display: flex;
  align-items: center;
  position: relative;
}
.main-content .sorting-buttons-right .sorting-list {
  position: absolute;
  right: -40px;
  display: none;
  flex-direction: column;
  top: calc(100% + 10px);
  padding: 15px;
  z-index: 20;
}
.main-content .sorting-buttons-right .sorting-list .sorting-option {
  padding: 10px;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .main-content .sorting-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-content .sorting-buttons .filters-btn img {
    margin: 0;
  }
  .main-content .sorting-buttons .filters-btn-text {
    display: none;
  }
  .main-content .sorting-buttons .sorting-buttons-right .products-number {
    border: 0 !important;
    margin-top: 20px;
  }
  .main-content .sorting-buttons .sorting-buttons-right .sorting {
    display: none;
  }
}
.main-content .filters-products-container {
  display: flex;
  gap: 0;
}
@media (max-width: 575.98px) {
  .main-content .filters-products-container {
    padding: 2px 0px 12px;
  }
}
.main-content .filters-products-container .filters {
  width: 0;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .main-content .filters-products-container .filters {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    transition: width 0.34s ease-in-out;
  }
  .main-content .filters-products-container .filters .container {
    padding: 0 40px;
  }
}
@media (max-width: 599.98px) {
  .main-content .filters-products-container .filters {
    width: 100%;
    height: 0;
    overflow: hidden;
    max-height: 85vh;
    top: auto;
    bottom: -85vh;
    transition: all 0.34s ease-in-out;
  }
}
.main-content .filters-products-container .products {
  width: 100%;
}
.main-content .js-filters-products {
  gap: 24px;
}
.main-content .js-filters-products .filter-title-mobile {
  position: fixed;
}
.main-content .js-filters-products .filters {
  width: 24%;
}
@media (max-width: 1199.98px) {
  .main-content .js-filters-products .filters .filters-bottom {
    padding: 0 40px;
    background-color: #fff;
    z-index: 31;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 75%;
  }
}
@media (max-width: 599.98px) {
  .main-content .js-filters-products .filters .filters-bottom {
    width: 100%;
  }
}
.main-content .js-filters-products .products {
  width: 75%;
}
@media (max-width: 1199.98px) {
  .main-content .js-filters-products .filters {
    width: 75%;
    transition: width 0.34s ease-in-out;
    z-index: 30;
    overflow: auto;
  }
  .main-content .js-filters-products .overlay {
    display: block;
  }
  .main-content .js-filters-products .products {
    width: 100%;
  }
}
@media (max-width: 599.98px) {
  .main-content .js-filters-products .filters {
    overflow: auto;
    width: 100%;
    height: 85vh;
    max-height: 85vh;
    bottom: 0;
    transition: all 0.34s ease-in-out;
  }
}
.main-content .products .prdoucts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px 12px;
}
@media (max-width: 575.98px) {
  .main-content .products .prdoucts-container {
    gap: 30px 8px;
  }
}
.main-content .products .prdoucts-container .single-product {
  width: calc(24.9% - 8px);
}
@media (max-width: 1799.98px) {
  .main-content .products .prdoucts-container .single-product {
    width: calc(33.3% - 8px);
  }
}
.main-content .products .prdoucts-container .single-product .label-sale {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ffcd4e;
  padding: 2px 4px;
  color: #101010;
  font-family: "Inter-Medium";
  text-transform: capitalize;
  line-height: 20px;
  position: absolute;
  top: 0px;
  z-index: 23;
  left: 0;
  font-size: 14px;
}
@media (max-width: 1023.98px) {
  .main-content .products .prdoucts-container .single-product .label-sale {
    left: 0;
  }
}
.main-content .products .prdoucts-container .single-product .product-image-container {
  margin-bottom: 16px;
  position: relative;
}
.main-content .products .prdoucts-container .single-product .product-image-container img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 426px;
  width: 426px;
  max-height: 426px;
}
@media (max-width: 767.98px) {
  .main-content .products .prdoucts-container .single-product .product-image-container img {
    max-height: 335px;
    height: 335px;
  }
}
@media (max-width: 599.98px) {
  .main-content .products .prdoucts-container .single-product .product-image-container img {
    max-height: 268px;
    height: 268px;
  }
}
@media (max-width: 575.98px) {
  .main-content .products .prdoucts-container .single-product .product-image-container img {
    max-height: 208px;
    height: 208px;
  }
}
.main-content .products .prdoucts-container .single-product .product-image-container .additional-image-mouseover {
  position: absolute;
  top: 0;
  z-index: 22;
  display: none;
}
.main-content .products .prdoucts-container .single-product .product-info {
  padding-right: 32px;
}
@media (max-width: 575.98px) {
  .main-content .products .prdoucts-container .single-product .product-info {
    padding: 0 20px;
  }
}
.main-content .products .prdoucts-container .single-product .product-info .product-title {
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}
.main-content .products .prdoucts-container .single-product .product-info .product-title h2 {
  width: 72%;
  line-height: 20px;
}
.main-content .products .prdoucts-container .single-product .product-info .product-title .product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-content .products .prdoucts-container .single-product .product-info .product-general {
  margin-bottom: 6px;
}
.main-content .products .prdoucts-container .single-product .product-info .product-general p:not(:last-of-type) {
  margin-bottom: 6px;
}
.main-content .products .prdoucts-container .single-product .additional-images {
  display: none;
  align-items: center;
  padding-right: 64px;
  margin-bottom: 6px;
}
.main-content .products .prdoucts-container .single-product .additional-images span {
  margin-left: 6px;
}
.main-content .products .prdoucts-container .single-product.slider-modifier:hover .product-info {
  display: none;
}
.main-content .products .prdoucts-container .single-product.slider-modifier:hover .additional-images {
  display: flex;
}
@media (max-width: 1199.98px) {
  .main-content .products .prdoucts-container .single-product {
    width: calc(50% - 8px);
  }
  .main-content .products .prdoucts-container .single-product .product-info .product-title {
    flex-direction: column;
    gap: 6px;
  }
  .main-content .products .prdoucts-container .single-product .product-info .product-title h2 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .main-content .products .prdoucts-container .single-product {
    width: calc(50% - 4px);
  }
}
@media (max-width: 1199.98px) {
  .main-content {
    padding-top: 50px;
  }
}

.filter-list-range {
  font-weight: lighter;
  font-size: 14px;
}
.filter-list-range .range-slider-title {
  padding: 10px 20px 10px 0px;
  letter-spacing: normal;
  font-size: 12px;
}
.filter-list-range .range-values {
  height: 100%;
  width: 100%;
}
.filter-list-range .range-values .value-one {
  font-size: 12px;
  position: absolute;
  top: 19px;
  left: -12px;
}
.filter-list-range .range-values .value-two {
  font-size: 12px;
  position: absolute;
  top: 19px;
  left: -12px;
}
.filter-list-range .middle {
  position: relative;
  width: 99%;
}
.filter-list-range .slider {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.filter-list-range .slider .track {
  position: absolute;
  z-index: 0;
  border: none;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  height: 8px;
  margin: -4px 0 0;
  top: 7px;
  background-color: #e1e0df;
  border-radius: 5px;
  border-radius: 15px;
}
.filter-list-range .slider .range {
  position: absolute;
  height: 8px;
  left: 0%;
  right: 0%;
  background-color: #3643ba;
  top: 4px;
}
.filter-list-range .slider .thumb {
  z-index: 2;
  width: calc(50% - 4px);
  height: 24px;
}
.filter-list-range .slider .thumb.right .input-price-wrapper {
  position: relative;
}
.filter-list-range .input-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: inherit;
  margin-top: 52px;
  width: 100%;
}
.filter-list-range .input-price-wrapper .text {
  font-family: "Inter-Medium";
  font-size: 14px;
  color: #101010;
  margin-bottom: 8px;
}
.filter-list-range .input-price-wrapper input {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #e1e0df;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  display: inline-flex;
  align-items: center;
}
.filter-list-range .input-price-wrapper .currency {
  height: 38px;
  background-color: #e1e0df;
  color: #666;
  padding: 0 15px 0 1px;
  display: flex;
  align-items: center;
}
.filter-list-range input[type=range] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  z-index: 2;
  height: 10px;
  width: 100%;
  opacity: 1;
}
.filter-list-range input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  z-index: 2;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: #3643ba solid 8px;
}
.filter-list-range input[type=range]::-moz-range-thumb {
  pointer-events: all;
  z-index: 2;
  cursor: pointer;
  margin-top: -5px;
  margin-left: -2px;
  -moz-appearance: none;
       appearance: none;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #9a9a9a;
  width: 20px;
  height: 20px;
  box-shadow: rgba(0, 0, 0, 0.3215686275) 0.5px 0.5px 2px 1px;
}
.filter-list-range .input-left {
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .filters-inner {
    height: 90vh;
    padding-top: 70px;
    overflow-y: visible;
  }
}

.label-price-container {
  color: #575756;
  font-size: 12px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.filter-title-inner {
  display: flex;
  flex-direction: column;
}

.filter-list {
  max-height: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease-in-out;
}
.filter-list li {
  padding: 12px 0;
}
.filter-list li:last-of-type {
  margin-bottom: 60px;
}
.filter-list.collapse {
  max-height: 300px;
  height: 100%;
  overflow: auto;
  transition: max-height 0.34s ease-in-out;
}

.checkbox-label {
  position: relative;
  display: inline-block;
  width: 100%;
}

.more-items-title {
  cursor: pointer;
}

.view-all-products {
  margin-bottom: 20px !important;
}
@media (min-width: 1200px) {
  .view-all-products {
    display: none !important;
  }
}

.show-all-results {
  margin: 30px 0 40px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .show-all-results {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sorting-mobile {
    display: none !important;
  }
}

