.chaotit-custom-footer{
  max-width:1400px;
  width:100%;
  margin:0 auto;
  padding:65px 40px 45px;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1.25fr;
  gap:90px;
  background:#fff;
}

.chaotit-custom-footer h3{
  margin:0 0 22px;
  font-size:16px;
  font-weight:800;
  text-transform:uppercase;
  color:#111;
}

.chaotit-custom-footer p,
.chaotit-custom-footer a{
  display:block;
  margin:0 0 10px;
  font-size:15px;
  line-height:1.55;
  color:#222;
  text-decoration:none;
}

.chaotit-custom-footer a:hover{
  color:#7EB829!important;
}

.chaotit-social-link{
  display:flex!important;
  align-items:center;
  gap:12px;
}

.chaotit-social-link img{
  width:22px;
  height:22px;
  object-fit:contain;
}

.chaotit-social-icon{
  width:20px;
  min-width:20px;
  text-align:center;
  font-weight:800;
  font-size:16px;
  color:#111;
}

.chaotit-payments{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.chaotit-visa{
  font-size:28px;
  font-weight:900;
  font-style:italic;
  color:#1a1f71;
}

.chaotit-mastercard{
  position:relative;
  display:inline-block;
  width:44px;
  height:28px;
}

.chaotit-mastercard:before,
.chaotit-mastercard:after{
  content:"";
  position:absolute;
  top:0;
  width:28px;
  height:28px;
  border-radius:50%;
}

.chaotit-mastercard:before{
  left:0;
  background:#eb001b;
}

.chaotit-mastercard:after{
  right:0;
  background:#f79e1b;
  mix-blend-mode:multiply;
}

.chaotit-pay-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:30px;
  padding:0 10px;
  border:1px solid #222;
  border-radius:4px;
  font-weight:800;
  font-size:14px;
  color:#111;
  background:#fff;
  line-height:1;
}

.chaotit-google-pay{
  border:0;
  font-size:17px;
}

.chaotit-pay-img{
  height:50px;
  width:auto;
  object-fit:contain;
}

.products-block.slick-initialized{
  transition:opacity .25s ease;
}

.homepage-blog-wrapper .news-item .image{
  height:auto!important;
  overflow:visible!important;
  aspect-ratio:583 / 330!important;
}

.homepage-blog-wrapper .news-item .image img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  display:block!important;
}

#filters h4::before{
  display:none!important;
  content:none!important;
}

.chaotit-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.chaotit-blog-card{
  display:block;
  background:#fff;
  color:#111;
  text-decoration:none;
}

.chaotit-blog-card__image{
  width:100%;
  aspect-ratio:581/330;
  overflow:hidden;
  background:#fff;
}

.chaotit-blog-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.chaotit-blog-card__text{
  height:90px;
  padding:22px 25px 14px;
  box-sizing:border-box;
  overflow:hidden;
  background:#fff;
}

.chaotit-blog-card__title{
  font-weight:600;
  line-height:1.35;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.products-block .product .p-bottom .btn-primary{
  background:#fff!important;
  color:#5e8721!important;
  border:1px solid #5e8721!important;
  box-shadow:none!important;
  display:flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}

.products-block .product .p-bottom .btn-primary::before{
  display:none!important;
  content:none!important;
}

.products-block .product .p-bottom .btn-primary:hover{
  background:#5e8721!important;
  color:#fff!important;
  border-color:#5e8721!important;
}

.products-block .product .p-bottom .btn-primary .eye-icon{
  display:inline-flex;
  width:22px;
  height:22px;
  flex:0 0 22px;
  align-items:center;
  justify-content:center;
}

.products-block .product .p-bottom .btn-primary .eye-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.products-block .product .p-bottom .btn-primary .btn-text{
  font-size:13px;
  font-weight:600;
  line-height:1;
}

@media(max-width:900px){
  .chaotit-custom-footer{
    grid-template-columns:1fr 1fr;
    gap:40px;
    padding:45px 25px 35px;
  }

  .chaotit-blog-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .chaotit-custom-footer{
    grid-template-columns:1fr;
  }
}