/* :root {
  --primary-orange: #ff8c42;
  --beige: #f5efe6;
  --dark-text: #2c2c2c;
}

body {

  color: var(--dark-text);
}

.search-bar {
  border-radius: 25px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  min-width: 200px;
}

.category-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.product-card img {
  height: 220px;
  object-fit: cover;
}

.artisan-card img {
  height: 280px;
  object-fit: cover;
}

.artisan-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  color: white;
  padding: 15px;
}



.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 0 15px;
  max-width: 700px;
}

.hero-content h4 {
  font-weight: 700;
  font-size: 1.8rem;
}

.hero-content p {
  font-size: 1rem;
  margin-top: 10px;
}

.trust-section i {
  font-size: 2rem;
  color: var(--primary-orange);
}

.trust-section p {
  margin-top: 8px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero-section {
    height: 250px;
  }

  .product-card img {
    height: 180px;
  }

  .artisan-card img {
    height: 200px;
  }
}


.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.hf-header {
  background-color: #4d2621;

}

.navbar-brand {
  height: 30px;
  display: flex;
}

.navbar-brand img {
  height: 70px;
  display: flex;
}

.hf-link {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
}

.hf-link:hover {
  color: #582020 !important;
}

.navbar-toggler i {
  color: #fff !important;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.trust-badge {
  background-color: #ec5c02 !important;
  color: white;
}
.product-card {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  transition: 0.3s ease;
}

.product-card:hover {
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.12);
}

.product-img {
  padding: 10px;
  border-radius: 6px;
}

.product-img img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.button-product {
  background-color: #b52916 !important;
  color: white !important;
  border: none !important;
}
.price-mark {
  color: #b52916 !important;
}
.card-title {
  font-size: 15px;
  font-weight: 600;
}

.rating {
  font-size: 14px;
  letter-spacing: 1px;
}

.price {
  font-size: 16px;
}
.product-btn {
  background-color: #b52916;
}
.action-btn {
  font-weight: 600;
  letter-spacing: 0.5px;
}

#productCarousel .carousel-control-prev,
#productCarousel .carousel-control-next {
  width: 5%;
}

#productCarousel .carousel-control-prev-icon,
#productCarousel .carousel-control-next-icon {
  background-color: black;
  color: black;
}

#productCarousel .carousel-control-prev {
  left: -50px;
}

#productCarousel .carousel-control-next {
  right: -50px;
}


.owl-carousel {

}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 9999;
}

.owl-nav button {
  pointer-events: auto;
}


.owl-prev-icon,
.owl-next-icon {
  font-size: 24px;
  background: white;
  color: black;
  padding: 10px 12px;
}

.owl-prev-icon,
.owl-next-icon:hover {
  background-color: white;
  color: black;
}


@media (max-width: 576px) {
  .owl-prev-icon,
  .owl-next-icon {
    font-size: 18px;
    padding: 6px 10px;
  }
}


.carousel-item {
  height: 350px;
}


.carousel-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {

}

@media (max-width: 768px) {
  .carousel-item {
    height: auto;
  }

  .carousel-img {
    height: auto;
  }

  .carousel-caption {
    position: absolute;
    bottom: 20px;
    top: auto;
    transform: none;
    
  }
}



.about-box {
  background: #e7dbcd;
  padding: 60px 40px;
  border-radius: 6px;
  position: relative;
  min-height: 350px;
}

.box-about {
  right: -50px;
}

.about-img-box {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
}

.about-img-box img {
  width: 100%;
  border-radius: 6px;
}




@media (max-width: 992px) {
  .about-img-box {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
}

 */
body{
  font-family: sans-serif !important;
}
