.qodef-m-filter h5 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  margin: 0;
  letter-spacing: 5px;
  color: #162d56;
}

.add-banner {
  margin-top: 50px;
  width: 100%;
  padding: 0 3%;
}

.add-banner img {
  width: 100%;
  height: 600px;
  max-width: 100%;
  object-fit: cover;
  transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
}


.add-banner-img{
  overflow: hidden;
  width: 100%;
}

.add-banner-img:hover img {
  transform: scale(1.09);
}

/* 寵物用品 */
.pet-supplies {
  padding: 50px 0;
}

.pet-supplies-container {
  width: 100%;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
}

.left-img {
  width: 49%;
  display: flex;
  justify-content: flex-end;
}

.right-img {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pet-supplies-container a {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.pet-supplies-container img {
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-supplies-container img:hover {
  transform: scale(1.05);
}

/* blog */
.blog-section {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  padding: 0 3%;
 width: 100%;
  margin: 0 auto;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  /* 三欄 */
  display: flex;
  flex-direction: column;
  height: 100%;
  /* box-shadow: 0 2px 12px rgba(0,0,0,0.08); */

}

.blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: calc(33.333% - 16px);
}

.blog-card-link:hover .qodef-m-text {
  transform: translateX(-13px);
  color: #162d56;
}

.blog-card-link:hover .qodef-m-text:after {
  opacity: 1;
  transform: translateX(0);
  transition-delay: .1s, .1s
}

.blog-card-link:hover .qodef-button.qodef-html--link:before {
  opacity: 0;
  transform: translateX(-12px)
}


.blog-card .qodef-button.qodef-layout--outlined {
  border: none;
}

.blog-card .img-box {
  position: relative;
  overflow: hidden;
}

.blog-card .img-box::before{
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: rgba(255,255,255,.3);
  content: "";
  z-index: 2;
}
.blog-card .img-box:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .6s;
}

.blog-card .img-box::after{
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 80%;
  left: 50%;
  background-color: rgba(255,255,255,.3);
  content: "";
  z-index: 2;
}
.blog-card .img-box:hover::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: .6s;
}

.blog-card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 278px;
  object-fit: cover;
  transition: opacity .5s, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
  max-height: 282px;
}

.blog-card-link:hover img {
  transform: scale(1.09);
}


.blog-content {
  padding: 15px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-content h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

.blog-date {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.blog-content p {
  flex: 1;
  font-size: 15px;
  color: #4a4a4a;
  line-height: 23px;
}
.reset-title{
  text-align: center;
  font-size: 50px !important;
  font-weight: 800;
  letter-spacing: 5px;
}

.pro-star {
  display: flex;
  align-items: center;
  font-size: 28px;
  gap: 2px;
  justify-content: center;
}

.pro-star .star {
  color: #cfd3dc;
  transition: color 0.2s;
  font-size: 20px;
}

.pro-star .star.active {
  color: #ffb800;
}

.pro-star .star-count {
  color: #b0b5c3;
  font-size: 17px;
  margin-left: 8px;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
  font-size: 15px;
}

@media (max-width: 900px) {
  .blog-card-link {
    width: 100%;
    margin-bottom: 24px;
  }

  .blog-container {
    flex-direction: column;
    gap: 0;
  }
}


/* double倒轉 */
.reflection-section{
  padding: 50px 0;
  position: relative;
}
.reflection-mirror{
  margin-top: 20px;
}


/* reset-輪播 */
.banner-swiper{
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide{
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('/static/picture/index-banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: calc(100vh - 53px);
}
.banner-swiper .banner-slide-2{
  background-image: url('/static/picture/index-banner-2.jpg');
}
.banner-swiper .banner-slide-3{
  background-image: url('/static/picture/index-banner-3.jpg');
}

.banner-swiper .swiper-slide-content{
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: left;
}

.banner-swiper .swiper-slide-content p{
  font-size: 32px;
}
.banner-swiper .swiper-slide-content h2{
  color: #fff;
}
.bannerwrapper-2{
  text-align: center !important;
  left: 50% !important;
}
.bannerwrapper-3{
  text-align: right !important;
  left: auto !important;
  right: 0% !important;
  transform: translate(-25%,-50%) !important;
}
.banner-swiper .swiper-pagination-bullets{
  bottom: 160px !important;
}

.banner-swiper .swiper-button-prev{
  background-image: url('/static/image/banner-left.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: none !important;
}
.banner-swiper .swiper-button-next{
  background-image: url('/static/image/banner-right.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: none !important;
}

@media screen and (max-width: 768px) {
  #qodef-page-outer{
    margin-top: 0;
  }


  /* banner */
  .banner-swiper .swiper-slide-content>span{
    display: none;
  }
  .banner-swiper .swiper-button-next,
  .banner-swiper .swiper-button-prev{
    display: none;
  }
  .bannerwrapper-3{
    left: 40% !important;
    transform: translate(-15%,-50%) !important;
  }
  .banner-swiper .swiper-slide-content p{
    font-size: 26px;
  }
  .banner-swiper .swiper-pagination-bullets{
    bottom: 120px !important;
  }



  .original-price{
    margin-left: 5px;
    font-size: 14px;
  }

  .qodef-m-filter h5{
    font-size: 28px;
  }

  .qodef-section-title .qodef-m-icon svg{
    width: 60px;
    height: 60px;
  }

  .elementor-23 .elementor-element.elementor-element-6c3e5ee>.elementor-widget-container{
    padding: 0;
  }

  .qodef-m-filter{
    margin: 0 0 15px;
  }

  .add-banner{
    margin-top: 10px;
  }
  .add-banner img{
    height: 160px;
  }

  .pet-supplies-container{
    flex-direction: column;
    gap: 10px;
  }
  .left-img,.right-img{
    width: 100%;
  }
  .right-img{
    gap: 10px;
  }

  .elementor-23 .elementor-element.elementor-element-1c32ac0{
    padding: 30px 0;
  }

  .blog-section{
    padding: 0;
  }

  .blog-card img{
    min-height: 220px;
  }

  .reset-title{
    font-size: 28px !important;
  }


  .qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-link{
    position: relative;
  }

  .pro-star{
    font-size: 16px;
  }
  .pro-star .star{
    font-size: 16px;
  }
  .pro-star .star-count{
    font-size: 15px;
    margin-left: 5px;
  }
}
