@media (max-width: 991px) {
  .main-container > .container {
    padding: 0;
  }
}

/* ---- category top ---- */
.category-top {
  background: #F7F5F3;
  padding-bottom: 8px;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.category-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  padding: 0;
}
@media (max-width: 991px) {
  .category-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.category-top .category-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 40px 0 40px;
}
.category-top .category-top-left .category-title {
  margin-bottom: 16px;
}
.category-top .category-top-left .category-title h1 {
  font-family: var(--font-serif);
  font-size: 32px;
  color: #27a595;
}
.category-top .category-top-left .category-description {
  font-size: 16px;
  color: #A59992;
}
.category-top .category-top-left .category-description > :not(.description-top) {
  display: none;
}
@media (max-width: 991px) {
  .category-top .category-top-left {
    padding: 0 16px 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .category-top .category-top-right {
    margin-bottom: 8px;
  }
}
.category-top .category-top-right .image-top {
  display: block;
  height: 100%;
  position: relative;
}
.category-top .category-top-right .image-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 25px;
  height: 100%;
  background: url("../../images/corner.png") no-repeat left center;
  background-size: contain;
}
.category-top .category-top-right .image-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 991px) {
  .category-top .category-top-right .image-top img {
    border-radius: 12px;
    -o-object-position: top right;
    object-position: top right;
    min-height: 125px;
  }
}
@media (max-width: 991px) {
  .category-top .category-top-right .image-top:before {
    top: auto;
    bottom: -1px;
    width: 100%;
    background: url("../../images/corner-mob.png") no-repeat bottom center;
    background-size: contain;
  }
}
.category-top img {
  display: block;
  width: 100%;
}

/* ---- category slider ---- */
.subcategories-wrapper {
  display: block;
  padding: 0 0 8px 0;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.subcategories-wrapper .container {
  padding: 0;
}
.subcategories-wrapper .container:before, .subcategories-wrapper .container:after {
  display: none;
}
.subcategories-wrapper .container .slick-list {
  margin-right: -8px;
}
.subcategories-wrapper .container .subcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 12px 24px;
  background: #ffffff;
  border-radius: 8px;
  margin: 0 8px 0 0;
  height: 96px;
}
.subcategories-wrapper .container .subcategory:before, .subcategories-wrapper .container .subcategory:after {
  display: none;
}
@media (max-width: 991px) {
  .subcategories-wrapper .container .subcategory {
    height: 64px;
    max-width: 144px;
    padding: 8px 8px 8px 12px;
  }
}
.subcategories-wrapper .container .subcategory .am-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: initial;
  width: 100%;
}
.subcategories-wrapper .container .subcategory .am-item .subcategory-title {
  color: #5C5351;
  font-size: 16px;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .subcategories-wrapper .container .subcategory .am-item .subcategory-title {
    font-size: 14px;
  }
}
.subcategories-wrapper .container .subcategory .am-item .subcategories-img {
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 8px;
  margin: 0;
}
@media (max-width: 991px) {
  .subcategories-wrapper .container .subcategory .am-item .subcategories-img {
    width: 52px;
    height: 48px;
  }
}
.subcategories-wrapper .container:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.subcategories-wrapper .container:not(.slick-slider) .subcategory {
  -ms-flex-preferred-size: calc(25% - 6px);
  flex-basis: calc(25% - 6px);
  margin: 0;
}
@media (max-width: 991px) {
  .subcategories-wrapper .container:not(.slick-slider) .subcategory {
    -ms-flex-preferred-size: calc(100% - 6px);
    flex-basis: calc(100% - 6px);
    max-width: initial;
  }
}

/* ---- show all categories ---- */
.show-all {
  background: #F7F5F3;
  text-align: center;
  padding: 8px 0 12px 0;
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.show-all .view {
  background: none;
  border: none;
  color: #27a595;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}
.show-all .view:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  width: 16px;
  height: 16px;
  color: #27a595;
  background: url("../../images/small-arrow.svg") no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.show-all .view.active:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ---- filters ---- */
.main-container .row {
  margin: 0;
}
.main-container .page-title {
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .main-container .page-title {
    margin: 15px 0;
    padding: 0 15px;
  }
}
.main-container .page-title h1 {
  margin: 0;
}
.main-container .sidebar.filters {
  padding: 64px 4px 0 0;
}
@media (max-width: 991px) {
  .main-container .sidebar.filters {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.main-container .sidebar.filters + .col-main {
  padding: 64px 0 0 22px;
}
@media (max-width: 991px) {
  .main-container .sidebar.filters + .col-main {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .main-container .sidebar.filters .filters-nav {
    padding: 16px 16px 64px;
  }
}
.main-container .sidebar.filters .filters-nav .filter-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .main-container .sidebar.filters .filters-nav .filter-top {
    display: none;
  }
}
.main-container .sidebar.filters .filters-nav .filter-top .block-subtitle {
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  text-transform: initial;
  font-size: 16px;
  color: #1D8479;
}
.main-container .sidebar.filters .filters-nav .filter-top .actions {
  margin: 0;
  padding: 0;
  border: 0;
}
.main-container .sidebar.filters .filters-nav .filter-top .actions a {
  font-size: 14px;
  color: #5C5351;
  text-decoration: underline;
  padding: 0;
}
.main-container .sidebar.filters .filters-nav .filter-top .actions a:before, .main-container .sidebar.filters .filters-nav .filter-top .actions a:after {
  display: none;
}
.main-container .sidebar.filters .filters-nav .currently ol {
  background: none;
  border: 0;
  padding-bottom: 0;
}
.main-container .sidebar.filters .filters-nav .currently ol li {
  padding: 0;
}
.main-container .sidebar.filters .filters-nav .currently ol .selected {
  display: inline-block;
  padding: 4px 30px 4px 8px;
  border: 1px solid #D8D4D0;
  border-radius: 8px;
  margin-bottom: 8px;
  color: #5C5351;
  font-size: 14px;
  position: relative;
}
.main-container .sidebar.filters .filters-nav .currently ol .selected:last-child {
  margin-bottom: 16px;
}
.main-container .sidebar.filters .filters-nav .currently ol .selected .btn-remove {
  position: absolute;
  right: 0;
  cursor: pointer;
  background: none;
  padding: 0;
  font-size: 0;
  color: transparent;
}
.main-container .sidebar.filters .filters-nav .currently ol .selected .btn-remove:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../../images/close.svg") no-repeat;
  background-size: cover;
}
.main-container .sidebar.filters .filters-nav .currently ol .selected .btn-remove:after {
  display: none;
}
.main-container .sidebar.filters .filters-nav dl > dt:first-child {
  margin: 0;
}
.main-container .sidebar.filters .filters-nav dd,
.main-container .sidebar.filters .filters-nav dt {
  background: #F7F5F3;
  border: 0;
  border-radius: 0 0 8px 8px;
}
.main-container .sidebar.filters .filters-nav dd {
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .main-container .sidebar.filters .filters-nav dd {
    padding: 0 16px 16px !important;
  }
}
.main-container .sidebar.filters .filters-nav dd li {
  padding: 0;
  margin-bottom: 4px;
  border-bottom: 0;
}
.main-container .sidebar.filters .filters-nav dd .amshopby-slider-ui {
  margin: 0 0 10px 0;
  border: 0;
}
.main-container .sidebar.filters .filters-nav dd .amshopby-slider-ui .ui-slider-range {
  background: #27A595;
}
.main-container .sidebar.filters .filters-nav dd .amshopby-slider-ui .ui-slider-handle {
  background: #ffffff;
  border-color: #27A595;
}
.main-container .sidebar.filters .filters-nav dt {
  background: #F7F5F3 !important;
  position: relative;
  text-transform: initial;
  color: #1D8479 !important;
  font-size: 16px;
  padding: 13px 15px !important;
  border-radius: 8px 8px 0 0 !important;
  font-weight: 600;
}
.main-container .sidebar.filters .filters-nav dt:first-child {
  margin: 0 !important;
}
.main-container .sidebar.filters .filters-nav dt:after {
  content: "";
  position: absolute;
  color: #27a595;
  background: url("../../images/small-arrow.svg") no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 16px;
}
.main-container .sidebar.filters .filters-nav dt.closed {
  border-radius: 8px !important;
}
.main-container .sidebar.filters .filters-nav dt.closed:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  .main-container .sidebar.filters .filters-nav dt {
    margin-top: 8px !important;
    padding: 16px 15px !important;
  }
}
.main-container .sidebar.filters .filters-nav .amshopby-attr,
.main-container .sidebar.filters .filters-nav .amshopby-attr-selected {
  background: none;
  padding: 5px 5px 5px 35px;
  position: relative;
  font-size: 14px;
}
.main-container .sidebar.filters .filters-nav .amshopby-attr:before,
.main-container .sidebar.filters .filters-nav .amshopby-attr-selected:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/checkbox.svg") no-repeat;
  width: 24px;
  height: 24px;
}
.main-container .sidebar.filters .filters-nav .amshopby-attr:hover,
.main-container .sidebar.filters .filters-nav .amshopby-attr-selected:hover {
  padding: 5px 5px 5px 35px;
  background: none;
}
.main-container .sidebar.filters .filters-nav .amshopby-attr-selected {
  font-size: 14px;
  position: relative;
}
.main-container .sidebar.filters .filters-nav .amshopby-attr-selected:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/check.svg") no-repeat;
  width: 16px;
  height: 16px;
}
.main-container .sidebar.filters .filters-nav .amshopby-more,
.main-container .sidebar.filters .filters-nav .amshopby-less {
  background: none;
  border: 0 !important;
  padding: 0 !important;
  margin-top: 16px;
  color: #27A595;
  text-align: left;
  display: inline-block;
  position: relative;
}
.main-container .sidebar.filters .filters-nav .amshopby-more:after,
.main-container .sidebar.filters .filters-nav .amshopby-less:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../images/plus.svg") no-repeat;
  width: 12px;
  height: 12px;
}
.main-container .sidebar.filters .filters-nav .amshopby-less:after {
  background: url("../../images/minus.svg") no-repeat;
}
.main-container .sidebar.filters .filters-nav .input-text {
  padding: 16px;
  height: 44px;
  color: #6E615E;
  border-radius: 8px;
  border-color: #D8D4D0;
}
.main-container .sidebar.filters .filters-nav .amshopby-price-find {
  background: #27a595;
  color: #ffffff;
  padding: 12px;
  border-radius: 8px;
  line-height: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-container .sidebar.filters .filters-nav .amshopby-price-find:hover {
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: all 0.25;
  transition: all 0.25;
}
.main-container .sidebar.filters .filters-nav .amshopby-price-find span {
  border: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
}
@media (max-width: 991px) {
  .main-container .sidebar.filters .filters-nav .mobile-filters-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .main-container .sidebar.filters .filters-nav .mobile-filters-top .title {
    font-family: var(--font-serif);
    font-size: 24px;
    color: #1D8479;
  }
  .main-container .sidebar.filters .filters-nav .mobile-filters-top .filters-back-button {
    background: none;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
  }
}
.main-container .sidebar.filters .filters-nav .filter-buttons {
  display: none;
}
@media (max-width: 991px) {
  .main-container .sidebar.filters .filters-nav .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    padding: 8px 16px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
  }
  .main-container .sidebar.filters .filters-nav .filter-buttons .clear-all {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 4px);
    flex: 0 1 calc(50% - 4px);
    padding: 14px 16px;
    border: 1px solid #27A595;
    color: #27A595;
    border-radius: 8px;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    font-weight: 600;
  }
  .main-container .sidebar.filters .filters-nav .filter-buttons .clear-all:before, .main-container .sidebar.filters .filters-nav .filter-buttons .clear-all:after {
    display: none;
  }
  .main-container .sidebar.filters .filters-nav .filter-buttons .filters-back-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 4px);
    flex: 0 1 calc(50% - 4px);
    width: auto;
    height: auto;
    font-size: 15px;
    font-weight: 600;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.main-container .mobile-filters-top {
  display: none;
}

.filters-opened .sidebar.filters {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ---- products ---- */
@media (max-width: 991px) {
  .category-products .toolbar {
    padding: 16px 16px 8px 16px;
  }
}
.category-products .toolbar .sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-products .toolbar .sorter:after {
  display: none;
}
.category-products .toolbar .sorter-count {
  margin: 0;
}
.category-products .toolbar .limiter,
.category-products .toolbar .sort-by {
  float: none;
}
.category-products .toolbar .limiter select,
.category-products .toolbar .sort-by select {
  border: 0;
  padding: 0;
  cursor: pointer;
}
.category-products .toolbar .sort-by {
  margin: 0 0 0 20px;
}
.category-products .products-grid.columns4 {
  margin: 0;
  display: grid;
  gap: 8px;
}
.category-products .products-grid.columns4 li.item {
  width: 100%;
}
@media (max-width: 991px) {
  .category-products .products-grid.columns4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}
@media (max-width: 767px) {
  .category-products .products-grid.columns4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.category-products .products-grid.columns5 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 256px));
  gap: 8px;
}
.category-products .products-grid.columns5 li.item {
  width: 100%;
}
@media (max-width: 991px) {
  .category-products .products-grid.columns5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}
@media (max-width: 767px) {
  .category-products .products-grid.columns5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}
.category-products .products-grid li.item {
  border-radius: 9px;
  background: #ffffff;
  border: 1px solid var(--color-border);
  padding: var(--gap-normal);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .category-products .products-grid li.item {
    padding: var(--gap-normal) var(--gap-small);
    border-radius: 0;
    border: 0;
    outline: 1px solid #E8E3DE !important;
  }
}
.category-products .products-grid li.item .wishlist {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 36px;
  height: 36px;
  background: url("../../images/wishlist.svg") no-repeat;
}
.category-products .products-grid li.item .wishlist.added {
  background: url("../../images/wishlist-added.svg") no-repeat;
}
@media (max-width: 991px) {
  .category-products .products-grid li.item .wishlist {
    top: -4px;
    right: 3px;
  }
}
.category-products .products-grid li.item .sale-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 4px 3px 4px;
  background: #E86926;
  font-size: 10px;
  color: #ffffff;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.category-products .products-grid li.item .product-image-area {
  padding: 0;
  border: none;
  margin: calc(var(--gap-normal) * -1) calc(var(--gap-normal) * -1) var(--gap-normal);
  overflow: visible;
}
@media (max-width: 991px) {
  .category-products .products-grid li.item .product-image-area {
    margin-inline: calc(var(--gap-small) * -1);
  }
}
.category-products .products-grid li.item .item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.category-products .products-grid li.item .details-area {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 8px;
}
.category-products .products-grid li.item .details-area .product-name {
  font-size: var(--text-small);
  text-transform: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.category-products .products-grid li.item .details-area .product-name:hover {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.category-products .products-grid li.item .details-area .product-name:hover a {
  background: #ffffff;
  z-index: 1;
  position: relative;
  max-height: 115px;
  overflow: hidden;
}
.category-products .products-grid li.item .details-area .product-name a {
  display: block;
  color: #847671;
}
.category-products .products-grid li.item .details-area .product-name .brand {
  display: block;
  font-size: calc(var(--text-small) + 1px);
  color: #292424;
  line-height: 150%;
}
.category-products .products-grid li.item .details-area .actions {
  background: #ffffff;
  margin-top: auto;
}
.category-products .products-grid li.item .details-area .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-products .products-grid li.item .details-area .bottom-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
@media (max-width: 991px) {
  .category-products .products-grid li.item .details-area .bottom .btn {
    font-size: 14px;
  }
}
.category-products .products-grid li.item .details-area .bottom .sale {
  padding: 2px 4px;
  background: #E86926;
  font-size: 12px;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
}
.category-products .products-grid li.item .details-area .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.category-products .products-grid li.item .details-area .price-box .old-price {
  margin-bottom: 2px;
}
.category-products .products-grid li.item .details-area .price-box .old-price .price {
  font-size: 12px;
  color: #847671;
  text-decoration: none;
  font-weight: normal;
  position: relative;
}
.category-products .products-grid li.item .details-area .price-box .old-price .price:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #847671;
}
.category-products .products-grid li.item .details-area .price-box .special-price .price,
.category-products .products-grid li.item .details-area .price-box .regular-price .price {
  font-size: 16px;
  color: #092a28;
  font-weight: normal;
}
.category-products .mobile-filters {
  display: none;
}
@media (max-width: 991px) {
  .category-products .mobile-filters {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 8px 16px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px 8px 0 0;
    z-index: 1;
  }
  .category-products .mobile-filters .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    background: #27A595;
    border-radius: 8px;
    color: #ffffff;
    width: 100%;
    font-size: 15px;
    line-height: 1;
  }
  .category-products .mobile-filters .button:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url("../../images/filters-mob.svg") no-repeat;
  }
}
.category-products .mobile-selected {
  display: none;
}
@media (max-width: 991px) {
  .category-products .mobile-selected {
    display: block;
    padding: 0 16px 10px;
  }
  .category-products .mobile-selected .filter-top {
    display: none;
  }
  .category-products .mobile-selected .currently ol {
    background: none;
    border: 0;
    padding-bottom: 0;
  }
  .category-products .mobile-selected .currently ol li {
    padding: 0;
  }
  .category-products .mobile-selected .currently ol .selected {
    display: inline-block;
    padding: 4px 30px 4px 8px;
    border: 1px solid #D8D4D0;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #5C5351;
    font-size: 14px;
    position: relative;
    line-height: 21px;
  }
  .category-products .mobile-selected .currently ol .selected .btn-remove {
    position: absolute;
    right: 0;
    cursor: pointer;
    background: none;
    padding: 0;
    font-size: 0;
    color: transparent;
  }
  .category-products .mobile-selected .currently ol .selected .btn-remove:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../../images/close.svg") no-repeat;
    background-size: cover;
  }
  .category-products .mobile-selected .currently ol .selected .btn-remove:after {
    display: none;
  }
}

/* ---- pager ---- */
.toolbar-bottom {
  margin: 32px 0;
}
.toolbar-bottom .pages {
  float: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .toolbar-bottom .pages {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.toolbar-bottom .pages ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
@media (max-width: 991px) {
  .toolbar-bottom .pages ol {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.toolbar-bottom .pages li {
  width: 44px;
  height: 44px;
  font-size: var(--text-small);
  margin: 0;
}
@media (max-width: 991px) {
  .toolbar-bottom .pages li {
    width: 36px;
    height: 36px;
    line-height: 28px;
  }
}
.toolbar-bottom .pages li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  padding: 3px 0;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
  color: #A59992;
  width: 100%;
  height: 100%;
  font-weight: 600;
}
.toolbar-bottom .pages li a img {
  height: 24px;
}
.toolbar-bottom .pages li a.previous img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toolbar-bottom .pages li a.previous.disabled img {
  -webkit-transform: none;
  transform: none;
}
.toolbar-bottom .pages li a.next.disabled img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.toolbar-bottom .pages li.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
  border-radius: 8px;
  border: 1px solid #1D8479;
  color: #1D8479;
  background: #ffffff;
  font-weight: 600;
}
.toolbar-bottom .pages li.separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 0;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
  color: #A59992;
  background: #ffffff;
  font-weight: 600;
}
.toolbar-bottom .pages li.page-mid {
  display: none;
}
@media (min-width: 360px) {
  .toolbar-bottom .pages li.page-mid-1 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-1 {
    display: none;
  }
}
@media (min-width: 408px) {
  .toolbar-bottom .pages li.page-mid-2 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-2 {
    display: none;
  }
}
@media (min-width: 456px) {
  .toolbar-bottom .pages li.page-mid-3 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-3 {
    display: none;
  }
}
@media (min-width: 504px) {
  .toolbar-bottom .pages li.page-mid-4 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-4 {
    display: none;
  }
}
@media (min-width: 552px) {
  .toolbar-bottom .pages li.page-mid-5 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-5 {
    display: none;
  }
}
@media (min-width: 600px) {
  .toolbar-bottom .pages li.page-mid-6 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-6 {
    display: none;
  }
}
@media (min-width: 648px) {
  .toolbar-bottom .pages li.page-mid-7 {
    display: list-item;
  }
  .toolbar-bottom .pages li.separator-mids-7 {
    display: none;
  }
}
.toolbar-bottom .pages li {
  /* current page (incl. wanneer in mid-range) altijd zichtbaar */
}
.toolbar-bottom .pages li.page-mid.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ---- description bottom ---- */
.category-description-bottom {
  padding: 16px 32px 64px 32px;
  color: #5C5351;
  font-size: 14px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
.category-description-bottom h1,
.category-description-bottom h2,
.category-description-bottom h3,
.category-description-bottom h4,
.category-description-bottom h5,
.category-description-bottom h6,
.category-description-bottom p,
.category-description-bottom ul,
.category-description-bottom ol,
.category-description-bottom li,
.category-description-bottom img,
.category-description-bottom table,
.category-description-bottom blockquote {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
@media (max-width: 991px) {
  .category-description-bottom {
    padding: 0 16px 32px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.category-description-bottom .description-top {
  display: none;
}
.category-description-bottom ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}
.category-description-bottom ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 12px;
}
.category-description-bottom li {
  list-style: disc;
  margin-left: 24px;
}
.category-description-bottom :is(ul, ol) > li {
  margin-left: 0;
}
.category-description-bottom h1 {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 32px;
  margin-bottom: 16px;
}
.category-description-bottom h2 {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 24px;
  margin-bottom: 16px;
}
.category-description-bottom h3 {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 22px;
  margin-bottom: 16px;
}
.category-description-bottom h4 {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 20px;
  margin-bottom: 16px;
}
.category-description-bottom h5 {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 18px;
  margin-bottom: 16px;
}
.category-description-bottom h6 {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 16px;
  margin-bottom: 16px;
}

/* ---- Brands ---- */
.category-merken .sidebar {
  display: none;
}
.category-merken .sidebar ~ div {
  display: none;
}
.category-merken .category-top {
  padding: 18px 0 40px 0;
}
@media (max-width: 767px) {
  .category-merken .category-top {
    padding: 0 0 40px 0;
  }
}
.category-merken .category-top .category-title,
.category-merken .category-top .category-top-left {
  padding: 0;
  text-align: center;
}
.category-merken .category-top .category-title h1,
.category-merken .category-top .category-top-left h1 {
  color: #1A5550;
}
@media (max-width: 767px) {
  .category-merken .category-top .category-title h1,
  .category-merken .category-top .category-top-left h1 {
    font-size: 24px;
  }
}
.category-merken .category-top .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
}
.category-merken .brands {
  margin: 64px 0;
}
@media (max-width: 767px) {
  .category-merken .brands {
    margin: 38px 0;
  }
}
.category-merken .brands .alphabet-nav {
  margin: 0 0 35px 0;
  font-family: var(--font-serif);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 32px;
}
.category-merken .brands .alphabet-nav .active {
  color: #1D8479;
}
@media (max-width: 767px) {
  .category-merken .brands .alphabet-nav {
    display: none;
  }
}
.category-merken .brands .brand-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
  gap: 8px;
  margin-bottom: 34px;
}
.category-merken .brands .brand-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .category-merken .brands .brand-section {
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
  }
}
.category-merken .brands .brand-section .am-item {
  display: block;
  height: 112px;
  border: 1px solid #E8E3DE;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .category-merken .brands .brand-section .am-item {
    height: 77px;
  }
}
.category-merken .brands .brand-section .subcategories-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.category-merken .brands .brand-section-title {
  font-family: var(--font-serif);
  color: #1D8479;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .category-merken .brands .brand-section-title {
    font-size: 24px;
  }
}

/* Wishlist */
.wishlist-index-index .page-title {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 56px 0;
  margin-bottom: 64px;
  background: #F7F5F3 url("../../images/cart-title-icon.svg") no-repeat right center;
  background-size: contain;
}
@media (max-width: 767px) {
  .wishlist-index-index .page-title {
    padding: 38px 0;
    margin-bottom: 0;
    background: #F7F5F3;
  }
}
.wishlist-index-index .page-title h1 {
  font-family: var(--font-serif);
  font-size: 32px;
  color: #1A5550;
}
.wishlist-index-index .sidebar {
  display: none;
}
.wishlist-index-index .sidebar.filters + .col-main {
  width: 100%;
  padding: 0;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .wishlist-index-index .sidebar.filters + .col-main {
    margin-bottom: 24px;
  }
}
.wishlist-index-index .wishlist {
  font-size: 0;
}
/*# sourceMappingURL=plp.css.map */
