.product-page-container {
    display: flex;
    justify-content: space-between;
    padding: 2em;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    background-color: aliceblue;
}
.back_home {
  padding-bottom: .5em;
}

.back_home button{
  padding: .5em 1em;
}

.product-image-card {
  display: block;
  width: 40%;
}

.product-profile-image img{
  border-radius: 4px;
}

/* .product-images {
  display: flex;
  justify-content: space-between;
} */

/* .image {
  width: 23%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  border-radius: 3px;
} */

/* .image img {
  border-radius: 3px;
} */

.product-page-information {
  width: 60%;
  padding-left: 2em;
}

.product-page-information h3 {
  font-size: 2rem;
  font-family: Lato;
  font-weight: 600;
  line-height: 130%;
}
  
.product-page-information h4 {
  font-size: 1.5rem;
  font-family: Lato;
  font-weight: 500;
  line-height: 130%;
  margin: .4em 0;
}

.product-page-information del {
  color: #a9a9a9;
}

.product-page-information p {
  color: #424551;
  margin: 1em 0;
}

.sizes p {
  font-size: 1.1rem;
  color: black;
}

.size-option {
  width: 15em;
  height: 2em;
  margin-bottom: 1em;
  padding: .3em;
}

.color p {
  font-size: 1.1rem;
  color: black;
}

.color-option {
  width: 15em;
  height: 2em;
  margin-bottom: 1em;
  padding: .3em;
}
.quantity input {
  width: 5em;
  height: 2.5em;
  margin-bottom: 1em;
  padding: .3em;
}

.quantity button {
  background: #17696a;
  border-radius: 4px;
  padding: .8em 2em;
  border: none;
  color: white;
  font-weight: 600;
  min-height: 44px;
  min-width: 44px;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

.quantity button:hover {
  background: orange;
  transition: ease-in 0.3s;
  cursor: pointer;
}

@media (max-width: 768px) {
  .product-page-container {
      display: block;
      padding: 1em;
      margin: 0.5em;
      flex-direction: column;
  }

  .product-image-card {
      width: 100%;
      margin-bottom: 1em;
      position: relative;
  }

  .product-page-information {
      width: 100%;
      padding-left: 0;
      margin-top: 1em;
      position: relative;
  }
  
  .product-page-information h3 {
      font-size: 1.5rem;
      word-wrap: break-word;
  }
  
  .product-page-information h4 {
      font-size: 1.2rem;
      word-wrap: break-word;
  }
  
  .product-page-information p {
      word-wrap: break-word;
      font-size: 0.95rem;
  }
  
  .quantity {
      display: flex;
      flex-direction: column;
      gap: 0.5em;
      margin-top: 1em;
  }
  
  .quantity input {
      width: 100%;
      max-width: 100px;
      height: 2.5em;
      font-size: 16px;
      padding: 0.5em;
  }
  
  .quantity button {
      padding: 0.75em 1.5em;
      font-size: 1rem;
      width: 100%;
      max-width: 300px;
      min-height: 48px;
  }
  
  .product-images-container {
      padding: 0 1em;
      margin-top: 1em;
  }
  
  .scroll-button {
      min-width: 44px;
      min-height: 44px;
      z-index: 10;
  }
}

@media (max-width: 600px) {
  .product-page-container {
      padding: 0.5em;
      margin: 0.25em;
      width: 100%;
      box-sizing: border-box;
  }

  .product-image-card {
      width: 100%;
      box-sizing: border-box;
  }
  
  .product-profile-image {
      width: 100%;
  }
  
  .product-profile-image img {
      width: 100%;
      height: auto;
      max-height: 400px;
      object-fit: contain;
  }

  .product-page-information {
      width: 100%;
      padding-left: 0;
      margin-top: 0.5em;
      box-sizing: border-box;
  }
  
  .product-page-information h3 {
      font-size: 1.3rem;
      word-wrap: break-word;
      line-height: 1.3;
  }
  
  .product-page-information h4 {
      font-size: 1.1rem;
      word-wrap: break-word;
  }
  
  .product-page-information p {
      font-size: 0.9rem;
      word-wrap: break-word;
      line-height: 1.5;
  }
  
  .quantity {
      width: 100%;
      margin-top: 1em;
  }
  
  .quantity input {
      width: 100%;
      max-width: 80px;
      height: 2.5em;
      font-size: 16px;
      padding: 0.5em;
      box-sizing: border-box;
  }
  
  .quantity button {
      padding: 0.75em 1.2em;
      font-size: 0.95rem;
      width: 100%;
      max-width: 100%;
      min-height: 48px;
      box-sizing: border-box;
  }
  
  .size-option,
  .color-option {
      width: 100%;
      max-width: 100%;
      font-size: 16px;
      padding: 0.5em;
      box-sizing: border-box;
  }
  
  .back_home button {
      min-height: 44px;
      min-width: 44px;
      font-size: 16px;
      padding: 0.5em 1em;
  }
  
  .product-images-container {
      padding: 0 0.5em;
  }
  
  .scroll-button {
      min-width: 40px;
      min-height: 40px;
      font-size: 1rem;
  }
}

.price-bar {
  height: .2rem; /* Adjust height as needed */
  background-color: orange; /* Color of the price bar */
  position: relative;
}

.price-bar p{
  font-size: 1rem;
}

.discount-section {
  height: 100%;
  background-color: white; /* Color of the discount section */
  position: absolute;
  top: 0;
  right: 0; /* Position the discount section to the right */
}



