    body {
      margin: 0;
      background-color: #f8f9fa;
    }


@font-face {
  font-family: 'Chillen';
  src: url('../fonts/Chillen.ttf') format('truetype');
}





    .top-banner {
      background-color: #B09251;
      color: white;
      font-weight: 400;
      font-size: clamp(7px,2vw,14px);
      text-align: center;
      padding: 8px 0;
      font-family: 'Lato', sans-serif;
    }


    .main-navbar {
      background-color: #0c0b09;
      color: white;
      position: sticky;
      top: 0;
      width: 100%;
      z-index: 1020;
      padding: 26px 0 15px 0;
      font-family: 'Lato', sans-serif;

    }

    .navbar-logo img {
      height: clamp(50px,4vw,95px);
    }

    .search-wrapper {
      position: relative;
      width: 100%;
    }

    .search-bar {
      border: 1px solid #b99655;
      border-radius: 6px;
      padding: clamp(4px, 2vw, 16px) clamp(12px, 2.5vw, 12px);
      padding-right: 40px;
      width: 100%;
      background-color: transparent;
      color: #ccc;
    }

    .search-bar::placeholder {
      color: #aaa;
      font-size: clamp(9px,3vw,18px);
    }
    .search-bar:focus{
        background-color: black;
      
      color: white;

    }

    .search-icon {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      color: #ccc;
    }

    .nav-items {
      font-size: 14px;
      margin-top: 12px;
      flex-wrap: wrap;
      font-weight: 300;
    }

    .nav-items a {
      color: #ccc;
      margin-right: 24px;
      text-decoration: none;
    }

    .icon-badge {
      position: relative;
      font-size: 18px;
      color: white;
      margin-left: 18px;
    }

    .icon-badge .badge {
      position: absolute;
      top: -5px;
      right: -10px;
      font-size: 10px;
      background: #d72638;
    }

    @media (max-width: 768px) {
      .navbar-logo {
        text-align: center;
        margin-bottom: 10px;
      }

      .icon-badge {
        margin-left: 12px;
      }

      .nav-items {
        justify-content: center;
      }
    }

    #mobileNav .nav-items a {
  display: block;
  width: 70%;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #444343;
  text-decoration: none;
  color: inherit; 
}

















.products .section-heading {
      text-align: center;
      margin-bottom: 5rem;
      
    }
    .products .section-heading h2 {
      font-size: 3rem;
        font-family: 'Chillen', sans-serif;
  font-weight: 400;
  color: #806132;
    }
    .products .section-heading p {
      color: #C0914B;
      margin-top: 8px;
      font-family: 'Poppins', sans-serif;

    }
    .products .products-card {
      text-align: center;
      padding-bottom: 6rem;
      position: relative;
    }
    .products .products-card img {
      width: 100%;
      object-fit: contain;
    }
    .products .wishlist-icon {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 1.2rem;
      color: #d1a9a9;
      cursor: pointer;
    }
    .products .product-info {
      margin-top: 2.5rem;
    }
    .products .product-info .sale {
      color:#C28978;
      font-size: 0.9rem;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      text-align: start;


    }
    .products .product-info h6 {
      font-size: 1.1rem;
      font-weight: 400;
      margin-top: 5px;
      color: #464646;
      text-align: start;
    }
    .products .product-info p {
      font-size: 0.85rem;
      color: #555;
      margin: 5px 0;
    }
    .products .price {
      font-weight: 400;
      color: #c03434;
      font-family: 'Poppins', sans-serif;
      

    }
    .products .original-price {
      text-decoration: line-through;
      color: #777;
      margin-left: 8px;
      font-family: 'Poppins', sans-serif;

    }
    .products .discount-badge {
      font-size: 0.75rem;
      background-color: #f2f2f2;
      color: #c03434;
      padding: 3px 6px;
      margin-left: 8px;
      border-radius: 5px;
      font-family: 'Poppins', sans-serif;

    }
    .products .add-to-cart {
      margin-top: 2.3rem;
      background-color: #C0914B;
      font-family: 'Poppins', sans-serif;

      border: none;
      padding: 10px 0;
      color: white;
      width: 100%;
      font-size: 0.9rem;
      border-radius: 15px;
    }



    




.premium-filter-container {
         
            padding: 2rem;

            max-width: 1200px;
            margin: 0 auto;
        }


        .premium-filter-box {
            position: relative;
            min-width: 220px;
            margin-bottom: 1rem;
        }

        .filter-label {
            font-size: 0.875rem;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .filter-label i {
            color: #181819;
            font-size: 1rem;
        }

        .premium-select {
            width: 100%;
            padding: 1rem 1rem;
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            background: white;
            font-size: 0.95rem;
            font-weight: 500;
            color: #050505;
            cursor: pointer;
            outline: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");

            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1rem;
        }

        .premium-select:hover {
            border-color: #080808;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            transform: translateY(-1px);
        }

        .premium-select:focus {
            border-color: #0f0f0f;
            box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
            transform: translateY(-1px);
        }

        .premium-select option {
            padding: 0.75rem;
            font-weight: 500;
            background: white;
            color: #1f2937;
        }

        .premium-select option:first-child {
            color: #6b7280;
            font-style: italic;
        }

        @media (max-width: 768px) {
            .premium-filter-container {
                padding: 1.5rem;
                border-radius: 15px;
            }
            
            .premium-filter-box {
                min-width: 100%;
            }
        }









.footer-section {
  background-color: #000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.footer-section h6{
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  margin-bottom: 1rem; 


}

.footer-logo {
  width: 140px; 
  height: auto;
  mix-blend-mode: lighten;
  filter: brightness(1.2) contrast(1.1);
}


.footer-follow-text {
  color: #ddd;
  font-size: 0.95rem;
  letter-spacing: 1px;
  font-family: 'EB Garamond', serif;
}

.social-icons .social-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons .social-icon:hover {
  background-color: #fff;
  color: #000;
}

.footer-link {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  font-family: 'Lato', sans-serif;



}

.footer-section ul li {
  margin-bottom: 0.7rem; /* space between links */
}



.footer-link:hover {
  color: #fff;
}
