.woo-quick-view-btn {
  background-color: #333;
  color: white;
  padding: 8px 14px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
}

.woo-quick-view-btn:hover {
  background-color: #555;
}

.woo-quick-view-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.woo-quick-view-modal-content {
  background: white;
  padding: 20px;
  max-width: 500px;
  width: 90%;
  position: relative;
  border-radius: 8px;
  text-align: center;
}

.woo-quick-view-modal .close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}
