.product {
  /* position: absolute; */
  width: 100%;
  height: 88%;
  top: 6%;
  overflow: auto;
  box-sizing: border-box;
}

.thing_intro h1 {
  font-size: 1.8em;
  text-align: center;
  margin-top: calc(3em + 6vh);
  line-height: 1.2;
}

.thing_intro span {
  text-align: center;
  display: block;
  font-style: italic;
  margin-top: 2.2em;
  font-size: 1.1em;
}

.thing_intro_img {
  width: 16em;
  height: 17em;
  margin: 2em auto;
}

.thing_intro_img img {
  width: 100%;
}

.thing_intro {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.thing_intro .box_img_container {
  background: url("../assets/things/product_desktop_img.jpg");
  width: 60%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid;
}
.thing_intro .box_img_container.prod_bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.product_item_title {
  text-align: center;
  font-size: 1.8em;
  text-transform: uppercase;
}

.product_item_container {
  height: 88vh;
}

.product_item_title {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  padding: 2.2em 0;
}

#product_items {
  height: 100%;
}

.product_image {
  position: relative;
  width: 17em;
  z-index: 20;
  height: 18em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* border-top: 2px solid; */
  margin: 0 auto;
}

.product_text_wrap {
  /* background-color: rgb(237,224,233,0.4);  */
  width: 17em;
  margin: auto;
  padding: 1.2em;
  box-sizing: border-box;
  /* border-bottom: 2px solid; */
  position: relative;
}

.product_text_wrap p {
  display: none;
}

.product_text_wrap p.text_show {
  display: inline;
}

/* 
.swiper-slide-active .product_text_wrap p {
    display: inline;
    animation: fadein 0.6s linear;
    opacity: 1;
}

@-webkit-keyframes fadein {
  0% {opacity: 0;}
  100% { opacity: 1; }
}

@keyframes fadein {
  0% {opacity: 0;}
  100% { opacity: 1; }
}
@-webkit-keyframes fadeout {
    0% {opacity: 1;}
    100% { opacity: 0; }
  }

@keyframes fadeout {
    0% {opacity: 1;}
    100% { opacity: 0; }
  } */
#product_items .buttons {
  display: inline;
}

.product_text_wrap p {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  font-family: "Proxima Nova";
}

.swiper-container {
  height: auto;
}

.swiper-button-next {
  z-index: 20;
  right: 6%;
  width: 0.7em;
  background-size: 1.5em;
  background-image: url(../assets/icons/chevron-right.svg);
}

.swiper-button-prev {
  z-index: 20;
  left: 6%;
  width: 0.7em;
  background-size: 1.5em;
  background-image: url(../assets/icons/cheveron-lef.svg);
}

.product-a {
  left: 4%;
}

.inquiry-a {
  right: 4%;
}

#inquiry_wrap {
  position: relative;
  /* height: 100vh; */
  /* display: none;
    position: absolute;
    height: 88%;
    width: 100%;
    top: 6%; */
}

.inquiry_title {
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  padding-top: calc(6% + 3em);
}

.inquiry_txt {
  text-align: center;
  font-style: italic;
  padding: 1.5em 0;
}

.vertival_line {
  width: 2px;
  height: 8em;
  background: black;
  margin: auto;
}

#category_ul,
#product_ul {
  border: 1px solid;
  width: 80%;
  margin: auto;
  margin-top: 1.5em;
  overflow: hidden;
}

#inquiry_wrap ul li {
  padding: 1.2em;
}

#product_ul {
  border: none;
}

#prod_img {
  width: 80%;
  margin-left: 10%;
  border: 1px solid;
  margin-top: 2em;
  box-sizing: border-box;
  margin-bottom: 2em;
}

.content {
  padding-bottom: 100px;
  display: none;
}

.input_wrap {
  text-align: center;
  position: relative;
}

textarea {
  border: 1px solid;
  width: 80%;
  height: 11em;
  box-sizing: border-box;
  padding-top: 1em;
  font-size: 16px;
}

.question {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -66%);
  background: #fff;
  padding: 0.6em;
  font-style: italic;
}

.input_wrap .info_error_txt {
  color: red;
  display: none;
  margin-bottom: 0.5em;
}

.input_wrap a {
  text-decoration: none;
  color: #050505;
  display: block;
  text-align: center;
}

.product_border_fixed {
  /* border-top: 2px solid black; */
  height: 21.5em;
  border-bottom: 2px solid black;
  width: 17em;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.product_item_text_background {
  width: 17em;
  /* background-color: #EDE0E9; */
  height: calc(100% - 18em);
  position: relative;
  top: 18em;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  font-family: "Proxima Nova";
  box-sizing: border-box;
  padding: 1em;
}/*# sourceMappingURL=things.css.map */