#anc {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 25;
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.anc-detail {
  max-width: 400px;
  margin: auto;
  padding: 5%;
  background: #1b1b1b;
}

#anc img {
  margin-left: auto;
  margin-right: auto;
}

#anc h6 {
  font-size: 2em;
}

#anc h6, p {
  color: #FFF;
}

#anc p {
  padding-bottom: 10%;
}

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
}

.product:after {
  content: "";
  display: block;
  clear: both;
}
.product-inner {
  position: relative;
  max-width: 880px;
  margin-bottom: 200px;
  float: right;
  padding: 0 40px;
  box-sizing: border-box;
}
.product-inner:nth-child(even) {
  float: left;
}
.product-inner:last-child {
  margin-bottom: 0;
}
.product-title {
  letter-spacing: 5px;
  font-size: 1.25em;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.show .product-title {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.product-text {
  font-size: 0.75em;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.3s 0.1s, -moz-transform 0.3s 0.1s;
  -o-transition: opacity 0.3s 0.1s, -o-transform 0.3s 0.1s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s, 0.1s;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
.show .product-text {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.product-wrap {
  margin-top: 30px;
}
.product-item {
  position: relative;
  width: 70%;
  opacity: 0.5;
}
.product-item:nth-child(1) {
  opacity: 1;
}
.product-item a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  opacity: 0;
}
.product-item a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "VIEW MORE";
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Hind", Arial, Helvetica, sans-serif;
  opacity: 0;
}
.product-item a:hover:before, .product-item a:hover:after {
  opacity: 1;
}
.product-item img {
  width: 100%;
}
.product-prev, .product-next {
  position: absolute;
  bottom: -15px;
  margin-bottom: calc((100% - 80px) * 0.7 * 0.75 * 0.5);
  cursor: pointer;
  opacity: 0;
  -moz-transition: opacity 0.6s 1s;
  -o-transition: opacity 0.6s 1s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 1s;
  transition: opacity 0.6s 1s;
}
.show .product-prev, .show .product-next {
  opacity: 1;
}
.product-prev:hover, .product-next:hover {
  opacity: 0.5;
}
.product-prev {
  left: 0;
}
.product-next {
  right: 0;
}
.product-btn {
  position: absolute;
  visibility: hidden;
}
.product-more {
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 0.875em;
  font-family: "Hind", Arial, Helvetica, sans-serif;
  text-decoration: underline;
  opacity: 0;
  -moz-transition: opacity 0.6s 1s;
  -o-transition: opacity 0.6s 1s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 1s;
  transition: opacity 0.6s 1s;
}
.show .product-more {
  opacity: 1;
}

.product-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 1;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.show .product-wrap:after {
  width: 0;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.product-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 0;
  z-index: 2;
  background: #333;
}
.show .product-wrap:before {
  -moz-animation: showimage 1s;
  -webkit-animation: showimage 1s;
  animation: showimage 1s;
}

@-moz-keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@-webkit-keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .product-inner {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 760px) {
  .product-title {
    font-size: 1em;
  }
  .product-item {
    width: 90%;
  }
  .product-inner {
    margin-bottom: 50px;
    padding: 0;
  }
  .product-prev, .product-next {
    display: none;
  }
  .product-more {
    position: static;
  }
}
