.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #004773;
  opacity: 0.6;
  transition: all 0.3s;
  flex-shrink: 0;
}

.swiper-pagination-bullet-active {
  background: #da2d24;
  flex-shrink: 0;
  opacity: 1;
}

input[type="number"] {
  appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  background-color: #da2d24;

  width: 1rem;
  height: 1rem;
}
