header {
  width: 100%;
}
header .slider {
  width: 100%;
  touch-action: manipulation;
  display: block;
  position: relative;
}
header .slider__otherPhotos-box {
  position: relative;
  display: flex;
  width: 15%;
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: none;
}
header .slider__otherPhotos-box .small-arrow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-color: green;
  border-radius: 50%;
  transition: opacity 0.5s;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider__otherPhotos-box .small-arrow-left {
  top: -7%;
  left: 50%;
}
header .slider__otherPhotos-box .small-arrow-right {
  bottom: -7%;
  left: 50%;
}
header .slider__otherPhotos-box .thumbnails-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
header .slider__otherPhotos-box .thumbnails-box .img-box {
  width: 100%;
  height: 20%;
  margin: 1rem 0;
  opacity: 1;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider__otherPhotos-box .thumbnails-box .img-box .image {
  width: 100%;
  height: 80%;
  overflow: hidden;
  margin: 0 auto;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider__otherPhotos-box .thumbnails-box .img-box .image img,
header .slider__otherPhotos-box .thumbnails-box .img-box .image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  border-radius: 8px;
  border: 3px solid transparent;
  transition: border 0.3s;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider__otherPhotos-box .thumbnails-box .img-box .image .active {
  border: 3px solid #447224;
}
header .slider__mainPhoto-box {
  position: relative;
  width: 100%;
  height: 50vh;
}
header .slider__mainPhoto-box .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider__mainPhoto-box .photo img,
header .slider__mainPhoto-box .photo video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider .arrow {
  display: flex;
  touch-action: manipulation;
  position: absolute;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(176, 176, 176, 0.9);
  border-radius: 5px;
  transition: opacity 0.5s;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .slider .arrow-left {
  top: 50%;
  left: 3%;
}
header .slider .arrow-right {
  top: 50%;
  right: 3%;
}
header .product {
  position: relative;
  width: 100%;
  text-align: center;
}
header .product__title {
  font-size: 3.2rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  width: 80%;
  margin: 0 auto;
}
header .product__price-range {
  width: 80%;
  margin: 0 auto;
  font-size: 2.4rem;
  padding: 2rem 0;
}
header .product__availability-status {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
header .product__availability-status .status-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 70%;
  height: 100%;
}
header .product__availability-status .status-name p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
}
header .product__availability-status .status-name p span {
  display: block;
  height: 100%;
  color: #264f0b;
  font-weight: bold;
  text-align: center;
  margin-left: 1rem;
}
header .product__availability-status .status-name .status-icon {
  position: absolute;
  top: 50%;
  left: 110%;
  width: 5%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
header .product__description h3 {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 1rem;
}
header .product__description ul {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  list-style-position: inside;
  padding-inline-start: 0;
}
header .product__description li {
  padding: 1rem 0 1rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}
header .product__description li span {
  font-weight: normal;
  margin-left: 0.8rem;
}
header .product__ask-for-more {
  padding: 2rem;
  margin: 2rem 0;
  width: 80%;
  border-radius: 30px;
  background-color: #264f0b;
  font-size: 2.5rem;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: scale 0.1s;
}
header .product__ask-for-more:active, header .product__ask-for-more:hover {
  background-color: #447224;
  scale: 0.98;
}

.bigbig {
  display: none;
}

main .content__list__title {
  margin-top: 2rem;
  text-align: center;
  font-size: 3rem;
}
main .table__of__contents {
  width: 100%;
  padding: 1.5rem 3rem;
  margin-top: 2rem;
  list-style-type: none;
  box-shadow: 2px 4px 2px 0px gray;
}
main .table__of__contents__item {
  position: relative;
  width: 80%;
  padding: 1.2rem 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
}
main .table__of__contents__item a {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #264f0b;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
main .table__of__contents__item a::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  background-color: #264f0b;
  transition: transform 0.3s;
}
main .table__of__contents__item a:hover {
  color: #447224;
}
main .table__of__contents__item a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
main .product__description-box {
  width: 100%;
  margin-top: 2rem;
  box-shadow: 2px 4px 2px 0px gray;
  padding-bottom: 5rem;
  scroll-margin-top: 10rem;
}
main .product__description-box .wrapper {
  max-width: 1920px;
  width: 100%;
}
main .product__description-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .product__description-content--title {
  height: 10vh;
  width: 100%;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .product__description-content--title h2 {
  text-align: center;
  color: #264f0b;
  font-size: 2rem;
}
main .product__description-content--img {
  width: 90%;
  height: 40vh;
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
  order: 3;
}
main .product__description-content--img video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .product__description-content--text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 2rem 3rem 2rem;
}
main .product__description-content--text---list {
  width: 85%;
  margin: 0 auto;
}
main .product__description-content--text---element {
  padding-bottom: 2rem;
  list-style: none;
}
main .product__description-content--text p {
  text-align: left;
  font-size: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  header .slider__mainPhoto-box .photo img,
  header .slider__mainPhoto-box .photo video {
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .product__title {
    font-size: 5rem;
  }
  header .product__price-range {
    font-size: 3.5rem;
  }
  header .product__availability-status .status-name p {
    font-size: 3.2rem;
  }
  header .product__description li {
    font-size: 2.5rem;
  }
  main .table__of__contents__item {
    width: 60%;
    font-size: 2.5rem;
    padding: 1.5rem 0;
  }
  main .table__of__contents__item a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  main .table__of__contents__item a::after {
    width: 100%;
    bottom: -5px;
  }
  main .product__description-box {
    scroll-margin-top: 12rem;
  }
  main .product__description-content--title {
    padding: 0 2rem;
    margin-bottom: 0;
  }
  main .product__description-content--title h2 {
    font-size: 3.5rem;
  }
  main .product__description-content--text p {
    font-size: 2.2rem;
  }
  main .product__description-content--text---element {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body {
    position: relative;
  }
  header {
    padding: 7rem 0 10rem 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  header .slider {
    width: 50%;
    touch-action: manipulation;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
  }
  header .slider__otherPhotos-box {
    display: block;
  }
  header .slider__mainPhoto-box {
    position: relative;
    width: 70%;
  }
  header .slider__mainPhoto-box .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 2px solid black;
    cursor: pointer;
  }
  header .product {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 45%;
    text-align: center;
    box-shadow: 4px 4px 20px #000;
  }
  header .product__title {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 3.5rem;
  }
  header .product__price-range {
    width: 100%;
    font-size: 2rem;
    padding: 1rem 0 1rem 0;
  }
  header .product__availability-status {
    position: relative;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .product__availability-status .status-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 70%;
    height: 100%;
  }
  header .product__availability-status .status-name p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem;
  }
  header .product__availability-status .status-name p span {
    display: block;
    height: 100%;
    color: #264f0b;
    font-weight: bold;
    text-align: center;
    margin-left: 1rem;
  }
  header .product__availability-status .status-name .status-icon {
    position: absolute;
    top: 50%;
    left: 110%;
    width: 5%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .product__description {
    width: 100%;
  }
  header .product__description ul {
    width: 90%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0 auto;
    text-align: left;
    list-style-position: inside;
    padding-inline-start: 0;
  }
  header .product__description li {
    padding: 0.5rem 0;
    font-size: 1.5rem;
    font-weight: bold;
  }
  header .product__description li span {
    font-weight: normal;
    margin-left: 0.8rem;
  }
  header .product__ask-for-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 30px;
    background-color: #264f0b;
    font-size: 2.5rem;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
  }
  header .product__ask-for-more:active {
    background-color: #447224;
    scale: 0.98;
  }
  .bigbig {
    bottom: 0%;
    width: 100%;
    height: calc(100vh - 120px);
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: 300ms ease-in-out opacity;
    z-index: 100;
  }
  .bigbig .full_size_img {
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    position: relative;
    transform: scale(0.4);
    transition: 300ms ease-in-out transform;
  }
  .bigbig .bigbigImg {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bigbig button {
    font-size: 6rem;
    position: fixed;
    right: 5%;
    top: calc(120px + 5%);
    color: white;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 101;
    transition: 200ms ease-in-out transform;
  }
  .bigbig button:hover {
    transform: scale(1.1);
  }
  .bigbig .full_size_img-scaleup {
    top: -15%;
  }
  .bigbig .full_size_img-scaleup {
    top: -25%;
  }
  .showFullImg {
    opacity: 1;
    pointer-events: all;
    top: auto;
  }
  main .content__list__title {
    font-size: 5rem;
  }
  main .table__of__contents {
    list-style-type: decimal;
  }
  main .table__of__contents__item {
    width: 40%;
  }
  main .product__description-box {
    width: 100%;
    margin-top: 4em;
    padding-bottom: 10rem;
    box-shadow: 2px 4px 2px 0px gray;
  }
  main .product__description-box .wrapper {
    max-width: 1920px;
    width: 100%;
  }
  main .product__description-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }
  main .product__description-content--title {
    height: 10vh;
    width: 100%;
    padding: 1em 4em;
    margin-bottom: 4rem;
  }
  main .product__description-content--title h2 {
    color: #264f0b;
    font-size: 4rem;
  }
  main .product__description-content--img {
    width: 30%;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
  }
  main .product__description-content--text {
    width: 50%;
    order: 2;
    text-align: left;
  }
  main .product__description-content--text---element {
    font-size: 2rem;
  }
  main .product__description-content--text p {
    height: 10vh;
    width: 90%;
    padding-left: 0;
    text-align: left;
    font-size: 2.6rem;
  }
  main .product__description-content--second .product__description-content--img {
    order: 2;
  }
  main .product__description-content--second .product__description-content--text {
    order: 3;
  }
}/*# sourceMappingURL=slider-proto.css.map */