<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-container {
  width: 100%;
  height: 100vh;
  background-size: contain;
  background: #000000; }

.product-content {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  border-right: 2px solid #b52685; }
  .product-content .product-names {
    left: 20%;
    /*top: 16%;*/
    top: 26%;
    /*color: #000;*/
    color: #fff;
    position: absolute;
    z-index: 2;
    font-size: 15px;
    transition: all 0.6s; }
    .product-content .product-names .product-name-en {
      /*color: #666;*/
      color: #fff;
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 14px; }
    .product-content .product-names .product-name-divider {
      width: 50px;
      height: 1px;
      /*background: #414141;*/
      background: #ffdd8a;
      margin: 6px 0; }
      .product-content:hover .product-names {
    top: 26%;
    color: #fff; }
    .product-content:hover .product-names .product-name-en {
      color: #fff; }
    .product-content:hover .product-names .product-name-divider {
      background: #ffdd8a; }
  .product-content .product-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: linear-gradient(#ffffff, transparent);*/
    background: rgba(0,0,0,0.5);
    z-index: 1;
    transition: all 0.5s; }
  .product-content .product-cover-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: all 0.5s;
    opacity: 0; }
  .product-content .product-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ffdd8a;
    background: #39393c;
    color: #ffdd8a;
    text-align: center;
    font-size: 20px;
    top: 40%;
    z-index: 2;
    left: 45%;
    cursor: pointer; }
  .product-content .product-infos {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    /*bottom: 22%;*/
    top: 50%;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify; }
  
  .product-content:hover .product-cover {
    bottom: 100%; }
  .product-content:hover .product-cover-2 {
    opacity: 1; }
.swiper-slide{overflow: hidden;}
.products .swiper-slide{
    width: 280px;
    border-right: 1px solid #b52685;
    transition: all 0.6s;
    overflow: hidden;
  }
  .products .swiper-slide:hover {
    width: 500px; }

  .product-arrow {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ffdd8a;
    background: #39393c;
    color: #ffdd8a;
    text-align: center;
    font-size: 20px;
    top: 40%;
    z-index: 2;
    right: 10%;
    cursor: pointer; }

#prev{
  left: 10%;
}
/*# sourceMappingURL=procuct.css.map */
</pre></body></html>