@media (min-width: 64em) {
  .bread-container {
    margin-top: 12rem;
    margin-left: 4.8rem;
  }

  .main-content-container {
    padding: 2rem 4.8rem 18.4rem 4.8rem;
  }

  .products-header,
  .each-products-header {
    font-size: 6.4rem;
  }

  .each-product-header-th {
    font-size: 2rem;
    padding-top: 0.8rem;
  }

  .products-container-wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    column-gap: 2rem;
    max-width: none;
    height: 32rem;
  }

  .products-container-wrap-en {
    height: 30rem;
  }

  .product-txt {
    padding: 0 2rem;
  }

  .product-img-container {
    height: 22rem;
  }

  .product-cat {
    font-size: 2rem;
    height: 5.6rem;
  }

  .product-cat-th,
  .more {
    font-size: 1.2rem;
  }

  .more {
    padding-top: 1.2rem;
  }

  /* each */
  .each-products-container-wrap {
    grid-template-columns: repeat(4, 22rem);
    column-gap: 2rem;
    grid-template-rows: none;
    max-width: 144rem;
    justify-content: flex-start;
    grid-auto-rows: 36rem;
  }
  
  .each-products-container-wrap-en {
    grid-auto-rows: 33rem;
}

  .baby-gen,
  .baby-oil,
  .baby-mois {
    max-width: none;
  }

  .baby-oil {
    height: 5.5rem;
  }

  .each-product-img-container {
    display: none;
    visibility: hidden;
    opacity: 0;
  }

  .main-content-each-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 102.4rem;
    column-gap: 4.4rem;
    padding: 0 4.8rem;
    margin-top: 8rem;
    margin-bottom: 20rem;
  }

  .sticky {
    position: relative;
    height: auto;
  }

  .each-product-img-container-desktop {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%;
    position: sticky;
    top: 0%;
  }

  .each-product-img {
    height: 44.4rem;
    width: 100%; /* Ensure the image fits its container */
  }

  .each-product-header-each {
    font-size: 4.8rem;
  }

  .one-row {
    height: 5.5rem;
  }

  .width-100px {
    max-width: 12rem;
  }

  .width-144px {
    max-width: 17.6rem;
  }
}

@media (min-width: 90em) {
  .bread-container {
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.8rem;
  }
  .main-content-container {
    max-width: 144rem;
    margin: 0 auto;
  }

  .products-container-wrap {
    height: 44rem;
  }

  .products-container-wrap-en {
    height: 40rem;
  }

  .product-img-container {
    height: 28rem;
    margin-bottom: 1.2rem;
  }
  
  div .product-cat-all {
    height: 4.8rem;
  }

  .product-cat {
    font-size: 2.6rem;
    height: 7.2rem;
  }

  .product-cat-th,
  .more {
    font-size: 1.6rem;
  }
  
  .product-cat-th {
      height: 4.8rem;
  }

  .more {
    padding-top: 0;
  }

  /* each */
  .each-products-container-wrap {
    grid-template-columns: repeat(4, 28rem);
    grid-auto-rows: 46rem;
  }
  
  .each-products-container-wrap-en {
    grid-auto-rows: 44rem;
}

  .baby-oil {
    height: 7.7rem;
  }

  .one-row {
    height: 7.7rem;
  }

  .width-144px {
    max-width: 24rem;
  }

  .width-100px {
    max-width: 18rem;
  }

  .coconut-gen-1440px {
    display: unset;
    visibility: visible;
    opacity: 1;
  }

  .coconut-gen {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
