.woocommerce-shop .content-area,
.vb-product-archive .content-area,
.post-type-archive-product .content-area,
.tax-product_cat .content-area,
.tax-product_tag .content-area,
.search.search-results .content-area:has(.products) {
  width: 100%;
  padding-inline: 20px;
  box-sizing: border-box;
  max-width: none !important;
  margin-inline: 0;
}

.vb-product-archive .site-main,
.vb-product-archive .site-content,
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.search.search-results .site-main:has(.products),
.woocommerce-shop .site-content,
.post-type-archive-product .site-content,
.tax-product_cat .site-content,
.tax-product_tag .site-content,
.search.search-results .site-content:has(.products) {
  width: 100%;
  max-width: 1280px !important;
  margin-inline: auto;
}

.vb-product-archive .site-main,
.woocommerce-shop .site-main,
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-product_tag .site-main,
.search.search-results .site-main:has(.products) {
  padding-top: 80px;
}

.single-product .related.products {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  box-sizing: border-box;
}

.single-product .related.products > h2 {
  margin-bottom: 24px;
}

.woocommerce-breadcrumb {
  display: block;
  width: 100%;
  color: #84726b !important;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-breadcrumb a {
  color: #84726b !important;
  text-decoration: underline;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb span,
.woocommerce-breadcrumb .breadcrumb_last {
  color: #84726b !important;
}

.woocommerce-products-header__title.page-title {
  color: #4b3f3b !important;
  font-family: "Baloo 2", sans-serif;
  font-size: clamp(28px, 3.125vw, 40px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 28px;
}

.woocommerce-products-header__title.page-title .vb-page-title__first {
  color: #cdaea2;
}

.search.search-results .woocommerce-products-header__title.page-title {
  padding-top: 28px;
}

@media (max-width: 1024px) {
  .woocommerce-products-header__title.page-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  body:not([class*="elementor-page-"]).vb-product-archive .site-main,
  body:not([class*="elementor-page-"]).woocommerce-shop .site-main,
  body:not([class*="elementor-page-"]).post-type-archive-product .site-main,
  body:not([class*="elementor-page-"]).tax-product_cat .site-main,
  body:not([class*="elementor-page-"]).tax-product_tag .site-main,
  body:not([class*="elementor-page-"]).search.search-results .site-main:has(.products) {
    padding-inline-start: 0 !important;
    padding-inline-end: 0 !important;
  }
}

.woocommerce-result-count {
  color: #4b3f3b !important;
  font-family: "Baloo 2", sans-serif;
  font-size: 14px;
}

.woocommerce-ordering {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 0 24px auto;
}

.woocommerce-ordering {
  --vb-orderby-surface: #f3ece7;
}

.woocommerce-ordering .orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 260px;
  min-height: 40px;
  padding: 10px 42px 10px 16px;
  border: 1px solid var(--vb-orderby-surface);
  border-radius: 16px;
  background: var(--vb-orderby-surface);
  color: #8b6749;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    border-radius 0.2s ease,
    box-shadow 0.2s ease;
}

.woocommerce-ordering select[name="per_page"],
.woocommerce-ordering .vb-per-page-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 140px;
  min-height: 40px;
  padding: 10px 42px 10px 16px;
  border: 1px solid var(--vb-orderby-surface);
  border-radius: 16px;
  background: var(--vb-orderby-surface);
  color: #8b6749;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    border-radius 0.2s ease,
    box-shadow 0.2s ease;
}

.woocommerce-ordering .orderby.vb-orderby__native,
.woocommerce-ordering .vb-orderby__native--per-page {
  display: none !important;
}

.vb-orderby {
  position: relative;
  min-width: 260px;
}

.vb-orderby--per-page {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.vb-orderby--per-page .vb-orderby__button {
  min-width: 0;
  width: 68px;
  margin-bottom: 0;
}

.vb-orderby--per-page .vb-orderby__menu {
  left: auto;
  right: 0;
  width: 68px;
}

.vb-orderby__prefix {
  color: #8b6749;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.vb-orderby__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 260px;
  min-height: 40px;
  padding: 10px 42px 10px 16px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  color: #8b6749;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: left;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    border-radius 0.2s ease,
    box-shadow 0.2s ease;
}

.vb-orderby__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 12px;
  height: 12px;
  pointer-events: none;
  transform: translateY(-50%);
  background-color: rgba(26, 28, 24, 0.6);
  -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.22s ease;
}

.vb-orderby.is-open .vb-orderby__button::after,
.vb-orderby__button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.vb-orderby__label {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .vb-orderby--per-page .vb-orderby__label {
    overflow: visible;
    text-overflow: clip;
  }
}

.woocommerce-ordering::after {
  content: none !important;
  display: none !important;
}

.vb-orderby__button:hover {
  box-shadow: 4px 4px 15px 0px #0000001a;
}

.vb-orderby__button:active {
  background: rgba(255, 255, 255, 0.5);
}

.woocommerce-ordering .orderby:focus,
.woocommerce-ordering .orderby:focus-visible,
.vb-orderby__button:focus,
.vb-orderby__button:focus-visible,
.vb-orderby.is-open .vb-orderby__button,
.vb-orderby.is-open .vb-orderby__button:hover {
  background: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  outline: none;
}

.vb-orderby__menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 15;
  overflow: hidden;
  border: none;
  border-radius: 0 0 16px 16px;
  background: #D9CAC5;
  box-shadow: 4px 4px 15px 0px #0000001a;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 320ms;
  will-change: max-height, opacity, transform;
}

.vb-orderby.is-open .vb-orderby__menu {
  max-height: 320px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.vb-orderby__option {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: #D9CAC5;
  color: #8b6749;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
}

.vb-orderby__option:hover,
.vb-orderby__option:focus-visible,
.vb-orderby__option.is-selected {
  background: #7f6252;
  color: #ffffff;
  outline: none;
}

.woocommerce ul.products.is-loading,
.woocommerce-page ul.products.is-loading {
  position: relative;
}

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

.woocommerce ul.products.is-loading li.product.vb-product-card::before,
.woocommerce-page 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-product-loop-loading 1.05s linear infinite;
  pointer-events: none;
}

.woocommerce ul.products.is-loading li.product.vb-product-card > *,
.woocommerce-page ul.products.is-loading li.product.vb-product-card > * {
  opacity: 0;
}

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

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

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart {
  display: none !important;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(4, 283px);
  align-items: start;
  justify-content: space-between;
  gap: 40px 20px;
  width: 100%;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  .woocommerce-ordering {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .vb-orderby {
    min-width: 0;
  }

  .vb-orderby--per-page {
    flex: 0 0 auto;
  }

  .vb-orderby--sort {
    flex: 1 1 auto;
    min-width: 0;
  }

  .vb-orderby--sort .vb-orderby__button {
    min-width: 0;
    width: 100%;
    max-width: 200px !important;
  }

  .vb-orderby__button:hover {
    box-shadow: none;
  }

  .vb-orderby.is-open .vb-orderby__button,
  .vb-orderby.is-open .vb-orderby__button:hover {
    background: rgba(217, 202, 197, 0.5);
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    padding-bottom: 40px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin-top: 0;
  }
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product.vb-product-card,
.woocommerce-page ul.products li.product.vb-product-card {
  width: 283px;
  max-width: 283px;
  margin: 0 auto;
  text-align: center;
  justify-self: center;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__inner,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  width: 100%;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__media,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__media {
  position: relative;
  width: 100%;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 283px;
  height: 284px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link img,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link img {
  width: 283px;
  height: 284px;
  margin: 0;
  object-fit: contain;
  border-radius: 20px;
  display: block;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.woocommerce ul.products li.product.vb-product-card:hover .vb-product-card__image-link img,
.woocommerce ul.products li.product.vb-product-card:focus-within .vb-product-card__image-link img,
.woocommerce-page ul.products li.product.vb-product-card:hover .vb-product-card__image-link img,
.woocommerce-page ul.products li.product.vb-product-card:focus-within .vb-product-card__image-link img {
  transform: scale(1.06);
}

.woocommerce ul.products li.product.vb-product-card .onsale,
.woocommerce-page ul.products li.product.vb-product-card .onsale {
  right: clamp(-8px, 1vw, 9px);
  top: 9px;
  margin: 0;
  z-index: 2;
  transform: scale(1);
}

.woocommerce ul.products li.product.vb-product-card .onsale.vb-sale-badge,
.woocommerce-page ul.products li.product.vb-product-card .onsale.vb-sale-badge {
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  background: #4b3f3b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  min-height: 30px;
  line-height: 13px;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0;
  box-sizing: border-box;
}

.woocommerce ul.products li.product.vb-product-card .onsale.vb-sale-badge .vb-sale-badge__icon,
.woocommerce-page ul.products li.product.vb-product-card .onsale.vb-sale-badge .vb-sale-badge__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  background: currentColor;
  -webkit-mask: url("../icons/common/badge-percent.svg") center / contain no-repeat;
  mask: url("../icons/common/badge-percent.svg") center / contain no-repeat;
}

.woocommerce ul.products li.product.vb-product-card .onsale.vb-sale-badge .vb-sale-badge__text,
.woocommerce-page ul.products li.product.vb-product-card .onsale.vb-sale-badge .vb-sale-badge__text {
  line-height: 13px;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .woocommerce ul.products li.product.vb-product-card .onsale,
  .woocommerce-page ul.products li.product.vb-product-card .onsale {
    transform: scale(0.85);
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product.vb-product-card .onsale,
  .woocommerce-page ul.products li.product.vb-product-card .onsale {
    transform: scale(0.7);
    right: -8px;
  }
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 283px;
  max-width: 100%;
  transform: translateX(-50%);
  z-index: 3;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  min-height: clamp(28px, 4vw, 42px);
  padding: clamp(8px, 1.4vw, 14px) 20px;
  margin: 0;
  border: none;
  border-radius: 0 0 20px 20px;
  background: #8b6749;
  color: #fff;
  text-decoration: none;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  touch-action: manipulation;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

html:not(.vb-loop-cart-ready)
  .woocommerce
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .add_to_cart_button,
html:not(.vb-loop-cart-ready)
  .woocommerce-page
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .add_to_cart_button,
html:not(.vb-loop-cart-ready)
  .woocommerce
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart,
html:not(.vb-loop-cart-ready)
  .woocommerce-page
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart {
  color: transparent;
}

html:not(.vb-loop-cart-ready)
  .woocommerce
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .add_to_cart_button::before,
html:not(.vb-loop-cart-ready)
  .woocommerce-page
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .add_to_cart_button::before,
html:not(.vb-loop-cart-ready)
  .woocommerce
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart::before,
html:not(.vb-loop-cart-ready)
  .woocommerce-page
  ul.products
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart::before {
  opacity: 0;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("../icons/header/Cart.svg") center / contain no-repeat;
  mask: url("../icons/header/Cart.svg") center / contain no-repeat;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added::before {
  -webkit-mask: url("../icons/common/submit.svg") center / contain no-repeat;
  mask: url("../icons/common/submit.svg") center / contain no-repeat;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added {
  background: #27ae60;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-remove-hover::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-removing::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-remove-hover::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-removing::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-remove-hover::before,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-removing::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-remove-hover::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-removing::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-remove-hover::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-removing::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-remove-hover::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-removing::before {
  content: "\00d7";
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  -webkit-mask: none;
  mask: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

@media (hover: hover) {
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added:hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-removing,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-removing,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-removing,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added:hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-removing,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-removing,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-removing {
    background: #e74c3c;
  }
}

@media (hover: none), (pointer: coarse) {
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added),
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):focus,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):focus-visible,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added),
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):focus,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):focus-visible,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added),
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):focus,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):focus-visible,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added),
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):focus,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):focus-visible,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added),
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):focus,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):focus-visible,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added),
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):focus,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):focus-visible {
    background: #8b6749;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added:hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added:focus,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added:focus-visible,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:focus,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:focus-visible,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:focus,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:focus-visible,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added:hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added:focus,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added:focus-visible,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:focus,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:focus-visible,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:focus,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:focus-visible {
    background: #27ae60;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):active,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):active,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):active,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added.loading:active,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.loading:active,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.loading:active,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:not(.added):active,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:not(.added):active,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart:not(.added):active,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added.loading:active,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.loading:active,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.loading:active {
    background: #7f6252;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-remove-hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-removing,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-remove-hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-removing,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-remove-hover,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-removing,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-remove-hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added.vb-removing,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-remove-hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added.vb-removing,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-remove-hover,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added.vb-removing {
    background: #e74c3c;
  }
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.added:not(.loading)::after,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:not(.loading)::after,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:not(.loading)::after,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.added:not(.loading)::after,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart.added:not(.loading)::after,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .ajax_add_to_cart.added:not(.loading)::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:hover,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button:focus-visible,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:hover,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:focus-visible,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button:hover,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button:focus-visible,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:hover,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button:focus-visible,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:hover,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart:focus-visible,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button:hover,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button:focus-visible {
  background: #7f6252;
  color: #fff;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled:hover,
.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled:focus-visible,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled:hover,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled:focus-visible {
  background: rgba(139, 103, 73, 0.55) !important;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button--disabled::before {
  content: none;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.loading,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.loading {
  position: relative;
  color: transparent;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.loading::before,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.loading::before {
  opacity: 0;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button.loading::after,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: vb-product-card-spin 0.7s linear infinite;
}

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

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__content,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__title,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__title {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  color: #4b3f3b;
  font-family: "Baloo 2", "Trebuchet MS", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  max-width: 283px;
  height: calc(16px * 2);
}

.woocommerce ul.products li.product.vb-product-card .vb-product-card__title a,
.woocommerce-page ul.products li.product.vb-product-card .vb-product-card__title a {
  color: #4b3f3b;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce ul.products li.product.vb-product-card .price,
.woocommerce-page ul.products li.product.vb-product-card .price {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #4b3f3b;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}

.woocommerce ul.products li.product.vb-product-card .price del,
.woocommerce-page ul.products li.product.vb-product-card .price del {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.woocommerce ul.products li.product.vb-product-card .price ins,
.woocommerce-page ul.products li.product.vb-product-card .price ins {
  text-decoration: none;
}

@media (hover: hover) {
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }

  .woocommerce ul.products li.product.vb-product-card:hover .vb-product-card__cta .button,
  .woocommerce ul.products li.product.vb-product-card:hover .vb-product-card__cta .added_to_cart,
  .woocommerce ul.products li.product.vb-product-card:hover .vb-product-card__cta .vb-product-card__button,
  .woocommerce ul.products li.product.vb-product-card:focus-within .vb-product-card__cta .button,
  .woocommerce ul.products li.product.vb-product-card:focus-within .vb-product-card__cta .added_to_cart,
  .woocommerce ul.products li.product.vb-product-card:focus-within .vb-product-card__cta .vb-product-card__button,
  .woocommerce-page ul.products li.product.vb-product-card:hover .vb-product-card__cta .button,
  .woocommerce-page ul.products li.product.vb-product-card:hover .vb-product-card__cta .added_to_cart,
  .woocommerce-page ul.products li.product.vb-product-card:hover .vb-product-card__cta .vb-product-card__button,
  .woocommerce-page ul.products li.product.vb-product-card:focus-within .vb-product-card__cta .button,
  .woocommerce-page ul.products li.product.vb-product-card:focus-within .vb-product-card__cta .added_to_cart,
  .woocommerce-page ul.products li.product.vb-product-card:focus-within .vb-product-card__cta .vb-product-card__button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .search.search-results .site-main:has(.products) {
    padding-top: 32px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 24px clamp(8px, 2vw, 16px);
  }

  .woocommerce ul.products li.product.vb-product-card,
  .woocommerce-page ul.products li.product.vb-product-card {
    width: 100%;
    max-width: none;
    margin: 0;
    justify-self: stretch;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__media,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__media {
    width: min(100%, 283px);
    margin-inline: auto;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta {
    width: min(100%, 283px);
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link {
    width: 100%;
    height: auto;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link img {
    width: 100%;
    height: auto;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta {
    left: 0;
    transform: none;
  }

  .woocommerce-shop .site-main,
  .post-type-archive-product .site-main,
  .tax-product_cat .site-main,
  .tax-product_tag .site-main,
  .search.search-results .site-main:has(.products),
  .woocommerce-shop .site-content,
  .post-type-archive-product .site-content,
  .tax-product_cat .site-content,
  .tax-product_tag .site-content,
  .search.search-results .site-content:has(.products),
  .woocommerce-shop .content-area,
  .post-type-archive-product .content-area,
  .tax-product_cat .content-area,
  .tax-product_tag .content-area,
  .search.search-results .content-area:has(.products),
  .single-product .related.products {
    width: 100%;
  }

  .woocommerce-shop .content-area,
  .post-type-archive-product .content-area,
  .tax-product_cat .content-area,
  .tax-product_tag .content-area,
  .search.search-results .content-area:has(.products),
  .single-product .related.products {
    padding-inline: 14px;
    box-sizing: border-box;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button {
    height: 42px;
    min-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    overflow: hidden;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .woocommerce-ordering {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: nowrap;
  }

  .vb-orderby {
    min-width: 0;
  }

  .vb-orderby__button {
    min-width: 0;
  }

  .woocommerce ul.products li.product.vb-product-card,
  .woocommerce-page ul.products li.product.vb-product-card {
    width: 100%;
    max-width: none;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__media,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__media {
    width: min(100%, 162px);
    margin-inline: auto;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 283 / 284;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta {
    left: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button {
    height: 28px;
    min-height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .button::before,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart::before,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button::before,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .button::before,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .added_to_cart::before,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta .vb-product-card__button::before {
    width: 12px;
    height: 12px;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__title,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__title {
    font-size: clamp(14px, 3.6vw, 16px);
    max-width: 162px;
    height: calc(clamp(14px, 3.6vw, 16px) * 2);
  }

  .woocommerce ul.products li.product.vb-product-card .price,
  .woocommerce-page ul.products li.product.vb-product-card .price {
    font-size: clamp(14px, 4vw, 16px);
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 40px 20px;
  }

  .woocommerce ul.products li.product.vb-product-card,
  .woocommerce-page ul.products li.product.vb-product-card {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__image-link img,
  .woocommerce ul.products li.product.vb-product-card .vb-product-card__cta,
  .woocommerce-page ul.products li.product.vb-product-card .vb-product-card__cta {
    width: min(100%, 283px);
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    row-gap: 20px;
    column-gap: clamp(10px, 3vw, 14px);
  }
}
