        * {
            font-family: 'Poppins', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;

  
      margin: 0;

        }




        
    .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; 
}


























        .card {
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .form-control {
            border-radius: 6px;
        }
        .form-select {
            border-radius: 6px;
        }
        .btn-pay {
            background-color: #B09251;
            color: #fff;
            font-weight: 600;
            width: 100%;
            border-radius: 6px;
        }
        .btn-pay:hover{
          background-color: #bca676;
          color: white;
        }
        .order-summary img {
            width: 60px;
            height: auto;
            border-radius: 6px;
        }
        .order-summary .product-info {
            font-size: 14px;
        }
        .order-summary .product-title {
            font-weight: 600;
        }







.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; 
}



.footer-link:hover {
  color: #fff;
}
