      .slider-progress {
        display: flex;
        justify-content: center;  /* Center horizontally */
        align-items: center;
        gap: 5px;  /* Space between bars */
        margin-top: 10px;
    }
    
    .progress-bar {
        width: 50px;  /* Adjust width */
        height: 5px;
        background: #ddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    
    .fill {
        width: 0%;
        height: 100%;
        background: #007bff;  /* Blue progress */
        transition: width 3s linear;  /* Smooth filling effect */
    }
    
    
      #chatbotIcon {
        position: fixed;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        z-index: 1050;
    }
      @media screen and (max-width: 1366px) and (min-width: 770px) {
        .product-card img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
      .filter-section {
          padding: 20px;
          border-right: 1px solid #ccc;
      }
      .filter-section .form-group {
          margin-bottom: 20px;
      }
      .product-section {
          padding: 20px;
      }
      .product-tag {
          background-color: #ffeb3b;
          padding: 5px;
          border-radius: 5px;
          display: inline-block;
      }
      .filter-section form {
          display: flex;
          flex-direction: column;
      }
      .filter-section .d-flex {
          flex-direction: column !important;
      }
      .filter-section button {
          align-self: start;
      }

      .card {
        display: flex;
        flex-direction: column;
        align-items: center;
       
      }
      .product-tag {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #ff5722;
        color: white;
        padding: 5px 10px;
        border-radius: 1px;
        font-size: 12px;
        font-weight: bold;
      }
      
      
      .card-body {
        text-align: center;
      }
      .product-card {
        margin: 10px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
       
        transition: transform 0.2s;
      }
      
      /* Style the image within the product card */
      .product-card img {
        width: 100%; /* Fixed width for the circular image */
        height: 200px; /* Fixed height for the circular image */
       
        object-fit: cover;
        border-radius:10px;
        margin-bottom: 0px; /* Space between image and text */
      }
      
      /* Style the title of the product */
      .product-card .card-title {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
      }
      
      /* Style the description of the product */
      .product-card .card-text {
        font-size: 14px;
        margin-top: 10px;
      }
      
      /* Style the price of the product */
      .product-card .card-price {
        font-size: 16px;
        font-weight: bold;
        color: #FF5722; /* Adjust the color as needed */
        margin-top: 10px;
      }
      
      /* Add a hover effect for product cards */
      .product-card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      }
      
  
     
      .form-group {
          margin-bottom: 20px;
      }
  
      label {
          font-weight: bold;
      }
  
      button.btn-primary {
          width: 100%;
      }
  
      .card-footer {
          text-align: center;
          background-color: #f8f9fa;
      }
  
      .btn-outline-secondary {
          border-color: #ccc;
      }
  
      .btn-outline-secondary:hover {
          background-color: #ccc;
      }
      .image-div {
        width: 100%;
        text-align: center;
        margin: 0;
        background: radial-gradient(circle, #ff7e5f, #feb47b);
        overflow: hidden; /* Ensure content doesn't overflow during animation */
    }
    
    .image-div img {
        width: 95%;
        height: 250px;
        border-radius: 40px;
        padding:20px;
        transition: transform 1s ease, opacity 1s ease;
        animation: fadeIn 5s ease-in;
        opacity: 1; /* Initial state for fade-in effect */
    }
    
    .image-div img.show {
      opacity: 1;
  }
  
  @keyframes fadeIn {
      0% {
          opacity: 0;
          transform: scale(0.9);
      }
      100% {
          opacity: 1;
          transform: scale(1);
      }
  }

  /* ========== BANNER / CAROUSEL – Professional image & background ========== */
  .xyz {
    background: linear-gradient(180deg, #f8f9fc 0%, #eef1f6 100%);
    border-radius: 20px;
    padding: 12px;
    margin: 12px 10px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .carousel-container {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  }
  .carousel-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: none;
  }
  .carousel-right-image {
    min-height: 200px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    overflow: hidden;
  }
  .carousel-image-wrapper-right {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: transparent;
    border-radius: 16px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: hidden;
  }
  .carousel_image {
    max-height: 240px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
  }
/* Old desktop bucket styles removed - mobile-only design */
.bucket-section-left,
.bucket-section-desktop,
.bucket-section-right {
    display: none !important;
}
      }
/* CLEAN BUCKET DESIGN – Professional override */
.bucket-section-wrapper {
    margin: 24px 12px;
}

.bucket-selection-header {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 4px 14px rgba(15,23,42,0.25);
}

.bucket-header-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
}
.bucket-header-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fbbf24;
    fill: none;
}

.bucket-header-content {
    flex: 1;
    min-width: 0;
}

.bucket-header-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #fff;
    letter-spacing: 0.02em;
}

.bucket-header-subtitle {
    font-size: 13px;
    margin: 0;
    color: rgba(255,255,255,0.85);
    line-height: 1.35;
}

.bucket-container-mobile {
    margin-top: 12px;
    display: flex;
    gap: 12px;
    padding: 10px 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bucket-avail-banner {
    flex: 0 0 160px;
    background: transparent;
    border-radius: 12px;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    box-shadow: none;
    overflow: hidden;
}

.bucket-avail-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bucket-card {
    flex: 0 0 110px;
    background: #fff;
    border-radius: 12px;
    padding: 10px 8px;
    box-shadow: 0 2px 6px rgba(15,23,42,0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    border: 1px solid #e5e7eb;
}

.bucket-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(15,23,42,0.10);
}

.bucket-image {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    overflow: hidden;
}

.bucket-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bucket-info {
    text-align: center;
}

.bucket-info .card-title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 2px;
    color: #111827;
}

.bucket-info .card-text {
    font-size: 11px;
    margin: 0;
    color: #b45309;
    font-weight: 600;
}

.bucket-card.selected-bucket {
    border-color: #d97706;
    box-shadow: 0 0 0 1px rgba(217,119,6,0.2), 0 4px 10px rgba(217,119,6,0.22);
}

.bucket-card.selected-bucket::after {
    content: "✓";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #d97706;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-bucket-message-mobile {
    margin-top: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff8ed;
    color: #7c2d12;
    font-size: 12px;
    border: 1px solid rgba(217, 119, 6, 0.35);
}

/* Wholesale banner as simple image card */
.wholesale-banner-img {
    margin: 12px 10px 4px;
    border-radius: 16px;
    overflow: hidden;
}

/* Also apply on all screen sizes - Optimized for Performance */
.bucket-section-wrapper {
    margin: 20px 10px;
    padding: 0;
    contain: layout style; /* Performance optimization */
}

.bucket-selection-header {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 16px 18px;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 4px 14px rgba(15,23,42,0.25);
    margin-bottom: 0;
    contain: layout style paint;
}

.bucket-header-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.12);
    border-radius: 12px;
}
.bucket-header-icon svg {
    width: 24px;
    height: 24px;
    stroke: #fbbf24;
    fill: none;
}

.bucket-header-content {
    flex: 1;
}

.bucket-header-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: 0.02em;
}

.bucket-header-subtitle {
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.35;
}

.bucket-container-mobile {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
    margin: 0 !important;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%) !important;
    border-radius: 0 0 14px 14px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    box-sizing: border-box !important;
    box-shadow: 0 4px 14px rgba(15,23,42,0.25) !important;
    contain: layout style paint !important;
}

.bucket-container-mobile .bucket-avail-banner,
.bucket-avail-banner {
    flex: 0 0 auto !important;
    width: 180px !important;
    height: 200px !important;
    max-width: 180px !important;
    max-height: 200px !important;
    min-width: 180px !important;
    min-height: 200px !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    background: transparent !important;
    border-radius: 14px !important;
    padding: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    border: none !important;
    transition: transform 0.2s ease !important;
    will-change: transform !important;
    contain: layout style paint !important;
}

.bucket-container-mobile .bucket-avail-banner img,
.bucket-avail-banner img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bucket-container-mobile .bucket-card,
.bucket-card {
    flex: 0 0 auto !important;
    width: 110px !important;
    height: 130px !important;
    max-width: 110px !important;
    max-height: 130px !important;
    min-width: 110px !important;
    min-height: 130px !important;
    background: #ffffff !important; /* Solid color */
    border-radius: 14px !important;
    padding: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12) !important; /* Single shadow */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    position: relative !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    margin: 0 !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
    transition: transform 0.2s ease !important;
    will-change: transform !important;
    contain: layout style paint !important;
}

.bucket-container-mobile .bucket-card .bucket-image,
.bucket-card .bucket-image {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: #f8f9fa !important; /* Solid color */
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important; /* Single shadow */
    contain: layout style paint !important;
}

.bucket-container-mobile .bucket-card .bucket-image img,
.bucket-card .bucket-image img,
.bucket-container-mobile .bucket-card img,
.bucket-card img {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    object-fit: contain !important;
    display: block !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Bucket info - Enhanced Typography */
.bucket-info {
    text-align: center;
    padding: 0;
    width: 100%;
}

.bucket-info .card-title {
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    color: #2c3e50;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.bucket-info .card-text {
    font-size: 11px;
    margin: 2px 0 0 0;
    color: #28a745;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(40, 167, 69, 0.2);
}

/* Selected bucket */
.bucket-card.selected-bucket {
    border: 2px solid #28a745;
    background: #f0fff4;
}

.bucket-card.selected-bucket::after {
    content: '✓';
    position: absolute;
    top: 5px;
    right: 5px;
    background: #28a745;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.4);
    z-index: 10;
    animation: tickPulse 0.3s ease;
}

@keyframes tickPulse {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Selected bucket message - Enhanced */
.selected-bucket-message-mobile {
    text-align: center;
    margin: 12px 10px 0 10px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.95) 0%, rgba(34, 139, 58, 0.95) 100%);
    border-radius: 12px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile-only design - no desktop styles needed for webview app */

  
  #selected-bucket {
    border: 2px solid #ccc;
    padding: 5px;
    margin-top: 20px; /* Adjust margin as needed */
    min-height: 0px; /* Ensure a minimum height for visibility */
  }
  
  #selected-bucket h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  



    
    
      /* Duplicate mobile styles removed - using mobile-first design above */
        body, html {
          overflow-x: hidden; /* Prevents body overflow */
      }
        /* Default: Normal Position */
        .top-nav {
            position:relative;
            width: 100%;
            background: white;
            display: flex;
            overflow-x: auto;
            white-space: nowrap;
            padding: 10px 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            align-items: center;
            z-index: 1000;
            transition: top 0.2s ease-in-out; /* Smooth transition */
            opacity: 1; /* Ensure visibility */
            
        }

        /* Home-only: brand strip (maroon + saffron) + tighter bar */
        #home-top-nav-load-root .mb-home-category-strip {
            background: linear-gradient(180deg, rgba(124, 45, 18, 0.07) 0%, #ffffff 78%);
            border-bottom: none;
            box-shadow: 0 1px 0 rgba(124, 45, 18, 0.12);
            padding: 6px 4px 9px;
        }
        #home-top-nav-load-root .mb-home-category-strip .nav-slider-top {
            height: 3px;
            bottom: 0;
            border-radius: 3px;
            background: linear-gradient(90deg, #7c2d12, #d97706);
            box-shadow: 0 1px 4px rgba(232, 93, 4, 0.25);
        }
        #home-top-nav-load-root .mb-home-category-strip .nav-btn-top span {
            color: #422006;
            font-weight: 600;
        }
        #home-top-nav-load-root .mb-home-category-strip .nav-btn-top.active span {
            color: #7c2d12;
            font-weight: 800;
        }

        /* Less air between category strip and featured carousel (home) */
        @media (max-width: 991.98px) {
          #home-carousel-load-root.home-feature-carousel [data-role="content"] {
            padding-top: 2px !important;
          }
          #home-carousel-load-root .mb-home-carousel-label {
            margin-top: 4px !important;
            margin-bottom: 2px !important;
          }
        }
        
        /* Hide Scrollbar */
        .top-nav::-webkit-scrollbar {
            display: none;
        }
        
       
        
       
        .shrink-timer {
          height: 0;
          padding: 0;
          opacity: 0;
          overflow: hidden;
        }
        
        /* Top Nav */
        .fixed-nav {
          position: fixed;
          top: 0px; /* Adjusted after search */
          left: 0;
          width: 100%;
          background: white;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          padding: 10px 0;
          z-index: 999;
          transform: translateY(65%);
          transition: transform 0.4s ease-in-out, top 0.4s ease-in-out;
        }
        
        /* Show top-nav when scrolling */
        .show-nav {
          transform: translateY(0);
        }
      
        /* Product Buttons */
        .top-nav .nav-btn-top {
            flex: 0 0 auto;
            text-align: center;
            padding: 5px;
            margin: 0 8px;
            text-decoration: none;
            color: #333;
            font-size: 12px;
            position: relative;
        }
        
        /* Product Images (No Background) */
        .top-nav .nav-btn-top img {
            width: 50px;
            height: 50px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
            background: none;
        }
        
        /* Product Names */
        .top-nav .nav-btn-top span {
            display: block;
            margin-top: 3px;
            font-size: 12px;
            text-align: center;
            font-weight: 500;
            color: #333;
        }
        .close-btn-top {
          position: absolute;
          top: 10px;
          right: 10px;
          background: red;
          color: white;
          border: none;
          font-size: 20px;
          font-weight: bold;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          cursor: pointer;
          display: none; /* Initially hidden */
          z-index:1100;
      }
      
      .mobile-subproduct-section {
          position: relative; /* Needed for absolute positioning of the close button */
      }

      /*
       * Home-only (index): category grid opened from top strip — tighten layout.
       * subproduct1.html uses full-page margins; embedding left a tall empty gap above the grid.
       */
      @media (max-width: 991.98px) {
        #subproduct-load-root {
          position: relative;
          z-index: 8;
          margin-top: 0;
        }

        #subproduct-load-root:has(.subproduct-main-wrap) {
          margin-top: 10px;
        }

        #subproduct-container.mobile-subproduct-section .subproduct-main-wrap {
          margin-top: 0 !important;
          margin-inline: auto !important;
          margin-bottom: 0 !important;
          padding: 12px 12px clamp(72px, 18vw, 100px) !important;
          max-width: none;
          border-radius: 16px 16px 0 0;
          background: #ffffff;
          box-shadow: 0 -8px 36px rgba(15, 23, 42, 0.08);
        }

        #subproduct-container.mobile-subproduct-section .subproduct-page-header {
          padding-top: 0 !important;
          padding-bottom: 0 !important;
          margin-bottom: 4px !important;
        }

        #subproduct-container.mobile-subproduct-section #subproduct-list-load-root {
          margin-top: 6px !important;
        }

        #subproduct-container.mobile-subproduct-section .mb-subp-surface {
          margin-bottom: 6px !important;
          box-shadow: none !important;
          border-radius: 12px !important;
        }

        #subproduct-container.mobile-subproduct-section .mb-subp-filters {
          padding-bottom: 0 !important;
          padding-top: 6px !important;
        }
      }
      
        /* Moving Slider */
        .nav-slider-top {
            position: absolute;
            bottom: -1px;
            
            width: 5%;
            height: 5px;
            border-radius: 5px;
            background: green;
            transition: all 0.3s ease-in-out;
        }
        

        /* Bottom dock: see static/css/mb-bottom-nav.css */

        .header.hidden {
            opacity: 0;
            transform: translateY(20px);
            pointer-events: none;
        }
      
        
        @keyframes fadeIn {
          0% {
              opacity: 0;
              transform: scale(0.9);
          }
          100% {
              opacity: 1;
              transform: scale(1);
          }
      }
      
        .image-div {
          width: 100%;
          text-align: center;
          margin: 0;
          background: radial-gradient(circle, #ff7e5f, #feb47b);
          overflow: hidden; /* Ensure content doesn't overflow during animation */
      }
      
      .image-div img {
          width: 95%;
          height: 250px;
          border-radius: 40px;
          padding:20px;
          transition: transform 1s ease, opacity 1s ease;
          animation: fadeIn 5s ease-in;
          opacity: 1; /* Initial state for fade-in effect */
      }
      
      .image-div img.show {
        opacity: 1;
    }
    .card-body {
      padding: 10px;
      text-align: center;
    }
  
    .card-title {
      font-size: 1rem;
      margin-bottom: 5px;
    }
  
    .product-tag {
      display: inline-block;
      background-color: #ff5722;
      color: white;
      padding: 2px 8px;
      border-radius: 3px;
      font-size: 0.8rem;
      font-weight: bold;
    }
  
    .product-card {
      border: 1px solid #ddd;
      border-radius: 5px;
      transition: transform 0.2s ease-in-out;
    }
    .product-card img {
      width: 100%; /* Fixed width for the circular image */
      height: 200px; /* Fixed height for the circular image */
     
      
     
      margin-bottom: 0px; /* Space between image and text */
    }
    .product-card:hover {
      transform: scale(1.05);
    }
  
      
      /* Mobile Filter Section */
      .mobile-filter {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          padding: 10px;
      }
      
      /* Filter Title */
      .filter-title {
          font-size: 18px;
          font-weight: bold;
          color: #333;
          margin-right: 10px;
      }
      
      /* Form layout */
      .filter-form {
          display: flex;
          gap: 5px; /* Keeps buttons close */
      }
      
      /* Filter Buttons */
      .filter-btn {
          background: white;
          color: black;
          border: 1px solid #aaa;
          padding: 5px 10px;
          font-size: 14px;
          border-radius: 12px;
          cursor: pointer;
          transition: 0.3s;
      }
      
      /* Hover Effect */
      .filter-btn:hover {
          background: black;
          color: white;
      }
      
      /* Mobile adjustments */
      @media (max-width: 768px) {
          .mobile-filter {
              justify-content: start;
          }
      
          .filter-btn {
              padding: 4px 8px;
              font-size: 13px;
          }
      }
      /* Make product title appear light and aligned left */
.product-header {
  text-align: left;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5); /* Light transparent text */
  font-weight: normal;
  font-size: 18px;
  padding-left: 10px;
}

/* Adjust product name to be left-aligned and less bold */
.product-name {
  text-align: left;
  color: rgba(0, 0, 0, 0.5); /* Light transparent text */
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
}

.product-tag {
  position: absolute;
  top: 10px;
  left: 5px;
  background-color:white;
  color:black;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}

      
