@media (max-width:768px) {
  #cate .owl-carousel .owl-stage-outer {
    height: 400px
  }
}
.card {
  width: 300px;
  border-radius: 10px;
  border: none
}
.card-inner {
  position: relative;
  width: 100%;
  height: 150px;
  padding-bottom: 100%;
  transition: transform .6s;
  transform-style: preserve-3d
}
.card:hover .card-inner {
  transform: rotateY(180deg)
}
.card-back,
.card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px
}
.card-front {
  background-image: url('../../images/bnr_1955122_o.webp')
}
.card-front h3 {
  color: #fff
}
.card-back {
  background: #ffbe00;
  color: #fff;
  transform: rotateY(180deg)
}
.categories {
  padding: 50px 0;
  position: relative;
  background-image: url('../../image/categories_bg3.webp');
  background-size: cover;
  background-position: center
}
.categories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255 255 255 / 64%);
  z-index: 1
}
.categories .container {
  position: relative;
  max-width: 1300px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.categories h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.categories h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 30px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.category-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  margin: 40px 0 40px 35px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.category-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.category-card img {
  width: 100%;
  height: 70%;
  object-fit: contain;
  padding: 20px;
  border-radius: 25px
}
.category-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 40px
}
.owl-carousel {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel .category-card {
  flex: 0 0 30%
}
.owl-prev1 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -25px;
  left: -15px
}
.owl-next1 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-right: -10px;
  right: -35px
}
.owl-next1:hover,
.owl-prev1:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-category {
  text-align: center;
  margin-top: 15px
}
.view-all-1 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:768px) and (max-width:1024px) {
  .categories h2 {
    font-size: 28px!important;
    margin-left: 19px!important
  }
  .owl-carousel .category-card {
    flex: 0 0 45%;
    width: 340px;
    height: auto;
    margin: 20px auto
  }
}
@media (min-width:425px) and (max-width:768px) {
  .column-1 {
    width: 50%;
    display: flex
  }
  .title {
    font-size: 29px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.3)
  }
  .contact-info .country-code {
    width: 37%
  }
}
@media (min-width:320px) and (max-width:425px) {
  .column-1 {
    display: none
  }
  .title {
    font-size: 29px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.3)
  }
  .column-2 {
    width: 100%
  }
  .contact-info .country-code {
    width: 37%
  }
}
@media (max-width:768px) {
  .owl-carousel .category-card {
    flex: 0 0 45%;
    width: 300px;
    height: 300px;
    margin: 20px auto
  }
  .categories h2 {
    font-size: 25px
  }
  .categories h2 span {
    font-size: 28px
  }
  .owl-carousel {
    flex-direction: column;
    align-items: center
  }
  .owl-prev1 {
    display: none
  }
  .owl-next1 {
    display: none
  }
}
.product-1-5 {
  padding: 30px 0 30px;
  background-color: #fafafa
}
.product-1-5 .container-product-1-5 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-5 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-5 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-5 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0
}
.product-1-card-5:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-5 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-5 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-5 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-5 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-5:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-5 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-5 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-5 .product-1-card-5 {
  flex: 0 0 30%
}
.owl-prev6 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next6 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -55px
}
.owl-next6:hover,
.owl-prev6:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-5 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-5 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1-5 .container-product-1-5 {
    position: relative;
    max-width: 715px
  }
  .product-1-5 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-5 .product-1-card-5 {
    width: 315px!important
  }
  .product-price-alt-5 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-5 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-5 .product-1-card-5 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-card-5 h4 {
    font-size: 14px!important
  }
  .product-1-5 h2 {
    font-size: 25px
  }
  .owl-carousel-product-1-5 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev6 {
    display: none
  }
  .owl-next6 {
    display: none
  }
}
.product-1-4 {
  padding: 0 0 30px;
  background-color: #fafafa
}
.product-1-4 .container-product-1-4 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-4 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-4 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-4 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0
}
.product-1-card-4:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-4 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-4 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-4 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-4:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-4 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-4 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-4 .product-1-card-4 {
  flex: 0 0 30%
}
.owl-prev5 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next5 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -55px
}
.owl-next5:hover,
.owl-prev5:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-4 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-4 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1-4 .container-product-1-4 {
    position: relative;
    max-width: 715px
  }
  .product-1-4 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-4 .product-1-card-4 {
    width: 315px!important
  }
  .product-price-alt-4 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-4 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-4 .product-1-card-4 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-4 h2 {
    font-size: 25px
  }
  .product-1-card-4 h4 {
    font-size: 14px
  }
  .owl-carousel-product-1-4 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev5 {
    display: none
  }
  .owl-next5 {
    display: none
  }
}
.product-1 {
  padding: 50px 0 30px;
  background-color: #fafafa
}
.product-1 .container-product-1 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}
.product-1-card:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: contain
}
.product-1-card h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0 10px
}
.product-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-prev2 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next2 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-right: -20px;
  right: -30px
}
.owl-dots {
  display: none
}
.owl-next2:hover,
.owl-prev2:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px
}
.view-all-1-1 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1 .container-product-1 {
    position: relative;
    max-width: 715px
  }
  .owl-carousel .product-1-card {
    width: 315px!important
  }
  .product-1 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .product-price-alt {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel .product-1-card {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-card-3 h4 {
    font-size: 14px!important
  }
  .product-1 h2 {
    font-size: 25px
  }
  .product-1-card h4 {
    font-size: 14px!important
  }
  .owl-carousel {
    flex-direction: column;
    align-items: center
  }
  .owl-prev2 {
    display: none
  }
  .owl-next2 {
    display: none
  }
}
.top-category {
  padding: 0 0 30px;
  background-color: #f8f8f8
}
.top-container-top-category {
  max-width: 1290px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px
}
.top-category h2::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -2px;
  bottom: -8px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.top-category h2 {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  margin-left: 15px;
  padding: 0 0 0 5px;
  margin-bottom: 30px;
  position: relative
}
.top-category-cards {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: nowrap
}
.top-category-card {
  width: 23%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  position: relative;
  transition: transform .3s ease,box-shadow .3s ease
}
.top-card-image {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative
}
.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1
}
.top-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  text-align: center
}
.top-category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,.3)
}
@media (min-width:601px) and (max-width:1024px) {
  .top-category h2 {
    margin-bottom: 0
  }
  .top-container-top-category {
    padding: 0 25px
  }
}
@media (max-width:768px) {
  .top-category-cards {
    flex-direction: row;
    align-items: center
  }
  .top-category-card {
    width: 80%;
    margin-bottom: 20px
  }
  .top-card-image {
    height: 175px
  }
  .top-card-title {
    font-size: 17px
  }
  .top-category h2 {
    font-size: 28px
  }
}
@media (max-width:480px) {
  .top-category-card {
    width: 100%
  }
  .top-category h2 {
    font-size: 24px
  }
}
#about-us {
  padding: 40px 0;
  background-color: #e7e7e7
}
.container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px
}
.about-card {
  width: calc(25% - 20px);
  overflow: hidden;
  text-align: center
}
.about-card img {
  width: 25%;
  height: auto
}
.about-card h3 {
  padding: 15px;
  font-size: 18px;
  color: #333
}
@media (min-width:601px) and (max-width:1024px) {
  .container {
    display: flex;
    flex-direction: row
  }
  .about-card {
    width: calc(33% - 0px)!important
  }
}
@media (max-width:768px) {
  .about-card {
    width: calc(50% - 20px)
  }
}
@media (max-width:480px) {
  .about-card {
    width: 100%
  }
}
.product-1-2 {
  padding: 50px 0 30px;
  background-color: #fafafa
}
.product-1-2 .container-product-1-2 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-2 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0
}
.product-1-card-2:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 5px
}
.product-1-card-2 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-2 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-2:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-2 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-2 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-2 .product-1-card-2 {
  flex: 0 0 30%
}
.owl-prev3 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next3 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -60px
}
.owl-next3:hover,
.owl-prev3:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-2 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-2 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .product-1-2 .container-product-1-2 {
    position: relative;
    max-width: 715px
  }
  .product-1-2 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-2 .product-1-card-2 {
    width: 315px!important
  }
  .product-price-alt-2 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-2 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-2 .product-1-card-2 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-card-2 h4 {
    font-size: 14px
  }
  .product-1-2 h2 {
    font-size: 25px
  }
  .owl-carousel-product-1-2 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev3 {
    display: none
  }
  .owl-next3 {
    display: none
  }
}
.product-1-3 {
  padding: 0 0 30px;
  background-color: #fafafa
}
.product-1-3 .container-product-1-3 {
  position: relative;
  max-width: 1270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 2
}
.product-1-3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  background-color: #ffbe00;
  margin-left: -10px
}
.product-1-3 h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #333;
  padding: 10px;
  position: relative
}
.product-1-card-3 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,.2);
  overflow: hidden;
  transition: transform .3s ease,box-shadow .3s ease;
  padding: 15px;
  margin: 20px;
  width: 290px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0
}
.product-1-card-3:hover {
  box-shadow: 0 9px 15px rgba(0,0,0,.3)
}
.product-1-card-3 img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: contain
}
.product-1-card-3 h4 {
  width: 100%;
  height: 55px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  color: #333;
  margin: 10px 0
}
.product-price-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0 0 20px
}
.product-price-alt-3 {
  font-size: 20px;
  color: #06cf06;
  margin-left: 10px
}
.product-price-alt-3:first-child {
  color: #777;
  text-decoration: line-through
}
.add-to-cart-3 {
  background-color: #ffbe00;
  color: #333;
  border: none;
  padding: 10px 85px;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color .3s ease
}
.owl-carousel-product-1-3 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  flex-wrap: wrap
}
.owl-carousel-product-1-3 .product-1-card-3 {
  flex: 0 0 30%
}
.owl-prev4 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  left: -30px
}
.owl-next4 {
  font-size: 30px;
  background-color: #fff;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1);
  margin-top: 30px;
  margin-left: -20px;
  right: -54px
}
.owl-next4:hover,
.owl-prev4:hover {
  font-size: 30px;
  background-color: #e6e6e6;
  color: #000;
  border: 2px solid #d3d3d3;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
}
.view-all-product-1-3 {
  text-align: center;
  margin-top: 15px
}
.view-all-1-3 {
  background-color: transparent;
  color: #4192df;
  border: none;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color .3s ease,border-color .3s ease
}
@media (min-width:601px) and (max-width:1024px) {
  .mobile-banner-img {
    height: auto!important
  }
  .product-1-3 .container-product-1-3 {
    position: relative;
    max-width: 715px
  }
  .product-1-3 h2 {
    font-size: 28px!important;
    margin-left: 10px
  }
  .owl-carousel-product-1-3 .product-1-card-3 {
    width: 315px!important
  }
  .product-price-alt-3 {
    margin-left: 0;
    margin-right: 15px
  }
  .add-to-cart-3 {
    padding: 10px 97px
  }
}
@media (max-width:768px) {
  .owl-carousel-product-1-3 .product-1-card-3 {
    flex: 0 0 45%;
    width: 300px;
    height: auto;
    margin: 20px auto
  }
  .product-1-3-card h4 {
    font-size: 14px
  }
  .product-1-3 h2 {
    font-size: 25px
  }
  .owl-carousel-product-1-3 {
    flex-direction: column;
    align-items: center
  }
  .owl-prev4 {
    display: none
  }
  .owl-next4 {
    display: none
  }
  .mobile-banner-img {
    height: 256px
  }
}