
.h {
  padding: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  background: #dbdfe5;
}

.cart-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}



.wishlist-active {
  color: red !important;
}

.product-card {
  transition: 0.3s;
}

.product-card:hover {
  transform: scale(1.02);
}



body {
  background: #f7f7f7;
}

.wish-img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
}



.her {

  background-color: blue;
}


.cart-img {

  width: 1900px;
  height: 300px;

}

.art-img {
  width: 1100px;
  height: 220px;
  text-align: center;

}

body {
  scroll-behavior: smooth;
}

.product-img {
  height: 200px;
  object-fit: cover;
}

.partner-logo {
  height: 80px;
  filter: grayscale(100%);
}





body {
  scroll-behavior: smooth;
}



* {
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f8f9fa;
}

/* SECTION */
.products {
  padding: 60px 20px;
  text-align: center;
}

.products h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subtitle {
  color: #777;
  margin-bottom: 40px;
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

/* CARD */
.product-card {
  background: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.product-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

/* TEXT */
.product-card h4 {
  margin: 15px 0 5px;
}

.price {
  color: #82ae46;
  font-weight: bold;
}

.price .old {
  color: #aaa;
  text-decoration: line-through;
  margin-right: 6px;
}

/* BADGE */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #82ae46;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
}

/* ACTIONS (HOVER) */
.actions {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  transition: 0.3s ease;
}

.product-card:hover .actions {
  bottom: 20px;
}

.actions button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #82ae46;
  color: #fff;
  cursor: pointer;
}

.actions button:hover {
  background: #6e953c;
}


* {
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
}

body {
  margin: 0;
  background: #fafafa;
}

/* HERO */
.hero {
  height: 300px;
  background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),
    url("YOUR_HERO_IMAGE.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero h1 {
  font-size: 48px;
}

/* PRODUCTS */
.products {
  padding: 60px 20px;
  text-align: center;
}

.subtitle {
  color: #777;
}

/* TABS */
.tabs {
  margin: 30px 0;
}

.tab {
  padding: 10px 20px;
  border: none;
  background: #ddd;
  cursor: pointer;
  margin: 0 5px;
}

.tab.active,
.tab:hover {
  background: #c9a24d;
  color: #fff;
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

/* CARD */
.product-card {
  background: #fff;
  padding: 20px;
  position: relative;
  transition: transform 0.3s;
}

.product-card:hover {
  transform: translateY(-6px);
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}

/* PRICE */
.price {
  color: #c9a24d;
  font-weight: bold;
}

/* ACTIONS */
.actions {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: 0.3s;
}

.product-card:hover .actions {
  bottom: 20px;
}

.actions button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #c9a24d;
  color: #fff;
  cursor: pointer;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* NAVBAR */
.navbar {
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  font-size: 22px;
  font-weight: bold;
  color: #b1976b;
}

/* MENU */
.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}

.nav-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.nav-menu li a:hover {
  color: #b1976b;
}

/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: none;
  flex-direction: column;
  border-radius: 6px;
}

.dropdown-menu li a {
  padding: 12px 16px;
  display: block;
  color: #000;
}

.dropdown-menu li a:hover {
  background: #f5f5f5;
}

/* SHOW DROPDOWN */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* CART */
.cart span {
  background: #b1976b;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 50%;
}

/* HAMBURGER */
.hamburger {
  display: none;
  font-size: 22px;
  cursor: pointer;
}



 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            background: #f7f7f7;
            color: #333;
        }

        .container {
            max-width: 1200px;
            margin: auto;
            padding: 20px;
        }



