.containerProduct {
  width: 95vw;
  max-width: 1800px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.containerProduct routing {
  display: block;
  padding: 10px;
}
.containerProduct routing ul {
  display: flex;
  list-style: none;
  background-color: rgb(250, 250, 250);
  border-radius: 10px;
}
.containerProduct routing ul li {
  display: inline;
  font-size: 18px;
  padding: 8px;
}
.containerProduct routing ul li a {
  color: #0275d8;
  text-decoration: none;
}
.containerProduct routing ul li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.containerProduct product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}
.containerProduct product .image_area {
  align-self: stretch;
}
.containerProduct product .image_area > div {
  display: flex;
  flex-direction: row;
  padding: 5px;
  position: sticky;
  top: 60px;
}
.containerProduct product .image_area > div > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.containerProduct product .image_area > div > div:first-child > img {
  width: 30px;
  cursor: pointer;
}
.containerProduct product .image_area > div .main_image {
  padding: 5px;
}
.containerProduct product .image_area > div .main_image img {
  aspect-ratio: 1;
  width: 500px;
  max-width: 100%;
  border-radius: 10%;
}
.containerProduct product .image_area > div .image_list {
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  cursor: pointer;
  overflow: auto;
  height: 400px;
  max-height: 60vw;
}
.containerProduct product .image_area > div .image_list img {
  width: 90px;
  aspect-ratio: 1;
  max-width: 100%;
  border-radius: 20%;
  padding: 5px;
  margin: 5px;
  border: 2px solid #E0E0E2;
  opacity: 0.7;
}
.containerProduct product .image_area > div .image_list img:hover {
  opacity: 1;
}
.containerProduct product .title_option {
  max-width: 100%;
  padding: 10px;
}
.containerProduct product .title_option .title {
  padding: 10px;
  border-bottom: 1px solid #a8a8a8;
}
.containerProduct product .title_option .title a {
  color: green;
}
.containerProduct product .title_option .title a:hover {
  color: orange;
}
.containerProduct product .title_option options h3 {
  display: flex;
  gap: 5px;
}
.containerProduct product .title_option options h3 span {
  color: #4e4e4e;
}
.containerProduct product .title_option options color {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px;
}
.containerProduct product .title_option options color > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px;
  flex-wrap: wrap;
  width: 600px;
}
.containerProduct product .title_option options color .mini-shop {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.containerProduct product .title_option options color .mini-shop a {
  padding: 5px;
  border: 3px solid #c7c7c7;
  border-radius: 10px;
}
.containerProduct product .title_option options color .mini-shop img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  cursor: pointer;
}
.containerProduct product .title_option options color .mini-shop img:hover {
  opacity: 0.7;
}
.containerProduct product .title_option options size {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px;
}
.containerProduct product .title_option options size > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 10px;
  flex-wrap: wrap;
}
.containerProduct product .title_option options size > div .size {
  border: 3px solid #cfcfcf;
  padding: 10px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerProduct product .title_option options size > div .size:hover {
  opacity: 0.7;
}
.containerProduct commitment {
  padding: 10px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #696969;
  font-size: 14px;
}
.containerProduct commitment div {
  width: 300px;
  text-align: center;
}
.containerProduct commitment div img {
  padding: 5px;
  width: 40px;
}
.containerProduct intro > div:first-child {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #0C0C0C;
  padding: 10px;
  border-bottom: 3px solid rgb(0, 138, 0);
  width: 120px;
}
.containerProduct intro > div:first-child img {
  width: 25px;
  cursor: pointer;
}
.containerProduct intro div:nth-child(2) {
  padding: 20px;
  font-size: 18px;
  line-height: 25px;
}
.containerProduct attributes .properties {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  border-bottom: 3px solid rgb(0, 138, 0);
  padding: 10px;
  font-weight: bold;
  width: 120px;
}
.containerProduct attributes .properties img {
  width: 25px;
  cursor: pointer;
}
.containerProduct attributes .table {
  padding: 50px;
  padding-top: 20px;
  display: flex;
}
.containerProduct attributes .table .key_val {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.containerProduct attributes .table .key_val .key_val_row {
  padding: 10px;
  display: flex;
}
.containerProduct attributes .table .key_val .key_val_row .key {
  font-size: 16px;
  padding: 10px;
  width: 200px;
  color: rgb(129, 133, 139);
}
.containerProduct attributes .table .key_val .key_val_row .val {
  color: rgb(12, 12, 12);
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid rgb(221, 221, 221);
  font-size: 16px;
}

.seprator {
  margin: 10px;
  width: 95%;
  border: 1px solid rgb(228, 228, 228);
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=product.css.map */
