
.woo-quick-view-btn {
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  margin-top: 5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.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.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

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

.woo-quick-view-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
