        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            /* padding-top: 80px; */
        }

        .poltawski-font {
            font-family: 'Poltawski Nowy', serif;
            color: #652E2E;
            font-weight: 500;
            font-size: 40px;
            line-height: 100%;
            letter-spacing: 0%;
                    }

        .banner-text {
             font-family: 'Poltawski Nowy', serif;
            color: #FFE0B1;
            font-weight: 600;
            font-size: 50px;
            line-height: normal;
            margin-top: 80px;
            letter-spacing: 12px;
        }


        .navbar {
            background-color: #FFF6EA;
            box-shadow: 0px 4px 4px 0px #00000040;
        }

        .right-column{
          margin-top: 10px; 
          margin-right: 50px;
        }
        

        .navbar-brand, .nav-link, .dropdown-item, .fa-brands, .fa-magnifying-glass {
            color: #652E2E !important;
        }
        .fa-bars {
            background-color: transparent;
            color: #652E2E !important ;
        }
        .nav-link {
          margin-left:15px;
        }

        .nav-link:hover{
           color: #844949 !important;          
        }

        .fa-brands:hover{
           color: #844949 !important;         
           cursor: pointer;
        }

      .hero-section {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;

          width: auto;
          height: 538px; /* default height for desktop */
          margin-top: 1px;
          padding: 0 40px;
          position: relative;

          display: flex;
          align-items: center;
          justify-content: center;
      }

/* Responsive typography for hero text */
.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
}

/* Optional top margin for when used inside another layout */
.mt-hero {
    margin-top: 103px !important;
}

/* 🔽 Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-section {
        height: auto; /* allow height to grow based on content */
        padding: 40px 20px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .btn.custom {
        font-size: 14px;
        padding: 8px 16px;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 1.6rem;
    }

    .hero-section .btn.custom {
        font-size: 12px;
        padding: 6px 12px;
    }
}




        .categories-section {
            background-color: #FFF6EA;
            padding: 30px 0;
            text-align: center;
        }

        .category-card img {
            width: 100%;
            height: auto;
        }


        .category-item img {
          transition: transform 0.3s ease; /* Smooth transition */
        }

        .category-item img:hover {
          transform: scale(1.1);
          z-index: 2;
          box-shadow: 0 10px 20px rgba(0,0,0,0.2);
          cursor: pointer;
        }
        @media (max-width: 768px) {
          .category-item p {
            font-size: 0.9rem;
          }
        }

        @media (max-width: 480px) {
          .category-item img {
            max-width: 120px;
            height: 120px;
          }
          .category-item p {
            font-size: 0.85rem;
          }
        }

        .image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
  display: block;
}

.image-wrapper .hover-img {
  opacity: 0;
  cursor: pointer;
}

.image-wrapper:hover .hover-img {
  opacity: 1;
}

.image-wrapper:hover .main-img {
  opacity: 0;
}




        .explore-btn {
            background-color: #5c2e2e;
            color: #fff;
        }

        .banner {
            background-color: #ffe5c2;
            text-align: center;
            padding: 40px 0;
        }

        .banner h2 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .header {
            align-items: center !important;
            margin-left: 45%;
            margin-right: 45%;
        }


        .search-input::placeholder {
            color: #5c2e2e !important;
            opacity: 1; /* Make sure it's fully visible */
        }

        .input-group {
          width: 400px; 
          background: #F4EDE3; 
          /* margin: 10px 15px; */
        }

  .btn.custom {
    /* width: 110px; */
    /* height: 39px; */
    background: #FFFAF4;
    border: none;
    border-radius: 5px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn.custom:hover {
    color: #BF9E6C;
    background-color: #f0e8dd; /* Optional: slightly darker on hover */
}

.banner-two {
  position: absolute;
  top: 84%;     /* vertical center */
  left: 49%;    /* horizontal center */
  transform: translate(-50%, -50%);
  width: 230px;   /* bigger button to be visible */
  height: 40px;
  background: rgba(255, 250, 244, 0.85); /* semi-transparent bg */
  color: #BF9E6C;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 55px;  /* vertically center text */
}
/* Responsive for small screens */
@media (max-width: 600px) {
  .banner-two {
    top: 85%;
    left:49%;
    width: 90px !important;
    height: 18px !important;
    font-size: 7px !important;
    line-height: 2px !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .banner-two {
    top: 84%;
    left:49%;
    width: 140px !important;
    height: 26px !important;
    font-size: 10px !important;
    line-height: 7px !important;
  }
}

.banner-two {
    color: #BF9E6C;
    background-color: #f0e8dd; /* Optional: slightly darker on hover */
}

.container.position-relative {
  position: relative; /* needed for absolute positioning inside */
}





.category-card img {
    width: 100%;          /* full width of the column */
    height: 480px;        /* adjusted height for better visual balance */
    border-radius: 3px;
    object-fit: fill;    /* maintain aspect ratio and crop if necessary */
}

.custom.active {
    background-color: #652E2E !important;
    color: #FFFAF4 !important; /* make text white for contrast */
    border: none;
}

.explore-all-btn {
    /* width: calc(146px * 2 + 20px) ; double width + gap */
    max-width: 308px; /* optional max width */
    background-color: #652E2E !important;
    color: rgb(236 227 214) !important;
    display: inline-flex; /* inline-flex to respect width and center content */
    justify-content: center;
    margin: 0 auto; /* this centers block-level elements */
    border: none;
    border-radius: 5px;
    padding: 8px 10px !important;
    white-space: nowrap ;
    cursor: pointer;
}

/* Container to center the button */
.explore-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* optional spacing */
}


.explore-all-btn:hover {
    background: #844343 !important; /* slightly darker on hover */
    color: #fff;
}

.bottom-banner {
  background-color: #f8f9fa; /* optional */
  padding: 0; /* no vertical padding */
}

.bottom-banner .container {
  position: relative;
  max-width: 100%; /* or your preferred max width */
  margin: 0 auto;
  padding: 0;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Position the button over the image, bottom right */
.banner-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  padding: 10px 20px;
  font-weight: 600;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.banner-btn:hover {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-btn {
    position: static;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    opacity: 1;
  }
}

.first-banner-btn{
    position: absolute;
    top: 80%;     /* vertical center */
    left: 16%;    /* horizontal center */
    transform: translate(-50%, -50%);
    width: 207px !important;   /* bigger button to be visible */
    height: 45px;
    background: rgb(236 227 214) !important; /* semi-transparent bg */
    color: #652E2E !important;
    border: 3px !important;
    border-radius: 0px !important;
    border-color: #652E2E !important;
    font-weight: 800 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 33px !important ;  /* vertically center text */
}
/* Responsive styles for small screens */
@media (max-width: 768px) {
    .first-banner-btn {
        top: 80%; /* move lower to fit small screen */
        left: 15%; /* center it horizontally */
        transform: translate(-50%, -50%);
        width: 70px !important;  /* smaller width for mobile */
        height: 16px;
        font-size: 10px !important;
        line-height: 4px !important;
        padding: 5px !important;
    }
}

.style-card {
  border: 2px solid #f3f3f3;
  border-radius: 6px;
  overflow: hidden;
}

.style-img {
  width: 100%;
  display: block;
}

.style-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: white;
  text-align: left;
}

.style-label {
     position: absolute;
  bottom: 220px;
  left: 7px;
  background-color: #fff;
  color: #e60073;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 11px;
  display: inline-block;
  margin-bottom: 10px;
}

.style-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  color: white;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.style-btn {
   position: absolute;
    bottom: -17px !important;     /* vertical center */
    left: 28%;    /* horizontal center */
    transform: translate(-50%, -50%);
    width: 166px !important;   /* bigger button to be visible */
    height: 45px;
    color: rgb(236 227 214) !important; /* semi-transparent bg */
    background: #652E2E !important;
    border: 3px !important;
    border-radius: 0px !important;
    border-color: #652E2E !important;
    font-weight: 400 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 33px !important ;  /* vertically center text */
}

.style-btn:hover {
  background-color: #844343;
}


/* Section Styling */
.scrolling-product-section {
  background: #fdfdfd;
  padding: 20px 50px;
  overflow: hidden;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #652E2E;
}

/* Horizontal scroll */
/* Hide horizontal scrollbar */
.scrolling-wrapper {
  display: flex;
  overflow-x: auto;
  padding: 20px 0;
  scrollbar-width: none; /* Firefox */
}

.scrolling-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* Product Card Layout */
.product-video-card {
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
  width: 280px;
  padding:5px 5px 0px 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.product-video-card:hover {
  transform: scale(1.02);
}

.product-card {
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
  width: 280px;
  max-height: 500px;
  padding:5px 5px 0px 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}



.product-card:hover {
  transform: scale(1.02);
}

/* Video Style */
.product-image {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.product-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
}

/* Wishlist Icon */
.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  z-index: 1;
}

/* Product Title */
.product-title {
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Instagram Section */
.instagram-section {
  background-color: #fdf3e7;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 100%;
  margin: 0 auto;
}

/* Header */
.insta-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.insta-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.insta-text .insta-tagline {
        font-family: 'Poltawski Nowy';
  color: #d43165;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.insta-text .insta-followers {
  font-weight: 500;
  margin: 5px 0 0;
  font-size: 14px;
  color: #000;
}

.insta-text .insta-title {
    font-family: 'Poltawski Nowy';
  font-size: 22px;
  color: #652e2e;
  margin: 8px 0 0;
  font-weight: bold;
}

/* Scrolling images */
.insta-scroll-wrapper {
  display: flex;
  height:500px;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.insta-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}
.insta-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #652E2E;
  border-radius: 3px;
}

.insta-card {
  flex: 1 0 auto;
  max-width: 320px;
  max-height: 400px;
  border: 8px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  gap:5px;
  margin: 5px;
  margin-bottom: 0px !important;
}
.instagram-media {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

 .insta-card:hover img {
     cursor: pointer;
  }

.custom-footer {
  background-color: #F4C2C2;
  padding: 20px;
  font-family: 'Poltawski Nowy', serif;
  color: #652E2E;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer-column h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-column ul li a {
  font-family: 'Poltawski Nowy', serif;
  color: #652E2E;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: bold;
}

.footer-right {
  max-width: 280px;
}

.newsletter-text {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.newsletter-box {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 15px;
}

.newsletter-box input {
  flex: 1;
  padding: 10px;
  border: none;
  font-size: 13px;
}

.newsletter-box button {
  background-color: #4e1f1f;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.footer-icons a {
  font-size: 18px;
  margin-right: 30px;
  color: #4e1f1f;
   text-decoration: none !important;
}





.footer-logo img {
  width: 100px;
  height: auto;
}

.footer-bottom {
  margin-top: 30px;
  margin-left: 30px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

/* ABout us Section */

.about-section {
  margin: auto;
  text-align: center;
  padding: 30px;
}

.about-title {
  font-family: 'Poltawski Nowy', serif;
  font-weight: 600px;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
}

.subheading {
  font-family: 'Poltawski Nowy', serif;
  font-weight: 600px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.logo-badge {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.about-image {
  width: 380px;
  height: auto;
  border-radius: 4px;
}

.about-text {
  font-family: 'Poltawski Nowy', serif;
  font-weight: 600px;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.6;
}

/* New Arrival Page */
.container-new-arrivals {
  display: flex;
  padding: 40px;
  gap: 30px;
  max-width: 1300px;
  margin: auto;
  background-color: #FFF6EA;
}

/* Sidebar Filters */
.sidebar {
  width: 160px;
  font-size: 14px;
}




.filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 8px;
}

.filter-border{
    color: #7c4234;
    border-width: 1px;
}

.filters-header h3 {
  font-weight: bold;
}

.filters-header a {
  color: #7c4234;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.filter-title i {
  font-size: 13px;
  background-color: #f0eae1;
  padding: 6px;
  border-radius: 50%;
  color: #555;
}

.filter-group {
  margin-bottom: 25px;
}

.filter-group h4 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
}

.checkbox-list {
  list-style: none;
  padding-left: 0;
}

.checkbox-list li {
  margin: 6px 0;
}

.checkbox-list label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  color: #111;
  user-select: none;
}

.checkbox-list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFF9F1;
  border: 2px solid #888;
  border-radius: 2px;
}

.checkbox-list input[type="checkbox"]:checked ~ .checkmark {
  background-color: #652E2E;
  border-color: #652E2E;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-list input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

.checkbox-list .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/* Product Grid */
.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  flex: 1;
}

.product-card:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.product-card img {
  width: 100%;
  height: auto;
}

 .product-card video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

.info {
  position: relative;
  padding: 10px 12px;
}

.info .name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  margin-right: 22px;       
}

.info .price {
    color: #652E2E;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.info .price .discount {
  color: #afaeae;
  text-decoration: line-through;
  margin-left: 5px;
  font-size: 13px;
}

.info .fa-heart {
  position: absolute;
  top: 10px; /* Adjust as needed */
  right: 10px; /* Or use left if you prefer */
  /* color: #000000; */
  cursor: pointer;
  font-size: 20px;
}

/* Loader */
.loading {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #652E2E;
  background-color: #FFF9F1;
}


/*  Privacy policy */


    .privacy-policy {
      margin: 0 auto;
      background-color: #FFF6EA;
      padding: 40px;
    }

    .privacy-policy h1 {
      font-size: 24px;
      margin-bottom: 24px;
      font-weight: bold;
    }

    .privacy-policy h2 {
      font-size: 18px;
      margin-top: 28px;
      margin-bottom: 12px;
      color: #111;
      font-weight: bold;
    }

    .privacy-policy ul {
      margin: 0;
      padding-left: 20px;
    }

    .privacy-policy li {
      margin-bottom: 8px;
    }

    .privacy-policy a {
      color: #7e4a47;
      text-decoration: underline;
    }

    .privacy-policy a:hover {
      color: #5d3633;
    }

    .privacy-policy .contact-details {
      margin-top: 20px;
    }

    .privacy-policy .contact-details p {
      margin: 6px 0;
    }

    /* marquee of category item */
    .marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  animation: scroll-left 20s linear infinite;
  white-space: nowrap;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* product Detail Page style */
        .price-original {
            text-decoration: line-through;
            color: #777;
        }
        .price-sale {
            font-size: 1.5rem;
            color: #652E2E;
            font-weight: bold;
        }
        .save-price {
            background-color: #F4C2C2 !important;
            color: #000000 !important;
            font-weight: bold;
            border: none;
        }

        .cart-button-product-detail {
            background-color: #652E2E !important;
            color: white !important;
            border: none !important;
        }

        .cart-button-product-detail:hover {
            background-color: #F4C2C2 !important;
            color: #000 !important;
        }

        .review-button-product-detail {
            background-color: #652E2E !important;
            color: white !important;
            border: none !important;
        }

        .review-button-product-detail:hover {
            background-color: #F4C2C2 !important;
            color: #652E2E !important;
        }

        .check-button-product-detail{
            background-color: #B7B7B7 !important;
            padding: 7px 15px !important;
            margin-bottom: 3px !important;
            margin-left: -10px !important;
            color: white !important;
            border: none !important;
        }

        .check-button-product-detail:hover {
            background-color: #F4C2C2 !important;
            color: #000 !important;
        }

        .share-btn{
            background-color: #F4C2C2 !important;
            color: #652E2E !important;
            border: none !important;
        }
        .share-btn:hover {
            background-color: #F4C2C2 !important;
        }
        .size-box input[type="radio"] {
            display: none;
        }
        .size-box label {
            background-color: #F4C2C2;
            padding: 5px 15px;
            margin: 5px;
            border-radius: 5px;
            cursor: pointer;
        }
        .size-box input[type="radio"]:checked + label {
            background-color: #F4C2C2;
            font-weight:bold;
            color: Black;
        }
        .review-box {
            background-color: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
        }
        .star-rating  {
            color: #ffc107;
        }
         .fa-message {
             color: #652E2E;
        }
        .star-rating strong {
            color:rgb(11, 11, 11);
        }
        .submit-btn-product-detail {
            background-color: #652E2E !important;
            color: white !important;
            border: none !important;
        }

       .submit-btn-product-detail:hover {
            background-color: #F4C2C2 !important;
            color: #000 !important;
        }
        .review-avatar img {
            width: 80px;
            height: 100px;
            object-fit: cover;
            border-radius: 10%;
        }

        .custom-dropdown {
    min-width: 180px;     /* Set width */
    max-height: 150px;    /* Set max height */
    overflow-y: auto;     /* Scroll if content exceeds height */
    left: auto !important; /* Reset default left position */
    right: 0 !important;   /* Align dropdown to the right */
    top: 100% !important;  /* Position just below the toggle */
    background-color:#FFF6EA !important;
}

/* style of canvas of login and register  */
.heart-icon {
  padding: 5px;
  background: #FFF6EA;
  border-radius: 55%;
  text-decoration: none;
  color:  #000 !important;
}

.heart-icon:hover i {
  color: #652E2E !important; /* Bright red on hover */
}

/* wishlist style ----------------------------------------- ------------------------------------------*/
.view-product-wishlist {
            background-color: #652E2E !important;
            color: white !important;
            border: none !important;
        }

       .view-product-wishlist:hover {
            background-color: #F4C2C2 !important;
            color: #000 !important;
        }
      
      .icon-delete-cart {
          color: #652E2E !important;

        }
        .icon-delete-cart:hover {
          color: #FFE0B1 !important;
          transition: all 0.3s ease;
        }

       .qty-decrease,
        .qty-increase {
            background-color: #652E2E !important;
            color: white !important;
            border: none !important;
        }

        .qty-decrease:hover,
        .qty-increase:hover {
            background-color: #F4C2C2 !important;
            color: #000 !important;
        }

/* ----------------------------------------------------------------------------------------------------------- */
/* Header acoount dropdown design */
.account-dropdown {
  background-color: #fff;
  padding: 0.75rem;
  width: 220px;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.account-dropdown .dropdown-item {
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #333;
  transition: background 0.2s ease;
}

.account-dropdown .dropdown-item:hover {
  background-color: #f5f5f5;
}

.logout-btn {
  font-size: 15px;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
}

.logout-btn:hover {
  background-color: #f8f8f8;
  border-color: #ccc;
}

.text-brown {
  color: #652E2E;
}

  .sidebar-profile {
    background-color: #fff6ea;
    padding: 2rem 1rem;
  }

  .sidebar-profile h6 {
    font-weight: bold;
    color: #3b1c1c;
    margin-bottom: 1rem;
  }

  .sidebar-profile a {
    display: block;
    margin-bottom: 0.75rem;
    color: #3b1c1c;
    text-decoration: none;
  }

  .sidebar-profile a.active {
    color: #bb6c6c;
    font-weight: bold;
  }

  .form-box {
    background-color: #fff6ea;
    padding: 2rem;
    border-radius: 10px;
    border: 2px solid #FFEBD1;
  }

  .form-label {
    font-size: 0.9rem;
    color: #3b1c1c;
  }

  .form-control {
    border-radius: 6px;
    font-size: 0.9rem;
  }

   .section-divider {
      border-top: 2px solid #FFEBD1;
      margin: 2rem 0 1rem;
    }

    .profile-side-divider{
      border-top: 2px solid #FFEBD1;
    }

  .btn-save-profile-detail {
    background-color: #652e2e !important;
    color: white !important;
    border-radius: 8px;
    font-weight: 500;
  }

  .btn-save-profile-detail:hover {
    background-color: #F4C2C2 !important;
    color: #000 !important;
  }

  .address-box {
    background-color: #fff6ea;
    border: 1px solid #ffe0cc;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .address-box .badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background-color: #ffc0cb;
    color: #3b1c1c;
    border-radius: 20px;
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
  }

  .address-box p {
    margin: 0;
    font-size: 0.9rem;
    color: #3b1c1c;
  }

  .address-actions {
    display: flex;
    justify-content: end;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .btn-edit, .btn-remove {
    background-color: #652e2e;
    color: white;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    border-radius: 6px;
    border: none;
  }

  .btn-edit:hover, .btn-remove:hover {
    background-color: #f4c2c2;
    color: #000;
  }
.is-invalid {
    border: 2px solid red !important;
}
/* Serch Suggestion   */
 #suggestions {
    background-color: #f4cccc;
    color: #5b2c2c;
    top: 100%;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
  }

  #suggestions::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }

  #suggestions a {
    background-color: transparent;
    color: #5b2c2c;
    border: none;
    padding: 8px 12px;
    font-size: 0.9rem;
  }

  #suggestions a:hover {
    background-color: #FFF1DE;
    text-decoration: none;
  }