@charset "UTF-8";
/* banner */
.banner {
  width: 100%;
  position: relative;
}
.banner .meidia-box {
  padding-bottom: 46.875%;
  overflow: hidden;
  position: relative;
}
.banner .meidia-box img,
.banner .meidia-box video,
.banner .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-pagination {
  bottom: 36px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.banner .swiper-pagination-bullet {
  width: clamp(66.66667px, 5.20833vw, 100px);
  height: 4px;
  margin: 0 !important;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #fff;
  border-radius: inherit;
  transition: width 0.6s;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
}

/* features */
.in-features {
  background: #fff;
  padding: clamp(33.33333px, 2.60417vw, 50px) 0;
}
.in-features .features-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(20px, 1.5625vw, 30px);
}
.in-features li {
  display: flex;
  align-items: center;
  gap: clamp(13.33333px, 1.04167vw, 20px);
  min-width: 0;
  cursor: pointer;
}
.in-features li:hover .feat-icon img {
  filter: none;
}
.in-features li:hover .feat-text strong {
  color: var(--c-primary);
}
.in-features .feat-icon {
  flex-shrink: 0;
  width: clamp(40px, 3.125vw, 60px);
  height: clamp(40px, 3.125vw, 60px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.in-features .feat-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(10%);
  transition: filter 0.3s;
}
.in-features .feat-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.in-features .feat-text strong {
  color: #1A1A1A;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.3s;
}
.in-features .feat-text span {
  color: #999;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.3;
  font-weight: 400;
}

/* reviews */
.in-reviews {
  position: relative;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
  overflow: hidden;
  background: #f3f4f6 url("../images/index-pic-02.jpg") center/cover no-repeat;
}
.in-reviews .m-width-content {
  position: relative;
  z-index: 1;
}
.in-reviews .reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 1.40625vw, 27px);
}
.in-reviews .review-card {
  background: #fff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  border: 1px solid #ececec;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  min-height: clamp(146.66667px, 11.45833vw, 220px);
  display: flex;
  flex-direction: column;
  box-shadow: none;
}
.in-reviews .stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.in-reviews .stars i {
  width: clamp(14.66667px, 1.14583vw, 22px);
  height: clamp(14.66667px, 1.14583vw, 22px);
  background: var(--c-primary);
  position: relative;
  display: block;
}
.in-reviews .stars i::before {
  content: "★";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  line-height: clamp(14.66667px, 1.14583vw, 22px);
  text-align: center;
  font-style: normal;
}
.in-reviews p {
  color: #333;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  flex: 1;
}
.in-reviews .review-meta {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  color: #999;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}

/* shop */
.in-shop {
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
  background: #fff;
}
.in-shop .shop-row {
  display: flex;
  padding-left: var(--shop-pad-left, clamp(13.33333px, 1.04167vw, 20px));
  box-sizing: border-box;
  margin-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.in-shop .shop-row:last-child {
  margin-bottom: 0;
}
.in-shop .shop-row.reverse {
  padding-left: 0;
  padding-right: var(--shop-pad-left, clamp(13.33333px, 1.04167vw, 20px));
  flex-direction: row-reverse;
}
.in-shop .shop-row.reverse .shop-products {
  padding-left: 0;
  padding-right: clamp(40px, 3.125vw, 60px);
}
.in-shop .shop-row.reverse .shop-nav {
  flex-direction: row-reverse;
  padding-left: var(--shop-pad-right, clamp(13.33333px, 1.04167vw, 20px));
  padding-right: 0;
}
.in-shop .shop-row.reverse .shop-nav .shop-pagination {
  text-align: right;
  justify-content: flex-end;
}
.in-shop .shop-banner {
  position: relative;
  display: block;
  width: clamp(333.33333px, 26.04167vw, 500px);
  border-radius: clamp(10.66667px, 0.83333vw, 16px);
  overflow: hidden;
  text-decoration: none;
}
.in-shop .shop-banner .bg {
  width: 100%;
  height: 100%;
}
.in-shop .shop-banner .meidia-box {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}
.in-shop .shop-banner .meidia-box img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-shop .shop-banner:hover .meidia-box img {
  transform: scale(1.05);
}
.in-shop .shop-banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  box-sizing: border-box;
  background: linear-gradient(225deg, rgba(47, 106, 246, 0.5) 0%, rgba(239, 30, 7, 0.5) 100%);
}
.in-shop .shop-banner-text .slogan {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.in-shop .shop-banner-text .icon {
  max-width: clamp(200px, 15.625vw, 300px);
  margin: 0 auto clamp(26.66667px, 2.08333vw, 40px);
}
.in-shop .shop-banner-text .icon img {
  width: 100%;
  height: auto;
}
.in-shop .shop-banner-text .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(120px, 9.375vw, 180px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 500;
  transition: background 0.6s;
}
.in-shop .shop-banner:hover .btn {
  background: #1a1a1a;
}
.in-shop .shop-products {
  min-width: 0;
  display: flex;
  flex-direction: column;
  width: calc(100% - clamp(333.33333px, 26.04167vw, 500px));
  box-sizing: border-box;
  padding-left: clamp(40px, 3.125vw, 60px);
}
.in-shop .shop-swiper {
  width: 100%;
}
.in-shop .product-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.6s, box-shadow 0.6s;
}
.in-shop .product-card:hover {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.in-shop .product-card:hover .btn-cart {
  background: #1a1a1a;
}
.in-shop .btn-wish {
  position: absolute;
  top: clamp(10px, 0.78125vw, 15px);
  right: clamp(10px, 0.78125vw, 15px);
  z-index: 3;
  width: clamp(24px, 1.875vw, 36px);
  height: clamp(24px, 1.875vw, 36px);
  background: #FFFFFF;
  border-radius: 500px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.in-shop .btn-wish i {
  width: clamp(13.33333px, 1.04167vw, 20px);
  height: clamp(12px, 0.9375vw, 18px);
  display: block;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b0b0b0' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.4-9.5-9A5.4 5.4 0 0 1 12 6a5.4 5.4 0 0 1 9.5 6c-2.5 4.6-9.5 9-9.5 9z'/%3E%3C/svg%3E");
  transition: background-image 0.3s, filter 0.3s;
}
.in-shop .btn-wish:hover i, .in-shop .btn-wish.active i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff7a1a' stroke='%23ff7a1a' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.4-9.5-9A5.4 5.4 0 0 1 12 6a5.4 5.4 0 0 1 9.5 6c-2.5 4.6-9.5 9-9.5 9z'/%3E%3C/svg%3E");
}
.in-shop .product-pic {
  display: block;
  position: relative;
}
.in-shop .product-pic .meidia-box {
  overflow: hidden;
  border-radius: clamp(6.66667px, 0.52083vw, 10px) clamp(6.66667px, 0.52083vw, 10px) 0 0;
}
.in-shop .product-pic .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.in-shop .product-pic .meidia-box img,
.in-shop .product-pic .meidia-box video,
.in-shop .product-pic .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-shop .product-pic img {
  transition: transform 0.6s ease;
}
.in-shop .product-info {
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(13.33333px, 1.04167vw, 20px) clamp(10.66667px, 0.83333vw, 16px);
}
.in-shop .title a {
  font-weight: 500;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #1A1A1A;
  text-transform: capitalize;
  transition: color 0.6s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.in-shop .title a:hover {
  color: var(--c-primary);
}
.in-shop .price-box {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: clamp(3.33333px, 0.26042vw, 5px) 0;
}
.in-shop .price {
  color: var(--c-primary);
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 600;
  transition: all 0.6s;
}
.in-shop .price:hover {
  color: #1a1a1a;
}
.in-shop .price-old {
  color: #999;
  font-size: clamp(8px, 0.625vw, 12px);
  text-decoration: line-through;
}
.in-shop .btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: clamp(26.66667px, 2.08333vw, 40px);
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  font-weight: 600;
  transition: background 0.3s;
}
.in-shop .btn-cart .iconfont {
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1;
}
.in-shop .btn-cart:hover {
  background: #1a1a1a;
}
.in-shop .shop-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  padding-right: var(--shop-pad-right, clamp(13.33333px, 1.04167vw, 20px));
  box-sizing: border-box;
}
.in-shop .shop-pagination {
  flex: 1;
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.in-shop .shop-pagination .swiper-pagination-bullet {
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(4px, 0.3125vw, 6px);
  margin: 0 !important;
  border-radius: clamp(2px, 0.15625vw, 3px);
  background: #d8d8d8;
  opacity: 1;
  transition: width 0.6s, background 0.6s;
}
.in-shop .shop-pagination .swiper-pagination-bullet-active {
  width: clamp(166.66667px, 13.02083vw, 250px);
  background: var(--c-primary);
}
.in-shop .shop-arrows {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  box-sizing: border-box;
}
.in-shop .shop-prev,
.in-shop .shop-next {
  width: clamp(32px, 2.5vw, 48px);
  height: clamp(32px, 2.5vw, 48px);
  border: 1px solid var(--c-primary);
  border-radius: 50%;
  background: var(--c-primary);
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.in-shop .shop-prev::before,
.in-shop .shop-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: border-color 0.3s;
}
.in-shop .shop-prev:hover,
.in-shop .shop-next:hover {
  background: #fff;
  border-color: #d8d8d8;
}
.in-shop .shop-prev:hover::before,
.in-shop .shop-next:hover::before {
  border-color: var(--c-primary);
}
.in-shop .shop-prev.swiper-button-disabled::before,
.in-shop .shop-next.swiper-button-disabled::before {
  border-color: var(--c-primary);
}
.in-shop .shop-prev.swiper-button-disabled,
.in-shop .shop-next.swiper-button-disabled {
  background: #fff;
  border-color: #d8d8d8;
}
.in-shop .shop-prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.in-shop .shop-next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}
.in-shop .shop-row.reverse .shop-prev {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.in-shop .shop-row.reverse .shop-prev::before {
  border-color: #fff;
}
.in-shop .shop-row.reverse .shop-next {
  background: #fff;
  border-color: #d0d0d0;
}
.in-shop .shop-row.reverse .shop-next::before {
  border-color: #999;
}
.in-shop .shop-row.reverse .shop-next:hover {
  background: var(--c-primary);
  border-color: var(--c-primary);
}
.in-shop .shop-row.reverse .shop-next:hover::before {
  border-color: #fff;
}

/* about */
.in-about {
  position: relative;
  padding-bottom: 30.05208%;
  background: url("../images/index-pic-06.jpg") center/cover no-repeat;
}
.in-about .in-about-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
  background: rgba(0, 5, 38, 0.7);
  color: #fff;
}
.in-about h3 {
  max-width: clamp(866.66667px, 67.70833vw, 1300px);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.in-about p {
  max-width: clamp(866.66667px, 67.70833vw, 1300px);
  font-size: clamp(12px, 0.9375vw, 18px);
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.in-about a.btn-primary {
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  border-radius: clamp(16.66667px, 1.30208vw, 25px);
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  line-height: clamp(33.33333px, 2.60417vw, 50px);
  transition: background 0.6s;
}
.in-about a.btn-primary:hover {
  background: #1a1a1a;
}

/* faq */
.in-faq {
  position: relative;
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
  overflow: hidden;
}
.in-faq::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../images/index-pic-07.jpg") center top/100% auto no-repeat;
  pointer-events: none;
}
.in-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.in-faq .m-width-content {
  position: relative;
  z-index: 1;
}
.in-faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(26.66667px, 2.08333vw, 40px);
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(33.33333px, 2.60417vw, 50px);
}
.in-faq .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.in-faq .faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 18px 48px 18px 20px;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 600;
  color: var(--c-dark);
  position: relative;
  cursor: pointer;
  font-family: inherit;
}
.in-faq .faq-q i {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.in-faq .faq-q i::before, .in-faq .faq-q i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #666;
  transition: transform 0.3s, opacity 0.3s;
}
.in-faq .faq-q i::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.in-faq .faq-q i::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.in-faq .faq-a {
  display: none;
  padding: 0 20px 18px;
}
.in-faq .faq-a p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}
.in-faq .faq-item.open .faq-q i::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.in-faq .faq-item.open .faq-a {
  display: block;
}

/* brands */
.in-brands {
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
}
.in-brands .sec-title {
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.in-brands .brands-swiper {
  overflow: hidden;
  padding-top: 10px;
}
.in-brands .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.in-brands .brand-item img {
  width: 100%;
  height: auto;
}
.in-brands .brand-item:hover {
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
}
.in-brands .brands-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  position: relative !important;
  width: auto !important;
}
.in-brands .brands-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  border-radius: 50%;
  background: #999;
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}
.in-brands .brands-pagination .swiper-pagination-bullet-active {
  background: var(--c-primary);
}

/* news */
.in-news {
  background: url("../images/in-news-bg.jpg") center/cover no-repeat;
}
.in-news .index-news-inner {
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
}
.in-news .news-swiper {
  overflow: hidden;
}
.in-news .news-card {
  height: 100%;
  overflow: hidden;
}
.in-news .news-pic {
  display: block;
}
.in-news .news-pic .meidia-box {
  padding-bottom: 65.78947%;
  overflow: hidden;
  position: relative;
}
.in-news .news-pic .meidia-box img,
.in-news .news-pic .meidia-box video,
.in-news .news-pic .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-news .news-pic .meidia-box {
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
}
.in-news .news-body {
  padding-top: clamp(10px, 0.78125vw, 15px);
}
.in-news .news-body time {
  display: block;
}
.in-news .news-body time::before {
  content: "";
  width: clamp(10px, 0.78125vw, 15px);
  height: clamp(1.33333px, 0.10417vw, 2px);
  background: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: clamp(3.33333px, 0.26042vw, 5px);
}
.in-news .news-body time {
  color: #666;
  font-weight: 600;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  margin-bottom: clamp(3.33333px, 0.26042vw, 5px);
}
.in-news .news-body h5 {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  margin-bottom: 10px;
}
.in-news .news-body h5 a {
  color: var(--c-text);
  font-weight: 600;
}
.in-news .news-body h5 a:hover {
  color: var(--c-primary);
}
.in-news .news-body p {
  color: #666;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.5;
}
.in-news .news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  position: relative !important;
  width: auto !important;
}
.in-news .news-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  border-radius: 50%;
  background: #999;
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
}
.in-news .news-pagination .swiper-pagination-bullet-active {
  background: var(--c-primary);
}

@media screen and (max-width: 1023px) {
  .banner .meidia-box {
    padding-bottom: 120%;
    overflow: hidden;
    position: relative;
  }
  .banner .meidia-box img,
  .banner .meidia-box video,
  .banner .meidia-box .banner-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-pagination {
    bottom: 20px !important;
    gap: 8px;
  }
  .banner .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
  }
  .in-features {
    padding: 36px 0;
  }
  .in-features .features-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
  .in-features li {
    gap: 12px;
  }
  .in-features .feat-icon {
    width: 40px;
    height: 40px;
  }
  .in-features .feat-text strong {
    font-size: 15px;
    white-space: normal;
  }
  .in-features .feat-text span {
    font-size: 12px;
  }
  .in-reviews {
    padding: 48px 0;
  }
  .in-reviews .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .in-reviews .review-card {
    min-height: 0;
    padding: 16px;
  }
  .in-reviews .stars i {
    width: 18px;
    height: 18px;
  }
  .in-reviews .stars i::before {
    font-size: 12px;
    line-height: 18px;
  }
  .in-reviews p,
  .in-reviews .review-meta {
    font-size: 14px;
  }
  .in-shop {
    padding: 56px 0;
  }
  .in-shop .shop-row,
  .in-shop .shop-row.reverse {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 48px;
  }
  .in-shop .shop-banner {
    width: 100%;
  }
  .in-shop .shop-products {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .in-shop .shop-row.reverse .shop-products {
    padding-left: 0;
    padding-right: 0;
  }
  .in-shop .shop-banner-text .slogan {
    font-size: 16px;
  }
  .in-shop .shop-banner-text .icon {
    max-width: 200px;
    margin-bottom: 24px;
  }
  .in-shop .shop-banner-text .btn {
    min-width: 140px;
    height: 36px;
    font-size: 14px;
  }
  .in-shop .product-info {
    padding: 14px 12px 12px;
  }
  .in-shop .title a {
    font-size: 15px;
  }
  .in-shop .price {
    font-size: 18px;
  }
  .in-shop .btn-cart {
    height: 36px;
    font-size: 13px;
  }
  .in-shop .shop-nav,
  .in-shop .shop-row.reverse .shop-nav {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    margin-top: 16px;
  }
  .in-shop .shop-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
  }
  .in-shop .shop-pagination .swiper-pagination-bullet-active {
    width: 72px;
  }
  .in-shop .shop-prev,
  .in-shop .shop-next {
    width: 40px;
    height: 40px;
  }
  .in-about {
    padding-bottom: 0;
    min-height: 360px;
  }
  .in-about .in-about-content {
    position: relative;
    inset: auto;
    padding: 56px 0;
  }
  .in-about h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .in-about p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .in-about a.btn-primary {
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
  }
  .in-faq {
    padding: 48px 0;
  }
  .in-faq .faq-grid {
    grid-template-columns: 1fr;
    padding: 12px 16px;
    gap: 0;
  }
  .in-faq .faq-q {
    padding: 16px 40px 16px 12px;
    font-size: 15px;
  }
  .in-faq .faq-a {
    padding: 0 12px 14px;
  }
  .in-faq .faq-a p {
    font-size: 13px;
  }
  .in-brands {
    padding: 56px 16px;
  }
  .in-brands .sec-title {
    margin-bottom: 28px;
  }
  .in-brands .brands-pagination {
    margin-top: 24px;
  }
  .in-news .index-news-inner {
    padding: 56px 0;
  }
  .in-news .news-body {
    padding-top: 12px;
  }
  .in-news .news-body time {
    font-size: 12px;
  }
  .in-news .news-body time::before {
    width: 12px;
    height: 2px;
  }
  .in-news .news-body h5 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .in-news .news-body p {
    font-size: 13px;
  }
  .in-news .news-pagination {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .in-features .features-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  .in-features .feat-text strong {
    font-size: 14px;
  }
  .in-reviews .reviews-grid {
    grid-template-columns: 1fr;
  }
  .in-about {
    min-height: 0;
  }
  .in-about h3 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=index.css.map */
