body {
    background-color: #E6DAC9;
    font-family: 'Poppins', sans-serif;
  }
  
  .navbar{
    height: 80px;
  }

  @media (max-width: 480px) {
      .top-bar .phone,
  .top-bar .shop-now,
  .top-bar span + &nbsp;,
  .top-bar span + &nbsp; + | {
    display: none; /* We'll hide phone, shop now and the separators */
  }

  /* Simplest: just hide phone and shop-now spans and the separators */
  .top-bar .phone,
  .top-bar .shop-now,
  .top-bar .separator {
    display: none;
  }

    .search-modal .modal-body {
      align-items: flex-start !important;
      padding-top: 1rem;
    }

    .search-modal .search-wrapper {
      width: 100% !important;
    }
   .product-card img {
    max-height: 150px !important;
    object-fit: cover;
    margin-bottom: 1rem;
    width: 100% ;
  }
   .owl-carousel .item img {
    height: auto !important;
    object-fit: cover;
    width: 100%;
    border-radius: 10px !important;
  }


  .owl-carousel .item {
    padding: 5px !important;
  }
  .desc-section{
  display:none;
  }
  .img-section{
  border-radius: 10px;
  }

  }

  .navbar-brand {
    font-weight: bold;
    color: #004d26 !important;
  }

  .owl-carousel .item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .owl-carousel .item {
    padding: 0px;
  }

  .product-card {
    background: white;
    box-sizing: content-box !important;
    text-align:center;
    width: 100% !important;
 
  }

  .product-card img {
    max-height: 250px;
    object-fit: cover;
    margin-bottom: 1rem;
    width: 100% ;
  }

.product-card,
.product-card * {
box-sizing: content-box !important;
}
  .product-card .price {
    font-weight: bold;
  }

  .search-modal {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    padding: 0.5rem 1rem;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 1055;
    border-bottom: 1px solid #ccc;
  }

  .search-modal .close-btn {
    font-size: 1.5rem;
    cursor: pointer;
  }

  .offcanvas-start {
    width: 250px;
  }

  .modern-hamburger {
    border: none;
    background: none;
    font-size: 1.5rem;
  }

  /* Search transform behavior */
.search-toggle-wrapper {
position: relative;
}

.search-input-wrapper {
display: flex;
align-items: center;
gap: 5px;
position: absolute;
right: 0;
top: 50%; /* This ensures the input field starts aligned properly */
transform: translateY(-50%); /* Centers the input field vertically */
width: 0;
opacity: 0;
overflow: hidden;
transition: width 0.4s ease, opacity 0.4s ease;
}

.search-input-wrapper input {
width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 10px;
min-width: 0;
}

.search-toggle-wrapper.active .search-input-wrapper {
width: 300px;
opacity: 1;
}

.search-icon {
font-size: 1.25rem;
cursor: pointer;
background: none;
border: none;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%); /* Center the search icon vertically */
}

.search-toggle-wrapper.active .search-icon {
display: none;
}

.search-close-icon {
font-size: 1.25rem;
cursor: pointer;
background: none;
border: none;
position: absolute;
right: 0; /* Keep it on the right of the input field */
top: 50%; /* Center the close icon vertically */
transform: translateY(-50%);
z-index: 2; /* Ensure the close icon is above the input field */
}

ul {
  margin: 0px;
  padding: 0px;
}

.secondary-nav {
  height: 80px;
  transition: height 0.3s ease;
}

/* Increase height on hover of entire nav */


.nav-item-dropdown {
position: relative;
}

.link-wrapper {
display: inline-block;
position: relative;
cursor: pointer;
}

/* Modern Dropdown Base */
.dropdown-menu-custom {
position: absolute;
top: 100%;
left: 0;
background-color: #f9f9f9; /* Off-white */
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
padding: 1rem;
border-radius: 0.5rem;
min-width: 280px;
z-index: 1000;
opacity: 0;
transform: translateY(20px);
pointer-events: none;
transition: opacity 0.3s ease, transform 0.3s ease;
white-space: nowrap;
}

/* On Hover Show Menu with Animation */
.nav-item-dropdown:hover .dropdown-menu-custom {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}

/* Dropdown Items */
.dropdown-item {
color: #333;
text-decoration: none;
display: block;
padding: 0.5rem 0.75rem;
border-radius: 0.25rem;
transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-item:hover {
background-color: #f0f0f0;
color: #f56b2a; /* Accent color */
}


.you-may-like-slider .card {
  border-radius: 10px;
  overflow: hidden;
}
.you-may-like-slider .swiper-button-next,
.you-may-like-slider .swiper-button-prev {
  color: #3a2e26;
}
.offcanvas-body {
  background-color: white;
}

.menu-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  transition: background 0.3s;
}


.submenu {
  display: none;
  padding-top: 5px;
}

.submenu li {
  border: none;
  
}

.toggle-icon {
  transition: transform 0.3s;
}

.submenu-open .toggle-icon {
  transform: rotate(45deg); /* changes + to × shape */
}

.submenu-open > .submenu {
  display: block;
}
/* Remove Bootstrap default outline */
.search-input:focus {
outline: none;
box-shadow: none;
}

/* Custom padding for the search input to make space for the icon inside */
.search-input {
padding-right: 40px; /* Create space for the icon */
}

/* Style for the search icon inside the input */
.search-icon {
position: absolute;
right: 10px; /* Position the icon inside at the right */
top: 50%;
transform: translateY(-50%); /* Vertically center the icon */
cursor: pointer;
padding: 0;
background-color: transparent; /* Ensure the background is transparent */
}

/* Background color for the search icon */
.bg-orange {
background-color: #f56b2a; /* Custom orange background */
}
.offcanvas {
transition: transform 0.5s ease-in-out; /* Default is usually 0.3s */
}
@media (max-width: 480px) {
  .offcanvas {
    width: 80% !important;
  }
}

.offcanvas-backdrop.show {
opacity: 0.5;
transition: opacity 0.4s ease;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
  outline: none;
}

.product-link{
text-decoration: none;
}

.equal-height {
    min-height: 500px; /* adjust based on your design */
  }
  .half-height-img {
    height: 50%;
  }

  @media (max-width: 480px) {
    /* .footer-section {
        display: none !important;
    } */
    .copy-right{
      margin-bottom: 70px;
    }
}  

@media (min-width: 481px) {
 
}  

.splurge-title {
      text-align: center;
      font-size: 2rem;
      margin: 2rem 0 1.5rem;
    }

    .splurge-title b {
      font-weight: bold;
    }

    .ad-wrapper {
      display: flex;
      flex-wrap: wrap;
      height: 600px;
      width: 100%;
    }

    .left-side {
      width: 50%;
      height: 100%;
      position: relative;
    }
    
    .right-side {
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
    }
    
    .top-right {
      display: flex;
      height: 50%;
      gap: 10px;
    }
    
    .top-right .box {
      width: 50%;
      position: relative;
    }
    
    .bottom-right {
      height: 50%;
      position: relative;
      margin-top: 10px; /* space between top and bottom */
    }
    
    .box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 5px;
    }


    .offer-content {
      position: absolute;
      top: 15px;
      left: 15px;
      color: #000;
    }

    .offer-content h5 {
      margin: 0;
      font-weight: 500;
    }

    .offer-content p {
      margin: 0.2rem 0;
      font-weight: 600;
    }

    .shop-now {
      font-weight: 500;
      text-decoration: underline;
      cursor: pointer;
    }

@media (max-width: 768px) {
  .ad-wrapper {
    flex-direction: column;
    height: auto;      /* Let height adjust naturally */
  }

  .left-side,
  .right-side,
  .top-right .box,
  .bottom-right {
    width: 100% !important;  /* Full width */
    height: auto !important; /* Remove fixed height */
  }

  .top-right {
    flex-direction: column;
  }

  /* Make images fill their container */
  .box img {
    height: auto !important;
    width: 100% !important;
  }
}

    @media (max-width: 480px) {
      .col-xxs-6 {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }

    .product-box {
      position: relative;
      overflow: hidden;
      transition: box-shadow 0.3s ease;
      /*background: #E0BB7F;*/
      border: .5px solid black;
      height: 440px;
    }
    
    @media (max-width: 600px) {
      .product-box {
        height: 370px !important;
      }
    }
    @media (width: 540px) and (device-height: 720px) {
      .product-image {
        height: 260px !important;
      }
    }




    .badge-sale {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #0d6efd;
      color: #fff;
      padding: 4px 8px;
      font-size: 0.75rem;
      border-radius: 4px;
      z-index: 2;
    }

    .image-wrapper {
      position: relative;
      overflow: hidden;
    }

    .product-image {
      width: 100%;
      height: auto;
      display: block;
      /*border-radius: 10px 10px 0 0;*/
    }
    
    @media (min-width: 768px) {
      .product-image {
        height: 350px !important;
        object-fit: cover;
      }
    }

    .add-to-bag {
      display: block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      right: 10px;
      background-color: #000;
      color: #fff;
      padding: 8px;
      font-size: 0.9rem;
      border: none;
      border-radius: 4px;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .product-box:hover .add-to-bag {
      opacity: 1;
    }

    .price {
      font-weight: bold;
    }

    .old-price {
      text-decoration: line-through;
      color: #888;
      font-size: 0.9rem;
    }

    .truncate-1 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .scroll-container {
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      background: white;
    }


    .feature-card {
      background: transparent;
      border: none;
      padding: 1.5rem;
      margin: 0 1rem;
      min-width: 250px;
      text-align: center;
      color: #333;
    }

    .feature-icon {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      color: black;
    }
    
    @keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

    .animate-slide-in {
      animation: slideInLeft 0.4s ease forwards;
    }
    .transition-icon {
      transition: transform 0.3s ease;
    }
    
    .rotate-180 {
      transform: rotate(180deg);
    }
    .offcanvas-body {
      overflow-y: visible !important;
    }
    .offcanvas-header {
      border-bottom: 1px solid red;
    }
    .carousel-item {
      /*height: 80vh;*/
      position: relative;
    }

    .carousel-item img {
      object-fit: cover;
      width: 100%;
   /*height:80vh;*/
    }

    .caption-container {
      position: absolute;
      top: 50%;
      left: 8%;
      transform: translateY(-50%);
      max-width: 500px;
      text-align: left;
    }

    .caption-container h6 {
      font-size: 0.9rem;
      color: #888;
      margin-bottom: 0.5rem;
      opacity: 0;
      animation: fadeInUp 0.8s ease forwards;
    }

    .caption-container h1 {
      font-size: 2.8rem;
      font-weight: 600;
      line-height: 1.2;
      color: #111;
      opacity: 0;
      animation: fadeInUp 1s ease forwards;
      animation-delay: 0.5s;
    }

    .caption-container p {
      font-size: 1rem;
      color: #555;
      margin-top: 1rem;
      opacity: 0;
      animation: slideInLeft 1s ease forwards;
      animation-delay: 1.2s;
    }

    .caption-container .btn {
      margin-top: 1.5rem;
      padding: 0.6rem 1.5rem;
      background-color: #d19c5f;
      border: none;
      color: white;
      font-weight: 500;
      opacity: 0;
      animation: fadeInUp 1s ease forwards;
      animation-delay: 1.8s;
    }

    @keyframes fadeInUp {
      from {
        transform: translateY(20px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes slideInLeft {
      from {
        transform: translateX(-40px);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }
@media (max-width: 480px) {
  .carousel-item {
    height: auto;
  }

  .carousel-item img {
    height: 400px; /* Fixed height for image */
    object-fit: cover;
  }

  .caption-container {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 5%;
    right: 5%;
    transform: none;
    max-width: 100%;
  
    padding: 1rem;
    border-radius: 10px;
  }

  .caption-container h1 {
    font-size: 1.5rem;
  }

  .caption-container p {
    font-size: 0.9rem;
  }

  .caption-container .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  display: none;
}
.single-line-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
      .search-modal{
      height:auto !important;
      }
.search-wrapper .form-control {
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.heart-icon {
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  color: white; /* Bootstrap red with transparency */
  z-index: 2;
}
.overlay-card {
  position: relative;
  height: 400px;
  color: white;
}

.overlay-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
}

.overlay-content p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.overlay-content h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.overlay-content .btn {
  margin-top: 1.5rem;
  font-weight: bold;
}
/* Base hidden state */
/* Default state (hidden) */
/* Make icons always visible */
.top-right-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column; /* Change to row if you want side-by-side */
  gap: 10px;
  opacity: 1 !important; /* Always visible */
  transform: none !important;
  z-index: 10;
}

/* Remove background and box styling */
.icon-wrapper {
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  padding: 0;
  transition: none;
}

/* Remove hover background */
.icon-wrapper:hover {
  background: transparent;
}

/* Style the icon directly */
.wishlist-icon {
  font-size: 1.5rem !important; /* Adjust size */
  color: #ffffff;
  transition: color 0.3s ease;
}

/* If filled (liked), override with red */
.wishlist-icon.bi-heart-fill {
  color: #dc3545; /* Bootstrap red */
}


/* Responsive tweaks for small screens */
@media (max-width: 480px) {
  .action-overlay {
    height: 36px;
    gap: 0.75rem;
  }

  .action-overlay i {
    font-size: 1rem;
  }
}


.top-bar {
  background-color: #E0BB7f;
  color: white;
  font-size: 0.9rem;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.offer-slider {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.6s ease;
}

.offer {
  height: 40px;      /* same as .top-bar height */
  line-height: 40px; /* vertical center text */
  flex-shrink: 0;
  white-space: nowrap;
}
.view-all-btn {
  background-color: #E0BB7F; /* match .top-bar */
  color: white;
  border: none;
  border-radius: 0;
  font-weight: 500;
  transition: background-color 0.3s;
}

.category-card {
  position: relative;
  height: 250px;
  color: black;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.product-info-box {
  margin-bottom: 10px;
  padding: 20px;
  max-width: 70%;
}

.discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #d4af37;
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 8px;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
}

.product-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.shop-now {
  font-weight: bold;
  font-size: 0.9rem;
  color: #000;
  text-decoration: underline;
}
.product-tab {
  border-radius: 0;
  min-width: 150px;
  white-space: nowrap;
}

.product-tab.active,
.product-tab:hover {
  background-color: #E0BB7F !important;
  color: #fff !important;
  border-color: #E0BB7F !important;
}
.transition-icon {
  transition: transform 0.3s ease;
}

.rotate-180 {
  transform: rotate(180deg);
}
.transition-icon {
  transition: transform 0.3s ease;
}

.transition-icon.rotate {
  transform: rotate(180deg);
}
.cart-image {
    height: 110px !important;
    object-fit: contain !important;
    width : 150px !important;
}
    @media (min-width: 576px) {
    .modal-dialog {
        max-width: 60% !important;
        margin-right: auto;
        margin-left: auto;
    }
    }
    
.swiper-scrollbar-drag{
    background: white !important;
}

.sold-out-badge {
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 10px;
    z-index: 10;
}

.sale-badge {
    bottom: 10px;
    left: 10px;
    background-color: #E0BB7F;
    color: #fff;
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 10px;
    z-index: 10;
}