.ldp-product-cont {
  padding-top: 52px;
  padding-bottom: 52px;
}
.ldp-ajax-loading {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ldp-ajax-loading .ldp-spinner {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(255, 255, 255, 0.2); /* màu mờ cho 3 cạnh */
  border-top-color: #b48c72; /* cạnh trên nổi bật */
  border-radius: 50%;
  animation: ldp-spin 0.8s linear infinite;
}

@keyframes ldp-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a.prev.page-numbers,
a.next.page-numbers {
  display: none;
}
#ldp-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ldp-product-title {
  color: #b48c72;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 77px;
}
.ldp-product-subtitle {
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 77px;
  margin-top: 12px;
  line-height: normal;
}
.ldp-product-nav-items {
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin-top: 32px;
  background: #f7f7f7;
}
.ldp-product-nav-item {
  display: flex;
  width: 140px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f9f9f9;
  color: #b4b3b2;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
}
.ldp-product-nav-items .ldp-product-nav-item.active {
  display: flex;
  width: 140px;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #b48c72;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.ldp-product-list-items {
  margin-top: 32px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  height: 100%; /* Đảm bảo container có chiều cao */
}
.ldp-product-list-item {
  flex: 0 0 calc((100% - (4 - 1) * 32px) / 4);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%; /* Đảm bảo mỗi sản phẩm chiếm hết chiều cao */
}
.ldp-product-list-item-footer-box {
  flex-grow: 1; /* Chiếm hết chiều dọc còn lại */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ldp-product-list-item-tag {
  display: inline-flex;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #b48c72;
  box-shadow: 0px 1px 2px 0px rgba(36, 35, 35, 0.15);
  color: #fff;
  font-family: "Averta Std CY";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 13px;
  left: 14px;
}
.ldp-product-list-item_img-box {
  position: relative;
  cursor: pointer;
}
.ldp-product-list-item_img-box:hover .ldp-product-list-item-layout {
  display: flex;
}

.ldp-product-list-item-layout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(72, 72, 72, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
}
.ldp-product-list-item-layout button {
  display: inline-flex;
  padding: 7px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
}
.ldp-product-list-item_img-box img {
  width: 100%;
  object-fit: contain;
}
.ldp-product-list-item_title {
  margin-top: 10px;
  align-self: stretch;
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.ldp-product-list-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 0;
  align-self: stretch;
  margin-top: 10px;
}
.ldp-product-list-item_price--old {
  color: #b4b3b2;
  font-family: "Averta Std CY";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.ldp-product-list-item_price--new {
  margin-top: 2px;
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ldp-product-list-item_btn {
  display: flex;
  padding: 7px 33px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #b48c72;
  color: #b48c72;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
}
.ldp-product-list-pagination {
  margin-top: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ldp-product-list-pagination-items {
  display: flex;
  align-items: center;
}

.ldp-product-list-pagination-item {
  color: #000;
  text-decoration: none !important;
  border-bottom: 2px solid #d9d9d9;
  padding: 10px;
  font-weight: 500;
}
.ldp-product-list-pagination-item.active {
  color: #b48c72;
  border-bottom: 2px solid #b48c72;
  padding: 10px;
  font-weight: 600;
}
.ldp-product-list-item_img_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  background: #b48c72;
  box-shadow: 0px 1px 2px 0px rgba(36, 35, 35, 0.15);
  border: none;
  padding: 3px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.ldp-product-list-item_img_btn img {
  width: 16px;
  height: 16px;
}
.ldp-product-list-item_img_btn p {
  color: #fff;
  font-family: "Averta Std CY";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* @media screen and (max-width: 1200px) {
  .ldp-product-list-items {
    gap: 24px;
  }
  .ldp-product-list-item {
    flex: 0 0 calc(33.333% - 16px);
  }
} */
.page-numbers {
  display: flex;
}
.page-numbers {
  padding: 5px 10px;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-numbers.current {
  border-bottom: 1px solid #b48c72;
  color: #b48c72;
}
.ldp-no-products {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1025px) {
  .ldp-product-cont {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .ldp-product-cont {
    padding: 42px 0px 12px 0px;
    margin: 0;
    max-width: 100% !important;
  }
  .ldp-product-title {
    color: #b48c72;
    text-align: center;
    font-family: "Averta Std CY";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 7.5px;
  }
  .ldp-product-subtitle {
    color: #3f3a36;
    font-family: "Averta Std CY";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  .ldp-product-nav-items {
    margin-top: 30px;
    align-items: center;
  }
  .ldp-product-nav-item {
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: #b4b3b2;
    text-align: justify;
    font-family: "Averta Std CY";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .ldp-product-list-items {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 11px;
  }
  .ldp-product-list-item {
    flex: 0 0 calc(50% - 5.5px);
  }
  .ldp-product-list-pagination {
    margin-top: 32px;
  }
  .ldp-product-list-item_btn {
    padding: 5px 10px;
    color: #b48c72;
    font-family: "Averta Std CY";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .ldp-product-list-item_price--old {
    color: #b4b3b2;
    font-family: "Averta Std CY";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
  }
  .ldp-product-list-item_price--new {
    color: #3f3a36;
    font-family: "Averta Std CY";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
