html, body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: effra, source-han-sans-hong-kong, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

:root {
	--swiper-theme-color: white;
	--ss-orange: #ee3124;
	--kol-gray: #747884;
	--kol-gray-light: #b4bcbf;
	--kol-beige: #d9c2ba;
	--kol-beige-light: #f7efec;
	--kol-font-zh: "source-han-sans-cjk-hk";
	--kol-font-zh_serif: "source-han-serif-tc";
	--kol-font-en: "urw-form";
}

/* TOP */


.hdr-bar { width:100%; height:20px; background-color:var(--ss-orange); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding-left:10px; }
.hdr-bar .logo-img { width:138px; height:16px; float:left; }



/* BOTTOM */


.footer { text-align:center; padding:48px 18px 72px; }
.copyright { font-size:16px; letter-spacing: 1.5px; }

html {
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin-bottom: 10px;
  color: #4e4945;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.section-banner {
  position: relative;
}

.banner-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 65%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../img/banner-bg.jpg');
  background-position: 26% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.line-1 {
  position: absolute;
  top: 10%;
  right: 0px;
  width: 60%;
  height: 2px;
  background-color: #000;
  
}

.line-2 {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 120px;
  height: 20px;
  background-color: #000;
}

.line-3 {
  position: absolute;
  left: 5%;
  top: 18%;
  width: 90px;
  height: 15px;
  background-color: #000;
}

.ap-logo {
  width: 55%;
}

.container-banner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1420px;
}

.banner-title-block {
  width: 60%;
  margin-top: 75px;
  padding-bottom: 40px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.673), 0 0 7px #fff;

}

.banner-title-sub {
  font-size: 42px;
  line-height: 1.3em;
}

.banner-title {
  margin-right: 20px;
  font-size: 72px;
  line-height: 1.3em;
}

.line-4 {
  height: 2px;
  margin-top: 15px;
  margin-left: 19%;
  background-color: #000;
  flex: 1;
}

.banner-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 0px;
  overflow: hidden;
  width: 30%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: -9px -8px 14px 0 hsla(0, 0%, 100%, 0.9), 6px 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.dots-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dots {
  width: 15px;
  height: 15px;
  margin-right: 17px;
  margin-left: 17px;
  background-color: #000;
}

.container-intro {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
  max-width: 1720px;
}

.line-5 {
  position: absolute;
  left: 15%;
  bottom: 12%;
  width: 90px;
  height: 15px;
  background-color: #000;
}

.intro-txt {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.txt-hightlight {
  font-family: effra, sans-serif;
  display: inline-block;
  margin-top: 40px;
  padding: 15px 60px;
  background-color: #000;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.kol-paragraph {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.7em;
  color: #000;
}

.video-block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.youtube-video{
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative; width: 100%; padding-top:56.17021276595745%;
}

.youtube-video iframe{
  position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}

.icon-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  -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;
  border-radius: 10px;
  box-shadow: inset 2px 2px 5px 0 rgba(67, 67, 67, 0.2);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.icon {
  width: 67px;
  height: 67px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(67, 67, 67, 0.2);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #000;
  font-size: 20pt;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.icon:hover {
  box-shadow: none;
  color: #5d5d5d;
}

.line-6 {
  position: absolute;
  right: 0px;
  bottom: 14%;
  width: 25%;
  height: 2px;
  background-color: #000;
}

.line-7 {
  position: absolute;
  right: 18%;
  bottom: 9%;
  width: 15%;
  height: 2px;
  background-color: #000;
}

.section-graphic {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.3);
}

.img-bg {
  width: 30%;
  -webkit-transform: translate(44%, 0px);
  -ms-transform: translate(44%, 0px);
  transform: translate(44%, 0px);
}

.logo-dec {
  position: absolute;
  left: -5%;
  top: 20%;
  width: 38%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.logo-dec._2 {
  left: 20%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.logo-dec._3 {
  left: auto;
  right: -5%;
}

.img-bg-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-dec-2 {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 33%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.logo-dec-4 {
  position: absolute;
  top: 20%;
  right: 0%;
  width: 33%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section-product {
  position: relative;
  padding-top: 100px;
}

.line-8 {
  margin: 10px;
  width: 233px;
  height: 2px;
  margin-left: 142px;
  background-color: #000;
}

.line-9 {
  position: absolute;
  top: 3%;
  right: 20%;
  width: 50px;
  height: 10px;
  background-color: #000;
}

.container-product {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1720px;
}


.section-product-title {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 48px;
  line-height: 1.3em;
  text-align: center;
  position: relative;
}

.product-block {
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url('../img/banner-bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.product-card {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -4px -4px 10px 1px #fff, 7px 7px 15px -1px rgba(0, 0, 0, 0.3);
}

.product-img-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -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;
  border-radius: 10px;
  cursor: pointer;
}

.product-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-name {
  font-family: effra, sans-serif;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-line {
  width: 40%;
  height: 2px;
  background-color: #000;
}

.product-p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  font-family: effra, sans-serif;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.buy-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
  border-radius: 10px;
  box-shadow: inset 2px 2px 5px 0 rgba(67, 67, 67, 0.2);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.buy-btn {
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 6px 0 rgba(67, 67, 67, 0.2);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.buy-btn:hover {
  box-shadow: none;
  color: #5d5d5d;
}

.product-img {
  padding: 20px;
}

.product-img-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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;
  border-radius: 10px;
  box-shadow: inset 2px 2px 4px 2px rgba(93, 93, 93, 0.1);
}

.line-10 {
  position: absolute;
  top: 1.5%;
  right: 13%;
  width: 90px;
  height: 10px;
  background-color: #000;
}

.line-11 {
  position: absolute;
  left: 20%;
  top: 2%;
  width: 15px;
  height: 15px;
  background-color: #000;
}

.line-12 {
  position: absolute;
  left: 16%;
  top: 10%;
  width: 15px;
  height: 15px;
  background-color: #000;
}

.line-13 {
  position: absolute;
  left: 21%;
  bottom: 15%;
  width: 50px;
  height: 10px;
  background-color: #000;
}

.line-15 {
  position: absolute;
  bottom: 20%;
  right: 17%;
  width: 90px;
  height: 15px;
  background-color: #000;
}

.line-14 {
  margin-top: 2%;
  position: absolute;
  right: 0;
  width: 30%;
  height: 2px;
  background-color: #000;
  z-index: 100;
}

.product-bg-shadows {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: inset 1px 1px 12px 8px #fff;
}

.name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.copyright-line {
  width: 15%;
  height: 2px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.45);
  mix-blend-mode: overlay;
}

.copyright-line {
  margin-top: 20px;
  background-color: #000;
}

.swiper-slide {
  width: auto;
  cursor: grab;
}

.swiper-slide img {
  height: 29vw;
  max-height: 480px;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
 content: "none";
}  

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "none";
}
.swiper-button-next {
  width: 50px;
}

.swiper-button-prev {
  width: 50px;
}

@media screen and (min-width: 1280px) {
  .banner-bg {
    background-position: 30% 58%;
  }

  .container-banner {
    padding-top: 200px;
    padding-right: 140px;
    padding-left: 140px;
  }

  .banner-img {
    right: 10%;
    width: 27%;
  }

  .container-intro {
    padding-right: 140px;
    padding-left: 140px;
  }

  .container-product {
    padding-right: 140px;
    padding-left: 140px;
  }

  .product-block {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }


  .product-row {
    padding: 30px;
  }
  .line-14 {
    width: 25%;
  }

}

@media screen and (max-width: 991px) {
  .banner-bg {
    width: 75%;
  }

  .line-2 {
    right: 4%;
    width: 100px;
    height: 16px;
  }

  .line-3 {
    left: 3%;
    width: 60px;
    height: 12px;
  }

  .ap-logo {
    width: 65%;
  }

  .banner-img {
    right: 7%;
    width: 33%;
  }

  .dots-gp {
    padding-right: 0%;
  }

  .container-intro {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .line-5 {
    left: 7%;
  }

  .line-6 {
    width: 20%;
  }

  .line-7 {
    width: 10%;
  }

  .img-bg {
    width: 45%;
    -webkit-transform: translate(51%, 0px);
    -ms-transform: translate(51%, 0px);
    transform: translate(51%, 0px);
  }

  .logo-dec {
    top: 22%;
    width: 50%;
  }

  .logo-dec._2 {
    left: 15%;
  }

  .logo-dec._3 {
    display: none;
  }

  .logo-dec._1 {
    left: -13%;
  }

  .section-product {
    padding-top: 60px;
  }

  .line-8 {
    margin-left: 0px;
  }

  .container-product {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-img-block {
    width: 100%;
  }

  .product-card {
    flex-direction: column;
    justify-content: flex-start;
  }

  .product-info {
    width: 100%;
    flex: 1;
  }

  .info-row {
    margin-top: 10px;
  }

  .line-10 {
    top: 96px;
  }

  .line-11 {
    top: 82px;
  }

  .line-12 {
    left: 8%;
  }

  .line-13 {
    left: 17%;
  }

  .line-15 {
    right: 11%;
  }

}

@media screen and (max-width: 767px) {
  .banner-bg {
    width: 80%;
  }

  .line-1 {
    width: 25%;
  }

  .line-2 {
    right: 0%;
    width: 60px;
    height: 13px;
  }

  .line-3 {
    left: 20px;
    top: 10%;
    width: 30px;
    height: 10px;
  }

  .ap-logo {
    width: 80%;
  }

  .container-banner {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-title-block {
    width: 46%;
    margin-top: 239px;
    padding-bottom: 60px;
  }

  .banner-title-sub {
    font-size: 30px;
  }

  .banner-title {
    font-size: 55px;
  }

  .line-4 {
    width: 60%;
    margin-top: 40px;
    margin-left: -60px;
  }

  .banner-img {
    right: 3%;
    width: 50%;
  }

  .dots-gp {
    padding-right: 0%;
  }

  .container-intro {
    padding: 45px;
  }

  .line-5 {
    left: 20px;
    bottom: 10%;
    width: 35px;
    height: 10px;
  }

  .intro-txt {
    width: 100%;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .txt-hightlight {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }
  .kol-paragraph {
    font-size: 20px;
  }

  .video-block {
    width: 100%;
  }
  .icon-gp {
    margin-bottom: 40px;
  }

  .icon-block {
    padding: 8px;
  }

  .icon {
    width: 52px;
    height: 52px;
    font-size: 15pt;
  }

  .line-6 {
    bottom: 8%;
    width: 21%;
  }

  .line-7 {
    right: 0%;
    bottom: 12%;
  }

  .img-bg {
    width: 60%;
    -webkit-transform: translate(41%, 0px);
    -ms-transform: translate(41%, 0px);
    transform: translate(41%, 0px);
  }

  .logo-dec {
    left: -10%;
  }

  .logo-dec._2 {
    left: -6%;
    top: 24%;
    width: 65%;
  }

  .logo-dec._3 {
    right: -9%;
    display: none;
  }

  .logo-dec._1 {
    display: none;
  }

  .img-bg-block {
    position: relative;
    overflow: hidden;
  }

  .line-8 {
    width: 150px;
    margin-left: 0px;
  }

  .container-product {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-card {
    width: 75%;
  }

  .product-img-block {
    width: 100%;
  }

  .product-row {
    padding: 35px;
    display: flex;
    justify-content: center;
  }

  .info-line {
    width: 25%;
  }

  .line-9 {
    top: 30px;
  }

  .line-10 {
    right: 4%;
  }

  .line-12 {
    left: 5%;
  }

  .line-13 {
    left: 10%;
    width: 35px;
  }

  .line-15 {
    right: 0%;
    width: 38px;
    height: 10px;
  }

  .line-14 {
    width: 15%;
  }

  .copyright {
    margin-top: 60px;
  }

  .swiper-button-next {
    width: 35px;
  }
  
  .swiper-button-prev{
    width: 35px;
  }

  .swiper-slide img{
    /* width: 100%; */
    height: 40vw;
    object-fit: cover;
  }

}

@media screen and (max-width: 479px) {
  .banner-bg {
    width: 85%;
    background-size: 200%;
    background-repeat: repeat;
  }

  .line-1 {
    width: 20%;
  }

  .line-2 {
    width: 10%;
  }

  .banner-title-block {
    width: 90%;
    margin-top: 100px;
    padding-bottom: 40px;
  }

  .banner-title-sub {
    font-size: 25px;
  }

  .banner-title {
    font-size: 50px;
  }

  .line-4 {
    margin-top: 20px;
  }

  .banner-img {
    position: relative;
    right: -19%;
    width: 80%;
  }

  .dots-gp {
    padding-right: 15px;
  }

  .dots {
    margin-right: 10px;
  }

  .container-intro {
    padding: 20px 0px;
  }

  .line-5 {
    left: 0px;
    bottom: 9%;
  }

  .intro-txt {
    margin-top: 20px;
  }

  .txt-hightlight {
    margin-top: 20px;
    line-height: 1.2em;
  }

  .icon-block {
    margin-right: 10px;
    margin-left: 10px;
  }

  .icon {
    width: 45px;
    height: 45px;
  }

  .line-6 {
    bottom: 3%;
  }

  .line-7 {
    bottom: 4%;
  }

  .img-bg {
    width: 75%;
    -webkit-transform: translate(32%, 0px);
    -ms-transform: translate(32%, 0px);
    transform: translate(32%, 0px);
  }

  .logo-dec._2 {
    left: -16%;
    top: 25%;
    width: 80%;
  }

  .section-product {
    padding-top: 40px;
  }

  .line-8 {
    width: 30%;
  }

  .container-product {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-product-title {
    font-size: 35px;
  }

  .product-row {
    padding: 20px;
  }

  .product-card {
    width: 95%;
  }

  .line-10 {
    top: 68px;
  }

  .line-11 {
    top: 70px;
  }

  .line-12 {
    left: 0%;
  }

  .line-13 {
    height: 6px;
  }

  .line-15 {
    width: 5%;
    height: 6px;
  }

  .copyright {
    margin-right: 10px;
    margin-left: 10px;
  }

  .swiper-slide img{
    height: 65vw;
  }
}