* {
  font-family: "Noto Sans TC", sans-serif;
}

a:hover {
  text-decoration: none !important;
}

.banner {
  margin-top: 56px;
  width: 100%;
  background-size: cover;
  position: relative;
  height: 100px;
  overflow: hidden;
}

.banner .banner-black {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.623);
  z-index: 2;
}

.banner img {
  position: absolute;
  top: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.banner p {
  position: absolute;
  width: 100%;
  z-index: 2;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: white;
  margin: auto;
  top: 32px;
}

.top-wave {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

.all-product {
  background-color: #faf8f5;
}

.bread {
  padding: 40px 0px;
}

.bread .home-icon {
  width: 21px;
  display: inline-block;
  position: relative;
}

.bread .home-icon img {
  width: 100%;
}

.bread .home-icon:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  position: absolute;
  bottom: 3px;
  right: -14px;
}

.bread a {
  display: inline-block;
  height: 16px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  color: #ABABAB;
  position: relative;
  margin-left: 15px;
}

.bread a:first-child {
  margin-left: 0px;
}

.bread a:hover {
  color: #ABABAB;
}

.bread a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -10px;
  bottom: 5px;
}

.bread a:last-child {
  color: #5D3E2A;
}

.bread a:last-child:after {
  display: none;
}

.skin img {
  background-color: #faf8f5;
}

.skin img:nth-child(1) {
  background-color: transparent;
}

.store-product {
  font-family: "Noto Sans TC", sans-serif;
}

.store-product h5 {
  font-size: 1.5rem;
  font-weight: 400;
  color: black;
  display: inline-block;
  margin-right: auto;
}

.store-product a {
  position: absolute;
  right: 15px;
  bottom: 5px;
  font-size: 1rem;
  color: #5D3E2A;
  font-weight: 400;
  margin-left: auto;
  margin-right: 10px;
}

.store-product a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #5D3E2A;
  border-right: 1px solid #5D3E2A;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  bottom: 5px;
  right: -12px;
}

.store-product a:hover {
  color: #5D3E2A;
}

.introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Noto Sans TC', sans-serif;
  margin-bottom: 20px;
  border-bottom: 2px solid #5A8E5F;
}

.introduction .catalog {
  display: inline-block;
  width: 50%;
  height: 54px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ABABAB !important;
  line-height: 54px;
  text-align: center;
  background-color: white;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}

.introduction .catalog .hover-frame {
  position: absolute;
  width: 0%;
  height: 100%;
  border: 2px solid white;
  border-bottom: 0px !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  background-color: #5A8E5F18;
}

.introduction .catalogNow {
  background-color: #5A8E5F;
  color: white !important;
}

.introduction .catalogNow .hover-frame {
  display: none;
}

.introduction .bg-white {
  border-top: 4px solid #5A8E5F;
  padding-bottom: 35px;
}

.card-body {
  padding: 15px !important;
}

.product-card {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 6px #00000050;
  box-shadow: 0px 3px 6px #00000050;
  margin-bottom: 20px;
}

.product-card img {
  height: 67vw;
  object-fit: cover;
}

.product-card .product-date {
  height: 22px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: .9rem;
  font-weight: 400;
  color: #5D3E2A;
  margin-bottom: 0px;
}

.product-card .product-title {
  height: 28px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
  /* limit in 1 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-card .product-content {
  height: 63px;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: .9rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0px;
  /* limit in 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-card .product-price1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: .8rem;
  font-weight: 400;
  color: #5D3E2A;
  text-align: right;
  text-decoration: line-through;
  margin-top: 6px;
  margin-bottom: 0px;
}

.product-card .product-price2 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #5D3E2A;
  text-align: right;
  margin-bottom: 0px;
}

@media screen and (min-width: 520px) {
  .intro {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  .product-card img {
    height: 184.6px;
  }
}

@media screen and (min-width: 768px) {
  .banner {
    height: 365px;
    margin-top: 70px;
  }
  .banner .banner-black {
    height: 365px;
  }
  .banner p {
    font-size: 3.5rem;
    top: 190px;
    letter-spacing: 2.8px;
  }
  .bread {
    padding: 40px 0px;
  }
  .all-product {
    background-image: url(../img/vege_bg.png);
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: bottom;
  }
  .catalog {
    width: 140px !important;
  }
  .product {
    margin-top: 0px !important;
  }
  .card-area {
    padding-bottom: 75px;
  }
  .introduction {
    margin-bottom: 40px;
  }
  .product-card img {
    height: 253.8px;
  }
}

@media screen and (min-width: 992px) {
  .nav-search {
    display: block;
  }

   .product-card img {
    height: 223px;
  }
}

@media screen and (min-width: 1200px) {
   .product-card img {
    height: 270px;
  }
}
/*# sourceMappingURL=vegCulture.css.map */