 
          .collection {
              display: flex;
              flex-wrap: wrap;
              justify-content: flex-start;
              gap: 20px;
          }

          .product-card:hover .underline {
              width: 100%;
              height: 2px;
              background-color: black;
          }

          .product-card {
              flex: 1 1 calc(16.66% - 20px);
              max-width: calc(16.66% - 20px);
              display: flex;
              flex-direction: column;
              text-decoration: none;
              color: #222;
              background: #fff;
              border: 1px solid #eee;
              overflow: hidden;
              position: relative;
              transition: all 0.3s ease;
          }

          .product-card:hover {
              box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
              opacity: 0.8;
          }

          .product-card:hover::after {
              transform: scaleX(1);
          }

          .product-card img {
              width: 100%;
              height: auto;
              display: block;
              aspect-ratio: 1/1.3;
          }

          .product_info {
              padding: 12px;
          }

          .product_vendor {
              font-size: 16px;
              color: #000;
              display: block;
              line-height: 100%;
              font-weight: 700;
              /* margin-bottom: 10px; */
              font-family: "Manrope", sans-serif;
          }

          .product_title {
              font-size: 16px;
              font-weight: 400;
              margin: 0px;
              line-height: 100%;
              margin-bottom: 10px;
              font-family: "Manrope", sans-serif;
          }

          .title_and_country {
              display: flex;
              gap: 20px;
              align-items: center;
              justify-content: space-between;
              margin-top: 3px;
          }

          .title_and_country p {
              font-size: 14px;
              font-weight: 400;
              line-height: 100%;
              font-family: "Manrope", sans-serif;
              margin-top: 0px;
          }

          .product_price {
              font-size: 16px;
              font-weight: 400;
              line-height: 100%;
              font-family: "Manrope", sans-serif;
          }

          @media (min-width:1560px) {
              .product_vendor {
                  font-size: 33px;
              }

              .product_title {
                  font-size: 24px;
              }

              .title_and_country p {
                  font-size: 16px;
              }

              .product_price {
                  font-size: 26px;
              }

              .save_image {
                  width: 35px;
                  height: 35px;
              }

              .country_and_image_container_image {
                  width: 28px;
                  height: 28px;
              }

              .catalogue_country_and_image_container p {
                  font-size: 26px;
              }
          }

          @media (max-width: 1200px) {
              .product-card {
                  flex: 1 1 calc(25% - 20px);
                  max-width: calc(25% - 20px);
              }
          }

          @media (max-width: 900px) {
              .product-card {
                  flex: 1 1 calc(33.33% - 20px);
                  max-width: calc(33.33% - 20px);
              }
          }

          @media (max-width: 600px) {
              .product-card {
                  flex: 1 1 calc(50% - 20px);
                  max-width: calc(50% - 20px);
              }
          }

          @media (max-width: 400px) {
              .product-card {
                  flex: 1 1 100%;
                  max-width: 100%;
              }
          }

          .product-card-underline:hover {
              border-bottom: 2px solid black;
          }

          .login_new_to_nessh_back_arrow_container {
              margin-top: 20px;
          }

          .home_catalogue {
              display: flex;
              justify-content: space-between;
              padding: 0px 20px;
              margin-top: 36px;
              margin-bottom: 36px;
              align-items: center;
          }

          .full_catalogue {
              font-weight: 600;
              line-height: 100%;
              font-size: 24px;
              font-family: "Manrope", sans-serif;
          }

          .home_page_catalogue_collection_icons {
              display: flex;
              align-items: center;
          }

          .home_page_catalogue_icon_contaienr {
              padding: 20px;
          }

          .home_page_catalogue_icon_innercontaienr {
              width: 25px;
              height: 25px;
          }

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



          /* ---------- BASE (contained) ---------- */
          .uptitle-main-heading-container {
              display: flex;
              justify-content: space-between;
              align-items: center;
              gap: 12px;
              padding: 10px 16px;
              /* border: 1px solid #ddd; */
              /* visible border */
              border-radius: 6px;
              background: #fff;
              box-sizing: border-box;
              width: 100%;
              /* full width of parent */
              overflow: hidden;
              /* prevent child borders from leaking out */
          }

          /* left area should be flexible and able to shrink (fixes wrapping issues) */
          .uptitle-main-heading-container .left {
              flex: 1 1 auto;
              min-width: 0;
              /* allows text truncation if container is tight */
              text-decoration: none;
          }

          /* remove any accidental bottom-border coming from link/h1 styles */
          .login_new_to_nessh_back_arrow,
          .login_new_to_nessh_back_arrow h1 {
              border-bottom: none !important;
              text-decoration: none;
              color: inherit;
              display: block;
          }

          /* heading */
          .my_title {
              margin: 0;
              font-size: 22px;
              white-space: nowrap;
              /* keep it on one line on wider screens */
              overflow: hidden;
              text-overflow: ellipsis;
          }

          /* button on right */
          .upload-btn {
              flex: 0 0 auto;
              /* don't grow, don't shrink */
              display: inline-flex;
              align-items: center;
              justify-content: center;
              padding: 8px 18px;
              border-radius: 6px;
              background: #000;
              color: #fff;
              text-decoration: none;
              font-weight: 600;
              border: 1px solid rgba(255, 255, 255, 0.06);
              /* subtle inner edge */
              white-space: nowrap;
          }

          /* hide short version by default */
          .upload-btn .short {
              display: none;
          }

          /* ---------- MOBILE (responsive tweaks) ---------- */
          @media (max-width: 576px) {
              .my_title {
                  font-size: 18px;
                  white-space: normal;
                  /* allow wrapping on tiny screens */
              }

              .upload-btn {
                  font-size: 13px;
                  padding: 6px 10px;
              }

              /* show single word on mobile */
              .upload-btn .full {
                  display: none;
              }

              .upload-btn .short {
                  display: inline;
              }
          }

          .uptitle-main-heading-container.full-bleed {
              width: 100vw;
              position: relative;
              left: 50%;
              right: 50%;
              margin-left: -50vw;
              margin-right: -50vw;
              border-radius: 0;
          }

          .uptitle-main-heading-container+* {

              border-top: none !important;
          }
     
        .checkout__accordion-header-wrapper {
            width: 100%;
        }

        .checkout__accordion-header img {
            width: 25px;
            height: 25px;
            object-fit: contain;
        }
   
        /* Modal backdrop */
        .modal-backdrop {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }

        /* Modal content box */
        .modal-content {
            background: #fff;
            padding: 30px;
            max-width: 500px;
            margin: 100px auto;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
            position: relative;
            font-family: Arial, sans-serif;
        }

        .modal-content h3 {
            margin-bottom: 20px;
            font-size: 20px;
            text-align: center;
            color: #333;
        }

        .modal-content label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #555;
        }

        .modal-content input[type="text"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 14px;
        }

        .modal-content .modal-buttons {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }

        .modal-content button {
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            font-weight: bold;
            cursor: pointer;
            font-size: 14px;
        }

        .modal-content button[type="submit"] {
            background-color: black;
            color: white;
        }

        .modal-content button#closeModalBtn {
            background-color: #dc3545;
            color: white;
        }
       select.uptitle-input-text {
            color: black;
        }

        select.uptitle-input-text option[value=""] {
            color: #999;
        }

        select.uptitle-input-text:invalid {
            color: #999;
        }

        .publisher_and_retailer_conatiner {
            max-width: 900px;
            margin-inline: auto;
            margin-top: 30px;
        }
        