/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * BANNER
 * MAIN
 * BESTSELLER
 * ABOUT
 * PRODUCTS
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner>.container {
  text-align: center;
  height: auto;
  overflow: hidden;
}

.banner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.banner .page-header {
  z-index: 1000;
}

.banner .page-header h2 {
  letter-spacing: normal;
  padding-bottom: 1.5rem;
  position: relative;
}

.banner .page-header h2::before {
  content: '';
  background-color: #ffffff;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.banner .page-header p:first-of-type {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .banner .page-header {
    padding-top: 7rem;
  }

  .banner .page-header h2 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .banner .page-header h2 b::before,
  .banner .page-header h2 b::after {
    width: 40px;
    height: 40px;
  }

  .banner .page-header h2 b::before {
    background-image: url(../../images/line-left-b.svg);
    left: -50px;
  }

  .banner .page-header h2 b::after {
    background-image: url(../../images/line-right-b.svg);
    right: -50px;
  }

  .banner .page-header p:first-of-type {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {
  .banner .page-header p:first-of-type {
    margin-bottom: 6.5rem;
  }
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.banner .swiper-pagination {
  bottom: 10px;
}

.banner .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  margin: 0 0.75rem !important;
}

@media (min-width: 992px) {
  .banner .swiper-pagination {
    bottom: 60px;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: url(../../images/bg.jpg);
  padding: 0;
}

/*------------------------------------*\
    BESTSELLER
\*------------------------------------*/
.index-bestseller {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .index-bestseller {
    padding: 5rem 0;
  }
}

.index-bestseller .products-list-item {
  padding: 0;
}

.index-bestseller .products-list-item .products-list-pic span {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: none;
}

.index-bestseller .products-list-item .products-list-pic:hover span,
.index-bestseller .products-list-item .products-list-pic:focus span {
  opacity: 0.15;
}

.index-bestseller .products-list-item:nth-child(1) .products-list-pic span {
  background-color: #b2a27c;
}

.index-bestseller .products-list-item:nth-child(2) .products-list-pic span {
  background-color: #d2d2d2;
  color: #717171;
}

.index-bestseller .products-list-item:nth-child(3) .products-list-pic span {
  background-color: #c38d80;
}

.index-bestseller .products-list-item:nth-child(4) .products-list-pic span {
  background-color: #010101;
}

.index-bestseller .swiper-pagination {
  bottom: 0;
}

.index-bestseller .swiper-pagination-bullet {
  border: 1px solid #b85140;
  background-color: transparent;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.index-bestseller .swiper-pagination-bullet-active {
  background-color: #b85140;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  /* background-attachment: fixed;
  background-position: center center;
  background-size: cover; */
  min-height: 745px;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .index-about {
    padding: 5.5rem 0;
  }
}

.index-about .page-title-secondary::before {
  background: url(../../images/line-white.svg);
}

.index-about .page-title-secondary h2 {
  color: #ffffff;
}

.index-about .page-title-secondary h2 span {
  color: #ffffff;
}

.index-about-content {
  text-align: center;
}

.index-about-content h3 {
  color: #b85140;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.5rem;
}

.index-about-content h3 span {
  position: relative;
}

.index-about-content h3 span::before,
.index-about-content h3 span::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
}

.index-about-content h3 span::before {
  background: url(../../images/index-icon-left.svg);
  left: -1.75rem;
}

.index-about-content h3 span::after {
  background: url(../../images/index-icon-right.svg);
  right: -1.75rem;
}

.index-about-content p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 2.5rem;
}

.index-about-content a {
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  line-height: 65px;
  width: 300px;
  height: 65px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index-about-content a svg {
  font-size: 0.75rem;
  margin-left: 1rem;
}

.index-about-content a:hover,
.index-about-content a:focus {
  background-color: #b85140;
  color: #ffffff;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/
.index-products {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 680px;
  padding: 0 0 5.5rem;
}

.index-products>.container {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  max-width: 95%;
  height: 750px;
  position: relative;
  top: -5rem;
  margin-bottom: -5rem;
  padding: 3rem 1rem;
}

.index-products>.container::before,
.index-products>.container::after {
  content: '';
  background: url(../../images/line.svg);
  width: auto;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
}

.index-products>.container::before {
  top: 1rem;
}

.index-products>.container::after {
  bottom: 1rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .index-products>.container {
    top: -10rem;
    margin-bottom: -10rem;
  }
}

@media (min-width: 768px) {
  .index-products>.container {
    padding: 5rem 2rem;
  }
}

@media (min-width: 1440px) {
  .index-products>.container {
    max-width: 1400px;
    padding: 5.5rem 7rem;
  }
}

.index-products .products-list-item {
  padding: 0;
}

.index-products .swiper-pagination {
  bottom: 0;
}

.index-products .swiper-pagination-bullet {
  border: 1px solid #000000;
  background-color: transparent;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.index-products .swiper-pagination-bullet-active {
  background-color: #000000;
}