.hero-section .hero-slider .hero-slide {
  height: 680px !important;
}
.hero-section {
  position: relative;
}
.hero-section:after {
  position: absolute;
  content: " ";
  height: 8px;
  width: 100%;
  padding: 0px 8px;
  background-image: url(/assets/icons/slider-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
}
.hero-section .slick-initialized .slick-slide {
  height: 680px;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 48px;
  display: flex;
  gap: 16px;
  align-items: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

.slick-dots li button {
  background-color: #fff;
  height: 6px;
  width: 24px;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #ff7606;
  height: 10px;
  width: 92px;
  font-size: 0;
  border: none;
}

.hero-section .hero-slider .hero-slide .hero-text {
  font-family: Poppins;
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  max-width: 85%;
  color: #fff;
  margin-bottom: 120px;
}

.hero-section .hero-slider .hero-slide .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.top-home-products {
  padding-top: 80px;
}

.homepage h2 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 40px;
}

/* PRODUCT CARD BEGIN*/
.products-card-block {
  border: 1px solid #d0cbc2;
  background: #fff;
  padding: 24px;
}

.products-card-block .product-image {
  margin-bottom: 16px;
}
.products-card-block .product-image a img{
  width: 100%;
}

.products-card-block .product-name {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.products-card-block .product-specs {
  padding: 16px 0px;
  border-top: 1px solid #ededed;
  gap: 40px;
  display: flex;
}
.products-card-block .product-specs .product-spec {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}
.products-card-block .product-specs .product-spec:not(:last-child) {
  margin-bottom: 6px;
}
.products-card-block a {
  color: #000000;
  text-decoration: none;
}
.products-card-block .product-price {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.products-card-block .product-price ins {
  text-decoration: none;
}

.products-card-block .product-card-shipping {
  font-family: Poppins;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  display: flex;
}

.products-card-block .product-card-shipping span:before {
  width: 5px;
  height: 5px;
  content: "";
  background-color: #09b285;
  display: block;
  border-radius: 50%;
}

.products-card-block .product-qnt-price {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 24px;
  border-top: 1px solid #ededed;
  padding-top: 24px;
}

.products-card-block .product-qnt-price .product-card-shipping {
  display: flex;
  gap: 13px;
  align-content: center;
  justify-content: center;
}
.products-card-block .product-qnt-price .product-card-shipping span {
  display: flex;
  gap: 4px;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.products-card-block .add-to-cart-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

button.add-to-cart {
  padding: 16px 46px;
  width: 100%;
  display: flex;
  gap: 13px;
  background-color: #ff7606;
  border-radius: 8px;
  border: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s;
}

.slick-prev.slick-arrow {
  position: absolute;
  left: -16px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.slick-next.slick-arrow {
  position: absolute;
  right: -16px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
/* PRODUCT CARD END*/

.top-home-cotegories {
  margin-top: 120px;
  margin-bottom: 120px;
}

.top-home-cotegories h2 {
  margin-top: 0px;
}

.top-home-cotegories .category-wrap {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.top-home-cotegories .category-wrap .home-cat-block {
  background-color: #d0cbc2;
  text-align: center;
  height: 100%;
  padding: 100px;
  padding-bottom: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-home-cotegories .category-wrap .home-cat-block img {
  width: 100%;
  display: block;
  max-width: 480px;
  max-height: 360px;
}

.cat-title-home {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #000000;
}

.home-btn {
  font-family: Poppins;
  font-weight: 500;
  font-style: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 18px 50px;
  background-color: #ff7606;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  display: block;
  width: fit-content;
  transition: 0.2s;
}

.home-cta {
  background-color: #d0cbc2;
  padding: 64px 0px;
}

.home-cta .cta-wrap {
  display: flex;
  align-items: center;
}

.home-cta .cta-wrap .column-right,
.home-cta .cta-wrap .column-left {
  width: 50%;
}
.home-cta .cta-wrap .column-right img {
  width: 100%;
}

.home-cta .cta-wrap .column-left h2 {
  text-align: left;
  margin: 0px;
  margin-bottom: 14px;
}

.home-cta .cta-wrap .column-left {
  padding-right: 10%;
}
.home-cta .cta-wrap .column-left p {
  margin-bottom: 24px;
}

.blog-wrap-home h2 {
  margin-bottom: 24px;
  margin-top: 0px;
}

.blog-wrap-home {
  margin-top: 120px;
}

.blog-wrap-home .blog-image img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}


.blog-wrap-home .blog-text-title {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 16px;
}

.blog-item {
  width: 33.33%;
  cursor: pointer;
  transition: 0.2s;
}

.home-blog-grid {
  display: flex;
  justify-content: space-around;
  gap: 16px;
}

.blog-wrap-home .home-btn {
    margin:auto;
    margin-top: 40px;
}
.blog-wrap-home {
    padding-bottom: 120px;
}

.blog-item:hover img {
    border: 4px solid #FF7606;
    transition: 0.2s;
}

.blog-wrap-home .blog-item:hover .blog-text-title {
    color: #FF7606;
    transition: 0.2s;
}
@media only screen and (max-width: 1280px) {
  .slick-dots {
    padding-left: 20px;
  }
}

/* Min 1024px BEGIN*/
@media only screen and (max-width: 1024px) {

}
/* Min 1024px END*/


/* Min 768px BEGIN*/
@media only screen and (max-width: 768px) {
  .hero-section .hero-slider .hero-slide .hero-text {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-section .hero-slider .hero-slide {
    height: 580px !important;
  }
  .top-home-cotegories .category-wrap {
    grid-template-columns: 1fr;
  }
  .top-home-cotegories .category-wrap .home-cat-block {
    padding: 72px 58px;
    min-height: 322px;
    max-height: 322px;
  }
  .cat-title-home {
    font-size: 18px;
    bottom: 16px;
  }
  .top-home-cotegories .category-wrap .home-cat-block img {
    max-height: 192px;
    object-fit: contain;
  }
  .products-card-block .product-name {
    font-size: 14px;
    line-height: 20px;
  }
  .products-card-block .product-specs {
    gap: 5px;
    display: flex;
    flex-direction: column;
  }
  .products-card-block .product-qnt-price {
    flex-direction: column;
  }
  .products-card-block .product-qnt-price .product-card-shipping {
    gap: 5px;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .product-caruosel .slick-list {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .homepage h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .products-card-block .add-to-cart-wrap {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .products-card-block .add-to-cart-block {
    width: 100%;
  }
  .top-home-products {
    padding-top: 40px;
  }
  .slick-prev.slick-arrow {
    position: absolute;
    left: -16px;
    z-index: 99;
    top: -45px;
    transform: unset;
    cursor: pointer;
    left: 0px;
  }
  .slick-next.slick-arrow {
    position: absolute;
    right: -16px;
    z-index: 99;
    top: -45px;
    transform: unset;
    cursor: pointer;
    right: 0;
  }
  .products-card-block {
    padding: 16px;
  }
  .products-card-block button.add-to-cart {
    padding: 16px 0;
  }
  .top-home-cotegories {
    margin-top: 64px;
    margin-bottom: 80px;
  }
  .home-cta .cta-wrap {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .home-cta .cta-wrap .column-right, .home-cta .cta-wrap .column-left {
    width: 100%;
  }
  .home-cta .cta-wrap .column-left {
    padding-right: 0;
  }
  .home-cta .cta-wrap .column-left h2 {
    line-height: 36px;
  }
  .home-blog-grid {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right: -20px;
  }
  .blog-item {
    width: 100%;
    cursor: pointer;
    transition: 0.2s;
    min-width: 267px;
  }
  .blog-item:last-child {
    margin-right: 20px;
  }
  .blog-wrap-home {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .blog-wrap-home h2 {
    margin-bottom: 24px;
    
  }
  
}
/* Min 768px END*/