.highlighted {
  background-color: yellow;
  color: black;
  font-weight: bold;
}
.cat-slide-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}
body{
     overflow-x: hidden !important;
}
.heading1{
    text-align:center;
    padding:30px;
    }
    .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 {
      color: #182bcf;
    font-size: 35px;
    position: absolute;
    right: 0px;
    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;
}

.sub-menu.show {
  display: block !important;
}

.active-category > a {
  border-left: 4px solid #2563eb;
  background-color: #f0f8ff;
}

@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;
}
.site-header-cart,
.oceanwp-cart-sidebar
.cart-contents,
.owp-cart-title
.oceanwp-cart-sidebar
.et-cart-info,
.ast-icon-shopping-cart {
  display: none !important;
}
#categoryContent li {
  list-style: none;
}

/*.banner {*/
/*    background: url('https://websitedevelopmentscompany.com/amitcreation/wordpress/wp-content/uploads/2025/06/banner.jpg') no-repeat center center;*/
/*    background-size: cover;*/
/*    width: 100%;*/
   
/*    color: white;*/
/*    display: flex;*/
/*    align-items: center;*/
    
/*}*/

/*.banner-content {*/
/*    max-width: 600px;*/
/*    margin-left:130px;*/
/*     text-align: center;*/
  
/*  align-items: center;*/
/*  justify-content: center;*/
/*  padding: 50px 20px;*/
   
/*}*/

/*.banner h1 {*/
/*    font-family: 'Josefin Sans', sans-serif;*/
/*    margin-bottom: 10px;*/
/*    font-weight: 100;              */
/*    font-size: 50px;  */
/*}*/

/*.bold1{*/
/*    text-align:center;*/
    
/*}*/
/*.banner p {*/
/*    font-size: 12px;*/
   
/*    font-family: 'Myriad Pro', sans-serif;*/
/*     letter-spacing: 0.8px;*/
/*     color:#ffffff;*/
/*     word-spacing: 3.5px;*/
/*}*/
/*.banner h4{*/
/*    margin-top:-11px;*/
/*}*/

/*.banner a.button {*/
/*    background: #88281f;*/
/*    color: white;*/
/*    padding: 8px 20px;*/
/*    text-decoration: none;*/
/*    border-radius: 8px;*/
/*    display: inline-block;*/
/*    font-weight: bold;*/
/*    transition: background 0.3s;*/
/*    margin:auto;*/
/*}*/


/*.divider {*/
/*    width: 250px;              */
/*    height: 1px;              */
/*    background-color:#f8f8f82c; */
/*     margin: 20px auto;}*/
    
   
/*   .off{*/
/*       font-family: 'Josefin Sans', sans-serif;*/
/*    font-weight: 500;        */
/*    font-size: 86px;*/
    
/*   }*/
/*   .banner h4{*/
/*       font-size:20px;*/
/*   }*/
   .banner {
    position: relative;
    width: 100%;
  
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
    z-index: 0;
    opacity: 1;
}

.banner-content {
    position: relative; /* keep above background */
    z-index: 1;
    max-width: 600px;
    margin-left: 130px;
    text-align: center;
    padding: 50px 20px;
}

.banner h1 {
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 50px;
}

.bold1 { text-align: center; }

.banner p {
    font-size: 12px;
    font-family: 'Myriad Pro', sans-serif;
    letter-spacing: 0.8px;
    color: #ffffff;
    word-spacing: 3.5px;
}

.banner h4 { margin-top: -11px; font-size:20px; }

.banner a.button {
    background: #88281f;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
    transition: background 0.3s;
    margin: auto;
}

.divider {
    width: 250px;
    height: 1px;
    background-color:#f8f8f82c;
    margin: 20px auto;
}

.off {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 86px;
}
   .image-banner {
  background: url('https://websitedevelopmentscompany.com/amitcreation/wordpress/wp-content/uploads/2025/06/banner2.jpg') no-repeat center center;
  
  background-size: cover;
    width: 100%;
    
    color: white;
    display: flex;
    align-items: center;
    height: 450px;
    margin-top:20px;
}



.image-banner-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
   margin-left:130px;
   margin-top: -70px
}

.image-banner-subtitle {
  font-family: 'Myriad Pro', sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: -20px;
  font-weight: 100;
}

.image-banner-heading {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 48pt;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top:25px;
}

.image-banner-button {
  display: inline-block;
      background-color: #B7342B;
      color: white;
      padding: 12px 26px;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      border-radius: 4px;
      margin-top: 10px;
}

.container {
  display: flex;
  width: 84%;
  height:auto;
  gap: 20px; 
  font-family:  'Josefin Sans', sans-serif;
  color: white;
  margin:auto;
}


/*.column {*/
/*  flex: 1;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  padding-left: 40px;*/
/*  background-size: cover;*/
/*  background-position: center;*/
/*  position: relative;*/
/*  border-radius: 5px;*/
 
/*}*/


/*.column-left {*/
/*  background-image: url('https://websitedevelopmentscompany.com/amitcreation/wordpress/wp-content/uploads/2025/06/New-Project.png');*/
/*}*/

/*.column-right {*/
/*  background-image: url('https://websitedevelopmentscompany.com/amitcreation/wordpress/wp-content/uploads/2025/06/2nd-image.jpg');*/
/*}*/
/*.column::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
  /*background: rgba(0, 0, 0, 0.325); */
/*  z-index: 1;*/
/*}*/
.column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.325);*/
  z-index: 1;
  pointer-events: none; 
}

.column > * {
  position: relative;
  z-index: 2; /* ensure all content (heading, description, buttons) is above the overlay */
}
.column {
    height:500px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  background-size: cover;  
  background-repeat: no-repeat;
  background-position: right center; /* ✅ move image to right */
  position: relative;
  border-radius: 5px;
  overflow: hidden; /* keeps overlay inside */
}

 Glass overlay 
.column-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   backdrop-filter: blur(4px); 
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 1;
}
 Glass overlay 
.column-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   backdrop-filter: blur(0px); 
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
  z-index: 1;
}


/*.column-left::before {*/
/*  background:rgb(125 9 9 / 42%);*/
/*}*/

/*.column-right::before {*/
 /* background: rgba(0, 0, 64, 0.35);  dark blue glass */
/*}*/

 
.column > * {
  position: relative;
  z-index: 2;
}

/*.column h1 {*/
/*  font-size: 48px;*/
/*    font-weight: 700;*/
/*    margin: 30px 0 20px;*/
/*    line-height: 1.1;*/
/*    margin-top: 78px;*/
/*}*/
.column h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin: 30px 0 20px;
  margin-top: 78px;
  display: inline-block;   /* makes background hug text */
  /*background-color: #00000063;*/
  padding: 5px 10px;
}
.column h1 span {
  background-color:#0000007d;
  display: inline-block; /* background only around the text */
  padding: 5px 10px;
}



/*.description {*/
/*  font-size: 14px;*/
/*  margin: 0 0 20px 0;*/
/*  max-width: 55%;*/
/*  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);*/
/*   font-family: 'Josefin Sans', sans-serif;*/
/*   line-height: 1.1;*/
/*}*/
.description {
  font-size: 14px;
  margin: 0 0 20px 0;
  max-width: 55%;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.4; /* slightly taller for better readability */

  /* Clamp to 5 lines with ellipsis */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.price {
  font-size: 24.04px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}


.actual-price {
     font-family: 'Josefin Sans', sans-serif;
  text-decoration: line-through;
  opacity: 0.7;
  letter-spacing: 2px;
}


.discount-price {
     font-family: 'Josefin Sans', sans-serif;
  
  font-size: 22px;
  color:white;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
  letter-spacing: 2px;
}


.shop-btn {
  /*width: 140px;*/
  /*padding: 12px 0;*/
  /*background-color:#293543;*/
  /*border: none;*/
  /*border-radius: 5px;*/
  /*font-size: 17px;*/
  /*font-weight: lighter;*/
  /*color: white;*/
  /*cursor: pointer;*/
  /*font-family: 'Josefin Sans', sans-serif;*/
  /*transition: background-color 0.3s ease; */
  /*margin-bottom: 58px;*/
  width: 140px;
    padding: 12px 0;
    background-color: #ff5722;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: lighter;
    color: #000000;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
    position: absolute;
    left: 30px;
    top: 58%;
    font-weight: bold;
}
.shop-btn1 {
  width: 140px;
  padding: 12px 0;
  background-color:#88281f;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: lighter;
  color: white;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  transition: background-color 0.3s ease; 
  margin-bottom: 58px;
}



.free-delivery-banner {
  background-color: #ecaaa2; 
  text-align: center;
  padding: 8px 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
 
  letter-spacing:1.5;
}

.truck-icon {
  margin-right: 8px;
  font-size: 35px;
}


.unique-category-slider-container {
  width: 70%;
  margin: auto;
  padding: 40px 0;
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
}

.unique-category-heading {
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
  color: #222;
  font-weight: 600;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-slider-wrapper {
  position: relative;
}

.unique-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.unique-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px; 
}

.unique-slider-item {
  flex: 0 0 calc((100% - 30px) / 3); 
  box-sizing: border-box;
  
  
  border-radius: 8px;
  padding: 10px;
  text-align: center;
 
}

.unique-slider-item img {
  width: 92%;
  height: auto; 
  object-fit: cover;
  border-radius: 6px;
}



.unique-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #333;
  cursor: pointer;
  z-index: 10;
  
  user-select: none;
  /*margin-left:10px;*/
  /*margin-right:10px;*/
}

.unique-arrow-left {
  left: -60px;
}

.unique-arrow-right {
  right: -40px;
}

.custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background: #fbf8f2;
  border-bottom: 1px solid #ddd;
  font-family:  'Josefin Sans', sans-serif;
  
}

.custom-header .left img {
  height: 40px;
  margin-left:120px;
  
}

.custom-header .center nav ul.custom-menu {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.custom-header .center nav ul.custom-menu > li {
  position: relative;
}

.custom-header .center nav ul.custom-menu > li > a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  padding: 8px 10px;
  display: block;
  transition: color 0.3s ease;
}

.custom-header .center nav ul.custom-menu > li:hover > a {
  color: #0073aa;
}


.custom-header .center nav ul.custom-menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: none;
  padding: 5px 0;
  border-radius: 4px;
  z-index: 999;
}

.custom-header .center nav ul.custom-menu li:hover > ul {
  display: block;
}

.custom-header .center nav ul.custom-menu li ul li {
  position: relative;
  padding: 0;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.custom-header .center nav ul.custom-menu li ul li:hover {
  background-color: #f5f5f5;
  border-left-color: #0073aa;
}

.custom-header .center nav ul.custom-menu li ul li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
}

.custom-header .center nav ul.custom-menu li ul li a:hover {
  color: #0073aa;
}


.custom-header .center nav ul.custom-menu li ul li ul {
  top: 0;
  left: 100%;
  margin-left: -1px;
}


.custom-header .center nav ul.custom-menu li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 10px;
  margin-left: 6px;
}

.custom-header .center nav ul.custom-menu li ul li.menu-item-has-children > a::after {
  content: " ▶";
  float: right;
  margin-left: 10px;
  font-size: 12px;
}

.custom-header .right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-right:130px;
}

.search-toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-search-form {
  display: none;
  position: absolute;
  top: 40px;
  right: 80px;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
  z-index: 999;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


.header-search-form.show {
  display: block;
}


.header-search-form input[type="search"] {
  padding: 6px 10px;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #aaa;
}

.right a{
    text-decoration:none;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  padding: 10px;
}


@media (max-width: 768px) {
  .custom-header {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-header .left,
  .custom-header .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .custom-header .left img {
    margin-left: 0;
  }

  .menu-toggle {
    display: block;
  }

  .custom-header .center,
  .custom-header .right.expand > .search-toggle,
  .custom-header .right.expand > .header-search-form,
  .custom-header .right.expand > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px;
  }

  .custom-header .center {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fbf8f2;
  }

  .custom-header .center.show {
    display: flex;
  }

  .custom-header .center nav ul.custom-menu {
    flex-direction: column;
  }

  .custom-header .right {
    flex-direction: column;
    align-items: flex-start;
    display: none;
  }

  .custom-header .right.expand {
    display: flex;
  }

  .header-search-form {
    position: static;
    width: 100%;
    margin-top: 10px;
  }
}

.offer{
    background-color:black;
    color:white;
    font-family: 'Josefin Sans', sans-serif;
        margin: auto;
    padding: 1px !important;
    text-align: center;
    letter-spacing: 1.2;
    font-size:10px;
}

.oceanwp-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar-social-icons a {
  margin-left: 12px;
  color: #333;
  font-size: 16px;
  transition: color 0.3s ease;
}
.topbar-social-icons a:hover {
  color: #0073aa;
}


.topbar-language {
  margin-right: 20px;
}

.top-sub-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left:130px;
  margin-right:130px;
  padding: 8px 20px;
  font-size: 14px;
  font-family:  'Josefin Sans',  sans-serif;
}

.subnav-left span {
  color: #333;
  font-weight: 500;
}

.subnav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}


.language-selector {
  padding: 4px 8px;
 border:none;
  border-radius: 4px;
  font-size: 13px;
}


.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon i {
  
  border-radius:50%;
  font-size: 14px;
  transition: color 0.3s ease;
}

.social-icon:hover i {
  color: #0073aa;
}
.custom-footer {
  background-color:#4e3433;
  padding-top:40px;
  
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  border-top: 1px solid #ddd;
  
}
.footer-inner {
 padding-left: 130px;
    padding-right: 130px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    font-family: 'Josefin Sans';
    color: gray;
    background-color: white;
    padding-top: 20px;
}
.footer-left p {
  margin: 0 0 8px;
  
  font-size:12px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-links li a {
  color: gray;
  text-decoration: none;
  font-size:14px;
}
.footer-links li a:hover {
  text-decoration: underline;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-right img {
  height: 24px;
}

.footer-top-wrapper {
  margin-left:130px;
  margin-right:130px;
 
  font-family:'Josefin Sans' 'Roboserif';
 
}

.footer-top-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-top-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-left-row1 {
  display: flex;
  gap: 30px;
}

.footer-left-box {
  flex: 1;
}

.footer-left-box h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  font-family:'Josefin Sans';
}

.footer-left-box p {
  font-size: 14px;
  color: #444;
   color: white;
    font-family:'Josefin Sans';
}

.footer-left-row2 {
  font-size: 14px;
  color: #0073aa;
}

.footer-left-row2 a {
  color: #0073aa;
  text-decoration: none;
}

.footer-left-row2 a:hover {
  text-decoration: underline;
}

.footer-top-right {
  flex: 1 1 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.footer-top-wrapper {
  font-family: 'Jost', 'Josefin Sans', sans-serif;
}


.footer-top-right-updated {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.footer-subscribe-heading {
  font-size: 22px;
    font-weight: 100;
    color: white;
    font-family: 'Josefin Sans';
    margin-bottom:2px;
}

.footer-subscribe-text {
  font-size: 14px;
  color: white;
  margin: 0;
}


.footer-subscribe-form input[type="submit"] {
  background-color: #88281f !important;
  color: #fff !important;
  border: none !important;
  width: 100% !important;
  padding: 16px !important;
  font-size: 16px !important;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 5px;
  font-family:  'Josefin Sans', sans-serif !important;
}


.footer-social-icons {
  display: flex;
  ;
  margin-top: 10px;
}

.footer-social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
 color:white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 25px;
  transition: background 0.3s;
}

.footer-social-icons .social-icon:hover {
  background-color: #e60023;
}
.wpcf7 input[type="email"] {
  width: 100% !important;
  padding: 13px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: 1px !important;
}

.icon-link {
  margin-left: 10px;
  color: #002c5b;
  font-weight: 500;
  text-decoration: none;
   font-family: 'Josefin Sans', sans-serif;
}

.icon-link:hover {
  color: #e60023;
}



.unique-product-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-product-wrapper {
  position: relative;
  overflow: hidden;
}

.unique-product-viewport {
  overflow: hidden;
  width: 100%;
}

.unique-product-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 16px; 
  padding: 10px 0;
}

.unique-product-item {
  flex: 0 0 calc((100% - 60px) / 4); 
  
  padding: 10px;
  box-sizing: border-box;
  
   
}


.unique-product-spacer {
  flex-grow: 1; 
}


.unique-product-item img {
  width: 90%;
  max-height: 180px;
  object-fit: cover;
}

.unique-product-title {
  font-size: 16px;
  margin: 10px 0 5px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-product-price {
  color: #000;
  margin-bottom: 10px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-product-button {
  background: #88281f;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-product-arrow {
  position: absolute;
  top: 40%;
  font-size: 28px;
  
  color: black;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.unique-product-arrow-left {
  left: 0;
}

.unique-product-arrow-right {
  right: 0;
}

.product-section{
    background: #f9f9f9;
        padding: 50px 10px;
        margin-top:15px;
        margin-bottom:30px;
}


.unique-featured-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  margin-top:45px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-featured-wrapper {
  position: relative;
  overflow: hidden;
}

.unique-featured-viewport {
  overflow: hidden;
  width: 100%;
}

.unique-featured-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 16px; 
  padding: 10px 0;
}

.unique-featured-item {
  flex: 0 0 calc((100% - 60px) / 4); 
  
  padding: 10px;
  box-sizing: border-box;
  
   
}





.unique-featured-item img {
  width: 90%;
  max-height: 180px;
  object-fit: cover;
}

.unique-featured-title {
  font-size: 16px;
  margin: 10px 0 5px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-featured-price {
  color: #000;
  margin-bottom: 10px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-featured-button {
  background: #88281f;
  color: #fff;
  padding: 8px 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
   font-family: 'Josefin Sans', sans-serif;
}

.unique-featured-arrow {
  position: absolute;
  top: 40%;
  font-size: 28px;
  
  color: black;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 2;
  user-select: none;
}

.unique-featured-arrow-left {
  left: 0;
}

.unique-featured-arrow-right {
  right: 0;
}
*{
   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%;
  overflow: hidden;
  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: auto;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.cat-slide-box p {
  margin-top: 10px;
  font-weight: bold;
  font-family: 'Segoe UI', sans-serif;
}

.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;
}


.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;
    padding:10px;
}



.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: 150px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 999;
  padding: 10px 0;
}

.dropdown-content li a {
  padding: 10px 20px;
  display: block;
  color: #111;
}

.dropdown-content li a:hover {
  background-color: #f5f5f5;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.navbar-icons a {
  margin-left: 12px;
  font-size: 18px;
  text-decoration: none;
  color: #111;
}

.navbar-icons a:hover {
  color: #007bff;
}


.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;
  }
}
.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%;
  overflow: hidden;
  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: 240px !important;
  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;
}





@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;
}



.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%;
  }
}



.navbar-container {
  width: 84%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}




.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;
}


.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;
}
.flash-ribbon {
 
    position: absolute;
    top: 10px;
    right: -15px;
    background: #ac1380;
    color: white;
    padding: 5px 8px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;

}
.product1-card {
  position: relative; /* Required for ribbon positioning */
}
.deal-ribbon {
position: absolute;
    left: -15px;
    background: #ac1380;
    color: white;
    padding: 5px 8px;
    transform: rotate(-40deg);
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.deal-ribbon {
  background-color: green;
}
.letter-cycle .letter {
  display: inline-block;
  animation: colorFade 3s infinite;
  font-weight: bold;
}

@keyframes colorFade {
  0%   { color: #ff4d4d; }   
  33%  { color: #fdb23e; }   
  66%  { color: #008000; }   
  100% { color: #ff4d4d; }
}  

.logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px; /* Space between logos */
  background: linear-gradient(90deg, #ffbb3f, #ff0202c9);
  padding: 15px 0;
}


.logo-item {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  text-align: center;
}

.logo-item img {
  width: 90px; /* Adjust logo size */
  height: auto;
  margin-bottom: 5px;
border-radius: 50%;
object-fit: cover; /* ensures the image fully covers without stretching */
    display: block;
}

.logo-item p {
  font-size: 20px;
  color: #000000;
  margin: 0;
}
form{
        background-color: #fffaf0;
    padding: 20px;
    border: 1px solid #e6caa6;
    border-radius: 8px;
    max-width: 1000px;
    margin: auto;
}
/*.fullwidth-bg {*/
/*    background-color:#f9aa19;*/
/*  width: 100%;*/
/*  height: 105px; */
/*  background-image: url('images/ban.jpg'); */
/*  background-size: contain;  */
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*}*/



