#mascot-add-to-cart {
  max-width: 600px;
  margin: 0 auto;
}

.mascot-card {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef !important;
  padding: 1.5rem;
  margin-top: 1.5rem !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.mascot-prices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 0.5rem;
  align-items: center;
  margin-top: 0.5rem;
}

.mascot-prices input[type="radio"] {
  width: 0;
  height: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
}

.mascot-price {
  font-size: 0.95rem;
  cursor: pointer;
  margin: 0;
}

#mascot-total-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin: 2rem 0;
  padding: 1rem;
  background-color: #eef2f5;
  border-radius: 6px;
  text-align: center;
}

#mascot-total-price span:first-child {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

#mascot-total-price span:last-child {
  font-size: 1rem;
  color: #666;
}

.button:active {
  transform: scale(0.98);
}

.mascot-price input {
  height: 0;
  width: 0;
  overflow: hidden;
}

label.mascot-price {
  margin: 0;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mascot-prices input[type="radio"]:checked + div {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

label.mascot-price div {
  cursor: pointer;
  background: #fff;
  border: solid 1px #eee;
  padding: 10px 5px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 85%;
  font-weight: normal;
}
