.product_text {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}

.product_text a {
  width: 100%;
}

.onsale {
  display: none;
}
.add_to_cart_wrap {
  display: none;
}

.image-container {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: 270px;
}

.image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product_text {
  margin-top: 8px;
}

.pr_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.woocommerce-loop-product__title {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  color: var(--black);
  line-height: 24px;
  min-height: 48px;
  margin-bottom: 5px;
}

.product-attribute {
  order: 3;
}

.price {
  order: 2;
  display: flex;
  align-items: center;
  column-gap: 5px;

  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  line-height: 28px;
  color: var(--black);
}

.price del {
  order: 2;
  text-decoration: none;
  margin-left: auto;
}

.price del .woocommerce-Price-amount bdi {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  line-height: 18px;
  color: var(--text-light);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--text-light);
  text-align: center;
}

.price ins {
  order: 0;
  text-decoration: none;
}

.price .woocommerce-Price-amount.amount {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  line-height: 28px;
  color: var(--black);
  text-decoration: none;
}

.product-attribute {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  line-height: 18px;
  color: var(--text-light);
  margin-bottom: 8px;
}

.product-attribute strong {
  font-weight: var(--font-weight-regular);
}

.add_to_cart_wrap {
  margin-top: 15px;
}

.add_to_cart_button {
  display: none;
  align-items: center;
  column-gap: 15px;

  padding: 8px 16px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 8px;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
}

.xoo-qv-button {
  display: none !important;
}

a.custom-qv-button {
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  width: auto;

  padding: 8px 16px;
  background: var(--primary-color);
  color: var(--white);
  border-radius: 8px;
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
}

a.added-to-cart {
  background: var(--success);
}

.custom-qv-icon {
  margin-right: 0px !important;
}

@media (max-width: 1440px) {
  a.custom-qv-button {
    width: 100%;
  }
}
