@keyframes in_from_left {
  0% {
    opacity: 0;
    transform: translateX(-6.25rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes in_from_right {
  0% {
    opacity: 0;
    transform: translateX(6.25rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_border {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.featured_product__gallery_wrap {
  position: relative;
  margin-top: 4.125rem;
  min-height: 35.625rem;
  height: auto;
  margin-bottom: 8.75rem;
}

.featured_product__gallery {
  opacity: 0;
  top: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  min-height: 35.625rem;
  width: 100%;
  transition: opacity 0.15s cubic-bezier(0.365, 0.005, 0.355, 1);
  z-index: 1;
  background-color: #FFFFFF;
}
.featured_product__gallery.-active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item {
  opacity: 0;
  transform: translateX(-6.25rem);
  animation-name: in_from_left;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(1) {
  animation-delay: 0s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(1) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 0.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(2) {
  animation-delay: 1s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(2) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 1.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(3) {
  animation-delay: 2s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(3) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 2.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(4) {
  animation-delay: 3s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(4) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 3.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(5) {
  animation-delay: 4s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(5) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 4.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(6) {
  animation-delay: 5s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(6) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 5.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(7) {
  animation-delay: 6s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(7) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 6.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(8) {
  animation-delay: 7s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(8) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 7.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(9) {
  animation-delay: 8s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(9) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 8.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(10) {
  animation-delay: 9s;
}
.featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item:nth-child(10) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-delay: 9.15s;
}
.featured_product__gallery.-activated .featured_product__gallery_right {
  margin-left: 40vw;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item {
  opacity: 0;
  transform: translateX(6.25rem);
  animation-name: in_from_right;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(1) {
  animation-delay: 0.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(1) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 0.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(2) {
  animation-delay: 1.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(2) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 1.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(3) {
  animation-delay: 2.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(3) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 2.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(4) {
  animation-delay: 3.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(4) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 3.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(5) {
  animation-delay: 4.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(5) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 4.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(6) {
  animation-delay: 5.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(6) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 5.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(7) {
  animation-delay: 6.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(7) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 6.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(8) {
  animation-delay: 7.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(8) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 7.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(9) {
  animation-delay: 8.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(9) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 8.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(10) {
  animation-delay: 9.5s;
}
.featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item:nth-child(10) .featured_product__gallery_image {
  animation-name: show_border;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-delay: 9.65s;
}
.featured_product__gallery.-activated .featured_product__gallery_main {
  justify-content: center;
  align-items: center;
}
.featured_product__gallery.-activated .featured_product__gallery_main .featured_product__gallery_item {
  height: 28.2178217822vw;
}
.featured_product__gallery.-activated .featured_product__gallery_main .featured_product__gallery_item img {
  opacity: 0;
  animation-name: fade_in;
  animation-fill-mode: forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
}
.featured_product__gallery .featured_product__gallery_left, .featured_product__gallery .featured_product__gallery_right {
  width: 23%;
  position: relative;
  z-index: 2;
  top: 0;
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item {
  width: 100%;
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item .featured_product__gallery_image, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item .featured_product__gallery_image {
  position: relative;
  min-width: 5rem;
  width: 5rem;
  min-height: 5rem;
  height: 5rem;
  margin-right: 1.875rem;
  border-radius: 5rem;
  opacity: 0;
  transform: scale(0.3);
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item .featured_product__gallery_image img, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item .featured_product__gallery_image img {
  height: 100%;
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item .featured_product__gallery_text, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item .featured_product__gallery_text {
  width: 100%;
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item .featured_product__gallery_text .featured_product__gallery_text--upper, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item .featured_product__gallery_text .featured_product__gallery_text--upper {
  margin-top: 0.6875rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.3125rem;
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item .featured_product__gallery_text .featured_product__gallery_text--lower, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item .featured_product__gallery_text .featured_product__gallery_text--lower {
  color: #6C6C6C;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item .featured_product__gallery_image + .featured_product__gallery_text, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item .featured_product__gallery_image + .featured_product__gallery_text {
  width: calc(100% - 5rem);
}
.featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item:not(:last-child), .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item:not(:last-child) {
  margin-bottom: 4.0625rem;
}
.featured_product__gallery .featured_product__gallery_left {
  order: 1;
}
.featured_product__gallery .featured_product__gallery_right {
  order: 3;
}
.featured_product__gallery .featured_product__gallery_main {
  position: absolute;
  z-index: 1;
  order: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .featured_product__gallery_left, .featured_product__gallery_right {
    width: 29%;
  }
}
@media (min-width: 1200px) {
  .featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item:not(:last-child), .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item:not(:last-child) {
    margin-bottom: 6rem;
  }
  .featured_product__gallery .featured_product__gallery_left .featured_product__gallery_item:first-child, .featured_product__gallery .featured_product__gallery_right .featured_product__gallery_item:first-child {
    margin-top: 2rem;
  }
}
@media (max-width: 1199px) {
  .featured_product__gallery.-activated .featured_product__gallery_left {
    left: 0rem;
  }
  .featured_product__gallery.-activated .featured_product__gallery_right {
    right: 0rem;
  }
}
@media (max-width: 767px) {
  .featured_product__gallery_wrap {
    flex-direction: column;
    min-height: auto;
    height: auto;
    margin-bottom: 1.875rem;
  }
  .featured_product__gallery {
    min-height: auto;
    flex-direction: column;
  }
  .featured_product__gallery.-active {
    position: relative;
  }
  .featured_product__gallery.-activated .featured_product__gallery_left, .featured_product__gallery.-activated .featured_product__gallery_right {
    position: relative;
    width: 100%;
  }
  .featured_product__gallery.-activated .featured_product__gallery_left .featured_product__gallery_item, .featured_product__gallery.-activated .featured_product__gallery_right .featured_product__gallery_item {
    margin-bottom: 1.875rem;
  }
  .featured_product__gallery.-activated .featured_product__gallery_main .featured_product__gallery_item {
    margin-bottom: 4rem;
    height: auto;
  }
}
/*# sourceMappingURL=home__featured_product.css.map */