  body {
      font-family: 'Poppins', sans-serif;
      color: #333;
      background-color: #f8f9fa;
      /* Light background for the page */
  }

  /* Top Header Styles */
  .top-header {
      background-color: #000;
      color: #fff;
      padding: 0.75rem 0;
      font-size: 0.875rem;
  }

  .top-header .header span {
      font-weight: bold;
      text-decoration: underline;
      cursor: pointer;
  }

  .top-header select {
      background-color: transparent;
      color: #fff;
      border: none;
      outline: none;
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
  }

  .top-header select option {
      background-color: #000;
      color: #fff;
  }

  /* Navbar Customization */
  .navbar-brand {
      font-weight: 700;
      font-size: 1.75rem;
  }

  .navbar-nav .nav-link {
      font-weight: 500;
      transition: color 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
      color: #DB4444 !important;
  }

  .navbar-nav .nav-link.active {
      color: #DB4444 !important;
  }

  .navbar-toggler:focus {
      box-shadow: none;
  }

  .dropdown-menu {
      line-height: 1.8rem;
  }

  .dropdown-menu a {
      text-decoration: none;
      color: #333;
  }

  .dropdown-menu a:hover {
      color: #DB4444;
      background-color: #f8f9fa;
  }

  /* Section Headings */
  .section-header-line {
      background-color: #DB4444;
      width: 1.3rem;
      height: 2.5rem;
      border-radius: 0.25rem;
  }

  .section-heading-text {
      color: #DB4444;
      font-weight: bold;
      font-size: 1.1rem;
  }

  .main-section-title {
      font-weight: bold;
      font-size: 2.2rem;
  }

  /* Card Customization */
  .home:hover{
  color: #db4444 !important;
}
  .card {
      border: none;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease-in-out;
  }

  .card:hover {
      transform: translateY(-5px);
  }

  .card-img-wrapper {
      position: relative;
      width: 100%;
      padding-top: 100%;
      /* 1:1 aspect ratio */
      overflow: hidden;
      background-color: #F5F5F5;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .card-img-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      /* For product images, use contain for full item visibility */
      padding: 1rem;
  }

  .card-title {
      font-weight: 600;
      font-size: 1.15rem;
      margin-bottom: 0.5rem;
  }

  .card-text {
      font-weight: 600;
      color: #DB4444;
  }

  .card-text span {
      color: #000;
      margin-left: 0.5rem;
      text-decoration: line-through;
      font-weight: normal;
  }

  .star-rating img {
      width: 20px;
      height: 16px;
      margin-right: 0.1rem;
      object-fit: contain;
      background-color: transparent;
      padding: 0;
  }

  /* Button Hover Effects (from previous updates) */
  .btn {
      transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-danger:hover {
      background-color: #c0392b !important;
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(219, 68, 68, 0.4);
  }

  .btn-outline-light.text-danger:hover {
      background-color: rgba(220, 53, 69, 0.1);
      color: #DB4444;
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  /* Input Field Hover Effects (from previous updates) */
  .form-control {
      transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }

  .form-control:hover {
      border-color: #DB4444;
      box-shadow: 0 0 0 0.25rem rgba(219, 68, 68, 0.25);
  }

  .form-control:focus {
      border-color: #DB4444;
      box-shadow: 0 0 0 0.25rem rgba(219, 68, 68, 0.25);
      outline: 0;
  }

  /* Footer Styles */
  footer {
      background-color: #000;
      color: #fff;
      padding: 4rem 0;
  }

  footer h3 {
      font-weight: bold;
      margin-bottom: 1.5rem;
  }

  footer p {
      font-size: 0.95rem;
      margin-bottom: 0.75rem;
  }

  footer .form-control {
      background-color: transparent;
      border-color: #fff;
      color: #fff;
  }

  footer .form-control::placeholder {
      color: #ccc;
  }

  footer .form-control:focus {
      background-color: transparent;
      border-color: #DB4444;
      box-shadow: none;
      color: #fff;
  }

  footer .social-icons img {
      width: 30px;
      height: 30px;
      filter: invert(1);
  }

  footer .qr-code {
      max-width: 100px;
      height: auto;
  }

  footer .app-store-btn {
      max-width: 120px;
      height: auto;
  }

  .footer-subscribe .input-group {
      max-width: 250px;
  }

  .footer-subscribe .input-group-text {
      background-color: transparent;
      border: 1px solid #fff;
      border-left: none;
      color: #fff;
  }

  /* --- NEW: Men's Fashion page specific styles --- */
  .hero-men-fashion {
      position: relative;
      background:  url('./utils/images/man-fashion-hero-bg.jpg') no-repeat center center;
      /* Dark gradient with masculine image */
      background-size: cover;
      min-height: 500px;
      display: flex;
      align-items: center;
      color: #000000;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      margin-bottom: 3rem;
      border-radius: 0.75rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
.hero-men-fashion .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* Darker overlay for text contrast */
  z-index: 0;
}

  .hero-men-fashion .hero-content {
   
      max-width: 800px;
      /* Limit content width */
      margin: auto;
      text-align: center;
      padding: 2rem;
  }

  .hero-men-fashion h1 {
      font-size: 4.5rem;
      font-weight: 800;
      /* Extra bold */
      margin-bottom: 1.5rem;
      letter-spacing: -1px;
      /* Tighter spacing for a bold look */
  }

  .hero-men-fashion p {
      font-size: 1.4rem;
      margin-bottom: 2.5rem;
      color: #eee;
  }

  .hero-men-fashion .btn {
      background-color: #DB4444;
      border-color: #DB4444;
      color: #fff;
      padding: 0.8rem 2.5rem;
      font-size: 1.1rem;
      font-weight: bold;
  }

  .hero-men-fashion .btn:hover {
      background-color: #a02020 !important;
      /* Darker red on hover */
      border-color: #a02020 !important;
  }

  .collection-card-men {
      background-color: #212529;
      /* Dark background for men's collections */
      color: #fff;
      border: 1px solid #343a40;
      /* Darker border */
      border-radius: 0.75rem;
      padding: 1.5rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden;
  }

  .collection-card-men:hover {
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
      background-color: #343a40;
      /* Slightly lighter dark on hover */
  }

  .collection-card-men img {
      max-width: 100%;
      height: 150px;
      object-fit: cover;
      /* Use cover for collection images */
      margin-bottom: 1rem;
      border-radius: 0.5rem;
      filter: brightness(0.8);
      /* Slightly darken images */
      transition: filter 0.3s ease;
  }

  .collection-card-men:hover img {
      filter: brightness(1);
      /* Brighten on hover */
  }

  .collection-card-men h5 {
      font-weight: bold;
      color: #DB4444;
      /* Theme red for title */
      margin-bottom: 0.5rem;
  }

  .collection-card-men p.text-muted {
      font-size: 0.9rem;
      color: #bbb !important;
      /* Lighter text for dark background */
  }

  .style-guide-section {
      background-color: #e9ecef;
      /* Light grey background for contrast */
      padding: 4rem 0;
      border-radius: 0.75rem;
      margin-bottom: 3rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }

  .style-guide-card {
      background-color: #fff;
      padding: 2rem;
      border-radius: 0.5rem;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      height: 100%;
      display: flex;
      flex-direction: column;
  }

  .style-guide-card h5 {
      color: #343a40;
      /* Dark grey for title */
      font-weight: bold;
      margin-bottom: 1rem;
  }

  .style-guide-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      flex-grow: 1;
      /* Make paragraphs grow to push button to bottom */
  }

  .style-guide-card .btn {
      margin-top: 1.5rem;
  }

  .customer-reviews-carousel {
      background-color: #fce4ec;
      /* Light pink background (subtle contrast to red theme) */
      padding: 4rem 2rem;
      border-radius: 0.75rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      margin-top: 3rem;
  }

  .customer-reviews-carousel .carousel-item {
      padding: 0 2rem;
  }

  .customer-reviews-carousel .review-text {
      font-size: 1.3rem;
      font-style: italic;
      color: #424242;
      margin-bottom: 1.5rem;
  }

  .customer-reviews-carousel .reviewer-info {
      font-weight: bold;
      font-size: 1.1rem;
      color: #DB4444;
      /* Theme red */
  }

  .customer-reviews-carousel .carousel-indicators button {
      background-color: #DB4444;
  }

  .customer-reviews-carousel .carousel-control-prev-icon,
  .customer-reviews-carousel .carousel-control-next-icon {
      filter: invert(1) brightness(0.5);
  }

  /* Product grid category heading */
  .product-category-heading {
      margin-top: 3rem;
      margin-bottom: 2rem;
  }

  /* Media Queries */
  @media (max-width: 991.98px) {
      .hero-men-fashion {
          min-height: 400px;
      }

      .hero-men-fashion h1 {
          font-size: 3.5rem;
      }

      .hero-men-fashion p {
          font-size: 1.2rem;
      }
  }

  @media (max-width: 767.98px) {
      .hero-men-fashion {
          min-height: 350px;
      }

      .hero-men-fashion h1 {
          font-size: 2.5rem;
      }

      .hero-men-fashion p {
          font-size: 1rem;
      }

      .collection-card-men img {
          height: 100px;
          /* Smaller collection images on mobile */
          object-fit: cover;
      }

      .customer-reviews-carousel {
          padding: 2rem 1rem;
      }

      .customer-reviews-carousel .carousel-item {
          padding: 0 0.5rem;
      }

      .customer-reviews-carousel .review-text {
          font-size: 1.1rem;
      }
  }