.home_product {
  padding: 3rem 0 6rem;
}
.home_product .list {
  margin-top: 5rem;
}
.home_product .list ul {
  display: grid;
  gap: 5.6rem 1.716069%;
  grid-template-columns: repeat(4, 1fr);
}
.home_product .list li a {
  padding: 1.2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all .3s;
  border-radius: 2.4rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.home_product .list li a:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.home_product .list li a:hover .image .img2 {
  opacity: 1;
  pointer-events: all;
}
.home_product .list li a:hover .info .title {
  color: var(--primary);
}
.home_product .list li a:hover .info .add_to_cart span {
  color: #fff;
  background-color: var(--primary);
}
.home_product .list li a .image {
  position: relative;
}
.home_product .list li a .image .img {
  border-radius: 1.2rem;
  padding-bottom: 100%;
  background-color: #F5F1EE;
}
.home_product .list li a .image .img2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.home_product .list li a .image .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  padding: 0 2.2rem;
  text-transform: uppercase;
  background-color: var(--primary);
}
.home_product .list li a .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2.4rem 1rem 0;
}
.home_product .list li a .info .title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  transition: all 0.3s;
  margin-bottom: auto;
}
.home_product .list li a .info .price {
  color: var(--text);
  font-weight: 500;
  font-size: 2rem;
  margin-top: 1.2rem;
}
.home_product .list li a .info .add_to_cart span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 3.8rem;
  transition: all .3s;
  border-radius: .8rem;
  background-color: #1B2335;
  margin-top: 1.8rem;
}
.home_product .list li a .info .add_to_cart i {
  display: none;
}
.home_product .list .center {
  display: none;
}
.home_blog {
  padding: 6rem 0 13.2rem;
}
.home_blog .main {
  margin-top: 7.4rem;
}
.home_blog .lt {
  width: 58.112324%;
  display: grid;
  gap: 3.8rem;
  grid-template-columns: 1fr auto;
}
.home_blog .swiper_box {
  grid-column: 1/-1;
}
.home_blog .swiper_box .wrap {
  position: relative;
}
.home_blog .swiper_btns.middle{
  width: 108%;
}
.home_blog .home_blog_swiper {
  overflow: hidden;
}
.home_blog .home_blog_swiper .swiper-slide {
  position: relative;
}
.home_blog .home_blog_swiper a:hover img {
  transform: scale(1.03);
}
.home_blog .home_blog_swiper .img {
  padding-bottom: 56.778523%;
}
.home_blog .home_blog_swiper .tag {
  position: absolute;
  left: 1.8rem;
  bottom: 1.3rem;
  z-index: 3;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  padding: 0 1.4rem;
  text-transform: uppercase;
  background-color: var(--primary);
}
.home_blog .swiper_btns {
  width: calc(100% + 4.6rem);
}
.home_blog .swiper_btns div {
  width: 4.5rem;
  height: 4.5rem;
}
.home_blog .home_blog_text_swiper {
  overflow: hidden;
}
.home_blog .home_blog_text_swiper a:hover .title {
  color: var(--primary);
}
.home_blog .home_blog_text_swiper .title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
  transition: all 0.3s;
}
.home_blog .home_blog_text_swiper .date {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.4rem;
  margin-top: 0.6rem;
  padding-left: 1rem;
}
.home_blog .rt {
  width: 35.881435%;
  position: relative;
}
.home_blog .rt::after {
  content: '';
  display: block;
  padding-bottom: 91.73913%;
}
.home_blog .home_blog_thumbs_swiper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.home_blog .home_blog_thumbs_swiper .swiper-slide-thumb-active a .title,
.home_blog .home_blog_thumbs_swiper a:hover .title {
  color: var(--primary);
}
.home_blog .home_blog_thumbs_swiper .swiper-slide-thumb-active a .hr,
.home_blog .home_blog_thumbs_swiper a:hover .hr {
  background-color: var(--primary);
}
.home_blog .home_blog_thumbs_swiper a {
  display: block;
  padding-top: 0.8rem;
}
.home_blog .home_blog_thumbs_swiper .metas {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
.home_blog .home_blog_thumbs_swiper .tag {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.4rem;
  border-radius: 1.2rem;
  padding: 0 1.4rem;
  text-transform: uppercase;
  background-color: var(--primary);
}
.home_blog .home_blog_thumbs_swiper .date {
  font-size: 1.4rem;
}
.home_blog .home_blog_thumbs_swiper .title {
  font-size: 2rem;
  line-height: 2.8rem;
  transition: all 0.3s;
  margin-top: 1.5rem;
}
.home_blog .home_blog_thumbs_swiper .hr {
  margin-top: 2.3rem;
  height: 1px;
  transition: all .3s;
  background-color: #707070;
}
.home_blog .center {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_product .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_product .list li:nth-child(6) ~ li {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .home_product {
    padding: 32px 0;
  }
  .home_product .list {
    margin-top: 22px;
  }
  .home_product .list ul {
    gap: 20px 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .home_product .list li:nth-child(6) ~ li {
    display: none;
  }
  .home_product .list li a {
    padding: 8px;
    border-radius: 8px;
  }
  .home_product .list li a .image .img {
    border-radius: 8px;
  }
  .home_product .list li a .info .tag {
    top: 14px;
    left: 12px;
  }
  .home_product .list li a .info .tag span {
    padding: 0 7px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 20px;
  }
  .home_product .list li a .info .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .home_product .list li a .info .price {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .home_product .list li a .info .add_to_cart {
    margin-top: 10px;
  }
  .home_product .list .center {
    display: block;
    margin-top: 30px;
  }
  .home_product .list .center .btn {
    display: inline-block;
  }
  .home_blog {
    padding: 32px 0 48px;
  }
  .home_blog .main {
    display: block;
    margin: 28px auto 0;
    max-width: 576px;
  }
  .home_blog .lt {
    width: 100%;
    gap: 28px 20px;
  }
  .home_blog .swiper_box .wrap::before {
    left: -4px;
    top: -4px;
    border-radius: 4px 8px 4px 8px;
  }
  .home_blog .swiper_box .wrap::after {
    right: -4px;
    bottom: -4px;
    border-radius: 4px 8px 4px 8px;
  }
  .home_blog .swiper_btns {
    display: none;
  }
  .home_blog div.swiper-pagination {
    margin-top: 3px;
  }
  .home_blog .home_blog_swiper {
    border-radius: 4px 8px 4px 8px;
  }
  .home_blog .home_blog_swiper .tag {
    bottom: 8px;
    left: 6px;
  }
  .home_blog .home_blog_swiper .tag span {
    padding: 0 2px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 22px;
  }
  .home_blog .home_blog_text_swiper .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .home_blog .home_blog_text_swiper .date {
    font-size: 12px;
  }
  .home_blog .rt {
    width: 100%;
    margin-top: 22px;
  }
  .home_blog .rt::after {
    display: none;
  }
  .home_blog .home_blog_thumbs_swiper {
    position: static;
  }
  .home_blog .home_blog_thumbs_swiper ul {
    display: block;
  }
  .home_blog .home_blog_thumbs_swiper li:nth-child(3) ~ li {
    display: none;
  }
  .home_blog .home_blog_thumbs_swiper a {
    padding-top: 15px;
  }
  .home_blog .home_blog_thumbs_swiper .metas {
    gap: 6px;
  }
  .home_blog .home_blog_thumbs_swiper .date {
    font-size: 12px;
  }
  .home_blog .home_blog_thumbs_swiper .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
  .home_blog .home_blog_thumbs_swiper .hr {
    margin-top: 13px;
  }
}
@media screen and (max-width: 576px) {
  .home_product .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_product .list li {
    clip-path: none;
  }
  .home_product .list li::before,
  .home_product .list li::after {
    clip-path: none;
  }
  .home_product .list li a:hover .info .add_to_cart:hover i {
    border-color: var(--primary);
    background-color: var(--primary);
  }
  .home_product .list li a:hover .info .add_to_cart::after {
    filter: none;
    transform: rotate(180deg);
  }
  .home_product .list li a:hover .info .add_to_cart i {
    border-color: #E0DDD1;
    background-color: #F4F3EE;
  }
  .home_product .list li a:hover .info .add_to_cart i::after {
    filter: contrast(0.5) brightness(0.5);
  }
  .home_product .list li a::after {
    width: 22px;
    height: 7px;
    padding: 0;
    bottom: 4px;
    background-image: url(../img/icon-stars.svg);
  }
  .home_product .list li a {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  }
  .home_product .list li a:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  }
  .home_product .list li a .image .tag {
    font-size: 12px;
    line-height: 16px;
    padding: 0 13px;
  }
  .home_product .list li a .info {
    padding: 6px 0 0;
  }
  .home_product .list li a .info .btc {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    margin-top: 10px;
  }
  .home_product .list li a .info .price {
    margin-top: 0;
  }
  .home_product .list li a .info .add_to_cart {
    margin: 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
  }
  .home_product .list li a .info .add_to_cart span {
    display: none;
  }
  .home_product .list li a .info .add_to_cart i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    border: 1px solid #CCCCCC;
  }
  .home_product .list li a .info .add_to_cart i::after {
    content: '';
    display: block;
    width: 54%;
    height: 54%;
    transition: all 0.3s;
    filter: contrast(0) brightness(0);
    background: url(../img/icon-cart.svg) no-repeat center / contain;
  }
  .home_blog .head .more {
    display: none;
  }
  .home_blog .center {
    display: block;
    margin-top: 30px;
  }
}
