.woocommerce-shop .site-main,
.vb-product-archive .site-main,
.tax-product_cat .site-main {
  --vb-filter-sidebar-width: 292px;
  --vb-panel-shadow: 0 18px 36px rgba(75, 63, 59, 0.14);
}

.vb-product-filters-shell {
  width: 100%;
  max-width: var(--vb-filter-sidebar-width);
  margin-bottom: 40px;
  border-radius: 16px;
  user-select: none;
}

.vb-details__content {
  overflow: hidden;
  transition: height 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: height;
}

.vb-product-filters-shell__summary {
  display: none;
}

.vb-product-filters-shell__summary::-webkit-details-marker {
  display: none;
}

.vb-product-filters-shell__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vb-product-filters-shell__title::before {
  content: "";
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  background: var(--vb-text);
  -webkit-mask: url("../icons/common/filter.svg?v=3") center / contain no-repeat;
  mask: url("../icons/common/filter.svg?v=3") center / contain no-repeat;
}

.vb-product-filters-shell__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--vb-text);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.vb-product-filters-shell__count.is-hidden {
  display: none;
}

.vb-product-filters-shell__reset {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  color: #7f6252;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.vb-product-filters-shell__reset.is-hidden,
.vb-product-filters__reset.is-hidden {
  display: none;
}

.vb-product-filters {
  width: 100%;
  max-width: var(--vb-filter-sidebar-width);
  padding: 24px 24px 20px;
  border: 1px solid rgba(132, 114, 107, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 245, 243, 0.92) 100%);
  box-sizing: border-box;
}

.vb-product-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: -24px -24px 20px;
  padding: 20px 24px;
  border-radius: 16px 16px 0 0;
  background-image:
    linear-gradient(
      180deg,
      rgba(244, 227, 219, 0.82) 0%,
      rgba(205, 174, 162, 0.86) 56%,
      rgba(143, 114, 105, 0.82) 100%
    ),
    linear-gradient(100.39deg, rgba(127, 98, 82, 0.9) 40%, rgba(220, 194, 183, 1) 50%),
    url("../imgs/footer/subscribe_baby_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, multiply, normal;
}

.vb-product-filters__header-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}

.vb-product-filters__title-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.vb-product-filters__title {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-shadow: 0 2px 8px rgba(75, 63, 59, 0.28);
}

.vb-product-filters__title::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: #fff;
  -webkit-mask: url("../icons/common/filter.svg?v=3") center / contain no-repeat;
  mask: url("../icons/common/filter.svg?v=3") center / contain no-repeat;
  filter: drop-shadow(0 2px 8px rgba(75, 63, 59, 0.28));
}

.vb-product-filters__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 999px;
  background: #fff;
  color: #CDAEA2;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(75, 63, 59, 0.18);
}

.vb-product-filters__count.is-hidden {
  display: none;
}

.vb-product-filters__reset {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-shadow: 0 2px 8px rgba(75, 63, 59, 0.28);
}

.vb-product-filters__close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(75, 63, 59, 0.28);
}

.vb-product-filters__close span {
  filter: drop-shadow(0 2px 8px rgba(75, 63, 59, 0.28));
}

.vb-product-filters__reset:hover,
.vb-product-filters__reset:focus-visible,
.vb-product-filters-shell__reset:hover,
.vb-product-filters-shell__reset:focus-visible {
  font-weight: 700;
  text-decoration: none;
}

.vb-product-filters__reset.is-loading,
.vb-product-filters-shell__reset.is-loading {
  position: relative;
  color: transparent !important;
  text-decoration: none;
  pointer-events: none;
}

.vb-product-filters__reset.is-loading::after,
.vb-product-filters-shell__reset.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-top-color: #fff;
  border-radius: 50%;
  animation: vb-filter-reset-spin 0.75s linear infinite;
}

.vb-product-filters__grid {
  display: grid;
  gap: 0;
}

.vb-product-filters__applied-wrap {
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(132, 114, 107, 0.16);
  margin: 0 0 2px;
}

.vb-product-filters__applied-wrap.is-hidden {
  display: none;
}

.vb-product-filters__applied-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px 18px 0;
  margin: 0;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.vb-product-filters__applied {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 0;
  min-width: 0;
}

.vb-product-filters__applied.is-hidden {
  display: none;
}

.vb-product-filters__chip {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  border: 1px solid rgba(132, 114, 107, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  min-width: 0;
  max-width: calc(50% - 4px);
  flex: 0 1 calc(50% - 4px);
  white-space: nowrap;
  overflow: hidden;
}

.vb-product-filters__chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  min-width: 12px;
  height: 12px;
  color: #4b3f3b;
  font-size: 14px;
  line-height: 1;
  flex: 0 0 auto;
}

.vb-product-filters__chip-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vb-product-filters__chip:hover,
.vb-product-filters__chip:focus-visible {
  border-color: rgba(127, 98, 82, 0.28);
  background: #f9f5f3;
  outline: none;
}

.vb-product-filters__group {
  padding: 0;
  border-bottom: 1px solid rgba(132, 114, 107, 0.16);
}

.vb-product-filters__group:last-child {
  border-bottom: 0;
}

.vb-product-filters__summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 28px 18px 0;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.vb-product-filters__summary::-webkit-details-marker {
  display: none;
}

.vb-product-filters__summary-label {
  display: inline-block;
}

.vb-product-filters__summary-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 999px;
  background: var(--vb-text);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
}

.vb-product-filters__summary-count.is-hidden {
  display: none;
}

.vb-product-filters__summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #4b3f3b;
  -webkit-mask: url("../icons/common/keyboard_arrow_down.svg") center / contain no-repeat;
  mask: url("../icons/common/keyboard_arrow_down.svg") center / contain no-repeat;
  transition: transform 0.2s ease;
}

.vb-product-filters__group[open] .vb-product-filters__summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.vb-product-filters__group.is-opening .vb-product-filters__summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.vb-product-filters__group.is-closing .vb-product-filters__summary::after {
  transform: translateY(-50%) rotate(0deg);
}

.vb-product-filters__options {
  display: grid;
  gap: 12px;
  padding-bottom: 18px;
}

.vb-product-filters__options--scroll {
  max-height: 248px;
  padding-right: 8px;
  overflow-y: auto;
}

.vb-product-filters__options--scroll::-webkit-scrollbar {
  width: 6px;
}

.vb-product-filters__options--scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #7f6252;
}

.vb-product-filters__option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  cursor: pointer;
}

.vb-product-filters__option input {
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin: 2px 0 0;
  accent-color: #7f6252;
}

.vb-product-filters__option--disabled {
  color: rgba(75, 63, 59, 0.42);
  cursor: not-allowed;
}

.vb-product-filters__option--disabled input {
  opacity: 0.45;
  cursor: not-allowed;
}

.vb-product-filters__option--nested {
  position: relative;
}

.vb-product-filters__tree-node {
  position: relative;
}

.vb-product-filters__tree-node--has-children::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 0;
  left: 6px;
  width: 1px;
  background: rgba(132, 114, 107, 0.16);
  pointer-events: none;
}

.vb-product-filters__tree-children {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding-left: 24px;
}

.vb-product-filters__tree-children > .vb-product-filters__tree-node > .vb-product-filters__option::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -17px;
  width: 11px;
  height: 1px;
  background: rgba(132, 114, 107, 0.16);
  pointer-events: none;
}

.vb-product-filters__tree-children > .vb-product-filters__tree-node:last-child::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: -12px;
  left: -20px;
  width: 3px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(249, 245, 243, 0.92) 100%);
  pointer-events: none;
}

.vb-product-filters.is-loading {
  pointer-events: none;
}

.vb-product-grid-wrap > ul.products.is-loading {
  position: relative;
  pointer-events: none;
}

.vb-product-grid-wrap > ul.products.is-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(249, 245, 243, 0.45);
  pointer-events: none;
}

.vb-product-grid-wrap > ul.products.is-loading > li.product.vb-product-card {
  position: relative;
  background: rgba(238, 234, 225, 0.95);
  border-radius: 24px;
  overflow: hidden;
}

.vb-product-grid-wrap > ul.products.is-loading > li.product.vb-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 50%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(
      180deg,
      rgba(238, 234, 225, 0.95) 0 284px,
      transparent 284px 296px,
      rgba(238, 234, 225, 0.95) 296px 328px,
      transparent 328px 340px,
      rgba(238, 234, 225, 0.95) 340px 360px
    );
  background-size:
    200px 100%,
    100% 100%;
  background-position:
    -200px 0,
    0 0;
  background-repeat: no-repeat;
  animation: vb-filter-card-loading 1.05s linear infinite;
  pointer-events: none;
}

.vb-product-grid-wrap > ul.products.is-loading > li.product.vb-product-card > * {
  opacity: 0;
}

.vb-product-grid-wrap .woocommerce-no-products-found {
  width: 100%;
}

.vb-product-grid-wrap .woocommerce-no-products-found .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0 0 30px;
  padding: 18px 20px;
  border: 1px solid rgba(132, 114, 107, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(249, 245, 243, 0.96) 100%);
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 20px 40px rgba(75, 63, 59, 0.08);
}

.vb-product-grid-wrap .woocommerce-no-products-found .woocommerce-info::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  float: none;
  display: block;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  margin: 0;
  background: #7f6252;
  -webkit-mask: url("../icons/common/bag.svg") center / contain no-repeat;
  mask: url("../icons/common/bag.svg") center / contain no-repeat;
}

.vb-filter-price {
  --vb-filter-min-percent: 0%;
  --vb-filter-max-percent: 100%;
  padding-bottom: 18px;
}

.vb-filter-price__labels {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.vb-filter-price__field-wrap {
  display: grid;
  gap: 4px;
}

.vb-filter-price__field-label {
  color: #7f6252;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.vb-filter-price__pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: fit-content;
  min-width: 58px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(132, 114, 107, 0.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 245, 243, 0.98) 100%);
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.vb-filter-price__pill[data-min-label],
.vb-filter-price__pill[data-max-label] {
  display: none;
}

.vb-filter-price__field {
  width: 1ch;
  min-width: 2.6ch;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8b6749;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
  field-sizing: content;
  appearance: textfield;
  -moz-appearance: textfield;
}

.vb-filter-price__pill:hover,
.vb-filter-price__pill:focus-within {
  border-color: rgba(127, 98, 82, 0.45);
  box-shadow: 4px 4px 15px 0px #0000001a;
}

.vb-filter-price__field:focus,
.vb-filter-price__field:focus-visible {
  outline: none;
}

.vb-filter-price__field::-webkit-outer-spin-button,
.vb-filter-price__field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.vb-filter-price__currency {
  flex: 0 0 auto;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.vb-filter-price__ranges {
  position: relative;
  height: 34px;
}

.vb-filter-price__ranges::before,
.vb-filter-price__ranges::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
}

.vb-filter-price__ranges::before {
  background: rgba(132, 114, 107, 0.22);
}

.vb-filter-price__ranges::after {
  left: var(--vb-filter-min-percent);
  right: calc(100% - var(--vb-filter-max-percent));
  background: #7f6252;
}

.vb-filter-price__range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 34px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.vb-filter-price__range::-webkit-slider-runnable-track {
  height: 34px;
  background: transparent;
}

.vb-filter-price__range::-moz-range-track {
  height: 34px;
  background: transparent;
}

.vb-filter-price__range--min {
  z-index: 1;
}

.vb-filter-price__range--max {
  z-index: 2;
}

.vb-filter-price__range.is-active {
  z-index: 3;
}

.vb-filter-price__range::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: #7f6252;
  box-shadow: 0 0 0 8px transparent;
  cursor: pointer;
  pointer-events: auto;
  -webkit-appearance: none;
}

.vb-filter-price__range:hover::-webkit-slider-thumb {
  background: #4b3f3b;
}

.vb-filter-price__range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: #7f6252;
  box-shadow: 0 0 0 8px transparent;
  cursor: pointer;
  pointer-events: auto;
}

.vb-filter-price__range:hover::-moz-range-thumb {
  background: #4b3f3b;
}

@keyframes vb-filter-card-loading {
  0% {
    background-position:
      -200px 0,
      0 0;
  }

  100% {
    background-position:
      calc(100% + 200px) 0,
      0 0;
  }
}

@keyframes vb-filter-reset-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1025px) {
  .vb-product-filters-shell > .vb-product-filters {
    display: block !important;
  }

  .vb-product-filters-shell {
    margin-bottom: 80px;
    box-shadow: var(--vb-panel-shadow);
  }

  .vb-product-archive .woocommerce-notices-wrapper:empty,
  .woocommerce-shop .woocommerce-notices-wrapper:empty,
  .tax-product_cat .woocommerce-notices-wrapper:empty {
    display: none;
  }

  .vb-product-archive:not(.search) .site-main,
  .woocommerce-shop:not(.search) .site-main,
  .tax-product_cat .site-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 32px;
    row-gap: 28px;
  }

  .vb-product-archive:not(.search) .woocommerce-breadcrumb,
  .vb-product-archive:not(.search) .woocommerce-products-header,
  .vb-product-archive:not(.search) .woocommerce-notices-wrapper,
  .woocommerce-shop:not(.search) .woocommerce-breadcrumb,
  .woocommerce-shop:not(.search) .woocommerce-products-header,
  .woocommerce-shop:not(.search) .woocommerce-notices-wrapper,
  .tax-product_cat .woocommerce-breadcrumb,
  .tax-product_cat .woocommerce-products-header,
  .tax-product_cat .woocommerce-notices-wrapper {
    order: 0;
    width: 100%;
  }

  .vb-product-archive:not(.search) .vb-product-filters-shell,
  .woocommerce-shop:not(.search) .vb-product-filters-shell,
  .tax-product_cat .vb-product-filters-shell {
    order: 1;
    flex: 0 0 var(--vb-filter-sidebar-width);
  }

  .vb-product-archive:not(.search) .vb-product-archive-main,
  .woocommerce-shop:not(.search) .vb-product-archive-main,
  .tax-product_cat .vb-product-archive-main,
  .search.search-results .vb-product-archive-main {
    order: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 24px;
    row-gap: 38px;
  }

  .vb-product-archive:not(.search) .vb-product-archive-main,
  .woocommerce-shop:not(.search) .vb-product-archive-main,
  .tax-product_cat .vb-product-archive-main {
    flex: 0 0 calc(100% - var(--vb-filter-sidebar-width) - 32px);
    width: calc(100% - var(--vb-filter-sidebar-width) - 32px);
    max-width: calc(100% - var(--vb-filter-sidebar-width) - 32px);
  }

  .search.search-results .vb-product-archive-main,
  .search.search-results.woocommerce-shop .vb-product-archive-main {
    display: block;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .vb-product-archive .vb-product-archive-toolbar,
  .woocommerce-shop .vb-product-archive-toolbar,
  .tax-product_cat .vb-product-archive-toolbar,
  .search.search-results .vb-product-archive-toolbar {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    min-height: 70px;
    padding: 14px 22px;
    border: none;
    border-radius: 16px 16px 0 0;
    box-shadow: var(--vb-panel-shadow);
    background-image:
      linear-gradient(
        180deg,
        rgba(244, 227, 219, 0.82) 0%,
        rgba(205, 174, 162, 0.86) 35%,
        rgba(143, 114, 105, 0.82) 100%
      ),
      linear-gradient(100.39deg, rgba(127, 98, 82, 0.9) 40%, rgba(220, 194, 183, 1) 50%),
      var(--vb-archive-toolbar-image, url("../imgs/teddy_bear.png"));
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center, center, left 47%;
    background-size: cover, cover, cover;
    background-blend-mode: normal, multiply, normal;
  }

  .search.search-results .vb-product-archive-toolbar {
    margin-bottom: 38px;
  }

  .vb-product-archive .vb-product-archive-toolbar .woocommerce-result-count,
  .woocommerce-shop .vb-product-archive-toolbar .woocommerce-result-count,
  .tax-product_cat .vb-product-archive-toolbar .woocommerce-result-count,
  .search.search-results .vb-product-archive-toolbar .woocommerce-result-count {
    margin: 0;
    color: #fff !important;
    font-family: "Baloo 2", sans-serif;
    font-size: 16px;
    text-shadow: 0 2px 8px rgba(75, 63, 59, 0.28);
  }

  .vb-product-archive .vb-product-archive-toolbar .woocommerce-ordering,
  .woocommerce-shop .vb-product-archive-toolbar .woocommerce-ordering,
  .tax-product_cat .vb-product-archive-toolbar .woocommerce-ordering,
  .search.search-results .vb-product-archive-toolbar .woocommerce-ordering {
    margin: 0;
    align-self: center;
    justify-self: end;
  }

  .vb-product-archive .vb-product-archive-toolbar .vb-orderby__prefix,
  .woocommerce-shop .vb-product-archive-toolbar .vb-orderby__prefix,
  .tax-product_cat .vb-product-archive-toolbar .vb-orderby__prefix,
  .search.search-results .vb-product-archive-toolbar .vb-orderby__prefix {
    color: #fff;
    text-shadow: 0 2px 8px rgba(75, 63, 59, 0.28);
  }

  .vb-product-filters__header {
    min-height: 70px;
    padding: 14px 24px;
    box-sizing: border-box;
  }

  .vb-product-archive-main .vb-product-grid-wrap {
    width: 100%;
    min-width: 0;
  }

  .vb-product-archive .vb-product-archive-main .vb-product-grid-wrap,
  .vb-product-archive .vb-product-archive-main nav.vb-pagination,
  .vb-product-archive .vb-product-archive-main nav.woocommerce-pagination,
  .woocommerce-shop .vb-product-archive-main .vb-product-grid-wrap,
  .woocommerce-shop .vb-product-archive-main nav.vb-pagination,
  .woocommerce-shop .vb-product-archive-main nav.woocommerce-pagination,
  .tax-product_cat .vb-product-archive-main .vb-product-grid-wrap,
  .tax-product_cat .vb-product-archive-main nav.vb-pagination,
  .tax-product_cat .vb-product-archive-main nav.woocommerce-pagination,
  .search.search-results .vb-product-archive-main .vb-product-grid-wrap,
  .search.search-results .vb-product-archive-main nav.vb-pagination,
  .search.search-results .vb-product-archive-main nav.woocommerce-pagination {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
  }

  .vb-product-archive .vb-product-grid-wrap > ul.products,
  .woocommerce-shop .vb-product-grid-wrap > ul.products,
  .tax-product_cat .vb-product-grid-wrap > ul.products,
  .search.search-results .vb-product-grid-wrap > ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    width: 100%;
    min-width: 0;
  }

  .vb-product-archive .vb-product-grid-wrap > ul.products li.product.vb-product-card,
  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    justify-self: stretch;
  }

  .vb-product-archive .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__media,
  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__media,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__media,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__media {
    width: 100%;
    max-width: 283px;
    margin-inline: auto;
  }

  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta {
    width: min(100%, 283px);
  }

  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__image-link img {
    height: auto;
  }

  .vb-product-archive .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta,
  .woocommerce-shop .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta,
  .tax-product_cat .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta,
  .search.search-results .vb-product-grid-wrap > ul.products li.product.vb-product-card .vb-product-card__cta {
    left: 0;
    transform: none;
  }

  .vb-product-archive .vb-product-grid-wrap > nav.vb-pagination,
  .vb-product-archive .vb-product-grid-wrap > nav.woocommerce-pagination,
  .woocommerce-shop .vb-product-grid-wrap > nav.vb-pagination,
  .woocommerce-shop .vb-product-grid-wrap > nav.woocommerce-pagination,
  .tax-product_cat .vb-product-grid-wrap > nav.vb-pagination,
  .tax-product_cat .vb-product-grid-wrap > nav.woocommerce-pagination,
  .search.search-results .vb-product-grid-wrap > nav.vb-pagination,
  .search.search-results .vb-product-grid-wrap > nav.woocommerce-pagination {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body.vb-filter-panel-open {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow-y: scroll;
  }

  .vb-product-archive .site-main,
  .woocommerce-shop .site-main,
  .tax-product_cat .site-main,
  .search.search-results .site-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .vb-product-archive .vb-product-archive-main,
  .woocommerce-shop .vb-product-archive-main,
  .tax-product_cat .vb-product-archive-main,
  .search.search-results .vb-product-archive-main {
    display: contents;
  }

  .vb-product-archive .vb-product-archive-toolbar,
  .woocommerce-shop .vb-product-archive-toolbar,
  .tax-product_cat .vb-product-archive-toolbar,
  .search.search-results .vb-product-archive-toolbar {
    order: 4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px 12px;
    padding: 0;
    margin: -12px 0px 30px 0px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }

  .vb-product-archive .vb-product-filters-shell,
  .woocommerce-shop .vb-product-filters-shell,
  .tax-product_cat .vb-product-filters-shell {
    order: 2;
  }

  .vb-product-archive .vb-product-archive-toolbar .woocommerce-ordering,
  .woocommerce-shop .vb-product-archive-toolbar .woocommerce-ordering,
  .tax-product_cat .vb-product-archive-toolbar .woocommerce-ordering,
  .search.search-results .vb-product-archive-toolbar .woocommerce-ordering {
    order: 2;
    margin: 0;
    width: auto;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
  }

  .vb-product-archive .vb-product-archive-toolbar .vb-orderby--per-page,
  .woocommerce-shop .vb-product-archive-toolbar .vb-orderby--per-page,
  .tax-product_cat .vb-product-archive-toolbar .vb-orderby--per-page,
  .search.search-results .vb-product-archive-toolbar .vb-orderby--per-page,
  .vb-product-archive .vb-product-archive-toolbar .vb-orderby__native--per-page,
  .woocommerce-shop .vb-product-archive-toolbar .vb-orderby__native--per-page,
  .tax-product_cat .vb-product-archive-toolbar .vb-orderby__native--per-page,
  .search.search-results .vb-product-archive-toolbar .vb-orderby__native--per-page {
    display: none !important;
  }

  .vb-product-archive .vb-product-archive-toolbar .woocommerce-result-count,
  .woocommerce-shop .vb-product-archive-toolbar .woocommerce-result-count,
  .tax-product_cat .vb-product-archive-toolbar .woocommerce-result-count,
  .search.search-results .vb-product-archive-toolbar .woocommerce-result-count {
    order: 1;
    margin: 0;
    color: #4b3f3b !important;
    font-family: "Baloo 2", sans-serif;
    font-size: 14px;
    text-shadow: none;
    flex: 0 0 auto;
    min-width: 0;
    white-space: nowrap;
  }

  .vb-product-archive .vb-product-archive-toolbar .vb-orderby__prefix,
  .woocommerce-shop .vb-product-archive-toolbar .vb-orderby__prefix,
  .tax-product_cat .vb-product-archive-toolbar .vb-orderby__prefix,
  .search.search-results .vb-product-archive-toolbar .vb-orderby__prefix {
    color: #4b3f3b;
    text-shadow: none;
    white-space: nowrap;
  }

  .vb-product-archive .vb-product-archive-toolbar .vb-orderby--sort,
  .woocommerce-shop .vb-product-archive-toolbar .vb-orderby--sort,
  .tax-product_cat .vb-product-archive-toolbar .vb-orderby--sort,
  .search.search-results .vb-product-archive-toolbar .vb-orderby--sort {
    min-width: 0;
    max-width: 100%;
  }

  .vb-product-archive .vb-product-archive-toolbar .vb-orderby--sort .vb-orderby__button,
  .woocommerce-shop .vb-product-archive-toolbar .vb-orderby--sort .vb-orderby__button,
  .tax-product_cat .vb-product-archive-toolbar .vb-orderby--sort .vb-orderby__button,
  .search.search-results .vb-product-archive-toolbar .vb-orderby--sort .vb-orderby__button {
    min-width: 0;
    max-width: 100%;
  }

  .vb-product-archive .vb-product-archive-main .vb-product-grid-wrap,
  .vb-product-archive .vb-product-archive-main nav.vb-pagination,
  .vb-product-archive .vb-product-archive-main nav.woocommerce-pagination,
  .woocommerce-shop .vb-product-archive-main .vb-product-grid-wrap,
  .woocommerce-shop .vb-product-archive-main nav.vb-pagination,
  .woocommerce-shop .vb-product-archive-main nav.woocommerce-pagination,
  .tax-product_cat .vb-product-archive-main .vb-product-grid-wrap,
  .tax-product_cat .vb-product-archive-main nav.vb-pagination,
  .tax-product_cat .vb-product-archive-main nav.woocommerce-pagination,
  .search.search-results .vb-product-archive-main .vb-product-grid-wrap,
  .search.search-results .vb-product-archive-main nav.vb-pagination,
  .search.search-results .vb-product-archive-main nav.woocommerce-pagination {
    order: 5;
  }

  .vb-product-filters-shell:not(.is-ready) > .vb-product-filters {
    display: none;
  }

  .vb-product-filters-shell {
    max-width: none;
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .vb-product-filters-shell__summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 52px 20px 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    list-style: none;
    background-image:
      linear-gradient(
        180deg,
        rgba(244, 227, 219, 0.82) 0%,
        rgba(205, 174, 162, 0.86) 56%,
        rgba(143, 114, 105, 0.82) 100%
      ),
      linear-gradient(100.39deg, rgba(127, 98, 82, 0.45) 0.94%, rgba(220, 194, 183, 0) 91.66%),
      url("../imgs/footer/subscribe_baby_image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: normal, multiply, normal;
    border-radius: 16px;
    box-shadow: var(--vb-panel-shadow);
    z-index: 1;
  }

  .vb-product-filters-shell__title,
  .vb-product-filters-shell__reset {
    text-shadow: 0 2px 8px rgba(75, 63, 59, 0.28);
  }

  .vb-product-filters-shell > .vb-details__content {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 20px;
    background: rgba(75, 63, 59, 0);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, background-color 0.25s ease;
    will-change: opacity;
  }

  .vb-product-filters-shell[open] > .vb-details__content,
  .vb-product-filters-shell.is-opening > .vb-details__content,
  .vb-product-filters-shell.is-closing > .vb-details__content {
    opacity: 1;
    pointer-events: auto;
  }

  .vb-product-filters-shell[open] > .vb-details__content,
  .vb-product-filters-shell.is-opening > .vb-details__content {
    background: rgba(75, 63, 59, 0.35);
  }

  .vb-product-filters-shell__summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%) rotate(90deg);
    background-color: #fff;
    -webkit-mask: url("../icons/common/keyboard_arrow_down.svg") center / contain no-repeat;
    mask: url("../icons/common/keyboard_arrow_down.svg") center / contain no-repeat;
    transition: transform 0.2s ease;
  }

  .vb-product-filters-shell[open] .vb-product-filters-shell__summary::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .vb-product-filters-shell.is-opening .vb-product-filters-shell__summary::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .vb-product-filters-shell.is-closing .vb-product-filters-shell__summary::after {
    transform: translateY(-50%) rotate(90deg);
  }

  .vb-product-filters-shell__title::before {
    background: #fff;
  }

  .vb-product-filters-shell__count {
    background: #fff;
    color: #CDAEA2;
  }

  .vb-product-filters-shell__reset {
    color: #fff;
  }

  .vb-product-filters__header {
    display: flex;
  }

  .vb-product-filters {
    width: min(100%, 340px);
    max-width: 340px;
    height: 100vh;
    height: 100dvh;
    padding: 24px 24px calc(24px + env(safe-area-inset-bottom, 0px));
    margin: 0;
    border: 1px solid rgba(132, 114, 107, 0.18);
    border-radius: 0;
    background:
      linear-gradient(180deg, #ffffff 0%, #f9f5f3 100%);
    box-shadow: var(--vb-panel-shadow);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
  }

  .vb-product-filters-shell[open] .vb-product-filters,
  .vb-product-filters-shell.is-opening .vb-product-filters {
    transform: translateX(0);
  }

  .vb-product-filters-shell.is-closing .vb-product-filters {
    transform: translateX(-100%);
  }

  .vb-product-filters__title {
    font-size: 22px;
  }

  .vb-product-filters__header {
    min-height: 70px;
    margin: -24px -24px 20px;
    padding: 14px 24px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .vb-product-filters__close {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .vb-product-filters-shell {
    margin-bottom: 20px;
  }

  .vb-product-filters-shell__title::before {
    width: 16px;
    height: 16px;
  }

  .vb-product-filters-shell__summary {
    font-size: 16px;
  }

  .vb-product-filters-shell__summary::after {
    right: 16px;
  }

  .vb-product-filters {
    width: min(100%, 320px);
    max-width: 320px;
    padding: 20px 16px calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .vb-product-filters__header {
    min-height: 0;
    margin: -20px -16px 14px;
    padding: 16px;
  }

  .vb-product-filters__title {
    font-size: 20px;
  }

  .vb-product-filters__summary {
    padding: 16px 24px 16px 0;
    font-size: 16px;
  }

  .vb-product-filters__options--scroll {
    max-height: 208px;
  }
}

