.heading1{
    text-align:center;
    padding:30px;
    }
    .footer-subscribe-form input[type="email"] {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius:2px;
  }

  .footer-subscribe-form button {
    width: 100%;
    padding: 12px;
    background-color: #88281f;
    color: white;
    border: none;
    cursor: pointer;
  }

  .footer-subscribe-form button:hover {
    background-color: darkred;
  }
   

    .owp-qv-content-inner, .oceanwp-cart-close, .owp-cart-title {
      display: none !important;
    }
*{
   font-family: 'Josefin Sans', sans-serif;
}
    @media (max-width: 768px) {
      .custom-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .custom-header .left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
      }

      .custom-header .menu-toggle {
        display: block;
        font-size: 26px;
        cursor: pointer;
        padding: 10px;
        margin-right: 30px;
      }

      .custom-header .center {
        display: none;
        width: 100%;
        padding-left: 30px;
        padding-top: 10px;
      }

      .custom-header .center.show {
        display: block;
      }

      .custom-header .center nav ul.custom-menu {
        flex-direction: column;
        gap: 0;
      }

      .custom-header .center nav ul.custom-menu > li {
        width: 100%;
      }

      .custom-header .center nav ul.custom-menu > li > a {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
      }

      .custom-header .right {
        justify-content: flex-end;
        width: 100%;
        margin: 10px 0 0 0;
        padding-right: 30px;
      }
    }

    .menu-toggle {
      display: none;
    }
    
    
    .cat-wrapper {
  width: 75%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 20px 0;
}

.cat-slider {
  width: 90%;
 
  margin:auto;
}

.cat-slide-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 25px;
}

.cat-slide-box {
  flex: 0 0 calc(33.3333% - 13.33px);
  box-sizing: border-box;
  text-align: center;
}

.cat-slide-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cat-slide-box p {
  margin-top: 10px;
  font-weight: bold;
  
}

.cat-arrow {
  background: transparent;
  color: black;
  border: none;
  font-size: 28px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  
}


.cat-left {
  position: absolute;
  left: -20px;
}

.cat-right {
  position: absolute;
  right: -20px;
}

.product-slider-container {
  width: 84%;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.product-carousel {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.product-card {
  flex: 0 0 23%;
  
  padding: 15px;
  border-radius: 8px;
  
  text-align: left;
  box-sizing: border-box;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.product-name {
  font-weight: 600;
  font-size: 16px;
  margin: 5px 0 10px;
  color: #222;
}

.product-price {
  margin-bottom: 10px;
  font-size: 15px;
  color: black;
}

.product-price .regular {
  color: gray;
  margin-right: 8px;
}

.product-price .sale {
  color: black;
  font-weight: bold;
}


.product-btn {
  background-color: #88281f;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}


.product-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-size: 26px;
  background: transparent;
  color: black;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
}

.product-arrow.left {
  left: 10px;
}

.product-arrow.right {
  right: 10px;
}

@media screen and (max-width: 992px) {
  .product-card {
    flex: 0 0 45%;
  }
}

@media screen and (max-width: 600px) {
  .product-card {
    flex: 0 0 100%;
  }
}

.product1-slider-container {
  width: 84%;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

.product1-carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  padding: 0 10px;
  gap: 20px;
}

.product1-card {
  flex: 0 0 24%;
  box-sizing: border-box;
  padding: 10px;
}


.product1-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.product1-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: black;
}

.product1-price {
 margin-bottom: 10px;
  font-size: 15px;
  color: black;
}

.product1-price .regular {
  text-decoration: line-through;
  color: GRAY;
  margin-right: 8px;
}

.product1-price .sale {
  color: black;
  font-weight: bold;
}

.product-btn {
   background-color: #88281f;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  cursor: pointer;
}

.product1-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  font-size: 26px;
  background: transparent;
  color: black;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.product1-arrow.left {
  left: 5px;
}

.product1-arrow.right {
  right: 5px;
}

@media screen and (max-width: 992px) {
  .product1-card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 600px) {
  .product1-card {
    flex: 0 0 100%;
  }
}
.main-n{
    background:#fbf8f2 !important;
    
}
.navbar {
  width: 100%;
  
 
  padding: 12px 0;
  background-color:#fbf8f2;
    
}

.navbar-container {
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-logo a {
  font-size: 24px;
  text-decoration: none;
  color: #111;
  font-weight: bold;
}

.navbar-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.navbar-links li a {
  text-decoration: none;
  color: #111;
  font-size: 16px;
  padding: 8px 10px;
}

.navbar-links li a:hover {
  color: #007bff;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: white;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 0;
  text-decoration:none;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
  list-style:none;
  text-decoration:none;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}

.dropdown-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-content li {
  position: relative;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}

.arrow {
  font-size: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
}
.user-dropdown .dropdown-content a.logout {
  color: #fff;
  background-color: #d9534f;
  padding: 8px 16px;
  margin: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.user-dropdown .dropdown-content a.logout:hover {
  background-color: #c9302c;
}

.navbar-icons {
  display: flex;
  gap: 18px;
  align-items: center;
  font-size: 22px;
  position: relative;
}

.navbar-icons a {
  color: #333;
  text-decoration: none;
  position: relative;
}

.user-dropdown {
  position: relative;
}

.user-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  min-width: 140px;
  z-index: 999;
  padding: 8px 0;
}

.user-dropdown .dropdown-content a {
  display: block;
  padding: 10px 16px;
  color: #333;
  font-size: 15px;
  white-space: nowrap;
}

.user-dropdown .dropdown-content a:hover {
  background-color: #f4f4f4;
}



.navbar-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .navbar-links {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
  }

  .navbar-links.show {
    display: flex;
  }

  .navbar-icons {
    margin-top: 10px;
  }

  .navbar-toggle {
    display: block;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }
}
  .custom-footer p a {
  color: inherit;
  text-decoration: none;
}