.wajah-wa-chat-button { display: none; }
.wajah-product-desktop-actions {
  display: grid;
  position: static;
  grid-auto-flow: column;
  grid-auto-columns: 64px;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(74, 55, 43, .14);
  background: transparent;
}

.wajah-product-action-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #6f6265;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.wajah-product-desktop-actions .wajah-product-action,
.wajah-product-desktop-actions .wajah-wishlist-button {
  display: grid !important;
  position: static !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid #e3d7d9 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #8b001b !important;
  box-shadow: none !important;
  cursor: pointer;
}

.wajah-product-desktop-actions .wajah-product-action-wa {
  border-color: #e3d7d9 !important;
  background: #fff !important;
  color: #8b001b !important;
}

.wajah-product-desktop-actions svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wajah-product-desktop-actions .wajah-product-action-wa svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
  stroke: none;
}

@media (min-width: 769px) {
  .single-product .wj-product-order {
    padding: 16px 18px;
  }

  .single-product .wj-product-order h2 {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .single-product .wj-product-order .wj-option-group {
    gap: 7px;
    margin-top: 12px;
  }

  .single-product .wj-product-order .wj-cart {
    margin-top: 16px;
  }

  .single-product .wj-product-order .quantity-row {
    gap: 8px;
    margin-bottom: 14px;
  }

  .single-product .wj-product-order .wj-add-cart,
  .single-product .wj-product-order .wj-buy-now {
    min-height: 46px;
  }

  .single-product .wj-product-order .wj-add-cart {
    margin-bottom: 8px;
  }

  .wajah-product-desktop-actions {
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media (max-width: 760px) {
  .wajah-product-desktop-actions { display: none; }

  .single-product.wajah-wa-chat-enabled .wj-mobile-buy-bar {
    grid-template-columns: 52px 52px minmax(0, 1fr);
  }

  .single-product .wajah-wa-chat-button {
    display: grid;
    position: static;
    width: 52px;
    min-width: 0;
    min-height: 48px;
    place-items: center;
    border: 1px solid #8b001b;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
    color: #8b001b;
  }

  .single-product .wajah-wa-chat-button svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
  }
}
