        body {
          background: #fff;
          font-family: 'Segoe UI', sans-serif;
        }

        .top-banner {
          border-radius: 20px;
          padding: 110px;
          background-image: url('../images/banner.webp');
          background-size: 100% 100%;
          background-position: center;
          background-repeat: no-repeat;
        }

        .category-icons img {
          max-width: 60px;
          height: auto;
        }

        .category-text {
          font-size: 14px;
          margin-top: 8px;
        }

        .info-box {
          border-radius: 20px;
          padding: 20px;
          color: #fff;
          min-height: 180px;
        }

        .info-box img {
          /* max-height: 100px; */
        }

        .search-bar {
          width: 100%;
          max-width: 600px;
          position: relative;
        }

        .search-input {
          padding-left: 40px;
          height: 45px;
          background-color: #eee;
        }

        .search-bar i {
          position: absolute;
          left: 10px;
          top: 50%;
          transform: translateY(-50%);
          color: #aaa;
        }

        #placeholderText {
          position: absolute;
          left: 40px;
          top: 50%;
          transform: translateY(-50%);
          color: #aaa;
          font-size: 14px;
          pointer-events: none;
        }

        .category-row {
          gap: 0px;
        }

        .category-box {
          width: 10%;
          min-width: 80px;
          text-align: center;
          padding: 0px;
        }

        .category-box img {
          width: 120px;
          height: auto;
          margin-bottom: 5px;
        }

        .category-text {
          font-size: 12px;
        }

        .info-box-banner img {
          width: 100%;
          cursor: pointer;
          /* height: 212px; */
          object-fit: fill;
        }

        @media(max-width:992px) {
          .info-box {
            margin-left: 0px;
          }
        }

        .product-card {
          padding: 10px;
          border: 0.5px solid rgb(232, 232, 232);
          box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 8px;
          border-radius: 8px;
          height: 280px;
          position: relative;
          background: #fff;
          width: 160px !important;
          font-size: 14px;
        }

        .product-card img {
          max-height: 130px;
          object-fit: cover;
          display: block;
          margin: 0 auto;
        }

        .discount-badge {
          position: absolute;
          top: 8px;
          left: 8px;
          background-color: #0d6efd;
          color: white;
          font-weight: bold;
          font-size: 9px;
          padding: 2px 6px;
          border-radius: 0 4px 4px 0;
        }

        .swiper {
          padding: 10px 0;
        }

        .swiper-slide {
          width: auto !important;
        }

        .swiper-button-next,
        .swiper-button-prev {
          color: #000;
        }

        .swiper-button-next,
        .swiper-button-prev {
          background-color: #f1f1f1;
          color: #000;
          border-radius: 50%;
          width: 36px;
          height: 36px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          transition: background-color 0.3s ease;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
          background-color: #28a745;
          /* green on hover */
          color: #fff;
        }

        .swiper-button-next::after,
        .swiper-button-prev::after {
          font-size: 16px;
        }

        .fw-semibold {
          font-size: 14px;
          margin: 10px 0px 10px 0px;
        }

        .footer {
          background-color: #fff;
          padding: 40px 0 20px;
          font-size: 15px;
        }

        .footer h5 {
          font-weight: 600;
          margin-bottom: 20px;
        }

        .footer a {
          text-decoration: none;
          color: #333;
          display: block;
          margin-bottom: 10px;
        }

        .download-app img {
          width: 100px;
          margin-right: 10px;
        }

        .social-icons a {
          font-size: 20px;
          margin: 0 5px;
          color: #fff;
          width: 40px;
          text-align: center;
          padding: 6px 5px 5px 3px;
          height: 40px;
          background: #000;
          border-radius: 50%;
        }

        .footer-bottom {
          font-size: 14px;
          text-align: center;
          margin-top: 20px;
          color: #555;
        }

        @media (max-width: 767px) {
          .download-app {
            justify-content: center !important;
            margin-top: 20px;
          }

          .social-icons {
            justify-content: center !important;
            margin-top: 15px;
          }
        }
