.btn-call-to-action:hover {
  -webkit-box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
          box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, 0.1), 0 0.5rem 1rem -0.75rem rgba(22, 28, 45, 0.1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.animation-lift {
  -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,-webkit-transform .25s ease;
  -webkit-transition: -webkit-box-shadow .25s ease,-webkit-transform .25s ease;
  transition: -webkit-box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease,-webkit-box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes a {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* navbar */
nav.navbar {
  padding: 0rem 1rem;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav.navbar .navbar-toggler {
  display: none !important;
}

nav.navbar.active {
  background: rgba(41, 30, 34, 0.8);
}

nav.navbar.active .navbar-toggler {
  color: white;
  font-size: 1.5rem;
  display: block !important;
}

@media (min-width: 992px) {
  nav.navbar.active .navbar-toggler {
    display: none !important;
  }
}

nav.navbar #navbarSupportedContent {
  margin-bottom: 1rem;
}

.nav-link {
  color: white;
  padding: 8px 16px !important;
}

@media (min-width: 992px) {
  .nav-link {
    padding: 3px 10px !important;
  }
}

.nav-link:hover, .nav-link:focus, .nav-link.active {
  background: #C03931;
  color: white;
  border-radius: 5px;
}

/* hero */
.hero {
  position: relative;
  background: url("../../images/2021-cny-kv-mobile.jpg") no-repeat center bottom;
  background-size: cover;
  height: 80vh;
  overflow: hidden;
  font-family: 'Noto Serif TC', serif;
  color: white;
}

@media (min-width: 992px) {
  .hero {
    background: url("../../images/2021-cny-kv.jpg") no-repeat center bottom;
    background-size: cover;
    height: 90vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.hero .shadow {
  content: '';
  display: block;
  position: absolute;
  width: 200%;
  padding-top: 200%;
  left: -50%;
  top: 0;
  background: radial-gradient(55.68% 55.68% at 50% 52.87%, rgba(196, 196, 196, 0) 49.21%, rgba(0, 0, 0, 0.122581) 74.92%, rgba(0, 0, 0, 0.4) 93.77%);
}

@media (min-width: 992px) {
  .hero .shadow {
    width: 100%;
    height: 100vh;
    left: 0px;
    top: -191px;
    background: radial-gradient(55.68% 55.68% at 50% 52.87%, rgba(196, 196, 196, 0) 49.21%, rgba(0, 0, 0, 0.122581) 74.92%, rgba(0, 0, 0, 0.4) 93.77%);
  }
}

.hero h4 {
  font-weight: 600;
  letter-spacing: 0.03em;
  text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.25);
}

.hero h1 {
  font-weight: bold;
  text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.25);
  font-size: 2.5rem;
}

.hero h1 .golden {
  color: #E3C275;
  font-size: 3.25rem;
}

.hero h1 .golden-small {
  color: #E3C275;
  font-weight: normal;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .hero h1 {
    font-size: 3.75rem;
  }
  .hero h1 .golden {
    font-size: 4.25rem;
  }
  .hero h1 .golden .golden-small {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: 3.75rem;
  }
  .hero h1 .golden {
    font-size: 4.25rem;
  }
  .hero h1 .golden .golden-small {
    font-size: 2rem;
  }
}

.hero .down-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .hero .down-arrow {
    bottom: 0px;
  }
}

.hero .down-arrow button {
  outline: medium none;
  cursor: default;
  background: none;
  border: none;
  -webkit-animation-name: a;
          animation-name: a;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) -in;
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1) -in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* intro */
.intro {
  background: url("../../images/intro-bg.png") repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(11.8%, #A02B2F), to(#C4634C));
  background: url("../../images/intro-bg.png") repeat center center, linear-gradient(180deg, #A02B2F 11.8%, #C4634C 100%);
}

.intro span.golden {
  text-shadow: -2px 4px 3px rgba(0, 0, 0, 0.25);
  color: #E3C275;
  font-weight: bold;
  font-size: 2.25rem;
}

.intro span.golden small {
  font-size: 40%;
}

@media (min-width: 576px) {
  .intro span.golden {
    font-size: 3.25rem;
  }
}

@media (min-width: 992px) {
  .intro span.golden {
    font-size: 3.25rem;
  }
}

.intro .btn-primary {
  background-color: rgba(0, 0, 0, 0.55);
  color: yellow;
  border: goldenrod 2px solid;
  -webkit-box-shadow: goldenrod 2px 2px;
          box-shadow: goldenrod 2px 2px;
  line-height: 25px;
}

.intro .btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.intro .btn-primary:not(:disabled):not(.disabled):active, .intro .btn-primary:not(:disabled):not(.disabled).active {
  background-color: goldenrod;
  color: black;
  border: rgba(0, 0, 0, 0.55) 1px solid;
}

.intro .intro-pay-icon {
  max-width: 120px;
  margin: 2rem 0;
}

.section-title {
  color: #E3C275;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif TC;
  font-style: normal;
  font-weight: 900;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  font-size: 1.50rem;
}

.section-title:before {
  content: '';
  display: inline-block;
  background: url("../../images/section-title-left.png");
  background-size: contain;
  width: 100px;
  height: 52px;
  top: 11px;
  position: relative;
}

.section-title:after {
  content: '';
  display: inline-block;
  background: url("../../images/section-title-right.png");
  background-size: contain;
  width: 100px;
  height: 52px;
  top: 11px;
  position: relative;
}

@media (min-width: 768px) {
  .section-title {
    max-width: 500px;
    font-size: 2.4rem;
  }
}

.text-area {
  text-align: center;
}

@media (min-width: 992px) {
  .text-area {
    text-align: left;
  }
}

.promo-box .col-lg-4 {
  margin-bottom: 30px;
}

.promo-box h2 {
  font-size: 1.75rem;
}

.promo-box .lead {
  font-size: 1.1rem;
}

.promo-box .promo-content {
  height: 175px;
}

/* Top Brand */
.top-brand {
  background: #C23935;
  background: #440100;
  position: relative;
}

.top-brand::before {
  content: '';
  background: url(../../images/bg-top-brand-pattern.jpg) repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  top: 0;
}

.top-brand .text-area {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .top-brand .text-area {
    text-align: left;
    margin-top: 0;
  }
}

.top-brand .brand-name, .top-brand .product-name {
  font-family: 'Noto Serif TC', serif;
}

.top-brand .brand-name {
  font-size: 1.15rem;
}

.top-brand .product-price {
  font-size: 2rem;
  text-shadow: rgba(0, 0, 0, 0.4) 3px 3px;
  font-weight: bold;
}

.top-brand .product-price small {
  font-size: 50%;
}

.top-brand .product-orginial-price {
  margin-left: 1rem;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.top-brand .btn-primary {
  background-color: rgba(0, 0, 0, 0.55);
  color: yellow;
  border: goldenrod 2px solid;
  -webkit-box-shadow: goldenrod 2px 2px;
          box-shadow: goldenrod 2px 2px;
  line-height: 25px;
}

.top-brand .btn-primary:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.top-brand .btn-primary:not(:disabled):not(.disabled):active, .top-brand .btn-primary:not(:disabled):not(.disabled).active {
  background-color: goldenrod;
  color: black;
  border: rgba(0, 0, 0, 0.55) 1px solid;
}

@media (min-width: 992px) {
  .top-brand .product-image {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

@media (min-width: 992px) {
  .top-brand .product-image:hover {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
    transform: scaleX(1.05) scaleY(1.05);
  }
}

@media (min-width: 992px) {
  .top-brand .flex-row-reverse .text-area {
    margin-left: 130px;
  }
}

/* Category */
.category-a {
  background: url(../../images/background-category-a.png) repeat center center, -webkit-gradient(linear, left top, left bottom, from(#8A1A1B), to(#C23F3A));
  background: url(../../images/background-category-a.png) repeat center center, linear-gradient(180deg, #8A1A1B 0%, #C23F3A 100%);
}

.category-b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.8%, #A72A23), color-stop(73.73%, #BF563F), color-stop(113.43%, #EEAB76));
  background: linear-gradient(180deg, #A72A23 11.8%, #BF563F 73.73%, #EEAB76 113.43%);
}

.category-title {
  background: url(../../images/section-category-title.gif) no-repeat center center;
  background-size: contain;
  color: #E3C275;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif TC;
  font-style: normal;
  font-weight: 900;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: none;
  margin: 0 auto;
  font-size: 1.50rem;
  padding-top: 15%;
}

@media (min-width: 768px) {
  .category-title {
    font-size: 2.4rem;
    padding-bottom: 5%;
  }
}

@media (min-width: 992px) {
  .category-title {
    font-size: 2.4rem;
    padding-top: 8%;
  }
}

.product-grid .row {
  padding: 0 10px 0 10px;
}

.product-grid .col-6 {
  padding: 5px;
}

.product-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
}

.product-card .product-image {
  border-radius: 10px 10px 0 0;
}

.product-card .product-caption {
  padding: 10px;
}

@media (min-width: 992px) {
  .product-card .product-caption {
    padding: 15px;
  }
}

.product-card .product-caption a:hover {
  text-decoration: none;
}

.product-card .product-name {
  color: #000000;
  font-weight: bold;
  letter-spacing: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
  max-height: 45px;
  letter-spacing: -0.25px;
}

@media (min-width: 992px) {
  .product-card .product-name {
    -webkit-line-clamp: 1;
    height: 20px;
    max-height: 20px;
  }
}

.product-card .product-price {
  font-size: 1rem;
  font-weight: 700;
  color: #FD5162;
}

@media (min-width: 992px) {
  .product-card .product-price {
    font-size: 1.2rem;
  }
}

.product-card .product-orginial-price {
  font-size: 0.75rem;
  margin: 5px 10px;
  font-weight: normal;
  color: #989AA2;
  text-decoration: line-through;
}

@media (min-width: 992px) {
  .product-card .product-orginial-price {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .product-card:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@media (min-width: 992px) {
  .product-card {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

/* QA */
.accordion-custom .card-header button {
  background: none;
  color: white;
}

.accordion-custom .card {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.75));
}

.icarry-info .how-to-use-slider {
  margin-top: -40px;
}

.section-title-2 {
  color: #FF384c;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: Noto Serif TC;
  font-style: normal;
  font-weight: 900;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  font-size: 1.50rem;
}

@media (min-width: 768px) {
  .section-title-2 {
    max-width: 500px;
    font-size: 2.4rem;
  }
}

.single-slide {
  padding: 0 0.3rem;
}

.single-slide .how-to-use-card {
  margin: 120px 0 0 0;
  padding: 60px 32px 32px 32px;
  -webkit-box-shadow: 0 10px 60px rgba(35, 44, 39, 0.05);
  box-shadow: 0 10px 60px rgba(35, 44, 39, 0.05);
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  position: relative;
}

.single-slide .how-to-use-card .card-icon {
  position: absolute;
  top: -120px;
  width: 85%;
}

.single-slide .how-to-use-card .card-icon img {
  display: block;
  max-width: 100%;
}

.single-slide .how-to-use-card .card-content {
  text-align: left;
  padding-top: 80px;
}

.single-slide .how-to-use-card .card-content h1 {
  font-size: 50px;
}

.single-slide .how-to-use-card .card-content .title {
  color: #333333;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 20px;
  line-height: 2;
}

.single-slide .how-to-use-card .card-content .info {
  color: #666666;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.slick-arrow {
  display: none !important;
}

/* footer */
.footer {
  padding-top: 50px;
  background: #fb9663;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #fb9663), color-stop(71%, #fe595a), color-stop(100%, #fe595a));
  background: -webkit-gradient(linear, left top, left bottom, from(#fb9663), color-stop(71%, #fe595a), to(#fe595a));
  background: linear-gradient(to bottom, #fb9663 0%, #fe595a 71%, #fe595a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb9663', endColorstr='#fe595a', GradientType=0 );
  color: #FFFFFF;
}

.footer p {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.8rem !important;
  line-height: 2;
  font-weight: 300;
}

.footer h6 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 12px 0;
}

.footer a {
  font-size: 0.8rem !important;
  font-weight: 300;
  color: white;
}

.footer a:hover {
  text-decoration: none;
}

.footer .footer-logo {
  height: 48px;
  width: 48px;
}

.footer .footer-payment {
  width: 91px;
}
/*# sourceMappingURL=custom.css.map */