.bnp-buy-now-buttons {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.bnp-button-wrapper {
  flex: 1;
  min-width: 250px;
  max-width: 350px;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.bnp-button-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}
.cont{
width: 100%;
}
.bnp-buy-now-button, .bnp-buy-now-amazon-button {
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 30px;
  transition: all 0.3s ease;
width: 100%;
}
.bnp-buy-now-button {
  background: #000;
  color: #fff;
}
.bnp-buy-now-button:hover {
  background: #DD3333;
  color: #fff;
  transform: scale(1.02);
}
/* Amazon Purchase Button */
.bnp-buy-now-amazon-button {
  background: #DD3333;
  color: #fff;
}
.bnp-buy-now-amazon-button:hover {
  background: #000;
  color: #fff;
  transform: scale(1.02);
}
/* Supporting text styling */
.bnp-buy-now-buttons p {
  font-size: 13px;
  color: #555;
  text-align: center;
  flex-grow: 1;
}
.warranty{
position: relative;
}
.warranty img {
  position: absolute;
  top: -30px;
  right: 0;
  width: 120px;
}
.bnp-price-tag {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  font-size: 26px;
  color: #333;
  text-align: center;
}
.bnp-button-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media (max-width: 600px) {
  .bnp-buy-now-buttons {
      flex-direction: column;
      align-items: center;
  }
  .bnp-button-wrapper {
      width: 100%;
      max-width: 100%;
  }
}

.woocommerce-review__published-date, .woocommerce-review__dash{
display: none;
}


/* //continue shopping */

#aced-modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
}
#aced-modal {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 350px;
  text-align: center;
}
#aced-modal h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#aced-modal p {
  font-size: 16px;
  margin-bottom: 20px;
}
.aced-buttons {
  display: flex;
  justify-content: space-around;
}
.aced-buttons button {
  background: #DD3333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.aced-buttons button:hover {
  opacity: 0.9;
}

#my-popup-overlay {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.7);
z-index: 99999;
}
#my-popup-box {
background: #fff;
width: 300px;
margin: 100px auto;
padding: 20px;
border: 2px solid #000;
}
