a {
  color: rgb(0, 0, 238);;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

section img {
  width: 100%;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.text-right {
  text-align: right;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.scroll-container img {
  max-width: 666px;
  width: 80vw;
}

.variants a {
  color: black;
  padding: 2px;
  margin: 0 8px;
}

.variants .active {
  text-decoration: underline;
}

.options {
  font-size: 30px;
  font-weight: bold;
}

.options a {
  padding: 2px;
  margin: 0 6px;
}

.options a.sold-out {
  color: rgb(189, 189, 189);
}

.size-information {
  border-collapse: collapse;
  display: none;
  margin-top: 12px;
}

.size-information td, .size-information th {
  border: 1px solid rgb(189, 189, 189);
  min-width: 40px;
  padding: 12px;
  text-align: center;
}

#toggle-size {
  display: none;
}

#toggle-size:checked + .size-information {
  display: table;
}
