 <style>

	body {
      overflow-x: hidden;
    }

    .product-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 8px;
    }

		.thumbnail-img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      cursor: pointer;
      border: 1px solid #ccc;
      border-radius: 4px;
    }


    .product-content {
      max-width: 100%;
    }
	
	

  </style>