      * {
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  box-sizing: border-box;
  text-decoration: none;
}

header {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.headerLeft {
  display: flex;
  align-items: center;
}

.logo {
  padding: 25px 20px;
  border-right: 1px solid black;
}

.headerAddress {
  padding: 20px 20px;
}

.headerAddress h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.headerAddress p {
  font-size: 14px;
}

.searchBox {
  flex-grow: 1;
  background-color: #f8f8f8;
  display: flex;
  border-radius: 15px;
  border: 1px solid #f4f4f4;
}
.searchBox button {
  padding: 15px;
  border: none;
  background-color: transparent;
}

.searchBox input {
  flex-grow: 1;
  border: none;

  background-color: transparent;
}
.searchBox input:focus {
  outline: none;
}

.HeaderBtn {
  display: flex;
  gap: 50px;
  margin-right: 40px;
}

.HeaderBtn button {
  font-size: 16px;
  padding: 20px;
  background: transparent;
  border: none;
}
.HeaderBtn button:last-child {
  color: white;
  border-radius: 5px;
  font-weight: bold;
  background-color: rgb(12, 131, 31);
}



.container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(30,30,30,0.07);
}

.product-main {
    flex: 2;
    min-width: 320px;
    padding: 20px;
}

.image-gallery {
    margin-bottom: 30px;
}
.main-image {
    display: block;
    max-width: 260px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    background: #f3f3f3;
}
.thumb-row {
    display: flex;
    gap: 8px;
}
.thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid #ececec;
    border-radius: 5px;
    cursor: pointer;
    background: #f3f3f3;
    opacity: 0.7;
}
.thumb.active {
    border: 2px solid #22c55e;
    opacity: 1;
}

.product-highlights h2,
.product-details h3 {
    margin-bottom: 10px;
    font-size: 1.1em;
}
.highlight {
    background: #eee;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.highlight-title {
    font-weight: bold;
    color: #333;
}

.product-details {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
}

.product-sidebar {
    flex: 1 1 320px;
    background: #fafafa;
    padding: 24px 24px 16px 24px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #eee;
    margin-left: 32px;
    min-width: 300px;
}

.breadcrumb {
    font-size: 0.92em;
    color: #666;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.54em;
    margin-bottom: 14px;
}

.unit-select {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}
.unit {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 6px 18px;
    font-size: 0.96em;
    cursor: pointer;
}
.unit.active {
    border: 2px solid #22c55e;
    color: #22c55e;
    font-weight: bold;
}

.main-price {
    font-size: 1.14em;
    margin-bottom: 18px;
}
.bold {
    font-weight: bold;
    margin-right: 8px;
}
.price {
    color: #22c55e;
    font-size: 1.18em;
    font-weight: bold;
    margin-right: 8px;
}

.add-cart-btn {
    background: #22c55e;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 12px 38px;
    margin: 18px 0;
    cursor: pointer;
    font-size: 1em;
    border-radius: 6px;
    transition: background 0.2s;
}
.add-cart-btn:hover {
    background: #18a148;
}

.why-blinkit h3 {
    margin-bottom: 10px;
}
.why-blinkit ul {
    padding: 0;
    list-style: none;
}
.why-blinkit li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 8px;
}
.icon {
    font-size: 1.68em;
    color: #ffd600;
    margin-right: 6px;
}





footer{
  padding: 40px 0px 0px 0px;
}

.footer-mid{
  max-width: 1280px;
  margin: auto;
}

.footer-mid-row1{
  width: 100%;
  display: flex;
  gap: 40px;
}

.footer-mid-row1-left{
  flex-basis: 30%;
}
.footer-mid-row1-left{
  margin-bottom: 20px;
}

.useFullLinks{
  display: flex;
}

.useFullLinks ul{
  flex-basis: 33%;
  list-style: none;
}

.useFullLinks ul li a{
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: rgb(102, 102, 102);
}



.footer-mid-row1-right{
  flex-basis: 70%;
}

.categoriesHeadingRow{
  display: flex;
}

.categoriesHeadingRow h3{
  margin-bottom: 20px;
}


footer {
  background: #fff;
  color: #222;
  padding: 48px 0 0 0;
  font-size: 15px;
}

.footer-mid {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
}

.footer-mid-row1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 54px;
  margin-bottom: 30px;
}

.footer-mid-row1-left h3,
.categoriesHeadingRow h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 18px;
  color: #111;
}

.useFullLinks {
  display: flex;
  gap: 48px;
}

.useFullLinks ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.useFullLinks ul li {
  margin-bottom: 10px;
}

.useFullLinks ul li a {
  color: #222;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}

.useFullLinks ul li a:hover {
  color: #43a047;
  text-decoration: underline;
}

.categoriesHeadingRow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}

.categoriesHeadingRow a {
  color: #388e3c;
  font-size: 15px;
  text-decoration: none;
}

.categoriesHeadingRow a:hover {
  text-decoration: underline;
}

.footer-mid-row1-right {
  min-width: 250px;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.categories-list ul {
  list-style: none;
  padding-left: 0;
}

.categories-list ul li {
  margin-bottom: 8px;
  color: #222;
  font-size: 15px;
}



.footer-bottom {
  background: #fafafa;
  margin-top: 38px;
  padding: 18px 0 0 0;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.footer-bottom span {
  color: #444;
}

.footer-apps {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-apps .app-store {
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.footer-social {
  display: flex;
  gap: 18px;
}

.ICON{
  border-radius: 50%;
}

.footer-social .social-icon {
  background: #fff;
  color: #222;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  border: 1px solid #ddd;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
}

.footer-social .social-icon:hover {
  border-color: #328839;
  color: #328839;
}


@media (max-width: 575px) {
    .container {
        flex-direction: column;
    }
    .product-sidebar {
        margin-left: 0;
        margin-top: 24px;
    }
}


@media only screen and (min-width: 200px) and (max-width: 575px) {
  header {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    gap: 15px;
  }
  .headerLeft {
    justify-content: center;
  }
  .logo {
    padding: 10px;
  }
  .headerAddress {
    padding: 10px;
  }
  .headerAddress p {
    font-size: 12px;
  }
  .headerAddress h3 {
    font-size: 15px;
  }
  .searchBox button {
    padding: 10px;
  }

  .HeaderBtn {
    position: fixed;
    width: 100%;
    background-color: white;
    margin-right: 0px;
    justify-content: center;
    bottom: 0px;
  }

  .bannerSection {
    display: none;
  }
  .orderBanner {
    padding: 10px;
    flex-direction: column;
  }

  .categoryItems{
    flex-basis: 25%;
  }

  .productSection{
    padding: 0px 10px;
  }
  .productItems{
    flex-basis: 49%;
  }

  .footer{
    padding-top: 0px;
  }
  .footer-mid-row1{
    flex-direction: column;
    padding: 10px;
  }
}




