.vb-product-card-list,
.vb-product-card-list::before,
.vb-product-card-list::after,
.vb-product-card-list *,
.vb-product-card-list *::before,
.vb-product-card-list *::after {
  box-sizing: border-box;
}

.vb-product-card-list::before,
.vb-product-card-list::after {
  content: none !important;
  display: none !important;
}

.vb-product-card-list li.product.vb-product-card {
  margin: 0 auto;
  text-align: center;
  justify-self: center;
}

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

.vb-product-card-list li.product.vb-product-card .vb-product-card__media {
  position: relative;
  width: 100%;
}

.vb-product-card-list li.product.vb-product-card .vb-product-card__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__image-link
  img {
  width: 100%;
  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;
}

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

.vb-product-card-list li.product.vb-product-card .onsale {
  position: absolute;
  right: clamp(-8px, 1vw, 9px);
  top: 9px;
  left: auto;
  bottom: auto;
  margin: 0;
  z-index: 2;
  transform: scale(1);
}

.vb-product-card-list li.product.vb-product-card .onsale:not(.vb-sale-badge) {
  background-color: #8b6749;
}

.vb-product-card-list 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;
}

.vb-product-card-list
  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;
}

.vb-product-card-list
  li.product.vb-product-card
  .onsale.vb-sale-badge
  .vb-sale-badge__text {
  line-height: 13px;
  font-size: 13px;
  font-weight: 400;
}

.vb-product-card-list li.product.vb-product-card .vb-product-card__cta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 3;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .added_to_cart {
  display: none !important;
}

.vb-product-card-list li.product.vb-product-card .vb-product-card__cta .button,
.vb-product-card-list
  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;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  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)
  .vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .add_to_cart_button,
html:not(.vb-loop-cart-ready)
  .vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart {
  color: transparent;
}

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

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button::before,
.vb-product-card-list
  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;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button.added::before,
.vb-product-card-list
  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;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button.added,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart.added {
  background: #27ae60;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button.added.vb-remove-hover::before,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button.added.vb-removing::before,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .ajax_add_to_cart.added.vb-remove-hover::before,
.vb-product-card-list
  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;
}

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

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button:hover,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button:focus-visible,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .vb-product-card__button:hover,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .vb-product-card__button:focus-visible {
  background: #7f6252;
  color: #fff;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .vb-product-card__button--disabled,
.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .vb-product-card__button--disabled:hover,
.vb-product-card-list
  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;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .vb-product-card__button--disabled::before {
  content: none;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button.loading {
  position: relative;
  color: transparent;
}

.vb-product-card-list
  li.product.vb-product-card
  .vb-product-card__cta
  .button.loading::before {
  opacity: 0;
}

.vb-product-card-list
  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);
  }
}

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

.vb-product-card-list 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;
  line-height: 1;
  text-align: center;
  height: calc(16px * 2);
}

.vb-product-card-list 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;
}

.vb-product-card-list 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;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.vb-product-card-list li.product.vb-product-card .price del {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.vb-product-card-list li.product.vb-product-card .price ins {
  text-decoration: none;
}

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

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

  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button.added:hover,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button.added.vb-removing,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .ajax_add_to_cart.added:hover,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .ajax_add_to_cart.added.vb-removing {
    background: #e74c3c;
  }
}

@media (hover: none), (pointer: coarse) {
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .vb-product-card__button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button:not(.added),
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .ajax_add_to_cart:not(.added) {
    background: #8b6749;
  }

  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button.added,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .ajax_add_to_cart.added {
    background: #27ae60;
  }

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

  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button.added.vb-remove-hover,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button.added.vb-removing,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .ajax_add_to_cart.added.vb-remove-hover,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .ajax_add_to_cart.added.vb-removing {
    background: #e74c3c;
  }
}

@media (max-width: 1024px) {
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button,
  .vb-product-card-list
    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) {
  .vb-product-card-list li.product.vb-product-card .onsale {
    transform: scale(0.7);
    right: -8px;
  }

  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button,
  .vb-product-card-list
    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;
  }

  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .button::before,
  .vb-product-card-list
    li.product.vb-product-card
    .vb-product-card__cta
    .vb-product-card__button::before {
    width: 12px;
    height: 12px;
  }

  .vb-product-card-list li.product.vb-product-card .vb-product-card__title {
    font-size: clamp(14px, 3.6vw, 16px);
    height: calc(clamp(14px, 3.6vw, 16px) * 2);
  }

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